*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0f1e;--bg2: #0d1528;--bg3: #111d38;--card: #0f1a30;--border: #1e3a5f;--accent: #3b82f6;--accent2: #6366f1;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--text: #e2e8f0;--text2: #94a3b8;--text3: #64748b}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;background:var(--bg3);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:8px 12px;outline:none;width:100%;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--accent)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
