:root{--bg: #0a0a0f;--bg2: #111118;--bg3: #1a1a24;--border: rgba(255,255,255,.07);--border2: rgba(255,255,255,.12);--text: #e8e8f0;--text2: #9090a8;--text3: #606075;--accent: #6c63ff;--accent2: #4f46e5;--green: #22c55e;--red: #ef4444;--amber: #f59e0b;--blue: #3b82f6;--purple: #8b5cf6}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;min-height:100vh}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}.positive{color:var(--green)}.negative{color:var(--red)}.neutral{color:var(--text2)}
