:root {
  color-scheme: light;
  --paper: #f4f1e9;
  --paper-deep: #eae6dc;
  --ink: #171815;
  --muted: #6c7069;
  --line: rgba(23, 24, 21, 0.14);
  --coral: #ed6a4d;
  --coral-dark: #c94f36;
  --sage: #748b79;
  --amber: #b98238;
  --depth-color: #1d4ed8;
  --recovery-color: #22c55e;
  --white: #fffdf8;
  --radius: 24px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); min-width: 320px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.wrap-wide { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-nav, .dashboard-nav { height: 96px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 740; letter-spacing: -0.035em; font-size: 19px; }
.brand img { border-radius: 11px; box-shadow: 0 6px 18px rgba(23, 24, 21, 0.12); }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.language-picker { display: inline-flex; position: relative; }
.language-picker select { width: 132px; min-height: 36px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 253, 248, .62); color: var(--muted); padding: 0 28px 0 11px; font-size: 11px; cursor: pointer; }
.language-picker select:hover, .language-picker select:focus { color: var(--ink); border-color: rgba(23, 24, 21, .28); outline: none; }
.nav-link, .text-button { color: var(--muted); font-size: 14px; text-decoration: none; background: transparent; border: 0; cursor: pointer; padding: 9px 0; }
.nav-link:hover, .text-button:hover { color: var(--ink); }
.seo-languages { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 18px; font-size: 12px; font-weight: 650; }
.seo-languages a { color: var(--muted); text-decoration: none; }
.seo-languages a[aria-current="page"], .seo-languages a:hover { color: var(--ink); }

.hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr); gap: 10vw; align-items: center; padding-block: 56px 108px; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 22px; height: 1px; background: var(--coral); position: relative; }
.eyebrow span::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--coral); position: absolute; right: 0; top: -1.5px; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 7vw, 92px); line-height: .96; letter-spacing: -.065em; font-weight: 690; }
.hero h1 em { color: var(--coral); font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", "Songti SC", "Songti TC", "Yu Mincho", "Apple Myungjo", serif; font-weight: 400; font-style: italic; font-synthesis: style; letter-spacing: -.055em; }
.hero-lede { max-width: 650px; margin: 34px 0; color: #4e524d; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; letter-spacing: -.02em; }
.fn-mark { font-size: .68em; font-weight: 650; line-height: 0; vertical-align: super; text-decoration: none; color: var(--muted); margin-left: 1px; }
.fn-mark:hover { color: var(--ink); }
.email-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: min(590px, 100%); padding: 6px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 253, 248, .58); box-shadow: 0 15px 50px rgba(38, 36, 30, .055); }
.email-form input { min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 17px; color: var(--ink); }
.email-form input::placeholder { color: #969991; }
.email-form button, .primary-button { border: 0; border-radius: 11px; background: var(--ink); color: var(--white); min-height: 52px; padding: 0 24px; font-weight: 680; cursor: pointer; box-shadow: 0 8px 20px rgba(23, 24, 21, .13); transition: transform .18s ease, background .18s ease; }
.email-form button:hover, .primary-button:hover { background: #30312d; transform: translateY(-1px); }
button:disabled { opacity: .55; cursor: wait; transform: none !important; }
.form-note { margin: 13px 4px 0; color: #888b84; font-size: 11px; line-height: 1.5; }
.consent-note { width: min(590px, 100%); margin: 7px 4px 0; color: #92958e; font-size: 10px; line-height: 1.55; }
.consent-note a, .footer a, .dashboard-footer a { text-underline-offset: 3px; }
.consent-note a:hover, .footer a:hover, .dashboard-footer a:hover { color: var(--ink); }
.turnstile-container { width: min(590px, 100%); min-height: 1px; margin-top: 10px; }
.form-error { color: #b04431; font-size: 13px; margin: 12px 4px 0; }

.playbook { background: var(--ink); color: var(--white); border-radius: 28px; padding: 28px; box-shadow: 0 34px 90px rgba(31, 30, 26, .17); }
.playbook-top { display: flex; justify-content: space-between; align-items: center; color: #a9aca4; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; padding-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.live-dot { display: flex; align-items: center; gap: 7px; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #8fa98f; box-shadow: 0 0 0 5px rgba(143, 169, 143, .11); }
.playbook ol { list-style: none; padding: 8px 0; margin: 0; }
.playbook li { display: grid; grid-template-columns: 36px 1fr; gap: 2px 14px; padding: 22px 5px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.playbook li > span { grid-row: 1 / 3; color: #73776f; font: 13px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; }
.playbook li strong { font-size: 17px; letter-spacing: -.02em; }
.playbook li small { color: #8f938b; font-size: 12px; line-height: 1.5; }
.playbook .accent-step strong { color: #ff8a6d; }
.return-note { display: flex; gap: 16px; align-items: center; padding: 22px 5px 3px; }
.return-note strong { font: 34px/1 Georgia, serif; color: #ff8a6d; }
.return-note span { color: #8f938b; font-size: 10px; line-height: 1.5; }

.thesis { padding-block: 110px 96px; border-top: 1px solid var(--line); }
.thesis h2 { margin: 0; max-width: 900px; font-size: clamp(40px, 5.2vw, 70px); line-height: 1.05; letter-spacing: -.055em; }
.thesis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; margin-top: 72px; }
.thesis-grid article { border-top: 1px solid var(--ink); padding-top: 20px; }
.thesis-number { color: var(--coral); font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.thesis-grid h3 { margin: 42px 0 12px; font-size: 19px; letter-spacing: -.025em; }
.thesis-grid p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.footer, .dashboard-footer { padding-block: 30px 46px; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px 64px; align-items: start; color: #858981; font-size: 10px; line-height: 1.55; }
.footer-notes { max-width: 42rem; }
.footer p, .dashboard-footer p { margin: 0; }
#buy-the-dip-note { scroll-margin-top: 24px; }
.footer-links, .dashboard-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.auth-shell { min-height: calc(100vh - 96px); display: grid; place-items: center; padding: 40px 0 120px; }
.auth-card { width: min(520px, 100%); }
.auth-card h1 { margin: 0 0 18px; font-size: clamp(44px, 7vw, 68px); line-height: 1; letter-spacing: -.055em; }
.auth-card > p:not(.eyebrow, .form-error, .preview-code, .auth-note) { color: var(--muted); font-size: 17px; line-height: 1.6; }
#otp-form, #stat-otp-form { display: grid; gap: 14px; margin-top: 38px; }
#otp-form label, #stat-otp-form label { font-size: 12px; font-weight: 680; }
.otp-input { height: 78px; width: 100%; border: 1px solid var(--line); border-radius: 15px; background: var(--white); text-align: center; font-size: 30px; letter-spacing: .42em; padding-left: .42em; outline: 0; }
.otp-input:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(23, 24, 21, .07); }
.preview-code { padding: 14px 16px; background: #e9e3d8; border-radius: 12px; color: var(--muted); font-size: 12px; }
.preview-code button { border: 0; background: transparent; font: 700 13px ui-monospace, monospace; cursor: pointer; color: var(--ink); }
.auth-note { color: #92958e; font-size: 11px; margin-top: 22px; }
.stat-auth-form { display: grid; gap: 14px; margin-top: 38px; }
.stat-auth-form .primary-button, #stat-otp-form .primary-button { width: 100%; }
.stat-auth-card .turnstile-container { margin-top: 0; }
.stat-auth-reset { margin-top: 18px; text-decoration: underline; text-underline-offset: 3px; }
.stat-logout:disabled { opacity: .5; cursor: wait; }

.dashboard-nav { border-bottom: 1px solid var(--line); }
.account { display: flex; align-items: center; gap: 24px; font-size: 12px; color: var(--muted); }
.dashboard { padding-block: 62px 110px; }
.preview-banner { display: flex; gap: 15px; align-items: center; padding: 13px 16px; background: #eee6d4; border-radius: 12px; color: #6e634d; margin-bottom: 50px; font-size: 11px; }
.preview-banner span { color: #5f5037; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.preview-banner p { margin: 0; line-height: 1.45; }
.dashboard-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 58px; }
.dashboard-head h1 { margin: 0; font-size: clamp(50px, 7vw, 84px); letter-spacing: -.065em; line-height: .95; }
.dashboard-head > div > p:last-child { color: var(--muted); font-size: 16px; margin: 18px 0 0; }
.watch-count { display: flex; align-items: center; gap: 13px; border-left: 1px solid var(--line); padding-left: 30px; }
.watch-count strong { font: 48px/1 Georgia, serif; }
.watch-count span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; line-height: 1.5; }
html[data-ui-locale="zh-Hans"] .watch-count span,
html[data-ui-locale="zh-Hant"] .watch-count span,
html[data-ui-locale="ja"] .watch-count span,
html[data-ui-locale="ko"] .watch-count span { white-space: nowrap; }
.sensitivity-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 60px; align-items: center; margin: 0 0 54px; padding: 34px 38px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 253, 248, .48); }
.sensitivity-copy .section-kicker { margin-bottom: 12px; color: var(--coral-dark); }
.sensitivity-copy h2 { margin: 0; font-size: clamp(26px, 3vw, 38px); letter-spacing: -.045em; }
.sensitivity-copy > p:last-child { max-width: 620px; margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.sensitivity-control output { display: block; margin-bottom: 17px; font: 28px/1 Georgia, serif; }
.sensitivity-control input[type="range"] { width: 100%; height: 22px; margin: 0; appearance: none; background: transparent; cursor: pointer; }
.sensitivity-control input[type="range"]::-webkit-slider-runnable-track { height: 4px; border-radius: 10px; background: linear-gradient(90deg, var(--coral), #d7b178 50%, #929b92); }
.sensitivity-control input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -8px; appearance: none; border: 4px solid var(--white); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px rgba(23, 24, 21, .2), 0 4px 12px rgba(23, 24, 21, .18); }
.sensitivity-control input[type="range"]::-moz-range-track { height: 4px; border: 0; border-radius: 10px; background: linear-gradient(90deg, var(--coral), #d7b178 50%, #929b92); }
.sensitivity-control input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border: 4px solid var(--white); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px rgba(23, 24, 21, .2), 0 4px 12px rgba(23, 24, 21, .18); }
.sensitivity-control input[type="range"]:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; border-radius: 8px; }
.sensitivity-labels { display: flex; justify-content: space-between; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sensitivity-note { margin: 15px 0 0; color: #90938c; font-size: 10px; line-height: 1.45; }
.sensitivity-control .dialog-error { margin-bottom: -18px; }
.market-list { border-top: 1px solid var(--ink); }
.market-row { display: grid; grid-template-columns: 52px minmax(140px, .62fr) minmax(210px, 1.05fr) minmax(132px, .72fr) 78px 132px; gap: 22px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--line); }
.market-symbol { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font: 670 10px ui-monospace, monospace; color: var(--muted); }
.market-name h3 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.market-name p, .market-reading p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 720; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #969991; box-shadow: 0 0 0 5px rgba(150, 153, 145, .1); }
.direction-up .status-pill { color: #5a735f; }
.direction-up .status-pill i {
  width: 0;
  height: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #6a8a72;
}
.direction-down .status-pill { color: #7a7670; }
.direction-down .status-pill i {
  width: 0;
  height: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #8a8680;
}
.status-watching .status-pill { color: #8a632c; }
.status-watching .status-pill i { background: var(--amber); box-shadow: 0 0 0 5px rgba(185, 130, 56, .11); }
.status-opportunity .status-pill, .status-strong .status-pill { color: var(--coral-dark); }
.status-opportunity .status-pill i, .status-strong .status-pill i { background: var(--coral); box-shadow: 0 0 0 5px rgba(237, 106, 77, .12); }
.market-plane { display: grid; justify-items: center; gap: 6px; }
.dr-plot { display: block; width: 58px; height: 58px; }
.dr-axis-x { stroke: var(--depth-color); stroke-width: 2; }
.dr-axis-y { stroke: var(--recovery-color); stroke-width: 2; }
.dr-dot { fill: #969991; }
.dr-dot.vel-notable { fill: var(--amber); }
.dr-dot.vel-sharp { fill: var(--coral); }
.dr-depth i { color: var(--depth-color); }
.dr-recovery i { color: var(--recovery-color); }
.dr-values { display: flex; gap: 12px; }
.dr-values span { display: grid; justify-items: center; gap: 2px; color: var(--muted); font-size: 7px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.dr-values i { font-style: normal; }
.dr-values b { color: var(--ink); font: 13px/1 Georgia, serif; font-weight: 400; }
.market-trend { min-width: 0; color: #8c9188; }
.market-trend span { display: block; color: #93968f; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.inertia-spark { display: block; width: 100%; height: 46px; overflow: visible; }
.inertia-floor { stroke: currentColor; stroke-width: 1; stroke-opacity: .22; }
.inertia-fill { fill: currentColor; opacity: .14; }
.inertia-line { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.inertia-now { fill: currentColor; }
.status-watching .market-trend { color: var(--amber); }
.status-opportunity .market-trend, .status-strong .market-trend { color: var(--coral); }
.market-date { text-align: right; }
.market-date span { display: block; color: #93968f; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.market-date strong { font-size: 11px; font-weight: 560; }
.chart-legend { margin-top: 44px; padding: 26px 0 8px; border-top: 1px solid var(--line); }
.chart-legend h2 { margin: 0 0 18px; font-size: 14px; letter-spacing: -.01em; }
.legend-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.legend-item { display: flex; align-items: flex-start; gap: 12px; }
.legend-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.legend-swatch { flex: 0 0 auto; margin-top: 3px; }
.legend-line-x { width: 30px; height: 3px; border-radius: 2px; background: var(--depth-color); }
.legend-line-y { width: 3px; height: 22px; border-radius: 2px; background: var(--recovery-color); }
.legend-dots { display: inline-flex; gap: 6px; }
.legend-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; }
.legend-dot-mild { background: #969991; }
.legend-dot-notable { background: var(--amber); }
.legend-dot-sharp { background: var(--coral); }
.legend-note { margin: 20px 0 0; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 253, 248, .5); color: var(--muted); font-size: 12px; line-height: 1.55; }
.dashboard-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.dashboard-actions p { color: #8b8e87; font-size: 11px; }
.secondary-button { min-height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 12px; padding: 0 18px; font-size: 12px; font-weight: 680; cursor: pointer; }
.secondary-button:hover { background: var(--white); }
.secondary-button span { color: var(--coral); margin-right: 8px; }
.calm-note { margin-top: 120px; background: var(--ink); color: var(--white); border-radius: 28px; padding: 56px; display: flex; align-items: center; gap: 38px; }
.calm-note h2 { margin: 0 0 10px; font: 35px/1.1 Georgia, serif; font-weight: 400; }
.calm-note p { margin: 0; color: #a1a49c; font-size: 13px; }
.calm-mark { width: 72px; height: 72px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .18); display: grid; place-items: center; }
.calm-mark i { width: 9px; height: 9px; border-radius: 50%; background: #8ea58d; box-shadow: 0 0 0 8px rgba(142, 165, 141, .1); }
.dashboard-footer-links { gap: 16px; }
.footer-link-button { border: 0; padding: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.footer-link-button:hover { color: var(--ink); }

.status-shell { padding-block: 72px 110px; }
.status-hero { max-width: 780px; margin-bottom: 58px; }
.status-hero h1, .status-shell > h1 { margin: 0; font-size: clamp(48px, 7vw, 80px); line-height: .98; letter-spacing: -.06em; }
.status-intro { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.status-hero-actions { display: grid; justify-items: start; gap: 10px; max-width: 420px; margin-top: 28px; }
.status-hero-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.status-hero-status { margin: 0; font-size: 13px; line-height: 1.5; }
.status-hero-status.is-error { color: #b04431; }
.status-hero-status.is-ok { color: #536d59; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 253, 248, .38); }
.stat-grid article { min-width: 0; padding: 30px; }
.stat-grid article + article { border-left: 1px solid var(--line); }
.stat-grid strong { display: block; font: 52px/1 Georgia, serif; font-weight: 400; letter-spacing: -.04em; }
.stat-grid span { display: block; margin-top: 11px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.health-section { margin-top: 92px; }
.status-section-head h2, .quota-card h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.05em; }
.health-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.health-card { min-height: 178px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 253, 248, .42); }
.health-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.health-card h3 { margin: 0; font-size: 15px; letter-spacing: -.02em; }
.health-card p { margin: 36px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.pull-chart { margin-top: 16px; padding: 24px 22px 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 253, 248, .42); }
.pull-chart-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.pull-chart h3 { margin: 0; font-size: 15px; letter-spacing: -.02em; }
.pull-chart-head p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.pull-chart-head strong { white-space: nowrap; color: var(--ink); font: 25px/1 Georgia, serif; font-weight: 400; }
.pull-chart svg { display: block; width: 100%; height: auto; margin-top: 10px; overflow: visible; }
.pull-chart .chart-grid-line { stroke: rgba(23, 24, 21, .08); }
.pull-chart .chart-y-label, .pull-chart .chart-x-label { fill: var(--muted); }
.pull-deadline-line { stroke: var(--amber); stroke-width: 1.25; stroke-dasharray: 5 6; }
.pull-delay-line { fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.pull-dot-on-time { fill: var(--sage); stroke: var(--white); stroke-width: 2; }
.pull-dot-late { fill: var(--coral); stroke: var(--white); stroke-width: 2; }
.pull-dot-missed { fill: var(--amber); stroke: var(--white); stroke-width: 2; }
.pull-chart circle[tabindex] { cursor: help; }
.pull-chart circle[tabindex]:focus { outline: none; stroke: var(--ink); stroke-width: 3; }
.health-pill { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.health-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 5px rgba(185, 130, 56, .1); }
.health-pill.health-healthy { color: #536d59; }
.health-pill.health-healthy i { background: var(--sage); box-shadow: 0 0 0 5px rgba(116, 139, 121, .11); }
.quota-card { margin-top: 22px; padding: 38px; border-radius: 22px; background: var(--ink); color: var(--white); }
.quota-card-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; }
.quota-copy .section-kicker { color: #a4a79f; }
.quota-copy > p:last-child { max-width: 650px; margin: 18px 0 0; color: #a4a79f; font-size: 12px; line-height: 1.6; }
.quota-meta { display: flex; justify-content: space-between; gap: 20px; color: #9ea198; font-size: 9px; line-height: 1.45; }
.quota-card-head .quota-meta { flex-direction: column; align-items: flex-end; gap: 5px; text-align: right; }
.quota-chart-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.quota-chart { min-width: 0; padding: 22px 20px 14px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; background: rgba(255, 255, 255, .035); }
.quota-chart-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.quota-chart h3 { margin: 0; font-size: 14px; letter-spacing: -.01em; }
.quota-chart-head p { margin: 7px 0 0; color: #8f928a; font-size: 9px; line-height: 1.45; }
.quota-chart-head strong { white-space: nowrap; color: #ff967d; font: 25px/1 Georgia, serif; font-weight: 400; }
.quota-chart-head strong span { color: #858982; font: 10px/1.2 Inter, Arial, sans-serif; }
.quota-chart svg { display: block; width: 100%; height: auto; margin-top: 12px; overflow: visible; }
.chart-grid-line { stroke: rgba(255, 255, 255, .075); stroke-width: 1; }
.chart-y-label, .chart-x-label, .chart-cap-label { fill: #777b75; font: 9px Inter, Arial, sans-serif; }
.chart-cap-line { stroke: #a4a79f; stroke-width: 1.25; stroke-dasharray: 5 6; }
.chart-cap-label { fill: #a4a79f; }
.chart-usage-line { fill: none; stroke: #ff8268; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.chart-current-dot { fill: #ff8268; stroke: var(--ink); stroke-width: 2; }
.quota-note { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); color: #8f928a; font-size: 9px; line-height: 1.55; }

.legal-shell { padding-block: 70px 120px; }
.legal-hero { max-width: 850px; padding-bottom: 70px; }
.legal-hero h1 { margin: 0; font-size: clamp(52px, 8vw, 94px); line-height: .95; letter-spacing: -.065em; }
.legal-hero > p:not(.eyebrow) { max-width: 720px; margin: 28px 0 18px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.legal-hero > span { color: #8c8f88; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.legal-index { display: flex; gap: 30px; padding: 18px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.legal-index a { color: var(--muted); font-size: 12px; font-weight: 700; text-underline-offset: 4px; }
.legal-document { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 80px; }
.legal-group { scroll-margin-top: 30px; }
.legal-group > h2 { margin: 0 0 50px; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.05em; }
.legal-section { scroll-margin-top: 30px; padding: 25px 0; border-top: 1px solid var(--line); }
.legal-section h3 { margin: 0 0 12px; font-size: 15px; letter-spacing: -.02em; }
.legal-section p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.legal-section p a { color: var(--ink); text-underline-offset: 3px; }

dialog { width: min(700px, calc(100% - 28px)); max-height: min(86vh, 850px); border: 0; padding: 0; border-radius: 25px; background: var(--white); color: var(--ink); box-shadow: 0 40px 120px rgba(18, 19, 16, .26); }
dialog::backdrop { background: rgba(23, 24, 21, .52); backdrop-filter: blur(8px); }
.watchlist-panel { padding: 34px; }
.dialog-head { display: flex; justify-content: space-between; gap: 20px; }
.dialog-head h2 { margin: 0; font-size: 30px; letter-spacing: -.045em; }
.close-button { border: 0; background: transparent; width: 40px; height: 40px; font-size: 28px; cursor: pointer; color: var(--muted); }
.catalog-list { margin-top: 28px; border-top: 1px solid var(--line); }
.catalog-item { min-height: 76px; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); cursor: pointer; }
.catalog-symbol { color: var(--muted); font: 11px ui-monospace, monospace; }
.catalog-item strong { display: block; font-size: 14px; }
.catalog-item small { display: block; color: var(--muted); font-size: 10px; margin-top: 5px; line-height: 1.45; }
.catalog-item input { position: absolute; opacity: 0; pointer-events: none; }
.checkmark { width: 20px; height: 20px; border: 1px solid #b9bbb5; border-radius: 6px; position: relative; }
.catalog-item input:checked + .checkmark { background: var(--ink); border-color: var(--ink); }
.catalog-item input:checked + .checkmark::after { content: ""; width: 7px; height: 4px; border-left: 1.5px solid white; border-bottom: 1.5px solid white; transform: rotate(-45deg); position: absolute; top: 6px; left: 5px; }
.save-watchlist { width: 100%; margin-top: 22px; }
.dialog-error { min-height: 18px; color: #b04431; font-size: 11px; margin: 12px 0 0; }
.opt-out-panel { padding: 42px; }
.opt-out-panel h2 { margin: 0; font-size: 36px; letter-spacing: -.045em; }
.opt-out-panel > p:not(.section-kicker) { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 18px 0 30px; max-width: 540px; }
.opt-out-actions { display: flex; justify-content: flex-end; gap: 12px; }
.danger-button { min-height: 44px; border: 0; border-radius: 12px; padding: 0 18px; background: #a84431; color: var(--white); font-size: 12px; font-weight: 700; cursor: pointer; }
.danger-button:hover { background: #8d3728; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 70px; padding-top: 68px; }
  .playbook { width: min(500px, 100%); }
  .thesis-grid { gap: 25px; }
  .sensitivity-card { grid-template-columns: 1fr; gap: 28px; }
  .market-row { grid-template-columns: 48px minmax(130px, .7fr) minmax(170px, 1fr) minmax(112px, .7fr) 78px; padding-block: 24px; }
  .market-date { display: none; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-grid article:nth-child(odd) { border-left: 0; }
  .stat-grid article:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .health-grid { grid-template-columns: 1fr; }
  .health-card { min-height: 0; }
  .quota-card-head { grid-template-columns: 1fr; gap: 22px; }
  .quota-card-head .quota-meta { align-items: flex-start; text-align: left; }
  .quota-chart-grid { grid-template-columns: 1fr; }
  .legal-document { grid-template-columns: 1fr; gap: 70px; }
}

@media (max-width: 640px) {
  .wrap, .wrap-wide { width: min(100% - 32px, 1160px); }
  .site-nav, .dashboard-nav { height: 76px; }
  .hero { min-height: auto; padding: 72px 0 90px; gap: 58px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lede { font-size: 17px; margin: 27px 0; }
  .email-form { grid-template-columns: 1fr; background: transparent; padding: 0; border: 0; box-shadow: none; gap: 10px; }
  .email-form input { height: 56px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 0 16px; }
  .email-form button { width: 100%; }
  .playbook { padding: 22px; border-radius: 22px; }
  .thesis { padding-block: 90px; }
  .thesis h2 { font-size: 42px; }
  .thesis-grid { grid-template-columns: 1fr; margin-top: 60px; gap: 48px; }
  .thesis-grid h3 { margin-top: 24px; }
  .footer, .dashboard-footer { grid-template-columns: 1fr; gap: 18px; }
  .footer-links, .dashboard-footer-links { justify-content: flex-start; }
  .site-nav .nav-link { display: none; }
  .nav-actions { gap: 12px; }
  .account span { display: none; }
  .account { gap: 12px; }
  .language-picker select { width: 104px; }
  .dashboard { padding-top: 38px; }
  .preview-banner { align-items: flex-start; }
  .dashboard-head { align-items: flex-start; margin-bottom: 42px; }
  .dashboard-head h1 { font-size: 56px; }
  .watch-count { padding-left: 18px; }
  .watch-count strong { font-size: 38px; }
  .sensitivity-card { margin-bottom: 40px; padding: 28px 24px; border-radius: 18px; }
  .sensitivity-copy h2 { font-size: 29px; }
  .market-row { grid-template-columns: 42px 1fr 64px; gap: 14px; min-height: 0; padding-block: 22px; }
  .market-symbol { grid-row: 1 / 4; align-self: start; }
  .market-reading { grid-column: 2 / 4; }
  .market-reading p { font-size: 11px; }
  .market-trend { grid-column: 2 / 4; }
  .market-trend span { margin-bottom: 6px; }
  .inertia-spark { height: 40px; }
  .market-plane { grid-column: 3; grid-row: 1; }
  .dr-plot { width: 52px; height: 52px; }
  .dashboard-actions { align-items: flex-start; flex-direction: column; }
  .dashboard-actions p { margin: 0; }
  .opt-out-panel { padding: 32px 24px 24px; }
  .opt-out-actions { flex-direction: column-reverse; }
  .opt-out-actions button { width: 100%; }
  .calm-note { margin-top: 80px; padding: 35px 26px; align-items: flex-start; gap: 20px; }
  .calm-mark { width: 52px; height: 52px; flex: 0 0 auto; }
  .calm-note h2 { font-size: 28px; }
  .watchlist-panel { padding: 25px 20px 22px; }
  .dialog-head h2 { font-size: 26px; }
  .catalog-item { grid-template-columns: 36px 1fr 22px; }
  .catalog-item small { max-width: 230px; }
  .status-shell, .legal-shell { padding-block: 48px 80px; }
  .status-hero { margin-bottom: 40px; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat-grid article { padding: 24px; }
  .stat-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .health-section { margin-top: 66px; }
  .quota-card { padding: 28px 24px; }
  .quota-meta { flex-direction: column; gap: 5px; }
  .quota-chart { padding: 20px 14px 10px; }
  .quota-chart-head { gap: 12px; }
  .legal-hero { padding-bottom: 50px; }
  .legal-index { gap: 20px; }
  .legal-document { padding-top: 60px; }
}

@media (max-width: 380px) {
  .dashboard-nav .brand span, .auth-nav .brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
