@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#e8eef2;font-synthesis:none;text-rendering:optimizeLegibility;--background:#08131f;--panel-border:#8b9daf24;--muted:#8b9daf;--accent:#f4c95d;--teal:#5baea8;background:#08131f;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 84% 2%,#5baea81c,transparent 28rem),radial-gradient(circle at 0% 25%,#f4c95d0f,transparent 24rem),var(--background);min-width:320px;min-height:100vh;margin:0}button{font:inherit}.app-shell{width:min(1180px,100% - 48px);margin:0 auto;padding:30px 0 36px}.page-header{display:flex;justify-content:space-between;align-items: center;padding-bottom:82px}.brand{display:inline-flex;color:#e8eef2;letter-spacing:-.05em;text-decoration:none;align-items: center;gap:11px;font-size:18px;font-weight:800}.brand-dot{color:var(--accent)}.brand-mark{display:flex;border:1px solid #f4c95da6;border-radius:7px;align-items: end;gap:3px;width:25px;height:25px;padding:3px;transform:rotate(-8deg)}.brand-mark i{display:block;background:var(--accent);border-radius:2px;width:4px}.brand-mark i:first-child{opacity:.55;height:7px}.brand-mark i:nth-child(2){opacity:.8;height:13px}.brand-mark i:nth-child(3){height:18px}.header-meta,.page-footer,.chart-hint{color:var(--muted);letter-spacing:.02em;font:11px DM Mono,monospace}.header-meta{display:flex;align-items: center;gap:8px}.status-dot,.pulse-dot{background:var(--teal);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #5baea81f}.hero{max-width:700px;padding-bottom:54px}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 16px;font:11px DM Mono,monospace}h1,h2,p{margin-top:0}h1{color:#f3f6f7;letter-spacing:-.085em;margin-bottom:22px;font-size:clamp(3.2rem,7vw,6.4rem);font-weight:800;line-height:.94}h1 em{color:var(--teal);font-style:normal}.hero-copy{color:var(--muted);max-width:470px;margin-bottom:0;font-size:15px;line-height:1.7}.controls-panel{display:flex;justify-content:space-between;align-items: end;gap:20px;margin-bottom:24px}.control-label{display:block;color:var(--muted);text-transform:uppercase;margin-bottom:9px;font:11px DM Mono,monospace}.segmented-control{display:inline-flex;border:1px solid var(--panel-border);background:#102030b3;border-radius:9px;padding:4px}.segment{cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:6px;padding:9px 14px;transition:color .16s,background .16s;font-size:12px}.segment:hover{color:#e8eef2}.segment:focus-visible{color:#e8eef2}.segment.is-active{color:#111c24;background:var(--accent);font-weight:700}.refresh-button{display:inline-flex;cursor:pointer;color:var(--accent);background:0 0;border:1px solid #f4c95d59;border-radius:7px;align-items: center;gap:9px;padding:11px 15px;transition:background .16s,transform .16s;font-size:12px;font-weight:700}.refresh-button:hover{background:#f4c95d1a}.refresh-button:focus-visible{background:#f4c95d1a}.refresh-button:active{transform:translateY(1px)}.refresh-icon{display:inline-block;font-size:18px;line-height:.7}.refresh-button.is-refreshing .refresh-icon{animation:.6s spin}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}.stat-card,.chart-card{border:1px solid var(--panel-border);background:linear-gradient(135deg,#132739db,#0d1c2bc2);box-shadow:0 22px 70px #0000001f}.stat-card{border-radius:9px;min-height:142px;padding:18px 19px}.stat-card-featured{background:linear-gradient(135deg,#4336219e,#152531d1);border-color:#f4c95d4d}.stat-heading{display:flex;color:var(--muted);justify-content:space-between;font-size:11px}.stat-symbol{color:var(--accent);font:18px DM Mono,monospace}.stat-value{display:block;color:#f3f6f7;letter-spacing:-.08em;margin:19px 0 6px;font:600 clamp(1.3rem,2.6vw,1.95rem) DM Mono,monospace}.stat-detail{color:var(--muted);font-size:11px}.chart-card{border-radius:9px;padding:28px 26px 18px}.chart-header{display:flex;justify-content:space-between;align-items: start;gap:16px}.chart-header .eyebrow{margin-bottom:10px}h2{color:#f3f6f7;letter-spacing:-.04em;margin-bottom:0;font-size:21px}.chart-badge{display:inline-flex;color:var(--muted);white-space:nowrap;border:1px solid #5baea838;border-radius:99px;align-items: center;gap:9px;margin-top:3px;padding:7px 10px;font:10px DM Mono,monospace}#chart{width:100%;height:480px;margin-top:12px}.chart-footer{display:flex;justify-content:space-between;align-items: center;gap:16px;padding-top:3px}.legend{display:flex;color:var(--muted);gap:18px;font-size:11px}.legend span{display:inline-flex;align-items: center;gap:7px}.legend-line,.legend-band{display:inline-block;border-radius:2px;width:18px;height:3px}.legend-line-main{background:var(--accent)}.legend-band{background:#5baea873;height:9px}.page-footer{display:flex;align-items: center;gap:11px;padding-top:26px}.footer-divider{background:var(--muted);border-radius:50%;width:3px;height:3px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:760px){.app-shell{width:min(100% - 28px,620px);padding-top:20px}.page-header{padding-bottom:58px}.hero{padding-bottom:38px}h1{font-size:clamp(3rem,16vw,5.3rem)}.controls-panel{flex-direction:column;align-items:stretch}.refresh-button{align-self: flex-start}.stats-grid{grid-template-columns:repeat(2,1fr)}.chart-card{padding:22px 12px 15px}.chart-header{padding:0 8px}#chart{height:390px}.chart-footer{flex-direction:column;align-items: start;padding:0 8px}.chart-hint{display:none}}@media (max-width:430px){.header-meta{font-size:10px}.segment{padding:9px 10px}.stat-card{min-height:128px;padding:15px}.stat-value{margin-top:16px;font-size:1.35rem}.chart-badge{padding:6px 8px}.chart-badge .pulse-dot{display:none}}
