:root{--navy:#0b1b4d;--orange:#f26b3a;--peach:#fbd3c1;--bg:#f6f5f2;--card:#ffffff;--text:#0b1b4d;--muted:#5d6583;--line:#e7e5df;--grid:#eceae4;--series:#3552c4;--series-track:#e3e8f8;--accent:#e8602c;--prev:#8a90a6;--good:#1f7a4d;--bad:#b3261e;--radius:16px}@media (prefers-color-scheme:dark){:root{--bg:#0a0f24;--card:#121a3a;--text:#eef0f8;--muted:#a3aac4;--line:#243061;--grid:#1f2a57;--series:#6f86f0;--series-track:#1f2b5e;--accent:#e06a38;--prev:#9aa1bb;--good:#5cc28e;--bad:#ff8a80}}*{box-sizing:border-box}body,html{margin:0}body{background:var(--bg);color:var(--text);font:16px/1.5 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}h1,h2,h3{line-height:1.2}.wrap{max-width:960px;margin:0 auto;padding:28px 16px 64px}.center{min-height:100vh;display:grid;place-items:center;padding:16px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.01em}.brand .dot{width:28px;height:28px;border-radius:50%;flex:none;background:conic-gradient(from 0deg,var(--orange),var(--peach),var(--orange));box-shadow:inset 0 0 0 5px var(--navy)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.login{width:100%;max-width:420px}.login h1{font-size:24px;margin:20px 0 6px}.muted{color:var(--muted)}.ink{color:var(--text)}.small,label{font-size:14px}label{display:block;font-weight:600;margin:18px 0 6px}input[type=email]{width:100%;padding:12px 14px;font-size:16px;border-radius:10px;border:1px solid var(--line);background:transparent;color:var(--text)}input[type=email]:focus{outline:2px solid var(--orange);outline-offset:1px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:10px;border:0;cursor:pointer;white-space:nowrap;background:var(--navy);color:#fff;font-weight:600;font-size:15px;text-decoration:none}@media (prefers-color-scheme:dark){.btn{background:var(--orange);color:#1a0d06}}.btn.block{width:100%;margin-top:14px}.btn.ghost{background:transparent;color:var(--muted);border:1px solid var(--line)}.notice{margin-top:16px;padding:12px 14px;border-radius:10px;font-size:14px;background:color-mix(in srgb,var(--orange) 12%,transparent)}.top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px}.hello h1{font-size:28px;margin:0 0 4px}.links{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px;margin:22px 0}.tile{display:flex;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:border-color .12s,transform .12s}a.tile:hover{border-color:var(--orange);transform:translateY(-1px)}.tile .icon{font-size:22px;flex:none}.tile h2{font-size:16px;margin:0}.tile .go{margin-left:auto;color:var(--accent);font-weight:700}.tile.empty{opacity:.75}.hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;align-items:center}.eyebrow{margin:0;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.hero-num{margin:4px 0 8px;font-size:56px;font-weight:700;line-height:1}.hero-num .muted{font-size:22px;font-weight:600}.hero-meta{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.band{padding:5px 12px;border-radius:999px;font-size:14px;font-weight:700;background:color-mix(in srgb,var(--accent) 14%,transparent);border:1px solid color-mix(in srgb,var(--accent) 40%,transparent)}.meter{height:14px;background:var(--series-track);overflow:hidden}.meter,.meter-fill{border-radius:999px}.meter-fill{height:100%;background:var(--series)}.meter-scale{display:flex;justify-content:space-between;margin-top:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.delta{font-size:14px;font-weight:600;white-space:nowrap}.delta.up{color:var(--good)}.delta.down{color:var(--bad)}.section-title{font-size:20px;margin:36px 0 12px}.card-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px}.card-head h3{margin:0;font-size:16px}.total{font-size:20px;font-weight:700}.total .muted{font-size:14px;font-weight:600}.multiples{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;margin-top:12px}.multiples,.sections{display:grid;gap:12px}.sections{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:12px}.empty-state h2{margin:0 0 6px;font-size:18px}.chart{position:relative;width:100%}.chart svg{display:block;overflow:visible}.chart .grid{stroke:var(--grid);stroke-width:1}.chart .tick{fill:var(--muted);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.chart .line{fill:none;stroke:var(--series);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.chart .area{fill:var(--series);opacity:.1}.chart .dot{fill:var(--series);stroke:var(--card);stroke-width:2;transition:r .1s}.chart .crosshair{stroke:var(--muted);stroke-width:1;opacity:.5}.chart .endlabel{fill:var(--text);font-size:13px;font-weight:700}.tooltip{position:absolute;transform:translate(-50%,-100%);pointer-events:none;z-index:2;background:var(--card);border:1px solid var(--line);border-radius:10px;padding:8px 10px;box-shadow:0 6px 20px rgb(0 0 0/.12);white-space:nowrap;font-size:14px}.tooltip.inline{position:static;transform:none;display:inline-block;margin-top:6px;box-shadow:none;padding:4px 8px}.dims{list-style:none;padding:0;margin:0;display:grid;grid-gap:12px;gap:12px}.dims li{outline:none}.dims li:focus-visible{outline:2px solid var(--orange);outline-offset:4px;border-radius:6px}.dim-head{display:flex;justify-content:space-between;gap:8px;font-size:14px;margin-bottom:5px}.dim-val{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.dim-val .muted{font-weight:500}.dim-val .delta{margin-left:8px;font-size:12px}.track{position:relative;height:10px;background:var(--series-track)}.fill,.track{border-radius:999px}.fill{height:100%;background:var(--series)}.prev{position:absolute;top:-3px;width:2px;height:16px;border-radius:1px;background:var(--prev);box-shadow:0 0 0 2px var(--card)}.legend{display:flex;flex-wrap:wrap;gap:8px 18px;margin:-4px 0 12px}.legend span{display:inline-flex;align-items:center;gap:6px}.key-fill{width:18px;height:8px;border-radius:999px;background:var(--series)}.key-fill,.key-prev{display:inline-block}.key-prev{width:2px;height:14px;border-radius:1px;background:var(--prev)}.table-wrap{padding:0;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}td,th{text-align:left;padding:12px 16px;border-bottom:1px solid var(--line);white-space:nowrap}th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}tr:last-child td{border-bottom:0}td.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}footer{margin-top:40px;font-size:13px}@media (max-width:640px){.hero{grid-template-columns:1fr;gap:18px}.hero-num{font-size:48px}.hello h1{font-size:24px}}