: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;
}

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.25fr repeat(4, 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;
}

.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;
}

.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;
}

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 span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.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;
}

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 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 .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: #f6eddc;
  --verse-panel: rgba(255, 252, 246, 0.96);
  --verse-ink: #121828;
  --verse-muted: #5d677b;
  --verse-line: rgba(18, 24, 40, 0.12);
  --verse-gold: #f0be58;
  --verse-blue: #5b79d6;
  --verse-logo-start: #06122f;
  --verse-logo-mid: #272f8c;
  --verse-logo-end: #4a67ff;
  --verse-logo-verse: #0c1433;
  --verse-tagline: #000000;
  --verse-logo-glow: rgba(255, 216, 158, 0.3);
  --verse-demand-accent: #7d8fa8;
  --verse-rent-accent: #8f87b8;
  --verse-cash-accent: #d4aa58;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 223, 170, 0.2), transparent 24rem),
    linear-gradient(180deg, #fbf3e5 0%, #f6eddc 52%, #f3ead8 100%);
  color: var(--verse-ink);
  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(18, 24, 40, 0.1);
  background: rgba(248, 239, 223, 0.94);
}

.verse-brand {
  display: grid;
  grid-template-columns: minmax(0, max-content) 28px;
  grid-template-rows: auto auto;
  column-gap: 8px;
  row-gap: 3px;
  align-items: center;
}

.verse-brand .verse-logo-word,
.verse-footer .verse-logo-word {
  display: inline-flex;
  align-items: baseline;
  width: fit-content;
  font-family: "Avenir Next", "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.verse-brand .verse-logo-word,
.verse-brand .verse-logo-tagline {
  grid-column: 1;
}

.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: var(--verse-logo-verse);
}

.verse-brand .verse-logo-word span:last-child,
.verse-footer .verse-logo-word span:last-child {
  background: linear-gradient(90deg, var(--verse-logo-mid) 0%, var(--verse-logo-end) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 24px var(--verse-logo-glow);
}

.verse-brand .verse-logo-tagline,
.verse-footer .verse-logo-tagline {
  color: var(--verse-tagline);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.verse-brand .vi-header-pulse {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: start;
  width: 26px;
  height: 26px;
}

.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(18, 24, 40, 0.14);
  border-radius: 8px;
  padding: 0 12px;
  color: #22304c;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.38);
}

.verse-nav a:first-child {
  border-color: rgba(240, 190, 88, 0.58);
  color: #9f6a0a;
  background: rgba(240, 190, 88, 0.12);
}

.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(18, 24, 40, 0.1);
  padding: 56px 16px 48px;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.82), rgba(246, 237, 220, 0.5)),
    transparent;
}

.verse-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(18, 24, 40, 0.04) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(18, 24, 40, 0.03) 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: 16px;
  align-content: center;
  justify-items: end;
}

.verse-hero-visual {
  width: min(100%, 470px);
  margin: 0;
  border: 1px solid rgba(18, 24, 40, 0.08);
  border-radius: 28px;
  padding: 18px;
  background: rgba(255, 252, 246, 0.78);
  box-shadow: 0 22px 60px rgba(92, 72, 33, 0.1);
}

.verse-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.verse-runway {
  padding-top: 10px;
}

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

.verse-runway-grid article {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(18, 24, 40, 0.08);
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 252, 246, 0.78);
  box-shadow: 0 12px 28px rgba(92, 72, 33, 0.06);
}

.verse-runway-grid strong {
  color: #16203c;
  font-size: 22px;
  line-height: 1.1;
}

.verse-runway-grid p {
  margin: 0;
  color: #59657c;
  font-size: 15px;
  line-height: 1.55;
}

.verse-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 24px;
}

