:root {
  color-scheme: dark;
  --ground: #070a12;
  --ground-2: #0a0f1a;
  --panel: #0d1320;
  --panel-2: #111a2b;
  --line: #1c2638;
  --line-2: #27344b;
  --text: #e6ebf2;
  --text-2: #b7c1cf;
  --muted: #7f8ba0;
  --accent: #3d8bff;
  --accent-2: #7fb2ff;
  --accent-ink: #04122b;
  --gain: #26c28f;
  --loss: #f0585e;
  --research: #e0a23a;
  --silver-1: #f4f7fb;
  --silver-2: #9aa7ba;
  --grid: #172133;
  --candle-up: #5c6b82;
  --candle-down: #253047;
  --shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.85);
  --font-body: "Geologica", "Noto Sans Devanagari", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
}
@media (prefers-color-scheme: light) {
  :root:not([data-theme="dark"]) {
    color-scheme: light;
    --ground: #f3f5f9; --ground-2: #eaeef4; --panel: #ffffff; --panel-2: #f6f8fb;
    --line: #dde3ec; --line-2: #c9d2df; --text: #0b1220; --text-2: #2c3a50; --muted: #5d6a7e;
    --accent: #1f63e0; --accent-2: #1a55c2; --accent-ink: #ffffff; --gain: #0c9468; --loss: #d23b42;
    --research: #a86f0c; --silver-1: #0b1220; --silver-2: #4a5a74; --grid: #e6ebf2;
    --candle-up: #8a97aa; --candle-down: #c3ccd9; --shadow: 0 30px 80px -50px rgba(20, 40, 80, 0.35);
  }
}
:root[data-theme="light"] {
  color-scheme: light;
  --ground: #f3f5f9; --ground-2: #eaeef4; --panel: #ffffff; --panel-2: #f6f8fb;
  --line: #dde3ec; --line-2: #c9d2df; --text: #0b1220; --text-2: #2c3a50; --muted: #5d6a7e;
  --accent: #1f63e0; --accent-2: #1a55c2; --accent-ink: #ffffff; --gain: #0c9468; --loss: #d23b42;
  --research: #a86f0c; --silver-1: #0b1220; --silver-2: #4a5a74; --grid: #e6ebf2;
  --candle-up: #8a97aa; --candle-down: #c3ccd9; --shadow: 0 30px 80px -50px rgba(20, 40, 80, 0.35);
}
:root[data-theme="dark"] { color-scheme: dark; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--ground); color: var(--text); font-family: var(--font-body);
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: var(--accent-2); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.wrap { max-width: 1200px; margin: 0 auto; padding-inline: 20px; }
.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.gain { color: var(--gain); }
.loss { color: var(--loss); }
.muted { color: var(--muted); }
h1, h2, h3 { font-variation-settings: "SHRP" 100; text-wrap: balance; margin: 0; }
h2 { font-size: clamp(28px, 4vw, 46px); line-height: 1.08; letter-spacing: -0.025em; font-weight: 700; }
h3 { font-size: 19px; line-height: 1.3; font-weight: 600; letter-spacing: -0.01em; }
p { margin: 0; }
.eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--text-2); max-width: 64ch; }
.body-copy { color: var(--text-2); max-width: 66ch; }
.section { padding-block: 88px; border-top: 1px solid var(--line); }
.section-head { display: grid; gap: 14px; margin-bottom: 36px; }
[hidden] { display: none !important; }
body.awaiting-data [data-needs-data] { display: none !important; }

/* header */
.site-head { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 30; background: color-mix(in srgb, var(--ground) 88%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; }
.brand { display: flex; align-items: baseline; gap: 10px; text-decoration: none; color: var(--text); flex-shrink: 0; }
.brand .word { font-weight: 800; font-size: 22px; letter-spacing: 0.14em; font-variation-settings: "SHRP" 100; background: linear-gradient(180deg, var(--silver-1) 20%, var(--silver-2) 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand .sub { font-size: 10px; letter-spacing: 0.3em; color: var(--accent); font-weight: 500; text-transform: uppercase; }
.nav { display: flex; gap: 20px; font-size: 14px; }
.nav a { color: var(--text-2); text-decoration: none; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); }
.head-actions { display: flex; align-items: center; gap: 10px; }
.lang-select { font: inherit; font-size: 13px; color: var(--text); background: var(--panel); border: 1px solid var(--line-2); border-radius: 8px; padding: 7px 10px; cursor: pointer; }
@media (max-width: 1060px) { .nav { display: none; } }
@media (max-width: 520px) { .brand .sub { display: none; } .head-actions .btn { padding: 9px 12px; font-size: 13px; } }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: inherit; font-weight: 600; font-size: 15px; line-height: 1.1; padding: 14px 20px; border-radius: 8px; text-decoration: none; cursor: pointer; border: 1px solid transparent; text-align: center; }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-ghost { border-color: var(--line-2); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--text-2); }
.btn-sm { padding: 10px 14px; font-size: 14px; }
.chip { font: inherit; font-size: 13px; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; color: var(--text-2); cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--text); color: var(--ground); border-color: var(--text); }

