:root {
  color-scheme: light;
  --bg: #f7f5ef;
  --panel: #ffffff;
  --ink: #17211b;
  --muted: #66736d;
  --line: #dfe4df;
  --green: #146b4d;
  --blue: #2a5c95;
  --amber: #a85f00;
  --red: #b33c28;
  --shadow: 0 18px 50px rgba(30, 42, 35, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(42, 92, 149, 0.12), transparent 36rem),
    linear-gradient(220deg, rgba(20, 107, 77, 0.12), transparent 34rem),
    var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

.shell {
  width: min(1420px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
}

.di-ci-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(1420px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(201, 219, 234, 0.14);
  padding: 10px 0;
  background: rgba(7, 16, 25, 0.9);
  backdrop-filter: blur(12px);
}

.di-ci-brand {
  display: grid;
  grid-template-columns: 44px minmax(0, max-content);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  color: #eff5f8;
  text-decoration: none;
}

.di-ci-brand img {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.di-ci-brand span {
  color: #f8cf75;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.di-ci-brand strong {
  color: #eff5f8;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.di-ci-header > b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid rgba(201, 219, 234, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(88, 213, 201, 0.1);
  color: #58d5c9;
  font-size: 13px;
  font-weight: 700;
}

.di-ci-header > b {
  border-color: rgba(248, 207, 117, 0.3);
  background: rgba(248, 207, 117, 0.12);
  color: #f8cf75;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.di-ci-footer {
  width: min(1420px, calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid rgba(201, 219, 234, 0.14);
  padding: 24px 0 36px;
  color: #9db0bc;
}

.di-ci-footer > div {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
}

.di-ci-footer strong {
  color: #eff5f8;
  font-size: 16px;
  font-weight: 700;
}

.di-ci-footer span,
.di-ci-footer p {
  color: #9db0bc;
  font-size: 13px;
  line-height: 1.45;
}

.di-ci-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.di-ci-footer nav a {
  color: #f8cf75;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.topbar p,
.score-card span,
.panel-heading span,
.freshness span,
td span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.topbar .topbar-subcopy,
.controls .control-intro {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}

.topbar .topbar-subcopy {
  max-width: 760px;
  margin-top: 14px;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
}

h2 {
  font-size: 17px;
}

.freshness {
  min-width: 220px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.freshness strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}


.score-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.score-card,
.panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.score-card {
  min-height: 150px;
  padding: 20px;
}

.score-card strong {
  display: block;
  margin: 16px 0 8px;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 0.95;
}

.score-card p {
  color: var(--muted);
  font-size: 14px;
}

.score-card.primary {
  background: #18392f;
  color: #f8fff9;
}

.score-card.primary b {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  border: 1px solid rgba(248, 207, 117, 0.24);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(248, 207, 117, 0.12);
  color: #f8cf75;
  font-size: 14px;
  line-height: 1;
}

.score-card.primary span,
.score-card.primary p {
  color: #c0d8ce;
}

.lab-action-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 18px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(20, 107, 77, 0.16), rgba(9, 19, 29, 0.92));
  box-shadow: var(--shadow);
}

.lab-action-panel h2 {
  max-width: 780px;
  margin: 8px 0 10px;
  font-size: clamp(30px, 3.5vw, 54px);
  line-height: 1.05;
}

.lab-action-panel p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.lab-action-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.lab-action-meta article {
  border: 1px solid rgba(201, 219, 234, 0.14);
  border-radius: 8px;
  padding: 16px;
  background: rgba(16, 30, 43, 0.9);
}

.lab-action-meta span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lab-action-meta strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.1;
}

.lab-action-meta p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.score-band-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-content: stretch;
}

.score-band-strip article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 106px;
  padding: 14px;
  background: rgba(16, 30, 43, 0.72);
}

.score-band-strip article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid rgba(201, 219, 234, 0.18);
}

.score-band-strip article.active {
  border-color: rgba(248, 207, 117, 0.5);
  background: linear-gradient(180deg, rgba(248, 207, 117, 0.18), rgba(16, 30, 43, 0.9));
}

.score-band-strip article.active::before {
  border-top-color: #f8cf75;
  animation: pressure-pulse 2.4s ease-in-out infinite;
}

.score-band-strip span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.score-band-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.1;
}

.score-band-strip em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}

.score-band-strip article.active em {
  color: #f8cf75;
}

.engine-flow {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(9, 19, 29, 0.72);
}

.engine-flow-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
}

.engine-flow-heading span {
  color: #f8cf75;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.engine-flow-heading strong {
  color: var(--ink);
  font-size: 15px;
}

.engine-flow-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.engine-flow-steps span {
  min-height: 44px;
  border: 1px solid rgba(88, 213, 201, 0.18);
  border-radius: 8px;
  padding: 12px;
  background: rgba(88, 213, 201, 0.08);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

@keyframes pressure-pulse {
  0%,
  100% {
    box-shadow: inset 0 3px 0 rgba(248, 207, 117, 0.18);
  }
  50% {
    box-shadow: inset 0 3px 0 rgba(248, 207, 117, 0.58);
  }
}

.workspace {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.controls {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 16px;
}

.controls .control-intro {
  margin: -2px 0 0;
}

.panel {
  padding: 18px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.main-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  gap: 14px;
}

.chart-panel,
.flights-panel,
.cruise-level-panel {
  grid-column: 1 / -1;
}

label {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.control-hint {
  grid-column: 1 / -1;
  margin-top: -2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}

select,
input[type="number"] {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fbfcfb;
  color: var(--ink);
  font: inherit;
}

input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: var(--green);
}

output {
  color: var(--ink);
}

.notes {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.hour-chart {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  align-items: end;
  gap: 10px;
  min-height: 250px;
  padding-top: 18px;
}

.hour {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  min-height: 220px;
  gap: 10px;
}

.hour i {
  display: block;
  width: 100%;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--blue), var(--green));
}

.hour span {
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.rank-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rank-list li {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(90px, 0.7fr) auto;
  align-items: center;
  gap: 12px;
}

.rank-list li.rank-list-empty {
  grid-template-columns: 1fr;
  align-items: start;
  padding: 6px 0;
}

.rank-list li.rank-list-empty span {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.55;
}

.rank-list span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.rank-list-action {
  color: var(--di-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.rank-list b {
  font-size: 15px;
}

.bar {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf0ec;
}

.bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--amber);
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  padding: 14px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}

.lab-empty-row td {
  padding: 18px 14px;
  text-align: center;
  color: var(--muted);
}

th {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

td span {
  display: block;
  margin-top: 4px;
  font-weight: 600;
  text-transform: none;
}

mark {
  display: inline-flex;
  border-radius: 999px;
  padding: 5px 9px;
  background: #eef4f1;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

mark.medium {
  background: #fff4df;
  color: var(--amber);
}

mark.directional {
  background: #fcebe7;
  color: var(--red);
}

.lab-body {
  color-scheme: dark;
  --bg: #071019;
  --panel: rgba(9, 19, 29, 0.86);
  --ink: #eff5f8;
  --muted: #9db0bc;
  --line: rgba(201, 219, 234, 0.14);
  --green: #58d5c9;
  --blue: #2a5c95;
  --amber: #f8cf75;
  --red: #ff4d57;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 213, 201, 0.13), transparent 22rem),
    radial-gradient(circle at 88% 4%, rgba(255, 138, 61, 0.1), transparent 20rem),
    linear-gradient(180deg, #071019 0%, #0b1420 100%);
  color: var(--ink);
}

.lab-body .topbar,
.lab-body .score-card,
.lab-body .panel,
.lab-body .freshness {
  border-color: var(--line);
  background: var(--panel);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.lab-body .topbar {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(14, 28, 41, 0.98), rgba(8, 17, 27, 0.94));
}

.lab-body .topbar h1 {
  max-width: 940px;
}

.lab-body .topbar p,
.lab-body .score-card span,
.lab-body .panel-heading span,
.lab-body .freshness span,
.lab-body label,
.lab-body th,
.lab-body td span,
.lab-body .notes,
.lab-body .hour span,
.lab-body .rank-list span {
  color: var(--muted);
}

.lab-body .topbar .topbar-subcopy,
.lab-body .controls .control-intro {
  color: #d2dee5;
}

.lab-body h1,
.lab-body h2,
.lab-body strong,
.lab-body b,
.lab-body output,
.lab-body td {
  color: var(--ink);
}

.lab-body .score-card p {
  color: var(--muted);
}

.lab-body .score-card.primary {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(88, 213, 201, 0.18), transparent 60%),
    #123f34;
}

.lab-body .cruise-score-card {
  background:
    linear-gradient(135deg, rgba(248, 207, 117, 0.13), transparent 64%),
    rgba(16, 30, 43, 0.92);
}

.lab-body .score-card.primary::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 86px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(248, 207, 117, 0.72), transparent);
  animation: demand-scan 2.8s ease-in-out infinite;
}

.lab-body .lab-action-panel,
.lab-body .engine-flow {
  border-color: var(--line);
  color: var(--ink);
}

.lab-body .lab-action-panel {
  background:
    linear-gradient(135deg, rgba(248, 207, 117, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(14, 28, 41, 0.98), rgba(8, 17, 27, 0.94));
}

.lab-body .lab-action-meta article {
  border-color: rgba(201, 219, 234, 0.14);
  background: rgba(16, 30, 43, 0.9);
}

.lab-body .engine-flow {
  background: rgba(9, 19, 29, 0.76);
}

.lab-body .engine-flow-steps span,
.lab-body .score-band-strip article,
.lab-body .lab-disclosure {
  border-color: rgba(201, 219, 234, 0.14);
  background: rgba(16, 30, 43, 0.9);
}

.lab-body select,
.lab-body input[type="number"] {
  border-color: rgba(201, 219, 234, 0.14);
  background: rgba(16, 30, 43, 0.9);
  color: var(--ink);
}

.lab-body .bar {
  background: rgba(239, 245, 248, 0.14);
}

.lab-body .table-wrap {
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 8px;
}

.lab-body mark {
  background: rgba(248, 207, 117, 0.14);
  color: #f8cf75;
}

.lab-body mark.high {
  background: rgba(88, 213, 201, 0.14);
  color: #58d5c9;
}

.lab-body mark.directional {
  background: rgba(255, 77, 87, 0.14);
  color: #ff8c92;
}

.lab-body mark.low {
  background: rgba(201, 219, 234, 0.12);
  color: #c9dbea;
}

.lab-body .cruise-estimator-panel {
  border-color: rgba(248, 207, 117, 0.18);
  background:
    linear-gradient(135deg, rgba(248, 207, 117, 0.08), transparent 52%),
    var(--panel);
}

.lab-body .cruise-rank-list .bar i {
  background: linear-gradient(90deg, var(--amber), var(--green));
}

.lab-body .controls {
  top: 92px;
}

.lab-disclosure summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  list-style: none;
  cursor: pointer;
}

.lab-disclosure summary::-webkit-details-marker {
  display: none;
}

.lab-disclosure summary p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

@keyframes demand-scan {
  0%,
  100% {
    opacity: 0.3;
    transform: translateX(-18px);
  }
  50% {
    opacity: 0.9;
    transform: translateX(12px);
  }
}

.verse-body {
  --verse-bg: #081017;
  --verse-panel: rgba(248, 250, 247, 0.96);
  --verse-ink: #111918;
  --verse-muted: #5d6866;
  --verse-line: rgba(17, 25, 24, 0.14);
  --verse-gold: #f8cf75;
  --verse-teal: #58d5c9;
  --verse-green: #146b4d;
  --verse-blue: #2a5c95;
  margin: 0;
  min-height: 100vh;
  background: #081017;
  color: #eff5f8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.verse-body a {
  color: inherit;
  text-decoration: none;
}

.verse-header {
  width: min(1180px, calc(100% - 32px));
  border-bottom-color: rgba(201, 219, 234, 0.18);
  background: rgba(8, 16, 23, 0.92);
}

.verse-brand {
  display: grid;
  grid-template-columns: minmax(0, max-content);
  grid-template-rows: auto auto;
  gap: 3px;
}

.verse-brand .verse-logo-word,
.verse-footer .verse-logo-word {
  display: inline-flex;
  align-items: baseline;
  color: #f5f7fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.verse-brand .verse-logo-word span,
.verse-footer .verse-logo-word span {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: none;
}

.verse-brand .verse-logo-word span:first-child,
.verse-footer .verse-logo-word span:first-child {
  color: #f5f7fb;
}

.verse-brand .verse-logo-word span:last-child,
.verse-footer .verse-logo-word span:last-child {
  color: #8b5cf6;
}

.verse-brand .verse-logo-tagline,
.verse-footer .verse-logo-tagline {
  color: #a9bac6;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.verse-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.verse-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(201, 219, 234, 0.18);
  border-radius: 8px;
  padding: 0 12px;
  color: #dbe7ec;
  font-size: 13px;
  font-weight: 700;
}

.verse-nav a:first-child {
  border-color: rgba(248, 207, 117, 0.34);
  color: var(--verse-gold);
}

.verse-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
  gap: clamp(48px, 7vw, 88px);
  align-items: center;
  justify-content: center;
  min-height: min(620px, calc(100svh - 92px));
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 219, 234, 0.16);
  padding: 56px 16px 48px;
  background:
    linear-gradient(90deg, rgba(8, 16, 23, 0.98) 0%, rgba(8, 16, 23, 0.92) 54%, rgba(8, 16, 23, 0.78) 100%),
    #081017;
}

.verse-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 88px);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 78%, transparent);
  pointer-events: none;
}

.verse-hero-media {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  gap: 10px;
  align-content: center;
  pointer-events: none;
}

.verse-hero-media > img {
  display: none;
}

.verse-signal-stack {
  position: relative;
  display: grid;
  gap: 5px;
  width: 100%;
  border: 1px solid rgba(88, 213, 201, 0.22);
  border-left: 4px solid var(--verse-teal);
  border-radius: 8px;
  padding: 16px;
  background: rgba(12, 31, 37, 0.82);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.verse-signal-stack.cash {
  transform: translateX(-60px);
  border-color: rgba(248, 207, 117, 0.22);
  border-left-color: var(--verse-gold);
  background: rgba(38, 31, 17, 0.84);
}

.verse-signal-stack span,
.verse-signal-stack small {
  color: #b9c7cf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verse-signal-stack strong {
  color: #ffffff;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.9;
}

.verse-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  gap: 16px;
  max-width: 760px;
}

.verse-hero-copy p,
.verse-section-heading p,
.verse-product-topline span {
  margin: 0;
  color: var(--verse-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.verse-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(44px, 8vw, 88px);
  font-weight: 700;
  line-height: 0.92;
}

.verse-hero-copy > span {
  max-width: 680px;
  color: #d2dee5;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.42;
}

.verse-actions,
.verse-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.verse-actions a,
.verse-product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 800;
}

.verse-actions a:first-child,
.verse-product-actions a:first-child {
  background: var(--verse-gold);
  color: #101710;
}

.verse-actions a:last-child,
.verse-product-actions a:last-child {
  border: 1px solid rgba(201, 219, 234, 0.26);
  color: #eaf1f3;
}

.verse-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
}

.verse-section-heading {
  display: grid;
  gap: 8px;
  max-width: 820px;
  margin-bottom: 18px;
}

.verse-section-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.verse-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.verse-product-card,
.verse-principle-grid article {
  border: 1px solid var(--verse-line);
  border-radius: 8px;
  background: var(--verse-panel);
  color: var(--verse-ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.verse-product-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 22px;
}

.verse-product-card.demand {
  border-top: 5px solid var(--verse-teal);
}

.verse-product-card.cash {
  border-top: 5px solid var(--verse-gold);
}

.verse-product-topline {
  display: grid;
  gap: 6px;
}

.verse-product-topline strong {
  color: var(--verse-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.verse-product-card h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
}

.verse-product-card p,
.verse-product-card li,
.verse-product-signal span,
.verse-principle-grid p {
  color: var(--verse-muted);
  font-size: 15px;
  line-height: 1.48;
}

.verse-product-signal {
  display: grid;
  gap: 5px;
  border-left: 4px solid var(--verse-green);
  padding-left: 12px;
}

.verse-product-card.cash .verse-product-signal {
  border-left-color: var(--verse-blue);
}

.verse-product-signal strong {
  color: var(--verse-ink);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.verse-product-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.verse-product-card li {
  position: relative;
  padding-left: 18px;
}

.verse-product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--verse-green);
}

.verse-product-card.cash li::before {
  background: var(--verse-blue);
}

.verse-product-actions a:last-child {
  border-color: rgba(17, 25, 24, 0.2);
  color: var(--verse-ink);
}

.verse-engine {
  padding-top: 12px;
}

.verse-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.verse-principle-grid article {
  padding: 18px;
}

.verse-principle-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #111918;
  color: var(--verse-gold);
  font-size: 13px;
  font-weight: 900;
}

.verse-principle-grid strong {
  display: block;
  margin: 14px 0 8px;
  font-size: 22px;
}

.verse-footer {
  width: min(1180px, calc(100% - 32px));
  border-top-color: rgba(201, 219, 234, 0.16);
}

.verse-footer-brand {
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.verse-footer-brand p {
  margin: 0;
  color: #9db0bc;
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 1220px) {
  .verse-hero {
    grid-template-columns: minmax(0, 760px);
  }

  .verse-hero-media,
  .verse-signal-stack,
  .verse-signal-stack.cash {
    display: none;
  }
}

@media (max-width: 980px) {
  .di-ci-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .lab-action-panel {
    grid-template-columns: 1fr;
  }

  .lab-action-meta {
    grid-template-columns: 1fr;
  }

  .score-band-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .engine-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .engine-flow-heading {
    display: grid;
  }

  .engine-flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .topbar,
  .workspace {
    grid-template-columns: 1fr;
    display: grid;
  }

  .score-grid,
  .main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .score-card.primary {
    grid-column: 1 / -1;
  }

  .controls {
    position: static;
  }

  .verse-hero {
    min-height: min(620px, calc(100svh - 92px));
    padding-top: 46px;
  }

  .verse-product-grid,
  .verse-principle-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .block-tabs-summary strong {
    font-size: 15px;
  }

  .block-tabs-track {
    gap: 6px;
  }

  .block-tabs button {
    min-width: 96px;
    padding: 8px 9px;
  }

  .di-ci-header,
  .di-ci-footer {
    width: min(100% - 16px, 1420px);
  }

  .di-ci-brand {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .di-ci-brand img {
    width: 36px;
    height: 36px;
  }

  .di-ci-brand span {
    font-size: 9px;
  }

  .score-band-strip,
  .engine-flow {
    grid-template-columns: 1fr;
  }

  .engine-flow-steps {
    grid-template-columns: 1fr 1fr;
  }

  .di-ci-brand strong {
    font-size: 23px;
  }

  .verse-brand .verse-logo-word,
  .verse-footer .verse-logo-word {
    font-size: 27px;
  }

  .verse-brand .verse-logo-tagline,
  .verse-footer .verse-logo-tagline {
    font-size: 11px;
  }

  .di-ci-header > b {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }

  .verse-header {
    position: static;
    grid-template-columns: 1fr;
  }

  .verse-nav {
    justify-content: flex-start;
  }

  .verse-nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .verse-hero {
    align-items: center;
    min-height: min(620px, calc(100svh - 92px));
    padding: 34px 16px 28px;
    background:
      linear-gradient(180deg, rgba(8, 16, 23, 0.94), rgba(8, 16, 23, 0.82)),
      #081017;
  }

  .verse-signal-stack,
  .verse-signal-stack.cash {
    display: none;
  }

  .verse-hero-copy h1 {
    font-size: 45px;
  }

  .verse-hero-copy > span {
    font-size: 16px;
  }

  .verse-actions a,
  .verse-product-actions a {
    width: 100%;
  }

  .verse-shell {
    width: min(100% - 22px, 1180px);
    padding: 28px 0;
  }

  .verse-product-card {
    padding: 18px;
  }

  .shell {
    width: min(100% - 22px, 1420px);
    padding-top: 18px;
  }

  .score-grid,
  .main-grid {
    grid-template-columns: 1fr;
  }

  .hour-chart {
    gap: 6px;
    overflow-x: auto;
  }

  .hour {
    min-width: 38px;
  }

  .rank-list li {
    grid-template-columns: 1fr auto;
  }

  .bar {
    grid-column: 1 / -1;
  }
}

.brief-hero {
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #edf6f2 100%);
  box-shadow: var(--shadow);
  padding: 22px;
}

.brief-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: stretch;
}

.brief-lede {
  max-width: 72ch;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.brief-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.hospitality-product-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 8px;
  margin-top: 18px;
  margin-right: 12px;
}

.hospitality-product-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  background: #e7efeb;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.hospitality-product-tabs a.active {
  border-color: rgba(20, 112, 78, 0.28);
  background: var(--green);
  color: #fff;
}

.brief-nav a,
.brief-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.brief-nav a:not(:first-child) {
  background: #e7efeb;
  color: var(--ink);
}

.brief-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  border-radius: 8px;
  padding: 22px;
  background: #18392f;
  color: #f8fff9;
}

.brief-score span,
.brief-score small {
  color: #c0d8ce;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brief-score strong {
  position: relative;
  z-index: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(178px, 24vw, 214px);
  height: clamp(178px, 24vw, 214px);
  margin: 14px 0 8px;
  border-radius: 999px;
  font-size: clamp(56px, 9vw, 96px);
  line-height: 0.88;
  isolation: isolate;
}

