:root{color-scheme:dark;--page: #313338;--surface: #2b2d31;--surface-raised: #232428;--surface-hover: #35373c;--surface-active: #404249;--input: #1e1f22;--border: #3f4147;--border-strong: #4e5058;--text: #dbdee1;--text-strong: #f2f3f5;--text-secondary: #b5bac1;--text-muted: #949ba4;--accent: #5865f2;--accent-hover: #4752c4;--accent-soft: #c9cdfb;--positive: #57f287;--danger: #f23f42;--shadow-sm: 0 8px 22px #11121424;--shadow-lg: 0 18px 45px #111214b8}*{box-sizing:border-box}html{min-height:100%;scrollbar-color:#4e5058 #2b2d31}body{margin:0;min-height:100%;color:var(--text);background:var(--page)}button{min-height:40px;padding:0 16px;border:0;border-radius:6px;color:#fff;background:var(--accent);font:inherit;font-weight:650;cursor:pointer;transition:background .12s ease,color .12s ease,opacity .12s ease}button:hover{background:var(--accent-hover)}button:disabled{cursor:default;opacity:.5}input,select,textarea{accent-color:var(--accent)}::selection{color:#fff;background:#5865f280}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#2b2d31}::-webkit-scrollbar-thumb{border:2px solid #2b2d31;border-radius:6px;background:#4e5058}::-webkit-scrollbar-thumb:hover{background:#5d6069}