/* hero */
.hero { padding-block: 56px 48px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 48px; align-items: center; }
@media (max-width: 1000px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } }
.hero h1 { font-size: clamp(44px, 6.6vw, 86px); line-height: 0.98; letter-spacing: -0.035em; font-weight: 750; margin-block: 18px 22px; }
.hero h1 .chrome { background: linear-gradient(100deg, var(--silver-1) 0%, var(--silver-2) 38%, var(--accent-2) 70%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-claim { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 14px; margin-top: 26px; font-size: 18px; color: var(--text-2); }
.hero-claim .from, .hero-claim .to { font-family: var(--font-mono); font-size: clamp(24px, 3vw, 34px); font-weight: 600; color: var(--text); }
.hero-claim .arrow { color: var(--muted); font-size: 24px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.trust-row div { font-size: 14px; color: var(--text-2); }
.trust-row b { display: block; color: var(--text); font-size: 15px; font-weight: 600; margin-bottom: 2px; }
@media (max-width: 560px) { .trust-row { grid-template-columns: 1fr; } }

.panel { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; }
.account-panel { box-shadow: var(--shadow); overflow: hidden; }
.panel-head { display: flex; justify-content: space-between; align-items: center; gap: 10px 14px; padding: 16px 18px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent); color: var(--accent-2); white-space: nowrap; }
.tag.live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gain); box-shadow: 0 0 0 3px color-mix(in srgb, var(--gain) 25%, transparent); }
.panel-meta { font-size: 12px; color: var(--muted); font-family: var(--font-mono); }
.equity-now { display: flex; align-items: baseline; gap: 12px 18px; flex-wrap: wrap; padding: 18px 18px 0; }
.equity-now .v { font-size: clamp(34px, 4.2vw, 50px); font-weight: 700; letter-spacing: -0.03em; font-variation-settings: "SHRP" 100; line-height: 1; font-variant-numeric: tabular-nums; }
.equity-now .d { font-family: var(--font-mono); font-size: 18px; }
.equity-now .k { color: var(--muted); font-size: 13px; flex-basis: 100%; }
.chart-box { position: relative; padding: 6px 4px 0 12px; }
.chart-box svg { display: block; width: 100%; overflow: visible; }
.tooltip { position: absolute; pointer-events: none; background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 6px; padding: 6px 10px; font-family: var(--font-mono); font-size: 12px; color: var(--text); white-space: nowrap; transform: translate(-50%, -115%); z-index: 3; }
.phase-legend { display: flex; gap: 16px; flex-wrap: wrap; padding: 8px 18px 14px; font-size: 12px; color: var(--muted); }
.phase-legend i { display: inline-block; width: 16px; height: 2px; margin-right: 6px; vertical-align: 3px; }
.phase-legend .replay i { background: repeating-linear-gradient(90deg, var(--accent) 0 5px, transparent 5px 8px); }
.phase-legend .fleet i { background: var(--gain); height: 3px; }

.kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.kpis div { padding: 14px 16px; border-left: 1px solid var(--line); min-width: 0; }
.kpis div:nth-child(4n+1) { border-left: 0; }
.kpis div:nth-child(n+5) { border-top: 1px solid var(--line); }
.kpis .k { font-size: 12px; color: var(--muted); line-height: 1.3; }
.kpis .v { font-family: var(--font-mono); font-size: 18px; font-weight: 500; white-space: nowrap; }
@media (max-width: 560px) { .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); } .kpis div:nth-child(odd) { border-left: 0; } .kpis div:nth-child(even) { border-left: 1px solid var(--line); } .kpis div:nth-child(n+3) { border-top: 1px solid var(--line); } }
.panel-foot { padding: 12px 18px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); line-height: 1.5; }

