:root {
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --bg: #f4f1eb;
  --bg-deep: #ece7df;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-soft: rgba(250, 247, 242, 0.84);
  --surface-softest: rgba(255, 252, 247, 0.52);
  --line: rgba(59, 74, 87, 0.08);
  --line-strong: rgba(59, 74, 87, 0.14);
  --text: #1f2c36;
  --soft: #33424d;
  --muted: #72808b;
  --muted-strong: #5f6d78;
  --accent: #9fb5c4;
  --accent-bright: #cfdde5;
  --accent-green: #aab8ad;
  --accent-warm: #ccbba7;
  --accent-slate: #a4afb8;
  --shadow: 0 28px 72px rgba(103, 103, 95, 0.12);
  --shadow-soft: 0 18px 36px rgba(112, 108, 98, 0.09);
  --font-weight-numeric: 300;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color-scheme: light;
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 255, 255, 0.88), transparent 34%),
    radial-gradient(circle at 14% 18%, rgba(159, 181, 196, 0.18), transparent 22%),
    radial-gradient(circle at 84% 16%, rgba(204, 187, 167, 0.16), transparent 22%),
    linear-gradient(180deg, #faf7f2 0%, #f4f1eb 42%, #ece8e0 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.16));
  opacity: 0.9;
  animation: veil-breathe 14s ease-in-out infinite alternate;
}

body::after {
  background: radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.48), transparent 36%);
}

button,
input,
select {
  font: inherit;
}

.app-shell {
  --mx: 50;
  --my: 50;
  --scroll-progress: 0;
  position: relative;
  min-height: 100vh;
  padding: var(--space-5);
  isolation: isolate;
}

.app-shell::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  z-index: 6;
  transform-origin: left center;
  transform: scaleX(var(--scroll-progress));
  background: linear-gradient(90deg, rgba(159, 181, 196, 0.92), rgba(204, 187, 167, 0.88), rgba(170, 184, 173, 0.9));
  box-shadow: 0 0 24px rgba(159, 181, 196, 0.28);
}

.cinema-backdrop,
.frame-noise,
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.cinema-backdrop {
  z-index: 0;
  overflow: hidden;
  transform: translate3d(calc((var(--mx) - 50) * 0.14vw), calc((var(--my) - 50) * 0.1vh), 0);
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.screen-haze {
  position: absolute;
  top: 2%;
  left: 50%;
  width: min(58vw, 860px);
  height: min(34vh, 300px);
  transform: translateX(-50%);
  border-radius: 0 0 180px 180px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.32) 36%, rgba(212, 226, 235, 0.08) 62%, transparent 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent);
  filter: blur(34px);
  opacity: 0.72;
  animation: screen-haze-pulse 9s ease-in-out infinite alternate;
}

.seat-bands {
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -8%;
  border-radius: 50%;
  filter: blur(8px);
}

.seat-bands--back {
  height: 30vh;
  opacity: 0.08;
  background:
    radial-gradient(circle at 12% 68%, rgba(74, 84, 93, 0.22) 0 34px, transparent 36px),
    radial-gradient(circle at 26% 70%, rgba(74, 84, 93, 0.2) 0 40px, transparent 42px),
    radial-gradient(circle at 41% 72%, rgba(74, 84, 93, 0.18) 0 38px, transparent 40px),
    radial-gradient(circle at 58% 72%, rgba(74, 84, 93, 0.2) 0 42px, transparent 44px),
    radial-gradient(circle at 74% 70%, rgba(74, 84, 93, 0.22) 0 40px, transparent 42px),
    radial-gradient(circle at 88% 68%, rgba(74, 84, 93, 0.2) 0 34px, transparent 36px);
}