.verse-showcase.rent {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.verse-showcase.rent .verse-showcase-copy {
  order: 2;
}

.verse-showcase.rent .verse-showcase-media {
  order: 1;
}

.verse-showcase-copy {
  display: grid;
  gap: 16px;
}

.verse-showcase-copy p {
  margin: 0;
  color: #b37b14;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.verse-showcase-copy h2 {
  margin: 0;
  color: #161d30;
  font-size: clamp(34px, 4.6vw, 62px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.verse-showcase-copy > span,
.verse-closing-card > span {
  color: #536078;
  font-size: 18px;
  line-height: 1.55;
}

.verse-feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.verse-feature-list li {
  position: relative;
  padding-left: 18px;
  color: #5d677b;
  font-size: 15px;
  line-height: 1.55;
}

.verse-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #c19a44;
}

.verse-showcase-media {
  display: grid;
  gap: 14px;
}

.verse-media-main,
.verse-media-pair figure,
.verse-media-grid figure,
.verse-closing-card {
  margin: 0;
  border: 1px solid rgba(18, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.82);
  box-shadow: 0 18px 34px rgba(92, 72, 33, 0.08);
  overflow: hidden;
}

.verse-media-main img,
.verse-media-pair img,
.verse-media-grid img {
  display: block;
  width: 100%;
  height: auto;
}

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

.verse-closing {
  padding-top: 12px;
  padding-bottom: 50px;
}

.verse-closing-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  text-align: center;
}

.verse-closing-card p {
  margin: 0;
  color: #b37b14;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.verse-closing-card h2 {
  margin: 0;
  color: #161d30;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.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: #b37b14;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.verse-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #151b2c;
  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: #4f5b72;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.42;
}

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

.verse-actions-stack a {
  flex: 0 0 auto;
}

.verse-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.verse-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(18, 24, 40, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.62);
  color: #33405c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.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: #151b2c;
  box-shadow: 0 10px 24px rgba(176, 126, 36, 0.16);
}

.verse-actions a:last-child,
.verse-product-actions a:last-child {
  border: 1px solid rgba(18, 24, 40, 0.16);
  color: #22304c;
  background: rgba(255, 255, 255, 0.62);
}

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

.verse-intro-grid,
.verse-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

.verse-intro-copy,
.verse-intro-points article,
.verse-why-grid p {
  border: 1px solid rgba(18, 24, 40, 0.1);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.86);
  box-shadow: 0 12px 28px rgba(92, 72, 33, 0.06);
}

.verse-intro-copy,
.verse-why-grid p {
  padding: 22px;
  color: #46516a;
  font-size: 17px;
  line-height: 1.65;
}

.verse-intro-copy {
  display: grid;
  gap: 16px;
}

.verse-intro-points {
  display: grid;
  gap: 12px;
}

.verse-intro-points article {
  padding: 18px;
}

.verse-intro-points strong {
  display: block;
  margin-bottom: 8px;
  color: #1a2337;
  font-size: 18px;
}

.verse-intro-points p {
  margin: 0;
  color: #56627b;
  font-size: 15px;
  line-height: 1.55;
}

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

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

.verse-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 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 14px 28px rgba(92, 72, 33, 0.08);
}

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

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

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

.verse-product-card.rent {
  border-top: 4px solid var(--verse-rent-accent);
}

.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: 3px solid rgba(18, 24, 40, 0.22);
  padding-left: 12px;
}

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

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

.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: #c19a44;
}

.verse-product-card.cash li::before {
  background: #c19a44;
}

.verse-product-card.rent li::before {
  background: #c19a44;
}

.verse-product-card.demand li::before {
  background: #c19a44;
}

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

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

.verse-why {
  padding-top: 12px;
  padding-bottom: 48px;
}

.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: #1a2337;
  color: #f6d27b;
  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(18, 24, 40, 0.1);
}

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

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

.vi-footer nav a,
.verse-footer nav a {
  color: #9b670d;
  font-size: 13px;
  font-weight: 700;
}

.vi-footer > p,
.verse-footer > p {
  color: #73819a;
}

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

  .verse-hero-media {
    grid-column: 1;
    justify-items: start;
  }
}

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

  .lab-action-panel {
    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-runway-grid,
  .verse-showcase,
  .verse-showcase.rent,
  .verse-product-grid,
  .verse-principle-grid,
  .verse-intro-grid,
  .verse-why-grid {
    grid-template-columns: 1fr;
  }

  .verse-showcase.rent .verse-showcase-copy,
  .verse-showcase.rent .verse-showcase-media {
    order: initial;
  }

}

@media (max-width: 640px) {
  .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: auto;
    padding: 34px 16px 28px;
    background:
      linear-gradient(180deg, rgba(255, 248, 236, 0.86), rgba(246, 237, 220, 0.62)),
      transparent;
  }

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

  .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-hero-visual {
    padding: 12px;
    border-radius: 18px;
  }

  .verse-runway-grid,
  .verse-media-grid {
    grid-template-columns: 1fr;
  }

  .verse-showcase-copy h2,
  .verse-closing-card h2 {
    font-size: 36px;
  }

  .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 {
  margin: 14px 0 8px;
  font-size: clamp(56px, 9vw, 96px);
  line-height: 0.9;
}

.brief-score strong span {
  color: #c0d8ce;
  font-size: 0.32em;
}

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

.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);
}

.vi-main {
  display: grid;
  gap: 0;
  overflow-x: hidden;
}

