:root{--bg-primary: #0b0f19;--bg-secondary: #131b2e;--bg-card: #1c2640;--border-color: #2a3759;--accent-cyan: #00f2fe;--accent-blue: #4facfe;--text-main: #f1f5f9;--text-muted: #94a3b8;--success: #10b981;--warning: #f59e0b;--danger: #ef4444}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}body{background-color:var(--bg-primary);color:var(--text-main);min-height:100vh}code,pre{font-family:JetBrains Mono,monospace}