.seat-bands--front {
  height: 42vh;
  opacity: 0.11;
  background:
    radial-gradient(circle at 8% 78%, rgba(69, 80, 89, 0.26) 0 54px, transparent 56px),
    radial-gradient(circle at 20% 82%, rgba(69, 80, 89, 0.24) 0 66px, transparent 68px),
    radial-gradient(circle at 35% 86%, rgba(69, 80, 89, 0.22) 0 72px, transparent 74px),
    radial-gradient(circle at 50% 88%, rgba(69, 80, 89, 0.24) 0 82px, transparent 84px),
    radial-gradient(circle at 65% 86%, rgba(69, 80, 89, 0.22) 0 72px, transparent 74px),
    radial-gradient(circle at 80% 82%, rgba(69, 80, 89, 0.24) 0 66px, transparent 68px),
    radial-gradient(circle at 92% 78%, rgba(69, 80, 89, 0.26) 0 54px, transparent 56px),
    linear-gradient(180deg, transparent 0%, rgba(225, 219, 211, 0.48) 100%);
}

.frame-noise {
  z-index: 1;
  background-image:
    linear-gradient(90deg, rgba(31, 44, 54, 0.018) 0, transparent 1px),
    linear-gradient(180deg, rgba(31, 44, 54, 0.018) 0, transparent 1px),
    radial-gradient(circle at 30% 40%, rgba(31, 44, 54, 0.08) 0.45px, transparent 0.6px),
    radial-gradient(circle at 64% 28%, rgba(31, 44, 54, 0.06) 0.45px, transparent 0.6px);
  background-size: 140px 140px, 140px 140px, 24px 24px, 32px 32px;
  background-position: 0 0, 0 0, 0 0, 0 0;
  opacity: 0.1;
  mix-blend-mode: multiply;
  animation: noise-drift 18s linear infinite;
}

.ambient {
  z-index: 0;
  filter: blur(46px);
  will-change: transform;
}

.ambient-one {
  background: radial-gradient(circle at 20% 18%, rgba(159, 181, 196, 0.2), transparent 16%);
  animation: ambient-drift-a 28s ease-in-out infinite alternate;
}

.ambient-two {
  background: radial-gradient(circle at 82% 22%, rgba(204, 187, 167, 0.18), transparent 18%);
  animation: ambient-drift-b 36s ease-in-out infinite alternate;
}

.ambient-three {
  background: radial-gradient(circle at 52% 12%, rgba(255, 255, 255, 0.44), transparent 22%);
  animation: ambient-drift-c 22s ease-in-out infinite alternate;
}

.dashboard-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: var(--space-5);
  max-width: 1580px;
  margin: 0 auto;
}

.console-panel {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(249, 246, 241, 0.66)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), transparent 48%);
  backdrop-filter: blur(18px) saturate(1.14);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  animation: panel-rise 820ms cubic-bezier(0.22, 1, 0.28, 1) both;
}

.console-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.55), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 24%, rgba(159, 181, 196, 0.06) 58%, transparent 78%);
  pointer-events: none;
}

.console-panel::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: calc(var(--radius-xl) - 10px);
  border: 1px solid rgba(59, 74, 87, 0.05);
  pointer-events: none;
}

.hoverable {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  outline: none;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 320ms cubic-bezier(0.34, 1.45, 0.54, 1),
    border-color 280ms ease,
    background 280ms ease,
    box-shadow 320ms cubic-bezier(0.34, 1.45, 0.54, 1);
}

.hoverable:hover,
.hoverable:focus-visible {
  transform:
    perspective(1400px)
    rotateX(var(--tilt-y))
    rotateY(var(--tilt-x))
    translateY(-6px)
    scale(1.008);
  border-color: var(--line-strong);
  box-shadow:
    0 34px 84px rgba(121, 116, 106, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 0 0 1px rgba(255, 255, 255, 0.18);
}

.top-navigation,
.kpi-card,
.trend-panel,
.compare-panel,
.insights-panel,
.module-card,
.table-section {
  padding: var(--space-5);
}

.top-navigation {
  display: grid;
  grid-template-columns: minmax(320px, 1.08fr) minmax(0, 1.45fr);
  gap: var(--space-6);
  align-items: end;
  animation-delay: 40ms;
}

/* 日历下拉超出顶栏：避免 console-panel 裁切 + 避免被后方 kpi-grid 盖住（同层后序兄弟会叠在上面） */
.top-navigation.console-panel {
  overflow: visible;
  z-index: 10;
  /* 顶栏字多且小，过强的 backdrop-filter 易让笔画发糊；略减模糊仍保留玻璃感 */
  backdrop-filter: blur(12px) saturate(1.08);
}

/* 顶栏标签：原先 --muted + 大字距在小字号下对比偏低、像「糊」；与层级无关 */
.top-navigation .panel-tag,
.top-navigation .control-label {
  color: var(--soft);
  letter-spacing: 0.1em;
  font-weight: 500;
}

.top-navigation .custom-select__trigger.control-surface {
  color: var(--text);
  font-weight: 500;
}

.brand-block {
  display: grid;
  gap: var(--space-2);
  max-width: 58rem;
}

.panel-tag,
.control-label,
.status-label,
.mini-card span,
.insight-label,
.stat-box span,
.module-hero span,
.table-summary,
.data-table th {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 5.8vw, 4.9rem);
  font-weight: 500;
  letter-spacing: -0.072em;
  line-height: 0.94;
}