.vi-header {
  width: min(1240px, calc(100% - 32px));
}

.vi-nav a.is-active {
  border-color: rgba(240, 190, 88, 0.58);
  color: #9f6a0a;
  background: rgba(240, 190, 88, 0.12);
}

.vi-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.vi-kicker {
  margin: 0;
  color: #b37b14;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vi-home-hero,
.vi-product-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  padding: 56px 0 34px;
}

.vi-home-copy,
.vi-product-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.vi-home-copy h1,
.vi-product-copy h1 {
  margin: 0;
  color: #151b2c;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(42px, 5.3vw, 80px);
  font-weight: 700;
  line-height: 0.94;
  min-width: 0;
  overflow-wrap: anywhere;
}

.vi-lede {
  margin: 0;
  max-width: 64ch;
  color: #4f5b72;
  font-size: 17px;
  line-height: 1.55;
}

.vi-chip-row,
.vi-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vi-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(18, 24, 40, 0.14);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.62);
  color: #33405c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vi-button-primary {
  background: var(--verse-gold);
  color: #151b2c;
  box-shadow: 0 10px 24px rgba(176, 126, 36, 0.16);
}

.vi-button-secondary {
  border: 1px solid rgba(18, 24, 40, 0.16);
  background: rgba(255, 255, 255, 0.62);
  color: #22304c;
}

.vi-home-visual,
.vi-product-hero-media,
.vi-story-media,
.vi-detail-media-wide,
.vi-overview-media,
.vi-roadmap-aside article,
.vi-roadmap-card {
  margin: 0;
  border: 1px solid rgba(18, 24, 40, 0.08);
  border-radius: 26px;
  padding: 14px;
  background: rgba(255, 252, 246, 0.8);
  box-shadow: 0 18px 34px rgba(92, 72, 33, 0.08);
  overflow: hidden;
}

.vi-home-visual img,
.vi-product-hero-media img,
.vi-story-media img,
.vi-detail-media-wide img,
.vi-overview-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.vi-product-hero-media img,
.vi-story-media img,
.vi-detail-media-wide img,
.vi-overview-media img {
  animation: vi-float 8s ease-in-out infinite;
}

.vi-why-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 8px 0 28px;
}

.vi-why-strip article,
.vi-overview-card,
.vi-story-card,
.vi-detail-card {
  border: 1px solid rgba(18, 24, 40, 0.08);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.82);
  box-shadow: 0 12px 28px rgba(92, 72, 33, 0.06);
}

.vi-why-strip article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.vi-why-strip strong,
.vi-detail-card h2,
.vi-story-card h2 {
  color: #16203c;
}

.vi-why-strip p,
.vi-overview-copy p,
.vi-story-card p,
.vi-detail-card p {
  margin: 0;
  color: #59657c;
  line-height: 1.55;
}

.vi-overview-grid {
  display: grid;
  gap: 24px;
  padding: 14px 0 40px;
}

.vi-pulse-band,
.vi-product-pulse,
.vi-connected-band {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(18, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.84);
  box-shadow: 0 12px 28px rgba(92, 72, 33, 0.06);
}

.vi-roadmap-aside {
  display: grid;
  gap: 14px;
}

.vi-roadmap-aside article,
.vi-roadmap-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.vi-roadmap-aside span,
.vi-roadmap-card .vi-kicker {
  margin: 0;
}

.vi-roadmap-aside strong,
.vi-roadmap-card h2 {
  color: #161d30;
}

.vi-roadmap-aside strong {
  font-size: 24px;
  line-height: 1.05;
}

.vi-roadmap-aside p {
  margin: 0;
  color: #57647b;
  line-height: 1.5;
}

.vi-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 8px 0 34px;
}

.vi-roadmap-card h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.vi-roadmap-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vi-roadmap-card li {
  position: relative;
  padding-left: 18px;
  color: #5d677b;
  line-height: 1.55;
}

.vi-roadmap-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #c19a44;
}

.vi-pulse-band {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  padding: 18px 20px;
  margin-bottom: 18px;
}

.vi-product-pulse,
.vi-connected-band {
  padding: 16px 18px;
  margin-bottom: 24px;
}

.vi-pulse-band-copy,
.vi-pulse-lockup {
  display: grid;
  gap: 14px;
}

.vi-pulse-lockup {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
}

.vi-pulse-avatar,
.vi-pulse-orbit,
.vi-pulse-body,
.vi-pulse-sway {
  display: grid;
  place-items: center;
}

.vi-pulse-avatar {
  position: relative;
  width: 48px;
  height: 48px;
  isolation: isolate;
  animation: vi-pulse-drift 12.4s ease-in-out infinite;
}

