@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Outfit:wght@300;400;500;600&display=swap");:root,[data-theme=dark]{--bg:#0d0d0d;--bg-elevated:#161616;--bg-card:#1a1a1a;--border:#2a2a2a;--text:#e8e8e8;--text-muted:#888;--accent:#22c55e;--accent-dim:#16a34a;--negative:#ef4444;--radius:8px;--chart-bg:#1a1a1a;--chart-grid:#000;--chart-text:#787b86;--chart-border:#2b2b43}[data-theme=light]{--bg:#f5f5f5;--bg-elevated:#fff;--bg-card:#fff;--border:#e0e0e0;--text:#1a1a1a;--text-muted:#666;--accent:#16a34a;--accent-dim:#15803d;--negative:#dc2626;--radius:8px;--chart-bg:#fff;--chart-grid:#e0e0e0;--chart-text:#787b86;--chart-border:#e0e0e0}*{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;font-family:Outfit,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}h1,h2,h3{font-weight:500;letter-spacing:-.02em}.mono{font-family:JetBrains Mono,monospace}button:focus,input:focus,select:focus{outline:none}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.recharts-tooltip-wrapper{outline:none}.recharts-default-tooltip{background:var(--bg-card)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;padding:.5rem .75rem!important;color:var(--text)!important}.recharts-pie-label-text{fill:var(--text)!important;font-size:11px!important}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}