.brand-block h1 {
  font-weight: 300;
  letter-spacing: -0.048em;
}

h2 {
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.subtitle {
  max-width: 60ch;
  color: var(--muted-strong);
  line-height: 1.68;
  font-size: 1rem;
}

.nav-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: var(--space-3);
  align-items: start;
}

.top-tools {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(168px, max-content) auto;
  align-items: center;
  justify-content: space-between;
  justify-self: stretch;
  gap: var(--space-3);
}

.control-field {
  display: grid;
  gap: var(--space-1);
  min-width: 0;
}

.control-surface {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(59, 74, 87, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 244, 238, 0.78));
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 24px rgba(139, 133, 121, 0.06);
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select__native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.custom-select__trigger.control-surface {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  width: 100%;
  cursor: pointer;
  font: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.custom-select__value {
  flex: 1;
  min-width: 0;
  letter-spacing: 0.02em;
}

.custom-select__chevron {
  display: flex;
  flex-shrink: 0;
  color: var(--muted-strong);
  opacity: 0.88;
}

.custom-select--open .custom-select__trigger {
  border-color: rgba(120, 143, 158, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 28px rgba(139, 133, 121, 0.1);
}

.custom-select__option {
  width: 100%;
  text-align: left;
  min-height: 46px;
  padding: 10px 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 400;
  cursor: pointer;
  transition:
    background 160ms ease,
    box-shadow 160ms ease;
}

.custom-select__option:hover,
.custom-select__option:focus-visible {
  background: rgba(255, 255, 255, 0.78);
  outline: none;
}

.custom-select__option.is-selected {
  background: linear-gradient(180deg, rgba(207, 221, 229, 0.55), rgba(159, 181, 196, 0.38));
  font-weight: 500;
  box-shadow:
    0 10px 22px rgba(159, 181, 196, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.custom-select__option.is-selected:hover,
.custom-select__option.is-selected:focus-visible {
  background: linear-gradient(180deg, rgba(207, 221, 229, 0.62), rgba(159, 181, 196, 0.44));
}

.date-picker {
  position: relative;
  width: 100%;
}

.date-picker__trigger.control-surface {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  width: 100%;
  cursor: pointer;
  font: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.date-picker__value {
  flex: 1;
  min-width: 0;
  font-weight: var(--font-weight-numeric, 300);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.date-picker__icon {
  display: flex;
  color: var(--muted-strong);
  flex-shrink: 0;
  opacity: 0.88;
}

.date-picker--open .date-picker__trigger {
  border-color: rgba(120, 143, 158, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 28px rgba(139, 133, 121, 0.1);
}

.date-picker__dropdown,
.custom-select__dropdown {
  position: absolute;
  z-index: 90;
  top: calc(100% + 10px);
  left: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(59, 74, 87, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 238, 0.94));
  box-shadow:
    0 28px 72px rgba(103, 103, 95, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
}

.date-picker__dropdown {
  min-width: min(320px, calc(100vw - 32px));
  padding: var(--space-4) var(--space-4) var(--space-3);
}

.custom-select__dropdown {
  right: 0;
  min-width: 100%;
  padding: var(--space-2);
  gap: 4px;
}

/* 不可与 [hidden] 同时写死 display:grid，否则会盖掉浏览器对 hidden 的 display:none，弹层关不掉 */
.custom-select__dropdown:not([hidden]) {
  display: grid;
}

.custom-select__dropdown[hidden] {
  display: none !important;
}

.date-picker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.date-picker__title {
  flex: 1;
  text-align: center;
  font-size: 0.98rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--text);
}

.date-picker__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted-strong);
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.date-picker__nav:hover,
.date-picker__nav:focus-visible {
  color: var(--text);
  border-color: rgba(120, 143, 158, 0.2);
  background: rgba(255, 255, 255, 0.88);
  transform: translateY(-1px);
}

.date-picker__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: var(--space-2);
  text-align: center;
}

.date-picker__weekday {
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.date-picker__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.date-picker__day {
  position: relative;
  min-height: 40px;
  border: 0;
  border-radius: 14px;
  padding: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.date-picker__day:hover,
.date-picker__day:focus-visible {
  background: rgba(255, 255, 255, 0.78);
  outline: none;
}

.date-picker__day--muted {
  color: var(--muted);
  opacity: 0.42;
}

.date-picker__day--today:not(.date-picker__day--selected) {
  box-shadow: inset 0 0 0 1px rgba(159, 181, 196, 0.55);
}

.date-picker__day--selected {
  background: linear-gradient(180deg, rgba(207, 221, 229, 0.55), rgba(159, 181, 196, 0.38));
  color: var(--text);
  font-weight: 400;
  box-shadow:
    0 10px 22px rgba(159, 181, 196, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.date-picker__day--selected:hover,
.date-picker__day--selected:focus-visible {
  background: linear-gradient(180deg, rgba(207, 221, 229, 0.62), rgba(159, 181, 196, 0.44));
}

.date-picker__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-2);
  margin-top: var(--space-4);
  padding-top: var(--space-3);
  border-top: 1px solid rgba(59, 74, 87, 0.06);
}

.date-picker__footer-btn {
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted-strong);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.date-picker__footer-btn:hover,
.date-picker__footer-btn:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(59, 74, 87, 0.08);
  outline: none;
}

.date-picker__footer-btn--accent {
  border-color: rgba(159, 181, 196, 0.35);
  background: rgba(255, 255, 255, 0.55);
  color: var(--soft);
}

.date-picker__footer-btn--accent:hover,
.date-picker__footer-btn--accent:focus-visible {
  border-color: rgba(120, 143, 158, 0.28);
  background: rgba(232, 239, 244, 0.85);
}

.pill--live {
  animation: live-pill-glow 2.8s ease-in-out infinite;
}

.quick-filters {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-2);
  align-items: center;
}

.filter-chip,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  background: rgba(255, 255, 255, 0.58);
  color: var(--soft);
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

.filter-chip {
  width: 100%;
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.34, 1.35, 0.54, 1),
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 260ms ease;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  transform: translateY(-2px);
  border-color: rgba(120, 143, 158, 0.22);
  background: rgba(231, 239, 245, 0.84);
  box-shadow: 0 12px 22px rgba(141, 145, 145, 0.08);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(143, 138, 127, 0.06);
  backdrop-filter: blur(10px);
}

.lang-switch__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted-strong);
  white-space: nowrap;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.lang-switch__option:hover,
.lang-switch__option:focus-visible {
  transform: translateY(-1px);
  color: var(--text);
}

.lang-switch__option.is-active {
  background: rgba(232, 239, 244, 0.92);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 6px 16px rgba(141, 145, 145, 0.08);
}

.pill {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

.pill--positive {
  color: #516459;
  background: rgba(170, 184, 173, 0.2);
  border-color: rgba(170, 184, 173, 0.22);
}

.pill--ghost {
  background: rgba(255, 255, 255, 0.44);
}

.pill--neutral {
  background: rgba(245, 241, 235, 0.74);
}

.nav-status {
  display: grid;
  gap: var(--space-1);
  min-width: 168px;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(248, 244, 238, 0.72));
  border: 1px solid rgba(59, 74, 87, 0.08);
  box-shadow: var(--shadow-soft);
  justify-self: end;
}

.nav-status strong {
  font-size: 1.32rem;
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.05em;
  transition: color 0.35s ease, opacity 0.35s ease;
}

.session-action {
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 243, 237, 0.72));
  color: var(--soft);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 12px 28px rgba(143, 138, 127, 0.06);
  cursor: pointer;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.session-action:hover,
.session-action:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(120, 143, 158, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 18px 32px rgba(143, 138, 127, 0.08);
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
}

.kpi-card:nth-child(1) {
  animation-delay: 90ms;
}

.kpi-card:nth-child(2) {
  animation-delay: 150ms;
}

.kpi-card:nth-child(3) {
  animation-delay: 210ms;
}

.kpi-card:nth-child(4) {
  animation-delay: 270ms;
}

.card-header,
.progress-meta,
.mix-meta,
.focus-row,
.coupon-row,
.table-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-3);
}