.vi-pulse-avatar::before,
.vi-pulse-avatar::after {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 15px;
  height: 9px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 50%, rgba(101, 111, 255, 0.2), rgba(101, 111, 255, 0));
  filter: blur(1px);
  opacity: 0;
  z-index: 0;
}

.vi-pulse-avatar::before {
  left: 1px;
  transform-origin: 100% 50%;
  animation: vi-pulse-reach-left 17.6s ease-in-out infinite;
}

.vi-pulse-avatar::after {
  right: 1px;
  transform-origin: 0% 50%;
  animation: vi-pulse-reach-right 19.2s ease-in-out infinite;
}

.vi-pulse-orbit {
  position: relative;
  width: 100%;
  height: 100%;
  animation: vi-pulse-breathe 7.2s ease-in-out infinite;
}

.vi-pulse-orbit::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(97, 112, 255, 0.12);
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.9);
  animation: vi-pulse-ripple 16.8s ease-in-out infinite;
}

.vi-pulse-body {
  width: 100%;
  height: 100%;
  animation: vi-pulse-wiggle 14.8s ease-in-out infinite;
}

.vi-pulse-sway {
  width: 100%;
  height: 100%;
  transform-origin: 50% 62%;
  animation: vi-pulse-nod 18.6s ease-in-out infinite;
}

.vi-pulse-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.92;
  animation: vi-pulse-focus 13.4s ease-in-out infinite, vi-pulse-settle 22s ease-in-out infinite;
  filter: drop-shadow(0 4px 10px rgba(85, 80, 160, 0.08));
  z-index: 1;
}

.vi-pulse-lockup img {
  width: 100%;
  height: 100%;
}

.vi-pulse-lockup h2 {
  margin: 0;
  color: #161d30;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.vi-pulse-band-copy .vi-lede,
.vi-product-pulse p,
.vi-connected-band p {
  max-width: none;
  color: #57647b;
  font-size: 16px;
  line-height: 1.5;
}

.vi-pulse-reads {
  display: grid;
  gap: 12px;
}

.vi-pulse-reads article,
.vi-connected-band article {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(18, 24, 40, 0.08);
  border-left: 2px solid rgba(212, 170, 88, 0.7);
  border-radius: 14px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.48);
}

.vi-pulse-reads span,
.vi-connected-band span {
  color: #9f6a0a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vi-pulse-reads p,
.vi-connected-band p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.vi-connected-band {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.vi-overview-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
}

.vi-overview-copy {
  display: grid;
  gap: 14px;
}

.vi-overview-copy h2,
.vi-story-card h2,
.vi-detail-card h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vi-overview-copy ul,
.vi-story-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vi-overview-copy li,
.vi-story-card li {
  position: relative;
  padding-left: 18px;
  color: #5d677b;
  line-height: 1.5;
}

.vi-overview-copy li::before,
.vi-story-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #c19a44;
}

.vi-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
  padding: 6px 0 28px;
}

.vi-story-grid.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.vi-story-grid.reverse .vi-story-card {
  order: 2;
}

.vi-story-grid.reverse .vi-story-media {
  order: 1;
}

.vi-story-card,
.vi-detail-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.vi-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  padding: 6px 0 48px;
}

.vi-detail-card h2 {
  font-size: 30px;
}

.vi-detail-media-wide {
  grid-column: span 1;
  align-self: stretch;
}

.vi-footer {
  width: min(1240px, calc(100% - 32px));
}

@keyframes vi-pulse-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.02);
  }
  50% {
    transform: scale(1.028);
  }
  72% {
    transform: scale(1.012);
  }
}

@keyframes vi-pulse-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  22% {
    transform: translate3d(0.5px, -1.2px, 0);
  }
  48% {
    transform: translate3d(-0.8px, -2px, 0);
  }
  74% {
    transform: translate3d(0.6px, -0.7px, 0);
  }
}

@keyframes vi-pulse-wiggle {
  0%,
  100% {
    transform: rotate(0deg) scaleX(1);
  }
  8% {
    transform: rotate(-1.2deg) scaleX(1.01);
  }
  12% {
    transform: rotate(1.2deg) scaleX(1.01);
  }
  16% {
    transform: rotate(-0.8deg) scaleX(1);
  }
  20%,
  64% {
    transform: rotate(0deg) scaleX(1);
  }
  70% {
    transform: rotate(0.9deg) scaleX(1.018);
  }
  74% {
    transform: rotate(-0.9deg) scaleX(1.008);
  }
  78% {
    transform: rotate(0deg) scaleX(1);
  }
}

