.editor{background:var(--bg);grid-template-areas:"transport transport""viewport palette""timeline timeline";grid-template-columns:minmax(0, 1fr) var(--palette-w);grid-template-rows:var(--transport-h) minmax(0, 1fr) var(--timeline-h,290px);width:100%;height:100dvh;display:grid;position:relative;overflow:hidden}.editor.mode-tablet{--timeline-h:250px}.editor.mode-phone{grid-template-columns:minmax(0,1fr);grid-template-areas:"transport""viewport""timeline""sheet";grid-template-rows:var(--transport-h) 38dvh minmax(0, 1fr) auto}.transport{grid-area:transport}.viewport{grid-area:viewport}.palette,.palette-dock{grid-area:palette}.timeline{grid-area:timeline}.palette-sheet.is-phone{grid-area:sheet}.transport{background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:10px;min-width:0;padding:0 12px;display:flex}.tb-left,.tb-right{flex:1 1 0;align-items:center;gap:8px;min-width:0;display:flex}.tb-right{justify-content:flex-end}.tb-center{flex:none;align-items:center;gap:14px;display:flex}.tb-group{align-items:center;gap:2px;display:flex}.tb-title{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;min-width:0;padding:4px 6px;display:flex}.tb-title:hover{background:var(--surface2)}.tb-name-wrap{flex-direction:column;min-width:0;line-height:1.15;display:flex}.tb-name{font-family:var(--font-head);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.tb-sub{color:var(--muted);font-size:10.5px}.play-btn{color:#0d1117;cursor:pointer;width:40px;height:40px;transition:transform .2s var(--spring);background:#fff;border:0;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.play-btn:hover{transform:scale(1.06)}.play-btn:active{transform:scale(.95)}.timecode{flex-direction:column;min-width:118px;line-height:1.1;display:flex}.tc-main{letter-spacing:.02em;font-size:15px}.tc-frame{font-size:10.5px}.timecode.is-compact{min-width:0}.timecode.is-compact .tc-main{font-size:12.5px}.save-ind{color:var(--muted);white-space:nowrap;align-items:center;gap:5px;font-size:11.5px;display:inline-flex}.save-ind.is-ok{color:var(--muted)}.save-ind.is-ok svg{color:var(--green)}.save-ind.is-error{color:var(--danger)}.tb-more{position:relative}.tb-menu{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-2);z-index:50;border-radius:12px;flex-direction:column;gap:8px;min-width:190px;padding:10px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.tb-menu .btn{justify-content:flex-start;gap:10px}@media (width<=1199px){.tb-fill .btn-label{display:none}}@media (width<=900px){.tb-right .btn-sm .btn-label{display:none}.tb-right .btn-sm{padding:0 10px}}.mode-phone .transport{gap:6px;padding:0 8px}.mode-phone .tb-left{flex:auto;min-width:80px}.mode-phone .tb-center{flex:0 auto;min-width:0}.mode-phone .tb-group{gap:0}.mode-phone .tb-group .btn-icon{width:34px}.mode-phone .tb-right{flex:none}.mode-phone .tb-center{gap:6px}.mode-phone .tb-title .brand-mark,.mode-phone .tb-sub{display:none}.viewport{background:var(--viewport);touch-action:none;min-width:0;min-height:0;position:relative;overflow:hidden}.viewport-canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.vp-chips{pointer-events:none;gap:6px;display:flex;position:absolute;top:10px;left:10px}.vp-chip{border:1px solid var(--border);height:22px;color:var(--muted);background:#161b22d9;border-radius:6px;align-items:center;padding:0 8px;font-size:11px;display:inline-flex}.vp-label{height:22px;font-size:11px;font-family:var(--font-mono);pointer-events:none;border-radius:6px;align-items:center;padding:0 8px;display:inline-flex;position:absolute;top:10px;right:10px}.vp-label.is-ai{color:var(--coral);background:#ff4b7224;border:1px solid #ff4b7280}.vp-label.is-manual{color:var(--green);background:#00e67624;border:1px solid #00e67680}.vp-pill{border-radius:var(--r-pill);border:1px solid var(--border);background:#161b22eb;align-items:center;gap:2px;max-width:calc(100% - 20px);height:34px;padding:0 6px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.vp-btn{min-width:28px;height:28px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:14px;align-items:center;gap:5px;padding:0 6px;font-size:11.5px;display:inline-flex}.vp-btn:hover{color:var(--text);background:var(--surface2)}.vp-btn.is-on{color:var(--cyan);background:var(--cyan-dim)}.vp-zoom{justify-content:center;min-width:44px}.vp-sep{background:var(--border);width:1px;height:16px;margin:0 4px}@media (pointer:coarse){.vp-pill{height:44px}.vp-btn{min-width:36px;height:36px}}.viewport.is-compact .vp-btn-txt,.viewport.is-compact .vp-chip:nth-child(2){display:none}.palette{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;min-height:0;display:flex}.palette-head{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:12px 12px 8px;display:flex}.palette-title{font-family:var(--font-head);justify-content:space-between;align-items:baseline;font-size:13px;font-weight:600;display:flex}.palette-search{color:var(--muted);display:block;position:relative}.palette-search svg{position:absolute;top:50%;left:10px;transform:translateY(-50%)}.palette-search .input{height:32px;padding-left:32px}.palette-grid{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px;padding:10px;display:grid;overflow-y:auto}.shape-card{border-radius:var(--r-card);border:1.5px solid var(--border);background:var(--surface2);cursor:pointer;text-align:left;transition:border-color .12s, background .12s, transform .15s var(--spring);flex-direction:column;gap:6px;min-width:0;padding:8px;display:flex}.shape-card:hover{border-color:#3a4356}.shape-card:active{transform:scale(.97)}.shape-card.is-active{border-color:var(--coral);background:var(--coral-dim)}.shape-thumb{background:var(--viewport);background-image:radial-gradient(var(--grid-dot) 1px, transparent 1px);height:64px;color:var(--muted);background-size:12px 12px;border-radius:6px;place-items:center;display:grid;position:relative;overflow:hidden}.shape-thumb img{object-fit:contain;max-width:88%;max-height:88%}.shape-badge{position:absolute;top:4px;right:4px}.shape-meta{flex-direction:column;line-height:1.2;display:flex}.shape-label{font-size:13px;font-weight:600}.shape-phonemes{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.shape-drop{border:1.5px dashed var(--border);border-radius:var(--r-card);color:var(--muted);cursor:pointer;text-align:center;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:12px;display:flex}.shape-drop:hover,.shape-drop.is-drag{border-color:var(--cyan);color:var(--cyan);background:var(--cyan-dim)}.shape-card.is-compact{flex-shrink:0;align-items:center;gap:2px;width:56px;padding:4px}.shape-card.is-compact .shape-thumb{width:46px;height:36px}.shape-label-sm{font-size:10px;font-weight:600}.palette-dock{background:var(--surface);border-left:1px solid var(--border);scrollbar-width:none;flex-direction:column;align-items:center;gap:6px;min-height:0;padding:8px 0 0;display:flex;overflow-y:auto}.palette-dock::-webkit-scrollbar{display:none}.dock-grid{border:1px solid var(--border);background:var(--surface2);width:44px;height:44px;color:var(--muted);cursor:pointer;box-shadow:0 -6px 12px var(--surface);border-radius:10px;flex-shrink:0;place-items:center;margin-top:auto;display:grid;position:sticky;bottom:0}.dock-grid.is-active{color:var(--cyan);border-color:var(--cyan)}.sheet-backdrop{z-index:60;background:#04080e73;justify-content:flex-end;align-items:flex-end;display:flex;position:fixed;inset:0}.palette-sheet{background:var(--surface);border-top:1px solid var(--border);flex-direction:column;min-height:0;display:flex}.palette-sheet.is-float{border:1px solid var(--border);width:min(560px,100%);max-height:70vh;box-shadow:var(--shadow-2);border-radius:16px 16px 0 0;margin-right:72px}.palette-sheet.is-phone{max-height:104px;transition:max-height .25s var(--ease)}.palette-sheet.is-phone.is-expanded{max-height:46dvh}.sheet-handle-row{cursor:pointer;color:var(--muted);align-items:center;gap:10px;padding:6px 12px 4px;display:flex;position:relative}.sheet-handle{background:var(--border);border-radius:2px;width:36px;height:4px;position:absolute;top:4px;left:50%;transform:translate(-50%)}.sheet-title{font-family:var(--font-head);color:var(--text);flex:1;margin-top:6px;font-size:12.5px;font-weight:600}.sheet-shapes{-webkit-overflow-scrolling:touch;min-height:0;padding:4px 10px 10px;overflow:auto}.sheet-shapes.is-row{gap:6px;display:flex;overflow:auto hidden}.sheet-shapes.is-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;display:grid}.timeline{background:var(--surface);border-top:1px solid var(--border);-webkit-user-select:none;user-select:none;flex-direction:column;min-width:0;min-height:0;display:flex}.tl-body{flex:1;min-height:0;display:flex}.tl-head{width:var(--head-col);border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;display:flex}.tl-head-row{color:var(--muted);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;padding:0 8px;font-size:12px;display:flex}.tl-head-ruler{height:26px;padding-left:4px}.tl-head-audio{height:52px}.tl-head-phonemes{height:38px}.tl-head-phonemes.has-words{height:54px}.tl-head-visemes{border-bottom:0;flex:1;height:64px}.tl-tracks{touch-action:none;background:var(--bg);flex:1;min-width:0;position:relative;overflow:hidden}.tl-tracks>*{display:block}.tl-ruler{border-bottom:1px solid var(--border);cursor:ew-resize;width:100%;height:26px}.tl-audio{border-bottom:1px solid var(--border);pointer-events:none;width:100%;height:52px}.tl-phonemes{border-bottom:1px solid var(--border);height:38px;position:relative;overflow:hidden}.tl-phonemes.has-words{height:54px}.tl-word{height:14px;color:var(--text);white-space:nowrap;text-overflow:ellipsis;border-left:1px solid var(--border);padding-left:3px;font-size:10.5px;position:absolute;top:3px;overflow:hidden}.tl-word.is-interp{color:var(--muted);font-style:italic}.tl-phoneme{height:22px;color:var(--muted);background:var(--surface2);border:1px solid var(--border);white-space:nowrap;box-sizing:border-box;border-radius:5px;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;bottom:5px;overflow:hidden}.tl-visemes{flex:1;height:64px;min-height:64px;position:relative;overflow:hidden}.kf{cursor:grab;box-sizing:border-box;touch-action:none;border:1.5px solid;border-radius:7px;justify-content:center;align-items:center;height:44px;font-size:11.5px;font-weight:600;transition:box-shadow .12s;display:flex;position:absolute;top:10px;overflow:hidden}.kf:active{cursor:grabbing}.kf.is-ai{color:#ffb3c3;background:#ff4b722e;border-color:#ff4b72b3}.kf.is-manual{color:#b6ffd6;background:#00e67629;border-color:#00e676bf}.kf.is-rest{color:var(--muted);background:#8b949e14;border-style:dashed;border-color:#8b949e80}.kf.is-selected{z-index:2;border-width:2px;border-color:#fff;box-shadow:0 0 0 1px #ffffff40,0 4px 14px #00000059}.kf-label{pointer-events:none;white-space:nowrap;text-overflow:ellipsis;padding:0 4px;overflow:hidden}.kf-edge{cursor:ew-resize;width:7px;position:absolute;top:0;bottom:0}.kf-edge-l{left:0}.kf-edge-r{right:0}.kf.is-selected .kf-edge:after{content:"";background:#ffffffb3;border-radius:1px;width:2px;position:absolute;top:12px;bottom:12px;left:2px}.kf.is-selected .kf-edge-r:after{left:auto;right:2px}.kf-gap{color:#00f2fecc;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:0 0;border:1.5px dashed #00f2fe80;border-radius:7px;height:36px;font-size:11px;position:absolute;top:14px;overflow:hidden}.kf-gap:hover{background:var(--cyan-dim)}.tl-playhead{border-left:2px solid var(--cyan);z-index:5;cursor:ew-resize;width:0;margin-left:-1px;position:absolute;top:0;bottom:0;box-shadow:0 0 8px #00f2feb3}.tl-playhead:before{content:"";width:16px;position:absolute;top:0;bottom:0;left:-8px}.tl-playhead-tri{border-left:6px solid #0000;border-right:6px solid #0000;border-top:9px solid var(--cyan);width:0;height:0;position:absolute;top:0;left:-6px}.tl-foot{border-top:1px solid var(--border);flex-shrink:0;align-items:center;gap:10px;height:34px;padding:4px 10px;display:flex}.tl-legend{color:var(--muted);white-space:nowrap;gap:12px;font-size:11px;display:flex}.tl-legend span{align-items:center;gap:5px;display:inline-flex}.lg{border-radius:3px;width:10px;height:10px;display:inline-block}.lg-ai{border:1px solid var(--coral);background:#ff4b7266}.lg-manual{border:1px solid var(--green);background:#00e67659}.lg-rest{border:1px dashed var(--muted)}.tl-minimap{border:1px solid var(--border);cursor:pointer;border-radius:4px;flex:1;min-width:60px;height:20px}.tl-zoom{align-items:center;gap:2px;display:flex}.tl-zoom-range{width:90px}.timeline.is-compact .tl-head-row{justify-content:center;padding:0}.timeline.is-compact .tl-foot{gap:6px;padding:4px 6px}.timeline.is-compact .tl-zoom-range{display:none}.timeline.is-compact .tl-legend{gap:8px}.timeline.is-compact .tl-audio,.timeline.is-compact .tl-head-audio{height:40px}@media (pointer:coarse){.tl-zoom .btn-sm{width:30px;height:30px}.tl-foot .btn-icon.btn-sm{width:30px}}.radial-layer{z-index:90;touch-action:none;position:fixed;inset:0}.radial{width:0;height:0;position:absolute}.radial-center{background:var(--surface);border:2px solid var(--border);width:60px;height:60px;box-shadow:var(--shadow-2);cursor:pointer;z-index:2;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:-30px;left:-30px}.radial-center-label{font-family:var(--font-head);font-size:12px;font-weight:600}.radial-item{border:2px solid var(--border);background:var(--surface2);cursor:pointer;width:52px;height:52px;transition:border-color .1s, background .1s, scale .15s var(--spring);animation:pop .2s var(--spring);box-shadow:var(--shadow-1);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:0;display:flex;position:absolute;top:-26px;left:-26px}.radial-item img{object-fit:contain;pointer-events:none;width:30px;height:22px}.radial-item span{pointer-events:none;font-size:9px;font-weight:600;line-height:1}.radial-item.is-current{border-color:var(--muted)}.radial-item.is-hover,.radial-item:hover{border-color:var(--coral);background:var(--coral-dim);z-index:3;scale:1.12}.inspector{left:50%;bottom:calc(var(--timeline-h,290px) + 12px);width:min(460px,100% - 24px);box-shadow:var(--shadow-2);z-index:40;animation:pop .2s var(--spring);position:absolute;transform:translate(-50%)}.editor.mode-tablet .inspector{left:calc(50% - 36px)}.inspector-head{justify-content:space-between;align-items:center;padding:10px 12px 6px;display:flex}.inspector-body{flex-direction:column;gap:10px;padding:4px 12px 12px;display:flex}.choice{border:1px solid var(--border);border-radius:var(--r-card);cursor:pointer;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.choice.is-on{border-color:var(--coral);background:var(--coral-dim)}.choice.is-disabled{opacity:.5;cursor:not-allowed}.choice input{accent-color:var(--coral);margin-top:3px}.preset-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;display:grid}.preset{text-align:left;border:1.5px solid var(--border);border-radius:var(--r-card);background:var(--surface2);cursor:pointer;flex-direction:column;gap:4px;min-width:0;padding:10px 12px;display:flex}.preset.is-active{border-color:var(--cyan);background:var(--cyan-dim)}.render-live{border:1px solid var(--border);border-radius:var(--r-card);flex-direction:column;gap:6px;padding:10px 12px;display:flex}.renders{flex-direction:column;gap:6px;display:flex}.render-row{border:1px solid var(--border);border-radius:var(--r-card);align-items:center;gap:10px;padding:8px 10px;display:flex}.render-row.is-error{border-color:#ff4b7280}.render-row.is-error>svg{color:var(--coral)}.render-warn{align-items:center;gap:4px;margin-top:2px;display:flex}.render-name{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}@media (width<=480px){.render-row .btn-primary .btn-label{display:none}}.ms-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.ms-card{cursor:pointer;transition:border-color .15s, transform .2s var(--spring);overflow:hidden}.ms-card:hover{border-color:#3a4356;transform:translateY(-1px)}.ms-thumb{background:var(--viewport);background-image:radial-gradient(var(--grid-dot) 1px, transparent 1px);height:110px;color:var(--muted);border-bottom:1px solid var(--border);background-size:24px 24px;place-items:center;display:grid}.ms-thumb img{object-fit:contain;max-width:80%;max-height:80%}.ms-body{flex-direction:column;gap:4px;padding:12px;display:flex}.ms-detail-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:20px;display:grid}@media (width<=900px){.ms-detail-grid{grid-template-columns:1fr}}.slot-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;display:grid}.slot{border:1.5px dashed var(--border);border-radius:var(--r-card);background:var(--surface);cursor:pointer;flex-direction:column;gap:6px;min-height:150px;padding:10px;transition:border-color .15s,background .15s;display:flex;position:relative}.slot.has-shape{border-style:solid}.slot:hover,.slot.is-drag{border-color:var(--cyan);background:var(--cyan-dim)}.slot:not([role]){cursor:default}.slot:not([role]):hover{border-color:var(--border);background:var(--surface)}.slot-preview{background:var(--viewport);background-image:radial-gradient(var(--grid-dot) 1px, transparent 1px);height:80px;color:var(--muted);background-size:16px 16px;border-radius:6px;place-items:center;display:grid;overflow:hidden}.slot-preview img{object-fit:contain;max-width:90%;max-height:90%}.slot-info{flex-direction:column;display:flex}.slot-label{font-size:13px;font-weight:600}.slot-phonemes{color:var(--muted);font-size:10.5px}.slot-badges{align-items:center;gap:4px;display:flex;position:absolute;top:8px;right:8px}.slot-remove{border:1px solid var(--border);background:var(--surface2);width:22px;height:22px;color:var(--muted);cursor:pointer;border-radius:6px;place-items:center;padding:0;display:grid}.slot-remove:hover{color:var(--danger);border-color:var(--danger)}.slot-add{color:var(--cyan);justify-content:center;align-items:center;font-size:13px;font-weight:500}.anchor-box{background:var(--viewport);background-image:radial-gradient(var(--grid-dot) 1px, transparent 1px);border:1px solid var(--border);touch-action:none;background-size:16px 16px;border-radius:8px;width:100%;position:relative;overflow:hidden}.anchor-box.is-editable{cursor:crosshair}.anchor-box img{object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.anchor-cross{pointer-events:none;width:18px;height:18px;margin:-9px 0 0 -9px;position:absolute}.anchor-cross:before,.anchor-cross:after{content:"";background:var(--coral);position:absolute}.anchor-cross:before{width:2px;height:18px;top:0;left:8px}.anchor-cross:after{width:18px;height:2px;top:8px;left:0}.project-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.project-card{cursor:pointer;transition:border-color .15s, transform .2s var(--spring);flex-direction:column;display:flex;overflow:hidden}.project-card:hover{border-color:#3a4356;transform:translateY(-1px)}.project-card:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.pc-thumb{background:var(--viewport);background-image:radial-gradient(var(--grid-dot) 1px, transparent 1px);border-bottom:1px solid var(--border);background-size:24px 24px;height:84px;position:relative}.pc-wave{width:100%;height:100%;display:block}.pc-thumb-empty{height:100%;color:var(--muted);place-items:center;display:grid}.pc-duration{color:var(--cyan);background:#0d1117bf;border-radius:4px;padding:1px 6px;font-size:11px;position:absolute;bottom:6px;right:8px}.pc-body{flex-direction:column;gap:6px;padding:12px 12px 10px;display:flex}.pc-title{font-weight:600;font-family:var(--font-head);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.pc-meta{flex-wrap:wrap;gap:6px;display:flex}.pc-foot{align-items:center;gap:4px;margin-top:4px;display:flex}.dropzone{text-align:center;border:1.5px dashed var(--border);border-radius:var(--r-card);background:var(--surface2);color:var(--cyan);cursor:pointer;flex-direction:column;align-items:center;gap:6px;padding:26px 16px;transition:border-color .15s,background .15s;display:flex}.dropzone strong{color:var(--text)}.dropzone:hover,.dropzone.is-drag{border-color:var(--cyan);background:var(--cyan-dim)}.dropzone.has-file{border-style:solid;border-color:var(--green);color:var(--green)}.processing{place-items:center;min-height:100%;padding:24px 16px;display:grid}.processing-card{flex-direction:column;gap:14px;width:100%;max-width:520px;padding:24px;display:flex}.stepper{flex-direction:column;gap:10px;margin:8px 0;padding:0;list-style:none;display:flex}.step{color:var(--muted);align-items:center;gap:12px;display:flex}.step-dot{border:1px solid var(--border);width:28px;height:28px;font-size:12px;font-family:var(--font-mono);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.step-done{color:var(--text)}.step-done .step-dot{background:var(--green-dim);border-color:var(--green);color:var(--green)}.step-active{color:var(--text);font-weight:600}.step-active .step-dot{border-color:var(--cyan);color:var(--cyan);background:var(--cyan-dim)}.step-error .step-dot{border-color:var(--coral);color:var(--coral);background:var(--coral-dim)}@media (width>=600px){.stepper{flex-direction:row;justify-content:space-between}.step{text-align:center;flex-direction:column;flex:1;gap:6px;font-size:12px}}:root{--bg:#0d1117;--surface:#161b22;--surface2:#1c2230;--border:#2a3140;--text:#e6edf3;--muted:#8b949e;--viewport:#0b0e14;--grid-dot:#8b949e2e;--cyan:#00f2fe;--on-cyan:#04141a;--cyan-dim:#00f2fe24;--coral:#ff4b72;--coral-dim:#ff4b7229;--green:#00e676;--green-dim:#00e67629;--danger:#ff5c5c;--r-control:8px;--r-card:10px;--r-pill:20px;--control-h:36px;--touch-h:44px;--font-head:"Sora", "IBM Plex Sans", system-ui, sans-serif;--font-body:"IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--spring:cubic-bezier(.2, .9, .3, 1.15);--ease:cubic-bezier(.2, .7, .2, 1);--shadow-1:0 4px 16px #00000059;--shadow-2:0 12px 40px #00000080;--head-col:140px;--palette-w:300px;--transport-h:56px}@media (width<=1199px){:root{--head-col:110px;--palette-w:72px;--control-h:44px}}@media (width<=767px){:root{--head-col:44px;--transport-h:52px}}@media (pointer:coarse){:root{--control-h:44px}}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overscroll-behavior:none;margin:0;font-size:14px;line-height:1.45;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-head);letter-spacing:-.01em;margin:0;font-weight:600}h1{font-size:22px}h2{font-size:17px}h3{font-size:15px}p{margin:0}a{color:var(--cyan);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;color:inherit}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:500}.muted{color:var(--muted)}.small{font-size:12px}.cyan{color:var(--cyan)}.coral{color:var(--coral)}.green{color:var(--green)}.row{align-items:center;gap:8px;display:flex}.row-wrap{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.col{flex-direction:column;gap:8px;display:flex}.grow{flex:auto;min-width:0}.spacer{flex:1}.sr-only{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.btn{height:var(--control-h);border-radius:var(--r-control);cursor:pointer;white-space:nowrap;transition:background .15s var(--ease), border-color .15s, transform .15s var(--spring), opacity .15s;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13.5px;font-weight:500;display:inline-flex}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-sm{height:30px;padding:0 10px;font-size:12.5px}.btn-lg{height:44px;padding:0 18px;font-size:14px}.btn-primary{background:var(--cyan);color:var(--on-cyan);font-weight:600}.btn-primary:hover:not(:disabled){background:#5ff7ff}.btn-coral{border-color:var(--coral);color:var(--coral)}.btn-coral:hover:not(:disabled){background:var(--coral-dim)}.btn-green{border-color:var(--green);color:var(--green)}.btn-green:hover:not(:disabled){background:var(--green-dim)}.btn-ghost{border-color:var(--border);background:var(--surface2);color:var(--text)}.btn-ghost:hover:not(:disabled){background:#232a3a;border-color:#3a4356}.btn-outline{border-color:var(--border);color:var(--text)}.btn-outline:hover:not(:disabled){background:var(--surface2)}.btn-danger{border-color:var(--danger);color:var(--danger)}.btn-danger:hover:not(:disabled){background:#ff5c5c24}.btn-icon{width:var(--control-h);color:var(--muted);border-radius:var(--r-control);padding:0}.btn-icon:hover:not(:disabled){color:var(--text);background:var(--surface2)}.btn-icon.btn-sm{width:30px}.btn-icon.is-active{color:var(--cyan);background:var(--cyan-dim)}@media (pointer:coarse){.btn-sm{height:40px}.btn-icon.btn-sm{width:40px}}.field{flex-direction:column;gap:5px;min-width:0;display:flex}.field-label{color:var(--muted);font-size:12.5px;font-weight:500}.field-hint{color:var(--muted);font-size:12px}.field-error{color:var(--danger);font-size:12px}.input{width:100%;height:var(--control-h);border-radius:var(--r-control);background:var(--surface2);border:1px solid var(--border);color:var(--text);font:inherit;appearance:none;outline:none;min-width:0;padding:0 12px;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:#5b6573}.input:focus{border-color:var(--cyan);box-shadow:0 0 0 3px var(--cyan-dim)}.input-error{border-color:var(--danger)}.textarea{resize:vertical;height:auto;min-height:96px;padding:10px 12px;line-height:1.5}.select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%238b949e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8l5 5 5-5'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:32px}.input.mono{font-family:var(--font-mono);font-weight:500}.input[type=color]{cursor:pointer;width:56px;padding:4px}.input[type=range]{height:24px;accent-color:var(--cyan);background:0 0;border:0;padding:0}.password-wrap{position:relative}.password-wrap .input{padding-right:42px}.password-eye{position:absolute;top:50%;right:4px;transform:translateY(-50%)}.toggle{cursor:pointer;align-items:center;gap:10px;display:inline-flex}.toggle.is-disabled{opacity:.5;cursor:not-allowed}.toggle-track{background:var(--border);cursor:pointer;border:0;border-radius:11px;flex-shrink:0;width:40px;height:22px;padding:0;transition:background .2s;position:relative}.toggle-track.is-on{background:var(--cyan)}.toggle-knob{width:18px;height:18px;transition:transform .2s var(--spring);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px}.toggle-track.is-on .toggle-knob{background:var(--on-cyan);transform:translate(18px)}.toggle-label{font-size:13px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-card)}.card-pad{padding:16px}.pill{border-radius:var(--r-pill);background:var(--surface2);border:1px solid var(--border);white-space:nowrap;align-items:center;gap:6px;height:24px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.pill-cyan{color:var(--cyan);background:var(--cyan-dim);border-color:#00f2fe59}.pill-coral{color:var(--coral);background:var(--coral-dim);border-color:#ff4b7266}.pill-green{color:var(--green);background:var(--green-dim);border-color:#00e67666}.pill-muted{color:var(--muted)}.badge-png{font-family:var(--font-mono);letter-spacing:.04em;color:var(--green);background:var(--green-dim);border:1px solid #00e67680;border-radius:4px;padding:1px 5px;font-size:10px;font-weight:500}.divider{background:var(--border);height:1px;margin:12px 0}.shell{flex-direction:column;min-height:100%;display:flex}.shell-nav{border-bottom:1px solid var(--border);background:var(--surface);z-index:20;align-items:center;gap:6px;height:56px;padding:0 16px;display:flex;position:sticky;top:0}.shell-nav .brand{color:var(--text);align-items:center;gap:9px;margin-right:14px;display:flex}.shell-nav .brand:hover{text-decoration:none}.brand-mark{background:var(--viewport);border:1px solid var(--border);width:28px;height:28px;color:var(--cyan);border-radius:8px;place-items:center;display:grid}.brand-name{font-family:var(--font-head);font-size:15px;font-weight:600}.nav-link{border-radius:var(--r-control);height:36px;color:var(--muted);white-space:nowrap;align-items:center;gap:7px;padding:0 12px;font-weight:500;display:inline-flex}.nav-link:hover{color:var(--text);background:var(--surface2);text-decoration:none}.nav-link.active{color:var(--cyan);background:var(--cyan-dim)}.shell-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:20px 16px 40px}.page-head{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.page-head h1{flex:auto;min-width:0}@media (width<=767px){.shell-nav{gap:2px;padding:0 12px;overflow-x:auto}.shell-nav .txt{display:none}.shell-main{padding:14px 12px 32px}}.auth-wrap{place-items:center;min-height:100%;padding:24px 16px;display:grid}.auth-card{flex-direction:column;gap:16px;width:100%;max-width:400px;padding:28px 24px;display:flex}.auth-brand{align-items:center;gap:10px;margin-bottom:4px;display:flex}.auth-brand .brand-mark{width:36px;height:36px}.modal-backdrop{z-index:100;background:#04080eb3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-2);max-height:85vh;animation:pop .22s var(--spring);border-radius:14px;flex-direction:column;display:flex}@keyframes pop{0%{opacity:0;transform:scale(.96)translateY(8px)}}.modal-head{align-items:center;gap:10px;padding:14px 16px 10px;display:flex}.modal-title{flex:1;font-size:16px}.modal-body{flex-direction:column;gap:14px;padding:4px 16px 16px;display:flex;overflow:auto}.modal-foot{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}@media (width<=767px){.modal-backdrop{align-items:flex-end;padding:0}.modal{border-radius:16px 16px 0 0;max-height:92vh;max-width:100%!important}}.toast-host{z-index:200;pointer-events:none;flex-direction:column;gap:8px;width:min(460px,100vw - 32px);display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.toast{pointer-events:auto;border-radius:var(--r-card);background:var(--surface2);border:1px solid var(--border);box-shadow:var(--shadow-1);animation:pop .22s var(--spring);align-items:center;gap:10px;padding:10px 12px;display:flex}.toast-error{border-color:var(--danger);color:#ffd7d7}.toast-error svg{color:var(--danger)}.toast-success svg{color:var(--green)}.toast-info svg{color:var(--cyan)}.toast-msg{overflow-wrap:anywhere;flex:1;min-width:0;font-size:13px}.toast-action{border:1px solid var(--border);cursor:pointer;color:var(--cyan);background:0 0;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600}.toast-close{color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:4px;display:grid}.empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:48px 16px;display:flex}.empty-icon{background:var(--surface2);border:1px solid var(--border);width:56px;height:56px;color:var(--cyan);border-radius:16px;place-items:center;display:grid}.empty-title{color:var(--text)}.empty-action{margin-top:8px}.spinner{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.center-loading{color:var(--cyan);place-items:center;padding:60px;display:grid}.table-wrap{border:1px solid var(--border);border-radius:var(--r-card);overflow-x:auto}.table{border-collapse:collapse;width:100%;min-width:560px;font-size:13px}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px}.table th{color:var(--muted);background:var(--surface2);font-size:12px;font-weight:500}.table tr:last-child td{border-bottom:0}.form-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.section{flex-direction:column;gap:12px;display:flex}.section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px;font-weight:600}.progress{background:var(--border);border-radius:3px;height:6px;overflow:hidden}.progress>i{background:var(--cyan);height:100%;transition:width .3s var(--ease);border-radius:3px;display:block}.kbd{font-family:var(--font-mono);border:1px solid var(--border);background:var(--surface2);color:var(--muted);border-radius:4px;padding:1px 5px;font-size:11px}.banner{border-radius:var(--r-card);background:var(--coral-dim);color:var(--text);border:1px solid #ff4b7266;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}
