:root{--font-ui:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "SFMono-Regular", Consolas, monospace;--bg:#fff;--bg-canvas:#f5f5f5;--bg-subtle:#f5f5f5;--bg-hover:#f0f0f0;--bg-selected:#e5f4ff;--bg-selected-strong:#bde3ff;--bg-inverse:#2c2c2c;--bg-inverse-hover:#383838;--bg-inverse-active:#0d99ff;--fg:#1e1e1e;--fg-secondary:#0000008c;--fg-tertiary:#00000052;--fg-inverse:#fff;--fg-inverse-secondary:#ffffffb3;--border:#e6e6e6;--border-strong:#d0d0d0;--focus:#0d99ff;--accent:#0d99ff;--accent-hover:#007be5;--accent-fg:#fff;--component:#9747ff;--component-bg:#f1e8ff;--danger:#f24822;--success:#14ae5c;--warning:#ffa629;--radius-sm:2px;--radius:5px;--radius-lg:8px;--radius-xl:12px;--shadow-menu:0 2px 14px #00000026, 0 0 0 .5px #0003;--shadow-modal:0 10px 40px #00000040, 0 0 0 .5px #00000026;--toolbar-h:48px;--panel-w:241px}*{box-sizing:border-box}html,body{height:100%;font-family:var(--font-ui);color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;font-size:13px}button,input,textarea,select{font:inherit;color:inherit}a{color:var(--accent);text-decoration:none}.btn{border-radius:var(--radius);background:var(--accent);height:32px;color:var(--accent-fg);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:500;display:inline-flex}.btn:hover{background:var(--accent-hover)}.btn:disabled{opacity:.5;cursor:default}.btn-secondary{background:var(--bg);color:var(--fg);border-color:var(--border-strong)}.btn-secondary:hover{background:var(--bg-hover)}.btn-ghost{color:var(--fg);background:0 0}.btn-ghost:hover{background:var(--bg-hover)}.btn-danger{background:var(--danger)}.btn-danger:hover{background:#d63c19}.btn-sm{height:26px;padding:0 10px;font-size:12px}.input{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg);outline:none;width:100%;height:32px;padding:0 10px}.input:focus{border-color:var(--focus);box-shadow:0 0 0 1px var(--focus)}.menu{z-index:1000;color:#fff;border-radius:var(--radius-lg);min-width:200px;box-shadow:var(--shadow-menu);-webkit-user-select:none;user-select:none;background:#1e1e1e;padding:6px 0;font-size:12px;position:fixed}.menu-item{cursor:default;white-space:nowrap;align-items:center;gap:8px;height:26px;padding:0 16px 0 12px;display:flex}.menu-item:hover:not(.disabled),.menu-item.active{background:var(--accent)}.menu-item.disabled{opacity:.4}.menu-item .check{width:14px;display:inline-flex}.menu-item .shortcut{color:#ffffff8c;margin-left:auto;padding-left:24px}.menu-item:hover .shortcut{color:#ffffffd9}.menu-sep{background:#ffffff1f;height:1px;margin:6px 0}.menu-label{color:#ffffff73;padding:4px 12px;font-size:11px}.modal-backdrop{z-index:900;background:#0000004d;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--bg);border-radius:var(--radius-xl);width:100%;max-width:480px;max-height:calc(100vh - 32px);box-shadow:var(--shadow-modal);overflow:auto}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;font-weight:600;display:flex}.modal-body{padding:16px}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.toast-wrap{z-index:2000;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-menu);pointer-events:auto;background:#1e1e1e;align-items:center;gap:12px;padding:10px 16px;font-size:13px;display:flex}.toast.error{background:var(--danger)}.avatar{color:#fff;-webkit-user-select:none;user-select:none;border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.spinner{border:2px solid #0000001f;border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#00000026 padding-box content-box;border:3px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#0000004d}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#2c2c2c;--bg-subtle:#383838;--bg-hover:#3d3d3d;--bg-selected:#0c3c61;--bg-selected-strong:#0d5a94;--bg-selected-weak:#213444;--fg:#fff;--fg-secondary:#ffffffa3;--fg-tertiary:#ffffff5c;--border:#444;--border-strong:#5a5a5a;--bg-inverse:#1e1e1e;--bg-inverse-hover:#2e2e2e;--component-bg:#3b2d55;--shadow-menu:0 2px 14px #00000080, 0 0 0 .5px #ffffff1f;--shadow-modal:0 10px 40px #0009, 0 0 0 .5px #ffffff1f}html[data-theme=dark] body{background:var(--bg)}html[data-theme=dark] .ed-top{border-bottom:1px solid #383838}html[data-theme=dark] .layer-row .row-actions button:hover{background:#ffffff14}html[data-theme=dark] .seg button.active{box-shadow:0 0 0 .5px #fff3}html[data-theme=dark] .modal,html[data-theme=dark] .popover{background:var(--bg);color:var(--fg)}html[data-theme=dark] .input{background:var(--bg-subtle);border-color:var(--border-strong)}html[data-theme=dark] ::-webkit-scrollbar-thumb{background-color:#ffffff2e}
