*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #222535;--border: #2d3148;--accent: #4f6ef7;--accent-hover: #6b85ff;--text: #e8eaf0;--text-muted: #8b90a7;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--radius: 10px;--font: "Inter", system-ui, sans-serif}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font)}#app{min-height:100%}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}