.kpi-card,
.trend-panel,
.compare-panel,
.insights-panel,
.module-card {
  display: grid;
  gap: var(--space-4);
}

.motion-enhanced .reveal-panel {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(34px) scale(0.986);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 820ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  animation: none;
}

.motion-enhanced .reveal-panel.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.kpi-value,
.module-value {
  font-size: clamp(2.35rem, 4vw, 3.55rem);
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

[data-count].data-count--animating {
  color: #4a6674;
  transition: color 0.28s ease;
}

[data-count].data-count--flash {
  animation: data-count-flash 0.75s ease-out;
}

@keyframes data-count-flash {
  0% {
    text-shadow: 0 0 0 rgba(159, 181, 196, 0);
    filter: brightness(1);
  }

  40% {
    text-shadow: 0 0 26px rgba(159, 181, 196, 0.5);
    filter: brightness(1.04);
  }

  100% {
    text-shadow: 0 0 0 rgba(159, 181, 196, 0);
    filter: brightness(1);
  }
}

.chart-dot.chart-dot--enter {
  opacity: 0;
  animation: chart-dot-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.spark-dot.spark-dot--enter {
  opacity: 0;
  animation: chart-dot-enter 0.48s ease forwards;
}

@keyframes chart-dot-enter {
  to {
    opacity: 1;
  }
}

.kpi-copy {
  color: var(--muted-strong);
  line-height: 1.68;
  font-size: 0.98rem;
}

.analysis-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 320px;
  gap: var(--space-4);
}

.analysis-main {
  display: grid;
  gap: var(--space-4);
}

.trend-panel {
  animation-delay: 140ms;
}

.compare-panel {
  animation-delay: 220ms;
}

.insights-panel {
  animation-delay: 180ms;
  align-content: start;
}

.legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-item i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.legend-item--boxoffice i {
  background: var(--accent-bright);
}

.legend-item--tickets i {
  background: var(--accent-green);
}

.legend-item--conversion i {
  background: var(--accent-warm);
}

.trend-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}