/* g- svg classes */
.g-grid { stroke: var(--grid); stroke-width: 1; }
.g-axis { fill: var(--muted); font-family: var(--font-mono); font-size: 11px; }
.g-line-replay { stroke: var(--accent); stroke-width: 1.6; fill: none; stroke-dasharray: 5 3; }
.g-line-fleet { stroke: var(--gain); stroke-width: 2.2; fill: none; }
.g-fill-a { stop-color: var(--accent); stop-opacity: 0.22; }
.g-fill-b { stop-color: var(--accent); stop-opacity: 0; }
.g-boundary { stroke: var(--gain); stroke-dasharray: 3 3; stroke-width: 1; }
.g-boundary-text { fill: var(--gain); font-family: var(--font-mono); font-size: 11px; }
.g-start { stroke: var(--line-2); stroke-dasharray: 2 4; }
.g-cross { stroke: var(--text-2); stroke-width: 1; stroke-dasharray: 2 3; }
.g-dot { fill: var(--text); stroke: var(--panel); stroke-width: 2; }
.g-bar-gain { fill: color-mix(in srgb, var(--gain) 75%, transparent); }
.g-bar-loss { fill: color-mix(in srgb, var(--loss) 75%, transparent); }
.g-bar-partial { fill-opacity: 0.45; }
.g-zero { stroke: var(--line-2); stroke-width: 1; }
.g-val { fill: var(--text-2); font-family: var(--font-mono); font-size: 11px; }
.g-val-strong { fill: var(--text); font-family: var(--font-mono); font-size: 11px; font-weight: 600; }
.g-wick { stroke: var(--candle-up); stroke-width: 1; }
.g-up { fill: var(--candle-up); }
.g-down { fill: var(--candle-down); stroke: var(--candle-up); stroke-width: 1; }
.g-hold-gain { fill: color-mix(in srgb, var(--gain) 10%, transparent); }
.g-hold-loss { fill: color-mix(in srgb, var(--loss) 10%, transparent); }
.g-hold-open { fill: color-mix(in srgb, var(--accent) 10%, transparent); }
.g-entry-line { stroke: var(--accent); stroke-width: 1.4; }
.g-exit-line-gain { stroke: var(--gain); stroke-width: 1.4; }
.g-exit-line-loss { stroke: var(--loss); stroke-width: 1.4; }
.g-time-line { stroke-width: 1; stroke-dasharray: 3 3; }
.g-stop { stroke: var(--loss); stroke-width: 1; stroke-dasharray: 6 4; opacity: 0.7; }
.g-target { stroke: var(--gain); stroke-width: 1; stroke-dasharray: 6 4; opacity: 0.7; }
.g-entry { fill: var(--accent); stroke: var(--panel); stroke-width: 2; }
.g-exit-gain { fill: var(--gain); stroke: var(--panel); stroke-width: 2; }
.g-exit-loss { fill: var(--loss); stroke: var(--panel); stroke-width: 2; }
.g-label-bg { stroke-width: 1; }
.g-label-entry { fill: color-mix(in srgb, var(--accent) 22%, var(--panel)); stroke: var(--accent); }
.g-label-gain { fill: color-mix(in srgb, var(--gain) 22%, var(--panel)); stroke: var(--gain); }
.g-label-loss { fill: color-mix(in srgb, var(--loss) 22%, var(--panel)); stroke: var(--loss); }
.g-label-text { fill: var(--text); font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; }
.g-label-sub { fill: var(--text-2); font-family: var(--font-mono); font-size: 10.5px; }
.g-side-tag { font-family: var(--font-mono); font-size: 11px; font-weight: 600; }