.brief-score strong::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background:
    conic-gradient(var(--score-accent, #58d5c9) 0deg var(--score-angle, 180deg), rgba(199, 214, 222, 0.14) var(--score-angle, 180deg) 360deg);
  box-shadow: inset 0 0 0 1px rgba(201, 219, 234, 0.18);
}

.brief-score strong::after {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(9, 19, 29, 0.96);
  box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.22);
}

.brief-score strong b {
  display: block;
  font-size: clamp(56px, 9vw, 96px);
  line-height: 0.82;
}

.brief-score strong span {
  color: #c0d8ce;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brief-score p {
  margin-bottom: 12px;
  color: #f8fff9;
  font-weight: 800;
}

.brief-score-pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.brief-score-pulse i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(201, 219, 234, 0.24);
  transform-origin: center;
}

.brief-score-pulse i:nth-child(2) {
  animation-delay: 0.18s;
}

.brief-score-pulse i:nth-child(3) {
  animation-delay: 0.36s;
}

.brief-score-pulse-label {
  display: block;
  margin-top: 10px;
  color: #c0d8ce;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brief-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.brief-card,
.brief-day,
.event-brief-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.brief-card {
  min-height: 170px;
  padding: 18px;
}

.brief-card span,
.brief-day span,
.event-brief-card span,
.event-brief-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brief-card strong {
  display: block;
  margin: 16px 0 8px;
  font-size: 32px;
}

.brief-card p,
.event-brief-card p,
.brief-methodology p,
.brief-cta p {
  color: var(--muted);
  line-height: 1.5;
}

.brief-card-high {
  border-color: rgba(179, 60, 40, 0.32);
}

.brief-card-medium {
  border-color: rgba(168, 95, 0, 0.32);
}

.brief-recommendation {
  margin-bottom: 14px;
  background: #18392f;
  color: #f8fff9;
}

.brief-recommendation .eyebrow,
.brief-recommendation p {
  color: #c0d8ce;
}

.brief-recommendation h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 4vw, 40px);
}

.hospitality-mini-bar {
  display: none;
}

.brief-day-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.history-chart {
  display: grid;
  grid-template-columns: repeat(15, minmax(34px, 1fr));
  align-items: end;
  gap: 8px;
  min-height: 250px;
  padding-top: 12px;
}

.history-bar {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 6px;
  align-items: end;
  min-height: 220px;
}

.history-bar i {
  display: block;
  width: 100%;
  border-radius: 6px 6px 2px 2px;
  background: #b9c8c1;
}

.history-bar-today i {
  background: linear-gradient(180deg, var(--amber), var(--green));
}

.history-bar span,
.history-bar b,
.history-stats span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.history-bar b {
  color: var(--ink);
  font-size: 12px;
}

.history-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.history-stats article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fbfcfb;
}

.history-stats strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 30px;
}

.history-stats p {
  color: var(--muted);
  line-height: 1.5;
}

.score-sense-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 12px;
  margin-bottom: 16px;
}

.score-plain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

.score-plain-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fbfcfb;
}

.score-plain-grid span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.score-plain-grid strong {
  display: block;
  margin: 8px 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}

.score-plain-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.score-formula-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) 1.22fr;
  gap: 14px;
  margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fbfcfb;
}

.score-formula-copy span,
.score-formula-steps span,
.score-formula-panel small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.score-formula-copy strong {
  display: block;
  margin: 8px 0;
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.08;
}

.score-formula-copy p {
  color: var(--green);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.score-formula-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.score-formula-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(20, 107, 77, 0.06);
}

.score-formula-steps strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.score-formula-steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.score-formula-panel small {
  grid-column: 1 / -1;
  display: block;
  padding-top: 4px;
  line-height: 1.45;
  text-transform: none;
}

.score-sense-card,
.score-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfb;
  padding: 16px;
}

.score-sense-card-main {
  background: #18392f;
  color: #f8fff9;
}

.score-sense-card span,
.score-sense-card small,
.score-band span,
.score-band small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.score-sense-card-main span,
.score-sense-card-main small,
.score-sense-card-main p {
  color: #c0d8ce;
}

.score-sense-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.1;
}

.score-sense-card p,
.score-band p {
  margin-bottom: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.score-sense-card-main strong {
  color: #f8fff9;
}

.score-scale {
  position: relative;
  height: 14px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #d7e0dc 0%,
    #d7e0dc 35%,
    #e2eadf 35%,
    #e2eadf 55%,
    #f1e5c9 55%,
    #f1e5c9 70%,
    #f2c7bd 70%,
    #f2c7bd 85%,
    #b33c28 85%,
    #b33c28 100%
  );
}

.score-scale i {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--green);
  transform: translate(-50%, -50%);
}

.score-scale-labels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.score-scale-labels span {
  color: #c0d8ce;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.score-explain-grid {
  margin-top: 0;
}

.section-heading-sub {
  margin-bottom: 12px;
}

.score-band-grid {
  display: grid;
  gap: 10px;
}

.score-band {
  padding: 14px;
}

.score-band-active {
  border-color: rgba(20, 107, 77, 0.42);
  background: #eef7f3;
}

