*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1e1e1e;--panel: #343434;--input: #4f4f4f;--red: #B11226;--red-dark: #7a0c1a;--text: #ffffff;--text-muted: #999999;--text-inv: #1e1e1e;--radius: 16px;--radius-sm: 8px;--radius-btn: 10px;--border: rgba(255,255,255,.08)}html,body,#root{height:100%;width:100%}body{font-family:Inter,sans-serif;background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{font-family:Inter,sans-serif;cursor:pointer;border:none;outline:none}input,select,textarea{font-family:Inter,sans-serif;outline:none;color-scheme:dark}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--panel)}::-webkit-scrollbar-thumb{background:var(--input);border-radius:4px}body.light{--bg: #f2f2f2;--panel: #e4e4e4;--input: #d0d0d0;--text: #111111;--text-muted: #555555;--text-inv: #ffffff;--border: rgba(0,0,0,.1)}body.light input,body.light select,body.light textarea{color-scheme:light}body.light .panel-text{color:var(--text)!important}
