html{--bg-app: #0f0f0f;--bg-card: #0e0e0e;--bg-deep: #0a0a0a;--bg-section: #181818;--bg-input: #161616;--border-strong: #2a2a2a;--border: #1a1a1a;--border-subtle: #1e1e1e;--text-primary: #dddddd;--text-secondary:#aaaaaa;--text-muted: #555555;--text-faint: #383838;--chart-grid: #181818;--chart-axis: #252525;--tick-color: #484848;--color-scheme: dark}html[data-theme=light]{--bg-app: #f5f6f8;--bg-card: #ffffff;--bg-deep: #eef0f3;--bg-section: #f1f3f5;--bg-input: #f0f2f5;--border-strong: #c1c5cc;--border: #d4d8de;--border-subtle: #dde0e5;--text-primary: #0f1117;--text-secondary:#374151;--text-muted: #4b5563;--text-faint: #6b7280;--chart-grid: #e8eaed;--chart-axis: #c9cdd4;--tick-color: #4b5563;--color-scheme: light}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg-app);color:var(--text-primary);color-scheme:var(--color-scheme)}header,footer{text-align:center;padding:1rem}section{margin:1rem auto;max-width:900px;background:var(--bg-card);padding:1rem;border-radius:10px}h1,h2{font-weight:600;text-align:center}iframe{width:100%;border:none;height:400px}