/* hero: live trade */
.live-card { box-shadow: var(--shadow); overflow: hidden; border-color: color-mix(in srgb, var(--gain) 35%, var(--line)); }
.live-body { padding: 18px; display: grid; gap: 12px; }
.live-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.live-top h3 { font-size: 26px; display: flex; align-items: center; gap: 10px; }
.live-pnl { font-family: var(--font-mono); font-size: clamp(34px, 4.4vw, 52px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.live-sub { font-size: 13px; color: var(--muted); margin-top: -4px; }
.live-chart { padding: 0; }
.live-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.live-grid div { padding: 10px 12px; border-left: 1px solid var(--line); min-width: 0; }
.live-grid div:first-child { border-left: 0; }
.live-grid span { display: block; font-size: 11.5px; color: var(--muted); }
.live-grid b { display: block; font-family: var(--font-mono); font-weight: 500; font-size: 15px; white-space: nowrap; }
.live-grid em { display: block; font-style: normal; font-size: 11px; color: var(--muted); font-family: var(--font-mono); }
@media (max-width: 560px) { .live-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .live-grid div:nth-child(3) { border-left: 0; } .live-grid div:nth-child(n+3) { border-top: 1px solid var(--line); } }
.live-pulse { animation: live-pulse 1.6s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes live-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(1.6); } }
.tag.live::before { animation: live-dot 1.6s ease-in-out infinite; }
@keyframes live-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@media (prefers-reduced-motion: reduce) { .live-pulse, .tag.live::before { animation: none; } }

/* latest */
.now-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 20px; align-items: start; }
@media (max-width: 980px) { .now-grid { grid-template-columns: 1fr; } }
.open-card { padding: 22px; display: grid; gap: 14px; }
.open-card .big { font-family: var(--font-mono); font-size: 30px; font-weight: 600; }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
.trade-card { padding: 16px; display: grid; gap: 8px; text-decoration: none; color: var(--text); transition: border-color 0.15s; }
.trade-card:hover { border-color: var(--line-2); }
.trade-card .row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.trade-card .sym { font-weight: 600; }
.trade-card .pnl { font-family: var(--font-mono); font-size: 20px; font-weight: 600; }
.trade-card svg { width: 100%; height: 54px; display: block; }
.trade-card .meta { font-size: 12px; color: var(--muted); font-family: var(--font-mono); }
.side { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.05em; padding: 1px 7px; border-radius: 4px; border: 1px solid; }
.side.long { color: var(--gain); border-color: color-mix(in srgb, var(--gain) 50%, transparent); }
.side.short { color: var(--loss); border-color: color-mix(in srgb, var(--loss) 50%, transparent); }
.phase-badge { font-family: var(--font-mono); font-size: 10.5px; padding: 1px 6px; border-radius: 4px; border: 1px solid var(--line-2); color: var(--muted); }
.phase-badge.fleet { color: var(--gain); border-color: color-mix(in srgb, var(--gain) 50%, transparent); }

