@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #0e1117;--bg-panel: #1a1f2b;--border: rgba(255, 255, 255, .08);--text: #e6e6e6;--text-dim: rgba(230, 230, 230, .65);--accent: #4a90d9;--gain: #1a7f37;--loss: #c0392b;--neutral: #b7791f;--topbar-gain: #2ecc71;--topbar-loss: #e74c3c}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.tabular{font-variant-numeric:tabular-nums}button{font-family:inherit;border-radius:8px;font-weight:600;cursor:pointer;transition:filter .1s,transform .05s}button:hover{filter:brightness(1.12)}button:active{transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.5;filter:none}input,select{font-family:inherit;border-radius:8px;border:1px solid var(--border);background:var(--bg-panel);color:var(--text);padding:.5rem .7rem}input:focus,select:focus,button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.gain{color:var(--gain)}.loss{color:var(--loss)}.neutral{color:var(--neutral)}
