:root{--bg: #0d1117;--surface: #161b22;--surface2: #1c2128;--border: #30363d;--text: #e6edf3;--text2: #c9d1d9;--text3: #8b949e;--accent: #6366f1;--profit: #22c55e;--loss: #ef4444;--warn: #f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}input,select,textarea{font-family:inherit;outline:none}input:focus,select:focus{border-color:var(--accent)!important}button{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}a{color:var(--accent);text-decoration:none}