@keyframes vi-pulse-nod {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  28%,
  34%,
  66%,
  72% {
    transform: rotate(0deg) translateY(0);
  }
  31% {
    transform: rotate(1.4deg) translateY(0.4px);
  }
  36% {
    transform: rotate(-1.5deg) translateY(-0.4px);
  }
  69% {
    transform: rotate(1deg) translateY(0.2px);
  }
}

@keyframes vi-pulse-focus {
  0%,
  100% {
    filter: drop-shadow(0 4px 10px rgba(85, 80, 160, 0.08));
  }
  42% {
    filter: drop-shadow(0 7px 14px rgba(93, 101, 226, 0.16)) brightness(1.03);
  }
  47% {
    filter: drop-shadow(0 8px 16px rgba(93, 101, 226, 0.18)) brightness(1.05);
  }
  54% {
    filter: drop-shadow(0 5px 12px rgba(85, 80, 160, 0.1)) brightness(1.01);
  }
}

@keyframes vi-pulse-settle {
  0%,
  100% {
    opacity: 0.92;
  }
  24% {
    opacity: 0.95;
  }
  76% {
    opacity: 0.9;
  }
}

@keyframes vi-pulse-reach-left {
  0%,
  100%,
  18%,
  62% {
    opacity: 0;
    transform: translateX(0) scaleX(0.75) scaleY(0.9);
  }
  24% {
    opacity: 0.3;
    transform: translateX(-4px) scaleX(1.16) scaleY(1.02);
  }
  28% {
    opacity: 0.18;
    transform: translateX(-2px) scaleX(0.92) scaleY(0.96);
  }
}

@keyframes vi-pulse-reach-right {
  0%,
  100%,
  40%,
  82% {
    opacity: 0;
    transform: translateX(0) scaleX(0.75) scaleY(0.9);
  }
  47% {
    opacity: 0.3;
    transform: translateX(4px) scaleX(1.14) scaleY(1.02);
  }
  52% {
    opacity: 0.16;
    transform: translateX(1px) scaleX(0.9) scaleY(0.95);
  }
}

@keyframes vi-pulse-ripple {
  0%,
  100%,
  10%,
  68% {
    opacity: 0;
    transform: scale(0.88);
  }
  16% {
    opacity: 0.22;
    transform: scale(1.02);
  }
  22% {
    opacity: 0;
    transform: scale(1.16);
  }
  74% {
    opacity: 0.18;
    transform: scale(0.98);
  }
  80% {
    opacity: 0;
    transform: scale(1.12);
  }
}

.vi-pulse-variant-home {
  animation-delay: -2.3s;
}

.vi-pulse-variant-home .vi-pulse-orbit,
.vi-pulse-variant-home .vi-pulse-body,
.vi-pulse-variant-home .vi-pulse-sway,
.vi-pulse-variant-home img,
.vi-pulse-variant-home::before,
.vi-pulse-variant-home::after,
.vi-pulse-variant-home .vi-pulse-orbit::before {
  animation-delay: -2.3s;
}

.vi-pulse-variant-demand {
  animation-delay: -6.1s;
}

.vi-pulse-variant-demand .vi-pulse-orbit,
.vi-pulse-variant-demand .vi-pulse-body,
.vi-pulse-variant-demand .vi-pulse-sway,
.vi-pulse-variant-demand img,
.vi-pulse-variant-demand::before,
.vi-pulse-variant-demand::after,
.vi-pulse-variant-demand .vi-pulse-orbit::before {
  animation-delay: -6.1s;
}

.vi-pulse-variant-rent {
  animation-delay: -9.4s;
}

.vi-pulse-variant-rent .vi-pulse-orbit,
.vi-pulse-variant-rent .vi-pulse-body,
.vi-pulse-variant-rent .vi-pulse-sway,
.vi-pulse-variant-rent img,
.vi-pulse-variant-rent::before,
.vi-pulse-variant-rent::after,
.vi-pulse-variant-rent .vi-pulse-orbit::before {
  animation-delay: -9.4s;
}

.vi-pulse-variant-cash {
  animation-delay: -12.7s;
}

.vi-pulse-variant-cash .vi-pulse-orbit,
.vi-pulse-variant-cash .vi-pulse-body,
.vi-pulse-variant-cash .vi-pulse-sway,
.vi-pulse-variant-cash img,
.vi-pulse-variant-cash::before,
.vi-pulse-variant-cash::after,
.vi-pulse-variant-cash .vi-pulse-orbit::before {
  animation-delay: -12.7s;
}