/* periods */
.periods-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
@media (max-width: 980px) { .periods-grid { grid-template-columns: 1fr; } }
.periods-grid .panel { padding: 18px 16px 10px; }
.periods-grid svg { display: block; width: 100%; }
.avg-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.avg-row .panel { padding: 18px; display: grid; gap: 4px; }
.avg-row .v { font-family: var(--font-mono); font-size: 26px; font-weight: 600; }
.avg-row .k { font-size: 13px; color: var(--muted); }
@media (max-width: 820px) { .avg-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.fine { font-size: 12.5px; color: var(--muted); line-height: 1.55; }
.disclaimer { font-size: 12.5px; color: var(--muted); border-left: 2px solid var(--research); padding: 2px 0 2px 12px; line-height: 1.55; max-width: 90ch; }

/* trades table */
.filters { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; align-items: center; }
.table-wrap { overflow-x: auto; }
table.trades { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 720px; }
.trades th { text-align: left; font-weight: 500; color: var(--muted); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; padding: 11px 12px; border-bottom: 1px solid var(--line); background: var(--panel); position: sticky; top: 0; }
.trades td { padding: 10px 12px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.trades td.r, .trades th.r { text-align: right; font-family: var(--font-mono); }
.trades tbody tr { cursor: pointer; }
.trades tbody tr:hover { background: var(--panel-2); }

/* trade detail */
.detail-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.detail-head .pnl-big { font-family: var(--font-mono); font-size: clamp(30px, 4vw, 44px); font-weight: 600; line-height: 1; text-align: right; }
.detail-head .pnl-sub { font-family: var(--font-mono); font-size: 15px; text-align: right; margin-top: 6px; }
.detail-chart { padding: 14px 6px 6px 14px; position: relative; }
.detail-chart svg { display: block; width: 100%; overflow: visible; }
.detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 18px; }
.detail-grid div { padding: 14px 16px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-grid div:nth-child(4n+1) { border-left: 0; }
.detail-grid span { display: block; font-size: 12px; color: var(--muted); }
.detail-grid b { font-family: var(--font-mono); font-weight: 500; font-size: 15px; }
@media (max-width: 720px) { .detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .detail-grid div:nth-child(odd) { border-left: 0; } .detail-grid div:nth-child(even) { border-left: 1px solid var(--line); } }
.story { margin-top: 18px; padding: 18px; display: grid; gap: 8px; }
.story p { color: var(--text-2); }
.pager { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.legend-inline { display: flex; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--muted); padding: 8px 8px 0; }
.legend-inline i { display: inline-block; width: 14px; height: 0; border-top: 2px solid; margin-right: 6px; vertical-align: 3px; }

/* method */
.pipeline { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin-bottom: 30px; }
.pipeline div { padding: 16px 14px; border-left: 1px solid var(--line); background: var(--panel); }
.pipeline div:first-child { border-left: 0; }
.pipeline b { display: block; font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.pipeline span { font-size: 12.5px; color: var(--muted); line-height: 1.45; display: block; }
.pipeline .veto { background: color-mix(in srgb, var(--accent) 10%, var(--panel)); }
.pipeline .veto b { color: var(--accent-2); }
@media (max-width: 1000px) { .pipeline { grid-template-columns: repeat(2, minmax(0, 1fr)); } .pipeline div { border-left: 0; border-top: 1px solid var(--line); } .pipeline div:nth-child(-n+2) { border-top: 0; } .pipeline div:nth-child(even) { border-left: 1px solid var(--line); } }
.regimes { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 1000px) { .regimes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .regimes { grid-template-columns: 1fr; } }
.regime { padding: 18px; display: grid; gap: 8px; align-content: start; }
.regime .code { font-family: var(--font-mono); font-size: 11px; color: var(--muted); letter-spacing: 0.06em; }
.regime p { font-size: 13px; color: var(--text-2); }
.regime .size { font-size: 12.5px; padding-top: 8px; border-top: 1px solid var(--line); color: var(--text); font-weight: 600; }
.regime.crisis .size { color: var(--loss); }
.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 820px) { .three { grid-template-columns: 1fr; } }
.three .panel { padding: 22px; }
.three p { color: var(--text-2); font-size: 14.5px; margin-top: 8px; }
.steps-line { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 820px) { .steps-line { grid-template-columns: 1fr; } }
.steps-line .panel { padding: 22px; display: grid; gap: 10px; }

/* verify */
.verify-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 20px; align-items: start; }
@media (max-width: 980px) { .verify-grid { grid-template-columns: 1fr; } }
.verify-box { padding: 20px; display: grid; gap: 14px; }
.hash { font-family: var(--font-mono); font-size: 12.5px; overflow-wrap: anywhere; line-height: 1.5; }
.hash .diff { color: var(--loss); background: color-mix(in srgb, var(--loss) 16%, transparent); }
.verdict { display: flex; gap: 10px; align-items: center; padding: 12px 14px; border-radius: 8px; font-weight: 600; }
.verdict.ok { background: color-mix(in srgb, var(--gain) 14%, transparent); color: var(--gain); }
.verdict.bad { background: color-mix(in srgb, var(--loss) 14%, transparent); color: var(--loss); }
.verdict.err { background: color-mix(in srgb, var(--research) 14%, transparent); color: var(--research); }
dl.kv { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 8px 14px; font-size: 13px; }
dl.kv dt { color: var(--muted); }
dl.kv dd { margin: 0; font-family: var(--font-mono); font-size: 12px; overflow-wrap: anywhere; }

/* safety, pricing */
.two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
@media (max-width: 860px) { .two { grid-template-columns: 1fr; } }
.list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.list li { display: grid; grid-template-columns: 18px 1fr; gap: 12px; font-size: 15px; color: var(--text-2); }
.list li::before { content: ""; width: 8px; height: 8px; border: 1.5px solid var(--accent); border-radius: 2px; margin-top: 8px; transform: rotate(45deg); }
.list b { color: var(--text); font-weight: 600; }
.price { padding: 24px; display: grid; gap: 14px; align-content: start; }
.price .amount { font-size: 44px; font-weight: 700; letter-spacing: -0.03em; font-variation-settings: "SHRP" 100; line-height: 1; }
.price .amount small { font-size: 16px; font-weight: 400; color: var(--muted); letter-spacing: 0; }
.price p { color: var(--text-2); font-size: 14.5px; }
.price.featured { border-color: color-mix(in srgb, var(--accent) 55%, var(--line)); }
ol.onboard { margin: 0; padding-left: 20px; color: var(--text-2); font-size: 14.5px; display: grid; gap: 6px; }

/* faq */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-mono); color: var(--muted); }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--text-2); margin-top: 10px; max-width: 72ch; }

.cta-band { padding: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; background: linear-gradient(120deg, color-mix(in srgb, var(--accent) 18%, var(--panel)), var(--panel)); }
.cta-band h3 { font-size: clamp(22px, 2.6vw, 30px); }

footer { border-top: 1px solid var(--line); padding-block: 44px 72px; font-size: 13px; color: var(--muted); }
footer .wrap { display: grid; gap: 14px; }
footer p { max-width: 96ch; }
.error-box { padding: 16px; border-radius: 8px; border: 1px solid var(--loss); color: var(--loss); font-family: var(--font-mono); font-size: 13px; }
.mobile-cta { display: none; }
@media (max-width: 720px) {
  .mobile-cta { display: flex; position: fixed; left: 0; right: 0; bottom: 0; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: color-mix(in srgb, var(--ground) 92%, transparent); backdrop-filter: blur(10px); border-top: 1px solid var(--line); z-index: 40; }
  .mobile-cta .btn { flex: 1; }
  footer { padding-bottom: 110px; }
}
