:root {
  --navy: #003b5c;
  --navy-2: #002c45;
  --burgundy: #772432;
  --gold: #f2df74;
  --cream: #f7f4ee;
  --paper: #fffdfa;
  --ink: #14212a;
  --muted: #68747c;
  --line: #dfe4e5;
  --green: #2f7550;
  --amber: #b76b1b;
  --red: #a9363f;
  --blue-soft: #e8f2f6;
  --shadow: 0 18px 50px rgba(0, 44, 69, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
button, select, input { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, select:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid rgba(242, 223, 116, .9); outline-offset: 2px; }

.topbar { min-height: 78px; padding: 14px clamp(22px, 5vw, 72px); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); background: var(--navy-2); color: white; }
.brand { display: inline-flex; gap: 12px; align-items: center; color: inherit; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--gold); color: var(--navy-2); font-weight: 800; letter-spacing: -.04em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; }
.brand small { margin-top: 2px; color: #b7cad4; font-size: 11px; }
.top-actions { display: flex; align-items: center; gap: 18px; font-size: 12px; }
.private-pill { padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; color: #d9e6eb; }
.lock { color: #89c9a6; margin-right: 6px; font-size: 9px; }
.sheet-link { color: white; text-underline-offset: 3px; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { min-height: 470px; padding: 82px 0 116px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 12px; color: var(--burgundy); font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Fraunces", serif; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; color: var(--navy-2); font-size: clamp(46px, 6vw, 78px); line-height: .98; }
h1 em { color: var(--burgundy); font-style: normal; }
.lede { max-width: 670px; margin-bottom: 0; color: #58666e; font-size: 18px; line-height: 1.55; }
.brief-card { position: relative; overflow: hidden; padding: 28px 28px 62px; min-height: 320px; border-radius: 20px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.brief-card::after { content: ""; position: absolute; right: -40px; bottom: -65px; width: 180px; height: 180px; border: 35px solid rgba(242,223,116,.1); border-radius: 50%; }
.brief-head { display: flex; justify-content: space-between; align-items: center; color: #b9ccd5; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(242,223,116,.13); }
.brief-card strong { position: relative; z-index: 1; display: block; margin: 24px 0 8px; font-family: "Fraunces", serif; font-size: 25px; line-height: 1.15; }
.brief-card p { position: relative; z-index: 1; color: #c8d7dd; font-size: 13px; line-height: 1.5; }
.focus-context { position: relative; z-index: 1; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.16); }
.focus-context p { margin-bottom: 8px; color: #d9e5e9; font-size: 12px; line-height: 1.45; }
.focus-context p:last-child { margin-bottom: 0; }
.focus-context b { color: var(--gold); }
.source-stamp { position: absolute; left: 28px; bottom: 24px; display: flex; align-items: center; gap: 8px; color: #9fb7c2; font-size: 10px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #89c9a6; }

.control-dock { position: sticky; z-index: 20; top: 12px; width: min(1180px, calc(100% - 40px)); margin: -54px auto 0; padding: 16px; display: grid; grid-template-columns: 210px 1fr auto; gap: 18px; align-items: end; border: 1px solid rgba(0,59,92,.08); border-radius: 18px; background: rgba(255,253,250,.94); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
label > span, .goal-control > span { display: block; margin: 0 0 7px 3px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
select, input { width: 100%; min-height: 42px; border: 1px solid #d7dddf; border-radius: 10px; background: white; color: var(--ink); }
select { padding: 0 36px 0 12px; }
input { padding: 0 12px; }
.segmented { display: grid; grid-template-columns: repeat(4, 1fr); padding: 3px; border-radius: 11px; background: #edf0f0; }
.segmented button, .metric-tabs button { border: 0; background: transparent; color: #637078; }
.segmented button { min-height: 36px; padding: 0 10px; border-radius: 8px; font-size: 12px; font-weight: 700; }
.segmented button.active { background: var(--navy); color: white; box-shadow: 0 3px 12px rgba(0,59,92,.18); }
.reset-btn, .copy-btn { min-height: 42px; padding: 0 16px; border: 0; border-radius: 10px; font-size: 12px; font-weight: 800; }
.reset-btn { background: #e8ecec; color: var(--navy); }

.executive-section { padding: 78px 0 94px; }
.section-title-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 28px; }
h2 { margin-bottom: 0; color: var(--navy-2); font-size: clamp(34px, 4vw, 50px); }
.definition { max-width: 390px; margin-bottom: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.csp-coverage { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 21px; border: 1px solid rgba(0,59,92,.09); border-left: 4px solid #2b88a7; border-radius: 14px; background: var(--blue-soft); }
.csp-copy span, .csp-stat span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.csp-copy strong { display: block; margin-top: 4px; color: var(--navy-2); font-family: "Fraunces", serif; font-size: 23px; }
.csp-coverage small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.csp-track { height: 11px; overflow: hidden; border-radius: 99px; background: rgba(0,59,92,.12); }
.csp-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--navy), #2b88a7); transition: width .4s ease; }
.csp-stat { display: flex; justify-content: space-between; align-items: end; gap: 16px; min-width: 0; padding-top: 14px; border-top: 1px solid rgba(0,59,92,.12); text-align: left; }
.csp-stat strong { display: block; margin-top: 4px; color: var(--burgundy); font-size: 18px; }
.kpi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.kpi-card { padding: 25px; border: 1px solid rgba(0,59,92,.09); border-radius: 17px; background: var(--paper); box-shadow: 0 8px 28px rgba(0,44,69,.04); }
.kpi-top { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: flex-start; gap: 12px; }
.kpi-label { min-width: 0; color: var(--muted); font-size: 14px; font-weight: 800; line-height: 1.25; letter-spacing: .09em; text-transform: uppercase; }
.level-chip, .signal-chip { display: inline-flex; align-items: center; width: fit-content; padding: 5px 9px; border-radius: 99px; font-size: 10px; font-weight: 800; }
.kpi-card .level-chip { flex-shrink: 0; font-size: 20px; line-height: 1.1; white-space: nowrap; }
.level-chip.achieved { color: #23603e; background: #dff0e4; }
.level-chip.pending { color: #805419; background: #f9ead1; }
.kpi-number { margin: 23px 0 6px; color: var(--navy-2); font-family: "Fraunces", serif; font-size: 46px; line-height: 1; }
.kpi-criteria { margin: 9px 0 5px; color: var(--burgundy); font-size: 12px; line-height: 1.4; }
.kpi-criteria strong { color: var(--navy-2); }
.kpi-sub { min-height: 18px; color: var(--muted); font-size: 12px; }
.progress-track { position: relative; height: 8px; margin: 22px 0 10px; overflow: hidden; border-radius: 99px; background: #e6ebec; }
.progress-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--navy), #2b88a7); transition: width .4s ease; }
.kpi-foot { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; }
.kpi-foot strong { color: var(--ink); font-size: 20px; line-height: 1.1; }
.payment-breakdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--line); }
.payment-breakdown div { min-width: 0; }
.payment-breakdown span, .payment-breakdown strong { display: block; }
.payment-breakdown span { color: var(--muted); font-size: 11px; font-weight: 800; line-height: 1.2; white-space: nowrap; }
.payment-breakdown strong { margin-top: 4px; color: var(--navy-2); font-family: "Fraunces", serif; font-size: 17px; line-height: 1; }
.movement-comparison-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr); gap: 18px; align-items: start; margin-top: 18px; }
.movement-column { display: grid; align-self: center; gap: 12px; min-width: 0; }
.movement-column .csp-coverage { margin-top: 24px; }
.movement-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.movement-comparison-layout > * { min-width: 0; }
.movement-comparison-layout .comparison-card { margin-top: 0; }
.movement-comparison-layout .card-heading { flex-direction: column; align-items: flex-start; gap: 16px; }
.movement-comparison-layout .metric-tabs { flex-wrap: wrap; }
.movement-comparison-layout .metric-tabs button { font-size: 14px; }
.movement-comparison-layout .comparison-row { grid-template-columns: 104px minmax(0, 1fr) 52px 76px; gap: 10px; }
.movement-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 21px; border: 1px solid rgba(0,59,92,.09); border-radius: 14px; background: #eef3f2; }
.movement-card span { color: var(--muted); font-size: 14px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.movement-card strong { color: var(--navy-2); font-family: "Fraunces", serif; font-size: 30px; }
.movement-card.new { border-left: 4px solid var(--green); }
.movement-card.suspended { border-left: 4px solid var(--burgundy); }
.movement-card.net { border-left: 4px solid var(--gold); }

.comparison-card { margin-top: 18px; padding: 28px; border: 1px solid rgba(0,59,92,.09); border-radius: 18px; background: var(--paper); }
.card-heading { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 27px; }
.card-heading h3 { margin: 0; color: var(--navy-2); font-family: "Fraunces", serif; font-size: 24px; }
.metric-tabs { display: flex; gap: 6px; padding: 4px; border-radius: 10px; background: #eef1f1; }
.metric-tabs button { padding: 8px 11px; border-radius: 7px; font-size: 11px; font-weight: 800; }
.metric-tabs button.active { color: var(--navy); background: white; box-shadow: 0 2px 8px rgba(0,44,69,.08); }
.comparison-list { display: grid; gap: 13px; }
.comparison-row { display: grid; grid-template-columns: 90px 1fr 82px 96px; gap: 14px; align-items: center; padding: 8px 10px; border: 0; border-radius: 10px; background: transparent; text-align: left; transition: background .2s ease; }
.comparison-row:hover { background: #f0f4f4; }
.comparison-row.selected { background: #e6f0ef; }
.metric-tabs button:disabled { cursor: not-allowed; opacity: .45; }
.district-label { color: var(--navy-2); font-weight: 800; }
.bar-track { height: 13px; border-radius: 4px; background: #e7ecec; overflow: hidden; }
.bar-fill { display: block; height: 100%; min-width: 3px; border-radius: inherit; background: var(--navy); }
.bar-fill.met { background: var(--green); }
.comparison-value { font-size: 12px; font-weight: 700; text-align: right; }
.comparison-gap { color: var(--muted); font-size: 11px; text-align: right; }

.club-section { padding: 88px 0 70px; background: var(--navy-2); color: white; }
.club-title-row { align-items: center; }
.club-title-row h2 { color: white; }
.club-title-row > p { max-width: 390px; margin-bottom: 0; color: #a9bec8; line-height: 1.55; }
.attention-summary { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 18px; }
.attention-scope { margin: 0 0 14px; color: #d3e0e5; font-size: 12px; line-height: 1.5; }
.attention-scope strong { color: var(--gold); }
.summary-card { padding: 16px 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(255,255,255,.06); }
.summary-card strong { display: block; color: #fff; font-family: "Fraunces", serif; font-size: 29px; font-weight: 800; }
.summary-card span { color: #fff; font-size: 11px; font-weight: 800; }
.summary-card[data-type="all"] { border-top-color: #fff; }
.summary-card[data-type="small"] { border-top-color: #f4b85f; }
.summary-card[data-type="monitor"] { border-top-color: #8ecae0; }
.summary-card[data-type="healthy"] { border-top-color: #9bd0aa; }
.summary-card[data-type="no-csp"] { border-top-color: #d8bd74; }
.filter-panel { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; padding: 14px; border-radius: 15px 15px 0 0; background: #f4f2ed; color: var(--ink); }
.filter-panel label > span { margin-left: 1px; }
.filter-panel select, .filter-panel input { min-height: 40px; }
.search-field { position: relative; align-self: end; grid-column: span 2; }
.search-field > span:not(.sr-only) { position: absolute; z-index: 1; left: 13px; bottom: 10px; color: #7c878d; font-size: 18px; }
.search-field input { padding-left: 39px; }
.copy-btn { align-self: end; color: white; background: var(--burgundy); }
.table-card { overflow: hidden; border-radius: 0 0 15px 15px; background: white; color: var(--ink); }
.table-meta { display: flex; justify-content: space-between; padding: 13px 17px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.table-scroll { overflow: auto; max-height: 570px; }
table { width: 100%; border-collapse: collapse; font-size: 12px; }
thead { position: sticky; z-index: 2; top: 0; }
th { padding: 12px 13px; background: #edf1f1; color: #5f6d74; font-size: 10px; letter-spacing: .07em; text-align: left; text-transform: uppercase; white-space: nowrap; }
th[data-sort] { cursor: pointer; }
th span { color: #a5afb3; }
td { padding: 12px 13px; border-top: 1px solid #edf0f0; vertical-align: middle; }
tbody tr { cursor: pointer; transition: background .15s ease; }
tbody tr:hover { background: #f5f8f8; }
.club-cell strong, .club-cell small { display: block; }
.club-cell strong { color: var(--navy-2); }
.club-cell small { margin-top: 2px; color: #879198; }
.signal-chip.critical { background: #f8d7d9; color: #8d2530; }
.signal-chip.priority { background: #f9e4c4; color: #85500e; }
.signal-chip.declining { background: #dfeff5; color: #28647c; }
.signal-chip.stable { background: #e1f0e5; color: #2f6944; }
.signal-chip.buffer { background: #fff0c9; color: #7c5900; }
.signal-chip.monitor { background: #dfeff5; color: #28647c; }
.signal-chip.healthy { background: #e1f0e5; color: #2f6944; }
.csp { display: inline-grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; font-weight: 800; }
.csp.yes { background: #dff0e4; color: #286444; }
.csp.no { background: #ecefef; color: #7e888d; }
.dcp-path { display: inline-block; max-width: 150px; padding: 5px 8px; border-radius: 999px; font-size: 10px; font-weight: 800; line-height: 1.15; }
.dcp-path.eligible { background: #dff0e4; color: #286444; }
.dcp-path.building { background: #eef1f1; color: #56676f; }
.goals-cell { white-space: nowrap; }
.goals-cell strong { color: var(--navy-2); }
.goals-cell span { color: #8a959a; }
.row-arrow { color: var(--burgundy); font-size: 17px; }
.table-footer { display: flex; justify-content: center; align-items: center; gap: 15px; min-height: 56px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.table-footer button { padding: 8px 15px; border: 1px solid #cbd4d6; border-radius: 8px; color: var(--navy); background: white; font-size: 11px; font-weight: 800; }
.method-note { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; color: #9db3bd; font-size: 12px; }
.method-note strong { color: white; }
.validation-note { margin-top: 16px; color: #9db3bd; font-size: 10px; }
.validation-note summary { width: fit-content; color: white; cursor: pointer; font-weight: 700; }
.validation-note p { max-width: 850px; margin: 10px 0 0; line-height: 1.55; }

.drawer { width: min(520px, calc(100% - 20px)); height: 100%; max-height: none; margin: 0 0 0 auto; border: 0; padding: 0; background: var(--paper); color: var(--ink); box-shadow: -16px 0 50px rgba(0,0,0,.18); }
.drawer::backdrop { background: rgba(0,30,45,.58); backdrop-filter: blur(2px); }
.drawer[open] { animation: slideIn .24s ease-out; }
@keyframes slideIn { from { transform: translateX(50px); opacity: .6; } }
.drawer-inner { position: relative; min-height: 100%; padding: 42px 38px; }
.drawer-close { position: absolute; right: 22px; top: 18px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #e9eded; color: var(--navy); font-size: 24px; }
.drawer h2 { margin: 5px 0 6px; font-size: 36px; line-height: 1.05; }
.drawer-sub { color: var(--muted); font-size: 12px; }
.drawer-signal { margin: 22px 0; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; }
.detail { padding: 15px; border-radius: 11px; background: #eff3f3; }
.detail span, .detail strong { display: block; }
.detail span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.detail strong { margin-top: 5px; color: var(--navy-2); font-size: 20px; }
.goal-checklist { margin-top: 24px; padding: 20px; border-radius: 12px; background: white; box-shadow: 0 8px 24px rgba(0,49,73,.07); }
.goal-checklist-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.goal-checklist h3 { margin: 0; color: var(--navy-2); font-family: "Fraunces", serif; font-size: 21px; }
.goal-checklist-heading > strong { color: var(--burgundy); font-size: 11px; white-space: nowrap; }
.goal-checklist ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.goal-checklist li { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 8px 0; border-top: 1px solid #edf0f0; color: #5e6d73; font-size: 11px; }
.goal-checklist li:first-child { border-top: 0; }
.goal-checklist li > strong { color: var(--navy-2); font-size: 10px; white-space: nowrap; }
.goal-status { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #ecefef; color: #77848a; font-size: 10px; font-weight: 800; }
.goal-checklist li.achieved { color: #315f43; }
.goal-checklist li.achieved .goal-status { background: #dff0e4; color: #286444; }
.action-box { margin-top: 26px; padding: 22px; border-left: 4px solid var(--gold); background: #f3efe0; }
.action-box h3 { margin: 0 0 12px; color: var(--navy-2); font-family: "Fraunces", serif; font-size: 21px; }
.action-box ul { margin: 0; padding-left: 18px; }
.action-box li { margin: 8px 0; color: #59666d; font-size: 13px; line-height: 1.45; }
.drawer-sheet-link { display: inline-flex; margin-top: 24px; color: var(--burgundy); font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 25px; transform: translate(-50%, 20px); padding: 11px 16px; border-radius: 9px; background: #122d3b; color: white; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .2s ease; font-size: 12px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.app-action { min-height: 36px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; color: white; background: transparent; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.guide-link { display: inline-flex; align-items: center; box-sizing: border-box; text-decoration: none; }
.app-action:hover { background: rgba(255,255,255,.1); }
.app-action.install { border-color: var(--gold); color: var(--navy-2); background: var(--gold); }
.mobile-nav { display: none; }

@media (max-width: 900px) {
  .movement-comparison-layout .comparison-row { grid-template-columns: 104px minmax(0, 1fr) 48px; gap: 8px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 58px; }
  .brief-card { min-height: 210px; }
  .control-dock { position: relative; top: auto; grid-template-columns: 1fr; margin-top: -65px; }
  .kpi-grid { grid-template-columns: 1fr; }
  .csp-coverage { grid-template-columns: 1fr; }
  .csp-stat { text-align: left; }
  .movement-grid { grid-template-columns: 1fr; }
  .filter-panel { grid-template-columns: repeat(2, 1fr); }
  .search-field { grid-column: 1 / -1; }
  .comparison-row { grid-template-columns: 72px 1fr 66px; }
  .comparison-gap { display: none; }
}

@media (max-width: 620px) {
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .movement-comparison-layout { grid-template-columns: minmax(0, 1fr); }
  .movement-column { align-self: stretch; }
  .movement-column .csp-coverage { margin-top: 0; }
  .movement-comparison-layout .comparison-card { padding: 20px; }
  .movement-comparison-layout .comparison-row { grid-template-columns: 80px minmax(0, 1fr) 48px; }
  .movement-comparison-layout .metric-tabs button { white-space: normal; }
  .topbar { padding: 12px 16px; }
  .private-pill { display: none; }
  .top-actions { gap: 7px; }
  .app-action { min-height: 34px; padding: 7px 9px; font-size: 11px; }
  .section-shell, .control-dock { width: min(100% - 24px, 1180px); }
  .hero { min-height: auto; padding: 48px 0 104px; }
  h1 { font-size: 47px; }
  .segmented { grid-template-columns: repeat(2, 1fr); }
  .section-title-row, .card-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .metric-tabs { width: 100%; overflow-x: auto; }
  .metric-tabs button { flex: 1; white-space: nowrap; }
  .attention-summary { grid-template-columns: repeat(2, 1fr); }
  .filter-panel { grid-template-columns: 1fr; }
  .search-field { grid-column: auto; }
  .copy-btn { width: 100%; }
  .table-scroll { max-height: 530px; }
  th:nth-child(4), td:nth-child(4), th:nth-child(6), td:nth-child(6), th:nth-child(7), td:nth-child(7), th:nth-child(8), td:nth-child(8) { display: none; }
  .drawer-inner { padding: 48px 24px; }
  .mobile-nav { position: fixed; z-index: 40; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 12px; display: grid; grid-template-columns: 1fr 1fr; padding: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(0,49,73,.96); box-shadow: 0 14px 35px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
  .mobile-nav a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; border-radius: 10px; color: white; font-size: 12px; font-weight: 800; text-decoration: none; }
  .mobile-nav a:active { background: rgba(255,255,255,.12); }
  .mobile-nav span { color: var(--gold); font-size: 10px; }
}
