*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}:root{--bg: #eef1f6;--surface: #ffffff;--surface-2: #f4f6fa;--surface-3: #e9edf3;--border: #e3e8ef;--border-strong: #ccd4e0;--text: #161a23;--text-2: #5a6477;--text-3: #98a1b2;--brand: #2b2e83;--brand-2: #3b50b5;--accent: #1f9fdc;--accent-2: #5bc2f0;--brand-soft: #eaecf7;--accent-soft: #e6f4fb;--ok: #1a9d6a;--ok-soft: #e1f4ec;--warn: #bd7d00;--warn-soft: #fbf0d6;--err: #d33f3f;--err-soft: #fae2e2;--info: #3b50b5;--info-soft: #e8ebf8;--sidebar: #ffffff;--shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 1px 3px rgba(16, 24, 40, .08);--mono: "IBM Plex Mono", ui-monospace, monospace}[data-theme=dark]{--bg: #0b0e15;--surface: #141926;--surface-2: #1b2231;--surface-3: #232c3d;--border: #283143;--border-strong: #3a4558;--text: #e7ebf3;--text-2: #99a3b6;--text-3: #697489;--brand: #6c7ff0;--brand-2: #8b9bff;--accent: #38bdf8;--accent-2: #7dd3fc;--brand-soft: #1a2440;--accent-soft: #0f2839;--ok: #34d399;--ok-soft: #0f2c23;--warn: #e0a72e;--warn-soft: #2c2510;--err: #f87171;--err-soft: #2e1818;--info: #8b9bff;--info-soft: #1a2440;--sidebar: #0e121b;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .45)}body{background:var(--bg);color:var(--text);font-family:IBM Plex Sans,system-ui,sans-serif;font-size:13px;-webkit-font-smoothing:antialiased;overflow:hidden}#root{height:100vh;width:100%}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:7px;border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--text-3);background-clip:padding-box}::-webkit-scrollbar-track{background:transparent}input,button,textarea,select{font-family:inherit}input::placeholder,textarea::placeholder{color:var(--text-3)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes fade{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.rowlink{transition:background .13s ease}.rowlink:hover{background:var(--surface-2)}.btn{transition:background .13s ease,filter .13s ease,opacity .13s ease;-webkit-user-select:none;user-select:none}.btn:hover{background:var(--surface-2)}.btn:active{filter:brightness(.97)}.btn-primary:hover{filter:brightness(1.08);background:var(--brand)}[data-theme=dark] .btn-primary:hover{filter:brightness(1.1)}.btn-primary:active{filter:brightness(.96)}.btn[data-disabled=true],.btn-primary[data-disabled=true]{opacity:.45;cursor:not-allowed;filter:none}.btn[data-disabled=true]:hover{background:var(--surface)}.linkish{cursor:pointer;transition:opacity .12s ease}.linkish:hover{opacity:.75}.navitem{transition:background .12s ease,color .12s ease}.navitem:hover{background:var(--surface-2)}.navitem[data-active=true]:hover{background:var(--brand-soft)}.field-input{transition:border-color .13s ease}.field-input:focus-within,.field-input:focus{border-color:var(--border-strong)!important}.seg-opt{transition:all .12s ease}.fade-in{animation:fade .18s ease}
