*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0f;--bg2: #111118;--bg3: #1a1a24;--border: #ffffff12;--border2: #ffffff20;--text: #f0f0f5;--text2: #8888aa;--text3: #55556a;--accent: #7c6dfa;--accent2: #a594fb;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--radius: 10px;--radius-lg: 16px}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}input,select,textarea{font-family:inherit;font-size:14px;background:var(--bg3);border:1px solid var(--border2);border-radius:var(--radius);color:var(--text);padding:10px 14px;width:100%;outline:none;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--text3)}button{font-family:inherit;font-size:14px;cursor:pointer;border:none;border-radius:var(--radius);transition:all .15s}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}