.vi-pulse-variant-roadmap {
  animation-delay: -15.2s;
}

.vi-pulse-variant-roadmap .vi-pulse-orbit,
.vi-pulse-variant-roadmap .vi-pulse-body,
.vi-pulse-variant-roadmap .vi-pulse-sway,
.vi-pulse-variant-roadmap img,
.vi-pulse-variant-roadmap::before,
.vi-pulse-variant-roadmap::after,
.vi-pulse-variant-roadmap .vi-pulse-orbit::before {
  animation-delay: -15.2s;
}

.vi-pulse-variant-header {
  animation-delay: -17.8s;
}

.vi-pulse-variant-header .vi-pulse-orbit,
.vi-pulse-variant-header .vi-pulse-body,
.vi-pulse-variant-header .vi-pulse-sway,
.vi-pulse-variant-header img,
.vi-pulse-variant-header::before,
.vi-pulse-variant-header::after,
.vi-pulse-variant-header .vi-pulse-orbit::before {
  animation-delay: -17.8s;
}

@media (prefers-reduced-motion: reduce) {
  .vi-product-hero-media img,
  .vi-story-media img,
  .vi-detail-media-wide img,
  .vi-overview-media img,
  .vi-pulse-avatar,
  .vi-pulse-orbit,
  .vi-pulse-body,
  .vi-pulse-sway,
  .vi-pulse-lockup img,
  .vi-pulse-avatar::before,
  .vi-pulse-avatar::after,
  .vi-pulse-orbit::before {
    animation: none !important;
  }
}

@media (max-width: 1120px) {
  .vi-home-hero,
  .vi-product-hero,
  .vi-overview-card,
  .vi-story-grid,
  .vi-story-grid.reverse,
  .vi-pulse-band,
  .vi-connected-band,
  .vi-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .vi-story-grid.reverse .vi-story-card,
  .vi-story-grid.reverse .vi-story-media {
    order: initial;
  }

  .vi-detail-grid,
  .vi-why-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .verse-brand {
    grid-template-columns: minmax(0, max-content);
  }

  .verse-brand .vi-header-pulse {
    display: none;
  }

  .verse-brand .verse-logo-tagline {
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 700px) {
  .vi-shell,
  .vi-footer,
  .vi-header {
    width: min(100% - 20px, 1240px);
  }

  .vi-home-hero,
  .vi-product-hero {
    padding: 34px 0 22px;
  }

  .vi-home-copy h1,
  .vi-product-copy h1 {
    font-size: 38px;
    line-height: 0.98;
  }

  .verse-brand .verse-logo-word {
    font-size: 25px;
  }

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

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

  .vi-overview-copy h2,
  .vi-story-card h2,
  .vi-detail-card h2,
  .vi-pulse-lockup h2 {
    font-size: 34px;
  }

  .vi-home-visual,
  .vi-product-hero-media,
  .vi-story-media,
  .vi-detail-media-wide,
  .vi-overview-media {
    padding: 10px;
    border-radius: 18px;
  }

  .vi-button {
    width: 100%;
  }
}

.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-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;
}

.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;
}

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

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

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

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

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

.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);
}

.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(3, 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;
  }

  .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;
  }

}

@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);
  }
}

.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 .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 .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 .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 .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 .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-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-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(4, 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;
}

@media (max-width: 1220px) {
  .hospitality-body .brief-card-grid {
    grid-template-columns: repeat(3, 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(520px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 4px 4px 72px;
}

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

.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 nav {
  display: none;
}

.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;
}

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

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

.source-strip b {
  display: block;
  margin-bottom: 2px;
  color: var(--di-text);
  font-size: 9px;
  text-transform: uppercase;
}

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

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

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

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

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

.quick-decision-card span,
.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;
  text-transform: uppercase;
}

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

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

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

.best-move-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(132px, 0.9fr);
  gap: 7px;
  margin-top: 8px;
}

.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-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-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 small {
  display: block;
  margin-top: 6px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.22;
}

.best-move-facts {
  display: grid;
  gap: 7px;
}

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

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

.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);
}

.route-friction-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr);
  gap: 7px;
  margin-top: 8px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 18px;
  padding: 10px;
  background: rgba(7, 16, 25, 0.58);
  color: var(--di-text);
}

