*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0a0b0f;--bg-secondary: #111318;--bg-card: #161a23;--bg-card-hover: #1c2130;--border: #1e2535;--border-bright: #2a3450;--text-primary: #e8eaf0;--text-secondary: #8892a4;--text-muted: #4a5568;--accent-blue: #3b82f6;--accent-blue-hover: #2563eb;--green: #10b981;--yellow: #f59e0b;--orange: #f97316;--red: #ef4444;--critical: #dc2626}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;line-height:1.6;min-height:100vh}a{color:var(--accent-blue);text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:3px}
