:root {
  --tour-bg: #111416;
  --tour-bg-soft: #171c20;
  --tour-panel: rgba(18, 24, 29, 0.86);
  --tour-panel-strong: #d8cbb3;
  --tour-panel-soft: rgba(224, 214, 192, 0.08);
  --tour-text: #f3ead9;
  --tour-text-strong: #fff8ec;
  --tour-muted: #b8ab97;
  --tour-line: rgba(255, 248, 236, 0.1);
  --tour-accent: #f27b4c;
  --tour-accent-2: #f1c274;
  --tour-ok: #59b08c;
  --tour-alert: #ff9a57;
  --tour-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  --tour-radius-xl: 36px;
  --tour-radius-lg: 26px;
  --tour-radius-md: 18px;
}

.tour2026-app,
.tour2026-app * {
  box-sizing: border-box;
}

.tour2026-app {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  border: 1px solid rgba(255, 248, 236, 0.08);
  background:
    radial-gradient(circle at top left, rgba(242, 123, 76, 0.18), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(89, 176, 140, 0.16), transparent 24%),
    linear-gradient(145deg, #0d1013 0%, #12171b 45%, #171e22 100%);
  color: var(--tour-text);
  box-shadow: var(--tour-shadow);
  font-family: "Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;
}

.tour2026-app::before,
.tour2026-app::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.tour2026-app::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 248, 236, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 236, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
}

.tour2026-app::after {
  width: 48rem;
  height: 48rem;
  right: -18rem;
  bottom: -28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 123, 76, 0.12), transparent 62%);
}

.tour2026-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  padding: 24px;
}

.tour2026-topbar,
.tour2026-launchpad,
.tour2026-card,
.tour2026-kpi-card,
.tour2026-section-nav {
  border: 1px solid var(--tour-line);
  border-radius: var(--tour-radius-lg);
  background: var(--tour-panel);
  backdrop-filter: blur(14px);
}

.tour2026-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
}

.tour2026-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tour2026-brand-mark,
.tour2026-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--tour-accent), #ebc27c);
  color: #1a1310;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tour2026-brand-mark {
  min-width: 56px;
  min-height: 56px;
}

.tour2026-brand > div strong,
.tour2026-brand > div span,
.tour2026-topbar-chip span,
.tour2026-topbar-chip strong {
  display: block;
}

.tour2026-brand strong {
  font-size: 20px;
}

.tour2026-brand > div span,
.tour2026-topbar-chip span,
.tour2026-statement-label,
.tour2026-route-banner-label,
.tour2026-kicker,
.tour2026-kpi-card span,
.tour2026-command-row span,
.tour2026-check-card span,
.tour2026-focus-stat span,
.tour2026-focus-priority span,
.tour2026-ledger-card span,
.tour2026-crew-stats span,
.tour2026-route-stop-body small {
  color: var(--tour-muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tour2026-topbar-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-width: min(60rem, 100%);
}

.tour2026-topbar-chip {
  border: 1px solid rgba(255, 248, 236, 0.08);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.02);
}

.tour2026-topbar-chip strong {
  margin-top: 4px;
}

.tour2026-launchpad {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 20px;
  padding: 30px;
}

.tour2026-launchpad h1,
.tour2026-card h2,
.tour2026-card h3,
.tour2026-kpi-card strong,
.tour2026-route-stop-body strong,
.tour2026-command-row strong,
.tour2026-check-card strong,
.tour2026-ledger-card strong,
.tour2026-ledger-values strong,
.tour2026-focus-stat strong,
.tour2026-focus-priority strong,
.tour2026-topbar-chip strong {
  margin: 0;
}