.route-friction-card > div:first-child 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-card > div:first-child strong {
  display: block;
  margin-top: 7px;
  color: var(--di-gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
}

.route-friction-card > div:first-child small {
  display: block;
  margin-top: 6px;
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.route-friction-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

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

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

.route-friction-card.route-go {
  border-color: rgba(88, 213, 201, 0.22);
  background: rgba(13, 52, 51, 0.38);
}

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

.route-friction-card.route-avoid {
  border-color: rgba(255, 77, 77, 0.3);
  background: rgba(91, 24, 37, 0.4);
}

.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;
}

.block-tabs {
  position: sticky;
  top: 0;
  z-index: 16;
  display: flex;
  gap: 8px;
  margin: 8px 0 0;
  overflow-x: auto;
  padding: 6px 0 4px;
  background: linear-gradient(180deg, rgba(7, 16, 25, 0.98), rgba(7, 16, 25, 0.78));
  backdrop-filter: blur(12px);
  scrollbar-width: none;
}

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

.block-tabs button {
  min-width: 104px;
  border: 0;
  border-radius: 8px;
  padding: 9px 10px;
  background: rgba(16, 30, 43, 0.92);
  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 strong,
.block-tabs span {
  display: block;
}

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

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

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

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

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

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

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

.map-buttons button {
  min-width: 32px;
  min-height: 30px;
  border: 0;
  border-radius: 8px;
  background: var(--di-teal-soft);
  color: var(--di-text);
  font-weight: 700;
}

.map-buttons #locateMe {
  min-width: 96px;
  background: rgba(248, 207, 117, 0.16);
  color: var(--di-gold);
}

.map-buttons #mapThemeToggle {
  min-width: 76px;
  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-mode-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin: -1px 0 8px;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.map-mode-tabs::-webkit-scrollbar {
  display: none;
}

.map-mode-tabs button {
  flex: 0 0 auto;
  min-width: 86px;
  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 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-focus-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 8px;
}

.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: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 12px;
  padding: 8px;
  background: rgba(7, 16, 25, 0.62);
}

.map-legend span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
}

.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-bottom-sheet {
  margin-top: 8px;
  border: 1px solid var(--di-line);
  border-radius: 18px;
  padding: 9px;
  background: rgba(16, 30, 43, 0.92);
}

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

.quick-hot-strip button {
  min-width: 0;
  min-height: 52px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 12px;
  padding: 7px 8px;
  background: rgba(16, 30, 43, 0.88);
  color: var(--di-text);
  font: inherit;
  text-align: left;
}

.quick-hot-strip button.active {
  border-color: rgba(248, 207, 117, 0.34);
  background: rgba(248, 207, 117, 0.12);
}

.quick-hot-strip span,
.quick-hot-strip small {
  display: block;
  color: var(--di-muted);
  font-size: 8px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}

.quick-hot-strip strong {
  display: block;
  margin: 3px 0;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.quick-hot-strip small {
  color: var(--di-gold);
  text-transform: none;
}

.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;
}

.driver-action-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(96px, 1fr);
  gap: 3px 10px;
  align-items: center;
  margin: 7px 0;
  border: 1px solid rgba(248, 207, 117, 0.2);
  border-radius: 14px;
  padding: 9px 10px;
  background: rgba(248, 207, 117, 0.1);
}

.driver-action-card span,
.driver-action-card small {
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.driver-action-card strong {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--di-gold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.08;
  text-align: right;
  overflow-wrap: anywhere;
}

.driver-action-card small {
  min-width: 0;
  line-height: 1.18;
  text-transform: none;
}

.poi-anchor-strip {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  margin-top: 8px;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.poi-anchor-strip::-webkit-scrollbar {
  display: none;
}

.poi-anchor-strip span {
  flex: 0 0 auto;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 999px;
  padding: 5px 7px;
  background: rgba(7, 16, 25, 0.64);
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.area-decision-drawer {
  display: grid;
  grid-template-columns: 0.68fr 1fr 1fr;
  gap: 6px;
  margin-top: 7px;
}

.area-decision-drawer article {
  min-width: 0;
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 12px;
  padding: 7px 8px;
  background: rgba(7, 16, 25, 0.36);
}

.area-decision-drawer.action-go article:first-child {
  border-color: rgba(248, 207, 117, 0.28);
  background: rgba(248, 207, 117, 0.12);
}

.area-decision-drawer.action-watch article:first-child {
  border-color: rgba(88, 213, 201, 0.28);
  background: rgba(88, 213, 201, 0.1);
}

.area-decision-drawer span {
  display: block;
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.area-decision-drawer strong {
  display: block;
  margin-top: 5px;
  color: var(--di-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.area-decision-drawer article:first-child strong {
  color: var(--di-gold);
  font-size: 15px;
  line-height: 1;
}

.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;
}

.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;
}

.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);
}

.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;
}

@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-panel[data-collapsible] .section-heading {
  align-items: center;
}

.section-collapse-toggle {
  flex: 0 0 auto;
  min-width: 58px;
  min-height: 30px;
  border: 1px solid rgba(248, 207, 117, 0.3);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(248, 207, 117, 0.1);
  color: var(--di-gold);
  font: inherit;
  font-size: 11px;
  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-bottom: 10px;
}

.individual-panel.is-collapsed > :not(.section-heading) {
  display: none !important;
}

.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,
.lta-alert-grid,
.weather-grid,
.cruise-grid {
  display: grid;
  gap: 8px;
}

.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: -2px 0 8px;
}

