:root{color-scheme:dark;--bg: #0b0d10;--panel: #141820;--line: #2a313d;--text: #f4f7fb;--muted: #97a1b3;--green: #54d99d}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}main{width:min(1180px,calc(100vw - 32px));margin:0 auto;padding:32px 0}header{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:24px}h1{margin:0;font-size:clamp(30px,4vw,48px);letter-spacing:0;line-height:1}h2{margin:0;font-size:15px;font-weight:650}.eyebrow{margin:0 0 10px;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.meta{color:var(--muted);font-size:13px;text-align:right}.cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:12px}.card,.chart,.sheet,.notice{background:var(--panel);border:1px solid var(--line);border-radius:8px}.card{min-height:132px;padding:16px;border-top-color:var(--accent);display:flex;flex-direction:column;justify-content:space-between}.label{color:var(--muted);font-size:13px}.value{font-size:clamp(28px,4vw,44px);line-height:1;margin-top:16px;font-weight:740}.today{color:var(--green);font-size:13px;margin-top:10px}.charts{display:grid;grid-template-columns:1.35fr .65fr;gap:12px;margin-bottom:12px}.chart{min-height:400px;padding:16px}.chartHeader{display:flex;justify-content:space-between;gap:18px;align-items:start;margin-bottom:12px}.legend{display:flex;flex-wrap:wrap;justify-content:end;gap:8px 14px;color:var(--muted);font-size:12px}.legend span:before{content:"";display:inline-block;width:9px;height:9px;border-radius:2px;margin-right:6px;background:var(--series)}.tooltip{min-width:170px;padding:10px;background:#10141b;border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 50px #0000004d}.tooltipLabel{color:var(--muted);font-size:12px;margin-bottom:8px}.tooltipRow{display:grid;grid-template-columns:10px 1fr auto;gap:8px;align-items:center;font-size:12px}.tooltipRow span{width:9px;height:9px;border-radius:2px}.tooltipRow b{font-weight:560}.tooltipRow em{color:var(--text);font-style:normal}.notice{color:var(--muted);padding:24px}.sheet{padding:16px}.sheetHeader{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:12px}.sheetHeader label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.sheetHeader input{width:68px;height:32px;border:1px solid var(--line);border-radius:6px;background:#10141b;color:var(--text);padding:0 8px;font:inherit}.tableWrap{overflow:auto;border:1px solid var(--line);border-radius:6px}table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px}th,td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:right;white-space:nowrap}th:first-child,td:first-child{text-align:left}th{color:var(--muted);font-weight:620;background:#10141b;position:sticky;top:0}tbody tr:last-child td{border-bottom:0}@media(max-width:980px){header{display:block}.meta{text-align:left;margin-top:12px}.cards,.charts{grid-template-columns:1fr}.chartHeader{display:block}.sheetHeader{align-items:start;flex-direction:column}.legend{justify-content:start;margin-top:12px}}
