.cb-scrollable-list{display:flex;flex-direction:column;gap:.5rem;max-height:calc(100vh - 510px);overflow-y:auto;overflow-x:hidden;padding-right:6px}.cb-scrollable-list::-webkit-scrollbar{width:8px}.cb-scrollable-list::-webkit-scrollbar-track{background:transparent;border-radius:4px}.cb-scrollable-list::-webkit-scrollbar-thumb{background:var(--tool-border-accent);border-radius:4px}.cb-scrollable-list::-webkit-scrollbar-thumb:hover{background:var(--tool-accent)}.cb-scrollable-list::-webkit-scrollbar-button{display:none;height:0}.cb-scrollable-list::-webkit-scrollbar-corner{background:transparent}.cb-select{padding:.4rem .6rem;background:var(--tool-bg-elevated);border:1px solid var(--tool-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.8rem;cursor:pointer;outline:none}.cb-select:focus{border-color:var(--tool-accent)}.cb-file-drop{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:2px dashed var(--tool-border-accent);border-radius:var(--radius-md);background:transparent;color:var(--text-muted);font-size:.82rem;cursor:pointer;transition:all .15s ease}.cb-file-drop:hover{border-color:var(--tool-accent);background:var(--tool-accent-glow)}.cb-file-drop.cb-file-loaded{border-style:solid;border-color:var(--tool-accent-dim);color:var(--text-primary)}.cb-file-drop .material-icons{font-size:1.1rem}.cb-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;background:var(--tool-accent);color:#fff;border:none;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;cursor:pointer;transition:filter .15s ease}.cb-btn-primary:hover{filter:brightness(1.15)}.cb-btn-primary .material-icons{font-size:1rem}.cb-btn-ghost{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;background:var(--tool-bg-surface);border:1px solid var(--tool-border-accent);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.cb-btn-ghost:hover{border-color:var(--tool-accent);background:var(--tool-accent);color:#fff}.cb-btn-ghost .material-icons{font-size:1rem}.cb-btn-danger{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;background:transparent;border:1px solid var(--tool-border-accent);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.cb-btn-danger:hover{background:var(--error);color:#fff;border-color:var(--error)}.cb-btn-danger .material-icons{font-size:16px}.cb-btn-icon{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:var(--radius-sm);transition:color .15s ease,background .15s ease}.cb-btn-icon:hover{color:var(--text-primary);background:var(--tool-bg-hover)}.cb-btn-icon .material-icons{font-size:1rem}.cb-btn-sm{padding:.3rem .6rem;font-size:.72rem}.cb-btn-sm .material-icons{font-size:.85rem}.cb-welcome-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.cb-error-toast.hidden{display:none!important}.cb-error-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:10000;min-width:300px;max-width:500px;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 4px 20px #00000080;animation:cb-error-slide-in .3s ease}.cb-error-content{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#2a1a1a;border:1px solid rgba(248,113,113,.3)}.cb-error-text{flex:1;font-size:.82rem;color:var(--error)}.cb-error-close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.1rem;padding:0;line-height:1}.cb-error-close:hover{color:var(--text-primary)}.cb-error-countdown{height:3px;background:#f8717126}.cb-error-countdown-bar{height:100%;background:var(--error);animation:cb-error-countdown 5s linear forwards}@keyframes cb-error-slide-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes cb-error-countdown{0%{width:100%}to{width:0%}}.cb-toast.hidden{display:none!important}.cb-toast{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:10000;min-width:250px;max-width:500px;padding:.5rem 1.2rem;border-radius:0 0 var(--radius-md) var(--radius-md);font-size:.82rem;font-weight:500;pointer-events:none;animation:cb-toast-slide-in .25s ease}.cb-toast--success{background:#989f2926;border:1px solid var(--pcp-accent, #989F29);border-top:none;color:var(--pcp-accent, #989F29)}.cb-toast--info{background:#4ade8026;border:1px solid var(--success, #4ade80);border-top:none;color:var(--success, #4ade80)}@keyframes cb-toast-slide-in{0%{opacity:0;transform:translate(-50%) translateY(-100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cb-confirm-overlay.hidden{display:none!important}.cb-confirm-overlay{position:fixed;inset:0;z-index:9500;display:flex;align-items:center;justify-content:center;background:#0000008c}.cb-confirm-dialog{background:var(--tool-bg-elevated);border:1px solid var(--tool-border);border-radius:var(--radius-md);padding:1.5rem 1.75rem;max-width:400px;width:90%;box-shadow:0 8px 32px #0006;animation:cb-confirm-in .15s ease-out}@keyframes cb-confirm-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cb-confirm-message{font-size:.88rem;color:var(--text-primary);line-height:1.5;margin:0 0 1.25rem}.cb-confirm-actions{display:flex;justify-content:flex-end;gap:.5rem}.cb-confirm-cancel{padding:.45rem 1rem;background:transparent;border:1px solid var(--tool-border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:.82rem;cursor:pointer;transition:all .15s ease}.cb-confirm-cancel:hover{color:var(--text-primary);border-color:var(--text-muted)}.cb-confirm-ok{padding:.45rem 1rem;background:var(--error);border:none;border-radius:var(--radius-sm);color:#fff;font-size:.82rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.cb-confirm-ok:hover{opacity:.85}.cb-confirm-dialog.cb-confirm--accent .cb-confirm-ok{background:var(--pcp-accent, #989F29)}.cb-confirm-filelist{margin:.5rem 0 0;display:flex;flex-direction:column;gap:.15rem}.cb-confirm-filename{font-family:var(--font-mono, monospace);font-size:.75rem;color:var(--pcp-accent, #989F29);line-height:1.3}.cb-project-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--tool-border);border-radius:var(--radius-md);background:var(--tool-bg-surface);transition:all .15s ease;cursor:pointer}.cb-project-card:hover{border-color:var(--tool-accent);background:var(--tool-bg-elevated)}.cb-card-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.cb-card-icon .material-icons{font-size:1.4rem;color:var(--tool-accent)}.cb-card-info{flex:1;min-width:0}.cb-card-text{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;min-width:0;text-align:left}.cb-card-name{font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.3rem}.cb-card-meta{display:flex;align-items:flex-end;gap:.75rem}.cb-meta-time{font-size:.6rem;color:var(--text-muted);white-space:nowrap;margin-right:.5rem;line-height:1.2;align-self:flex-end}.cb-meta-stat{display:flex;flex-direction:column;align-items:center;line-height:1.2}.cb-meta-stat-value{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.cb-meta-stat-label{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.cb-card-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.cb-card-load{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .6rem;border-radius:var(--radius-sm);font-size:.72rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;background:var(--tool-accent);border:1px solid var(--tool-accent);color:#fff}.cb-card-load:hover{filter:brightness(1.15)}.cb-card-load .material-icons{font-size:.85rem}.cb-card-more{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.2rem;border-radius:3px;transition:all .12s ease}.cb-card-more:hover{color:var(--text-primary);background:var(--tool-bg-hover)}.cb-card-more .material-icons{font-size:1.1rem}.cb-sample-card .cb-card-more{opacity:.3;cursor:default;pointer-events:none}.cb-card-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:var(--tool-accent);color:#fff;border-radius:11px;font-size:.65rem;font-weight:600}.cb-card-menu{position:absolute;z-index:9000;min-width:160px;padding:.3rem 0;background:#1c1c21;border:1px solid #3d3d45;border-radius:4px;box-shadow:0 4px 12px #00000080}.cb-card-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .75rem;background:none;border:none;color:#aaa;font-size:.78rem;cursor:pointer;transition:all .1s ease;text-align:left}.cb-card-menu-item:hover{background:#242429;color:#e8e8e8}.cb-card-menu-item.cb-menu-danger:hover{color:#f87171}.cb-card-menu-item .material-icons{font-size:1rem}.cb-modal-overlay.hidden{display:none!important}.cb-modal-overlay{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;background:#0009}.cb-modal{position:relative;background:var(--tool-bg-elevated);border:1px solid var(--tool-border);border-radius:var(--radius-lg, 8px);padding:1.5rem;max-width:500px;width:90%;box-shadow:0 4px 20px #0006;display:flex;flex-direction:column}.cb-modal-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;line-height:1;padding:0;transition:color .15s ease}.cb-modal-close:hover{color:var(--text-primary)}.cb-modal-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.cb-modal-hint{font-size:.85rem;color:var(--text-secondary);margin:0 0 1rem;padding-right:2rem;line-height:1.5}.cb-modal-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.cb-modal-field label{display:block;font-size:.8rem;color:var(--text-secondary);margin-bottom:.4rem}.cb-modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.cb-modal-cancel{padding:.4rem 1rem;border:1px solid var(--tool-border);border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);cursor:pointer;font-size:.82rem;transition:all .15s ease}.cb-modal-cancel:hover{background:var(--tool-bg-hover)}.cb-modal-confirm{padding:.4rem 1rem;border:1px solid var(--tool-accent);border-radius:var(--radius-sm);background:var(--tool-accent);color:#fff;cursor:pointer;font-size:.82rem;font-weight:500;transition:all .15s ease}.cb-modal-confirm:hover{filter:brightness(1.15)}.cb-modal-confirm:disabled{opacity:.4;cursor:not-allowed}.mp-player{--mp-accent: #999;--mp-bg-surface: #151518;--mp-bg-elevated: #1c1c21;--mp-text: rgba(255, 255, 255, .7);--mp-text-muted: rgba(255, 255, 255, .5);--mp-drawer-width: 234px;--mp-max-width: 1400px}.mp-player{position:fixed;bottom:0;left:var(--mp-drawer-width);right:0;z-index:100;background:var(--mp-bg-surface);border-top:1px solid rgba(255,255,255,.1);padding:.35rem 1.5rem .75rem}body.drawer-collapsed .mp-player{left:0}.mp-player.hidden{display:none}.mp-player .mp-body{position:relative;min-height:80px}.mp-player .mp-loading-spinner{position:absolute;inset:0;z-index:7;display:flex;align-items:center;justify-content:center;background:var(--mp-bg-elevated)}.mp-player .mp-loading-spinner.hidden{display:none}.mp-player .mp-loading-spinner:after{content:"";width:24px;height:24px;border:2.5px solid rgba(255,255,255,.15);border-top-color:#ffffffb3;border-radius:50%;animation:mp-spin .7s linear infinite}@keyframes mp-spin{to{transform:rotate(360deg)}}.mp-player .mp-empty-prompt{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;background:var(--mp-bg-elevated)}.mp-player .mp-empty-prompt.hidden{display:none}.mp-player .mp-empty-prompt:not(.hidden){cursor:pointer}.mp-player .mp-empty-icon{font-size:1.5rem;color:#ffffff4d;pointer-events:none}.mp-player .mp-empty-message{color:var(--mp-accent);font-size:.8rem}.mp-player .mp-empty-hint{color:#ffffff4d;font-size:.65rem;white-space:nowrap}.mp-player .mp-body.mp-drag-over .mp-empty-prompt{background:color-mix(in srgb,var(--mp-accent) 8%,var(--mp-bg-elevated));outline:2px dashed var(--mp-accent);outline-offset:-4px}.mp-player .mp-relink-prompt{position:absolute;inset:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;background:var(--mp-bg)}.mp-player .mp-relink-prompt.hidden{display:none}.mp-player .mp-relink-filename{font-size:.75rem;color:#fff}.mp-player .mp-load-area-btn{display:flex;align-items:center;gap:.5rem;background:var(--mp-accent);border:1px solid var(--mp-accent);color:#fff;cursor:pointer;padding:.5rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:600;transition:filter .15s ease}.mp-player .mp-load-area-btn:hover{filter:brightness(1.15)}.mp-player.mp-disabled{opacity:.3;pointer-events:none}.mp-player .mp-load-area-btn .material-icons{font-size:1.2rem}.mp-player .mp-relink-buttons{display:flex;align-items:center;gap:.5rem}.mp-player .mp-load-media-btn{background:transparent;border:1px solid var(--mp-accent);color:var(--mp-accent)}.mp-player .mp-load-media-btn:hover{background:color-mix(in srgb,var(--mp-accent) 15%,transparent);filter:none}.mp-player .mp-relink-btn:disabled{opacity:.4;cursor:not-allowed;filter:none}.mp-player .mp-relink-btn:disabled:hover{filter:none}.mp-player .mp-content{display:flex;flex-direction:column}.mp-player .mp-header{display:flex;align-items:center;gap:1rem;margin-bottom:0}.mp-player .mp-file-name{margin-left:auto;font-size:.8rem;font-weight:700;color:var(--mp-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0;max-width:200px}.mp-player .mp-file-name.hidden{display:none}.mp-player .mp-controls{display:flex;align-items:center;gap:.75rem}.mp-player .mp-controls.hidden{display:none}.mp-player .mp-unload-btn{position:relative;background:none;border:none;color:#c8646499;cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;transition:color .15s ease}.mp-player .mp-unload-btn .material-icons{font-size:1.1rem}.mp-player .mp-unload-btn:hover{color:#dc6464e6}.mp-player .mp-unload-btn.hidden{display:none}.mp-player .mp-unload-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:.5rem .75rem;background:var(--mp-bg-elevated);border:1px solid rgba(255,255,255,.1);border-radius:4px;color:var(--mp-text);font-size:.75rem;font-weight:400;line-height:1.4;white-space:nowrap;box-shadow:0 4px 16px #0000004d;z-index:110;pointer-events:none}.mp-player .mp-unload-btn:hover .mp-unload-tooltip{display:block}.mp-player .mp-toggle-btn{background:none;border:none;color:var(--mp-text-muted);cursor:pointer;padding:.15rem;line-height:1;border-radius:4px;transition:color .15s ease}.mp-player .mp-toggle-btn.hidden{display:none}.mp-player .mp-toggle-btn .material-icons{font-size:1rem;transition:transform .2s ease}.mp-player .mp-toggle-btn:hover{color:#ffffffe6}.mp-player.mp-minimized .mp-body,.mp-player.mp-minimized .mp-waveform{display:none}.mp-player.mp-minimized .mp-toggle-btn .material-icons{transform:rotate(180deg)}.mp-player .mp-waveform{position:relative;width:100%;min-height:80px;background:var(--mp-bg-elevated);border-radius:0;overflow:hidden;-webkit-user-select:none;user-select:none}.mp-player .mp-ctrl-btn{background:none;border:none;color:var(--mp-text);cursor:pointer;padding:.25rem;border-radius:4px;line-height:1;transition:all .15s ease}.mp-player .mp-ctrl-btn .material-icons{font-size:1.25rem}.mp-player .mp-ctrl-btn:hover{color:var(--mp-accent);background:#ffffff0d}.mp-player .mp-play-btn .material-icons{font-size:1.75rem}.mp-player .mp-time{font-size:.8rem;font-family:monospace;color:var(--mp-text);cursor:pointer;border-radius:3px;padding:1px 3px;transition:background .15s}.mp-player .mp-time:hover{background:color-mix(in srgb,var(--tool-accent, #999) 15%,transparent)}.mp-player .mp-time-sep{color:var(--mp-text-muted);margin:0 .15rem}.mp-seek-popover{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);display:flex;align-items:baseline;gap:6px;padding:6px 10px;background:#151518;border:1px solid rgba(255,255,255,.1);border-radius:6px;box-shadow:0 4px 16px #0009;white-space:nowrap;z-index:110}.mp-seek-input{width:12ch;padding:3px 5px;font-size:13px;font-family:monospace;color:#fff;background:#1c1c21;border:1px solid rgba(255,255,255,.15);border-radius:4px;outline:none;text-align:center}.mp-seek-input:focus{border-color:var(--tool-accent, #999)}.mp-seek-sep{color:#ffffff59;font-size:13px}.mp-seek-total{font-size:13px;font-family:monospace;color:#ffffff80}.mp-seek-go-btn{padding:0 10px;margin:0;font-size:12px;font-family:inherit;font-weight:600;line-height:1;border:none;border-radius:4px;background:transparent;color:var(--tool-accent, #999);cursor:pointer;transition:background .15s,color .15s;align-self:center}.mp-seek-go-btn:hover{background:color-mix(in srgb,var(--tool-accent, #999) 15%,transparent);color:#fff}.mp-player .mp-active-subtitle{flex:1;min-width:0;font-size:.8rem;font-family:monospace;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-player .mp-active-subtitle:empty{display:none}.mp-player .mp-minimap{width:100%;height:30px;background:var(--mp-bg-elevated);border-radius:0 0 4px 4px;overflow:hidden;margin-top:-4px;cursor:grab}.mp-player .mp-minimap:active{cursor:grabbing}.mp-player.mp-minimized .mp-minimap{display:none}.mp-player .mp-time-ruler{display:block;width:100%;height:24px;background:var(--mp-bg-surface)}.mp-player.mp-minimized .mp-time-ruler{display:none}.mp-player .mp-playhead-handle{position:absolute;z-index:10;cursor:grab;touch-action:none;line-height:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.mp-player .mp-playhead-handle.hidden{display:none}.mp-player .mp-playhead-handle.dragging{cursor:grabbing}.mp-player.mp-minimized .mp-playhead-handle{display:none}.mp-player .mp-zoom{display:flex;align-items:center;gap:.25rem;margin-right:.5rem;padding-right:.5rem;border-right:1px solid rgba(255,255,255,.1)}.mp-player .mp-zoom.hidden{display:none}.mp-player .mp-zoom-btn{padding:.15rem}.mp-player .mp-zoom-btn .material-icons{font-size:1.1rem}.mp-player .mp-zoom-btn:disabled{opacity:.3;cursor:default}.mp-player .mp-minimap-toggle{opacity:.4}.mp-player .mp-minimap-toggle.active{opacity:1;color:var(--mp-accent)}.mp-player .mp-mode-toggle{position:relative;color:var(--mp-accent)}.mp-player .mp-mode-toggle:hover{color:var(--mp-accent);filter:brightness(1.25)}.mp-player .mp-mode-toast{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);padding:.25rem .5rem;background:var(--mp-bg-elevated);border:1px solid rgba(255,255,255,.1);border-radius:3px;color:var(--mp-text);font-size:.68rem;font-weight:500;white-space:nowrap;box-shadow:0 2px 8px #0000004d;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:110}.mp-player .mp-mode-toast.visible,.mp-player .mp-mode-toggle:hover .mp-mode-toast{opacity:1}.mp-player .mp-toast{position:absolute;top:.5rem;left:50%;transform:translate(-50%);padding:4px 10px;background:#000000d9;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#ffffffd9;font-size:.75rem;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:120}.mp-player .mp-toast.visible{opacity:1}.mp-player .mp-shortcuts-btn{position:relative;color:#ffffffb3;transition:color .15s ease}.mp-player .mp-shortcuts-btn:hover{color:#fff}.mp-player .mp-shortcuts-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:0;padding:.6rem .85rem;background:var(--mp-bg-elevated);border:1px solid rgba(255,255,255,.1);border-radius:4px;color:var(--mp-text);font-size:.72rem;font-weight:400;line-height:1.3;white-space:nowrap;box-shadow:0 4px 16px #0000004d;z-index:110;pointer-events:none}.mp-player .mp-shortcuts-btn:hover .mp-shortcuts-tooltip{display:block}.mp-player .mp-shortcuts-title{font-weight:600;font-size:.75rem;color:#ffffffe6;margin-bottom:.4rem;padding-bottom:.3rem;border-bottom:1px solid rgba(255,255,255,.08)}.mp-player .mp-shortcuts-row{display:flex;gap:.5rem;padding:.15rem 0}.mp-player .mp-shortcuts-key{font-family:monospace;font-size:.68rem;font-weight:600;color:#ffffffd9;min-width:7rem;text-align:right;flex-shrink:0}.mp-player .mp-shortcuts-row>span:last-child{color:var(--mp-text-muted)}.mp-player .mp-speed-btn{font-family:monospace;font-size:.75rem;font-weight:600;min-width:2.2rem;text-align:center;padding:.1rem .3rem;margin-left:.35rem;border-radius:3px;color:var(--mp-text);background:#ffffff14;border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:background .15s ease}.mp-player .mp-speed-btn:hover{background:#ffffff26}.mp-player .mp-speed-btn.speed-modified{color:var(--mp-accent, #7b5cb8);border-color:var(--mp-accent, #7b5cb8)}.mp-video-float{position:fixed;z-index:99;background:var(--mp-bg-surface, #151518);border:1px solid rgba(255,255,255,.1);border-radius:6px;box-shadow:0 8px 32px #00000080;overflow:hidden;min-width:160px;bottom:220px;right:24px;width:360px}.mp-video-float.hidden{display:none}.mp-video-float-header{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;background:#ffffff0a;cursor:grab;-webkit-user-select:none;user-select:none}.mp-video-float-header:active{cursor:grabbing}.mp-video-float-title{font-size:.7rem;font-weight:600;color:#ffffff80;letter-spacing:.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mp-video-float-close{background:none;border:none;color:#fff6;cursor:pointer;font-size:1.1rem;line-height:1;padding:0 .15rem;transition:color .15s ease}.mp-video-float-close:hover{color:#fffc}.mp-video-float-close.mp-video-float-exit{display:flex;align-items:center;gap:2px;font-size:.65rem;font-weight:600;letter-spacing:.04em;padding:2px 6px;border-radius:3px;border:none;background:var(--mp-accent, var(--pcp-accent, #989F29));color:#fff}.mp-video-float-close.mp-video-float-exit:hover{filter:brightness(1.15);color:#fff}.mp-video-float-body{position:relative;background:#000;line-height:0;container-type:inline-size;overflow:hidden}.mp-video-float-body video{width:100%;height:auto;display:block}.mp-video-float-subs{position:absolute;top:calc(var(--sub-v-pos, 80) * 1%);left:calc(var(--sub-h-pos, 50) * 1%);width:max-content;box-sizing:border-box;padding:.4em 0;transform:translate(-50%,-100%);pointer-events:none;color:#fff;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:calc(clamp(12px,4.5cqi,24px) * var(--sub-font-scale, 1));font-weight:600;line-height:1.3;white-space:nowrap;text-align:var(--sub-align, center);text-shadow:-1px -1px 0 rgba(0,0,0,.8),1px -1px 0 rgba(0,0,0,.8),-1px 1px 0 rgba(0,0,0,.8),1px 1px 0 rgba(0,0,0,.8)}.mp-video-float-subs:empty{display:none}.mp-video-float-resize{position:absolute;bottom:0;right:0;width:16px;height:16px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 50%,rgba(255,255,255,.15) 50%)}.mp-player .mp-video-toggle-btn.active{color:var(--mp-accent, #999)}.mp-player .mp-video-toggle-btn.hidden{display:none}.mp-video-float-controls{padding:.4rem .5rem;display:flex;flex-direction:column;gap:.3rem;background:#ffffff0a}.mp-vfc-row{display:flex;align-items:center;gap:.4rem}.mp-vfc-icon{flex-shrink:0;width:22px;text-align:center;font-size:.7rem;font-weight:700;color:#ffffff80;line-height:1}.mp-vfc-icon.material-icons{font-size:.9rem;font-weight:400}.mp-vfc-slider{flex:1;min-width:0;height:14px;-webkit-appearance:none;appearance:none;background:transparent;outline:none;cursor:pointer;margin:0}.mp-vfc-slider::-webkit-slider-runnable-track{height:2px;background:#ffffff26;border-radius:1px}.mp-vfc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;background:var(--mp-accent, #999);border-radius:50%;cursor:pointer;margin-top:-4px;transition:transform .1s ease}.mp-vfc-slider::-webkit-slider-thumb:hover{transform:scale(1.3)}.mp-vfc-slider::-moz-range-track{height:2px;background:#ffffff26;border-radius:1px}.mp-vfc-slider::-moz-range-thumb{width:10px;height:10px;background:var(--mp-accent, #999);border:none;border-radius:50%;cursor:pointer}.mp-vfc-slider-rtl{direction:rtl}.mp-vfc-align-group{display:flex;flex-shrink:0;border:1px solid rgba(255,255,255,.12);border-radius:3px;overflow:hidden}.mp-vfc-align-btn{display:flex;align-items:center;justify-content:center;padding:.15rem .3rem;background:transparent;border:none;border-right:1px solid rgba(255,255,255,.08);color:#fff6;cursor:pointer;transition:all .12s ease;line-height:1}.mp-vfc-align-btn .material-icons{font-size:.85rem}.mp-vfc-align-btn:last-child{border-right:none}.mp-vfc-align-btn:hover{color:#ffffffb3;background:#ffffff0f}.mp-vfc-align-btn.active{color:#fff;background:var(--mp-accent, #999)}.mp-vfc-note{font-size:.6rem;color:#ffffff4d;text-align:center;padding:0 0 .1rem}.mp-vfc-reset-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#ffffff59;cursor:pointer;padding:.1rem;border-radius:3px;transition:color .12s ease;line-height:1}.mp-vfc-reset-btn .material-icons{font-size:.85rem}.mp-vfc-reset-btn:hover{color:var(--mp-accent, #999)}.mp-vfc-body{display:flex;flex-direction:column;gap:.3rem}.mp-vfc-body.collapsed{display:none}.mp-vfc-chevron{display:flex;align-items:center;justify-content:center;width:100%;background:none;border:none;color:#ffffff40;cursor:pointer;padding:0;line-height:1;transition:color .12s ease}.mp-vfc-chevron .material-icons{font-size:1rem;transition:transform .2s ease}.mp-vfc-chevron:hover{color:#ffffff80}.mp-vfc-chevron.collapsed .material-icons{transform:rotate(180deg)}@media(max-width:640px){.mp-player{left:0;padding:.75rem 1rem}}.mp-segment-quick-editor{position:fixed;z-index:9999;display:inline-flex;flex-direction:column;gap:5px;padding:6px;background:#151518;border:1px solid rgba(255,255,255,.1);border-radius:6px;box-shadow:0 4px 16px #0009}.mp-segment-quick-editor .mp-sqe-edit{min-width:200px;max-width:600px;min-height:26px;padding:4px 6px;font-size:13px;font-family:inherit;color:#ffffffb3;background:#1c1c21;border:1px solid rgba(255,255,255,.08);border-radius:4px;outline:none;line-height:1.4;white-space:pre-wrap;word-break:break-word}.mp-segment-quick-editor .mp-sqe-toolbar{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.mp-segment-quick-editor .mp-sqe-action-btn{padding:3px 8px;font-size:12px;font-family:inherit;border:1px solid var(--tool-accent, #7b5cb8);border-radius:4px;background:transparent;color:var(--tool-accent, #7b5cb8);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.mp-segment-quick-editor .mp-sqe-action-btn:disabled{color:color-mix(in srgb,var(--tool-accent, #7b5cb8) 35%,transparent);border-color:color-mix(in srgb,var(--tool-accent, #7b5cb8) 35%,transparent);cursor:default}.mp-segment-quick-editor .mp-sqe-action-btn.mp-sqe-underline-btn:disabled{text-decoration-color:color-mix(in srgb,var(--tool-accent, #7b5cb8) 35%,transparent)}.mp-segment-quick-editor .mp-sqe-action-btn:hover:not(:disabled){background:var(--tool-accent, #7b5cb8);color:#fff}.mp-segment-quick-editor .mp-sqe-action-btn.mp-sqe-underline-btn{border:none;border-radius:0;text-decoration:underline;text-underline-offset:2px}.mp-segment-quick-editor [data-tip]:after{bottom:auto;top:calc(100% + 6px)}.mp-segment-quick-editor .mp-sqe-fmt-btn{padding:.2rem .45rem;background:transparent;border:none;border-radius:3px;color:#ffffffb3;font-size:.8rem;cursor:pointer;transition:all .15s ease;line-height:1;flex-shrink:0}.mp-segment-quick-editor .mp-sqe-fmt-btn:hover{background:color-mix(in srgb,var(--tool-accent, #7b5cb8) 15%,transparent);color:var(--tool-accent, #7b5cb8)}.mp-segment-quick-editor .mp-sqe-case-wrapper{position:relative;display:flex;align-items:center}.mp-segment-quick-editor .mp-sqe-case-popover{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:4px;background:var(--tool-accent, #7b5cb8);border:1px solid var(--tool-accent, #7b5cb8);border-radius:4px;box-shadow:0 2px 8px #0006;overflow:hidden;z-index:1}.mp-segment-quick-editor .mp-sqe-case-option{display:block;width:100%;padding:4px 12px;border:1px solid transparent;border-radius:3px;background:transparent;color:#000;font-size:12px;font-weight:600;cursor:pointer;text-align:left;white-space:nowrap;transition:all .15s ease}.mp-segment-quick-editor .mp-sqe-case-option:hover{background:#000;color:#fff}.mp-segment-quick-editor .mp-sqe-autosplit-wrapper{position:relative;display:flex;align-items:center}.mp-segment-quick-editor .mp-sqe-autosplit-popover{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:4px;background:var(--tool-accent, #7b5cb8);border:1px solid var(--tool-accent, #7b5cb8);border-radius:4px;box-shadow:0 2px 8px #0006;overflow:hidden;z-index:1}.mp-segment-quick-editor .mp-sqe-autosplit-option{display:block;width:100%;padding:4px 12px;border:1px solid transparent;border-radius:3px;background:transparent;color:#000;font-size:12px;font-weight:600;cursor:pointer;text-align:left;white-space:nowrap;transition:all .15s ease}.mp-segment-quick-editor .mp-sqe-autosplit-option:hover{background:#000;color:#fff}.mp-segment-quick-editor .mp-sqe-delete-btn{margin-left:auto;padding:3px 6px;background:transparent;border:none;border-radius:3px;color:#fff6;cursor:pointer;transition:all .15s ease;line-height:1;display:flex;align-items:center}.mp-segment-quick-editor .mp-sqe-delete-btn:hover{color:#e55}.mp-segment-quick-editor .mp-sqe-delete-btn .material-icons{font-size:14px}.mp-player .mp-filmstrip{position:relative;width:100%;height:80px;background:var(--mp-bg-elevated);border-radius:4px;overflow:hidden;cursor:pointer}.mp-player .mp-filmstrip.hidden{display:none}.mp-player .mp-filmstrip-canvas{display:block;width:100%;height:100%;object-fit:cover}.mp-player .mp-filmstrip-playhead{position:absolute;top:0;bottom:0;width:2px;background:#facc15;pointer-events:none;z-index:3;transition:left .05s linear}.mp-player .mp-filmstrip-time-badge{position:absolute;top:-24px;transform:translate(-50%);background:#000c;color:#fff;font-size:11px;font-family:SF Mono,Menlo,monospace;padding:2px 6px;border-radius:3px;pointer-events:none;opacity:0;transition:opacity .15s;z-index:4;white-space:nowrap}.mp-player .mp-filmstrip:hover .mp-filmstrip-time-badge{opacity:1}.mp-player .mp-filmstrip-loading{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 50%,transparent 100%);background-size:200% 100%;animation:mp-filmstrip-shimmer 1.5s ease-in-out infinite;z-index:2}.mp-player .mp-filmstrip-loading.hidden{display:none}@keyframes mp-filmstrip-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mp-player.mp-viz-filmstrip .mp-waveform{visibility:hidden;position:absolute;pointer-events:none}.mp-player.mp-viz-filmstrip .mp-minimap{visibility:hidden;height:0;overflow:hidden}.mp-player.mp-viz-filmstrip .mp-playhead-handle{display:none}.mp-player.mp-viz-filmstrip .mp-zoom-in-btn,.mp-player.mp-viz-filmstrip .mp-zoom-out-btn,.mp-player.mp-viz-filmstrip .mp-zoom-fit-btn,.mp-player.mp-viz-filmstrip .mp-minimap-toggle{opacity:.3;pointer-events:none}.mp-player .mp-viz-toggle-btn.active{color:var(--mp-accent)}.mp-player.mp-minimized .mp-filmstrip{display:none}body.sw-page{--wizard-accent: #7b5cb8;--wizard-accent-dim: #6a4fa3;--wizard-accent-hover: #9b7cd8;--wizard-accent-glow: rgba(123, 92, 184, .25);--tool-accent: var(--wizard-accent);--tool-accent-dim: var(--wizard-accent-dim);--tool-accent-hover: var(--wizard-accent-hover);--tool-accent-glow: var(--wizard-accent-glow)}.subtitle-wrangler{--wizard-border: var(--tool-border);--wizard-border-accent: var(--tool-border-accent);--wizard-border-purple: rgba(123, 92, 184, .3);--wizard-bg-surface: var(--tool-bg-surface);--wizard-bg-elevated: var(--tool-bg-elevated);--wizard-bg-hover: var(--tool-bg-hover);height:100vh;overflow:hidden;display:flex;flex-direction:column}.subtitle-wrangler .main-content{display:flex;flex-direction:column;flex:1;min-height:0}.subtitle-wrangler .tool-description{flex-shrink:0}.subtitle-wrangler .sw-layout{display:flex;gap:2rem;flex:1;min-height:0;padding:.5rem 0 .25rem}.sw-operation-feedback{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:1000;padding:.45rem 1.2rem;border-radius:0 0 var(--radius-sm) var(--radius-sm);font-size:.82rem;font-weight:500;pointer-events:none;animation:swFeedbackSlideIn .2s ease}.sw-operation-feedback.hidden{display:none}.sw-operation-feedback--success{background:#4ade8026;border:1px solid var(--success, #4ade80);border-top:none;color:var(--success, #4ade80)}.sw-operation-feedback--warn{background:#fbbf2426;border:1px solid var(--warning, #fbbf24);border-top:none;color:var(--warning, #fbbf24)}@keyframes swFeedbackSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}.subtitle-wrangler .sw-layout.hidden{display:none}.subtitle-wrangler .sw-left-panel{flex:7;display:flex;flex-direction:column;gap:0;min-height:0}.subtitle-wrangler .mp-player{position:relative;left:auto;right:auto;bottom:auto}.subtitle-wrangler .sw-right-panel{flex:3;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;overflow-x:hidden}.subtitle-wrangler .sw-lane-selector{display:flex;align-items:center;gap:.5rem}.subtitle-wrangler .sw-lane-selector.hidden{display:none}.subtitle-wrangler .sw-lane-selector label{font-size:.85rem;font-weight:600;color:var(--wizard-accent);white-space:nowrap}.subtitle-wrangler .sw-framerate-header{display:flex;align-items:center;gap:.4rem;order:5;margin-left:auto}.subtitle-wrangler .sw-framerate-header.hidden{display:none}.subtitle-wrangler .sw-framerate-header label{display:flex;align-items:center;color:var(--text-muted)}.subtitle-wrangler .sw-framerate-header label .material-icons{font-size:1.1rem}.subtitle-wrangler .sw-framerate-header .cb-select{width:auto;font-size:.8rem;padding:.2rem .3rem}.subtitle-wrangler .sw-cached-sessions{margin-top:.5rem}.subtitle-wrangler .sw-cached-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.subtitle-wrangler .sw-cached-list-actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.subtitle-wrangler .sw-cached-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.subtitle-wrangler .sw-cached-description{color:var(--text-muted, #888);font-size:.78rem;line-height:1.5;margin:0 0 .75rem}.subtitle-wrangler .sw-expiry-accent{color:var(--warning, #ffb347);font-weight:600}.subtitle-wrangler .cb-card-meta{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.subtitle-wrangler .sw-picker{padding:0}.subtitle-wrangler .sw-picker.hidden{display:none}.subtitle-wrangler .sw-project-dropzone{padding:0}.subtitle-wrangler .sw-project-dropzone.hidden{display:none}.subtitle-wrangler .fcpxmld-pick-btn{pointer-events:all;margin-top:.75rem;background:var(--wizard-accent);border-color:var(--wizard-accent);color:#fff}.subtitle-wrangler .fcpxmld-pick-btn:hover{background:var(--wizard-accent-dim);border-color:var(--wizard-accent-dim);color:#fff}.subtitle-wrangler .sw-dropzone-notes{margin:1.25rem 0;font-size:.85rem;line-height:1.5;color:var(--text-muted)}.subtitle-wrangler .sw-dropzone-notes ul{margin:0;padding-left:1.25rem;list-style-type:disc}.subtitle-wrangler .sw-dropzone-notes li{margin-bottom:.4rem}.subtitle-wrangler .sw-dropzone-notes li:last-child{margin-bottom:0}.subtitle-wrangler .sw-dropzone-note-hint{font-size:.75rem;color:var(--text-muted);margin-left:.5rem;opacity:.7}.subtitle-wrangler .sw-dropzone-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.subtitle-wrangler .sw-dropzone-or{font-size:.85rem;color:var(--text-muted)}.subtitle-wrangler .sw-dropzone-btn{padding:.5rem 1rem;background:transparent;border:1px solid var(--wizard-accent, #7b5cb8);border-radius:var(--radius-sm);color:var(--wizard-accent, #7b5cb8);cursor:pointer;font-size:.85rem;font-weight:500;transition:all .15s ease}.subtitle-wrangler .sw-dropzone-btn:hover{background:var(--wizard-accent-glow);border-color:var(--wizard-accent)}.subtitle-wrangler .sw-dropzone-btn-accent{background:var(--wizard-accent, #7b5cb8);border-color:var(--wizard-accent, #7b5cb8);color:#fff}.subtitle-wrangler .sw-layout.sw-tools-disabled .sw-left-panel>:not(.sw-picker):not(.sw-project-dropzone){opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none}.subtitle-wrangler .sw-layout.sw-tools-disabled .sw-right-panel .sw-export-section,.subtitle-wrangler .sw-layout.sw-tools-disabled .sw-right-panel .sw-clear-btn{opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none}.subtitle-wrangler .sw-right-info{background:var(--wizard-bg-elevated);border:1px dashed var(--wizard-border);border-radius:var(--radius-md);padding:1rem}.subtitle-wrangler .sw-right-info.hidden{display:none}.subtitle-wrangler .sw-info-heading{margin:0 0 .35rem;font-size:.95rem;font-weight:700}.subtitle-wrangler .sw-info-body{margin:0;color:var(--text-muted);line-height:1.5;font-size:.85rem}.subtitle-wrangler .sw-info-highlight{color:var(--text-primary)}.subtitle-wrangler .sw-info-browser-note{margin:.75rem 0 0;color:var(--text-primary);font-size:.8rem;line-height:1.5}.subtitle-wrangler .sw-chrome-icon{vertical-align:-2px;margin-right:1px}.subtitle-wrangler .sw-right-panel.hidden{display:none}.subtitle-wrangler .sw-export-section.disabled{opacity:.4;pointer-events:none}.subtitle-wrangler .sw-subtitle-panel{display:flex;flex-direction:column;flex:1;min-height:0}.subtitle-wrangler .sw-subtitle-panel.hidden{display:none}.subtitle-wrangler .sw-subtitle-panel .subtitle-list{flex:1;min-height:200px;max-height:none}.subtitle-wrangler .sw-clear-btn{width:100%;padding:.75rem;border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .15s ease}.subtitle-wrangler .sw-download-project-btn{background:transparent;border:1px solid var(--wizard-accent);color:var(--wizard-accent);margin-top:.75rem}.subtitle-wrangler .sw-download-project-btn:hover:not(:disabled){background:var(--wizard-accent-glow)}.subtitle-wrangler .sw-download-project-btn:disabled{opacity:.5;cursor:not-allowed}.subtitle-wrangler .sw-clear-text{background:none;border:none;color:var(--error);text-decoration:underline;text-underline-offset:2px;padding:.25rem 0;margin-top:.5rem;text-align:right;display:block}.subtitle-wrangler .sw-clear-text:hover{color:#ff7a7a}.subtitle-wrangler .sw-export-section{background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-md);padding:1.25rem}.subtitle-wrangler .sw-section-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid var(--wizard-border);display:flex;align-items:center;gap:.4rem}.subtitle-wrangler .sw-info-icon{position:relative;display:inline-flex;cursor:help;color:var(--text-muted);transition:color .15s ease}.subtitle-wrangler .sw-info-icon .material-icons{font-size:1rem}.subtitle-wrangler .sw-info-icon:hover{color:var(--wizard-accent)}.subtitle-wrangler .sw-info-tooltip{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);width:260px;padding:.65rem .85rem;background:var(--wizard-bg-elevated);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.78rem;font-weight:400;line-height:1.45;box-shadow:0 4px 16px #0000004d;z-index:10;white-space:normal}.subtitle-wrangler .sw-info-icon:hover .sw-info-tooltip,.subtitle-wrangler .sw-info-icon:focus .sw-info-tooltip{display:block}.subtitle-wrangler .sw-filename-group{margin-bottom:1.25rem}.subtitle-wrangler .sw-filename-group label{display:block;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.subtitle-wrangler .sw-filename-input{width:100%;padding:.6rem .75rem;background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.9rem;font-family:var(--font-mono);box-sizing:border-box}.subtitle-wrangler .sw-filename-input:focus{outline:none;border-color:var(--wizard-accent)}.subtitle-wrangler .sw-filename-input:disabled{opacity:.5;cursor:not-allowed}.subtitle-wrangler .sw-export-grid label{display:flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:500;color:var(--text-secondary);margin-bottom:.5rem}.subtitle-wrangler .sw-export-info-icon{font-size:.85rem;color:var(--text-muted);cursor:help;opacity:.6;transition:opacity .15s ease}.subtitle-wrangler .sw-export-info-icon:hover{opacity:1}.subtitle-wrangler .sw-export-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.subtitle-wrangler .sw-export-btn{padding:.75rem;background:var(--wizard-bg-elevated);border:1px solid var(--wizard-border);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .15s ease}.subtitle-wrangler .sw-export-btn:hover:not(:disabled){background:var(--wizard-accent-glow);border-color:var(--wizard-accent);color:var(--wizard-accent)}.subtitle-wrangler .sw-export-btn:disabled{opacity:.5;cursor:not-allowed}.subtitle-wrangler .sw-export-btn-full{grid-column:1 / -1}.subtitle-wrangler .sw-template-row{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;cursor:pointer}.subtitle-wrangler .sw-template-checkbox{-webkit-appearance:none;appearance:none;width:14px;height:14px;border:1.5px solid var(--wizard-accent-dim);border-radius:3px;background:transparent;cursor:pointer;flex-shrink:0;pointer-events:none;position:relative;margin:0;vertical-align:middle;transition:border-color .15s ease}.subtitle-wrangler .sw-template-checkbox:checked{border-color:var(--wizard-accent)}.subtitle-wrangler .sw-template-checkbox:checked:after{content:"";position:absolute;top:0;left:3px;width:4px;height:8px;border:solid var(--wizard-accent);border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.subtitle-wrangler .sw-template-label{font-size:.8rem;line-height:14px;color:var(--text-muted);cursor:pointer;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s ease}.subtitle-wrangler .sw-template-label.active{color:var(--wizard-accent);font-weight:500}.subtitle-wrangler .sw-template-label.dimmed{color:var(--text-muted);opacity:.6}.subtitle-wrangler .sw-template-trash{background:none;border:none;color:var(--wizard-accent-dim);cursor:pointer;padding:0;line-height:1;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.subtitle-wrangler .sw-template-trash .material-icons{font-size:1rem}.subtitle-wrangler .sw-template-trash:hover{color:var(--wizard-accent)}.subtitle-wrangler .sw-template-trash.hidden{display:none}.subtitle-wrangler .template-hint{font-size:.9rem;color:var(--text-secondary);margin:0 0 1rem;padding-right:2rem;line-height:1.5}.subtitle-wrangler .template-hint-action{color:var(--text-primary);font-weight:600}.subtitle-wrangler .template-drop-zone{border:2px dashed var(--wizard-border);border-radius:var(--radius-md);padding:2.5rem 1.5rem;text-align:center;cursor:default;transition:all .2s ease;background:var(--wizard-bg-surface)}.subtitle-wrangler .template-drop-zone:hover,.subtitle-wrangler .template-drop-zone.drag-over{border-color:var(--wizard-accent);background:var(--wizard-accent-glow);box-shadow:0 0 15px var(--wizard-accent-glow)}.subtitle-wrangler .template-drop-zone-content{pointer-events:none}.subtitle-wrangler .template-drop-zone .drop-icon{color:var(--text-muted);margin-bottom:.75rem;transition:color .2s ease}.subtitle-wrangler .template-drop-zone:hover .drop-icon,.subtitle-wrangler .template-drop-zone.drag-over .drop-icon{color:var(--wizard-accent)}.subtitle-wrangler .template-drop-zone .drop-text{font-size:.95rem;color:var(--text-primary);margin:0}.subtitle-wrangler .template-drop-zone .drop-text strong{color:var(--wizard-accent)}.subtitle-wrangler .template-pick-buttons{display:flex;gap:2rem;justify-content:center;padding:1rem}.subtitle-wrangler .template-pick-btn{padding:.75rem 1.5rem;background:var(--wizard-bg-elevated);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s ease}.subtitle-wrangler .template-pick-btn:hover{background:var(--wizard-accent-glow);border-color:var(--wizard-accent);color:var(--wizard-accent)}.subtitle-wrangler .template-pick-btn-accent{background:var(--wizard-accent-dim);border-color:var(--wizard-accent-dim);color:#fff}.subtitle-wrangler .template-pick-btn-accent:hover{background:var(--wizard-accent);border-color:var(--wizard-accent);color:#fff}.subtitle-wrangler .sw-audio-video-load-modal-action{color:var(--text-primary);font-weight:600}.subtitle-wrangler .sw-audio-drop-zone{border:2px dashed var(--wizard-border);border-radius:var(--radius-md);padding:2.5rem 1.5rem;text-align:center;cursor:default;transition:all .2s ease;background:var(--wizard-bg-surface)}.subtitle-wrangler .sw-audio-drop-zone:hover,.subtitle-wrangler .sw-audio-drop-zone.drag-over{border-color:var(--wizard-accent);background:var(--wizard-accent-glow);box-shadow:0 0 15px var(--wizard-accent-glow)}.subtitle-wrangler .sw-audio-drop-zone-content{pointer-events:none}.subtitle-wrangler .sw-audio-drop-zone .drop-icon{color:var(--text-muted);margin-bottom:.75rem;transition:color .2s ease}.subtitle-wrangler .sw-audio-drop-zone:hover .drop-icon,.subtitle-wrangler .sw-audio-drop-zone.drag-over .drop-icon{color:var(--wizard-accent)}.subtitle-wrangler .sw-audio-drop-zone .drop-text{font-size:.95rem;color:var(--text-primary);margin:0}.subtitle-wrangler .sw-audio-browse-row{display:flex;justify-content:center;margin-top:1rem}.subtitle-wrangler .sw-audio-browse-btn{padding:.6rem 1.5rem;background:var(--wizard-accent);border:1px solid var(--wizard-accent);border-radius:var(--radius-sm);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s ease}.subtitle-wrangler .sw-audio-browse-btn:hover{background:var(--wizard-accent-dim);border-color:var(--wizard-accent-dim)}.subtitle-wrangler .sw-relink-error-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1001;display:flex;justify-content:center;align-items:center}.subtitle-wrangler .sw-relink-error-modal.hidden{display:none}.subtitle-wrangler .sw-relink-error-content{background:var(--wizard-bg-elevated);border:1px solid var(--wizard-border);border-radius:var(--radius-md);padding:2rem;max-width:360px;width:90%;text-align:center;box-shadow:0 4px 20px #0006}.subtitle-wrangler .sw-relink-error-content p{color:var(--text-primary);font-size:.95rem;margin:0 0 .5rem}.subtitle-wrangler .sw-relink-error-filename{display:block;font-size:.75rem;color:var(--text-muted);margin:0 0 1.25rem;word-break:break-all}.subtitle-wrangler .sw-relink-error-content .mp-load-area-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--wizard-accent);border:1px solid var(--wizard-accent);color:#fff;cursor:pointer;padding:.5rem 1.25rem;border-radius:6px;font-size:.9rem;font-weight:600;transition:filter .15s ease}.subtitle-wrangler .sw-relink-error-content .mp-load-area-btn:hover{filter:brightness(1.15)}.subtitle-wrangler .sw-relink-error-content .mp-load-area-btn .material-icons{font-size:1.2rem}.subtitle-wrangler .sw-info-section{padding:0 1rem .5rem;text-align:left;color:var(--wizard-accent);font-size:.85rem}.subtitle-wrangler .sw-info-section.hidden{display:none}.subtitle-wrangler .sw-info-section p{margin:0}.subtitle-wrangler .sw-version-text{font-size:.75rem}.subtitle-wrangler .sw-version-history-link{background:none;border:none;color:inherit;font-size:.75rem;text-decoration:underline;cursor:pointer;padding:0;margin-left:.25rem;opacity:.7;transition:opacity .15s ease}.subtitle-wrangler .sw-version-history-link:hover{opacity:1;color:var(--wizard-accent)}.sw-version-modal-content{max-height:70vh;overflow-y:auto}.sw-version-modal-content h3{margin:0 0 1rem;font-size:1.1rem;color:#fff}.sw-version-list{list-style:none;padding:0;margin:0}.sw-version-list li{padding:.5rem 0;border-bottom:1px solid var(--wizard-border, #2a2a30);font-size:.85rem;color:var(--text-muted);line-height:1.5}.sw-version-list li:last-child{border-bottom:none}.sw-version-list .sw-version-number{color:var(--wizard-accent);font-weight:600;margin-right:.5rem}.sw-version-list a{color:var(--wizard-accent);text-decoration:underline;transition:opacity .15s ease}.sw-version-list a:hover{opacity:.8}.sw-version-list b{color:#ccc;font-weight:600}.subtitle-wrangler .drop-zone{border:2px dashed var(--wizard-border);border-radius:var(--radius-lg);padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .2s ease;background:var(--wizard-bg-surface);position:relative}.subtitle-wrangler .drop-zone:hover,.subtitle-wrangler .drop-zone.drag-over{border-color:var(--wizard-accent);background:var(--wizard-accent-glow);box-shadow:0 0 20px var(--wizard-accent-glow)}.subtitle-wrangler .drop-zone.drag-over{transform:scale(1.01)}.subtitle-wrangler .drop-zone-content{pointer-events:none}.subtitle-wrangler .drop-icon{color:var(--text-muted);margin-bottom:1rem;transition:color .2s ease}.subtitle-wrangler .drop-zone:hover .drop-icon,.subtitle-wrangler .drop-zone.drag-over .drop-icon{color:var(--wizard-accent)}.subtitle-wrangler .drop-text{font-size:1.1rem;color:var(--text-primary);margin-bottom:.5rem}.subtitle-wrangler .drop-text strong{color:var(--wizard-accent)}.subtitle-wrangler .drop-hint-orange{font-size:.78rem;color:var(--text-primary);margin:0;line-height:1.5}.subtitle-wrangler .drop-hint-grey{color:var(--text-muted);font-size:.78rem;margin:0;line-height:1.5}.subtitle-wrangler .tool-description{margin-bottom:1.5rem;text-align:center}.subtitle-wrangler .title-group{text-align:left}.subtitle-wrangler:has(.sw-project-header:not(.hidden)) .tool-description{text-align:left}.subtitle-wrangler:has(.sw-project-header:not(.hidden)) .title-group{text-align:left}.subtitle-wrangler:has(.sw-project-header:not(.hidden)) .product-name,.subtitle-wrangler:has(.sw-project-header:not(.hidden)) .page-description{display:none}.subtitle-wrangler .tool-description .product-name{font-size:2rem;font-weight:700;margin:0 0 .25rem}.subtitle-wrangler .tool-description .page-description{font-size:1.1rem;font-weight:400;color:#888;margin:0}.subtitle-wrangler .tool-description p{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0}.subtitle-wrangler .filter-tools{background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-md)}.subtitle-wrangler .filter-tools.hidden{display:none}.subtitle-wrangler .filter-row{flex-wrap:wrap;gap:.5rem}.subtitle-wrangler .filter-row+.filter-row{padding-top:1rem}.subtitle-wrangler .filter-inline-label{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.subtitle-wrangler .filter-separator{color:#ffffff26;font-size:1.1rem;margin:0 .15rem}.subtitle-wrangler .filter-scope-select{width:auto;min-width:70px}.subtitle-wrangler .filter-index-range{display:flex;align-items:center;gap:.35rem}.subtitle-wrangler .filter-index-range.hidden{display:none}.subtitle-wrangler .filter-index-input{width:72px;padding:.4rem .5rem;background:var(--wizard-bg-elevated);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.85rem;font-family:var(--font-mono);text-align:center}.subtitle-wrangler .filter-index-input:focus{outline:none;border-color:var(--wizard-accent)}.subtitle-wrangler .filter-range-sep{font-size:.8rem;color:var(--text-muted)}.subtitle-wrangler .filter-text-input{flex:1;min-width:80px;max-width:160px;padding:.4rem .6rem;background:var(--wizard-bg-elevated);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.85rem}.subtitle-wrangler .filter-text-input:focus{outline:none;border-color:var(--wizard-accent)}.subtitle-wrangler .filter-duration-slider{display:flex;align-items:center;gap:.5rem}.subtitle-wrangler .filter-duration-range{width:120px;accent-color:var(--wizard-accent)}.subtitle-wrangler .filter-duration-pct{font-size:.85rem;color:var(--wizard-accent);min-width:36px;font-variant-numeric:tabular-nums}.subtitle-wrangler .filter-duration-min{display:flex;align-items:center;gap:.35rem}.subtitle-wrangler .filter-duration-min .filter-index-input{width:64px}.subtitle-wrangler .filter-duration-note{font-size:.75rem;color:var(--text-muted);font-style:italic}.subtitle-wrangler .filter-gap-sentence{display:flex;align-items:center;gap:.3rem;font-size:.82rem;color:var(--text-secondary);flex-wrap:wrap}.subtitle-wrangler .filter-gap-sentence.hidden{display:none}.subtitle-wrangler .filter-gap-inline-input{width:52px;padding:.2rem .35rem;background:var(--wizard-bg-elevated, #1e1e2e);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.82rem;text-align:center}.subtitle-wrangler .filter-gap-inline-input:focus{border-color:var(--wizard-accent-dim);outline:none}.subtitle-wrangler .sw-biu-toggle{display:inline-flex;align-items:center;margin-left:.3rem;padding:0;border:none;background:transparent;color:#ffffff40;cursor:pointer;border-radius:3px;transition:color .15s,background .15s;vertical-align:middle;line-height:1}.subtitle-wrangler .sw-biu-toggle .material-icons{font-size:16px}.subtitle-wrangler .sw-biu-toggle:hover{color:#ffffff80}.subtitle-wrangler .sw-biu-toggle.active{color:var(--wizard-accent)}.subtitle-wrangler .sw-biu-toggle.active:hover{color:var(--wizard-accent-light, #9b7cd8)}.subtitle-wrangler .sw-biu-group{display:inline-flex;gap:.25rem}.subtitle-wrangler .sw-biu-group.hidden{display:none}.subtitle-wrangler .filter-format-group{display:flex;align-items:center;gap:.25rem}.subtitle-wrangler .filter-fmt-btn.active{background:var(--wizard-accent-glow);color:var(--wizard-accent);border:1px solid var(--wizard-accent-dim)}.subtitle-wrangler .filter-case-select{width:auto;min-width:80px;font-size:.8rem;padding:.2rem .3rem}.subtitle-wrangler .filter-reset-btn{background:var(--wizard-accent);border:none;color:#fff;font-size:.8rem;font-weight:500;cursor:pointer;padding:.4rem .85rem;border-radius:var(--radius-sm);transition:opacity .15s ease}.subtitle-wrangler .filter-reset-btn:hover{background:#fff;color:var(--wizard-accent);box-shadow:0 0 12px var(--wizard-accent-glow)}.subtitle-wrangler .filter-match-count{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.subtitle-wrangler .filter-match-count:not(:empty){color:var(--wizard-accent);font-weight:500}.subtitle-wrangler .filter-display-toggle{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.2rem;line-height:1;transition:color .15s ease}.subtitle-wrangler .filter-display-toggle:hover{color:var(--wizard-accent)}.subtitle-wrangler .filter-display-toggle .material-icons{font-size:1.1rem}.subtitle-wrangler .subtitle-text mark.filter-preview-old{background:#f8717159;color:var(--text-primary);text-decoration:line-through;border-radius:2px;padding:0 1px}.subtitle-wrangler .subtitle-text mark.filter-preview-new{background:#facc1573;color:#000;border-radius:2px;padding:0 1px}.subtitle-wrangler .subtitle-text mark.filter-search-match{background:#facc1559;color:#000;border-radius:2px;padding:0 1px}.subtitle-wrangler .subtitle-item.filter-current-match{border-left:3px solid var(--wizard-accent);padding-left:calc(1rem - 3px)}.subtitle-wrangler .subtitle-item.filter-dimmed{opacity:.25;pointer-events:none}.subtitle-wrangler .subtitle-item.filter-hidden,.subtitle-wrangler .subtitle-between-zone.filter-hidden,.subtitle-wrangler .subtitle-insert-zone--standalone.filter-hidden{display:none}.subtitle-wrangler .duration-tools{padding:1.25rem;background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-md)}.subtitle-wrangler .duration-tools.hidden{display:none}.subtitle-wrangler .rate-icon.material-icons{font-size:20px;vertical-align:middle}.subtitle-wrangler .mp-video-float{--mp-accent: var(--wizard-accent)}.sw-audio-player.mp-player{--mp-accent: var(--wizard-accent);--mp-bg-surface: #151518;--mp-bg-elevated: #1c1c21}.sw-audio-player.mp-player .mp-ctrl-btn:hover{color:var(--mp-accent);background:color-mix(in srgb,var(--mp-accent) 15%,transparent)}.subtitle-wrangler .subtitle-count-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;padding-bottom:.6rem;border-bottom:1px solid var(--wizard-border);position:relative}.subtitle-wrangler .sw-header-left{display:flex;align-items:center;gap:.5rem;min-width:0}.subtitle-wrangler .sw-header-right{display:flex;align-items:center;gap:.75rem}.subtitle-wrangler .subtitle-count-title{font-size:.95rem;font-weight:600;color:var(--text-primary);white-space:nowrap;margin:0}.subtitle-wrangler .sw-filter-trigger-group{display:flex;align-items:center;gap:.4rem}.subtitle-wrangler .sw-duration-trigger-group{position:relative;display:flex;align-items:center}.subtitle-wrangler .sw-duration-btn{display:inline-flex;align-items:center;padding:.15rem;background:transparent;border:1px solid var(--wizard-border, #444);border-radius:4px;color:var(--text-muted);cursor:pointer;transition:color .15s ease,border-color .15s ease}.subtitle-wrangler .sw-duration-btn:hover{color:var(--wizard-accent);border-color:var(--wizard-accent)}.subtitle-wrangler .sw-duration-btn .material-icons{font-size:1rem}.subtitle-wrangler .sw-duration-popover{position:absolute;top:100%;left:0;z-index:100;background:var(--wizard-bg-elevated, #1e1e2e);border:1px solid var(--wizard-border);border-radius:var(--radius-md);padding:.75rem;margin-top:.35rem;min-width:340px;box-shadow:0 8px 24px #0006;display:flex;flex-direction:column;gap:.5rem}.subtitle-wrangler .sw-duration-popover.hidden{display:none}.subtitle-wrangler .sw-duration-popover-note{font-size:.75rem;color:var(--text-muted);font-style:italic}.subtitle-wrangler .sw-duration-popover-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.subtitle-wrangler .sw-duration-mode{width:auto;min-width:100px}.subtitle-wrangler .sw-duration-value{width:72px}.subtitle-wrangler .sw-duration-unit{width:auto;min-width:55px}.subtitle-wrangler .sw-duration-popover .filter-index-input,.subtitle-wrangler .sw-duration-popover .filter-gap-inline-input,.subtitle-wrangler .sw-duration-unit{height:30px;box-sizing:border-box;padding:0 .5rem;font-size:.85rem}.subtitle-wrangler .sw-duration-actions{display:flex;justify-content:flex-end;gap:.35rem;padding-top:.25rem}.subtitle-wrangler .sw-duration-actions.hidden{display:none}.subtitle-wrangler .sw-filter-btn{display:flex;align-items:center;gap:.2rem;padding:.2rem .5rem;background:transparent;border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.8rem;cursor:pointer;transition:all .15s ease}.subtitle-wrangler .sw-filter-btn .material-icons{font-size:.9rem}.subtitle-wrangler .sw-filter-btn:hover,.subtitle-wrangler .sw-filter-btn.active{color:var(--wizard-accent);border-color:var(--wizard-accent-dim);background:var(--wizard-accent-glow)}.subtitle-wrangler .sw-filter-summary{font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.subtitle-wrangler .sw-filter-popover{position:absolute;top:100%;left:0;z-index:100;background:var(--wizard-bg-elevated, #1e1e2e);border:1px solid var(--wizard-border);border-radius:var(--radius-md);padding:.75rem;margin-top:.35rem;min-width:320px;box-shadow:0 8px 24px #0006;display:flex;flex-direction:column;gap:.5rem}.subtitle-wrangler .sw-filter-popover.hidden{display:none}.subtitle-wrangler .sw-filter-popover-row{display:flex;align-items:center;gap:.5rem}.subtitle-wrangler .sw-filter-popover-label{font-size:.8rem;color:var(--text-secondary);min-width:72px;white-space:nowrap}.subtitle-wrangler .sw-filter-popover-select{font-size:.8rem;padding:.3rem .4rem}.subtitle-wrangler .sw-filter-popover-input{width:60px;padding:.3rem .4rem;background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.8rem}.subtitle-wrangler .sw-filter-popover-sep,.subtitle-wrangler .sw-filter-popover-unit{font-size:.75rem;color:var(--text-muted)}.subtitle-wrangler .sw-filter-duration-op{font-size:.8rem;padding:.1rem .2rem;min-width:auto;width:auto;margin:0 .15rem;background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer}.subtitle-wrangler .sw-filter-popover-text{flex:1;padding:.3rem .4rem;background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.8rem}.subtitle-wrangler .sw-filter-popover-range{display:flex;align-items:center;gap:.3rem}.subtitle-wrangler .sw-filter-popover-range.hidden{display:none}.subtitle-wrangler .sw-filter-popover-custom{display:flex;align-items:center;gap:.3rem}.subtitle-wrangler .sw-filter-popover-custom.hidden{display:none}.subtitle-wrangler .sw-filter-popover-actions{justify-content:space-between;padding-top:.35rem;border-top:1px solid rgba(255,255,255,.06);margin-top:.15rem}.subtitle-wrangler .sw-filter-popover-reset{background:transparent;border:none;color:var(--text-muted);font-size:.75rem;cursor:pointer;padding:.2rem 0;text-decoration:underline;text-underline-offset:2px}.subtitle-wrangler .sw-filter-popover-reset:hover{color:var(--text-secondary)}.subtitle-wrangler .sw-filter-popover-right{display:flex;align-items:center;gap:.35rem}.subtitle-wrangler .sw-filter-display-toggle{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.15rem;border-radius:var(--radius-sm);transition:color .15s ease}.subtitle-wrangler .sw-filter-display-toggle:hover{color:var(--text-secondary)}.subtitle-wrangler .sw-filter-display-toggle .material-icons{font-size:1rem}.subtitle-wrangler .sw-find-group{display:flex;align-items:center;gap:.3rem}.subtitle-wrangler .sw-find-icon{font-size:.9rem;color:var(--text-muted)}.subtitle-wrangler .sw-find-input{width:130px;padding:.25rem .4rem;background:var(--wizard-bg-elevated, #1e1e2e);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.8rem}.subtitle-wrangler .sw-find-input:focus{border-color:var(--wizard-accent-dim);outline:none}.subtitle-wrangler .sw-find-input-wrap{position:relative;display:inline-flex;align-items:center}.subtitle-wrangler .sw-find-input-wrap .sw-find-input{padding-right:1.3rem}.subtitle-wrangler .sw-find-clear-btn{position:absolute;right:.15rem;display:none;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:var(--text-muted);line-height:1}.subtitle-wrangler .sw-find-clear-btn:hover{color:var(--text-primary)}.subtitle-wrangler .sw-find-clear-btn .material-icons{font-size:.8rem}.subtitle-wrangler .sw-find-input-wrap:focus-within .sw-find-clear-btn,.subtitle-wrangler .sw-find-clear-btn.visible{display:flex}.subtitle-wrangler .sw-find-arrow{font-size:.8rem;color:var(--text-muted)}.subtitle-wrangler .sw-find-mode{font-size:.8rem;padding:.2rem .3rem;min-width:auto;background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer}.subtitle-wrangler .sw-find-mode.hidden{display:none}.subtitle-wrangler .sw-find-nav{display:flex;align-items:center;gap:.15rem;margin:0 .1rem}.subtitle-wrangler .sw-find-nav.hidden{display:none}.subtitle-wrangler .sw-find-nav-btn{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:0;line-height:1;display:flex;align-items:center;transition:color .15s}.subtitle-wrangler .sw-find-nav-btn .material-icons{font-size:16px}.subtitle-wrangler .sw-find-nav-btn:hover{color:var(--text-primary)}.subtitle-wrangler .sw-find-nav-btn:disabled{color:var(--text-muted);opacity:.4;cursor:default}.subtitle-wrangler .sw-find-nav-label{font-size:.7rem;color:var(--text-muted);min-width:36px;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.subtitle-wrangler .sw-replace-group{display:flex;align-items:center;gap:.3rem}.subtitle-wrangler .sw-replace-group.hidden{display:none}.subtitle-wrangler .sw-find-transform-group{display:flex;align-items:center;gap:.3rem}.subtitle-wrangler .sw-find-transform-group.hidden{display:none}.subtitle-wrangler .sw-find-actions{display:flex;align-items:center;gap:.15rem}.subtitle-wrangler .sw-find-actions.hidden{display:none}.subtitle-wrangler .sw-find-action-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.15rem;cursor:pointer;border-radius:var(--radius-sm);color:var(--text-muted);transition:color .15s,background .15s}.subtitle-wrangler .sw-find-action-btn:hover{color:var(--text-primary);background:var(--wizard-bg-elevated, #1e1e2e)}.subtitle-wrangler .sw-find-action-btn .material-icons{font-size:.95rem}.subtitle-wrangler .sw-find-apply-btn{color:#4caf50}.subtitle-wrangler .sw-find-apply-btn:hover{color:#66bb6a}.subtitle-wrangler .sw-history-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem 0;background:transparent;border:none;color:#fff;font-size:.7rem;font-weight:500;cursor:pointer;transition:opacity .15s ease;vertical-align:middle;margin-left:.35rem}.subtitle-wrangler .sw-history-btn:hover:not(:disabled){opacity:.7}.subtitle-wrangler .sw-history-btn:disabled{opacity:.25;cursor:default;pointer-events:none}.subtitle-wrangler .sw-history-btn .material-icons{font-size:.85rem}.subtitle-wrangler .sw-history-label{text-decoration:underline;text-underline-offset:3px}.subtitle-wrangler .sw-history-key{opacity:.6;font-size:.65rem}.subtitle-wrangler .subtitle-list{overflow-y:auto;background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-md);padding:.5rem}.subtitle-wrangler .subtitle-list::-webkit-scrollbar{width:8px}.subtitle-wrangler .subtitle-list::-webkit-scrollbar-track{background:var(--wizard-bg-surface);border-radius:4px}.subtitle-wrangler .subtitle-list::-webkit-scrollbar-thumb{background:var(--wizard-border-accent);border-radius:4px}.subtitle-wrangler .subtitle-list::-webkit-scrollbar-thumb:hover{background:var(--wizard-accent)}.subtitle-wrangler .subtitle-item{display:grid;grid-template-columns:50px 1fr;gap:1rem;padding:.75rem 1rem;background:var(--wizard-bg-elevated);border-radius:var(--radius-sm);transition:background .15s ease}.subtitle-wrangler .subtitle-item:hover{background:var(--wizard-bg-hover)}.subtitle-wrangler .subtitle-item.active-playback{border-left:3px solid var(--wizard-accent);background:var(--wizard-bg-hover)}.subtitle-wrangler .subtitle-item.selected-from-waveform{background:var(--wizard-accent-glow);box-shadow:inset 0 0 0 1px var(--wizard-border-purple)}.subtitle-wrangler .subtitle-item.sw-multi-selected{background:#7b5cb826;outline:1px solid rgba(123,92,184,.3)}.subtitle-wrangler .subtitle-between-zone{display:grid;grid-template-columns:1fr 1fr;height:.5rem;border-radius:var(--radius-sm);transition:height .15s ease}.subtitle-wrangler .subtitle-between-zone:hover{height:1.5rem}.subtitle-wrangler .subtitle-list:has(.subtitle-item.editing) .subtitle-between-zone,.subtitle-wrangler .subtitle-list:has(.subtitle-item.editing) .subtitle-insert-zone--standalone{pointer-events:none}.subtitle-wrangler .subtitle-insert-zone{display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:var(--radius-sm) 0 0 var(--radius-sm);height:100%;transition:background .15s ease}.subtitle-wrangler .subtitle-insert-zone:hover{background:var(--wizard-accent-glow)}.subtitle-wrangler .subtitle-insert-zone .insert-icon{opacity:0;color:var(--wizard-accent);font-size:.75rem;transition:opacity .15s ease;pointer-events:none}.subtitle-wrangler .subtitle-between-zone:hover .insert-icon,.subtitle-wrangler .subtitle-between-zone:hover .merge-icon{opacity:1}.subtitle-wrangler .subtitle-merge-zone{display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:0 var(--radius-sm) var(--radius-sm) 0;height:100%;transition:background .15s ease}.subtitle-wrangler .subtitle-merge-zone:hover{background:var(--wizard-accent-glow)}.subtitle-wrangler .subtitle-merge-zone .merge-icon{opacity:0;color:var(--wizard-accent);font-size:.75rem;font-weight:600;transition:opacity .15s ease;pointer-events:none}.subtitle-wrangler .subtitle-insert-zone--standalone{display:flex;align-items:center;justify-content:center;height:.5rem;cursor:pointer;border-radius:var(--radius-sm);transition:height .15s ease,background .15s ease}.subtitle-wrangler .subtitle-insert-zone--standalone:hover{height:1.5rem;background:var(--wizard-accent-glow)}.subtitle-wrangler .subtitle-insert-zone--standalone:hover .insert-icon{opacity:1}.subtitle-wrangler .subtitle-index{font-weight:600;color:var(--text-muted);font-family:var(--font-mono)}.subtitle-wrangler .subtitle-content{display:flex;flex-direction:column;gap:.25rem;position:relative}.subtitle-wrangler .subtitle-time{font-size:.85rem;color:var(--wizard-accent);font-family:var(--font-mono)}@keyframes timecode-pop{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}.subtitle-wrangler .subtitle-time.timecode-pop{display:inline-block;transform-origin:left center;animation:timecode-pop .3s ease-out}.subtitle-wrangler .subtitle-text{color:var(--text-primary);line-height:1.6;white-space:pre-wrap;cursor:text}.subtitle-wrangler .sw-empty-placeholder{color:var(--text-muted);font-style:italic;opacity:.45;-webkit-user-select:none;user-select:none}.subtitle-wrangler .subtitle-lane{font-size:.75rem;color:var(--wizard-accent);font-weight:500;margin-top:.25rem}.subtitle-wrangler .subtitle-edit-btn{position:absolute;top:0;right:0;padding:.25rem .5rem;background:transparent;border:1px solid var(--wizard-accent-dim);border-radius:var(--radius-sm);color:var(--wizard-accent);font-size:.75rem;font-weight:500;cursor:pointer;opacity:0;transition:all .15s ease}.subtitle-wrangler .subtitle-item:hover .subtitle-edit-btn{opacity:1}.subtitle-wrangler .subtitle-edit-btn:hover{background:var(--wizard-accent-glow);border-color:var(--wizard-accent)}.subtitle-wrangler .subtitle-delete-btn{position:absolute;bottom:0;right:0;padding:0;background:transparent;border:none;color:var(--wizard-accent);cursor:pointer;opacity:0;transition:all .15s ease;line-height:1}.subtitle-wrangler .subtitle-delete-btn .material-icons{font-size:1rem}.subtitle-wrangler .subtitle-item:hover .subtitle-delete-btn{opacity:.6}.subtitle-wrangler .subtitle-delete-btn:hover{opacity:1!important}.subtitle-wrangler .subtitle-item.editing{background:var(--wizard-bg-hover);border:1px solid var(--wizard-border-purple);margin-left:-1px;margin-right:-1px}.subtitle-wrangler .subtitle-edit-header{display:flex;align-items:center;justify-content:space-between}.subtitle-wrangler .subtitle-edit-content{width:100%;min-height:60px;max-height:300px;overflow-y:auto;padding:.5rem .6rem;background:var(--wizard-bg-surface);border:1px solid var(--wizard-accent);border-radius:var(--radius-sm);color:var(--text-primary);font-size:inherit;font-family:inherit;line-height:1.6;white-space:pre-wrap;box-sizing:border-box}.subtitle-wrangler .subtitle-edit-content:focus{outline:none;border-color:var(--wizard-accent-hover);box-shadow:0 0 0 2px var(--wizard-accent-glow)}.subtitle-wrangler .subtitle-edit-actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.subtitle-wrangler .subtitle-done-btn,.subtitle-wrangler .subtitle-split-btn{padding:.35rem .75rem;background:transparent;border:1px solid var(--wizard-accent-dim);border-radius:var(--radius-sm);color:var(--wizard-accent);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.subtitle-wrangler .subtitle-done-btn:hover,.subtitle-wrangler .subtitle-split-btn:hover:not(:disabled){background:var(--wizard-accent-glow);border-color:var(--wizard-accent)}.subtitle-wrangler .subtitle-split-btn:disabled{color:color-mix(in srgb,var(--wizard-accent) 35%,transparent);border-color:color-mix(in srgb,var(--wizard-accent-dim) 35%,transparent);cursor:default}.subtitle-wrangler .subtitle-autosplit-wrapper{position:relative}.subtitle-wrangler .subtitle-autosplit-btn{padding:.35rem .75rem;background:transparent;border:1px solid var(--wizard-accent-dim);border-radius:var(--radius-sm);color:var(--wizard-accent);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.subtitle-wrangler .subtitle-autosplit-btn:hover{background:var(--wizard-accent-glow);border-color:var(--wizard-accent)}.subtitle-wrangler .subtitle-autosplit-popover{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);display:flex;gap:.25rem;padding:.35rem;background:var(--wizard-accent);border:1px solid var(--wizard-accent);border-radius:var(--radius-sm);box-shadow:0 4px 12px #0000004d;z-index:10}.subtitle-wrangler .subtitle-autosplit-popover.hidden{display:none}.subtitle-wrangler .autosplit-option{padding:.3rem .6rem;background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);color:#000;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s ease}.subtitle-wrangler .autosplit-option:hover{background:#000;color:#fff}.subtitle-wrangler .subtitle-format-toolbar{display:flex;align-items:center;gap:.25rem}.subtitle-wrangler .fmt-btn{position:relative;padding:.2rem .45rem;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-primary);font-size:.8rem;cursor:pointer;transition:all .15s ease;line-height:1}.subtitle-wrangler .fmt-btn:hover{background:var(--wizard-accent-glow);color:var(--wizard-accent)}.subtitle-wrangler .fmt-btn[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + .4rem);left:50%;transform:translate(-50%);padding:.3rem .5rem;background:var(--bg-card, #1a1a2e);color:var(--text-primary, #e0e0e0);font-size:.7rem;font-weight:400;font-style:normal;text-decoration:none;white-space:nowrap;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.1);pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:10}.subtitle-wrangler .fmt-btn[data-tooltip]:hover:after{opacity:1}.subtitle-wrangler .fmt-case-wrapper{position:relative;display:flex;align-items:center}.subtitle-wrangler .fmt-case-popover{position:absolute;top:calc(100% + .35rem);left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:.15rem;padding:.35rem;background:var(--wizard-accent);border:1px solid var(--wizard-accent);border-radius:var(--radius-sm);box-shadow:0 4px 12px #0000004d;z-index:10}.subtitle-wrangler .fmt-case-popover.hidden{display:none}.subtitle-wrangler .fmt-case-option{padding:.3rem .6rem;background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);color:#000;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s ease}.subtitle-wrangler .fmt-case-option:hover{background:#000;color:#fff}.subtitle-wrangler .subtitle-cancel-btn{background:none;border:none;color:var(--text-muted);font-size:.75rem;cursor:pointer;padding:0;transition:color .15s ease}.subtitle-wrangler .subtitle-cancel-btn:hover{color:var(--text-primary)}.subtitle-wrangler .empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.subtitle-wrangler .empty-state-text{font-size:1.1rem;margin-bottom:.5rem;color:var(--text-secondary)}.subtitle-wrangler .empty-state-hint{font-size:.95rem;opacity:.7}.subtitle-wrangler .cb-error-toast{top:80px;bottom:auto}.subtitle-wrangler .paste-modal-content{max-height:80vh}.subtitle-wrangler .paste-hint{font-size:.9rem;color:var(--text-secondary);margin:0 0 1rem;padding-right:2rem}.subtitle-wrangler .paste-textarea{width:100%;min-height:300px;padding:.75rem;background:var(--wizard-bg-surface);border:1px solid var(--wizard-border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.9rem;font-family:var(--font-mono);resize:vertical;white-space:pre;overflow-wrap:normal;margin-bottom:.75rem}.subtitle-wrangler .paste-textarea:focus{outline:none;border-color:var(--wizard-accent)}.subtitle-wrangler .paste-textarea::placeholder{color:var(--text-muted)}.subtitle-wrangler .paste-convert-btn{padding:.75rem 1.5rem;background:var(--wizard-accent);border:none;border-radius:var(--radius-sm);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease}.subtitle-wrangler .paste-convert-btn:hover{background:var(--wizard-accent-hover)}.subtitle-wrangler .paste-duration{margin:.5rem 0 1rem;display:flex;align-items:center;gap:.75rem}.subtitle-wrangler .paste-duration .paste-duration-label{margin:0;color:var(--text-muted);font-size:.9rem}.subtitle-wrangler .paste-duration-control{display:flex;align-items:center;gap:.5rem;flex:1}.subtitle-wrangler .hidden{display:none!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.subtitle-wrangler .sw-cached-empty{text-align:center;color:var(--text-secondary, #888);padding:2rem 1rem;font-size:.95rem}.subtitle-wrangler .sw-project-header{display:flex;align-items:center;gap:.4rem;margin:0 0 .15rem;position:relative}.subtitle-wrangler .sw-project-switch-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-secondary, #666);cursor:pointer;padding:.25rem;border-radius:4px;transition:color .15s ease,background .15s ease}.subtitle-wrangler .sw-project-switch-btn:hover{color:var(--text-primary, #eee);background:var(--wizard-surface, #1a1a1f)}.subtitle-wrangler .sw-project-switch-btn .material-icons{font-size:1.25rem}.subtitle-wrangler .sw-project-separator{color:var(--text-muted, #555);font-size:1.1rem;font-weight:300;-webkit-user-select:none;user-select:none}.subtitle-wrangler .sw-project-header.hidden{display:none}.subtitle-wrangler .sw-project-name{font-size:1.25rem;font-weight:700;color:var(--text-primary, #eee)}.subtitle-wrangler .sw-project-edit-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-secondary, #666);cursor:pointer;padding:.15rem;border-radius:3px;transition:color .15s ease}.subtitle-wrangler .sw-project-edit-btn:hover{color:var(--wizard-accent)}.subtitle-wrangler .sw-project-edit-btn:disabled{opacity:.4;cursor:not-allowed;background:transparent}.subtitle-wrangler .sw-project-confirm-btn,.subtitle-wrangler .sw-project-cancel-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-secondary, #666);cursor:pointer;padding:.15rem;border-radius:3px;transition:color .15s ease}.subtitle-wrangler .sw-project-confirm-btn .material-icons,.subtitle-wrangler .sw-project-cancel-btn .material-icons{font-size:1.1rem}.subtitle-wrangler .sw-project-confirm-btn:hover{color:#4caf50}.subtitle-wrangler .sw-project-cancel-btn:hover{color:#e74c3c}.subtitle-wrangler .sw-project-confirm-btn.hidden,.subtitle-wrangler .sw-project-cancel-btn.hidden{display:none}.subtitle-wrangler .sw-project-edit-btn .material-icons{font-size:1rem}.subtitle-wrangler .sw-project-download-btn{display:flex;align-items:center;gap:.25rem;margin-left:.35rem;background:transparent;border:none;color:var(--wizard-accent);cursor:pointer;padding:.15rem 0;transition:color .15s ease}.subtitle-wrangler .sw-project-download-btn:hover{color:#9b7fd8}.subtitle-wrangler .sw-project-download-btn:disabled{opacity:.4;cursor:not-allowed}.subtitle-wrangler .sw-project-download-btn.hidden{display:none}.subtitle-wrangler .sw-project-download-btn .material-icons{font-size:1rem}.subtitle-wrangler .sw-project-download-label{font-size:.8rem;text-decoration:none;text-underline-offset:2px}.subtitle-wrangler .sw-project-download-btn:hover .sw-project-download-label{text-decoration:underline}.subtitle-wrangler .sw-project-delete-btn{display:flex;align-items:center;gap:.25rem;margin-left:.35rem;background:transparent;border:none;color:var(--error);cursor:pointer;padding:.15rem 0;transition:color .15s ease}.subtitle-wrangler .sw-project-delete-btn:hover{color:#ff7a7a}.subtitle-wrangler .sw-project-delete-btn.hidden{display:none}.subtitle-wrangler .sw-project-delete-btn .material-icons{font-size:1rem}.subtitle-wrangler .sw-project-delete-label{font-size:.8rem;text-decoration:none;text-underline-offset:2px}.subtitle-wrangler .sw-project-delete-btn:hover .sw-project-delete-label{text-decoration:underline}.subtitle-wrangler .sw-project-name-input{font-size:1.35rem;font-weight:600;color:var(--text-primary, #eee);background:var(--wizard-bg-surface, #1a1a2e);border:1px solid var(--wizard-accent);border-radius:4px;padding:.1rem .4rem;outline:none;min-width:200px}.subtitle-wrangler .sw-project-name-input.hidden{display:none}.subtitle-wrangler .sw-autosave-status{display:none;align-items:center;align-self:center;gap:.35rem;font-size:.85rem;color:var(--text-secondary, #666);margin-left:.35rem;white-space:nowrap;order:5;transform:translateY(1px)}.subtitle-wrangler .sw-cache-info{display:flex;align-items:center;order:5;color:var(--text-muted, #555);cursor:help;transform:translateY(1px)}.subtitle-wrangler .sw-cache-info .material-icons{font-size:.85rem}.subtitle-wrangler .sw-cache-info:hover{color:var(--text-secondary, #666)}.subtitle-wrangler .sw-project-name-input{order:3}.subtitle-wrangler .sw-project-confirm-btn,.subtitle-wrangler .sw-project-cancel-btn{order:4}.subtitle-wrangler .sw-project-header>.sw-history-btn{order:5;margin-left:.25rem}.subtitle-wrangler .sw-project-header>#swUndoBtn{margin-left:.25rem}.subtitle-wrangler .sw-project-header>.sw-framerate-header.hidden+#swUndoBtn{margin-left:auto}.subtitle-wrangler .sw-project-download-btn,.subtitle-wrangler .sw-project-delete-btn{order:6}.subtitle-wrangler .sw-autosave-status.visible{display:flex}.subtitle-wrangler .sw-autosave-status:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0;background:var(--text-secondary, #666);transition:background .2s ease}.subtitle-wrangler .sw-autosave-status.dot-green:before{background:#2ecc71}.subtitle-wrangler .sw-autosave-status.dot-yellow:before{background:#f1c40f}.subtitle-wrangler .sw-autosave-status.dot-red:before{background:#e74c3c}@media(max-width:900px){.subtitle-wrangler .sw-layout{flex-direction:column}}@media(max-width:640px){.subtitle-wrangler .tool-description{padding:1rem 1rem 0}.subtitle-wrangler .sw-project-header{padding:8px 1rem}.subtitle-wrangler .drop-zone{padding:2rem 1rem}.subtitle-wrangler .subtitle-item{grid-template-columns:40px 1fr;gap:.75rem;padding:.75rem}.subtitle-wrangler .sw-export-section{padding:1rem}}
