*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #222536;--border: #2e3250;--accent: #6c8ef5;--accent-soft: #3d4f8a;--text: #e8eaf6;--text-muted: #8b91b5;--success: #4caf82;--warning: #f5a623;--danger: #e05c5c;--radius: 12px;--radius-sm: 8px}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}button{cursor:pointer;border:none;font-family:inherit;font-size:inherit;transition:opacity .15s,transform .1s}button:active{transform:scale(.98)}input,textarea{font-family:inherit;font-size:inherit;background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);padding:10px 14px;outline:none;transition:border-color .2s}input:focus,textarea:focus{border-color:var(--accent)}
