:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f4f6f7;--surface:#fff;--surface-subtle:#f8faf9;--surface-muted:#eef2f1;--text:#18201f;--text-soft:#576361;--text-muted:#7b8785;--border:#dce3e1;--border-strong:#c7d0ce;--primary:#13766e;--primary-hover:#0f655e;--primary-soft:#e6f3f1;--primary-text:#fff;--sidebar:#1d2525;--sidebar-raised:#273130;--sidebar-border:#34403f;--sidebar-text:#f4f7f6;--sidebar-muted:#9eaaa8;--warning:#b66c17;--warning-soft:#fff4df;--danger:#b53a3f;--danger-hover:#9d3035;--danger-soft:#fcebed;--success:#257552;--shadow-popover:0 12px 32px #18201f24;font-family:Inter,Segoe UI,Microsoft YaHei UI,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;min-width:320px;min-height:100%;margin:0}body{background:var(--bg);height:100dvh;min-height:100vh;color:var(--text);overflow:hidden}button,input,textarea,select{color:inherit;font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:1px;outline:3px solid #13766e38}svg{flex:none;display:block}code{letter-spacing:0;font-family:Cascadia Code,SFMono-Regular,Consolas,monospace}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.boot-screen,.fatal-state{text-align:center;place-content:center;justify-items:center;gap:14px;min-height:100dvh;padding:24px;display:grid}.boot-screen p,.fatal-state p{max-width:640px;color:var(--text-soft);margin:0}.boot-mark{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}.fatal-state>span{width:52px;height:52px;color:var(--danger);background:var(--danger-soft);border-radius:8px;place-items:center;display:grid}.fatal-state>span svg{width:26px;height:26px}.fatal-state h1{margin:4px 0 0;font-size:22px;font-weight:650}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{flex-direction:column;height:100dvh;min-height:0;display:flex}.topbar{z-index:30;background:var(--surface);border-bottom:1px solid var(--border);flex:0 0 68px;justify-content:space-between;align-items:center;gap:20px;height:68px;padding:0 20px;display:flex;position:relative}.brand-block,.brand-copy,.topbar-actions,.editor-title-row,.title-line,.editor-actions,.breadcrumb,.section-heading>div,.slot-identity,.source-toolbar,.source-state,.source-actions,.modal-head>div,.project-name-row,.project-meta,.array-header>div,.array-item-title,.array-item-actions,.statusbar>div{align-items:center;display:flex}.brand-block{gap:11px;min-width:0}.brand-mark{width:36px;height:36px;color:var(--primary-text);background:var(--primary);border-radius:7px;place-items:center;display:grid}.brand-mark svg{width:20px;height:20px}.brand-copy{flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.brand-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:15px;font-weight:650;overflow:hidden}.brand-copy span{max-width:280px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.topbar-actions{gap:8px}.button,.icon-button{white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;height:36px;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.button{padding:0 13px}.button-secondary{color:#2d3a38;background:var(--surface);border-color:var(--border-strong)}.button-secondary:hover{background:var(--surface-subtle);border-color:#aebbb8}.button-primary{color:var(--primary-text);background:var(--primary);border-color:var(--primary)}.button-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.button-danger{color:#fff;background:var(--danger);border-color:var(--danger)}.button-danger:hover{background:var(--danger-hover)}.button-dark{color:var(--sidebar-text);background:var(--sidebar-raised);border-color:var(--sidebar-border)}.button-dark:hover{background:#313c3b;border-color:#50605e}.button-block{width:100%}.button-small{height:30px;padding:0 10px;font-size:12px}.button-small svg{width:15px;height:15px}.icon-button{width:36px;color:var(--text-soft);background:var(--surface);border-color:var(--border-strong);padding:0}.icon-button:hover{color:var(--text);background:var(--surface-muted)}.danger-icon{color:var(--danger)}.danger-icon:hover{color:var(--danger);background:var(--danger-soft);border-color:#e8bfc2}.button-count{color:#fff;background:var(--danger);text-align:center;border-radius:8px;min-width:18px;height:18px;padding:0 5px;font-size:11px;line-height:18px}.mobile-menu,.compact-import{display:none}.import-menu{z-index:50;background:var(--surface);border:1px solid var(--border);width:166px;box-shadow:var(--shadow-popover);border-radius:7px;padding:5px;position:absolute;top:58px;right:132px}.import-menu button{width:100%;height:36px;color:var(--text);background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;padding:0 10px;font-size:13px;display:flex}.import-menu button:hover{background:var(--surface-muted)}.workspace-layout{flex:auto;grid-template-columns:286px minmax(0,1fr);min-height:0;display:grid}.sidebar{z-index:20;min-height:0;color:var(--sidebar-text);background:var(--sidebar);border-right:1px solid var(--sidebar-border);flex-direction:column;display:flex;position:relative;overflow:hidden}.sidebar-head{padding:20px 18px 15px}.project-kicker{color:var(--sidebar-muted);letter-spacing:0;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:700}.project-name-row{gap:8px;min-width:0}.project-name-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:650;overflow:hidden}.dirty-dot{background:#f2aa52;border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 3px #f2aa521f}.saved-check{color:#77b99c;width:15px;height:15px}.project-meta{color:var(--sidebar-muted);gap:13px;margin-top:6px;font-size:11px}.project-meta span+span:before{content:"";vertical-align:middle;background:#5e6a68;border-radius:50%;width:3px;height:3px;margin-right:13px;display:inline-block}.sidebar-search{margin:0 12px 12px;position:relative}.sidebar-search>svg{width:15px;height:15px;color:var(--sidebar-muted);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.sidebar-search input{width:100%;height:34px;color:var(--sidebar-text);border:1px solid var(--sidebar-border);background:#121919;border-radius:6px;outline:0;padding:0 34px;font-size:12px}.sidebar-search input::placeholder{color:#75817f}.sidebar-search input:focus{border-color:#62928d;box-shadow:0 0 0 3px #62928d24}.search-clear{width:24px;height:24px;color:var(--sidebar-muted);background:0 0;border:0;border-radius:4px;place-items:center;padding:0;display:grid;position:absolute;top:5px;right:5px}.search-clear:hover{color:#fff;background:var(--sidebar-raised)}.search-clear svg{width:14px;height:14px}.config-nav{scrollbar-color:#465250 transparent;scrollbar-width:thin;flex:auto;min-height:0;padding:0 8px 12px;overflow:hidden auto}.nav-group{margin-top:14px}.nav-group-title{height:28px;color:var(--sidebar-muted);justify-content:space-between;align-items:center;padding:0 10px;font-size:10px;font-weight:700;display:flex}.nav-group-name{align-items:center;gap:7px;min-width:0;display:flex}.nav-group-title svg{width:13px;height:13px}.nav-group-add{color:#b6c3c0;background:0 0;border:0;border-radius:4px;flex:none;place-items:center;width:24px;height:24px;margin-left:1px;padding:0;display:grid}.nav-group-add:hover{color:#fff;background:var(--sidebar-raised)}.nav-group-add svg{width:14px;height:14px}.nav-item{color:#dce3e1;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;width:100%;min-width:0;height:52px;padding:0 9px;display:flex}.nav-item:hover{color:#fff;background:var(--sidebar-raised)}.nav-item.is-active{color:#fff;background:#30413f;box-shadow:inset 3px 0 #55b4aa}.nav-icon{color:#9baba8;background:#2b3534;border-radius:5px;flex:none;place-items:center;width:28px;height:28px;display:grid}.nav-icon svg{width:15px;height:15px}.nav-item.is-active .nav-icon{color:#a8e2dc;background:#22302f}.nav-label{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.nav-label strong,.nav-label small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nav-label strong{font-size:12px;font-weight:600}.nav-label small{color:var(--sidebar-muted);font-family:Cascadia Code,Consolas,monospace;font-size:9px}.nav-chevron,.default-star{color:#62706e;flex:none;width:15px;height:15px}.default-star{color:#e7a94e;place-items:center;display:grid}.default-star svg{fill:#e7a94e40;width:14px;height:14px}.sidebar-footer{border-top:1px solid var(--sidebar-border);flex:none;padding:12px}.sidebar-empty{min-height:140px;color:var(--sidebar-muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.sidebar-empty svg{width:22px;height:22px}.sidebar-scrim{display:none}.editor{background:var(--bg);flex-direction:column;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.editor-head{background:var(--surface);border-bottom:1px solid var(--border);flex:none;padding:19px 28px 0}.editor-title-row{justify-content:space-between;gap:24px;min-height:58px}.editor-title{min-width:0}.breadcrumb{color:var(--text-muted);gap:4px;margin-bottom:7px;font-size:11px}.breadcrumb svg{width:13px;height:13px}.breadcrumb span{text-overflow:ellipsis;white-space:nowrap;max-width:340px;overflow:hidden}.title-line{gap:9px;min-width:0}.title-line h1{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;max-width:min(600px,50vw);margin:0;font-size:21px;font-weight:680;overflow:hidden}.algorithm-badge,.default-badge{color:#3f5d59;background:var(--primary-soft);white-space:nowrap;border:1px solid #c4e2dd;border-radius:8px;align-items:center;gap:4px;height:23px;padding:0 8px;font-family:Cascadia Code,Consolas,monospace;font-size:10px;display:inline-flex}.manifest-badge{color:#5b556d;background:#f0edf5;border-color:#ddd6e7}.default-badge{color:#8a5b1e;background:var(--warning-soft);border-color:#efd5a7;font-family:inherit}.default-badge svg{fill:#b66c172e;width:12px;height:12px}.editor-actions{flex:none;gap:7px}.editor-tabs{scrollbar-width:none;align-items:flex-end;gap:24px;height:43px;margin-top:9px;display:flex;overflow-x:auto}.editor-tabs::-webkit-scrollbar{display:none}.editor-tab{height:43px;color:var(--text-muted);white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;padding:0 1px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.editor-tab:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.editor-tab:hover{color:var(--text)}.editor-tab.is-active{color:var(--primary)}.editor-tab.is-active:after{background:var(--primary)}.editor-tab svg{width:16px;height:16px}.editor-body{scrollbar-color:#bac4c2 transparent;scrollbar-width:thin;flex:auto;min-height:0;padding:0 28px 48px;overflow:hidden auto}.source-body{padding:20px 28px;display:flex}.form-section{border-bottom:1px solid var(--border);padding:24px 0 26px}.form-section:last-child{border-bottom:0}.section-heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.section-heading>div{gap:10px}.section-icon{width:32px;height:32px;color:var(--primary);background:var(--primary-soft);border-radius:6px;place-items:center;display:grid}.section-icon svg{width:17px;height:17px}.section-heading h2{margin:0;font-size:14px;font-weight:680}.section-heading p{color:var(--text-muted);margin:2px 0 0;font-family:Cascadia Code,Consolas,monospace;font-size:10px}.field-grid{gap:15px;display:grid}.field-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.field-grid-four{grid-template-columns:minmax(150px,1fr) minmax(120px,.8fr) minmax(190px,1.4fr) minmax(120px,.7fr)}.dynamic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.field-span-two{grid-column:span 2}.field-span-three{grid-column:span 3}.field-control{border:0;flex-direction:column;gap:7px;min-width:0;margin:0;padding:0;display:flex}.field-control>span:first-child,.field-control legend{min-width:0;color:var(--text-soft);align-items:center;gap:7px;font-size:11px;font-weight:600;display:flex}.field-control code{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:400;overflow:hidden}.field-control input,.field-control textarea,.field-control select{width:100%;min-width:0;color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:5px;outline:0;transition:border-color .12s,box-shadow .12s}.field-control input,.field-control select{height:36px;padding:0 10px;font-size:12px}.field-control textarea{resize:vertical;min-height:60px;padding:9px 10px;font-size:12px;line-height:1.5}.field-control input:focus,.field-control textarea:focus,.field-control select:focus{border-color:#65a8a1;box-shadow:0 0 0 3px #13766e1a}.field-control input[readonly]{color:var(--text-soft);background:var(--surface-muted);border-color:var(--border);cursor:default}.revision-field input{font-variant-numeric:tabular-nums;font-family:Cascadia Code,SFMono-Regular,Consolas,monospace}.revision-field input[aria-invalid=true]:not(:focus){background:var(--danger-soft);border-color:#dc9ca0}.field-control input[type=number],.field-control input[spellcheck=false]{font-family:Cascadia Code,Consolas,monospace}.readonly-field>div{height:36px;color:var(--text-soft);background:var(--surface-muted);border:1px solid var(--border);border-radius:5px;align-items:center;gap:8px;padding:0 10px;font-size:12px;display:flex}.readonly-field>div svg{width:15px;height:15px;color:var(--primary)}.switch-field{justify-content:flex-end}.switch-control{align-items:center;gap:9px;min-height:36px;display:flex}.switch-control input{opacity:0;width:1px;height:1px;position:absolute}.switch-control>span{background:#adb8b6;border-radius:10px;flex:none;width:34px;height:20px;transition:background .12s;position:relative}.switch-control>span:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .12s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.switch-control input:checked+span{background:var(--primary)}.switch-control input:checked+span:after{transform:translate(14px)}.switch-control input:focus-visible+span{outline-offset:2px;outline:3px solid #13766e33}.switch-control b{color:var(--text-soft);font-size:11px;font-weight:500}.array-field{min-width:0}.array-inputs{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;display:grid}.four-channel-array{grid-template-columns:repeat(4,minmax(74px,1fr))}.array-inputs label{min-width:0;position:relative}.array-inputs label span{z-index:1;color:var(--text-muted);pointer-events:none;font-size:9px;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.array-inputs input{padding-left:42px}.array-boolean{background:var(--surface);border:1px solid var(--border-strong);border-radius:5px;align-items:center;gap:8px;min-height:36px;padding:0 9px;display:flex}.array-boolean>span{flex:auto;position:static!important;transform:none!important}.array-boolean input{width:15px;height:15px;accent-color:var(--primary);padding:0}.array-boolean b{color:var(--text-soft);font-family:Cascadia Code,Consolas,monospace;font-size:9px;font-weight:500}.slot-settings-list{border-top:1px solid var(--border)}.slot-settings-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(180px,1fr) minmax(260px,1.6fr) 90px;align-items:center;gap:24px;min-height:72px;padding:10px 2px;display:grid}.slot-identity{gap:10px;min-width:0}.slot-icon{color:#7b5a29;background:var(--warning-soft);border-radius:6px;flex:none;place-items:center;width:32px;height:32px;display:grid}.slot-icon svg{width:17px;height:17px}.slot-identity>div{flex-direction:column;gap:3px;min-width:0;display:flex}.slot-identity strong{font-size:12px}.slot-identity code{color:var(--text-muted);font-size:9px}.compact-field{gap:5px}.compact-field select{max-width:420px}.slot-count{color:var(--text-muted);justify-content:flex-end;align-items:baseline;gap:4px;font-size:10px;display:flex}.slot-count strong{color:var(--text);font-size:18px;font-weight:650}.parameter-section{padding-bottom:4px}.object-group{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-top:20px}.object-group>summary,.array-item>summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:0 13px;list-style:none;display:flex}.object-group>summary::-webkit-details-marker{display:none}.array-item>summary::-webkit-details-marker{display:none}.object-group>summary>span{align-items:center;gap:8px;min-width:0;display:flex}.object-group>summary svg,.array-item-title>svg{width:15px;height:15px;color:var(--text-muted);transition:transform .12s}.object-group[open]>summary svg,.array-item[open]>summary .array-item-title>svg{transform:rotate(90deg)}.object-group>summary strong{font-size:12px}.object-group>summary code,.array-header code,.array-item-title code{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:400;overflow:hidden}.object-group>summary small{color:var(--text-muted);white-space:nowrap;font-size:10px}.object-group-body{border-top:1px solid var(--border);padding:16px}.object-group-body>.object-group{margin-top:15px}.array-block{margin-top:20px}.array-header{justify-content:space-between;align-items:center;gap:16px;min-height:38px;margin-bottom:8px;display:flex}.array-header>div{gap:8px;min-width:0}.array-header strong{font-size:13px}.array-header>div>span{min-width:20px;height:20px;color:var(--text-soft);background:var(--surface-muted);text-align:center;border-radius:8px;padding:0 6px;font-size:10px;line-height:20px}.array-items{gap:8px;display:grid}.array-item{background:var(--surface);border:1px solid var(--border);border-radius:6px}.array-item[open]{border-color:var(--border-strong)}.array-item-title{flex:auto;gap:8px;min-width:0}.array-item-title b{width:23px;height:23px;color:var(--primary);background:var(--primary-soft);border-radius:5px;flex:none;place-items:center;font-size:10px;display:grid}.array-item-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:600;overflow:hidden}.array-item-actions{flex:none;gap:4px}.mini-icon{border-color:#0000;width:27px;height:27px}.mini-icon svg{width:14px;height:14px}.array-item-body{background:var(--surface-subtle);border-top:1px solid var(--border);padding:16px}.array-empty{min-height:74px;color:var(--text-muted);background:var(--surface-subtle);border:1px dashed var(--border-strong);border-radius:6px;place-items:center;font-size:11px;display:grid}.source-editor{background:#202826;border:1px solid #34403e;border-radius:7px;flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.source-toolbar{color:#e6ecea;background:#293330;border-bottom:1px solid #3a4643;flex:none;justify-content:space-between;gap:16px;min-height:48px;padding:6px 9px 6px 14px}.source-state{color:#9fd4b8;gap:7px;min-width:0;font-size:11px}.source-state.has-error{color:#ef9a9f}.source-state svg{width:15px;height:15px}.source-state span{text-overflow:ellipsis;white-space:nowrap;max-width:500px;overflow:hidden}.source-state small{color:#8d9a97}.source-actions{align-items:center;gap:7px;display:flex}.source-state-readonly{color:#a7d5d1}.source-toolbar .code-tool{color:#c8d2d0;background:#313c39;border-color:#46534f;width:32px;height:32px}.source-toolbar .code-tool:hover{color:#fff;background:#3d4946}.source-toolbar .button-secondary{color:#dfe7e5;background:#35413e;border-color:#495753}.source-toolbar .button-secondary:hover{background:#3d4a47}.json-editor-host{background:#202826;flex:auto;min-height:0;overflow:hidden}.json-editor-host .cm-editor,.json-editor-host .cm-scroller{min-height:0}.json-editor-host .cm-editor{height:100%;font-size:12px}.json-editor-host .cm-scroller{scrollbar-color:#596663 #202826;scrollbar-width:thin;overflow:auto}.json-editor-host .cm-gutters{background:#252e2c;border-right-color:#35413e}.json-editor-host .cm-activeLine,.json-editor-host .cm-activeLineGutter{background:#71d1c612}.json-editor-host .cm-editor.cm-focused{outline-offset:-2px;outline:2px solid #5bc7bc61}.statusbar{min-height:30px;color:var(--text-muted);background:var(--surface);border-top:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:16px;padding:0 17px;font-family:Cascadia Code,Consolas,monospace;font-size:9px;display:flex}.statusbar>div{gap:7px;min-width:0}.statusbar>div:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.status-dot{background:var(--success);border-radius:50%;flex:none;width:6px;height:6px}.status-dot.is-dirty{background:var(--warning)}.status-dot.is-saving{background:var(--primary);box-shadow:0 0 0 3px #13766e1f}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:30px;display:flex}.empty-state>span{width:46px;height:46px;color:var(--text-muted);background:var(--surface-muted);border-radius:8px;place-items:center;display:grid}.empty-state h2{margin:14px 0 5px;font-size:15px}.empty-state p{max-width:440px;color:var(--text-muted);margin:0;font-size:12px}.modal{width:min(620px,100vw - 32px);max-height:calc(100dvh - 40px);color:var(--text);background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;padding:0;overflow:hidden;box-shadow:0 24px 70px #0e161440}.modal::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#141d1c7a}.modal form{flex-direction:column;max-height:calc(100dvh - 42px);display:flex}.modal-head{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:14px 18px;display:flex}.modal-head>div{gap:11px;min-width:0}.modal-icon{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:7px;flex:none;place-items:center;display:grid}.danger-modal-icon{color:var(--danger);background:var(--danger-soft)}.modal-head h2{margin:0;font-size:16px;font-weight:680}.modal-head p{max-width:460px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:11px;overflow:hidden}.modal-body{min-height:0;padding:20px;overflow-y:auto}.modal-footer{background:var(--surface-subtle);border-top:1px solid var(--border);flex:none;justify-content:flex-end;align-items:center;gap:8px;min-height:62px;padding:12px 18px;display:flex}.template-choice{background:var(--surface-subtle);border:1px solid var(--border);cursor:pointer;border-radius:6px;align-items:center;gap:10px;margin-top:18px;padding:12px;display:flex}.template-choice input{width:16px;height:16px;accent-color:var(--primary)}.template-choice>span{flex-direction:column;gap:3px;min-width:0;display:flex}.template-choice b{font-size:12px}.template-choice small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-family:Cascadia Code,Consolas,monospace;font-size:9px;overflow:hidden}.confirm-modal{width:min(500px,100vw - 32px)}.confirm-copy{color:var(--text-soft);margin:0;font-size:13px;line-height:1.6}.confirm-copy code{color:var(--text);font-size:11px}.inline-warning{color:#76511f;background:var(--warning-soft);border:1px solid #efd5a7;border-radius:6px;align-items:flex-start;gap:8px;margin-top:14px;padding:10px;font-size:11px;line-height:1.5;display:flex}.inline-warning svg{width:16px;height:16px;margin-top:1px}.validation-modal{width:min(660px,100vw - 32px)}.validation-body{max-height:min(520px,100dvh - 190px)}.issue-list{gap:8px;display:grid}.issue-item{background:var(--surface-subtle);border:1px solid var(--border);border-radius:6px;align-items:flex-start;gap:10px;padding:11px;display:flex}.issue-item>svg{width:17px;height:17px;margin-top:1px}.issue-error>svg{color:var(--danger)}.issue-warning>svg{color:var(--warning)}.issue-item>div{flex-direction:column;gap:3px;min-width:0;display:flex}.issue-item strong{font-size:11px}.issue-item span{color:var(--text-soft);overflow-wrap:anywhere;font-size:11px;line-height:1.45}.validation-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:190px;display:flex}.validation-success svg{width:42px;height:42px;color:var(--success);margin-bottom:7px}.validation-success strong{font-size:14px}.validation-success span{color:var(--text-muted);font-size:11px}.toast{z-index:200;color:#f5f8f7;max-width:min(430px,100vw - 40px);min-height:42px;box-shadow:var(--shadow-popover);opacity:0;background:#26302f;border:1px solid #43504e;border-radius:7px;align-items:center;gap:9px;padding:9px 13px;font-size:12px;transition:opacity .16s,transform .16s;display:flex;position:fixed;bottom:20px;right:20px;transform:translateY(8px)}.toast.is-visible{opacity:1;transform:translateY(0)}.toast-error{background:#5b272a;border-color:#8d3b40}.toast-success svg{color:#8fd8b0}.toast span{overflow-wrap:anywhere;white-space:pre-line}.busy-overlay{z-index:300;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#141d1c52;place-items:center;display:grid;position:fixed;inset:0}.busy-content{min-width:190px;min-height:54px;color:var(--text);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-popover);border-radius:7px;justify-content:center;align-items:center;gap:11px;padding:12px 18px;font-size:12px;display:flex}.spinner{border:2px solid var(--border-strong);border-top-color:var(--primary);border-radius:50%;width:19px;height:19px;animation:.8s linear infinite spin}@media (width<=1120px){.field-grid-four,.dynamic-grid,.field-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.field-span-three{grid-column:span 2}.import-folder-button,.import-zip-button{display:none}.compact-import{display:inline-flex}}@media (width<=860px){body{overflow:hidden}.topbar{flex-basis:62px;height:62px;padding:0 12px}.mobile-menu{display:inline-flex}.brand-mark{display:none}.brand-copy strong,.brand-copy span{max-width:210px}.workspace-layout{display:block}.sidebar{width:min(320px,100vw - 48px);transition:transform .18s;position:fixed;top:62px;bottom:0;left:0;transform:translate(-105%)}.sidebar-scrim{z-index:15;opacity:0;pointer-events:none;background:#141d1c75;transition:opacity .18s;display:block;position:fixed;inset:62px 0 0}.sidebar-open .sidebar{transform:translate(0)}.sidebar-open .sidebar-scrim{opacity:1;pointer-events:auto}.editor{height:calc(100dvh - 62px)}.editor-head{padding:15px 18px 0}.editor-body{padding:0 18px 42px}.source-body{padding:14px 18px}.title-line h1{max-width:46vw;font-size:18px}}@media (width<=640px){.brand-copy span,.topbar-actions .button-secondary span,.topbar-actions .button-primary span{display:none}.brand-copy strong{max-width:150px}.topbar-actions{gap:5px}.topbar-actions .button{width:36px;padding:0}.button-count{margin-top:-24px;margin-left:23px;position:absolute}.import-menu{right:55px}.editor-title-row{align-items:flex-start;gap:10px}.breadcrumb span:last-child{max-width:190px}.title-line{flex-wrap:wrap}.title-line h1{width:100%;max-width:58vw;font-size:17px}.editor-actions .button{width:36px;padding:0}.editor-actions .button span{display:none}.editor-tabs{gap:12px}.editor-tab{font-size:11px}.editor-tab svg{display:none}.editor-body{padding-left:14px;padding-right:14px}.source-body{padding:10px}.field-grid-two,.field-grid-three,.field-grid-four,.dynamic-grid{grid-template-columns:minmax(0,1fr)}.field-span-two,.field-span-three{grid-column:span 1}.four-channel-array{grid-template-columns:repeat(2,minmax(74px,1fr))}.slot-settings-row{grid-template-columns:minmax(0,1fr) 64px;gap:10px}.slot-settings-row .compact-field{grid-area:2/1/auto/-1}.slot-count{grid-area:1/2}.array-item>summary{flex-direction:column;align-items:flex-start;gap:6px;padding-top:9px;padding-bottom:8px}.array-item-actions{align-self:flex-end}.array-item-title{width:100%}.source-toolbar{flex-direction:column;align-items:flex-start;gap:7px;padding:9px}.source-actions{width:100%}.source-actions .button{flex:1 1 0}.json-editor-host .cm-editor{font-size:11px}.statusbar>div:last-child{display:none}.modal-body{padding:16px}.modal-head{padding:12px 14px}.modal-footer{padding:10px 14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
