:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.scene-list{padding:0}.scene-list .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.scene-list .page-header h1{margin:0}.scene-list .header-actions{display:flex;gap:1rem;align-items:center}.status-filter{padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:.5rem;color:var(--text);font-size:.875rem}.scenes-table-container{overflow-x:auto}.scenes-table{width:100%;border-collapse:collapse}.scenes-table th,.scenes-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}.scenes-table th{background:var(--bg-secondary);font-weight:500;color:var(--text-secondary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.scenes-table tbody tr:hover{background:var(--bg-secondary)}.title-cell .scene-title{font-weight:500}.level-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600}.level-badge.level-a1,.level-badge.level-a2{background:#22c55e;color:#fff}.level-badge.level-b1,.level-badge.level-b2{background:#f59e0b;color:#fff}.level-badge.level-c1,.level-badge.level-c2{background:#ef4444;color:#fff}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.status-badge.status-draft{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border)}.status-badge.status-transcribing,.status-badge.status-translating,.status-badge.status-processing{background:#6366f133;color:var(--primary)}.status-badge.status-review{background:#f59e0b33;color:#f59e0b}.status-badge.status-ready{background:#22c55e33;color:#22c55e}.status-badge.status-published{background:#22c55e;color:#fff}.drama-list{padding:0}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-header h1{margin:0;color:var(--text-primary)}.drama-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.drama-card{background:var(--bg-secondary);border-radius:12px;overflow:hidden;border:1px solid var(--border-color);transition:box-shadow .2s ease,transform .2s ease}.drama-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.drama-thumbnail{height:180px;overflow:hidden;background:linear-gradient(135deg,var(--accent-drama) 0%,var(--accent-scene) 100%)}.drama-thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.thumbnail-placeholder span{font-size:4rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.drama-info{padding:1rem}.drama-info h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text-primary)}.drama-title-alt{margin:.25rem 0;font-size:.85rem;opacity:.8}.drama-title-alt.lang-ru{color:var(--color-ru)}.drama-title-alt.lang-kz{color:var(--color-kz)}.drama-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}.meta-item{font-size:.8rem;padding:.2rem .5rem;background:var(--bg-tertiary);border-radius:4px;color:var(--text-secondary)}.meta-item.scenes-count{background:var(--accent-scene);color:#fff}.drama-description{font-size:.85rem;color:var(--text-secondary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.drama-actions{padding:0 1rem 1rem;display:flex;gap:.5rem}.btn{padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.btn-sm{padding:.4rem .8rem;font-size:.8rem}.btn-primary{background:var(--accent-primary);color:#fff}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary)}.btn-secondary:hover{background:var(--border-color)}.btn-outline{background:transparent;border:1px solid var(--border-color);color:var(--text-secondary)}.btn-outline:hover{border-color:var(--accent-error);color:var(--accent-error)}.btn-danger{background:var(--accent-error);color:#fff}.empty-state{text-align:center;padding:4rem 2rem;background:var(--bg-secondary);border-radius:12px;border:2px dashed var(--border-color)}.empty-state p{color:var(--text-secondary);margin-bottom:1.5rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--bg-secondary);border-radius:12px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.modal-header h2{margin:0;font-size:1.25rem;color:var(--text-primary)}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;padding:0;line-height:1}.modal-close:hover{color:var(--text-primary)}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:.75rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary);font-size:.9rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.6rem .8rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:.95rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.alert-error{background:#ef44441a;border:1px solid var(--accent-error);color:var(--accent-error)}.alert button{background:none;border:none;color:inherit;cursor:pointer;font-weight:500}.actors-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.drama-actors-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.drama-actor-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-tertiary);border-radius:6px}.drama-actor-item .actor-name{font-weight:500;color:var(--text-primary)}.drama-actor-item .character-name{color:var(--text-secondary);font-style:italic}.drama-actor-item .remove-actor-btn{margin-left:auto;padding:.2rem .5rem;font-size:1rem;line-height:1}.add-actor-form{display:flex;gap:.5rem;align-items:center}.add-actor-form .actor-select{flex:1;min-width:150px}.add-actor-form .character-input{flex:1;min-width:120px}.add-actor-form .btn{flex-shrink:0}.actor-list{padding:0}.actor-list .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.actor-list .page-header h1{margin:0}.actors-table-container{overflow-x:auto}.actors-table{width:100%;border-collapse:collapse}.actors-table th,.actors-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}.actors-table th{background:var(--bg-secondary);font-weight:500;color:var(--text-secondary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.actors-table tbody tr:hover{background:var(--bg-secondary)}.name-cell .actor-name{font-weight:500}.gender-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.gender-badge.gender-male{background:#3b82f633;color:#3b82f6}.gender-badge.gender-female{background:#ec489933;color:#ec4899}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.empty-state p{margin-bottom:1.5rem}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.alert-error{background:#ef44441a;border:1px solid var(--error);color:var(--error)}.alert button{background:transparent;border:1px solid currentColor;padding:.25rem .75rem;border-radius:.25rem;cursor:pointer;color:inherit}.loading-spinner{text-align:center;padding:4rem;color:var(--text-secondary)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--bg-card);border-radius:.5rem;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{margin:0}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-secondary)}.close-btn:hover{color:var(--text)}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--bg-secondary);color:var(--text);font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary)}.subscription-list{padding:0}.subscription-list .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.subscription-list .page-header h1{margin:0}.subscriptions-table-container{overflow-x:auto}.subscriptions-table{width:100%;border-collapse:collapse}.subscriptions-table th,.subscriptions-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}.subscriptions-table th{background:var(--bg-secondary);font-weight:500;color:var(--text-secondary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.subscriptions-table tbody tr:hover{background:var(--bg-secondary)}.user-cell{display:flex;flex-direction:column;gap:.25rem}.user-name{font-weight:500}.user-id{font-size:.75rem;color:var(--text-secondary);font-family:monospace}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600}.status-active{background:#22c55e33;color:#22c55e}.status-expired{background:#ef444426;color:#ef4444}.actions-cell{display:flex;gap:.5rem}.form-static{padding:.75rem;background:var(--bg-secondary);border-radius:.5rem;color:var(--text-secondary);font-size:.875rem}*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #6366f1;--primary-hover: #4f46e5;--primary-light: #eef2ff;--primary-dark: #4338ca;--accent-blue: #3b82f6;--accent-blue-light: #dbeafe;--accent-cyan: #06b6d4;--accent-cyan-light: #cffafe;--accent-teal: #14b8a6;--accent-teal-light: #ccfbf1;--accent-green: #10b981;--accent-green-light: #d1fae5;--accent-yellow: #f59e0b;--accent-yellow-light: #fef3c7;--accent-orange: #f97316;--accent-orange-light: #ffedd5;--accent-red: #ef4444;--accent-red-light: #fee2e2;--accent-pink: #ec4899;--accent-pink-light: #fce7f3;--accent-purple: #8b5cf6;--accent-purple-light: #ede9fe;--bg: #f1f5f9;--bg-secondary: #ffffff;--bg-card: #ffffff;--bg-hover: #f8fafc;--text: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border: #e2e8f0;--border-light: #f1f5f9;--success: #10b981;--success-light: #d1fae5;--error: #ef4444;--error-light: #fee2e2;--warning: #f59e0b;--warning-light: #fef3c7;--info: #3b82f6;--info-light: #dbeafe;--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-xs: .375rem;--radius-sm: .5rem;--radius: .75rem;--radius-lg: 1rem;--radius-full: 9999px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.app-layout{display:flex;min-height:100vh}.sidebar{width:260px;background:linear-gradient(180deg,#1e293b,#0f172a);padding:1.5rem;position:fixed;height:100vh;overflow-y:auto}.sidebar .logo h1{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.sidebar .logo h1:before{content:"";width:32px;height:32px;background:linear-gradient(135deg,var(--accent-cyan) 0%,var(--primary) 100%);border-radius:var(--radius-sm)}.sidebar .logo{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar nav{display:flex;flex-direction:column;gap:.25rem}.nav-section{margin-bottom:1.5rem}.nav-section-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff6;padding:0 .75rem;margin-bottom:.5rem}.nav-item{padding:.75rem 1rem;border-radius:var(--radius-sm);color:#ffffffb3;text-decoration:none;transition:all .2s;font-weight:500;font-size:.9375rem;display:flex;align-items:center;gap:.75rem}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:linear-gradient(135deg,var(--primary) 0%,var(--accent-purple) 100%);color:#fff;box-shadow:0 4px 12px #6366f166}.nav-item .nav-icon{width:20px;height:20px;opacity:.8}.main-content{flex:1;margin-left:260px;padding:2rem;min-height:100vh}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.page-header .subtitle{color:var(--text-secondary);font-size:.9375rem}.dashboard h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.dashboard .subtitle{color:var(--text-secondary);margin-bottom:2rem}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:2.5rem}.action-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-decoration:none;color:var(--text);transition:all .2s;box-shadow:var(--shadow-xs);display:flex;align-items:flex-start;gap:1rem}.action-card:hover{border-color:transparent;box-shadow:var(--shadow-md);transform:translateY(-2px)}.action-card .icon{width:48px;height:48px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.action-card .icon.scenes{background:var(--accent-purple-light);color:var(--accent-purple)}.action-card .icon.dramas{background:var(--accent-pink-light);color:var(--accent-pink)}.action-card .icon.actors{background:var(--accent-cyan-light);color:var(--accent-cyan)}.action-card .icon.categories{background:var(--accent-orange-light);color:var(--accent-orange)}.action-card .icon.upload{background:var(--accent-green-light);color:var(--accent-green)}.action-card .icon.library{background:var(--accent-blue-light);color:var(--accent-blue)}.action-card .content h3{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.action-card .content p{color:var(--text-secondary);font-size:.8125rem;line-height:1.4}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-xs);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.stat-card.stat-scenes:before{background:linear-gradient(90deg,var(--accent-purple),var(--accent-pink))}.stat-card.stat-dramas:before{background:linear-gradient(90deg,var(--accent-blue),var(--accent-cyan))}.stat-card.stat-actors:before{background:linear-gradient(90deg,var(--accent-teal),var(--accent-green))}.stat-card.stat-published:before{background:linear-gradient(90deg,var(--accent-orange),var(--accent-yellow))}.stat-card .value{font-size:2rem;font-weight:700;display:block;color:var(--text)}.stat-card .label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text);font-size:.875rem}.form-group .label-hint{font-weight:400;color:var(--text-muted);font-size:.8125rem;margin-left:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.625rem .875rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9375rem;transition:all .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}button,.btn{padding:.625rem 1.25rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:hover,.btn:hover{background:var(--primary-hover)}button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text)}.btn-secondary:hover{background:var(--bg-hover);border-color:var(--text-muted)}.btn-success{background:var(--accent-green)}.btn-success:hover{background:#059669}.btn-danger{background:var(--accent-red)}.btn-danger:hover{background:#dc2626}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.btn-outline:hover{background:var(--bg-hover);border-color:var(--primary);color:var(--primary)}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs)}.card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card-header h2,.card-header h3{font-size:1rem;font-weight:600}.card-body{padding:1.25rem}.card-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);background:var(--bg-hover)}.table-container{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);overflow:hidden}.table{width:100%;border-collapse:collapse}.table th{background:var(--bg-hover);padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);border-bottom:1px solid var(--border)}.table td{padding:.875rem 1rem;border-bottom:1px solid var(--border-light);font-size:.9375rem}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--bg-hover)}.file-upload{border:2px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;cursor:pointer;transition:all .2s;background:var(--bg-hover)}.file-upload:hover,.file-upload.dragging{border-color:var(--primary);background:var(--primary-light)}.file-upload input{display:none}.file-upload label{cursor:pointer;color:var(--text-secondary);font-weight:500}.file-upload .upload-icon{width:48px;height:48px;margin:0 auto 1rem;background:var(--primary-light);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--primary)}.file-upload .file-name{color:var(--accent-green);font-weight:600}.upload-mode-toggle{display:inline-flex;gap:0;margin-bottom:1.5rem;background:var(--bg);padding:.25rem;border-radius:var(--radius-sm);border:1px solid var(--border)}.upload-mode-toggle button{background:transparent;border:none;color:var(--text-secondary);padding:.5rem 1rem;border-radius:var(--radius-xs)}.upload-mode-toggle button.active{background:var(--bg-secondary);color:var(--text);box-shadow:var(--shadow-xs)}.scene-upload{max-width:640px}.scene-upload h1,.video-list h1,.scenes-list h1{margin-bottom:1.5rem}.search-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.search-form input{flex:1;padding:.625rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9375rem}.search-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.videos-grid,.scenes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.video-card,.scene-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:all .2s;box-shadow:var(--shadow-xs)}.video-card:hover,.scene-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.video-card.selected,.scene-card.selected{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.video-thumbnail,.scene-thumbnail{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#1e293b,#334155)}.video-thumbnail img,.scene-thumbnail img{width:100%;height:100%;object-fit:cover}.video-thumbnail .duration,.scene-thumbnail .duration{position:absolute;bottom:.5rem;right:.5rem;background:#000c;padding:.25rem .5rem;border-radius:var(--radius-xs);font-size:.75rem;color:#fff;font-weight:500}.scene-thumbnail .level{position:absolute;top:.5rem;left:.5rem;padding:.25rem .625rem;border-radius:var(--radius-xs);font-size:.6875rem;font-weight:600;color:#fff;text-transform:uppercase}.level-a1,.level-a2{background:var(--accent-green)}.level-b1,.level-b2{background:var(--accent-yellow)}.level-c1,.level-c2{background:var(--accent-red)}.video-info,.scene-info{padding:1rem}.video-info .title,.scene-info .title{font-size:.9375rem;font-weight:600;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-info .meta,.scene-info .meta{display:flex;gap:.75rem;color:var(--text-muted);font-size:.8125rem;margin-bottom:.5rem}.scene-info .drama-name{color:var(--text-secondary);font-size:.8125rem;margin-bottom:.25rem}.scene-info .episode{color:var(--text-muted);font-size:.75rem;margin-bottom:.5rem}.scene-info .category{display:inline-block;font-size:.6875rem;padding:.25rem .625rem;background:var(--accent-purple-light);color:var(--accent-purple);border-radius:var(--radius-full);font-weight:500;text-transform:uppercase}.video-info .status{display:inline-block;font-size:.6875rem;padding:.25rem .5rem;border-radius:var(--radius-xs);background:var(--bg);font-weight:500}.video-info .status-4{background:var(--accent-green-light);color:var(--accent-green)}.badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-primary{background:var(--primary-light);color:var(--primary)}.badge-success{background:var(--accent-green-light);color:var(--accent-green)}.badge-warning{background:var(--accent-yellow-light);color:var(--accent-yellow)}.badge-danger{background:var(--accent-red-light);color:var(--accent-red)}.badge-info{background:var(--accent-blue-light);color:var(--accent-blue)}.badge-purple{background:var(--accent-purple-light);color:var(--accent-purple)}.badge-pink{background:var(--accent-pink-light);color:var(--accent-pink)}.badge-cyan{background:var(--accent-cyan-light);color:var(--accent-cyan)}.badge-orange{background:var(--accent-orange-light);color:var(--accent-orange)}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner p{margin-top:1rem;color:var(--text-secondary);font-weight:500}.alert{padding:.875rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.alert-error{background:var(--accent-red-light);border:1px solid var(--accent-red);color:var(--accent-red)}.alert-success{background:var(--accent-green-light);border:1px solid var(--accent-green);color:var(--accent-green)}.alert-warning{background:var(--accent-yellow-light);border:1px solid var(--accent-yellow);color:#92400e}.alert-info{background:var(--accent-blue-light);border:1px solid var(--accent-blue);color:var(--accent-blue)}.error-message{background:var(--accent-red-light);border:1px solid var(--accent-red);border-radius:var(--radius-sm);padding:.875rem 1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.error-message p{color:var(--accent-red);font-weight:500}.error-message button{background:transparent;border:1px solid var(--accent-red);color:var(--accent-red);padding:.375rem .75rem}.error-message button:hover{background:var(--accent-red);color:#fff}.empty-state{text-align:center;padding:3rem 2rem;color:var(--text-secondary)}.empty-state .empty-icon{width:64px;height:64px;margin:0 auto 1rem;background:var(--bg);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem}.pagination button{background:var(--bg-card);border:1px solid var(--border);color:var(--text);padding:.5rem .875rem}.pagination button:hover:not(:disabled){border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.pagination .page-info{padding:0 1rem;color:var(--text-secondary);font-size:.875rem}.placeholder-thumbnail{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:.8125rem}.video-details-panel{position:fixed;right:0;top:0;width:380px;height:100vh;background:var(--bg-secondary);border-left:1px solid var(--border);padding:1.5rem;z-index:100;box-shadow:var(--shadow-lg);overflow-y:auto}.video-details-panel h2{margin-bottom:1rem;font-size:.6875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.video-details-panel h3{margin-bottom:1rem;font-weight:600}.video-details-panel p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9375rem}.video-details-panel button{margin-top:1rem;width:100%}.scene-editor{max-width:960px;margin:0 auto}.scene-editor h1{margin-bottom:0;font-weight:700}.editor-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.editor-actions{display:flex;gap:.5rem;margin-left:auto}.tab-actions{display:flex;gap:.5rem;justify-content:flex-end;padding:.75rem 1.5rem;margin-bottom:0}.status-badge{padding:.375rem .75rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-badge[data-status=Draft]{background:var(--bg);color:var(--text-secondary);border:1px solid var(--border)}.status-badge[data-status=Transcribing],.status-badge[data-status=Translating],.status-badge[data-status=Processing]{background:var(--accent-blue-light);color:var(--accent-blue)}.status-badge[data-status=Review]{background:var(--accent-yellow-light);color:#92400e}.status-badge[data-status=Ready]{background:var(--accent-green-light);color:var(--accent-green)}.status-badge[data-status=Published]{background:var(--accent-purple-light);color:var(--accent-purple)}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--accent-purple) 100%);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-hover) 0%,#7c3aed 100%)}.editor-tabs{display:inline-flex;gap:0;margin-bottom:1.25rem;background:var(--bg);padding:.25rem;border-radius:var(--radius-sm);border:1px solid var(--border)}.editor-tabs button{background:transparent;border:none;color:var(--text-secondary);padding:.5rem 1rem;border-radius:var(--radius-xs);font-weight:500}.editor-tabs button:hover{background:var(--bg-secondary);color:var(--text)}.editor-tabs button.active{background:var(--bg-secondary);color:var(--text);box-shadow:var(--shadow-xs)}.editor-content{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-xs)}.tab-description{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.875rem}.phrases-tab{max-height:65vh;overflow-y:auto}.speaker-mapping-section{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1.25rem}.speaker-mapping-section h3{font-size:.9375rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.speaker-mapping-section .section-hint{font-size:.8125rem;color:var(--text-muted);margin-bottom:.75rem}.speaker-mapping-grid{display:flex;flex-direction:column;gap:.5rem}.speaker-mapping-row{display:flex;align-items:center;gap:1rem}.speaker-mapping-row .speaker-label{min-width:100px;font-size:.875rem;font-weight:500;color:var(--text-secondary)}.speaker-mapping-row .actor-select{flex:1;max-width:300px;padding:.5rem;font-size:.875rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-secondary)}.phrases-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.translate-all-buttons{display:flex;gap:.5rem}.btn-translate{background:var(--bg);border:1px solid var(--border);color:var(--text-secondary);padding:.5rem .875rem;font-size:.8125rem}.btn-translate:hover{background:var(--accent-blue-light);border-color:var(--accent-blue);color:var(--accent-blue)}.btn-translate.ru:hover{background:var(--accent-pink-light);border-color:var(--accent-pink);color:var(--accent-pink)}.btn-translate.kz:hover{background:var(--accent-cyan-light);border-color:var(--accent-cyan);color:var(--accent-cyan)}.phrase-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;margin-bottom:.75rem;transition:all .15s}.phrase-item:hover{border-color:var(--primary)}.phrase-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.phrase-index{font-weight:700;color:var(--primary);min-width:36px;font-size:.8125rem}.actor-select{flex:1;max-width:240px;padding:.375rem .625rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);font-size:.8125rem;cursor:pointer}.actor-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}.phrase-time{color:var(--text-muted);font-size:.75rem;font-family:SF Mono,Monaco,Consolas,monospace;margin-left:auto;background:var(--bg-secondary);padding:.25rem .5rem;border-radius:var(--radius-xs)}.phrase-translations{display:flex;flex-direction:column;gap:.5rem}.translation-row{display:flex;align-items:flex-start;gap:.5rem}.translation-row label{min-width:28px;padding-top:.5rem;font-weight:600;font-size:.6875rem;text-transform:uppercase}.translation-row label.lang-en{color:var(--accent-blue)}.translation-row label.lang-ru{color:var(--accent-pink)}.translation-row label.lang-kz{color:var(--accent-cyan)}.phrase-text{width:100%;padding:.5rem .75rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);font-size:.875rem;resize:vertical;line-height:1.5}.phrase-text:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}.translation-row .phrase-text{flex:1}.translation-row .phrase-text.translation{border-style:dashed}.translation-row .phrase-text.translation.ru{border-color:var(--accent-pink-light)}.translation-row .phrase-text.translation.kz{border-color:var(--accent-cyan-light)}.translation-row .phrase-text.translation.ru:focus{border-color:var(--accent-pink);box-shadow:0 0 0 2px var(--accent-pink-light)}.translation-row .phrase-text.translation.kz:focus{border-color:var(--accent-cyan);box-shadow:0 0 0 2px var(--accent-cyan-light)}.btn-translate-single{padding:.375rem .625rem;font-size:.6875rem;background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;font-weight:500}.btn-translate-single:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.btn-translate-single.ru:hover{border-color:var(--accent-pink);color:var(--accent-pink);background:var(--accent-pink-light)}.btn-translate-single.kz:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);background:var(--accent-cyan-light)}.phrase-keywords{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.keyword{padding:.1875rem .5rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:500;background:var(--bg-secondary);border:1px solid var(--border)}.keyword.difficulty-easy{background:var(--accent-green-light);border-color:var(--accent-green);color:var(--accent-green)}.keyword.difficulty-medium{background:var(--accent-yellow-light);border-color:var(--accent-yellow);color:#92400e}.keyword.difficulty-hard{background:var(--accent-red-light);border-color:var(--accent-red);color:var(--accent-red)}.scene-line{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden}.scene-line:hover{border-color:var(--primary)}.line-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg);border-bottom:1px solid var(--border);flex-wrap:wrap}.line-header .line-position{font-weight:700;color:var(--primary);font-size:.8125rem;min-width:36px}.line-header .speaker-label{font-size:.8125rem;font-weight:600;color:var(--accent-blue);padding:.125rem .5rem;background:var(--accent-blue-light);border-radius:var(--radius-xs)}.line-header .actor-select{flex:1;max-width:240px;padding:.375rem .625rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text);font-size:.8125rem;cursor:pointer}.line-header .phrase-time{margin-left:auto}.scene-line .phrase-item{margin:.5rem .75rem;border-radius:var(--radius-xs)}.scene-line .phrase-item:last-child{margin-bottom:.75rem}.btn-baseline{background:var(--accent-purple-light);border:1px solid var(--accent-purple);color:var(--accent-purple);padding:.5rem .875rem;font-size:.8125rem;font-weight:500;border-radius:var(--radius-xs);cursor:pointer;display:inline-flex;align-items:center;gap:.375rem;transition:all .15s}.btn-baseline:hover:not(:disabled){background:var(--accent-purple);color:#fff}.btn-baseline:disabled{opacity:.5;cursor:not-allowed}.phrase-baseline{margin-top:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.baseline-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.baseline-badge{display:inline-flex;align-items:center;padding:.2rem .625rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:500}.baseline-badge.success{background:var(--accent-purple-light);color:var(--accent-purple)}.baseline-badge.empty{background:var(--bg);color:var(--text-muted);border:1px dashed var(--border)}.baseline-badge.error{background:var(--error-light);color:var(--error)}.baseline-emotions{display:inline-flex;gap:.375rem;flex-wrap:wrap}.emotion-chip{display:inline-flex;align-items:center;padding:.15rem .5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.7rem;color:var(--text-secondary);font-weight:500}.video-preview{margin-top:1.25rem}.video-preview label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem}.video-preview video{width:100%;max-height:280px;border-radius:var(--radius-sm);background:#000}.info-tab .form-group input:disabled,.info-tab .form-group select:disabled{opacity:.6;cursor:not-allowed;background:var(--bg)}.subtitles-tab{display:flex;flex-direction:column;gap:1.25rem}.subtitle-section h3{margin-bottom:.5rem;color:var(--text-secondary);font-size:.8125rem;font-weight:600}.srt-editor{width:100%;font-family:SF Mono,Monaco,Consolas,monospace;font-size:.8125rem;padding:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);resize:vertical;line-height:1.6}.srt-editor:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}.actor-checkboxes{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.checkbox-label{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--bg-secondary);border-radius:var(--radius-xs);cursor:pointer;transition:background .15s}.checkbox-label:hover{background:var(--bg-hover)}.checkbox-label input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:var(--primary)}.checkbox-label span{font-weight:500;color:var(--text)}.checkbox-label small{color:var(--text-muted);font-size:.8125rem}.form-hint{display:block;margin-top:.5rem;font-size:.8125rem;color:var(--text-muted)}.form-hint a{color:var(--primary);text-decoration:none}.form-hint a:hover{text-decoration:underline}.btn-preview{padding:.25rem .625rem;font-size:.75rem;background:var(--accent-purple-light);border:1px solid var(--accent-purple);color:var(--accent-purple);border-radius:var(--radius-xs);cursor:pointer;white-space:nowrap;font-weight:500}.btn-preview:hover:not(:disabled){background:var(--accent-purple);color:#fff}.btn-preview:disabled{opacity:.4;cursor:not-allowed}.video-inline-preview{margin-top:.75rem}.video-inline-player{width:100%;max-width:320px;border-radius:var(--radius-sm);background:#000}.video-phrase-preview{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:100;overflow:hidden;width:320px}.video-phrase-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--bg-hover);border-bottom:1px solid var(--border)}.video-phrase-time{color:var(--text-secondary);font-size:.75rem;font-family:SF Mono,Monaco,Consolas,monospace}.video-phrase-close{background:transparent;border:none;font-size:1.25rem;color:var(--text-muted);cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-xs)}.video-phrase-close:hover{background:var(--bg);color:var(--text)}.video-phrase-player{width:100%;display:block;background:#000}.video-compact-preview{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:100;overflow:hidden;width:320px}.video-compact-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--bg-hover);border-bottom:1px solid var(--border);font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.video-compact-close{background:transparent;border:none;font-size:1.25rem;color:var(--text-muted);cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-xs)}.video-compact-close:hover{background:var(--bg);color:var(--text)}.video-compact-player{width:100%;display:block;background:#000}.srt-import{max-width:720px}.srt-import h1{margin-bottom:.5rem}.srt-import .page-description{color:var(--text-secondary);margin-bottom:1.5rem}.import-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-xs)}.file-info{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding:.5rem .75rem;background:var(--accent-green-light);border-radius:var(--radius-xs);color:var(--accent-green);font-weight:500;font-size:.875rem}.file-info .remove-btn{background:transparent;border:none;color:var(--accent-green);font-size:1.25rem;padding:0;cursor:pointer;line-height:1}.file-info .remove-btn:hover{color:var(--accent-red)}.preview-loading{padding:1rem;text-align:center;color:var(--text-muted)}.srt-preview{margin:1rem 0;padding:1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.srt-preview.valid{border-color:var(--accent-green);background:var(--accent-green-light)}.srt-preview.invalid{border-color:var(--accent-red);background:var(--accent-red-light)}.srt-preview h3{font-size:.875rem;margin-bottom:.5rem}.preview-stats{display:flex;gap:.5rem;align-items:center;font-size:.8125rem;color:var(--text-secondary);margin-bottom:.75rem}.preview-stats .valid{color:var(--accent-green);font-weight:600}.preview-stats .invalid{color:var(--accent-red);font-weight:600}.preview-entries{display:flex;flex-direction:column;gap:.375rem}.preview-entry{display:flex;gap:.75rem;font-size:.8125rem;padding:.375rem 0;border-bottom:1px solid var(--border-light)}.preview-entry:last-child{border-bottom:none}.entry-time{color:var(--text-muted);font-family:SF Mono,Monaco,Consolas,monospace;font-size:.75rem;min-width:48px}.entry-text{color:var(--text);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-more{color:var(--text-muted);font-size:.75rem;font-style:italic;padding-top:.5rem}.submit-btn{width:100%;padding:.875rem;font-size:1rem;margin-top:.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--accent-purple) 100%)}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-hover) 0%,#7c3aed 100%)}.import-success{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-xs)}.success-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.success-icon{width:48px;height:48px;background:var(--accent-green);color:#fff;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.success-header h2{font-size:1.25rem;font-weight:600}.import-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1rem;background:var(--bg);border-radius:var(--radius-sm)}.import-stats .stat{display:flex;flex-direction:column}.import-stats .stat-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem}.import-stats .stat-value{font-size:.9375rem;font-weight:600;color:var(--text)}.phrases-preview{margin-bottom:1.5rem}.phrases-preview h3{font-size:.875rem;margin-bottom:.75rem;color:var(--text-secondary)}.phrases-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.phrase-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem}.phrase-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.phrase-time{font-family:SF Mono,Monaco,Consolas,monospace;font-size:.6875rem;color:var(--text-muted);background:var(--bg-secondary);padding:.125rem .375rem;border-radius:var(--radius-xs)}.phrase-gender{font-size:.75rem;padding:.125rem .375rem;border-radius:var(--radius-xs)}.phrase-gender.female{background:var(--accent-pink-light);color:var(--accent-pink)}.phrase-gender.male{background:var(--accent-blue-light);color:var(--accent-blue)}.phrase-speaker{font-size:.6875rem;padding:.125rem .375rem;background:var(--accent-blue-light);color:var(--accent-blue);border-radius:var(--radius-xs);font-weight:500}.phrase-emotion{font-size:.6875rem;padding:.125rem .5rem;background:var(--accent-purple-light);color:var(--accent-purple);border-radius:var(--radius-full);text-transform:capitalize}.entry-speaker{font-size:.75rem;color:var(--accent-blue);font-weight:500;min-width:70px}.phrase-texts{display:flex;flex-direction:column;gap:.25rem}.phrase-korean{font-size:.8125rem;color:var(--text-muted)}.phrase-english{font-size:.9375rem;color:var(--text);font-weight:500}.import-actions{display:flex;gap:.75rem}.import-actions .primary-btn{flex:1;padding:.875rem;background:linear-gradient(135deg,var(--primary) 0%,var(--accent-purple) 100%);color:#fff;font-weight:600}.import-actions .primary-btn:hover{background:linear-gradient(135deg,var(--primary-hover) 0%,#7c3aed 100%)}.import-actions .secondary-btn{padding:.875rem 1.25rem;background:var(--bg);border:1px solid var(--border);color:var(--text-secondary)}.import-actions .secondary-btn:hover{border-color:var(--text-muted);background:var(--bg-hover)}.alignment-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1rem}.alignment-section h3{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem}.pipeline-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.btn-pipeline{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s}.btn-pipeline.align{background:var(--accent-cyan-light);color:#0e7490;border-color:var(--accent-cyan)}.btn-pipeline.align:hover:not(:disabled){background:var(--accent-cyan);color:#fff}.btn-pipeline.baseline{background:#f3e8ff;color:#7c3aed;border-color:#a78bfa}.btn-pipeline.baseline:hover:not(:disabled){background:#7c3aed;color:#fff}.btn-pipeline:disabled{opacity:.4;cursor:not-allowed}.alignment-summary{display:flex;gap:.75rem;margin-bottom:.5rem}.alignment-summary .summary-item{font-size:.8125rem;font-weight:500;padding:.25rem .625rem;border-radius:var(--radius-full)}.summary-item.aligned{background:var(--accent-green-light);color:var(--accent-green)}.summary-item.review{background:var(--accent-yellow-light);color:#b45309}.summary-item.total{background:var(--bg);color:var(--text-secondary)}.batch-status{display:flex;gap:1rem;font-size:.8125rem;color:var(--text-secondary);padding:.375rem .75rem;background:var(--accent-blue-light);border-radius:var(--radius-sm);margin-bottom:.5rem}.pipeline-stats{display:flex;gap:.375rem;flex-wrap:wrap}.stat-chip{font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em}.stat-chip.raw{background:var(--bg);color:var(--text-muted)}.stat-chip.aligned{background:var(--accent-green-light);color:var(--accent-green)}.stat-chip.needsreview{background:var(--accent-yellow-light);color:#b45309}.stat-chip.verified{background:var(--accent-blue-light);color:var(--accent-blue)}.stat-chip.analyzed{background:#f3e8ff;color:#7c3aed}.stat-chip.published{background:var(--accent-teal-light);color:var(--accent-teal)}.segment-status-badge{font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:var(--radius-full);white-space:nowrap}.segment-status-badge.raw{background:var(--bg);color:var(--text-muted)}.segment-status-badge.aligned{background:var(--accent-green-light);color:var(--accent-green)}.segment-status-badge.needsreview{background:var(--accent-yellow-light);color:#b45309}.segment-status-badge.verified{background:var(--accent-blue-light);color:var(--accent-blue)}.segment-status-badge.analyzed{background:#f3e8ff;color:#7c3aed}.segment-status-badge.published{background:var(--accent-teal-light);color:var(--accent-teal)}.confidence-badge{font-size:.6875rem;font-weight:700;padding:.125rem .375rem;border-radius:var(--radius-xs);font-family:SF Mono,Monaco,Consolas,monospace}.confidence-badge.high{background:var(--accent-green-light);color:var(--accent-green)}.confidence-badge.medium{background:var(--accent-yellow-light);color:#b45309}.confidence-badge.low{background:var(--accent-red-light);color:var(--accent-red)}.btn-merge{padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;background:var(--accent-orange-light);border:1px solid var(--accent-orange);color:var(--accent-orange);border-radius:var(--radius-xs);cursor:pointer;white-space:nowrap}.btn-merge:hover{background:var(--accent-orange);color:#fff}.btn-verify{padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;background:var(--accent-green-light);border:1px solid var(--accent-green);color:var(--accent-green);border-radius:var(--radius-xs);cursor:pointer;white-space:nowrap}.btn-verify:hover{background:var(--accent-green);color:#fff}.phrase-item.needs-review{border-left:3px solid var(--accent-yellow)}.btn-pipeline.validate{background:var(--accent-yellow-light);color:#b45309;border-color:var(--accent-yellow)}.btn-pipeline.validate:hover:not(:disabled){background:var(--accent-yellow);color:#fff}.csv-validation{margin-top:.5rem;padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.8125rem;border:1px solid var(--border)}.csv-validation.match{background:#f0fdf4;border-color:#bbf7d0}.csv-validation.mismatch{background:#fffbeb;border-color:#fde68a}.csv-validation-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.csv-match-badge{font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:var(--radius-full)}.csv-match-badge.match{background:var(--accent-green-light);color:var(--accent-green)}.csv-match-badge.mismatch{background:var(--accent-yellow-light);color:#b45309}.csv-speaker{font-size:.6875rem;color:var(--accent-blue);font-weight:500}.csv-text-compare{display:flex;gap:.5rem;align-items:baseline;margin-top:.25rem}.csv-label{font-size:.6875rem;font-weight:600;color:var(--text-muted);min-width:48px;text-transform:uppercase;letter-spacing:.03em}.csv-text{font-size:.8125rem;color:var(--text)}.csv-text.no-match{color:var(--accent-red);font-style:italic}.csv-text.original{color:var(--text-secondary)}.clips-tab{padding:0}.clips-actions{display:flex;align-items:center;margin-bottom:1.25rem}.clips-suggestions h3,.clips-current h3{font-size:.9375rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.clips-suggestions .section-hint{font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem}.clip-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:.875rem 1rem;margin-bottom:.75rem}.clip-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.clip-card-title{font-weight:700;font-size:.875rem;color:var(--primary)}.clip-duration{font-size:.75rem;font-weight:700;padding:.125rem .5rem;border-radius:var(--radius-full);font-family:SF Mono,Monaco,Consolas,monospace}.clip-duration.ok{background:var(--accent-green-light);color:var(--accent-green)}.clip-duration.warning{background:var(--accent-yellow-light);color:#b45309}.clip-card-time{font-size:.75rem;color:var(--text-muted);font-family:SF Mono,Monaco,Consolas,monospace}.clip-card-phrases{display:flex;flex-direction:column;gap:.375rem}.clip-phrase-item{display:flex;align-items:baseline;gap:.5rem;font-size:.8125rem;padding:.25rem 0}.clip-phrase-pos{font-weight:600;color:var(--text-muted);min-width:24px;font-size:.75rem}.clip-phrase-speaker{font-weight:600;color:var(--accent-blue);font-size:.75rem;white-space:nowrap}.clip-phrase-text{color:var(--text)}.clip-phrase-count{font-size:.6875rem;color:var(--text-muted);margin-left:auto}.clip-phrase-item.editable{padding:.375rem .25rem;border-radius:var(--radius-xs);transition:background .1s}.clip-boundary-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.375rem 0;margin:0}.boundary-divider{width:80px;height:2px;background:var(--border);border-radius:1px}.btn-boundary{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-secondary);cursor:pointer;transition:all .15s;white-space:nowrap}.btn-boundary:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.btn-boundary:disabled{opacity:.3;cursor:not-allowed}.btn-clip-action{padding:.1875rem .625rem;font-size:.6875rem;font-weight:600;border-radius:var(--radius-xs);cursor:pointer;white-space:nowrap;border:1px solid transparent;margin-left:auto}.btn-clip-action.merge{background:var(--accent-orange-light);color:var(--accent-orange);border-color:var(--accent-orange)}.btn-clip-action.merge:hover{background:var(--accent-orange);color:#fff}.btn-split{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:.625rem;background:none;border:1px dashed var(--border);border-radius:var(--radius-xs);color:var(--text-muted);cursor:pointer;flex-shrink:0;transition:all .1s}.btn-split:hover{background:var(--accent-red-light);border-color:var(--accent-red);color:var(--accent-red);border-style:solid}.clips-empty{background:var(--bg);border:1px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;color:var(--text-muted);font-size:.875rem}