.tour2026-launchpad h1 {
  max-width: 14ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.tour2026-launch-text,
.tour2026-card p,
.tour2026-kpi-card p,
.tour2026-ledger-person div span,
.tour2026-focus-copy {
  color: var(--tour-muted);
}

.tour2026-launch-text {
  max-width: 52rem;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.72;
}

.tour2026-launch-actions,
.tour2026-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tour2026-launch-actions {
  margin-top: 22px;
}

.tour2026-button,
.tour2026-section-tab,
.tour2026-route-stop {
  appearance: none;
  cursor: pointer;
  font: inherit;
}

.tour2026-button {
  border: 1px solid rgba(255, 248, 236, 0.14);
  border-radius: 999px;
  padding: 13px 18px;
  color: var(--tour-text);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.tour2026-button:hover,
.tour2026-button:focus-visible,
.tour2026-section-tab:hover,
.tour2026-section-tab:focus-visible,
.tour2026-route-stop:hover,
.tour2026-route-stop:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.tour2026-button--primary {
  background: linear-gradient(135deg, var(--tour-accent), #ffb16e);
  border-color: transparent;
  color: #1e1410;
  font-weight: 700;
}

.tour2026-route-banner {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px dashed rgba(255, 248, 236, 0.14);
}

.tour2026-route-banner strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
}

.tour2026-launch-side {
  display: grid;
  gap: 16px;
}

.tour2026-statement-card,
.tour2026-route-radar {
  border: 1px solid rgba(255, 248, 236, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  padding: 20px;
}

.tour2026-radar-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.tour2026-city-line {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.tour2026-city-node {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.tour2026-city-node span {
  min-width: 36px;
  min-height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
}

.tour2026-city-node--open {
  border: 1px solid rgba(241, 194, 116, 0.35);
}

.tour2026-city-node--booked {
  border: 1px solid rgba(89, 176, 140, 0.24);
}

.tour2026-section-nav {
  display: flex;
  gap: 10px;
  padding: 10px;
  overflow-x: auto;
}

.tour2026-section-tab {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: transparent;
  color: var(--tour-muted);
  white-space: nowrap;
  transition: background-color 0.22s ease, color 0.22s ease;
}

.tour2026-section-tab.is-active {
  background: linear-gradient(135deg, rgba(242, 123, 76, 0.2), rgba(241, 194, 116, 0.16));
  color: var(--tour-text-strong);
}

.tour2026-stage {
  position: relative;
}

.tour2026-board {
  display: none;
}

.tour2026-board.is-active {
  display: grid;
  gap: 22px;
}

.tour2026-kpi-grid,
.tour2026-overview-grid,
.tour2026-finance-grid,
.tour2026-route-grid,
.tour2026-crew-grid {
  display: grid;
  gap: 18px;
}

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

.tour2026-kpi-card {
  min-height: 170px;
  padding: 20px;
}

.tour2026-kpi-card strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1;
}

.tour2026-overview-grid,
.tour2026-finance-grid,
.tour2026-route-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

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

.tour2026-card {
  padding: 22px;
}

.tour2026-card--command {
  background:
    radial-gradient(circle at top right, rgba(242, 123, 76, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--tour-panel);
}

.tour2026-card--dark {
  background: linear-gradient(180deg, #d0c2a8 0%, #c7b797 100%);
  color: #1c1410;
}

.tour2026-card--dark .tour2026-kicker,
.tour2026-card--dark .tour2026-ledger-card span,
.tour2026-card--dark .tour2026-progress-meta span,
.tour2026-card--dark .tour2026-card-head p {
  color: rgba(28, 20, 16, 0.68);
}

.tour2026-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.tour2026-card-head h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.02;
}

.tour2026-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tour2026-status-badge--alert {
  background: rgba(242, 123, 76, 0.18);
  color: #ffd9c7;
}

.tour2026-status-badge--pending {
  background: rgba(242, 123, 76, 0.16);
  color: #ffb997;
}

.tour2026-status-badge--booked {
  background: rgba(89, 176, 140, 0.16);
  color: #9ae2c2;
}

.tour2026-status-badge--open {
  background: rgba(241, 194, 116, 0.18);
  color: #ffde9c;
}

.tour2026-status-badge--neutral {
  background: rgba(255, 255, 255, 0.08);
  color: var(--tour-text);
}

.tour2026-command-stack,
.tour2026-ledger-list,
.tour2026-route-list,
.tour2026-stay-grid {
  display: grid;
  gap: 12px;
}

.tour2026-command-row,
.tour2026-ledger-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 248, 236, 0.08);
}

.tour2026-command-row:last-child,
.tour2026-ledger-row:last-child {
  border-bottom: 0;
}

.tour2026-check-grid,
.tour2026-focus-grid,
.tour2026-ledger-grid,
.tour2026-crew-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tour2026-check-grid {
  margin-top: 18px;
}

.tour2026-check-card,
.tour2026-ledger-card,
.tour2026-focus-stat,
.tour2026-stay-tile {
  border: 1px solid rgba(255, 248, 236, 0.08);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
}

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

.tour2026-stay-tile-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.tour2026-stay-tile strong {
  display: block;
  font-size: 26px;
}

.tour2026-stay-tile p {
  margin-bottom: 0;
}

.tour2026-ledger-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tour2026-avatar {
  min-width: 56px;
  min-height: 56px;
  font-size: 18px;
}

.tour2026-avatar--small {
  min-width: 42px;
  min-height: 42px;
  border-radius: 14px;
  font-size: 14px;
}

.tour2026-ledger-values {
  text-align: right;
}

.tour2026-progress-block {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.tour2026-progress-block--compact {
  margin-top: 16px;
}

.tour2026-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.tour2026-progress-track {
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(17, 20, 22, 0.16);
}

.tour2026-progress-bar {
  height: 100%;
  min-width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tour-accent), var(--tour-accent-2));
}

.tour2026-route-stop {
  width: 100%;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 248, 236, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--tour-text);
  text-align: left;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  transition: border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.tour2026-route-stop.is-active {
  border-color: rgba(242, 123, 76, 0.42);
  background: rgba(242, 123, 76, 0.1);
}

.tour2026-route-stop-date {
  color: var(--tour-accent-2);
  font-weight: 700;
  padding-top: 3px;
}

.tour2026-route-stop-body {
  display: grid;
  gap: 6px;
}

.tour2026-card--focus {
  background:
    radial-gradient(circle at top right, rgba(89, 176, 140, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--tour-panel);
}

.tour2026-focus-copy {
  font-size: 18px;
  line-height: 1.65;
  margin: 20px 0;
}

.tour2026-focus-priority {
  border-top: 1px dashed rgba(255, 248, 236, 0.14);
  padding-top: 18px;
}

.tour2026-crew-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tour2026-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 248, 236, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--tour-text);
}

.tour2026-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.tour2026-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .tour2026-reveal,
  .tour2026-button,
  .tour2026-section-tab,
  .tour2026-route-stop {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .tour2026-topbar,
  .tour2026-launchpad,
  .tour2026-overview-grid,
  .tour2026-finance-grid,
  .tour2026-route-grid {
    grid-template-columns: 1fr;
  }

  .tour2026-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .tour2026-topbar-meta,
  .tour2026-kpi-grid,
  .tour2026-crew-grid,
  .tour2026-stay-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .tour2026-shell {
    padding: 16px;
  }

  .tour2026-app {
    border-radius: 28px;
  }

  .tour2026-launchpad,
  .tour2026-topbar,
  .tour2026-card,
  .tour2026-kpi-card {
    padding: 18px;
  }

  .tour2026-topbar-meta,
  .tour2026-kpi-grid,
  .tour2026-check-grid,
  .tour2026-focus-grid,
  .tour2026-ledger-grid,
  .tour2026-crew-stats,
  .tour2026-crew-grid,
  .tour2026-stay-grid {
    grid-template-columns: 1fr;
  }

  .tour2026-card-head,
  .tour2026-radar-head,
  .tour2026-stay-tile-top {
    flex-direction: column;
    align-items: start;
  }

  .tour2026-route-stop {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