.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 9px;
}

.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-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-watch-card.saved-go {
  border-color: rgba(248, 207, 117, 0.34);
  background: rgba(248, 207, 117, 0.12);
}

.saved-watch-card.saved-watch {
  border-color: rgba(88, 213, 201, 0.3);
  background: rgba(88, 213, 201, 0.1);
}

.saved-watch-card span,
.saved-watch-card strong,
.saved-watch-card small,
.saved-watch-card em {
  display: block;
}

.saved-watch-card span {
  color: var(--di-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.saved-watch-card strong {
  margin-top: 6px;
  color: var(--di-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.06;
}

.saved-watch-card small {
  margin-top: 5px;
  color: var(--di-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.22;
}

.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-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 {
  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.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: 12px;
  background: rgba(16, 30, 43, 0.92);
}

.projection-card strong {
  display: block;
  margin: 7px 0;
  font-size: 20px;
  color: var(--di-text);
}

.projection-card p {
  color: var(--di-muted);
  font-size: 13px;
  line-height: 1.4;
}

.individual-calendar-note {
  margin: -2px 0 10px;
  color: var(--di-muted);
  font-size: 12px;
  line-height: 1.35;
}

.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: 156px;
  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: 9px 0 5px;
  color: var(--di-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.26;
}

.individual-calendar-card em {
  display: block;
  margin-top: 8px;
  color: var(--di-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.individual-calendar-detail {
  margin-top: 10px;
  border: 1px solid rgba(201, 219, 234, 0.12);
  border-radius: 18px;
  padding: 12px;
  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(2, minmax(0, 1fr));
  gap: 8px;
}

.method-grid article {
  border: 1px solid rgba(201, 219, 234, 0.1);
  border-radius: 14px;
  padding: 10px;
  background: rgba(7, 16, 25, 0.42);
}

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

.method-grid strong {
  display: block;
  margin: 5px 0;
  color: var(--di-text);
  font-size: 13px;
  line-height: 1.15;
}

.method-grid p {
  margin: 0;
  color: var(--di-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 380px) {
  .individual-hero {
    flex-direction: column;
  }

  .individual-meta {
    text-align: left;
  }

  .individual-shell {
    padding-inline: 3px;
  }

  .individual-hero {
    padding: 12px;
  }

  .individual-hero h1 {
    font-size: 32px;
  }

  .map-toolbar {
    display: grid;
  }

  .map-buttons {
    display: grid;
    grid-template-columns: minmax(76px, 1fr) repeat(2, 32px) minmax(52px, 0.65fr) minmax(68px, 0.75fr);
    justify-content: stretch;
  }

  .map-buttons #locateMe,
  .map-buttons #mapThemeToggle {
    min-width: 0;
  }

  .map-mode-tabs {
    gap: 4px;
  }

  .map-mode-tabs button {
    min-width: 74px;
    min-height: 32px;
    font-size: 10px;
  }

  .map-focus-tabs {
    gap: 4px;
  }

  .map-focus-tabs button {
    min-height: 32px;
    font-size: 10px;
  }

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

  .quick-decision-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .quick-decision-card {
    min-height: 76px;
    padding: 9px;
  }

  .best-move-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .best-move-facts {
    grid-template-columns: 1fr 1fr;
  }

  .best-move-main strong {
    font-size: 17px;
  }

  .route-friction-card {
    grid-template-columns: 1fr;
  }

  .route-friction-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .crowd-map {
    height: clamp(315px, 52vh, 390px);
  }

  .quick-signal-grid {
    gap: 5px;
  }

  .quick-hot-strip {
    grid-template-columns: 1fr;
  }

  .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;
  }

  .quick-signal-grid span {
    padding-right: 24px;
  }

  .driver-action-card,
  .area-decision-drawer,
  .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,
  .hot-list,
  .lta-alert-grid,
  .weather-grid,
  .cruise-grid,
  .map-legend {
    grid-template-columns: 1fr;
  }

  .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;
  }
}

.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;
  }
}
