:root{color-scheme:dark;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eef2f5;background:#090b0e;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #090b0e;--surface: #101318;--surface-2: #161a20;--border: #242a31;--muted: #828b96;--muted-2: #5f6873;--accent: #00ffbc;--accent-ink: #031a13;--danger: #ff6b6b}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{min-width:320px}button,input,select{font:inherit}button,label,select,input[type=range]{-webkit-tap-highlight-color:transparent}#app{display:grid;grid-template-rows:64px minmax(0,1fr);background:var(--bg)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 22px;border-bottom:1px solid var(--border);background:#0d1014f5;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:11px}.brand-logo{width:32px;height:32px;flex:0 0 32px;object-fit:contain}.brand h1{font-size:14px;line-height:1.15;letter-spacing:.045em;margin:0;font-weight:720}.brand p{color:var(--muted);font-size:11px;margin:4px 0 0}.model-state{color:#aab2bc;display:flex;align-items:center;gap:8px;font-size:12px}.state-dot{width:7px;height:7px;border-radius:50%;background:#f3b64a;box-shadow:0 0 0 3px #f3b64a1f}.model-state.ready .state-dot{background:var(--accent);box-shadow:0 0 0 3px #00ffbc1f}.model-state.error .state-dot{background:var(--danger);box-shadow:0 0 0 3px #ff6b6b1f}.workspace{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 340px}.viewport-shell{position:relative;min-width:0;min-height:0;background:radial-gradient(circle at 52% 42%,#242a2f 0,#181c20 42%,#101216);overflow:hidden}#viewport,#viewport canvas{width:100%;height:100%;display:block}.viewport-hint{position:absolute;left:18px;bottom:16px;display:flex;gap:8px;color:#89929c;font-size:10px;pointer-events:none}.viewport-hint span{background:#0a0c0fa8;border:1px solid rgba(255,255,255,.07);border-radius:6px;padding:6px 8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.viewport-hint b{color:#d1d6dc;font-weight:600}.icon-button{width:32px;height:32px;display:inline-grid;place-items:center;padding:0;color:#9da5ae;background:transparent;border:1px solid transparent;border-radius:7px;cursor:pointer;transition:.18s ease}.icon-button:hover{color:#fff;background:#20252c;border-color:#303741}.icon-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reset-view{position:absolute;right:16px;top:16px;background:#0e1115b8;border-color:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.loading-card{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:max-content;height:42px;display:flex;align-items:center;gap:10px;padding:0 16px;border-radius:8px;background:#0a0c0fc2;border:1px solid rgba(255,255,255,.09);color:#cbd1d7;font-size:12px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);transition:opacity .25s}.loading-card.hidden{opacity:0;pointer-events:none}.spinner{width:14px;height:14px;border:2px solid #3f464e;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:absolute;left:50%;bottom:54px;transform:translate(-50%,8px);opacity:0;pointer-events:none;color:#e8edf1;background:#0c0e11e6;border:1px solid #343b44;border-radius:7px;padding:9px 13px;font-size:11px;transition:.2s ease;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%)}.toast.error{border-color:#ff6b6b73;color:#ffd0d0}.panel{min-width:0;overflow:auto;scrollbar-width:thin;scrollbar-color:#353b43 transparent;border-left:1px solid var(--border);background:#0e1115}.panel-section{padding:20px;border-bottom:1px solid var(--border)}.section-heading,.section-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-heading{align-items:flex-start;margin-bottom:15px}.eyebrow{display:block;margin-bottom:5px;color:var(--accent);font-size:9px;font-weight:750;letter-spacing:.14em}h2,h3{margin:0}h2{font-size:16px;letter-spacing:-.02em}h3{color:#dbe0e5;font-size:12px;font-weight:640}.privacy-badge{display:flex;align-items:center;gap:4px;padding:5px 7px;background:#00ffbc13;border:1px solid rgba(0,255,188,.16);border-radius:999px;color:#70ffda;font-size:9px;white-space:nowrap}.privacy-badge svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.drop-zone{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;text-align:center;cursor:pointer;border:1px dashed #3b424c;border-radius:9px;background:#12161b;transition:.18s ease}.drop-zone:hover,.drop-zone.dragging{border-color:var(--accent);background:#00ffbc09}.drop-zone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload-icon{display:grid;place-items:center;width:34px;height:34px;margin-bottom:10px;color:var(--accent);background:#00ffbc14;border-radius:8px}.upload-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.drop-title{color:#e8ecef;font-size:12px;font-weight:620}.drop-copy{max-width:240px;color:var(--muted);font-size:9px;line-height:1.55;margin-top:6px}.file-card{display:flex;align-items:center;gap:10px;margin-top:10px;padding:9px;background:#15191e;border:1px solid #292f37;border-radius:8px}.file-icon{flex:0 0 30px;height:30px;display:grid;place-items:center;color:var(--accent);background:#00ffbc14;border-radius:6px}.file-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.file-meta{min-width:0;display:flex;flex:1;flex-direction:column;gap:3px}.file-meta strong{overflow:hidden;color:#e2e6ea;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.file-meta small{color:var(--muted);font-size:9px}.file-card .icon-button{flex:0 0 auto;width:28px;height:28px}.timecode{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px}.transport{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:15px 0 14px}.play-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:88px;height:34px;padding:0 14px;color:var(--accent-ink);background:var(--accent);border:0;border-radius:7px;font-size:11px;font-weight:720;cursor:pointer;transition:.16s ease}.play-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.play-button:disabled{opacity:.35;cursor:not-allowed}.play-button svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.play-button .play-symbol{fill:currentColor;stroke:none}.pause-symbol,.play-button.playing .play-symbol{display:none}.play-button.playing .pause-symbol{display:block}.switch-row{display:flex;align-items:center;gap:9px;color:#b7bec6;font-size:10px;cursor:pointer}.switch-row input,.check-control input{position:absolute;opacity:0;pointer-events:none}.switch{position:relative;width:30px;height:17px;background:#313740;border-radius:999px;transition:.18s}.switch:after{content:"";position:absolute;top:3px;left:3px;width:11px;height:11px;background:#a7aeb6;border-radius:50%;transition:.18s}.switch-row input:checked+.switch{background:var(--accent)}.switch-row input:checked+.switch:after{left:16px;background:#003c2d}.timeline{width:100%;height:3px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,var(--accent) var(--progress, 0%),#323840 var(--progress, 0%));border-radius:2px;outline:none;cursor:pointer}.timeline:disabled{opacity:.38;cursor:not-allowed}.timeline::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:11px;height:11px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #00ffbc24}.timeline::-moz-range-thumb{width:11px;height:11px;border:0;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #00ffbc24}.audio-controls{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:15px}.audio-button{width:28px;height:28px;display:grid;place-items:center;padding:0;color:#c8ced4;background:#171b20;border:1px solid #2d343c;border-radius:6px;cursor:pointer}.audio-button:hover:not(:disabled){color:var(--accent);border-color:#17604f}.audio-button:disabled{opacity:.35;cursor:not-allowed}.audio-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.muted-symbol,.audio-button.muted .volume-symbol{display:none}.audio-button.muted .muted-symbol{display:block}.volume-control{min-width:0;display:grid;grid-template-columns:auto minmax(54px,1fr);align-items:center;gap:8px;color:#8d96a0;font-size:9px}.volume-control input{width:100%;height:3px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,var(--accent) var(--volume, 100%),#323840 var(--volume, 100%));border-radius:2px;outline:none;cursor:pointer}.volume-control input:disabled{opacity:.35;cursor:not-allowed}.volume-control input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#d7dce0}.volume-control input::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:#d7dce0}.audio-note{color:#626b75;font-size:8px;white-space:nowrap}.text-button{padding:0;color:var(--muted);background:none;border:0;font-size:9px;cursor:pointer}.text-button:hover{color:var(--accent)}.control-grid{display:grid;gap:9px;margin-top:13px}.select-control,.check-control{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 11px;background:#14181d;border:1px solid #272d34;border-radius:7px;color:#bbc2c9;font-size:10px}.select-control select{min-width:78px;color:#dce1e5;background:#1d2228;border:1px solid #323943;border-radius:5px;outline:none;padding:5px 24px 5px 8px;font-size:10px;cursor:pointer}.check-control{cursor:pointer}.check-copy{display:flex;flex-direction:column;gap:3px}.check-copy strong{color:#cfd4d9;font-size:10px;font-weight:550}.check-copy small{color:var(--muted-2);font-size:8px}.checkbox{width:16px;height:16px;display:grid;place-items:center;color:#003226;border:1px solid #444c56;border-radius:4px;transition:.15s}.checkbox svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.4;opacity:0}.check-control input:checked+.checkbox{background:var(--accent);border-color:var(--accent)}.check-control input:checked+.checkbox svg{opacity:1}.model-info{display:grid;gap:9px;margin:13px 0 0}.model-info div{display:flex;justify-content:space-between;gap:10px;font-size:10px}.model-info dt{color:var(--muted)}.model-info dd{margin:0;color:#cbd1d6}.panel-footer{padding:15px 20px 20px;color:#626b75;font-size:9px;line-height:1.55}@media(max-width:800px){html,body,#app{min-height:100%;height:auto;overflow:auto}#app{grid-template-rows:58px auto}.topbar{padding:0 14px}.workspace{display:flex;flex-direction:column}.viewport-shell{height:56vh;min-height:380px}.panel{border-top:1px solid var(--border);border-left:0;overflow:visible}.viewport-hint{left:10px;bottom:10px;gap:4px}.viewport-hint span{padding:5px 6px}}@media(max-width:420px){.brand p{display:none}.model-state span:last-child{max-width:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewport-shell{height:52vh;min-height:330px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
