.vtt-dropzone{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;padding:3rem 2rem;transition:border-color .2s,background .2s}.vtt-dropzone:hover,.vtt-dropzone.drag-over{border-color:var(--accent);background:var(--bg-soft)}.vtt-dropzone-inner{flex-direction:column;align-items:center;gap:.5rem;display:flex}.vtt-upload-icon{color:var(--text-3);margin-bottom:.5rem}.vtt-dropzone-title{color:var(--text);margin:0;font-size:1.125rem;font-weight:600}.vtt-dropzone-sub{color:var(--text-2);margin:0;font-size:.875rem}.vtt-dropzone-formats{color:var(--text-3);margin:.25rem 0 0;font-size:.75rem}.vtt-info{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-2);align-items:flex-start;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5;display:flex}.vtt-info svg{color:var(--text-3);flex-shrink:0;margin-top:1px}.vtt-preview-row{gap:1.5rem;margin-bottom:1.25rem;display:flex}.vtt-media-wrap{flex:1;min-width:0}.vtt-media-wrap video{border-radius:var(--radius);border:1px solid var(--border);background:#000;width:100%}.vtt-metadata{flex-direction:column;gap:1rem;min-width:130px;display:flex}.vtt-stat{flex-direction:column;gap:.125rem;display:flex}.vtt-stat-value{color:var(--text);font-size:1.125rem;font-weight:600;font-family:var(--font-mono)}.vtt-stat-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.vtt-section{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem}.vtt-section-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:block}.vtt-select{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);font-size:.9375rem;font-family:var(--font);cursor:pointer;padding:.5rem .75rem}.vtt-model-row{gap:.75rem;display:flex}.vtt-model-btn{background:var(--bg);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text-2);flex-direction:column;flex:1;align-items:center;gap:.25rem;padding:.75rem .5rem;transition:border-color .15s,background .15s,color .15s;display:flex}.vtt-model-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--bg-soft)}.vtt-model-btn.active{border-color:var(--accent);background:var(--bg-soft);color:var(--accent)}.vtt-model-btn:disabled{opacity:.45;cursor:not-allowed}.vtt-model-btn:disabled:hover{border-color:var(--border);color:var(--text-2);background:var(--bg)}.vtt-model-name{font-size:.9375rem;font-weight:600}.vtt-model-size{text-transform:uppercase;letter-spacing:.03em;opacity:.8;font-size:.6875rem}.vtt-model-hint{color:var(--text-3);margin:.5rem 0 0;font-size:.75rem}.vtt-advanced{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem}.vtt-advanced-summary{color:var(--text-2);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;font-size:.8125rem;font-weight:600}.vtt-advanced-body{padding:0 1rem 1rem}.vtt-advanced-label{color:var(--text-2);margin-bottom:.5rem;font-size:.8125rem;display:block}.vtt-advanced-hint{color:var(--text-3);margin:.5rem 0 0;font-size:.75rem}.vtt-actions{align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.vtt-progress{text-align:center;padding:2rem}.vtt-progress-text{color:var(--text);margin-bottom:1rem;font-size:.9375rem;font-weight:600}.vtt-progress-track{background:var(--bg-hover);border-radius:4px;width:100%;max-width:400px;height:8px;margin:0 auto;overflow:hidden}.vtt-progress-fill{background:var(--accent);border-radius:4px;width:0%;height:100%;transition:width .3s}.vtt-progress-detail{color:var(--text-3);margin-top:.5rem;font-size:.75rem}.vtt-error{background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.vtt-error-text{color:#c53030;font-size:.875rem}.vtt-error-retry{background:var(--bg);border:1px solid var(--border);cursor:pointer;white-space:nowrap;color:var(--text);border-radius:6px;padding:6px 14px;font-size:.8125rem}.vtt-error-retry:hover{background:var(--bg-hover)}.vtt-result-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.vtt-result-stats{color:var(--text-2);font-size:.875rem}.vtt-format-tabs{border:1px solid var(--border);border-radius:var(--radius);display:inline-flex;overflow:hidden}.vtt-format-btn{background:var(--bg);border:none;border-left:1px solid var(--border);cursor:pointer;color:var(--text-2);padding:.375rem .875rem;font-size:.8125rem;font-weight:600}.vtt-format-btn:first-child{border-left:none}.vtt-format-btn.active{background:var(--accent);color:#fff}.vtt-output{resize:vertical;width:100%;min-height:260px;font-size:.875rem;line-height:1.6;font-family:var(--font-mono);color:var(--text);background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);white-space:pre-wrap;word-break:break-word;padding:.875rem 1rem}.vtt-result-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}@media (width<=768px){.vtt-preview-row{flex-direction:column}.vtt-metadata{flex-flow:wrap;min-width:0}.vtt-model-row{flex-direction:column}}