.score-pill-grid {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.score-pill-grid-top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hospitality-driver-panel {
  margin: 0 0 14px;
}

.score-pill-grid-hero {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.score-pill-grid-hero .score-component-pill {
  padding: 12px;
}

.score-pill-grid-hero .score-component-pill p {
  display: none;
}

.score-pill-grid-hero .score-component-pill-top span {
  font-size: 10px;
}

.score-pill-grid-hero .score-component-pill-top b {
  font-size: 16px;
}

.score-pill-grid-hero .score-component-pill-track {
  margin: 10px 0 0;
}

.score-component-pill {
  --pill-accent: #58d5c9;
  border: 1px solid rgba(201, 219, 234, 0.16);
  border-radius: 14px;
  padding: 14px;
  background: rgba(16, 30, 43, 0.72);
}

.score-component-pill-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.score-component-pill-top span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.score-component-pill-top b {
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.score-component-pill-track {
  overflow: hidden;
  height: 12px;
  margin: 12px 0 10px;
  border-radius: 999px;
  background: rgba(201, 219, 234, 0.1);
  box-shadow: inset 0 0 0 1px rgba(201, 219, 234, 0.08);
}

.score-component-pill-track i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, color-mix(in srgb, var(--pill-accent) 68%, #ffffff 32%), var(--pill-accent));
  transform: scaleX(var(--pill-scale, 0));
  transform-origin: left center;
  animation: hospitality-pill-load 1s cubic-bezier(0.2, 0.9, 0.25, 1) both;
  box-shadow: 0 0 14px color-mix(in srgb, var(--pill-accent) 45%, transparent);
}

.score-component-pill p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.score-component-pill-visitor {
  --pill-accent: #58d5c9;
}

.score-component-pill-event {
  --pill-accent: #f8cf75;
}

.score-component-pill-cruise {
  --pill-accent: #62b9ff;
}

.score-component-pill-source {
  --pill-accent: #9e7cff;
}

.score-component-pill-seasonal {
  --pill-accent: #ff9b7b;
}

.score-component-pill-history {
  --pill-accent: #8bd89c;
}

.score-band strong {
  display: block;
  margin: 6px 0;
  font-size: 18px;
}

.score-band small {
  display: block;
  line-height: 1.45;
  text-transform: none;
}

.brief-day {
  min-height: 150px;
  padding: 16px;
}

.brief-day strong {
  display: block;
  margin: 12px 0 4px;
  font-size: 38px;
}

.brief-day strong small {
  color: var(--muted);
  font-size: 16px;
}

.brief-day p {
  color: var(--ink);
  font-weight: 800;
}

.brief-day small {
  color: var(--muted);
}

.brief-day-high {
  background: #fff4ef;
  border-color: rgba(179, 60, 40, 0.32);
}

.brief-day-medium {
  background: #fff8ec;
  border-color: rgba(168, 95, 0, 0.28);
}

.brief-two-col {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 14px;
  margin-top: 14px;
}

.event-brief-list {
  display: grid;
  gap: 12px;
}

.event-brief-card {
  padding: 16px;
}

.event-brief-card strong {
  display: block;
  margin: 8px 0;
  font-size: 18px;
}

.brief-methodology,
.brief-cta {
  margin-top: 14px;
}

.brief-share-panel {
  margin-top: 14px;
}

.brief-disclosure {
  margin-top: 14px;
}

.brief-disclosure summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  list-style: none;
  cursor: pointer;
}

.brief-disclosure summary::-webkit-details-marker {
  display: none;
}

.brief-disclosure summary h2 {
  margin-bottom: 5px;
}

.brief-disclosure summary p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.brief-disclosure-state {
  flex: 0 0 auto;
  min-width: 68px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.brief-disclosure-state::before {
  content: "Open";
}

.brief-disclosure[open] .brief-disclosure-state::before {
  content: "Close";
}

.brief-disclosure-body {
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.brief-builder {
  margin-bottom: 14px;
}

.brief-builder-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 14px;
  align-items: stretch;
}

.brief-builder-controls {
  display: grid;
  align-content: start;
  gap: 14px;
}

.brief-builder-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brief-builder-presets button,
.brief-builder-actions button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #e7efeb;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.brief-builder-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.brief-builder-checks label {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fbfcfb;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.brief-builder-checks input {
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}

.brief-builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brief-builder-actions button:first-child {
  background: var(--green);
  color: #fff;
}

.brief-builder textarea {
  width: 100%;
  min-height: 360px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fbfcfb;
  color: var(--ink);
  font: 14px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.brief-share-copy {
  margin-bottom: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.brief-share-panel textarea {
  width: 100%;
  min-height: 390px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fbfcfb;
  color: var(--ink);
  font: 14px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.brief-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.brief-share-actions button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  background: var(--green);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.brief-share-actions button:last-child {
  background: #e7efeb;
  color: var(--ink);
}

.rate-outlook {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 10px;
}

.rate-trend-panel {
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 14px;
  padding: 16px 16px 14px;
  background: rgba(10, 21, 31, 0.9);
  margin-bottom: 14px;
}

.rate-trend-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.rate-trend-head span,
.rate-trend-head small {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rate-trend-head strong {
  display: block;
  margin-top: 4px;
  color: var(--di-text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.rate-trend-head small {
  display: block;
  max-width: 360px;
  text-align: right;
}

.rate-trend-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.rate-trend-key {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.rate-trend-key::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.04);
}

.rate-trend-key-three {
  color: #62d6d1;
}

.rate-trend-key-four {
  color: #7cc7ff;
}

.rate-trend-key-five {
  color: #ffd36d;
}

.rate-trend-key-serviced {
  color: #b990ff;
}

.rate-trend-graph {
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 12px;
  padding: 10px 8px 4px;
  min-height: 240px;
  background:
    linear-gradient(180deg, rgba(14, 27, 39, 0.96), rgba(10, 20, 30, 0.98)),
    radial-gradient(circle at top, rgba(124, 199, 255, 0.08), transparent 45%);
}

.rate-trend-graph svg {
  display: block;
  width: 100%;
  height: 220px;
}

.rate-trend-grid-line {
  stroke: rgba(201, 219, 234, 0.14);
  stroke-width: 1;
  stroke-dasharray: 3 5;
}

.rate-trend-axis-label {
  fill: var(--di-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.rate-trend-axis-title {
  fill: rgba(235, 243, 250, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rate-trend-dot {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.12));
}

.hospitality-calendar-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 12px;
}

.hospitality-calendar-summary article,
.hospitality-calendar-card,
.hospitality-week-cell,
.hospitality-calendar-detail {
  border: 1px solid rgba(201, 219, 234, 0.12);
  background: rgba(16, 30, 43, 0.88);
}

.hospitality-calendar-summary article {
  border-radius: 8px;
  padding: 16px;
}

.hospitality-calendar-summary span,
.hospitality-calendar-card span,
.hospitality-calendar-card small,
.hospitality-week-cell span,
.hospitality-week-cell small {
  color: var(--di-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.hospitality-calendar-summary strong {
  display: block;
  margin: 8px 0 4px;
  color: var(--di-text);
  font-size: 34px;
  line-height: 1;
}

.hospitality-calendar-summary strong small {
  color: var(--di-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.hospitality-calendar-summary p {
  margin: 0;
  color: var(--di-muted);
  font-size: 14px;
  line-height: 1.35;
}

.hospitality-calendar-summary details {
  margin-top: 12px;
  border-top: 1px solid rgba(201, 219, 234, 0.1);
  padding-top: 10px;
}

.hospitality-calendar-summary summary {
  color: var(--di-gold);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  list-style-position: outside;
}

.hospitality-calendar-summary details p {
  margin-top: 8px;
  color: var(--di-text);
  font-size: 13px;
  line-height: 1.4;
}

.hospitality-month-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hospitality-calendar-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 12px;
}

.hospitality-calendar-legend span {
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.hospitality-calendar-card {
  display: block;
  min-height: 218px;
  border-radius: 8px;
  padding: 18px;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.hospitality-calendar-card div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  align-items: start;
}

.hospitality-calendar-card span {
  grid-column: 1 / -1;
}

.hospitality-calendar-card strong {
  color: var(--di-text);
  font-size: 26px;
  line-height: 1.05;
}

.hospitality-calendar-card b {
  color: var(--di-gold);
  font-size: 18px;
}

.hospitality-calendar-card p {
  margin: 18px 0 8px;
  color: var(--di-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.hospitality-calendar-card em {
  display: block;
  margin-top: 12px;
  color: var(--di-muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

.calendar-driver-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.calendar-driver-grid article {
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: rgba(7, 16, 25, 0.32);
}

.calendar-driver-grid span {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.calendar-driver-grid strong {
  display: block;
  margin: 6px 0;
  color: var(--di-text);
  font-size: 16px;
  line-height: 1.15;
}

.calendar-driver-grid p {
  margin: 0;
  color: var(--di-muted);
  font-size: 13px;
  line-height: 1.35;
}

.hospitality-year-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 8px;
}

@media (min-width: 1280px) {
  .hospitality-year-grid {
    grid-template-columns: repeat(13, minmax(0, 1fr));
  }
}

.hospitality-year-grid[hidden],
.hospitality-month-grid[hidden] {
  display: none;
}

.hospitality-week-cell {
  display: block;
  min-width: 0;
  min-height: 96px;
  border-radius: 8px;
  padding: 10px 9px;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.hospitality-week-cell-active {
  border-color: rgba(248, 207, 117, 0.75);
  box-shadow: inset 0 0 0 1px rgba(248, 207, 117, 0.18), 0 0 0 1px rgba(248, 207, 117, 0.1);
}

.hospitality-week-cell strong {
  display: block;
  margin: 7px 0 4px;
  color: var(--di-text);
  font-size: clamp(20px, 2.1vw, 24px);
  line-height: 1;
}

.hospitality-week-cell small {
  display: block;
  font-size: 10px;
  line-height: 1.1;
  text-transform: none;
}

.hospitality-calendar-detail {
  margin-top: 12px;
  border-radius: 8px;
  padding: 18px;
}

.calendar-detail-lede {
  margin: -4px 0 12px;
  color: var(--di-muted);
  font-size: 15px;
  line-height: 1.4;
}

.calendar-driver-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.calendar-driver-badges span {
  border: 1px solid rgba(88, 218, 204, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(88, 218, 204, 0.08);
  color: var(--di-teal);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.calendar-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 10px;
}

.calendar-decision-grid article {
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: rgba(7, 16, 25, 0.42);
}

.calendar-decision-grid span {
  display: block;
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.calendar-decision-grid strong {
  display: block;
  margin: 7px 0;
  color: var(--di-text);
  font-size: 17px;
  line-height: 1.15;
}

.calendar-decision-grid p {
  margin: 0;
  color: var(--di-muted);
  font-size: 13px;
  line-height: 1.35;
}

.flight-pressure-grid,
.cruise-pressure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.flight-pressure-card,
.cruise-pressure-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fbfcfb;
}

.flight-pressure-card span,
.cruise-pressure-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.flight-pressure-card strong,
.cruise-pressure-card strong {
  display: block;
  margin: 8px 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.flight-pressure-card p,
.cruise-pressure-card p {
  color: var(--muted);
  line-height: 1.45;
}

.hospitality-body .flight-pressure-card.flight-pressure-card-primary {
  border-color: rgba(124, 199, 255, 0.28);
  background: linear-gradient(180deg, rgba(124, 199, 255, 0.1), rgba(14, 28, 41, 0.94));
}

.hospitality-body .flight-pressure-card.flight-pressure-card-wave {
  border-color: rgba(98, 214, 209, 0.18);
  background: rgba(98, 214, 209, 0.055);
}

.hospitality-body .flight-pressure-card.flight-pressure-card-more {
  border-style: dashed;
  background: rgba(201, 219, 234, 0.035);
}

.hospitality-body .flight-pressure-card.flight-pressure-card-more,
.hospitality-body .cruise-pressure-card.cruise-pressure-card-more {
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hospitality-body .flight-pressure-card.flight-pressure-card-more:hover,
.hospitality-body .cruise-pressure-card.cruise-pressure-card-more:hover {
  border-color: rgba(98, 214, 209, 0.32);
  background: rgba(98, 214, 209, 0.08);
  transform: translateY(-1px);
}

.hospitality-body .flight-pressure-card.flight-pressure-card-more:focus-visible,
.hospitality-body .cruise-pressure-card.cruise-pressure-card-more:focus-visible {
  outline: 2px solid rgba(98, 214, 209, 0.7);
  outline-offset: 3px;
}

.hospitality-body .cruise-pressure-card.cruise-pressure-card-primary {
  border-color: rgba(248, 207, 117, 0.34);
  background: linear-gradient(180deg, rgba(248, 207, 117, 0.1), rgba(14, 28, 41, 0.94));
}

.hospitality-body .cruise-pressure-card.cruise-pressure-card-ship {
  border-color: rgba(88, 213, 201, 0.18);
  background: rgba(88, 213, 201, 0.055);
}

.hospitality-body .cruise-pressure-card.cruise-pressure-card-more {
  border-style: dashed;
  background: rgba(201, 219, 234, 0.035);
}

.rate-day,
.rate-driver {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfb;
}

.rate-day {
  min-width: 0;
  padding: 14px;
}

.rate-day-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.rate-day-top span,
.rate-segments span,
.rate-driver span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.rate-day-top strong {
  display: block;
  margin-top: 5px;
  font-size: 17px;
}

.rate-day-top b {
  color: var(--green);
  font-size: 18px;
}

.rate-segments {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.rate-segments strong {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}

.rate-driver-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rate-driver {
  padding: 16px;
}

.rate-driver strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 24px;
}

.rate-driver p {
  color: var(--muted);
  line-height: 1.5;
}

.source-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.source-market-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfb;
  padding: 16px;
}

.source-market-top,
.source-market-metrics {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.source-market-top {
  align-items: flex-start;
}

.source-market-top span,
.source-market-metrics span,
.source-market-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.source-market-top strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
}

.source-market-top b {
  border-radius: 999px;
  padding: 5px 8px;
  background: #e7efeb;
  color: var(--green);
  font-size: 11px;
}

.source-market-metrics {
  margin: 16px 0 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.source-market-metrics strong {
  display: block;
  margin-top: 3px;
  font-size: 18px;
}

.source-market-card p {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 800;
}

.source-market-card small {
  display: block;
  line-height: 1.45;
  text-transform: none;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.quality-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfb;
  padding: 16px;
}

.quality-card-high {
  border-color: rgba(20, 107, 77, 0.32);
}

.quality-card-medium {
  border-color: rgba(168, 95, 0, 0.32);
}

.quality-card-low {
  border-color: rgba(179, 60, 40, 0.24);
}

.quality-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.quality-card-top span,
.quality-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.quality-card-top strong {
  display: block;
  margin-top: 4px;
  font-size: 17px;
}

.quality-card-top b {
  color: var(--green);
  font-size: 20px;
}

.quality-card p {
  margin-bottom: 10px;
  color: var(--ink);
  line-height: 1.45;
}

.quality-card small {
  display: block;
  line-height: 1.45;
  text-transform: none;
}

.brief-methodology {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.brief-cta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 20px;
}

.brief-cta h2 {
  margin-bottom: 8px;
}

@media (max-width: 980px) {
  .brief-hero-grid,
  .brief-card-grid,
  .brief-two-col,
  .brief-methodology {
    grid-template-columns: 1fr;
  }

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

  .history-chart {
    overflow-x: auto;
  }

  .history-bar {
    min-width: 42px;
  }

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

  .score-sense-grid {
    grid-template-columns: 1fr;
  }

  .score-formula-panel {
    grid-template-columns: 1fr;
  }

  .score-formula-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rate-driver-grid {
    grid-template-columns: 1fr;
  }

  .rate-trend-head {
    flex-direction: column;
  }

  .rate-trend-head small {
    max-width: none;
    text-align: left;
  }

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

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

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

  .hospitality-calendar-summary,
  .hospitality-month-grid,
  .hospitality-calendar-legend,
  .calendar-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brief-hero {
    padding: 16px;
  }

  .brief-day-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brief-nav a {
    flex: 1 1 calc(50% - 8px);
  }

  .hospitality-product-tabs,
  .score-plain-grid {
    grid-template-columns: 1fr;
  }

  .score-formula-steps {
    grid-template-columns: 1fr;
  }

  .hospitality-calendar-summary,
  .hospitality-month-grid,
  .hospitality-calendar-legend,
  .calendar-decision-grid,
  .calendar-driver-grid {
    grid-template-columns: 1fr;
  }

  .brief-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .brief-cta a {
    justify-content: center;
  }

  .source-market-grid {
    grid-template-columns: 1fr;
  }

  .cruise-pressure-grid {
    grid-template-columns: 1fr;
  }

  .quality-grid {
    grid-template-columns: 1fr;
  }

  .rate-trend-panel {
    padding: 14px 12px 12px;
  }

  .rate-trend-legend {
    gap: 6px;
  }

  .rate-trend-key {
    width: calc(50% - 3px);
    justify-content: center;
  }

}

@media print {
  body {
    background: #fff;
    color: #111;
  }

  .shell {
    width: 100%;
    padding: 0;
  }

  .brief-nav,
  .brief-share-actions,
  .brief-share-panel,
  .brief-cta,
  .freshness {
    display: none;
  }

  .brief-hero,
  .panel,
  .brief-card,
  .brief-day,
  .event-brief-card,
  .source-market-card,
  .rate-day,
  .rate-driver {
    box-shadow: none;
    break-inside: avoid;
  }

  .brief-hero-grid,
  .brief-card-grid,
  .brief-two-col,
  .brief-methodology,
  .rate-driver-grid,
  .source-market-grid,
  .quality-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rate-outlook,
  .brief-day-grid,
  .history-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .rate-trend-panel {
    break-inside: avoid;
  }
}

.hospitality-body {
  --bg: #071019;
  --panel: rgba(9, 19, 29, 0.86);
  --ink: #eff5f8;
  --muted: #b7c6cf;
  --line: rgba(201, 219, 234, 0.14);
  --green: #58d5c9;
  --amber: #f8cf75;
  --red: #ff4d57;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 213, 201, 0.13), transparent 22rem),
    radial-gradient(circle at 88% 4%, rgba(255, 138, 61, 0.1), transparent 20rem),
    linear-gradient(180deg, #071019 0%, #0b1420 100%);
  color: var(--ink);
}

.hospitality-body .brief-hero,
.hospitality-body .panel,
.hospitality-body .brief-card,
.hospitality-body .brief-day,
.hospitality-body .event-brief-card,
.hospitality-body .flight-pressure-card,
.hospitality-body .cruise-pressure-card,
.hospitality-body .rate-day,
.hospitality-body .rate-driver,
.hospitality-body .score-plain-grid article,
.hospitality-body .score-formula-panel,
.hospitality-body .score-formula-steps article,
.hospitality-body .score-sense-card,
.hospitality-body .score-band,
.hospitality-body .source-market-card,
.hospitality-body .history-stats article,
.hospitality-body .quality-card {
  border-color: var(--line);
  background: var(--panel);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hospitality-body .brief-card-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hospitality-body .brief-card,
.hospitality-body .event-brief-card,
.hospitality-body .flight-pressure-card,
.hospitality-body .cruise-pressure-card,
.hospitality-body .rate-driver,
.hospitality-body .source-market-card,
.hospitality-body .history-stats article,
.hospitality-body .score-plain-grid article,
.hospitality-body .score-formula-steps article,
.hospitality-body .quality-card {
  padding: 14px;
}

.hospitality-body .brief-card {
  min-height: auto;
}

.hospitality-body .brief-card strong {
  margin: 10px 0 6px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.05;
}

.hospitality-body .brief-card p,
.hospitality-body .event-brief-card p,
.hospitality-body .event-brief-card small,
.hospitality-body .flight-pressure-card p,
.hospitality-body .cruise-pressure-card p,
.hospitality-body .rate-driver p,
.hospitality-body .source-market-card small,
.hospitality-body .history-stats p,
.hospitality-body .score-plain-grid p,
.hospitality-body .score-formula-steps p,
.hospitality-body .quality-card p,
.hospitality-body .quality-card small {
  font-size: 13px;
  line-height: 1.38;
}

.hospitality-body .brief-hero {
  background: linear-gradient(180deg, rgba(14, 28, 41, 0.98), rgba(8, 17, 27, 0.94));
}

.hospitality-body .topbar p,
.hospitality-body .eyebrow,
.hospitality-body .panel-heading span,
.hospitality-body .brief-card span,
.hospitality-body .brief-day span,
.hospitality-body .event-brief-card span,
.hospitality-body .event-brief-card small,
.hospitality-body .flight-pressure-card span,
.hospitality-body .cruise-pressure-card span,
.hospitality-body .rate-day-top span,
.hospitality-body .rate-segments span,
.hospitality-body .rate-driver span,
.hospitality-body .score-plain-grid span,
.hospitality-body .score-formula-copy span,
.hospitality-body .score-formula-steps span,
.hospitality-body .score-formula-panel small,
.hospitality-body .score-sense-card span,
.hospitality-body .score-sense-card small,
.hospitality-body .score-band span,
.hospitality-body .score-band small,
.hospitality-body .source-market-card span,
.hospitality-body .history-stats span,
.hospitality-body .quality-card span,
.hospitality-body .quality-card small {
  color: var(--muted);
  font-weight: 600;
}

.hospitality-body h1,
.hospitality-body h2,
.hospitality-body strong,
.hospitality-body b,
.hospitality-body .brief-day p,
.hospitality-body .rate-day-top strong,
.hospitality-body .score-plain-grid strong,
.hospitality-body .score-band strong,
.hospitality-body .source-market-card strong {
  color: var(--ink);
}

.hospitality-body .brief-lede,
.hospitality-body .brief-share-copy,
.hospitality-body .brief-disclosure summary p,
.hospitality-body .brief-card p,
.hospitality-body .event-brief-card p,
.hospitality-body .flight-pressure-card p,
.hospitality-body .cruise-pressure-card p,
.hospitality-body .rate-driver p,
.hospitality-body .score-plain-grid p,
.hospitality-body .score-formula-steps p,
.hospitality-body .score-sense-card p,
.hospitality-body .score-band p,
.hospitality-body .source-market-card p,
.hospitality-body .source-market-card small,
.hospitality-body .brief-methodology p,
.hospitality-body .brief-cta p,
.hospitality-body .history-stats p,
.hospitality-body .quality-card p {
  color: #c7d6de;
}

.hospitality-body .brief-share-copy,
.hospitality-body .brief-lede {
  color: #cbd9df;
}

.hospitality-body .brief-nav a,
.hospitality-body .brief-cta a,
.hospitality-body .brief-share-actions button,
.hospitality-body .brief-builder-actions button:first-child {
  background: rgba(248, 207, 117, 0.16);
  color: #f8cf75;
  font-weight: 600;
}

.hospitality-body .brief-nav a:not(:first-child),
.hospitality-body .brief-share-actions button:last-child,
.hospitality-body .brief-builder-presets button,
.hospitality-body .brief-builder-actions button:last-child,
.hospitality-body .brief-disclosure-state {
  background: rgba(88, 213, 201, 0.12);
  color: #58d5c9;
}

.hospitality-body .freshness,
.hospitality-body .score-plain-grid article,
.hospitality-body .score-band,
.hospitality-body .score-formula-panel,
.hospitality-body .score-formula-steps article,
.hospitality-body .score-sense-card:not(.score-sense-card-main),
.hospitality-body .brief-share-panel textarea,
.hospitality-body .brief-builder textarea,
.hospitality-body .brief-builder-checks label {
  background: rgba(16, 30, 43, 0.9);
  color: var(--ink);
  border-color: var(--line);
}

.hospitality-body .score-formula-copy p {
  color: #f8cf75;
}

.hospitality-body .source-market-top b {
  background: rgba(88, 213, 201, 0.14);
  color: #58d5c9;
  border: 1px solid rgba(88, 213, 201, 0.24);
}

.hospitality-body .brief-score,
.hospitality-body .brief-recommendation,
.hospitality-body .score-sense-card-main,
.hospitality-body .brief-cta {
  background: #0d1723;
  color: var(--ink);
}

.hospitality-body .brief-score span,
.hospitality-body .brief-score small,
.hospitality-body .brief-score strong span,
.hospitality-body .brief-score p,
.hospitality-body .brief-recommendation .eyebrow,
.hospitality-body .brief-recommendation p,
.hospitality-body .score-sense-card-main span,
.hospitality-body .score-sense-card-main small,
.hospitality-body .score-sense-card-main p {
  color: #c7d6de;
}

.hospitality-body .brief-score strong,
.hospitality-body .score-sense-card-main strong,
.hospitality-body .brief-recommendation h2 {
  color: #eff5f8;
}

.hospitality-body .brief-score {
  position: relative;
  overflow: hidden;
}

.hospitality-body .brief-score::after {
  content: "";
  position: absolute;
  inset: auto -14% -42% auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(88, 213, 201, 0.22) 0%, rgba(88, 213, 201, 0.04) 54%, transparent 74%);
  filter: blur(6px);
  pointer-events: none;
  opacity: 0.58;
}

.hospitality-body .brief-card-high,
.hospitality-body .brief-day-high {
  border-color: rgba(255, 77, 87, 0.3);
  background: rgba(255, 77, 87, 0.1);
}

.hospitality-body .brief-card-medium,
.hospitality-body .brief-day-medium {
  border-color: rgba(248, 207, 117, 0.26);
  background: rgba(248, 207, 117, 0.08);
}

.hospitality-body .hospitality-product-tabs a {
  border-color: rgba(201, 219, 234, 0.18);
  background: rgba(88, 213, 201, 0.1);
  color: #c7d6de;
}

.hospitality-body .hospitality-product-tabs a.active {
  border-color: rgba(88, 213, 201, 0.78);
  background: #58d5c9;
  color: #06131d;
}

.hospitality-body .brief-nav a,
.hospitality-body .brief-cta a,
.hospitality-body .brief-share-actions button,
.hospitality-body .brief-builder-actions button:first-child {
  border: 1px solid rgba(248, 207, 117, 0.2);
}

.hospitality-body .brief-nav a:not(:first-child),
.hospitality-body .brief-share-actions button:last-child,
.hospitality-body .brief-builder-presets button,
.hospitality-body .brief-builder-actions button:last-child,
.hospitality-body .brief-disclosure-state {
  border-color: rgba(88, 213, 201, 0.18);
}

.hospitality-body .rate-segments strong,
.hospitality-body .rate-driver strong,
.hospitality-body .event-brief-card strong,
.hospitality-body .cruise-pressure-card strong,
.hospitality-body .score-formula-copy strong,
.hospitality-body .score-formula-steps strong,
.hospitality-body .score-sense-card strong,
.hospitality-body .history-stats strong,
.hospitality-body .source-market-metrics strong,
.hospitality-body .quality-card strong {
  color: #eff5f8;
}

.hospitality-body .source-market-card p {
  color: #c7d6de;
}

.hospitality-body .hospitality-mini-bar {
  position: fixed;
  top: 96px;
  right: max(20px, calc((100vw - 1420px) / 2 - 292px));
  z-index: 30;
  width: 260px;
  border: 1px solid rgba(201, 219, 234, 0.14);
  border-radius: 18px;
  padding: 12px;
  background: rgba(9, 19, 29, 0.92);
  color: var(--ink);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.hospitality-body .brief-score[data-pressure-tone="steady"] .brief-score-pulse i {
  background: rgba(88, 213, 201, 0.36);
  animation: hospitality-score-pulse-steady 2.8s ease-in-out infinite;
}

.hospitality-body .brief-score[data-pressure-tone="steady"] {
  --score-accent: #58d5c9;
}

.hospitality-body .brief-score[data-pressure-tone="medium"] .brief-score-pulse i {
  background: rgba(248, 207, 117, 0.82);
  animation: hospitality-score-pulse-medium 1.9s ease-in-out infinite;
}

.hospitality-body .brief-score[data-pressure-tone="medium"] {
  --score-accent: #f8cf75;
}

.hospitality-body .brief-score[data-pressure-tone="high"] .brief-score-pulse i {
  background: rgba(255, 115, 115, 0.9);
  animation: hospitality-score-pulse-high 1.2s ease-in-out infinite;
}

.hospitality-body .brief-score[data-pressure-tone="high"] {
  --score-accent: #ff7373;
}

.hospitality-body .brief-score[data-pressure-tone="steady"]::after {
  background: radial-gradient(circle, rgba(88, 213, 201, 0.2) 0%, rgba(88, 213, 201, 0.05) 58%, transparent 76%);
}

.hospitality-body .brief-score[data-pressure-tone="medium"]::after {
  background: radial-gradient(circle, rgba(248, 207, 117, 0.24) 0%, rgba(248, 207, 117, 0.06) 58%, transparent 76%);
}

.hospitality-body .brief-score[data-pressure-tone="high"]::after {
  background: radial-gradient(circle, rgba(255, 115, 115, 0.24) 0%, rgba(255, 115, 115, 0.06) 58%, transparent 76%);
}

.hospitality-mini-head {
  border-bottom: 1px solid rgba(201, 219, 234, 0.12);
  padding: 2px 2px 12px;
}

.hospitality-mini-head span,
.hospitality-mini-bar a span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hospitality-mini-head strong {
  display: block;
  margin: 6px 0 2px;
  color: #eff5f8;
  font-size: 44px;
  line-height: 0.95;
}

.hospitality-mini-head strong small {
  color: var(--muted);
  font-size: 18px;
}

.hospitality-mini-head p {
  color: #f8cf75;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.hospitality-mini-bar a {
  display: block;
  margin-top: 10px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 10px;
  padding: 10px;
  background: rgba(16, 30, 43, 0.78);
  color: inherit;
  text-decoration: none;
}

.hospitality-mini-bar a strong {
  display: block;
  margin-top: 5px;
  color: #eff5f8;
  font-size: 13px;
  line-height: 1.25;
}

.hospitality-mini-bar .hospitality-mini-primary {
  border-color: rgba(248, 207, 117, 0.24);
  background: rgba(248, 207, 117, 0.16);
  color: #f8cf75;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 1780px) {
  .hospitality-body .hospitality-mini-bar {
    display: block;
  }
}

.hospitality-action-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}

.hospitality-action-strip article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(16, 30, 43, 0.9);
}

.hospitality-body .hospitality-action-strip article {
  background: rgba(13, 23, 35, 0.96);
}

.hospitality-action-strip span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.hospitality-action-strip strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.hospitality-action-strip p {
  color: #c7d6de;
  font-size: 13px;
  line-height: 1.35;
}

@keyframes hospitality-score-pulse-steady {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.46;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

@keyframes hospitality-score-pulse-medium {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes hospitality-score-pulse-high {
  0%,
  100% {
    transform: scale(0.82);
    opacity: 0.36;
  }
  40% {
    transform: scale(1.24);
    opacity: 1;
  }
  70% {
    transform: scale(0.96);
    opacity: 0.58;
  }
}

@keyframes hospitality-pill-load {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(var(--pill-scale, 0));
  }
}

@media (max-width: 1220px) {
  .hospitality-body .brief-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .score-pill-grid-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .score-pill-grid-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .brief-builder-grid {
    grid-template-columns: 1fr;
  }

  .hospitality-action-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brief-builder-checks {
    grid-template-columns: 1fr;
  }

  .hospitality-action-strip {
    grid-template-columns: 1fr;
  }
}

.individual-body {
  --di-bg: #09131d;
  --di-bg-soft: #101e2b;
  --di-panel: rgba(9, 19, 29, 0.82);
  --di-panel-strong: #0d1723;
  --di-line: rgba(201, 219, 234, 0.12);
  --di-text: #eff5f8;
  --di-muted: #9db0bc;
  --di-signal: #ff8a3d;
  --di-signal-soft: rgba(255, 138, 61, 0.14);
  --di-alert: #ff4d57;
  --di-alert-soft: rgba(255, 77, 87, 0.16);
  --di-teal: #58d5c9;
  --di-teal-soft: rgba(88, 213, 201, 0.14);
  --di-gold: #f8cf75;
  background:
    radial-gradient(circle at top left, rgba(88, 213, 201, 0.15), transparent 22rem),
    radial-gradient(circle at 90% 10%, rgba(255, 138, 61, 0.13), transparent 18rem),
    linear-gradient(180deg, #071019 0%, #0d1723 100%);
  color: var(--di-text);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

.individual-shell {
  width: min(1180px, calc(100% - 20px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 4px 0 72px;
}

.individual-ci-header,
.individual-ci-footer {
  width: min(1180px, calc(100% - 20px));
}

.individual-ci-header {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 64px;
}

.individual-ci-header .di-ci-brand {
  grid-template-columns: 34px minmax(0, 1fr);
}

.individual-ci-header .di-ci-brand img {
  width: 34px;
  height: 34px;
}

.individual-ci-header .di-ci-brand span {
  font-size: 9px;
}

.individual-ci-header .di-ci-brand strong {
  font-size: 22px;
}

.individual-ci-header .di-product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.individual-ci-header .di-product-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(7, 16, 25, 0.28);
  color: rgba(228, 236, 244, 0.74);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.individual-ci-header .di-product-nav a.active {
  border-color: rgba(88, 213, 201, 0.34);
  background: rgba(88, 213, 201, 0.12);
  color: var(--di-teal);
}

.individual-ci-header > b {
  min-height: 32px;
  padding: 0 10px;
  font-size: 11px;
}

.individual-hero,
.phone-map-card,
.individual-panel {
  border: 1px solid rgba(214, 230, 221, 0.12);
  border-radius: 28px;
  background: var(--di-panel);
  color: var(--di-text);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.individual-hero {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  background: linear-gradient(180deg, rgba(14, 28, 41, 0.98), rgba(8, 17, 27, 0.94));
  color: var(--di-text);
}

.prototype-strip {
  margin-top: 8px;
  border: 1px solid rgba(248, 207, 117, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(248, 207, 117, 0.08);
  color: var(--di-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.flow-operating-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.flow-operating-stack article {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(10, 25, 37, 0.86), rgba(7, 16, 25, 0.72)),
    radial-gradient(circle at top left, rgba(88, 213, 201, 0.1), transparent 45%);
}

.flow-operating-stack span {
  display: block;
  color: var(--di-gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.flow-operating-stack strong {
  display: block;
  margin-top: 8px;
  color: var(--di-text);
  font-size: 13px;
  line-height: 1.15;
}

.flow-operating-stack small {
  display: block;
  margin-top: 6px;
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.28;
}

.trust-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}

.flow-snapshot-panel {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(248, 207, 117, 0.18);
  border-radius: 22px;
  padding: 13px;
  background:
    radial-gradient(circle at 12% 8%, rgba(248, 207, 117, 0.12), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(88, 213, 201, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(18, 32, 43, 0.96), rgba(7, 16, 25, 0.82));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.flow-snapshot-head {
  display: grid;
  gap: 5px;
}

.flow-snapshot-head span,
.flow-snapshot-grid span,
.flow-driver-strip span {
  color: var(--di-gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.flow-snapshot-head strong {
  color: var(--di-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.flow-snapshot-head p {
  max-width: 760px;
  margin: 0;
  color: var(--di-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.flow-snapshot-grid,
.flow-driver-strip {
  display: grid;
  gap: 8px;
}

.flow-snapshot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flow-driver-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flow-snapshot-grid article,
.flow-driver-strip article {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 16px;
  padding: 10px;
  background: rgba(7, 16, 25, 0.42);
}

.flow-snapshot-grid strong,
.flow-driver-strip strong {
  color: var(--di-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.flow-snapshot-grid small,
.flow-driver-strip small {
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.25;
}

.trust-rail-card {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 11px 12px;
  background: rgba(7, 16, 25, 0.34);
}

.trust-rail-go .trust-rail-priority {
  border-color: rgba(248, 207, 117, 0.26);
  background: linear-gradient(135deg, rgba(248, 207, 117, 0.12), rgba(88, 213, 201, 0.08));
}

.trust-rail-watch .trust-rail-priority {
  border-color: rgba(88, 213, 201, 0.26);
  background: rgba(88, 213, 201, 0.1);
}

.trust-rail-nearby .trust-rail-priority {
  border-color: rgba(201, 219, 234, 0.14);
  background: rgba(16, 30, 43, 0.92);
}

.trust-rail-card span,
.trust-rail-card strong,
.trust-rail-card small {
  display: block;
}

.trust-rail-card span {
  color: var(--di-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.trust-rail-card strong {
  margin-top: 6px;
  color: var(--di-text);
  font-size: 14px;
  line-height: 1.16;
}

.trust-rail-card small {
  margin-top: 6px;
  color: var(--di-muted);
  font-size: 10px;
  line-height: 1.25;
}

.source-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 6px;
}

.brief-source-strip,
.lab-source-strip {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin-top: 12px;
}

.source-strip span {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(7, 16, 25, 0.26);
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}

.source-strip b {
  display: inline;
  margin-right: 4px;
  color: var(--di-text);
  font-size: 9px;
  text-transform: uppercase;
}

.quick-decision-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.individual-guide {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.individual-guide strong {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.individual-guide p {
  margin: 0;
  color: var(--di-muted);
  font-size: 12px;
  line-height: 1.4;
}

.individual-guide-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.individual-guide-step {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(7, 16, 25, 0.28);
  color: inherit;
  text-decoration: none;
}

.individual-guide-step span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(248, 207, 117, 0.16);
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.individual-guide-step p {
  color: var(--di-text);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}

.individual-guide-step:hover,
.individual-guide-step:focus-visible {
  border-color: rgba(248, 207, 117, 0.22);
  background: rgba(11, 22, 34, 0.48);
  outline: none;
}

.flow-direction-panel {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(88, 213, 201, 0.16);
  border-radius: 20px;
  padding: 12px;
  background:
    radial-gradient(circle at 16% 18%, rgba(88, 213, 201, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(88, 213, 201, 0.06), rgba(7, 16, 25, 0.24));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.flow-direction-head {
  display: grid;
  gap: 5px;
}

.flow-direction-head span,
.flow-pattern-card span {
  color: var(--di-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.flow-direction-head strong {
  color: var(--di-text);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.05;
}

.flow-direction-head p {
  margin: 0;
  color: var(--di-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
}

.flow-direction-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}

.flow-direction-map article,
.flow-pattern-card {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 15px;
  background: rgba(7, 16, 25, 0.36);
}

.flow-direction-map article {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 9px 10px;
}

.flow-direction-map article span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flow-direction-map article strong {
  color: var(--di-text);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.flow-direction-map article small {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.1;
}

.flow-direction-arrow {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  min-width: 52px;
  color: var(--di-mint);
}

.flow-direction-arrow i {
  display: block;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(88, 213, 201, 0.15), rgba(88, 213, 201, 0.95));
  position: relative;
}

.flow-direction-arrow i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(88, 213, 201, 0.95);
  border-right: 2px solid rgba(88, 213, 201, 0.95);
  transform: translateY(-50%) rotate(45deg);
}

.flow-direction-arrow b {
  color: var(--di-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.flow-pattern-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.flow-pattern-card {
  display: grid;
  gap: 5px;
  padding: 9px 10px;
  color: var(--di-text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.flow-pattern-card:hover,
.flow-pattern-card:focus-visible {
  border-color: rgba(88, 213, 201, 0.32);
  background: rgba(88, 213, 201, 0.07);
  outline: none;
}

.flow-pattern-card strong {
  color: var(--di-text);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.flow-pattern-card small,
.flow-pattern-card em {
  color: var(--di-muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.22;
}

.flow-pattern-card em {
  color: var(--di-mint);
}

.individual-route-mode {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
  border: 1px solid rgba(248, 207, 117, 0.16);
  border-radius: 18px;
  padding: 12px 14px;
  background:
    linear-gradient(180deg, rgba(11, 22, 34, 0.9), rgba(8, 18, 29, 0.94)),
    radial-gradient(circle at top right, rgba(248, 207, 117, 0.08), transparent 44%);
}

.individual-route-mode-copy {
  display: grid;
  gap: 4px;
  grid-column: 1 / 2;
}

.individual-route-mode-copy span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.individual-route-mode-copy strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.15;
}

.individual-route-mode-copy p {
  margin: 0;
  color: rgba(223, 233, 240, 0.76);
  font-size: 12px;
  line-height: 1.35;
}

.individual-route-mode-actions {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  align-self: start;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.individual-route-mode-actions button {
  min-height: 38px;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.individual-route-mode-actions .route-mode-primary {
  border: 1px solid rgba(248, 207, 117, 0.26);
  background: rgba(248, 207, 117, 0.14);
  color: var(--di-gold);
}

.individual-route-mode-actions .route-mode-secondary {
  border: 1px solid rgba(201, 219, 234, 0.12);
  background: rgba(9, 18, 28, 0.48);
  color: rgba(228, 236, 244, 0.82);
}

.individual-route-mode-actions .route-mode-secondary:disabled {
  opacity: 0.42;
}

.individual-route-style {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
}

.individual-route-scenario {
  border-top: 1px solid rgba(201, 219, 234, 0.08);
  padding-top: 8px;
}

.individual-route-style-copy {
  display: grid;
  gap: 4px;
}

.individual-route-style-copy span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.individual-route-style-copy strong {
  color: var(--di-text);
  font-size: 13px;
  line-height: 1.15;
}

.individual-route-style-copy small {
  color: rgba(223, 233, 240, 0.76);
  font-size: 11px;
  line-height: 1.35;
}

.individual-route-style-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.route-style-pill {
  min-height: 30px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(9, 18, 28, 0.52);
  color: rgba(228, 236, 244, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.route-style-pill.is-active {
  border-color: rgba(248, 207, 117, 0.28);
  background: rgba(248, 207, 117, 0.14);
  color: var(--di-gold);
}

.best-route-timing {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 12px 14px;
  background:
    linear-gradient(180deg, rgba(9, 18, 28, 0.86), rgba(8, 17, 27, 0.94)),
    radial-gradient(circle at top left, rgba(88, 213, 201, 0.08), transparent 38%);
}

.best-route-timing-topline {
  display: grid;
  gap: 4px;
}

.best-route-timing-topline span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.best-route-timing-topline strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.15;
}

.best-route-timing-topline p {
  margin: 0;
  color: rgba(223, 233, 240, 0.76);
  font-size: 12px;
  line-height: 1.35;
}

.best-route-timing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.best-route-timing-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 16px;
  padding: 11px;
  background: rgba(7, 16, 25, 0.32);
  color: var(--di-text);
  font: inherit;
  text-align: left;
}

.best-route-timing-card.tone-go {
  border-color: rgba(248, 207, 117, 0.14);
  background: linear-gradient(135deg, rgba(248, 207, 117, 0.07), rgba(88, 213, 201, 0.04));
}

.best-route-timing-card.tone-watch {
  border-color: rgba(88, 213, 201, 0.14);
  background: rgba(88, 213, 201, 0.04);
}

.best-route-timing-card.tone-skip {
  border-color: rgba(255, 84, 84, 0.14);
  background: rgba(255, 84, 84, 0.04);
}

.best-route-timing-card.is-recommended {
  border-color: rgba(248, 207, 117, 0.3);
  box-shadow: 0 0 0 1px rgba(248, 207, 117, 0.12) inset;
}

.best-route-timing-card.is-active {
  border-color: rgba(88, 213, 201, 0.32);
  box-shadow: 0 0 0 1px rgba(88, 213, 201, 0.12) inset;
}

.best-route-timing-head,
.best-route-timing-meta,
.best-route-timing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.best-route-timing-head span,
.best-route-timing-meta small {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.best-route-timing-head strong {
  color: var(--di-gold);
  font-size: 17px;
  line-height: 1;
}

.best-route-timing-card h3 {
  margin: 0;
  color: var(--di-text);
  font-size: 16px;
  line-height: 1.1;
}

.best-route-timing-card p {
  margin: 0;
  color: rgba(223, 233, 240, 0.82);
  font-size: 12px;
  line-height: 1.34;
}

.best-route-timing-meta {
  align-items: start;
}

.best-route-timing-meta small:last-child {
  text-align: right;
}

.best-route-timing-footer em {
  color: var(--di-text);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.best-route-timing-footer mark {
  background: rgba(248, 207, 117, 0.12);
  color: var(--di-gold);
}

#bestMoveStrip,
#routeFrictionCard,
#quickDecisionStrip {
  scroll-margin-top: 84px;
}

.individual-section-lead {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  padding-inline: 2px;
}

.individual-section-lead strong {
  color: var(--di-text);
  font-size: 15px;
  font-weight: 700;
}

.individual-section-lead p {
  color: var(--di-muted);
  font-size: 12px;
  line-height: 1.35;
}

.individual-section-lead-compact {
  margin-top: 0;
}

.individual-section-lead-compact p {
  display: none;
}

.individual-decision-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 10px;
}

.individual-primary-column,
.individual-secondary-column {
  display: grid;
  align-content: start;
}

.individual-primary-column {
  gap: 6px;
  min-width: 0;
  border: 1px solid rgba(248, 207, 117, 0.12);
  border-radius: 20px;
  padding: 12px;
  background: rgba(9, 19, 30, 0.4);
}

.individual-secondary-column {
  gap: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 10px;
  background: rgba(7, 16, 25, 0.2);
}

.individual-secondary-column .individual-section-lead {
  margin-top: 0;
}

.individual-main-band {
  display: grid;
  gap: 0;
  border: 1px solid rgba(248, 207, 117, 0.12);
  border-radius: 18px;
  padding: 10px;
  background: linear-gradient(180deg, rgba(248, 207, 117, 0.06), rgba(7, 16, 25, 0.18));
}

.individual-secondary-column .quick-decision-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}

.quick-decision-card {
  min-width: 0;
  min-height: 78px;
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 14px;
  padding: 9px 10px;
  background: rgba(7, 16, 25, 0.24);
  color: var(--di-text);
  font: inherit;
  text-align: left;
}

.quick-decision-card.decision-go {
  border-color: rgba(248, 207, 117, 0.15);
  background: linear-gradient(135deg, rgba(248, 207, 117, 0.05), rgba(88, 213, 201, 0.02));
}

.quick-decision-card.decision-watch {
  border-color: rgba(88, 213, 201, 0.14);
  background: rgba(88, 213, 201, 0.03);
}

.quick-decision-card.decision-skip {
  border-color: rgba(255, 84, 84, 0.14);
  background: rgba(255, 84, 84, 0.03);
}

.quick-decision-card.active {
  border-color: rgba(248, 207, 117, 0.26);
  background: linear-gradient(135deg, rgba(248, 207, 117, 0.12), rgba(88, 213, 201, 0.07));
  box-shadow: 0 0 0 1px rgba(248, 207, 117, 0.08) inset;
}

.quick-decision-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.quick-decision-card span,
.quick-decision-card em,
.quick-decision-card strong,
.quick-decision-card small {
  display: block;
}

.quick-decision-card span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.quick-decision-card em {
  color: var(--di-muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.quick-decision-card strong {
  margin-top: 5px;
  color: var(--di-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.quick-decision-card.active strong {
  color: var(--di-gold);
}

.quick-decision-card small {
  margin-top: 4px;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.24;
}

.quick-decision-card i,
.quick-decision-card mark {
  display: block;
  font-style: normal;
}

.quick-decision-card i {
  margin-top: 5px;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
}

.quick-decision-card mark {
  margin-top: 4px;
  background: transparent;
  color: var(--di-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.best-move-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 0;
}

.best-move-main {
  min-width: 0;
  border: 1px solid rgba(248, 207, 117, 0.24);
  border-radius: 18px;
  padding: 10px 12px;
  background: linear-gradient(135deg, rgba(248, 207, 117, 0.13), rgba(88, 213, 201, 0.08));
  color: var(--di-text);
  font: inherit;
  text-align: left;
}

.best-move-head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.best-move-main span,
.best-move-facts span {
  display: block;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.best-move-head .decision-pill {
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  padding: 0 10px;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.best-move-head small {
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}

.best-move-main strong {
  display: block;
  margin-top: 7px;
  color: var(--di-gold);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.best-move-main p {
  display: block;
  margin-top: 6px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.22;
}

.best-move-facts {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr;
  gap: 7px;
}

.best-move-facts article {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 14px;
  padding: 8px 9px;
  background: rgba(7, 16, 25, 0.38);
}

.best-move-facts strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.best-move-facts small {
  display: block;
  margin-top: 4px;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.18;
}

.best-move-facts .fact-confidence {
  border-color: rgba(248, 207, 117, 0.18);
  background: rgba(248, 207, 117, 0.08);
}

.best-move-facts .fact-confidence strong {
  color: var(--di-gold);
}

.best-move-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.best-move-actions a,
.best-move-actions button {
  min-width: 0;
  min-height: 38px;
  border: 1px solid rgba(248, 207, 117, 0.26);
  border-radius: 14px;
  padding: 0 10px;
  background: rgba(248, 207, 117, 0.12);
  color: var(--di-gold);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.best-move-actions a {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(248, 207, 117, 0.2), rgba(88, 213, 201, 0.12));
}

.best-move-actions button {
  background: rgba(16, 30, 43, 0.92);
  color: var(--di-text);
}

.best-move-explain {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(9, 18, 28, 0.58);
}

.best-move-explain-title {
  margin-bottom: 0;
}

.best-move-explain-title span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.best-move-explain-title strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.14;
}

.best-move-explain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.best-move-explain-grid article {
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 14px;
  padding: 9px;
  background: rgba(7, 16, 25, 0.34);
}

.best-move-explain-grid span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.best-move-explain-grid strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 12px;
  line-height: 1.25;
}

.route-friction-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 9px;
  border: 0;
  border-top: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 0;
  padding: 10px 0 0;
  background: transparent;
  color: var(--di-text);
}

.route-friction-summary {
  display: grid;
  align-content: start;
  gap: 0;
}

.route-friction-summary span,
.route-friction-metrics span {
  display: block;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.route-friction-summary strong {
  display: block;
  margin-top: 5px;
  color: var(--di-gold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.08;
}

.route-friction-summary small {
  display: block;
  margin-top: 4px;
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.18;
}

.route-friction-cta {
  margin-top: 8px;
  min-height: 34px;
  border: 1px solid rgba(248, 207, 117, 0.28);
  border-radius: 999px;
  padding: 0 14px;
  background: linear-gradient(135deg, rgba(248, 207, 117, 0.18), rgba(88, 213, 201, 0.1));
  color: var(--di-gold);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.route-friction-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-content: start;
}

.route-friction-metrics article {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 12px;
  padding: 6px 7px;
  background: rgba(16, 30, 43, 0.56);
}

.route-friction-metrics strong {
  display: block;
  margin-top: 4px;
  color: var(--di-text);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.route-friction-card.route-go {
  border-top-color: rgba(88, 213, 201, 0.22);
}

.route-friction-card.route-watch {
  border-top-color: rgba(248, 207, 117, 0.26);
}

.route-friction-card.route-avoid {
  border-top-color: rgba(255, 77, 77, 0.3);
}

.individual-hero p,
.individual-hero span,
.individual-meta span {
  margin: 0;
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.individual-hero h1 {
  margin: 4px 0 8px;
  color: var(--di-text);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 36px;
  line-height: 1;
}

.individual-meta {
  min-width: 112px;
  text-align: right;
}

.individual-meta strong {
  display: block;
  margin-top: 4px;
  color: var(--di-text);
  font-size: 12px;
  line-height: 1.25;
}

.individual-pulse-slot {
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.individual-pulse-guide {
  position: relative;
  z-index: 8;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.individual-pulse-trigger {
  appearance: none;
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.individual-pulse-trigger::before {
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(88, 213, 201, 0.2), transparent 62%);
  opacity: 0.7;
  animation: demandPulseGlow 3s ease-in-out infinite;
  content: "";
}

.individual-pulse-trigger img {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.22));
  transform-origin: 50% 82%;
  animation:
    demandPulseFloat 2.4s ease-in-out infinite,
    demandPulseWave 1.9s ease-in-out infinite;
}

.individual-pulse-message {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  display: grid;
  gap: 6px;
  width: min(320px, calc(100vw - 36px));
  max-width: calc(100vw - 36px);
  border: 1px solid rgba(88, 213, 201, 0.28);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(12, 27, 38, 0.98), rgba(8, 17, 27, 0.98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  animation: demandPulseMessage 180ms ease-out both;
  pointer-events: auto;
  text-align: left;
}

.individual-pulse-guide[data-pulse-tone="hot"] .individual-pulse-message {
  border-color: rgba(255, 138, 61, 0.38);
}

.individual-pulse-guide[data-pulse-tone="calm"] .individual-pulse-message {
  border-color: rgba(88, 213, 201, 0.34);
}

.individual-pulse-message span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.individual-pulse-message strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.15;
}

.individual-pulse-message em,
.individual-pulse-message b {
  color: var(--di-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.individual-pulse-message b {
  color: var(--di-gold);
  font-weight: 800;
}

@keyframes demandPulseFloat {
  0%,
  100% {
    opacity: 0.92;
    translate: 0 0;
  }
  50% {
    opacity: 1;
    translate: 0 -4px;
  }
}

@keyframes demandPulseWave {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  22% {
    transform: rotate(-8deg) scale(1.03);
  }
  44% {
    transform: rotate(7deg) scale(1.04);
  }
  66% {
    transform: rotate(-4deg) scale(1.02);
  }
}

@keyframes demandPulseGlow {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.78;
    transform: scale(1.12);
  }
}

@keyframes demandPulseMessage {
  from {
    opacity: 0;
    transform: translateY(-4px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.block-tabs {
  position: sticky;
  top: 0;
  z-index: 16;
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding: 8px 0 6px;
  background: linear-gradient(180deg, rgba(7, 16, 25, 0.98), rgba(7, 16, 25, 0.82));
  backdrop-filter: blur(12px);
}

.block-tabs-summary {
  display: grid;
  gap: 2px;
  padding: 0 2px;
}

.block-tabs-summary span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.block-tabs-summary strong {
  color: var(--di-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.05;
}

.block-tabs-summary em {
  color: var(--di-muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
}

.block-tabs-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 2px;
  scrollbar-width: none;
}

.block-tabs-track::-webkit-scrollbar {
  display: none;
}

.block-tabs button {
  min-width: 104px;
  border: 0;
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(16, 30, 43, 0.88);
  color: var(--di-text);
  text-align: left;
  cursor: pointer;
}

.block-tabs button.active {
  background: rgba(248, 207, 117, 0.16);
  color: var(--di-gold);
  box-shadow: inset 0 0 0 1px rgba(248, 207, 117, 0.22);
}

.block-tabs button strong,
.block-tabs button span {
  display: block;
}

.block-tabs button strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.block-tabs button span {
  margin-top: 2px;
  color: inherit;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.72;
}

.phone-map-card,
.individual-panel {
  margin-top: 12px;
  padding: 8px;
}

.map-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.map-toolbar-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.map-toolbar strong,
.compact-heading h2 {
  color: var(--di-text);
  font-size: 17px;
}

.map-toolbar span {
  display: block;
  color: var(--di-muted);
  font-size: 11px;
  line-height: 1.3;
}

.map-toolbar-actions {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.map-buttons {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.map-buttons button {
  min-width: 32px;
  min-height: 30px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 8px;
  background: rgba(16, 30, 43, 0.72);
  color: var(--di-text);
  font-weight: 700;
}

.map-toolbar-actions #locateMe {
  min-width: 132px;
  border: 1px solid rgba(248, 207, 117, 0.24);
  background: rgba(248, 207, 117, 0.14);
  color: var(--di-gold);
}

.map-buttons #resetMap {
  min-width: 58px;
}

.map-buttons #mapThemeToggle {
  min-width: 54px;
  border: 1px solid rgba(248, 207, 117, 0.26);
  background: rgba(201, 219, 234, 0.1);
  color: var(--di-muted);
  font-size: 10px;
}

.map-buttons #mapThemeToggle[aria-pressed="true"] {
  background: rgba(248, 207, 117, 0.14);
  color: var(--di-gold);
}

.map-choice-stack {
  display: grid;
  gap: 10px;
  margin: -1px 0 8px;
}

.map-choice-group {
  display: grid;
  gap: 6px;
}

.map-choice-optional[hidden] {
  display: none;
}

.map-choice-heading {
  display: grid;
  gap: 2px;
  padding: 0 2px;
}

.map-choice-heading strong {
  color: var(--di-text);
  font-size: 11px;
}

.map-choice-heading span {
  color: rgba(201, 219, 234, 0.72);
  font-size: 10px;
  line-height: 1.25;
}

.map-anchor-summary {
  margin: 6px 2px 0;
  color: rgba(201, 219, 234, 0.76);
  font-size: 10px;
  line-height: 1.32;
}

.map-mode-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
}

.map-mode-tabs-secondary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.map-mode-tabs button {
  min-width: 0;
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  background: rgba(16, 30, 43, 0.86);
  color: var(--di-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.map-mode-tabs-secondary button {
  min-height: 42px;
  border-radius: 14px;
  padding: 8px 10px;
  font-size: 10px;
  line-height: 1.15;
  text-align: left;
}

.map-mode-tabs button.active {
  border-color: rgba(248, 207, 117, 0.38);
  background: rgba(248, 207, 117, 0.15);
  color: var(--di-gold);
  box-shadow: inset 0 0 0 1px rgba(248, 207, 117, 0.08);
}

.map-anchor-toggle {
  justify-self: start;
  min-height: 32px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(9, 18, 28, 0.44);
  color: rgba(223, 233, 240, 0.8);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.map-anchor-toggle[aria-expanded="true"] {
  border-color: rgba(248, 207, 117, 0.28);
  background: rgba(248, 207, 117, 0.12);
  color: var(--di-gold);
}

.map-focus-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
}

.map-focus-tabs button {
  min-height: 34px;
  border: 1px solid rgba(88, 213, 201, 0.16);
  border-radius: 999px;
  background: rgba(8, 22, 32, 0.82);
  color: var(--di-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.map-focus-tabs button.active {
  border-color: rgba(248, 207, 117, 0.48);
  background: linear-gradient(135deg, rgba(248, 207, 117, 0.2), rgba(88, 213, 201, 0.08));
  color: var(--di-gold);
  box-shadow: inset 0 0 0 1px rgba(248, 207, 117, 0.1);
}

.crowd-map {
  position: relative;
  height: clamp(330px, 54vh, 430px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 52%, rgba(88, 213, 201, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(42, 92, 149, 0.18), transparent 28rem),
    #06151c;
  touch-action: none;
}

.crowd-map.map-theme-light {
  background:
    radial-gradient(circle at 50% 52%, rgba(88, 213, 201, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(248, 207, 117, 0.12), transparent 26rem),
    #bfcbbf;
}

.crowd-map.map-theme-dark {
  background:
    radial-gradient(circle at 50% 52%, rgba(88, 213, 201, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(42, 92, 149, 0.18), transparent 28rem),
    #06151c;
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.map-legend span {
  display: inline-grid;
  grid-auto-flow: column;
  justify-content: center;
  gap: 7px;
  align-items: center;
  min-width: 0;
  min-height: 30px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(16, 30, 43, 0.7);
  color: rgba(201, 219, 234, 0.82);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.legend-chip {
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 999px;
  padding: 6px 8px;
  background: rgba(16, 30, 43, 0.72);
}

.legend-chip-hot {
  border-color: rgba(255, 31, 31, 0.24);
}

.legend-chip-busy {
  border-color: rgba(255, 138, 61, 0.22);
}

.legend-chip-alert {
  border-color: rgba(255, 77, 87, 0.24);
}

.legend-chip-lift {
  border-color: rgba(88, 213, 201, 0.2);
}

.legend-chip-cruise {
  border-color: rgba(248, 207, 117, 0.24);
}

.legend-chip-soft {
  border-color: rgba(201, 219, 234, 0.12);
}

.legend-light,
.legend-line,
.legend-poi {
  flex: 0 0 auto;
}

.legend-light {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.legend-red {
  background: #ff1f1f;
  box-shadow: 0 0 10px rgba(255, 31, 31, 0.9);
}

.legend-traffic-dot {
  background: #ff1f1f;
  box-shadow: 0 0 10px rgba(255, 31, 31, 0.9);
}

.legend-orange {
  background: rgba(255, 134, 52, 0.9);
  box-shadow: 0 0 8px rgba(255, 134, 52, 0.68);
}

.legend-weather {
  background: rgba(88, 213, 201, 0.74);
  box-shadow: 0 0 9px rgba(88, 213, 201, 0.68);
}

.legend-cruise {
  background: rgba(248, 207, 117, 0.86);
  box-shadow: 0 0 10px rgba(248, 207, 117, 0.72);
}

.legend-soft {
  background: rgba(201, 219, 234, 0.22);
  box-shadow: 0 0 7px rgba(201, 219, 234, 0.22);
}

.legend-line {
  width: 18px;
  height: 3px;
  border-radius: 999px;
}

.legend-red-line {
  background: #ff1f1f;
  box-shadow: 0 0 6px rgba(255, 31, 31, 0.8);
}

.legend-orange-line {
  background: #ff8a3d;
  box-shadow: 0 0 5px rgba(255, 138, 61, 0.62);
}

.legend-poi {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(201, 219, 234, 0.18);
  border-radius: 5px;
  background: rgba(16, 30, 43, 0.92);
}

.legend-poi-mall {
  border-color: rgba(88, 213, 201, 0.46);
  box-shadow: 0 0 8px rgba(88, 213, 201, 0.24);
}

.legend-poi-hospital {
  border-color: rgba(255, 77, 87, 0.5);
  box-shadow: 0 0 8px rgba(255, 77, 87, 0.25);
}

.legend-poi-venue {
  border-color: rgba(248, 207, 117, 0.5);
  box-shadow: 0 0 8px rgba(248, 207, 117, 0.25);
}

.legend-poi-mrt {
  border-color: rgba(158, 199, 255, 0.52);
  box-shadow: 0 0 8px rgba(158, 199, 255, 0.24);
}

.legend-empty {
  grid-column: 1 / -1;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 999px;
  padding: 6px 8px;
  background: rgba(16, 30, 43, 0.68);
  color: var(--di-muted);
}

.map-subsection-lead {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-top: 7px;
}

.map-subsection-lead strong {
  color: var(--di-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.map-subsection-lead span {
  color: var(--di-muted);
  font-size: 9px;
  line-height: 1.2;
  text-align: right;
}

.map-bottom-sheet {
  margin-top: 8px;
  border: 1px solid var(--di-line);
  border-radius: 18px;
  padding: 9px;
  background: rgba(16, 30, 43, 0.92);
}

.map-bottom-sheet.sheet-tone-go {
  border-color: rgba(248, 207, 117, 0.3);
  background:
    linear-gradient(180deg, rgba(248, 207, 117, 0.08), rgba(16, 30, 43, 0.94) 26%),
    rgba(16, 30, 43, 0.94);
}

.map-bottom-sheet.sheet-tone-watch,
.map-bottom-sheet.sheet-tone-nearby {
  border-color: rgba(88, 213, 201, 0.26);
  background:
    linear-gradient(180deg, rgba(88, 213, 201, 0.08), rgba(16, 30, 43, 0.94) 26%),
    rgba(16, 30, 43, 0.94);
}

.map-bottom-sheet.sheet-tone-skip {
  border-color: rgba(255, 120, 98, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 120, 98, 0.08), rgba(16, 30, 43, 0.94) 26%),
    rgba(16, 30, 43, 0.94);
}

.quick-hot-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 6px;
}

.quick-hot-strip button {
  position: relative;
  min-width: 0;
  min-height: 68px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 12px;
  padding: 8px 10px 9px;
  background: rgba(16, 30, 43, 0.88);
  color: var(--di-text);
  font: inherit;
  text-align: left;
  overflow: hidden;
}

.quick-hot-strip button.active {
  border-color: rgba(248, 207, 117, 0.34);
  background: rgba(248, 207, 117, 0.12);
  box-shadow: 0 0 0 1px rgba(248, 207, 117, 0.14), 0 12px 24px rgba(7, 16, 25, 0.22);
  transform: translateY(-1px);
}

.quick-hot-strip button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 12px 0 0 12px;
  background: rgba(201, 219, 234, 0.16);
}

.quick-hot-strip .quick-pick-go::before {
  background: linear-gradient(180deg, rgba(248, 207, 117, 0.95), rgba(255, 138, 61, 0.92));
}

.quick-hot-strip .quick-pick-watch::before {
  background: linear-gradient(180deg, rgba(88, 213, 201, 0.88), rgba(118, 198, 255, 0.82));
}

.quick-hot-strip .quick-pick-nearby::before {
  background: linear-gradient(180deg, rgba(124, 211, 180, 0.86), rgba(88, 213, 201, 0.74));
}

.quick-hot-strip .quick-pick-skip::before {
  background: linear-gradient(180deg, rgba(255, 77, 87, 0.92), rgba(255, 138, 61, 0.78));
}

.quick-hot-strip .quick-pick-meta,
.quick-hot-strip .quick-pick-action,
.quick-hot-strip small {
  display: block;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.quick-hot-strip .quick-pick-meta {
  padding-right: 72px;
}

.quick-hot-strip .quick-pick-action {
  position: absolute;
  right: 10px;
  top: 9px;
  border-radius: 999px;
  padding: 3px 7px;
  background: rgba(201, 219, 234, 0.08);
  color: var(--di-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.quick-hot-strip strong {
  display: block;
  margin: 6px 0 7px;
  color: var(--di-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.quick-hot-strip small {
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.quick-pick-flag {
  position: absolute;
  left: 10px;
  bottom: 9px;
  border-radius: 999px;
  padding: 3px 6px;
  background: rgba(248, 207, 117, 0.16);
  color: var(--di-gold);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.quick-hot-strip .quick-pick-go .quick-pick-action {
  background: rgba(248, 207, 117, 0.14);
  color: var(--di-gold);
}

.quick-hot-strip .quick-pick-watch .quick-pick-action,
.quick-hot-strip .quick-pick-nearby .quick-pick-action {
  background: rgba(88, 213, 201, 0.14);
  color: var(--di-teal);
}

.quick-hot-strip .quick-pick-skip .quick-pick-action {
  background: rgba(255, 120, 98, 0.14);
  color: #ff9c8d;
}

.quick-hot-strip button.active small {
  color: var(--di-text);
}

.quick-horizon-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 7px;
}

.quick-horizon-toggle button {
  min-height: 34px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  background: rgba(7, 16, 25, 0.6);
  color: var(--di-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.quick-horizon-toggle button.active {
  border-color: rgba(88, 213, 201, 0.34);
  background: rgba(88, 213, 201, 0.12);
  color: var(--di-teal);
}

.quick-change-note {
  margin-top: 7px;
  border: 1px solid rgba(248, 207, 117, 0.18);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(248, 207, 117, 0.08);
}

.quick-change-note[hidden] {
  display: none;
}

.quick-change-note span {
  display: block;
  color: var(--di-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.quick-change-note strong {
  display: block;
  margin-top: 4px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.22;
}

.map-sheet-title,
.map-sheet-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.map-sheet-title span,
.map-sheet-meta span {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.map-sheet-title .nearest-pill {
  border-radius: 999px;
  padding: 3px 7px;
  background: rgba(88, 213, 201, 0.14);
  color: var(--di-teal);
  text-transform: none;
}

.decision-pill {
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  line-height: 1;
}

.decision-pill-go {
  background: rgba(248, 207, 117, 0.16);
  color: var(--di-gold) !important;
}

.decision-pill-watch,
.decision-pill-nearby {
  background: rgba(88, 213, 201, 0.14);
  color: var(--di-teal) !important;
}

.decision-pill-skip {
  background: rgba(255, 120, 98, 0.14);
  color: #ff9c8d !important;
}

.map-sheet-subline {
  margin-top: 5px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.map-decision-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.map-decision-row article {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 12px;
  padding: 8px;
  background: rgba(7, 16, 25, 0.34);
}

.map-decision-row.action-go article:first-child {
  border-color: rgba(248, 207, 117, 0.28);
  background: rgba(248, 207, 117, 0.12);
}

.map-decision-row.action-watch article:first-child,
.map-decision-row.action-nearby article:first-child {
  border-color: rgba(88, 213, 201, 0.28);
  background: rgba(88, 213, 201, 0.1);
}

.map-decision-row.action-skip article:first-child {
  border-color: rgba(255, 120, 98, 0.24);
  background: rgba(255, 120, 98, 0.1);
}

.map-decision-row span {
  display: block;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.map-decision-row strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.map-decision-row small {
  display: block;
  margin-top: 3px;
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.22;
}


.action-go {
  border-color: rgba(248, 207, 117, 0.26);
  background: rgba(248, 207, 117, 0.12);
}

.action-watch {
  border-color: rgba(88, 213, 201, 0.22);
  background: rgba(88, 213, 201, 0.1);
}

.action-nearby,
.action-skip {
  border-color: rgba(201, 219, 234, 0.12);
  background: rgba(201, 219, 234, 0.06);
}

.map-sheet-main {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0 4px;
}

.map-sheet-main strong {
  min-width: 0;
  color: var(--di-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.map-sheet-main p {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(248, 207, 117, 0.12);
  color: var(--di-gold);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
}

.map-sheet-meta span:last-child {
  flex-basis: 100%;
  color: var(--di-muted);
  font-weight: 500;
  text-transform: none;
}

.quick-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.quick-signal-grid span {
  position: relative;
  display: block;
  min-height: 36px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 10px;
  padding: 7px 28px 7px 8px;
  background: rgba(7, 16, 25, 0.42);
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
}

.quick-signal-grid b {
  display: block;
  margin-bottom: 2px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
}

.quick-signal-grid .motion-emoji {
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  font-size: 15px;
}

.driver-brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}

.driver-brief-grid article {
  position: relative;
  min-height: 54px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 12px;
  padding: 8px 34px 8px 8px;
  background: rgba(7, 16, 25, 0.42);
}

.driver-brief-grid span {
  display: block;
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.motion-emoji {
  display: inline-block;
  margin-right: 3px;
  font-size: 13px;
  line-height: 1;
  transform-origin: 50% 70%;
  vertical-align: -1px;
}

.individual-body .compact-heading h2 {
  position: relative;
  padding-right: 34px;
}

.individual-body .compact-heading h2 .motion-emoji,
.driver-brief-grid span .motion-emoji,
.weather-card > span .motion-emoji,
.cruise-card > span .motion-emoji,
.lta-alert-card > span .motion-emoji {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 18px;
}

.driver-brief-grid span .motion-emoji,
.weather-card > span .motion-emoji,
.cruise-card > span .motion-emoji,
.lta-alert-card > span .motion-emoji {
  top: 10px;
  right: 10px;
}

.emoji-hot {
  animation: emoji-pop 1.5s ease-in-out infinite;
}

.emoji-time {
  animation: emoji-swing 2.2s ease-in-out infinite;
}

.emoji-traffic {
  animation: emoji-pulse 1.8s ease-in-out infinite;
}

.emoji-weather {
  animation: emoji-drop 1.9s ease-in-out infinite;
}

.emoji-cruise {
  animation: emoji-float 2.4s ease-in-out infinite;
}

.driver-brief-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.16;
}

.driver-brief-meta {
  margin-top: 7px;
}

.driver-brief-meta span {
  flex-basis: auto;
  border-radius: 999px;
  padding: 4px 7px;
  background: rgba(201, 219, 234, 0.06);
  text-transform: none;
}

.map-sheet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 8px;
}

.map-sheet-actions a,
.map-sheet-actions button {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: rgba(248, 207, 117, 0.16);
  color: var(--di-gold);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.map-sheet-actions a {
  display: grid;
  align-items: center;
  background: rgba(88, 213, 201, 0.12);
  color: var(--di-teal);
  text-decoration: none;
}

.map-inner {
  position: absolute;
  inset: 0;
  transform-origin: center;
  transition: transform 0.12s ease-out;
}

.leaflet-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #bfcbbf;
}

.leaflet-map .leaflet-tile {
  filter: saturate(0.92) contrast(1.08) brightness(0.74);
}

.leaflet-map.map-theme-dark {
  background: #06151c;
}

.leaflet-map.map-theme-dark .leaflet-tile {
  filter: brightness(0.52) saturate(0.78) hue-rotate(145deg) contrast(1.08);
}

.leaflet-map .leaflet-control-attribution {
  border-radius: 999px 0 0 0;
  background: rgba(239, 245, 248, 0.72);
  color: rgba(7, 16, 25, 0.6);
  font-size: 9px;
}

.leaflet-map .leaflet-control-attribution a {
  color: rgba(8, 99, 92, 0.78);
}

.leaflet-map.map-theme-dark .leaflet-control-attribution {
  background: rgba(7, 16, 25, 0.72);
  color: rgba(239, 245, 248, 0.56);
}

.leaflet-map.map-theme-dark .leaflet-control-attribution a {
  color: rgba(248, 207, 117, 0.72);
}

.leaflet-hot-dot {
  position: relative;
  display: block;
  width: 68px;
  height: 58px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.leaflet-hot-dot i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 134, 52, 0.6);
  box-shadow: 0 0 16px rgba(255, 134, 52, 0.5);
  transform: translate(-50%, -50%);
  animation: pulse-busy 2.8s infinite;
}

.leaflet-hot-dot.marker-high i {
  background: rgba(234, 63, 48, 0.82);
  box-shadow: 0 0 22px rgba(234, 63, 48, 0.75);
  animation: pulse-high 1.8s infinite;
}

.leaflet-hot-dot.marker-peak i {
  background: #ff1f1f;
  box-shadow: 0 0 32px rgba(255, 31, 31, 0.95), 0 0 8px #fff inset;
  animation: pulse-peak 1s infinite;
}

.leaflet-hot-dot span {
  position: absolute;
  left: 50%;
  top: 45px;
  min-width: 62px;
  border-radius: 999px;
  padding: 4px 7px;
  background: rgba(7, 16, 25, 0.86);
  color: var(--di-text);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

.leaflet-hot-dot.map-label-minimized span {
  display: none;
}

.leaflet-hot-dot.map-label-minimized {
  width: 44px;
  height: 44px;
}

.leaflet-hot-dot.map-label-minimized i {
  width: 24px;
  height: 24px;
}

.leaflet-hot-selected {
  outline: 3px solid rgba(248, 207, 117, 0.86);
  outline-offset: 2px;
  border-radius: 999px;
}

.leaflet-user-dot {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(7, 16, 25, 0.58);
  box-shadow: 0 0 16px rgba(248, 207, 117, 0.52);
}

.leaflet-user-dot i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
}

.leaflet-user-dot strong {
  position: absolute;
  left: 50%;
  top: 38px;
  border-radius: 999px;
  padding: 3px 6px;
  background: rgba(8, 17, 27, 0.86);
  color: var(--di-teal);
  font-size: 10px;
  font-weight: 700;
  transform: translateX(-50%);
}

.sg-map-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sg-water {
  fill: #06151c;
}

.sg-land-main,
.sg-island {
  fill: url("#sgLand");
  stroke: rgba(151, 177, 172, 0.28);
  stroke-width: 0.45;
}

.sg-island.small {
  opacity: 0.7;
}

.sg-park {
  fill: rgba(88, 213, 201, 0.13);
  stroke: rgba(88, 213, 201, 0.18);
  stroke-width: 0.28;
}

.sg-road-main,
.sg-road-secondary {
  fill: none;
  stroke-linecap: round;
}

.sg-road-main {
  stroke: rgba(201, 219, 234, 0.3);
  stroke-width: 1.3;
}

.sg-road-secondary {
  stroke: rgba(201, 219, 234, 0.18);
  stroke-width: 0.8;
}

.sg-map-label {
  fill: rgba(239, 245, 248, 0.14);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sg-town-label {
  fill: rgba(239, 245, 248, 0.24);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 3.1px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

#weatherLayer,
#cruiseLayer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

#trafficLineLayer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

#poiLayer {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

#trafficLineLayer svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: auto;
}

.traffic-alert-line {
  fill: none;
  stroke: #ff1f1f;
  stroke-width: 0.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 2px rgba(255, 31, 31, 0.82));
  opacity: 0.88;
  animation: traffic-line-pulse 1.35s ease-in-out infinite;
  cursor: pointer;
  pointer-events: stroke;
}

.traffic-alert-dot {
  fill: #ff1f1f;
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 0.28;
  filter: drop-shadow(0 0 2px rgba(255, 31, 31, 0.9));
  animation: traffic-dot-pulse 1.15s ease-in-out infinite;
  cursor: pointer;
  pointer-events: all;
}

.traffic-alert-selected {
  stroke: #ffd977;
  stroke-width: 1.25;
  filter: drop-shadow(0 0 5px rgba(248, 207, 117, 0.86));
}

.leaflet-traffic-line {
  filter: drop-shadow(0 0 3px rgba(255, 31, 31, 0.82));
  animation: leaflet-traffic-line-pulse 1.35s ease-in-out infinite;
}

.leaflet-traffic-dot {
  filter: drop-shadow(0 0 5px rgba(255, 31, 31, 0.92));
  animation: leaflet-traffic-line-pulse 1.15s ease-in-out infinite;
}

.leaflet-traffic-selected {
  filter: drop-shadow(0 0 7px rgba(248, 207, 117, 0.92));
}

.weather-blob {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(88, 213, 201, 0.3) 0 18%, rgba(88, 213, 201, 0.12) 36%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: weather-pulse 3.6s infinite;
}

.cruise-blob {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(248, 207, 117, 0.4) 0 16%, rgba(248, 207, 117, 0.14) 38%, transparent 72%);
  transform: translate(-50%, -50%);
  animation: cruise-pulse 3.2s infinite;
}

.user-marker {
  position: absolute;
  z-index: 5;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(7, 16, 25, 0.58);
  box-shadow: 0 0 16px rgba(248, 207, 117, 0.52);
  transform: translate(-50%, -50%);
}

.user-marker i {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}

.user-marker span {
  position: absolute;
  left: 50%;
  top: 32px;
  border-radius: 999px;
  padding: 3px 6px;
  background: rgba(8, 17, 27, 0.86);
  color: var(--di-teal);
  font-size: 10px;
  font-weight: 700;
  transform: translateX(-50%);
}

.crowd-marker {
  position: absolute;
  z-index: 4;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.poi-marker,
.leaflet-poi-dot {
  position: absolute;
  display: grid;
  grid-template-columns: auto minmax(0, max-content);
  gap: 3px;
  align-items: center;
  border: 1px solid rgba(201, 219, 234, 0.16);
  border-radius: 999px;
  padding: 3px 6px 3px 4px;
  background: rgba(7, 16, 25, 0.82);
  color: var(--di-text);
  font: inherit;
  line-height: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  cursor: pointer;
}

.leaflet-poi-dot {
  position: relative;
  transform: none;
}

.poi-marker i,
.leaflet-poi-dot i {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(88, 213, 201, 0.16);
  color: #58d5c9;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
}

.poi-marker span,
.leaflet-poi-dot span {
  max-width: 82px;
  overflow: hidden;
  color: rgba(239, 245, 248, 0.9);
  font-size: 9px;
  font-weight: 700;
  text-overflow: ellipsis;
}

.poi-marker.map-label-minimized,
.leaflet-poi-dot.map-label-minimized {
  grid-template-columns: auto;
  padding: 3px;
}

.poi-marker.map-label-minimized span,
.leaflet-poi-dot.map-label-minimized span {
  display: none;
}

.poi-hospital i {
  background: rgba(255, 77, 87, 0.16);
  color: #ff8c92;
}

.poi-venue i,
.poi-terminal i,
.poi-attraction i {
  background: rgba(248, 207, 117, 0.16);
  color: #f8cf75;
}

.poi-transport i {
  background: rgba(42, 92, 149, 0.2);
  color: #9ec7ff;
}

.poi-office i,
.poi-dining i {
  background: rgba(201, 219, 234, 0.14);
  color: #c9dbea;
}

.poi-selected {
  border-color: rgba(248, 207, 117, 0.52);
  background: rgba(38, 35, 26, 0.94);
  box-shadow: 0 0 12px rgba(248, 207, 117, 0.22);
}

.poi-tone-go i {
  box-shadow: 0 0 0 1px rgba(248, 207, 117, 0.18);
}

.poi-tone-watch i,
.poi-tone-nearby i {
  box-shadow: 0 0 0 1px rgba(88, 213, 201, 0.18);
}

.poi-tone-skip i {
  background: rgba(255, 120, 98, 0.18);
  color: #ff9c8d;
  box-shadow: 0 0 0 1px rgba(255, 120, 98, 0.16);
}

.crowd-marker i {
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  background: rgba(255, 110, 65, 0.78);
  box-shadow: 0 0 20px rgba(255, 64, 48, 0.75);
}

.crowd-marker span {
  position: absolute;
  left: 50%;
  top: 52px;
  min-width: 64px;
  border-radius: 999px;
  padding: 4px 7px;
  background: rgba(8, 26, 29, 0.78);
  color: #f8fff9;
  font-size: 11px;
  font-weight: 700;
  transform: translateX(-50%);
  white-space: nowrap;
}

.crowd-marker.map-label-minimized {
  width: 42px;
  height: 42px;
}

.crowd-marker.map-label-minimized i {
  inset: 8px;
}

.crowd-marker.map-label-minimized span {
  display: none;
}

.marker-hidden {
  display: none;
}

.marker-busy i {
  background: rgba(255, 134, 52, 0.6);
  box-shadow: 0 0 16px rgba(255, 134, 52, 0.5);
  animation: pulse-busy 2.8s infinite;
}

.marker-high i {
  background: rgba(234, 63, 48, 0.82);
  box-shadow: 0 0 22px rgba(234, 63, 48, 0.75);
  animation: pulse-high 1.8s infinite;
}

.marker-peak i {
  background: #ff1f1f;
  box-shadow: 0 0 32px rgba(255, 31, 31, 0.95), 0 0 8px #fff inset;
  animation: pulse-peak 1s infinite;
}

.marker-selected {
  outline: 3px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

.marker-nearest {
  z-index: 6;
}

.marker-nearest span,
.leaflet-hot-dot.marker-nearest span {
  background: rgba(88, 213, 201, 0.18);
  color: var(--di-teal);
}

.marker-state-go span,
.leaflet-hot-dot.marker-state-go span {
  border: 1px solid rgba(248, 207, 117, 0.24);
}

.marker-state-watch span,
.marker-state-nearby span,
.leaflet-hot-dot.marker-state-watch span,
.leaflet-hot-dot.marker-state-nearby span {
  border: 1px solid rgba(88, 213, 201, 0.24);
}

.marker-state-skip span,
.leaflet-hot-dot.marker-state-skip span {
  border: 1px solid rgba(255, 120, 98, 0.24);
}

@keyframes pulse-busy {
  0%, 100% { transform: scale(0.86); opacity: 0.72; }
  50% { transform: scale(1.12); opacity: 1; }
}

@keyframes pulse-high {
  0%, 100% { transform: scale(0.82); opacity: 0.78; }
  50% { transform: scale(1.22); opacity: 1; }
}

@keyframes pulse-peak {
  0%, 100% { transform: scale(0.78); opacity: 0.8; }
  50% { transform: scale(1.32); opacity: 1; }
}

@keyframes weather-pulse {
  0%, 100% { opacity: 0.52; transform: translate(-50%, -50%) scale(0.88); }
  50% { opacity: 0.92; transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes cruise-pulse {
  0%, 100% { opacity: 0.52; transform: translate(-50%, -50%) scale(0.9); }
  50% { opacity: 0.95; transform: translate(-50%, -50%) scale(1.16); }
}

@keyframes traffic-line-pulse {
  0%, 100% { opacity: 0.62; stroke-width: 0.7; }
  50% { opacity: 1; stroke-width: 1.05; }
}

@keyframes traffic-dot-pulse {
  0%, 100% { opacity: 0.72; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes leaflet-traffic-line-pulse {
  0%, 100% { opacity: 0.68; }
  50% { opacity: 1; }
}

@keyframes emoji-pop {
  0%, 100% { transform: translateY(0) scale(1); filter: drop-shadow(0 0 0 rgba(248, 207, 117, 0)); }
  50% { transform: translateY(-1px) scale(1.14); filter: drop-shadow(0 0 6px rgba(248, 207, 117, 0.42)); }
}

@keyframes emoji-swing {
  0%, 100% { transform: rotate(0deg); }
  35% { transform: rotate(-8deg); }
  70% { transform: rotate(8deg); }
}

@keyframes emoji-pulse {
  0%, 100% { transform: scale(1); opacity: 0.82; }
  50% { transform: scale(1.12); opacity: 1; }
}

@keyframes emoji-drop {
  0%, 100% { transform: translateY(0); opacity: 0.88; }
  50% { transform: translateY(2px); opacity: 1; }
}

@keyframes emoji-float {
  0%, 100% { transform: translateX(0); opacity: 0.9; }
  50% { transform: translateX(2px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-emoji,
  .weather-blob,
  .cruise-blob,
  .traffic-alert-line,
  .traffic-alert-dot,
  .leaflet-traffic-line,
  .leaflet-traffic-dot,
  .crowd-marker i,
  .leaflet-hot-dot i {
    animation: none;
  }
}

.area-action-row span,
.hot-card span,
.projection-card span,
.saved-chip span {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.hot-card p {
  border-radius: 999px;
  padding: 6px 9px;
  align-self: start;
  font-size: 12px;
}

.status-peak {
  background: #ffe7e2;
  color: #b33c28;
}

.status-high {
  background: #fff0ec;
  color: #b33c28;
}

.status-busy {
  background: #fff7e8;
  color: #a85f00;
}

.status-normal,
.status-soft {
  background: #e7efeb;
  color: var(--green);
}

.area-action-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 10px 0;
}

.area-action-row article {
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 8px;
  padding: 8px;
  background: rgba(16, 30, 43, 0.86);
}

.area-action-row strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 13px;
}

.empty-note {
  color: var(--di-muted);
  line-height: 1.5;
}

.hot-card,
.saved-chip {
  border: 0;
  border-radius: 18px;
  font: inherit;
  cursor: pointer;
}

.compact-heading {
  margin-bottom: 12px;
}

.individual-detail-intro {
  display: grid;
  gap: 5px;
  margin: 6px 0 8px;
  padding: 2px 2px 0;
}

.individual-detail-intro strong {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.individual-detail-intro span {
  color: var(--di-muted);
  font-size: 11px;
  line-height: 1.35;
}

.route-score-help {
  margin-top: 8px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 14px;
  background: rgba(9, 18, 28, 0.52);
  overflow: hidden;
}

.route-score-help summary {
  cursor: pointer;
  list-style: none;
  padding: 10px 12px;
  color: var(--di-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.route-score-help summary::-webkit-details-marker {
  display: none;
}

.route-score-help-copy {
  display: grid;
  gap: 9px;
  padding: 0 12px 12px;
}

.route-score-help-copy > p {
  color: var(--di-muted);
  font-size: 11px;
  line-height: 1.35;
}

.route-score-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.route-score-help-grid article,
.manual-grid article {
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 14px;
  padding: 10px;
  background: rgba(7, 16, 25, 0.4);
}

.route-score-help-grid span,
.manual-grid span {
  color: var(--di-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.route-score-help-grid strong,
.manual-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--di-text);
  font-size: 12px;
  line-height: 1.28;
}

.route-score-help-grid small,
.manual-grid p,
.individual-manual-note {
  display: block;
  margin-top: 6px;
  color: var(--di-muted);
  font-size: 11px;
  line-height: 1.35;
}

.individual-manual {
  background: rgba(9, 18, 28, 0.62);
}

.manual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.individual-manual-note {
  margin-top: 10px;
}

.route-replay-panel {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(9, 18, 28, 0.58);
}

.route-replay-title {
  margin-bottom: 0;
}

.route-replay-title span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.route-replay-title strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.14;
}

.route-replay-title p {
  color: var(--di-muted);
  font-size: 12px;
  line-height: 1.35;
}

.route-replay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.route-replay-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 16px;
  padding: 11px;
  background: rgba(7, 16, 25, 0.34);
  color: var(--di-text);
  text-align: left;
}

.route-replay-card.is-active {
  border-color: rgba(248, 207, 117, 0.36);
  box-shadow: 0 0 0 1px rgba(248, 207, 117, 0.12);
}

.route-replay-card.replay-go {
  background: linear-gradient(180deg, rgba(88, 213, 201, 0.1), rgba(7, 16, 25, 0.42));
}

.route-replay-card.replay-watch {
  background: linear-gradient(180deg, rgba(248, 207, 117, 0.12), rgba(7, 16, 25, 0.42));
}

.route-replay-card.replay-avoid {
  background: linear-gradient(180deg, rgba(240, 114, 114, 0.12), rgba(7, 16, 25, 0.42));
}

.route-replay-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.route-replay-head span,
.route-replay-facts span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.route-replay-head strong {
  color: var(--di-gold);
  font-size: 15px;
  line-height: 1;
}

.route-replay-card h3 {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.14;
}

.route-replay-card p,
.route-replay-card small,
.route-replay-card em {
  color: var(--di-muted);
  font-size: 11px;
  line-height: 1.35;
}

.route-replay-card em {
  color: var(--di-text);
  font-style: normal;
}

.route-replay-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.route-replay-facts article {
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 12px;
  padding: 8px;
  background: rgba(7, 16, 25, 0.36);
}

.route-replay-facts strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 11px;
  line-height: 1.3;
}

.route-confidence-panel {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(7, 16, 25, 0.54);
}

.confidence-steady {
  border-color: rgba(88, 213, 201, 0.18);
}

.confidence-watch {
  border-color: rgba(248, 207, 117, 0.18);
}

.confidence-swing {
  border-color: rgba(240, 114, 114, 0.18);
}

.route-confidence-title {
  margin-bottom: 0;
}

.route-confidence-title span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.route-confidence-title strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.14;
}

.route-confidence-title p {
  color: var(--di-muted);
  font-size: 12px;
  line-height: 1.35;
}

.route-confidence-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.route-confidence-summary article {
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 14px;
  padding: 9px;
  background: rgba(16, 30, 43, 0.72);
}

.route-confidence-summary span,
.route-confidence-stop-head span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.route-confidence-summary strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 12px;
  line-height: 1.24;
}

.route-confidence-summary small {
  display: block;
  margin-top: 6px;
  color: var(--di-muted);
  font-size: 10px;
  line-height: 1.3;
}

.route-confidence-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.route-confidence-stop {
  display: grid;
  gap: 7px;
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 16px;
  padding: 10px;
  background: rgba(9, 18, 28, 0.66);
  color: var(--di-text);
  text-align: left;
}

.route-confidence-stop.is-active {
  border-color: rgba(248, 207, 117, 0.36);
  box-shadow: 0 0 0 1px rgba(248, 207, 117, 0.12);
}

.route-confidence-stop.stop-go {
  background: linear-gradient(180deg, rgba(88, 213, 201, 0.08), rgba(9, 18, 28, 0.74));
}

.route-confidence-stop.stop-watch {
  background: linear-gradient(180deg, rgba(248, 207, 117, 0.1), rgba(9, 18, 28, 0.74));
}

.route-confidence-stop.stop-avoid {
  background: linear-gradient(180deg, rgba(240, 114, 114, 0.12), rgba(9, 18, 28, 0.74));
}

.route-confidence-stop-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.route-confidence-stop-head strong {
  color: var(--di-gold);
  font-size: 15px;
  line-height: 1;
}

.route-confidence-stop h3 {
  color: var(--di-text);
  font-size: 14px;
  line-height: 1.16;
}

.route-confidence-stop p,
.route-confidence-stop small,
.route-confidence-stop em {
  color: var(--di-muted);
  font-size: 11px;
  line-height: 1.32;
}

.route-confidence-stop em {
  color: var(--di-text);
  font-style: normal;
}

.route-compare-panel {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(9, 18, 28, 0.58);
}

.route-compare-title {
  margin-bottom: 0;
}

.route-compare-picker {
  display: grid;
  gap: 4px;
}

.route-compare-title span,
.route-compare-picker span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.route-compare-title strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.14;
}

.route-compare-title p {
  color: var(--di-muted);
  font-size: 12px;
  line-height: 1.35;
}

.route-compare-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.route-compare-pill {
  min-height: 30px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(9, 18, 28, 0.52);
  color: rgba(228, 236, 244, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.route-compare-pill.is-active {
  border-color: rgba(248, 207, 117, 0.28);
  background: rgba(248, 207, 117, 0.14);
  color: var(--di-gold);
}

.route-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.route-compare-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 16px;
  padding: 11px;
  background: rgba(7, 16, 25, 0.34);
}

.route-compare-card.is-active {
  border-color: rgba(248, 207, 117, 0.36);
  box-shadow: 0 0 0 1px rgba(248, 207, 117, 0.12);
}

.route-compare-card.compare-go {
  background: linear-gradient(180deg, rgba(88, 213, 201, 0.1), rgba(7, 16, 25, 0.42));
}

.route-compare-card.compare-watch {
  background: linear-gradient(180deg, rgba(248, 207, 117, 0.12), rgba(7, 16, 25, 0.42));
}

.route-compare-card.compare-skip {
  background: linear-gradient(180deg, rgba(240, 114, 114, 0.12), rgba(7, 16, 25, 0.42));
}

.route-compare-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.route-compare-head span,
.route-compare-score-row span,
.route-compare-facts span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.route-compare-head strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.14;
}

.route-compare-score-row,
.route-compare-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.route-compare-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-compare-score-row article,
.route-compare-facts article {
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 12px;
  padding: 8px;
  background: rgba(7, 16, 25, 0.36);
}

.route-compare-score-row strong,
.route-compare-facts strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 12px;
  line-height: 1.3;
}

.route-compare-score-row small,
.route-compare-card p {
  display: block;
  margin-top: 5px;
  color: var(--di-muted);
  font-size: 11px;
  line-height: 1.35;
}

.route-handoff-panel {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(9, 18, 28, 0.62);
}

.handoff-go {
  border-color: rgba(88, 213, 201, 0.2);
}

.handoff-watch {
  border-color: rgba(248, 207, 117, 0.2);
}

.handoff-skip {
  border-color: rgba(240, 114, 114, 0.2);
}

.route-handoff-title {
  margin-bottom: 0;
}

.route-handoff-title span {
  color: var(--di-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.route-handoff-title strong {
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.14;
}

.route-handoff-title p {
  color: var(--di-muted);
  font-size: 12px;
  line-height: 1.35;
}

.route-handoff-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.route-handoff-summary article {
  border: 1px solid rgba(201, 219, 234, 0.08);
  border-radius: 14px;
  padding: 9px;
  background: rgba(16, 30, 43, 0.72);
}

.route-handoff-summary span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.route-handoff-summary strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 12px;
  line-height: 1.24;
}

.route-handoff-summary small {
  display: block;
  margin-top: 6px;
  color: var(--di-muted);
  font-size: 10px;
  line-height: 1.3;
}

.route-handoff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.route-handoff-actions button {
  min-height: 36px;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.route-handoff-actions .handoff-primary {
  border: 1px solid rgba(248, 207, 117, 0.28);
  background: rgba(248, 207, 117, 0.14);
  color: var(--di-gold);
}

.route-handoff-actions .handoff-secondary {
  border: 1px solid rgba(201, 219, 234, 0.12);
  background: rgba(9, 18, 28, 0.48);
  color: rgba(228, 236, 244, 0.82);
}

.individual-detail-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 2px;
}

.individual-detail-controls small {
  color: rgba(201, 219, 234, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.individual-detail-buttons {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.individual-detail-buttons button {
  min-height: 28px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(9, 18, 28, 0.52);
  color: rgba(228, 236, 244, 0.82);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.individual-detail-buttons button:disabled {
  opacity: 0.42;
}

.individual-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.individual-detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 999px;
  padding: 0 9px;
  background: rgba(9, 18, 28, 0.48);
  color: rgba(201, 219, 234, 0.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.individual-detail-panel {
  padding: 12px 12px 10px;
  background: rgba(9, 18, 28, 0.62);
  border-color: rgba(201, 219, 234, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.individual-detail-panel .compact-heading {
  margin-bottom: 8px;
}

.individual-detail-panel .compact-heading h2 {
  font-size: 17px;
  line-height: 1.08;
}

.individual-detail-panel .compact-heading span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.individual-panel[data-collapsible] .section-heading {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.individual-panel[data-collapsible] .section-heading > *:not(.section-collapse-toggle) {
  min-width: 0;
}

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

.section-collapse-toggle {
  flex: 0 0 auto;
  min-width: 54px;
  min-height: 28px;
  border: 1px solid rgba(201, 219, 234, 0.16);
  border-radius: 999px;
  padding: 0 9px;
  background: rgba(201, 219, 234, 0.06);
  color: var(--di-muted);
  font: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.section-collapse-toggle:focus-visible {
  outline: 2px solid var(--di-teal);
  outline-offset: 2px;
}

.individual-panel.is-collapsed {
  padding: 10px 12px;
  background: rgba(10, 22, 32, 0.82);
}

.individual-panel.is-collapsed > :not(.section-heading) {
  display: none !important;
}

.individual-panel.is-collapsed .compact-heading {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .route-score-help-grid,
  .manual-grid {
    grid-template-columns: 1fr;
  }
}

.hot-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hot-card {
  display: block;
  width: 100%;
  min-height: 88px;
  border: 1px solid var(--di-line);
  padding: 9px;
  background: rgba(16, 30, 43, 0.92);
  text-align: left;
}

.individual-body .section-heading,
.individual-body .compact-heading {
  color: var(--di-text);
}

.individual-body .compact-heading h2 {
  font-weight: 700;
  line-height: 1.15;
}

.individual-body .section-heading span,
.individual-body .compact-heading span {
  color: var(--di-muted);
  font-weight: 500;
}

.hot-card strong {
  display: block;
  margin: 4px 0;
  color: var(--di-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.16;
}

.hot-card p {
  display: inline-flex;
  margin-bottom: 5px;
  padding: 4px 7px;
  background: rgba(248, 207, 117, 0.12);
  color: var(--di-gold);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
}

.hot-card p.action-watch {
  background: rgba(88, 213, 201, 0.1);
  color: var(--di-teal);
}

.hot-card p.action-nearby,
.hot-card p.action-skip {
  background: rgba(201, 219, 234, 0.08);
  color: var(--di-muted);
}

.hot-card small {
  display: block;
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.32;
}

.mini-list,
.saved-list,
.projection-grid,
.next-shift-grid,
.lta-alert-grid,
.weather-grid,
.cruise-grid {
  display: grid;
  gap: 8px;
}

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

.next-shift-card {
  min-height: 86px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 16px;
  padding: 10px;
  background: rgba(16, 30, 43, 0.88);
}

.next-shift-card span,
.next-shift-card strong,
.next-shift-card small {
  display: block;
}

.next-shift-card span {
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.next-shift-card strong {
  margin-top: 6px;
  color: var(--di-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.08;
}

.next-shift-card small {
  margin-top: 6px;
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.next-shift-go {
  border-color: rgba(248, 207, 117, 0.3);
  background: rgba(248, 207, 117, 0.1);
}

.next-shift-watch {
  border-color: rgba(88, 213, 201, 0.28);
  background: rgba(88, 213, 201, 0.08);
}

.next-shift-nearby {
  border-color: rgba(201, 219, 234, 0.14);
}

.next-shift-skip {
  border-color: rgba(255, 77, 87, 0.2);
  background: rgba(255, 77, 87, 0.08);
}

.lta-alert-grid,
.weather-grid,
.cruise-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.weather-card,
.cruise-card {
  position: relative;
  min-height: 82px;
  border: 1px solid rgba(88, 213, 201, 0.2);
  border-radius: 18px;
  padding: 10px 38px 10px 10px;
  background: rgba(88, 213, 201, 0.08);
}

.cruise-card {
  border-color: rgba(248, 207, 117, 0.2);
  background: rgba(248, 207, 117, 0.08);
}

.weather-card-impact {
  border-color: rgba(248, 207, 117, 0.2);
  background: rgba(248, 207, 117, 0.08);
}

.cruise-card-impact {
  border-color: rgba(88, 213, 201, 0.18);
  background: rgba(88, 213, 201, 0.07);
}

.weather-card span,
.cruise-card span {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.weather-card strong,
.cruise-card strong {
  display: block;
  margin: 5px 0;
  color: var(--di-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.16;
}

.weather-card p,
.cruise-card p {
  margin: 0;
  color: var(--di-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.32;
}

.lta-alert-card {
  position: relative;
  min-height: 88px;
  border: 1px solid rgba(255, 77, 87, 0.22);
  border-radius: 18px;
  padding: 10px 38px 10px 10px;
  background: rgba(255, 77, 87, 0.1);
}

.lta-alert-card span,
.lta-alert-card small {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.lta-alert-card strong {
  display: block;
  margin: 5px 0;
  color: var(--di-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.16;
}

.lta-alert-card p {
  margin: 0;
  color: var(--di-gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.lta-alert-card small {
  display: block;
  line-height: 1.3;
  text-transform: none;
}

.mini-list span {
  border-radius: 18px;
  padding: 10px;
  background: rgba(16, 30, 43, 0.92);
  color: var(--di-text);
  font-weight: 600;
  line-height: 1.3;
}

.saved-list {
  grid-template-columns: repeat(2, 1fr);
}

.saved-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 8px;
}

.saved-summary-copy {
  grid-column: 1 / -1;
  display: grid;
  gap: 3px;
  padding: 2px 2px 0;
}

.saved-summary-copy strong {
  color: var(--di-text);
  font-size: 13px;
  line-height: 1.1;
}

.saved-summary-copy span {
  color: var(--di-muted);
  font-size: 10px;
  line-height: 1.25;
}

.saved-summary[hidden] {
  display: none;
}

.saved-summary button {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 12px;
  padding: 7px 8px;
  background: rgba(7, 16, 25, 0.42);
  color: var(--di-muted);
  font: inherit;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}

.saved-summary button.active {
  border-color: rgba(248, 207, 117, 0.28);
  background: rgba(248, 207, 117, 0.1);
  color: var(--di-gold);
}

.saved-summary b {
  display: block;
  margin-bottom: 2px;
  color: var(--di-gold);
  font-size: 16px;
  line-height: 1;
}

.saved-watch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 8px;
}

.saved-alert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 8px;
}

.saved-watch-grid[hidden] {
  display: none;
}

.saved-watch-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 2px 0;
}

.saved-watch-title span {
  color: var(--di-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.saved-watch-title strong {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  text-align: right;
}

.saved-watch-title-secondary {
  margin-top: 2px;
}

.saved-alert-card,
.saved-watch-card {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 12px;
  padding: 10px;
  background: rgba(7, 16, 25, 0.44);
  color: var(--di-text);
  font: inherit;
  text-align: left;
}

.saved-alert-card.saved-go,
.saved-watch-card.saved-go {
  border-color: rgba(248, 207, 117, 0.34);
  background: rgba(248, 207, 117, 0.12);
}

.saved-alert-card.saved-watch,
.saved-watch-card.saved-watch {
  border-color: rgba(88, 213, 201, 0.3);
  background: rgba(88, 213, 201, 0.1);
}

.saved-alert-card.saved-skip {
  border-color: rgba(255, 84, 84, 0.24);
  background: rgba(255, 84, 84, 0.08);
}

.saved-alert-card.saved-nearby {
  border-color: rgba(201, 219, 234, 0.16);
  background: rgba(7, 16, 25, 0.42);
}

.saved-watch-card.saved-skip {
  border-color: rgba(255, 84, 84, 0.2);
  background: rgba(255, 84, 84, 0.06);
}

.saved-watch-card.saved-nearby {
  border-color: rgba(201, 219, 234, 0.16);
  background: rgba(7, 16, 25, 0.42);
}

.saved-alert-card span,
.saved-alert-card strong,
.saved-alert-card small,
.saved-alert-card em,
.saved-watch-card span,
.saved-watch-card strong,
.saved-watch-card small,
.saved-watch-card em,
.saved-watch-card i {
  display: block;
}

.saved-alert-card span,
.saved-watch-card span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.saved-alert-card strong,
.saved-watch-card strong {
  margin-top: 6px;
  color: var(--di-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.06;
}

.saved-alert-card small,
.saved-watch-card small {
  margin-top: 5px;
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.22;
}

.saved-alert-card em,
.saved-watch-card em {
  margin-top: 7px;
  border-radius: 999px;
  padding: 5px 7px;
  background: rgba(248, 207, 117, 0.1);
  color: var(--di-gold);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.saved-alert-card.saved-watch em {
  background: rgba(88, 213, 201, 0.12);
  color: var(--di-text);
}

.saved-alert-card.saved-skip em {
  background: rgba(255, 84, 84, 0.1);
  color: #ffb4b4;
}

.saved-watch-card i {
  margin-top: 7px;
  color: var(--di-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.saved-chip {
  min-height: 84px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  padding: 0;
  background: rgba(16, 30, 43, 0.92);
  color: var(--di-text);
  text-align: left;
  overflow: hidden;
}

.saved-chip.saved-go {
  border-color: rgba(248, 207, 117, 0.3);
  background: rgba(248, 207, 117, 0.12);
}

.saved-chip.saved-watch {
  border-color: rgba(88, 213, 201, 0.28);
  background: rgba(88, 213, 201, 0.1);
}

.saved-chip.saved-skip {
  opacity: 0.82;
}

.saved-select {
  width: 100%;
  border: 0;
  padding: 10px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.saved-chip strong,
.saved-chip span,
.saved-chip small,
.saved-chip em {
  display: block;
}

.saved-chip strong {
  margin: 6px 0 5px;
  color: var(--di-text);
  font-size: 15px;
  line-height: 1.12;
}

.saved-chip small {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.28;
}

.saved-chip em {
  margin-top: 6px;
  color: var(--di-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.saved-chip.saved-go span,
.saved-chip.saved-go small {
  color: var(--di-gold);
}

.saved-chip.saved-watch span {
  color: var(--di-teal);
}

.saved-remove {
  width: 100%;
  min-height: 30px;
  border: 0;
  border-top: 1px solid rgba(201, 219, 234, 0.1);
  padding: 7px 10px;
  background: rgba(7, 16, 25, 0.36);
  color: var(--di-muted);
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
}

.saved-remove:focus-visible,
.saved-select:focus-visible {
  outline: 2px solid rgba(248, 207, 117, 0.52);
  outline-offset: -2px;
}

.projection-grid {
  grid-template-columns: repeat(2, 1fr);
}

.projection-card {
  border: 1px solid var(--di-line);
  border-radius: 18px;
  padding: 11px;
  background: rgba(16, 30, 43, 0.92);
}

.projection-card strong {
  display: block;
  margin: 6px 0 5px;
  font-size: 18px;
  color: var(--di-text);
}

.projection-card b {
  display: block;
  color: var(--di-gold);
  font-size: 12px;
  line-height: 1.2;
}

.projection-card p {
  margin-top: 7px;
  color: rgba(201, 219, 234, 0.78);
  font-size: 11px;
  line-height: 1.35;
}

.individual-calendar-note {
  margin: -2px 0 10px;
  color: var(--di-muted);
  font-size: 11px;
  line-height: 1.3;
}

.calendar-toggle {
  display: flex;
  gap: 8px;
  margin: 8px 0 10px;
}

.calendar-toggle button {
  flex: 1;
  min-height: 38px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  background: rgba(16, 30, 43, 0.78);
  color: var(--di-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.calendar-toggle button.active {
  border-color: rgba(248, 207, 117, 0.38);
  background: rgba(248, 207, 117, 0.15);
  color: var(--di-gold);
}

.individual-calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.individual-calendar-card {
  display: block;
  min-height: 146px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 18px;
  padding: 11px;
  background: rgba(16, 30, 43, 0.92);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.individual-calendar-card.active {
  border-color: rgba(248, 207, 117, 0.72);
  box-shadow: inset 0 0 0 1px rgba(248, 207, 117, 0.12);
}

.individual-calendar-card div {
  display: grid;
  gap: 4px;
}

.individual-calendar-card span,
.individual-calendar-card small {
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.individual-calendar-card strong {
  color: var(--di-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.08;
}

.individual-calendar-card b {
  color: var(--di-gold);
  font-size: 12px;
}

.individual-calendar-card p {
  margin: 8px 0 5px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.22;
}

.individual-calendar-card em {
  display: block;
  margin-top: 7px;
  color: var(--di-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

.individual-calendar-detail {
  margin-top: 8px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 18px;
  padding: 11px;
  background: rgba(7, 16, 25, 0.56);
}

.individual-detail-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}

.individual-detail-title span {
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.individual-detail-title strong {
  color: var(--di-gold);
  font-size: 13px;
  text-align: right;
}

.individual-calendar-detail > p {
  margin: 8px 0 10px;
  color: var(--di-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.32;
}

.individual-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.individual-detail-grid article {
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 14px;
  padding: 9px;
  background: rgba(16, 30, 43, 0.72);
}

.individual-detail-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.individual-detail-grid strong {
  color: var(--di-text);
  font-size: 12px;
  line-height: 1.25;
}

.calendar-band-quiet {
  border-color: rgba(201, 219, 234, 0.14);
}

.calendar-band-stable {
  border-color: rgba(88, 213, 201, 0.18);
}

.calendar-band-busy {
  border-color: rgba(248, 207, 117, 0.28);
  background: rgba(248, 207, 117, 0.08);
}

.calendar-band-compression {
  border-color: rgba(255, 122, 89, 0.38);
  background: rgba(255, 122, 89, 0.09);
}

.calendar-band-peak {
  border-color: rgba(255, 77, 87, 0.45);
  background: rgba(255, 77, 87, 0.12);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.method-grid article {
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 14px;
  padding: 9px;
  background: rgba(7, 16, 25, 0.34);
}

.method-grid span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.method-grid strong {
  display: block;
  margin: 4px 0;
  color: var(--di-text);
  font-size: 12px;
  line-height: 1.2;
}

.method-grid p {
  margin: 0;
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-rail {
    grid-template-columns: 1fr;
  }

  .individual-decision-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .individual-primary-column,
  .individual-secondary-column {
    padding: 12px 14px;
  }

  .individual-route-mode {
    grid-template-columns: 1fr;
  }

  .individual-route-mode-actions {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-content: flex-start;
  }

  .best-route-timing-grid,
  .best-move-strip,
  .best-move-explain-grid,
  .route-replay-grid,
  .route-confidence-summary,
  .route-confidence-timeline,
  .route-compare-grid,
  .route-compare-score-row,
  .route-compare-facts,
  .route-handoff-summary,
  .route-replay-facts,
  .best-move-facts,
  .route-friction-card,
  .route-friction-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .individual-ci-header {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 12px;
  }

  .individual-ci-header .di-product-nav {
    justify-content: flex-start;
    width: 100%;
  }

  .flow-operating-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .individual-decision-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .individual-primary-column,
  .individual-secondary-column {
    padding: 12px 14px;
  }

  .individual-guide-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .individual-guide-step {
    padding: 8px 10px;
  }

  .individual-route-mode {
    grid-template-columns: 1fr;
  }

  .individual-route-mode-actions {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-content: flex-start;
  }

  .best-route-timing-grid {
    grid-template-columns: 1fr;
  }

  .best-move-strip {
    grid-template-columns: 1fr;
  }

  .best-move-explain-grid {
    grid-template-columns: 1fr;
  }

  .route-replay-grid,
  .route-confidence-summary,
  .route-confidence-timeline,
  .route-compare-grid,
  .route-compare-score-row,
  .route-compare-facts,
  .route-handoff-summary,
  .route-replay-facts {
    grid-template-columns: 1fr;
  }

  .best-move-facts {
    grid-template-columns: 1fr;
  }

  .route-friction-card {
    grid-template-columns: 1fr;
  }

  .route-friction-metrics {
    grid-template-columns: 1fr;
  }

  .map-toolbar {
    display: grid;
    gap: 10px;
  }

  .map-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .individual-primary-column,
  .individual-secondary-column {
    padding: 11px 12px;
  }

  .individual-main-band {
    padding: 9px;
  }

  .best-move-head {
    align-items: start;
    flex-direction: column;
  }

  .best-move-head small {
    text-align: left;
  }

  .quick-decision-strip,
  .individual-secondary-column .quick-decision-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .individual-ci-header .di-product-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .individual-ci-header .di-product-nav a {
    min-height: 32px;
  }

  .flow-operating-stack {
    grid-template-columns: 1fr;
  }

  .individual-detail-intro span {
    font-size: 12px;
  }

  .individual-detail-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .individual-detail-buttons {
    justify-content: flex-start;
  }

  .individual-detail-tags {
    gap: 5px;
  }

  .individual-detail-tags span {
    min-height: 22px;
    padding: 0 8px;
    font-size: 9px;
  }

  .individual-detail-panel {
    padding: 12px;
  }

  .individual-primary-column,
  .individual-secondary-column {
    padding: 11px 12px;
  }

  .individual-guide-steps {
    grid-template-columns: 1fr;
  }

  .individual-guide-step {
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
  }

  .individual-guide-steps p {
    align-self: center;
  }

  .flow-direction-panel {
    padding: 11px;
  }

  .flow-snapshot-grid,
  .flow-driver-strip {
    grid-template-columns: 1fr;
  }

  .flow-direction-map,
  .flow-pattern-grid {
    grid-template-columns: 1fr;
  }

  .flow-direction-arrow {
    min-height: 20px;
  }

  .flow-direction-arrow i {
    width: 100%;
    max-width: 160px;
  }

  .individual-section-lead {
    padding-inline: 0;
  }

  .individual-main-band {
    gap: 0;
    padding: 9px;
  }

  .best-move-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .best-move-facts {
    grid-template-columns: 1fr;
  }

  .route-friction-card {
    grid-template-columns: 1fr;
  }

  .route-friction-metrics {
    grid-template-columns: 1fr;
  }

  .map-toolbar {
    display: grid;
    gap: 10px;
  }

  .map-toolbar-actions {
    justify-items: stretch;
  }

  .map-buttons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
  }

  .map-toolbar-actions #locateMe {
    min-width: 0;
  }

  .map-buttons #resetMap,
  .map-buttons #mapThemeToggle {
    min-width: 0;
    grid-column: span 2;
  }

  .map-choice-stack {
    gap: 8px;
  }

  .map-mode-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .map-mode-tabs button,
  .map-focus-tabs button {
    min-height: 32px;
    font-size: 10px;
  }

  .map-focus-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .next-shift-grid,
  .projection-grid,
  .saved-list,
  .individual-calendar-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

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

  .trust-rail {
    grid-template-columns: 1fr;
  }

  .saved-watch-grid {
    grid-template-columns: 1fr;
  }

  .saved-alert-grid {
    grid-template-columns: 1fr;
  }

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

  .quick-decision-strip {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .individual-secondary-column .quick-decision-strip {
    margin-top: 8px;
  }

  .quick-decision-card {
    min-height: 76px;
    padding: 9px;
  }

  .crowd-map {
    height: clamp(315px, 52vh, 390px);
  }

  .quick-hot-strip {
    grid-template-columns: 1fr;
  }

  .map-subsection-lead {
    display: grid;
    gap: 4px;
  }

  .map-subsection-lead span {
    text-align: left;
  }

  .quick-hot-strip button {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 6px;
    align-items: center;
    min-height: 42px;
  }

  .quick-hot-strip strong {
    margin: 0;
  }
}

@media (max-width: 380px) {
  .individual-hero {
    flex-direction: column;
  }

  .individual-meta {
    text-align: left;
  }

  .individual-pulse-slot {
    justify-content: flex-start;
  }

  .individual-shell {
    padding-inline: 3px;
  }

  .individual-hero {
    padding: 12px;
  }

  .individual-hero h1 {
    font-size: 32px;
  }

  .map-signal-guide {
    font-size: 10px;
  }

  .individual-guide {
    padding: 11px 12px;
  }

  .individual-primary-column {
    padding: 10px 11px;
  }

  .best-move-main strong {
    font-size: 17px;
  }

  .quick-signal-grid {
    gap: 5px;
  }

  .quick-signal-grid span {
    padding-right: 24px;
  }

  .map-decision-row,
  .map-sheet-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .driver-action-card strong {
    grid-row: auto;
    grid-column: auto;
    text-align: left;
  }

  .area-action-row,
  .projection-grid,
  .method-grid,
  .saved-list,
  .saved-alert-grid,
  .hot-list,
  .lta-alert-grid,
  .weather-grid,
  .cruise-grid,
  .map-legend {
    grid-template-columns: 1fr;
  }

  .map-legend {
    display: grid;
    gap: 6px;
  }

  .map-legend span {
    justify-content: flex-start;
  }

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

  .saved-watch-grid {
    grid-template-columns: 1fr;
  }

  .saved-watch-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .saved-watch-title strong {
    text-align: left;
  }

  .individual-detail-intro {
    margin-top: 2px;
  }
}

.member-body {
  --member-bg: #071019;
  --member-panel: rgba(9, 19, 29, 0.86);
  --member-panel-strong: #0d1723;
  --member-line: rgba(201, 219, 234, 0.14);
  --member-text: #eff5f8;
  --member-muted: #b7c6cf;
  --member-gold: #f8cf75;
  --member-teal: #58d5c9;
  --member-orange: #ff8a3d;
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 213, 201, 0.13), transparent 22rem),
    radial-gradient(circle at 88% 4%, rgba(255, 138, 61, 0.1), transparent 20rem),
    linear-gradient(180deg, #071019 0%, #0b1420 100%);
  color: var(--member-text);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 400;
}

.member-body a {
  color: inherit;
  text-decoration: none;
}

.member-intro p,
.member-direct-access p,
.member-section-heading p,
.member-plan-title span {
  color: var(--member-gold);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.member-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 14px 0 44px;
}

.member-access {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 16px;
  align-items: stretch;
}

.member-lock-access {
  grid-template-columns: minmax(0, 1fr) 420px;
}

.member-intro,
.member-direct-access,
.member-plan-card,
.member-compare {
  border: 1px solid var(--member-line);
  border-radius: 18px;
  background: var(--member-panel);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
}

.member-intro {
  min-height: 340px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.member-intro h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  color: var(--member-text);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  line-height: 0.98;
}

.member-lock-hero h1 {
  max-width: 720px;
}

.member-intro > div > span {
  display: block;
  max-width: 660px;
  color: #c7d6de;
  font-size: 15px;
  line-height: 1.45;
}

.member-product-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.member-product-row article,
.member-compare-grid article {
  border: 1px solid var(--member-line);
  border-radius: 12px;
  padding: 12px;
  background: rgba(16, 30, 43, 0.8);
}

.member-product-row small {
  color: var(--member-teal);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.member-product-row strong,
.member-compare-grid strong {
  display: block;
  margin: 6px 0;
  color: var(--member-text);
  font-size: 17px;
  font-weight: 600;
}

.member-product-row span,
.member-compare-grid span {
  color: #c7d6de;
  font-size: 13px;
  line-height: 1.35;
}

.member-direct-access {
  padding: 18px;
}

.member-direct-access h2,
.member-section-heading h2 {
  margin: 6px 0 12px;
  color: var(--member-text);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.08;
}

.member-direct-access > div > span {
  display: block;
  color: #c7d6de;
  font-size: 14px;
  line-height: 1.45;
}

.member-access-links a,
.member-lock-actions a,
.member-plan-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  padding: 0 14px;
  background: rgba(248, 207, 117, 0.16);
  color: var(--member-gold);
  font: inherit;
  font-weight: 600;
}

.member-access-links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.member-lock-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.member-access-links a,
.member-lock-actions a {
  display: grid;
  justify-content: stretch;
  min-height: 96px;
  padding: 12px;
  text-align: left;
}

.member-access-links small,
.member-access-links span,
.member-lock-actions small,
.member-lock-actions span {
  display: block;
  color: #c7d6de;
}

.member-access-links small,
.member-lock-actions small {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.member-access-links strong,
.member-lock-actions strong {
  display: block;
  margin: 4px 0;
  color: var(--member-text);
  font-size: 18px;
  font-weight: 600;
}

.member-access-links span,
.member-lock-actions span {
  font-size: 13px;
}

.member-access-links .member-access-primary,
.member-lock-actions .member-lock-contact {
  background: rgba(248, 207, 117, 0.16);
  color: var(--member-gold);
}

.member-access-links .member-access-primary small,
.member-access-links .member-access-primary span,
.member-lock-actions .member-lock-contact small,
.member-lock-actions .member-lock-contact span {
  color: #c7d6de;
}

.member-plan-section,
.member-compare {
  margin-top: 14px;
}

.member-section-heading {
  margin-bottom: 12px;
}

.member-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.member-plan-card {
  padding: 18px;
}

.member-plan-primary {
  border-color: rgba(248, 207, 117, 0.32);
}

.member-plan-title {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.member-plan-meta {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  border: 1px solid var(--member-line);
  border-radius: 10px;
  padding: 10px;
  background: rgba(16, 30, 43, 0.68);
}

.member-plan-meta span {
  color: var(--member-muted);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.member-plan-meta strong {
  color: var(--member-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.member-plan-callout {
  margin-top: 14px;
  border: 1px solid rgba(248, 207, 117, 0.28);
  border-radius: 10px;
  padding: 12px;
  background: rgba(248, 207, 117, 0.1);
}

.member-plan-callout strong {
  display: block;
  color: var(--member-gold);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.member-plan-fit {
  display: grid;
  gap: 4px;
  margin: 10px 0 14px;
  border: 1px solid rgba(88, 213, 201, 0.18);
  border-radius: 10px;
  padding: 10px;
  background: rgba(88, 213, 201, 0.08);
}

.member-plan-fit span {
  color: var(--member-teal);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.member-plan-fit strong {
  color: var(--member-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.32;
}

.member-plan-title h3 {
  margin: 6px 0 0;
  color: var(--member-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.12;
}

.member-plan-title strong {
  color: var(--member-text);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}

.member-plan-title strong span {
  display: block;
  margin-top: 4px;
  color: var(--member-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.member-plan-card p {
  margin: 12px 0;
  color: #c7d6de;
  font-size: 15px;
  line-height: 1.45;
}

.member-one-line {
  border: 1px solid rgba(248, 207, 117, 0.22);
  border-radius: 10px;
  padding: 10px;
  background: rgba(248, 207, 117, 0.08);
  color: var(--member-gold) !important;
  font-size: 14px !important;
}

.member-plan-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.member-plan-card li {
  position: relative;
  padding-left: 18px;
  color: var(--member-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.member-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--member-gold);
}

.member-plan-card > a {
  width: 100%;
}

.member-compare {
  padding: 18px;
}

.member-compare-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.member-engine-copy {
  max-width: 82ch;
  margin: 0 0 14px;
  color: #c7d6de;
  font-size: 15px;
  line-height: 1.45;
}

.member-fit-section {
  margin-top: 14px;
  padding: 18px;
}

.member-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.member-fit-grid article {
  border: 1px solid var(--member-line);
  border-radius: 12px;
  padding: 14px;
  background: rgba(16, 30, 43, 0.8);
}

.member-fit-grid span {
  color: var(--member-gold);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.member-fit-grid strong {
  display: block;
  margin: 7px 0 6px;
  color: var(--member-text);
  font-size: 18px;
  font-weight: 600;
}

.member-fit-grid p {
  margin: 0;
  color: #c7d6de;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 860px) {
  .member-access,
  .member-lock-access,
  .member-plan-grid,
  .member-compare-grid,
  .member-fit-grid {
    grid-template-columns: 1fr;
  }

  .member-intro {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .member-shell {
    width: min(100% - 16px, 1180px);
  }

  .member-intro,
  .member-direct-access,
  .member-plan-card,
  .member-compare {
    border-radius: 14px;
    padding: 16px;
  }

  .member-product-row {
    grid-template-columns: 1fr;
  }

  .member-plan-title {
    display: grid;
  }

  .member-plan-title strong {
    text-align: left;
  }
}

.di-home-body {
  --di-bg: #09131d;
  --di-bg-soft: #101e2b;
  --di-panel: rgba(9, 19, 29, 0.82);
  --di-panel-strong: #0d1723;
  --di-line: rgba(201, 219, 234, 0.12);
  --di-text: #eff5f8;
  --di-muted: #9db0bc;
  --di-teal: #58d5c9;
  --di-teal-soft: rgba(88, 213, 201, 0.14);
  --di-gold: #f8cf75;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 4%, rgba(88, 213, 201, 0.16), transparent 32rem),
    radial-gradient(circle at 86% 18%, rgba(248, 207, 117, 0.13), transparent 30rem),
    linear-gradient(135deg, #071019 0%, #0b1621 48%, #101914 100%);
  color: var(--di-text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}

.di-home-header {
  width: min(1320px, calc(100% - 32px));
}

.di-home-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.di-home-nav a {
  border: 1px solid rgba(201, 219, 234, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--di-teal);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.di-home-shell {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 44px;
}

.di-home-hero,
.di-home-section,
.di-home-final {
  border: 1px solid rgba(201, 219, 234, 0.13);
  border-radius: 28px;
  background: rgba(9, 20, 31, 0.84);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.di-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 26px;
  align-items: stretch;
  min-height: 620px;
  padding: 32px;
}

.di-home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 520px;
}

.di-home-hero-copy p,
.di-home-section-heading p,
.di-home-final span {
  margin: 0 0 14px;
  color: var(--di-gold);
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.di-home-hero-copy h1 {
  max-width: 620px;
  margin: 0;
  color: var(--di-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 700;
  line-height: 0.96;
}

.di-home-hero-copy > span {
  max-width: 680px;
  margin-top: 24px;
  color: var(--di-muted);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.42;
}

.di-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.di-home-actions a,
.di-home-product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(248, 207, 117, 0.35);
  border-radius: 12px;
  padding: 12px 18px;
  background: rgba(248, 207, 117, 0.16);
  color: var(--di-gold);
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.di-home-actions a:first-child {
  background: var(--di-teal);
  border-color: rgba(88, 213, 201, 0.65);
  color: #061118;
}

.di-home-signal-board {
  position: relative;
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(88, 213, 201, 0.16);
  border-radius: 24px;
  padding: 22px;
  background:
    radial-gradient(circle at 78% 16%, rgba(248, 207, 117, 0.15), transparent 18rem),
    radial-gradient(circle at 10% 76%, rgba(88, 213, 201, 0.13), transparent 18rem),
    linear-gradient(140deg, rgba(16, 30, 43, 0.94), rgba(7, 16, 25, 0.96)),
    #0d1a24;
}

.di-home-signal-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 219, 234, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 219, 234, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.55;
}

.di-home-signal-board > * {
  position: relative;
  z-index: 1;
}

.di-home-board-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(201, 219, 234, 0.1);
  padding-bottom: 12px;
}

.di-home-board-top span,
.di-home-master-signal span,
.di-home-signal-rows span,
.di-home-action-band span {
  color: var(--di-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.di-home-board-top strong {
  color: var(--di-gold);
  font-size: 14px;
  font-weight: 800;
  text-align: right;
}

.di-home-master-signal {
  border: 1px solid rgba(248, 207, 117, 0.24);
  border-radius: 18px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(248, 207, 117, 0.12), rgba(88, 213, 201, 0.08)),
    rgba(9, 20, 31, 0.82);
}

.di-home-insight-grid span,
.di-home-product-card span,
.di-home-why-grid span {
  color: var(--di-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.di-home-master-signal strong {
  display: block;
  max-width: 520px;
  margin: 8px 0;
  color: var(--di-text);
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 800;
  line-height: 0.98;
}

.di-home-master-signal p,
.di-home-future > p {
  margin: 0;
  color: var(--di-muted);
  font-size: 16px;
  line-height: 1.35;
}

.di-home-signal-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.di-home-signal-rows article {
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 16px;
  padding: 16px;
  background: rgba(16, 30, 43, 0.72);
}

.di-home-signal-rows strong {
  display: block;
  margin: 7px 0 5px;
  color: var(--di-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.05;
}

.di-home-signal-rows p {
  margin: 0;
  color: var(--di-muted);
  font-size: 14px;
  font-weight: 600;
}

.di-home-action-band {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(88, 213, 201, 0.22);
  border-radius: 16px;
  padding: 16px;
  background: rgba(88, 213, 201, 0.11);
}

.di-home-action-band strong {
  color: var(--di-text);
  font-size: 20px;
  font-weight: 800;
  text-align: right;
}

.di-home-section {
  margin-top: 16px;
  padding: 26px;
}

.di-home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.di-home-section-heading p {
  max-width: 360px;
  margin-bottom: 0;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.04;
}

.di-home-section-heading h2 {
  max-width: 640px;
  margin: 0;
  color: var(--di-text);
  font-size: clamp(15px, 1.65vw, 22px);
  font-weight: 780;
  line-height: 1.16;
  text-align: right;
}

.di-home-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.di-home-human-context {
  max-width: 760px;
  margin: -4px auto 18px;
  color: var(--di-muted);
  font-size: 16px;
  font-weight: 560;
  line-height: 1.38;
  text-align: center;
}

.di-home-flow article,
.di-home-why-grid article,
.di-home-insight-grid article,
.di-home-product-card,
.di-home-future-grid span {
  border: 1px solid rgba(201, 219, 234, 0.13);
  border-radius: 16px;
  background: rgba(16, 30, 43, 0.7);
}

.di-home-flow article {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 14px;
  text-align: center;
}

.di-home-flow article span {
  color: var(--di-gold);
  font-size: 11px;
  font-weight: 800;
}

.di-home-flow article strong {
  display: block;
  color: var(--di-text);
  font-size: 19px;
  line-height: 1.12;
}

.di-home-why-grid,
.di-home-insight-grid,
.di-home-product-grid {
  display: grid;
  gap: 12px;
}

.di-home-why-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.di-home-insight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.di-home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.di-home-why-grid article,
.di-home-insight-grid article,
.di-home-product-card {
  padding: 18px;
}

.di-home-why-grid article,
.di-home-insight-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 120px;
  text-align: center;
}

.di-home-why-grid strong,
.di-home-insight-grid strong {
  display: block;
  margin: 8px 0;
  color: var(--di-text);
  font-size: 24px;
  font-weight: 780;
  line-height: 1.1;
}

.di-home-why-grid p,
.di-home-insight-grid p,
.di-home-product-card p,
.di-home-product-card li {
  color: var(--di-muted);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.38;
}

.di-home-why-grid p,
.di-home-insight-grid p,
.di-home-product-card p {
  margin: 0;
}

.di-home-product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.di-home-product-card > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.di-home-product-card > div strong {
  color: var(--di-gold);
  font-size: 16px;
  font-weight: 800;
  text-align: right;
}

.di-home-product-card h3 {
  margin: 0;
  color: var(--di-text);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.02;
}

.di-home-product-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.di-home-product-card li::marker {
  color: var(--di-gold);
}

.di-home-product-card a {
  margin-top: auto;
}

.di-home-future > p {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.di-home-future-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 12px;
  width: min(760px, 100%);
  margin: 0 auto;
}

.di-home-future-grid span {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 14px 18px;
  color: var(--di-text);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.18;
  text-align: center;
}

.di-home-future-grid span:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: min(360px, 100%);
  justify-self: center;
}

.di-home-final {
  display: grid;
  place-items: center;
  margin-top: 16px;
  padding: 28px;
  text-align: center;
  background:
    linear-gradient(120deg, rgba(88, 213, 201, 0.13), rgba(248, 207, 117, 0.09)),
    rgba(9, 20, 31, 0.88);
}

.di-home-final strong {
  display: block;
  color: var(--di-text);
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 820;
  line-height: 1;
  text-align: center;
}

.di-home-final p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--di-muted);
  font-size: 17px;
  line-height: 1.38;
}

.di-home-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 28px;
  align-items: start;
  padding-top: 22px;
}

.di-home-footer nav {
  justify-content: flex-end;
  margin-bottom: 0;
}

.di-home-footer nav a {
  font-size: 20px;
  font-weight: 500;
}

.di-home-footer > b {
  justify-self: end;
  grid-column: 2;
  border: 1px solid rgba(201, 219, 234, 0.18);
  border-radius: 999px;
  padding: 7px 12px;
  color: #9db0bc;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes home-pulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes home-flow-dash {
  to {
    stroke-dashoffset: -120;
  }
}

@media (max-width: 980px) {
  .di-home-header,
  .di-home-shell {
    width: min(100% - 20px, 1320px);
  }

  .di-home-header {
    grid-template-columns: 1fr;
  }

  .di-home-nav {
    justify-content: flex-start;
  }

  .di-home-section-heading {
    display: grid;
  }

  .di-home-section-heading h2 {
    text-align: left;
  }

  .di-home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px;
  }

  .di-home-hero-copy,
  .di-home-signal-board {
    min-height: 430px;
  }

  .di-home-flow,
  .di-home-why-grid,
  .di-home-insight-grid,
  .di-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  .di-home-nav {
    display: none;
  }

  .di-home-hero,
  .di-home-section,
  .di-home-final {
    border-radius: 18px;
  }

  .di-home-hero-copy h1 {
    max-width: min(320px, calc(100vw - 74px));
    font-size: 30px;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .di-home-hero-copy > span {
    display: block;
    max-width: min(320px, calc(100vw - 74px));
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .di-home-hero-copy,
  .di-home-signal-board {
    min-height: 380px;
  }

  .di-home-signal-board {
    padding: 16px;
  }

  .di-home-signal-rows {
    grid-template-columns: 1fr;
  }

  .di-home-action-band,
  .di-home-board-top {
    display: grid;
  }

  .di-home-action-band strong,
  .di-home-board-top strong {
    text-align: left;
  }

  .di-home-flow,
  .di-home-why-grid,
  .di-home-insight-grid,
  .di-home-product-grid,
  .di-home-future-grid {
    grid-template-columns: 1fr;
  }

  .di-home-future-grid span:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .di-home-product-card > div {
    display: grid;
  }

  .di-home-product-card > div strong {
    text-align: left;
  }

  .di-home-footer {
    grid-template-columns: 1fr;
  }

  .di-home-footer nav,
  .di-home-footer > b {
    justify-self: start;
    grid-column: auto;
  }
}
.phone-map-card.phone-map-card-lite {
  border-color: rgba(201, 219, 234, 0.1) !important;
  background:
    linear-gradient(180deg, rgba(11, 22, 34, 0.94), rgba(8, 17, 27, 0.96)),
    radial-gradient(circle at top right, rgba(70, 181, 201, 0.08), transparent 42%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

.phone-map-card.phone-map-card-lite .map-toolbar {
  padding-bottom: 12px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid rgba(201, 219, 234, 0.08) !important;
}

.phone-map-card.phone-map-card-lite .map-toolbar-copy strong {
  font-size: 0.92rem !important;
  letter-spacing: 0.02em !important;
}

.phone-map-card.phone-map-card-lite .map-toolbar-copy span {
  color: rgba(228, 236, 244, 0.72) !important;
  max-width: 36ch !important;
}

.phone-map-card.phone-map-card-lite .map-toolbar-actions {
  gap: 8px !important;
}

.phone-map-card.phone-map-card-lite .map-buttons {
  gap: 6px !important;
}

.phone-map-card.phone-map-card-lite #phoneMap,
.phone-map-card.phone-map-card-lite .map-shell,
.phone-map-card.phone-map-card-lite .phone-map-shell,
.phone-map-card.phone-map-card-lite .map-stage,
.phone-map-card.phone-map-card-lite .map-board {
  border: 1px solid rgba(201, 219, 234, 0.09) !important;
  background:
    radial-gradient(circle at top center, rgba(74, 196, 214, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(9, 23, 35, 0.98), rgba(6, 15, 24, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(9, 23, 35, 0.22) !important;
}

.phone-map-card.phone-map-card-lite svg text {
  fill: rgba(216, 229, 238, 0.72) !important;
}

.phone-map-card.phone-map-card-lite .map-legend {
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.phone-map-card.phone-map-card-lite .legend-chip {
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-color: rgba(201, 219, 234, 0.1) !important;
  background: rgba(10, 22, 33, 0.52) !important;
  box-shadow: none !important;
}

.phone-map-card.phone-map-card-lite .legend-chip span,
.phone-map-card.phone-map-card-lite .legend-chip b,
.phone-map-card.phone-map-card-lite .legend-chip strong {
  color: rgba(228, 236, 244, 0.84) !important;
}

.phone-map-card.phone-map-card-lite .map-toolbar-copy span {
  font-size: 0.84rem !important;
  line-height: 1.35 !important;
}

.phone-map-card.phone-map-card-lite .map-toolbar-copy strong {
  text-transform: none !important;
}

.phone-map-card.phone-map-card-lite .map-toolbar button,
.phone-map-card.phone-map-card-lite .map-toolbar .map-buttons button {
  min-height: 38px !important;
  border-radius: 12px !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.01em !important;
}

.phone-map-card.phone-map-card-lite #locateMe {
  padding-inline: 14px !important;
  box-shadow: none !important;
}

.phone-map-card.phone-map-card-lite .map-buttons {
  align-items: center !important;
}

.phone-map-card.phone-map-card-lite .map-buttons button {
  min-width: 38px !important;
  padding-inline: 10px !important;
}

.phone-map-card.phone-map-card-lite .map-mode-groups,
.phone-map-card.phone-map-card-lite .map-layer-groups,
.phone-map-card.phone-map-card-lite .map-focus-groups {
  gap: 10px !important;
}

.phone-map-card.phone-map-card-lite .map-mode-group,
.phone-map-card.phone-map-card-lite .map-layer-group,
.phone-map-card.phone-map-card-lite .map-focus-group {
  gap: 8px !important;
}

.phone-map-card.phone-map-card-lite .map-mode-group > strong,
.phone-map-card.phone-map-card-lite .map-layer-group > strong,
.phone-map-card.phone-map-card-lite .map-focus-group > strong {
  font-size: 0.72rem !important;
  color: rgba(248, 207, 117, 0.82) !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.phone-map-card.phone-map-card-lite .mode-button,
.phone-map-card.phone-map-card-lite .layer-button,
.phone-map-card.phone-map-card-lite .focus-button {
  min-height: 40px !important;
  border-radius: 14px !important;
  font-size: 0.86rem !important;
}

.phone-map-card.phone-map-card-lite .mode-button:not(.active),
.phone-map-card.phone-map-card-lite .layer-button:not(.active),
.phone-map-card.phone-map-card-lite .focus-button:not(.active) {
  background: rgba(10, 22, 33, 0.38) !important;
  border-color: rgba(201, 219, 234, 0.09) !important;
  color: rgba(223, 233, 240, 0.84) !important;
}

.phone-map-card.phone-map-card-lite .mode-button.active,
.phone-map-card.phone-map-card-lite .layer-button.active,
.phone-map-card.phone-map-card-lite .focus-button.active {
  box-shadow: none !important;
}

.phone-map-card.phone-map-card-lite .map-legend {
  margin-top: 10px !important;
}

.phone-map-card.phone-map-card-lite .map-legend + * {
  margin-top: 12px !important;
}

.individual-preview-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 0;
  border: 1px solid rgba(255, 213, 116, 0.22);
  border-radius: 18px;
  padding: 16px 18px;
  background:
    linear-gradient(120deg, rgba(255, 213, 116, 0.12), rgba(81, 223, 213, 0.06)),
    rgba(255, 255, 255, 0.03);
}

.individual-preview-banner strong {
  display: block;
  color: #ffd574;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.individual-preview-banner span {
  display: block;
  margin-top: 4px;
  color: rgba(228, 236, 244, 0.88);
  line-height: 1.45;
}

.individual-preview-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 213, 116, 0.32);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 213, 116, 0.14);
  color: #ffd574;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.individual-preview-mode .individual-detail-intro .individual-detail-buttons {
  display: none;
}

.hospitality-preview-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 0;
  border: 1px solid rgba(255, 213, 116, 0.22);
  border-radius: 18px;
  padding: 16px 18px;
  background:
    linear-gradient(120deg, rgba(255, 213, 116, 0.12), rgba(81, 223, 213, 0.06)),
    rgba(255, 255, 255, 0.03);
}

.hospitality-preview-banner strong {
  display: block;
  color: #ffd574;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hospitality-preview-banner span {
  display: block;
  margin-top: 4px;
  color: rgba(228, 236, 244, 0.88);
  line-height: 1.45;
}

.hospitality-preview-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 213, 116, 0.32);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 213, 116, 0.14);
  color: #ffd574;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hospitality-preview-mode .brief-nav a[hidden],
.hospitality-preview-mode .panel[hidden] {
  display: none !important;
}

.estimator-preview-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 0;
  border: 1px solid rgba(255, 213, 116, 0.22);
  border-radius: 18px;
  padding: 16px 18px;
  background:
    linear-gradient(120deg, rgba(255, 213, 116, 0.12), rgba(81, 223, 213, 0.06)),
    rgba(255, 255, 255, 0.03);
}

.estimator-preview-banner strong {
  display: block;
  color: #ffd574;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.estimator-preview-banner span {
  display: block;
  margin-top: 4px;
  color: rgba(228, 236, 244, 0.88);
  line-height: 1.45;
}

.estimator-preview-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(255, 213, 116, 0.32);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 213, 116, 0.14);
  color: #ffd574;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.preview-signup-form {
  margin-top: 14px;
}

.preview-signup-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.preview-signup-row input[type="email"] {
  flex: 1 1 auto;
  min-height: 42px;
  border: 1px solid rgba(255, 213, 116, 0.22);
  border-radius: 12px;
  padding: 0 14px;
  background: rgba(8, 18, 24, 0.55);
  color: #f4f7fb;
  font: inherit;
}

.preview-signup-row input[type="email"]::placeholder {
  color: rgba(228, 236, 244, 0.46);
}

.preview-signup-row button {
  min-height: 42px;
  border: 1px solid rgba(255, 213, 116, 0.32);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 213, 116, 0.14);
  color: #ffd574;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.preview-signup-row button:disabled {
  opacity: 0.6;
  cursor: wait;
}

.preview-signup-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 10px;
}

.preview-signup-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(228, 236, 244, 0.88);
  font-size: 0.84rem;
  line-height: 1.4;
}

.preview-signup-options input[type="checkbox"] {
  accent-color: #ffd574;
}

.preview-signup-status {
  margin: 10px 0 0;
  color: rgba(228, 236, 244, 0.9);
  font-size: 0.84rem;
  line-height: 1.4;
}

.estimator-preview-mode .panel[hidden],
.estimator-preview-mode details[hidden] {
  display: none !important;
}

.member-access-note {
  margin: 12px 0 0;
  color: var(--member-muted) !important;
  font-size: 13px !important;
  line-height: 1.45;
}

.member-access-note a {
  color: var(--member-gold);
  text-decoration: underline;
}

@media (max-width: 720px) {
  .individual-preview-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .individual-preview-banner a {
    width: 100%;
  }

  .preview-signup-row {
    flex-direction: column;
    align-items: stretch;
  }

  .preview-signup-row button {
    width: 100%;
  }

  .hospitality-preview-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hospitality-preview-banner a {
    width: 100%;
  }

  .estimator-preview-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .estimator-preview-banner a {
    width: 100%;
  }
}
