*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#08090c;--bg-secondary:#0f1117;--bg-card:#14161d;--bg-card-hover:#1a1d26;--bg-input:#11131a;--border:#1e2130;--border-hover:#2a2e3d;--text-primary:#e8eaed;--text-secondary:#8b8f9e;--text-muted:#5b5f6e;--accent:#f59e0b;--accent-glow:#f59e0b26;--accent-dim:#f59e0b14;--green:#10b981;--green-dim:#10b9811a;--red:#ef4444;--radius:10px;--radius-sm:6px;--font:"Inter", system-ui, -apple-system, sans-serif}html{background:var(--bg-primary)}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}::selection{background:var(--accent);color:#000}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
