:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-bg:#05050f;--sidebar-bg:#070711;--panel:#101024;--panel-raised:#12122a;--panel-deep:#0d0d20;--panel-gradient:linear-gradient(180deg, #12122a, #0d0d20);--panel-glass:#101024b8;--surface:#14142a;--surface-soft:#181832;--inset:#0b0b1c;--line:#232345;--line-soft:#16162e;--line-strong:#2c2c52;--text:#f1f0fa;--muted:#8a88a6;--subtle:#5c5a78;--violet-text:#c4b5fd;--selected-violet:#241d48;--selected-cyan:#12343b;--warning-bg:#241c18;--success-bg:#102b27;--shadow:0 18px 48px #00000047}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-bg:#f4f5fa;--sidebar-bg:#fff;--panel:#fff;--panel-raised:#fff;--panel-deep:#f8f8fc;--panel-gradient:linear-gradient(180deg, #fff, #fbfbfe);--panel-glass:#ffffffd1;--surface:#f7f7fc;--surface-soft:#f7f7fc;--inset:#f1f2f8;--line:#e7e8f2;--line-soft:#eeeff6;--line-strong:#dfe1ed;--text:#1a1b2e;--muted:#8b8da6;--subtle:#b4b6cc;--violet-text:#7c5cfc;--selected-violet:#f1eeff;--selected-cyan:#e6fafd;--warning-bg:#fff8e6;--success-bg:#ecfdf5;--shadow:0 18px 48px #3b317214}*{box-sizing:border-box}html,body,#root{min-width:1180px;min-height:100%;margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}body{background:var(--app-bg);color:var(--text);transition:background .2s,color .2s}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}button,select{font:inherit}button{transition:transform .15s,filter .15s}button:hover{filter:brightness(1.08)}button:active{transform:scale(.98)}:root[data-theme=light] button:hover{filter:brightness(.98)}:root[data-theme=light] input,:root[data-theme=light] textarea,:root[data-theme=light] select{color:var(--text)!important}