.mini-card,
.insight-card,
.stat-box,
.focus-row,
.coupon-row {
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(59, 74, 87, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(248, 244, 239, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 10px 24px rgba(143, 138, 127, 0.06);
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    box-shadow 260ms ease;
}

.mini-card:hover,
.insight-card:hover,
.stat-box:hover,
.focus-row:hover,
.coupon-row:hover {
  transform: translateY(-2px);
  border-color: rgba(120, 143, 158, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 16px 32px rgba(143, 138, 127, 0.09);
}

.mini-card {
  display: grid;
  gap: var(--space-2);
}

.mini-card strong,
.stat-box strong {
  font-size: 0.98rem;
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

.insight-card strong,
.coupon-row strong,
.focus-copy strong {
  font-size: 0.98rem;
  font-weight: 500;
}

.chart-stage {
  --focus-x: 50%;
  --focus-opacity: 0;
  position: relative;
  padding: 18px 20px 14px;
  border-radius: 28px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(247, 243, 237, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 20px 40px rgba(147, 141, 131, 0.07);
}

.chart-stage::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 16px;
  left: var(--focus-x);
  width: 1px;
  pointer-events: none;
  opacity: var(--focus-opacity);
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(159, 181, 196, 0), rgba(159, 181, 196, 0.55), rgba(159, 181, 196, 0));
  transition: opacity 180ms ease;
}

.chart-tooltip {
  position: absolute;
  top: 18px;
  left: 0;
  min-width: 176px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 239, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 18px 34px rgba(143, 138, 127, 0.12);
  backdrop-filter: blur(16px);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -112%, 0) scale(0.96);
  transition:
    opacity 180ms ease,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 3;
}

.chart-tooltip.is-visible {
  opacity: 1;
  transform: translate3d(-50%, -122%, 0) scale(1);
}

.chart-tooltip__time {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chart-tooltip__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted-strong);
  font-size: 0.84rem;
}

.chart-tooltip__row + .chart-tooltip__row {
  margin-top: 6px;
}

.chart-tooltip__row b {
  color: var(--text);
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

#trendChart,
#ticketingSpark {
  display: block;
  width: 100%;
  height: auto;
}

#trendChart {
  overflow: visible;
}

