*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f172a;--surface: #1e293b;--border: #334155;--text: #f1f5f9;--muted: #94a3b8;--accent: #3b82f6;--accent2: #06b6d4;--red: #ef4444;--orange: #f97316;--blue: #60a5fa;--green: #34d399}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}button{cursor:pointer;border:none;background:var(--accent);color:#fff;padding:6px 14px;border-radius:6px;font-size:13px;transition:opacity .15s}button:hover{opacity:.85}button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}button.active{background:var(--accent);color:#fff}select{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:6px 10px;border-radius:6px;font-size:13px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.section-title{font-size:16px;font-weight:600;color:var(--text);margin-bottom:16px}.muted{color:var(--muted)}.positive{color:var(--orange)}.negative{color:var(--blue)}.neutral{color:var(--muted)}