.prime-window {
  fill: rgba(204, 221, 231, 0.2);
}

.chart-grid-line {
  stroke: rgba(95, 111, 123, 0.1);
  stroke-width: 1;
}

.chart-area {
  fill: url(#trendAreaFill);
  transition: opacity 0.35s ease;
}

.chart-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: none;
}

.chart-line--boxoffice {
  stroke: #b7cad6;
  stroke-width: 4.2;
}

.chart-line--tickets {
  stroke: #adbcae;
  stroke-width: 3.2;
}

.chart-line--conversion {
  stroke: #ccbba7;
  stroke-width: 2.5;
  stroke-dasharray: 1 10;
}

.chart-dot {
  fill: #faf7f2;
  stroke-width: 2;
}

.chart-dot--boxoffice {
  stroke: #b7cad6;
}

.chart-dot--tickets {
  stroke: #adbcae;
}

.axis-label {
  fill: rgba(114, 128, 139, 0.86);
  font-size: 12px;
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  font-weight: 300;
}

.compare-bars,
.focus-list,
.insight-stack,
.control-stack,
.mix-list,
.coupon-list {
  display: grid;
  gap: var(--space-3);
}

.compare-row {
  display: grid;
  gap: 10px;
}

.compare-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.compare-top strong {
  font-size: 0.96rem;
  font-weight: 500;
}

.compare-meta span {
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

.compare-meta {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--muted-strong);
  font-size: 0.88rem;
}

.compare-track,
.mix-track,
.progress-track,
.focus-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(101, 117, 130, 0.08);
}

.compare-fill,
.mix-fill,
.progress-fill,
.focus-fill {
  position: relative;
  display: block;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.compare-fill::after,
.mix-fill::after,
.progress-fill::after,
.focus-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 46%, transparent 100%);
  transform: translateX(-120%);
  animation: fill-shimmer 3.8s ease-in-out infinite;
}

.compare-fill,
.focus-fill {
  width: 0;
  background: linear-gradient(90deg, rgba(159, 181, 196, 0.56), rgba(204, 187, 167, 0.88));
  box-shadow: 0 10px 22px rgba(159, 181, 196, 0.16);
  transition: width 1.35s cubic-bezier(0.18, 0.9, 0.22, 1);
}

.insight-card {
  display: grid;
  gap: var(--space-2);
}

.insight-card p {
  color: var(--muted-strong);
  line-height: 1.6;
}

.control-toggle {
  --pointer-x: 50%;
  --pointer-y: 50%;
  width: 100%;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.5), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 243, 237, 0.72));
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 12px 28px rgba(143, 138, 127, 0.06);
  cursor: pointer;
  text-align: left;
  display: grid;
  gap: 6px;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.control-toggle:hover,
.control-toggle:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(120, 143, 158, 0.18);
  box-shadow: 0 18px 36px rgba(143, 138, 127, 0.08);
}

.control-toggle.is-active {
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.5), transparent 56%),
    linear-gradient(180deg, rgba(236, 242, 246, 0.94), rgba(248, 244, 238, 0.86));
  border-color: rgba(159, 181, 196, 0.2);
}

.control-toggle__title {
  font-size: 1rem;
  font-weight: 500;
}

.control-toggle__meta {
  color: var(--muted-strong);
  font-size: 0.92rem;
  line-height: 1.55;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
}

.module-card:nth-child(1) {
  animation-delay: 160ms;
}

.module-card:nth-child(2) {
  animation-delay: 220ms;
}

.module-card:nth-child(3) {
  animation-delay: 280ms;
}

.module-card:nth-child(4) {
  animation-delay: 340ms;
}

.module-hero {
  display: grid;
  gap: var(--space-2);
}

.spark-shell {
  padding: 14px 12px 8px;
  border-radius: 24px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(247, 243, 237, 0.62));
}

.spark-area {
  fill: url(#ticketingSparkFill);
  transition: opacity 0.35s ease;
}

.spark-line {
  fill: none;
  stroke: #a7bccb;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: none;
}

.spark-dot {
  fill: #faf7f2;
  stroke: #a7bccb;
  stroke-width: 2;
}

.focus-row {
  display: grid;
  gap: 10px;
}

.focus-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.focus-copy {
  display: grid;
  gap: 4px;
}

.focus-copy span {
  color: var(--muted-strong);
  letter-spacing: normal;
  text-transform: none;
  font-size: 0.9rem;
}

.focus-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(59, 74, 87, 0.08);
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

.mix-row {
  display: grid;
  gap: 8px;
}

.mix-meta {
  align-items: center;
}

.mix-meta strong {
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

.mix-fill--warm {
  background: linear-gradient(90deg, rgba(204, 187, 167, 0.52), rgba(204, 187, 167, 0.94));
}

.mix-fill--ice {
  background: linear-gradient(90deg, rgba(159, 181, 196, 0.48), rgba(159, 181, 196, 0.92));
}

.mix-fill--mint {
  background: linear-gradient(90deg, rgba(170, 184, 173, 0.46), rgba(170, 184, 173, 0.9));
}

.mix-fill--slate {
  background: linear-gradient(90deg, rgba(164, 175, 184, 0.44), rgba(164, 175, 184, 0.88));
}

.module-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
}

.stat-box {
  display: grid;
  gap: var(--space-2);
}

.progress-shell {
  display: grid;
  gap: 12px;
}

.progress-meta {
  align-items: baseline;
  color: var(--muted-strong);
}

.progress-meta strong {
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

.progress-fill {
  width: 74%;
  background: linear-gradient(90deg, rgba(170, 184, 173, 0.76), rgba(159, 181, 196, 0.94));
  box-shadow: 0 12px 24px rgba(159, 181, 196, 0.14);
  animation: reveal-width 1.2s cubic-bezier(0.2, 0.85, 0.3, 1) 420ms both;
}

.coupon-row {
  align-items: center;
}

.coupon-row div {
  display: grid;
  gap: 5px;
}

.coupon-row span {
  color: var(--muted-strong);
  letter-spacing: normal;
  text-transform: none;
  font-size: 0.9rem;
}

.coupon-row b {
  font-size: 1rem;
  color: #647b8a;
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

.table-section {
  display: grid;
  gap: var(--space-4);
  animation-delay: 240ms;
}

.console-panel.is-live {
  animation: panel-live-pulse 820ms ease;
}

.table-meta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid rgba(59, 74, 87, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(247, 243, 237, 0.56));
}

.data-table {
  width: 100%;
  min-width: 1020px;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 16px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(59, 74, 87, 0.06);
}

.data-table th {
  font-weight: 500;
}

.data-table td {
  color: var(--soft);
  font-size: 0.96rem;
}

.data-table tbody td:nth-child(3),
.data-table tbody td:nth-child(4),
.data-table tbody td:nth-child(5),
.data-table tbody td:nth-child(6),
.data-table tbody td:nth-child(7),
.data-table tbody td:nth-child(8) {
  font-weight: var(--font-weight-numeric);
  font-variant-numeric: tabular-nums;
}

.data-table tbody tr {
  transition:
    background 200ms ease,
    transform 220ms cubic-bezier(0.34, 1.25, 0.54, 1);
}

.data-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.36);
  transform: translateX(3px);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(59, 74, 87, 0.08);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-badge--stable {
  color: #5a6d61;
  background: rgba(170, 184, 173, 0.18);
}

.status-badge--watch {
  color: #8d7358;
  background: rgba(204, 187, 167, 0.18);
}

.status-badge--rising {
  color: #647b8a;
  background: rgba(159, 181, 196, 0.18);
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
.hoverable:focus-visible {
  outline: 2px solid rgba(159, 181, 196, 0.32);
  outline-offset: 4px;
}

@keyframes veil-breathe {
  from {
    opacity: 0.82;
  }

  to {
    opacity: 0.96;
  }
}

@keyframes screen-haze-pulse {
  from {
    opacity: 0.64;
  }

  to {
    opacity: 0.8;
  }
}

@keyframes noise-drift {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }

  to {
    background-position: 140px 80px, -120px 60px, 22px 18px, -28px 24px;
  }
}

@keyframes ambient-drift-a {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  to {
    transform: translate3d(2.5%, 1.5%, 0) scale(1.05);
  }
}

@keyframes ambient-drift-b {
  from {
    transform: translate3d(1.5%, 1%, 0) scale(1.02);
  }

  to {
    transform: translate3d(-2%, -1.5%, 0) scale(1.06);
  }
}

@keyframes ambient-drift-c {
  from {
    transform: translate3d(0, 1.2%, 0) scale(1.03);
  }

  to {
    transform: translate3d(1.2%, -0.8%, 0) scale(1.04);
  }
}

@keyframes live-pill-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(159, 181, 196, 0);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(159, 181, 196, 0.12);
  }
}

@keyframes panel-rise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes trace-line {
  from {
    opacity: 0.3;
    stroke-dasharray: 8 999;
  }

  to {
    opacity: 1;
    stroke-dasharray: 1 0;
  }
}

@keyframes reveal-width {
  from {
    width: 0;
  }

  to {
    width: 74%;
  }
}

@keyframes fill-shimmer {
  0%,
  18% {
    transform: translateX(-120%);
  }

  42%,
  100% {
    transform: translateX(125%);
  }
}

@keyframes panel-live-pulse {
  0% {
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  }

  40% {
    box-shadow:
      0 34px 82px rgba(121, 116, 106, 0.16),
      0 0 0 1px rgba(159, 181, 196, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
  }

  100% {
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .cinema-backdrop {
    transform: none !important;
    transition: none !important;
  }

  .pill--live {
    animation: none !important;
  }

  .app-shell::after,
  .compare-fill::after,
  .mix-fill::after,
  .progress-fill::after,
  .focus-fill::after {
    animation: none !important;
  }
}

@media (max-width: 1380px) {
  .top-navigation {
    grid-template-columns: 1fr;
  }

  .nav-controls {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .kpi-grid,
  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .analysis-layout {
    grid-template-columns: 1fr;
  }

  .trend-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .app-shell {
    padding: 18px;
  }

  .nav-controls {
    grid-template-columns: 1fr 1fr;
  }

  .quick-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-status {
    justify-self: start;
  }

  .top-tools {
    grid-template-columns: auto auto auto;
    justify-content: start;
  }

  .kpi-grid,
  .module-grid {
    grid-template-columns: 1fr;
  }

  .module-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .console-panel {
    border-radius: 26px;
  }

  .top-navigation,
  .kpi-card,
  .trend-panel,
  .compare-panel,
  .insights-panel,
  .module-card,
  .table-section {
    padding: 18px;
  }

  .nav-controls,
  .module-stats {
    grid-template-columns: 1fr;
  }

  .quick-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-header,
  .progress-meta,
  .mix-meta,
  .focus-top,
  .coupon-row,
  .table-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-tools {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .table-meta {
    justify-content: flex-start;
  }

  .nav-status {
    min-width: 0;
    width: 100%;
    max-width: none;
  }

  .session-action {
    width: 100%;
  }

  .seat-bands--front {
    opacity: 0.08;
  }
}

@media (max-width: 520px) {
  .quick-filters {
    grid-template-columns: 1fr;
  }

  .top-tools {
    width: 100%;
  }
}
