:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-0:#e6e7e9;--bg-1:#dddee0;--bg-2:#d5d6d8;--bg-3:#cccdcf;--bg-4:#c3c4c6;--bg-5:#b8b9bb;--border:#bdbec0;--border-strong:#a0a1a3;--text-0:#1a1a1a;--text-1:#2d2d2d;--text-2:#5a5a5a;--text-3:#8a8a8a;--text-4:#a8a8a8;--accent:#004c38;--accent-light:#d0e6de;--accent-action:#f40;--accent-highlight:#dbfc0e;--mono:"SF Mono", ui-monospace, Consolas, monospace;--sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius:6px}*{box-sizing:border-box}html,body,#root{background:var(--bg-0);width:100%;height:100%;color:var(--text-1);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;padding:0}#root{flex-direction:column;display:flex;overflow:hidden}button{cursor:pointer;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.35}input,textarea,select{font-family:inherit}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-1)}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bg-5)}.page{background:var(--bg-0);width:100vw;height:100vh;color:var(--text-1);font-family:var(--sans);flex-direction:column;display:flex;overflow:hidden}.page-header{background:var(--bg-0);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:52px;padding:0 24px;display:flex}.page-header-left{align-items:center;gap:16px;display:flex}.page-header-right{align-items:center;gap:10px;display:flex}.brand{color:var(--text-0);letter-spacing:.01em;font-size:14px;font-weight:700}.ghost-btn{border:1px solid var(--border);color:var(--text-2);border-radius:var(--radius);background:0 0;height:32px;padding:6px 14px;font-size:12px;transition:all .12s}.ghost-btn:hover{color:var(--text-0);border-color:var(--border-strong);background:var(--bg-2)}.link-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.page-body{flex:1;padding:32px 24px 64px;overflow-y:auto}.plp-section{margin-bottom:36px}.section-title{color:var(--text-2);border-bottom:1px solid var(--border);margin:0 0 14px;padding-bottom:8px;font-size:13px;font-weight:600}.plp-empty{color:var(--text-3);padding:16px 0;font-size:13px}.plp-error{color:#c0392b}.plp-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;display:grid}.project-card{background:var(--bg-0);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;flex-direction:column;gap:8px;padding:14px 16px;font-family:inherit;transition:all .12s;display:flex}.project-card:hover{border-color:var(--accent);box-shadow:0 2px 8px #0000000f}.project-card-name{color:var(--text-0);font-size:13px;font-weight:500;line-height:1.4}.project-card-meta{align-items:center;gap:8px;font-size:11px;display:flex}.project-status{border-radius:10px;padding:2px 7px;font-size:10px;font-weight:500;display:inline-block}.status-completed{color:#2e7d32;background:#e8f5e9}.status-processing,.status-running{color:#1565c0;background:#e3f2fd}.status-failed,.status-error{color:#c62828;background:#fce4ec}.status-unknown{background:var(--bg-2);color:var(--text-3)}.project-card-id{color:var(--text-4);font-family:var(--mono);font-size:11px}.plp-import-row{gap:12px;display:flex}.import-btn{border:1px dashed var(--border-strong);color:var(--text-2);border-radius:var(--radius);cursor:pointer;background:0 0;align-items:center;padding:10px 18px;font-size:12px;transition:all .1s;display:inline-flex}.import-btn:hover{background:var(--bg-2);color:var(--text-0)}.settings-page .page-body{max-width:520px}.settings-section{margin-bottom:28px}.settings-card{background:var(--bg-0);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:14px;padding:16px;display:flex}.settings-field{flex-direction:column;gap:5px;display:flex}.settings-label{color:var(--text-2);font-size:12px;font-weight:500}.settings-input,.settings-select{background:var(--bg-1);color:var(--text-1);border:1px solid var(--border);border-radius:var(--radius);height:36px;padding:8px 10px;font-size:13px;transition:all .1s}.settings-input:focus,.settings-select:focus{border-color:var(--accent);outline:none}.settings-hint{color:var(--text-4);font-size:11px}.settings-danger-btn{color:#c62828;border-radius:var(--radius);cursor:pointer;background:0 0;border:1px solid #e57373;padding:8px 14px;font-size:12px;transition:all .1s}.settings-danger-btn:hover{background:#fce4ec}.editor-page{background:var(--bg-1);width:100vw;height:100vh;color:var(--text-1);font-family:var(--sans);grid-template-rows:44px 1fr 220px 24px;display:grid;overflow:hidden}.top-bar{background:var(--bg-0);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:44px;padding:0 12px;display:flex}.top-bar-left{align-items:center;gap:10px;min-width:0;display:flex}.top-bar-brand{color:var(--text-0);font-size:13px;font-weight:700}.top-bar-divider{background:var(--border);width:1px;height:18px}.top-bar-title{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:13px;overflow:hidden}.top-bar-right{align-items:center;gap:5px;display:flex}.top-bar-btn{background:var(--bg-0);color:var(--text-2);border:1px solid var(--border);border-radius:var(--radius);justify-content:center;align-items:center;min-width:30px;height:30px;padding:4px 10px;font-size:13px;transition:all .1s;display:flex}.top-bar-btn:hover:not(:disabled){background:var(--bg-2);color:var(--text-0);border-color:var(--border-strong)}.top-bar-btn:disabled{opacity:.3}.top-bar-btn.ghost{background:0 0;border-color:#0000}.top-bar-btn.ghost:hover:not(:disabled){background:var(--bg-2);border-color:var(--border)}.top-bar-btn.primary{background:var(--accent-action);color:#fff;border-color:var(--accent-action);padding:4px 16px;font-size:12px;font-weight:600}.top-bar-btn.primary:hover:not(:disabled){background:#d93a00;border-color:#d93a00}.top-bar-btn.accent{color:#b0eed8;background:#0d5340;border-color:#0d5340;gap:4px;padding:4px 12px;font-size:12px;font-weight:600}.top-bar-btn.accent:hover:not(:disabled){color:#fff;background:#17795c;border-color:#17795c}.top-bar-btn.accent:disabled{opacity:.6}.ad-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;animation:.15s ease-out adFadeIn;display:flex;position:fixed;inset:0}@keyframes adFadeIn{0%{opacity:0}to{opacity:1}}.ad-modal{background:var(--bg-0);border:1px solid var(--border);border-radius:12px;width:420px;max-width:90vw;animation:.2s ease-out adSlideUp;box-shadow:0 16px 48px #00000040}@keyframes adSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ad-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ad-modal-header h3{color:var(--text-0);margin:0;font-size:14px;font-weight:600}.ad-modal-cancel{color:var(--text-3);cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px}.ad-modal-cancel:hover{color:var(--text-0)}.ad-modal-body{padding:20px}.ad-progress-bar{background:var(--bg-2);border-radius:4px;width:100%;height:8px;overflow:hidden}.ad-progress-fill{background:linear-gradient(90deg,#0d5340,#17ad7a);border-radius:4px;height:100%;transition:width .3s}.ad-progress-stats{color:var(--text-2);justify-content:space-between;margin-top:10px;font-size:12px;display:flex}.ad-progress-detail{margin-top:14px}.ad-latest-block{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:italic;overflow:hidden}.ad-done-stats{justify-content:center;gap:32px;margin-bottom:16px;display:flex}.ad-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.ad-stat-value{color:var(--accent);font-size:28px;font-weight:700}.ad-stat-label{color:var(--text-3);font-size:11px}.ad-done-msg{color:var(--text-2);text-align:center;margin:0 0 16px;font-size:13px}.ad-error{color:#c62828;margin:0 0 16px;font-size:13px}.ad-modal-close-btn{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text-1);cursor:pointer;padding:10px;font-size:13px;font-weight:500;transition:all 80ms}.ad-modal-close-btn:hover{background:var(--bg-3);color:var(--text-0)}.editor-workspace{min-height:0;display:flex;overflow:hidden}.panel-resize-handle{background:var(--bg-1);border-left:1px solid var(--border);border-right:1px solid var(--border);cursor:col-resize;width:5px;transition:background .1s}.panel-resize-handle:hover{background:var(--bg-3)}.video-player-pane{background:var(--bg-1);flex-direction:column;height:100%;min-height:0;display:flex}.video-container{background:#111;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.video-el{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}.video-empty{color:#999;font-size:13px}.video-overlay{pointer-events:none;z-index:3;position:absolute}.video-overlay-sub{justify-content:center;padding:0 24px;display:flex;bottom:56px;left:0;right:0}.video-overlay-text{color:#fff;text-align:center;white-space:pre-wrap;background:#000000b3;border-radius:4px;max-width:min(90%,920px);padding:6px 14px;font-size:17px;font-weight:500;line-height:1.35;display:inline-block}.video-overlay-shot{align-items:flex-start;gap:8px;max-width:55%;display:flex;top:12px;left:12px}.video-overlay-badge{color:#1a1a1a;background:#ffd27a;border-radius:4px;flex-shrink:0;padding:4px 8px;font-size:10px;font-weight:600;line-height:1}.video-overlay-desc{color:#ffe7bd;white-space:pre-wrap;-webkit-line-clamp:4;background:#000000bf;border-left:2px solid #ffd27a;border-radius:0 4px 4px 0;-webkit-box-orient:vertical;flex:1;min-width:0;max-height:30%;padding:6px 10px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.video-overlay-ad{justify-content:center;align-items:flex-start;gap:8px;padding:0 24px;display:flex;bottom:96px;left:0;right:0}.video-overlay-badge-ad{color:#0a1e2e;background:#7ad4ff}.video-overlay-ad .video-overlay-desc{color:#c4ecff;pointer-events:auto;scrollbar-width:thin;scrollbar-color:#7ad4ff66 transparent;border-left-color:#7ad4ff;max-width:min(90%,920px);max-height:52px;transition:max-height .2s;overflow:hidden auto}.video-overlay-ad:hover .video-overlay-desc{max-height:160px}.video-footer{background:var(--bg-0);border-top:1px solid var(--border);height:30px;color:var(--text-2);justify-content:space-between;align-items:center;padding:6px 12px;font-size:12px;display:flex}.video-tc{font-family:var(--mono);letter-spacing:.03em;font-size:12px}.video-tc-current{color:var(--text-0);font-weight:600}.overlay-segmented{border:1px solid var(--border);border-radius:var(--radius);height:22px;display:flex;overflow:hidden}.overlay-seg-btn{border:none;border-right:1px solid var(--border);color:var(--text-3);cursor:pointer;background:0 0;padding:0 10px;font-family:inherit;font-size:11px;transition:all 80ms}.overlay-seg-btn:last-child{border-right:none}.overlay-seg-btn:hover{color:var(--text-1);background:var(--bg-2)}.overlay-seg-btn.active{color:var(--accent);background:var(--accent-light);font-weight:600}.clip-editor{background:var(--bg-0);flex-direction:column;height:100%;min-height:0;display:flex}.clip-editor-header{background:var(--bg-0);border-bottom:1px solid var(--border);flex-shrink:0}.clip-editor-tabs{gap:0;display:flex}.clip-tab{color:var(--text-3);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:5px;padding:10px 14px;font-size:12px;font-weight:500;transition:all .1s;display:flex}.clip-tab:hover{color:var(--text-1)}.clip-tab.active{color:var(--text-0);border-bottom-color:var(--accent)}.clip-tab-count{color:var(--text-4);background:var(--bg-2);border-radius:8px;padding:1px 6px;font-size:10px}.clip-tab.active .clip-tab-count{background:var(--accent-light);color:var(--accent)}.clip-editor-search{padding:8px 10px}.clip-search-input{background:var(--bg-1);border:1px solid var(--border);width:100%;height:30px;color:var(--text-1);border-radius:var(--radius);padding:0 10px;font-size:13px;transition:all .1s}.clip-search-input:focus{border-color:var(--accent);outline:none}.clip-search-input::placeholder{color:var(--text-4)}.clip-editor-body{flex-direction:column;flex:1;gap:4px;padding:6px 8px;display:flex;overflow-y:auto}.clip-empty{height:100%;color:var(--text-3);justify-content:center;align-items:center;font-size:13px;display:flex}.clip-card{border:none;border-bottom:1px solid var(--border);cursor:pointer;background:0 0;border-radius:0;gap:0;padding:0;transition:background 80ms;display:flex;position:relative}.clip-card-delete{background:var(--bg-2);border:1px solid var(--border);width:18px;height:18px;color:var(--text-3);cursor:pointer;z-index:2;border-radius:3px;justify-content:center;align-items:center;padding:0;font-size:13px;line-height:1;transition:all 80ms;display:none;position:absolute;top:4px;right:4px}.clip-card-delete:hover{color:#fff;background:#c53030;border-color:#c53030}.clip-card:hover .clip-card-delete{display:flex}.clip-card:last-child{border-bottom:none}.clip-card:hover{background:var(--bg-1)}.clip-card.selected{background:var(--accent-light)}.clip-card.track-subtitle,.clip-card.track-subtitle.selected,.clip-card.track-shot_description,.clip-card.track-shot_description.selected,.clip-card.track-audio_description,.clip-card.track-audio_description.selected{border-left:none}.clip-card-index{min-width:32px;font-family:var(--mono);color:var(--text-4);background:0 0;border:none;border-radius:0;justify-content:center;align-items:flex-start;padding-top:8px;font-size:10px;display:flex}.clip-card-body{flex-direction:column;flex:1;gap:2px;min-width:0;padding:6px 8px 6px 0;display:flex}.clip-card-timing{flex-wrap:wrap;align-items:center;gap:3px;display:flex}.clip-tc-input{color:var(--text-3);font-family:var(--mono);cursor:pointer;background:0 0;border:none;padding:1px 2px;font-size:10px;transition:all 80ms}.clip-tc-input:hover{color:var(--text-1);text-decoration:underline}.clip-tc-input.editing{border:1px solid var(--accent);background:var(--bg-0);color:var(--text-0);cursor:text;border-radius:3px;outline:none;width:96px;padding:1px 4px}.clip-card-arrow{color:var(--text-4);font-size:9px}.clip-card-dur{font-family:var(--mono);color:var(--text-4);margin-left:2px;font-size:10px}.clip-card-text{color:var(--text-1);resize:none;background:0 0;border:none;width:100%;min-height:20px;padding:2px 0;font-size:13px;line-height:1.45;transition:all 80ms}.clip-card-text:focus{color:var(--text-0);outline:none}.clip-card-metrics{color:var(--text-4);gap:10px;font-size:10px;display:flex}.metric-warn{color:#c62828}.speaker-map-panel{border-bottom:1px solid var(--border);background:var(--bg-1)}.speaker-map-toggle{width:100%;color:var(--text-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:7px 12px;font-size:11px;font-weight:500;transition:all 80ms;display:flex}.speaker-map-toggle:hover{background:var(--bg-2);color:var(--text-0)}.speaker-map-icon{font-size:13px}.speaker-map-chevron{margin-left:auto;font-size:10px;transition:transform .12s}.speaker-map-chevron.open{transform:rotate(90deg)}.speaker-map-list{flex-direction:column;gap:2px;padding:4px 12px 8px;display:flex}.speaker-map-row{align-items:center;gap:8px;display:flex}.speaker-map-id{font-family:var(--mono);color:var(--text-4);flex-shrink:0;min-width:90px;font-size:10px}.speaker-map-name{background:var(--bg-0);border:1px solid var(--border);color:var(--text-1);border-radius:var(--radius);flex:1;height:26px;padding:3px 8px;font-size:12px;transition:all 80ms}.speaker-map-name:focus{border-color:var(--accent);outline:none}.speaker-map-name::placeholder{color:var(--text-4)}.speaker-tab-body{flex-direction:column;gap:0;padding:0;display:flex}.speaker-tab-header{border-bottom:1px solid var(--border);background:var(--bg-1);align-items:center;gap:8px;padding:8px 12px;display:flex}.speaker-tab-col-id{color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:110px;font-size:10px;font-weight:600}.speaker-tab-col-name{color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;flex:1;font-size:10px;font-weight:600}.speaker-tab-row{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:4px 12px;transition:background 60ms;display:flex}.speaker-tab-row:hover{background:var(--bg-1)}.speaker-tab-id{font-family:var(--mono);color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;min-width:110px;font-size:11px;overflow:hidden}.speaker-tab-name{background:var(--bg-0);border:1px solid var(--border);color:var(--text-1);border-radius:var(--radius);flex:1;height:28px;padding:4px 8px;font-size:12px;transition:all 80ms}.speaker-tab-name:focus{border-color:var(--accent);outline:none}.speaker-tab-name::placeholder{color:var(--text-4)}.speaker-tab-row.unmapped{background:#ff98000a}.speaker-tab-row.unmapped .speaker-tab-id{color:var(--text-2)}.speaker-tab-unmapped-dot{color:#e67e22;flex-shrink:0;margin-left:4px;font-size:8px;line-height:1}.clip-speaker-badge{background:var(--bg-2);border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:center;gap:4px;max-width:fit-content;margin-top:1px;padding:1px 6px;font-size:11px;transition:all 80ms;display:inline-flex}.clip-speaker-badge:hover{background:var(--bg-3);border-color:var(--border-strong)}.clip-speaker-badge.overridden{border-color:var(--accent);background:var(--accent-light)}.clip-speaker-badge.editing{cursor:text;background:0 0;border:none;padding:0}.clip-speaker-badge-icon{flex-shrink:0;font-size:10px}.clip-speaker-badge-name{color:var(--text-1);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:11px;font-weight:500;overflow:hidden}.clip-speaker-badge-override{color:var(--accent);font-size:7px;line-height:1}.clip-speaker-badge-edit{color:var(--text-4);opacity:0;font-size:10px;transition:opacity 80ms}.clip-speaker-badge:hover .clip-speaker-badge-edit{opacity:1}.clip-speaker-badge-input{background:var(--bg-0);border:1px solid var(--accent);color:var(--text-0);border-radius:10px;outline:none;width:130px;height:22px;padding:2px 6px;font-family:inherit;font-size:11px}.timeline-panel{background:var(--bg-0);border-top:1px solid var(--border);flex-direction:column;min-height:0;display:flex;overflow:hidden}.timeline-header{background:var(--bg-0);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:28px;padding:0 12px;display:flex}.timeline-header-label{color:var(--text-2);font-size:12px;font-weight:600}.timeline-header-right{align-items:center;gap:8px;display:flex}.timeline-zoom-label{color:var(--text-3);font-size:11px}.timeline-fit-btn{background:var(--bg-2);border:1px solid var(--border);color:var(--text-2);border-radius:var(--radius);cursor:pointer;height:22px;padding:2px 10px;font-size:11px;transition:all 80ms}.timeline-fit-btn:hover{background:var(--bg-3);color:var(--text-0)}.timeline-zoom-slider{width:100px;height:14px;accent-color:var(--accent)}.timeline-zoom-value{font-family:var(--mono);color:var(--text-2);min-width:30px;font-size:11px}.tl-body{flex:1;min-height:0;display:flex;overflow:hidden}.tl-labels{background:var(--bg-0);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:42px;padding-top:26px;display:flex}.tl-label{height:44px;color:var(--text-3);border-bottom:1px solid var(--border);letter-spacing:.02em;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.tl-stage-wrap{cursor:crosshair;flex:1;min-width:0;overflow:hidden}.status-bar{background:var(--bg-0);border-top:1px solid var(--border);height:24px;color:var(--text-3);align-items:center;gap:16px;padding:0 12px;font-size:11px;display:flex}.status-item{align-items:center;gap:4px;display:flex}.status-item-label{color:var(--text-4);font-weight:500}.status-item-value{color:var(--text-1)}.status-sep{color:var(--text-4)}.status-right{gap:16px;margin-left:auto;display:flex}.export-page{flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.export-page .page-header{flex-shrink:0}.export-title-label{color:var(--text-3);letter-spacing:.02em;font-size:12px;font-weight:500}.export-mode-nav{background:var(--bg-0);border-bottom:1px solid var(--border);flex-shrink:0;gap:10px;padding:14px 24px;display:flex}.export-mode-btn{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:2px;padding:12px 16px;transition:all .12s;display:flex}.export-mode-btn:hover{background:var(--bg-2);border-color:var(--text-4)}.export-mode-btn.active{background:var(--accent);border-color:var(--accent)}.export-mode-btn.active .export-mode-label,.export-mode-btn.active .export-mode-desc{color:#fff}.export-mode-label{color:var(--text-1);letter-spacing:.04em;font-size:13px;font-weight:700}.export-mode-desc{color:var(--text-3);font-size:10px;font-weight:400}.export-menu{position:relative}.export-menu-trigger{color:#fff;background:var(--accent);border:1px solid var(--accent);border-radius:var(--radius);cursor:pointer;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .12s;display:inline-flex}.export-menu-trigger:hover,.export-menu-trigger.open{background:#003a2b;border-color:#003a2b}.export-menu-caret{opacity:.85;font-size:10px}.export-menu-popover{z-index:50;background:var(--bg-0);border:1px solid var(--border);border-radius:var(--radius);width:320px;max-height:min(70vh,560px);padding:6px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 12px 32px #00000047}.export-menu-group{padding:6px 0}.export-menu-group+.export-menu-group{border-top:1px solid var(--border)}.export-menu-group-head{flex-direction:column;gap:2px;padding:6px 10px 8px;display:flex}.export-menu-group-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);font-size:11px;font-weight:700}.export-menu-group-desc{color:var(--text-3);font-size:11px;line-height:1.4}.export-menu-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:9px 10px;transition:background .1s;display:flex}.export-menu-item:hover{background:var(--bg-2)}.export-menu-item.primary .export-menu-item-label:after{content:"Empfohlen";text-transform:uppercase;letter-spacing:.04em;color:var(--accent);background:color-mix(in srgb, var(--accent) 14%, transparent);vertical-align:middle;border-radius:4px;margin-left:8px;padding:1px 6px;font-size:9px;font-weight:700}.export-menu-item-text{flex-direction:column;gap:2px;min-width:0;display:flex}.export-menu-item-label{color:var(--text-0);font-size:13px;font-weight:600}.export-menu-item-desc{color:var(--text-3);font-size:11px}.export-menu-item-ext{font-size:10px;font-weight:700;font-family:var(--mono);text-transform:uppercase;color:var(--text-3);letter-spacing:.04em;flex-shrink:0}.export-body{background:var(--bg-1);flex:1;min-width:0;padding:0 0 80px;overflow-y:auto}.ccsl-cover{background:var(--bg-0);border:1px solid var(--border);border-radius:var(--radius);max-width:820px;margin:48px auto 40px;padding:40px 48px}.ccsl-cover-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:11px;font-weight:600}.ccsl-cover-title{color:var(--text-0);margin:0 0 28px;font-size:28px;font-weight:700;line-height:1.2}.ccsl-cover-meta{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:20px;display:flex}.ccsl-meta-row{justify-content:space-between;align-items:baseline;display:flex}.ccsl-meta-label{color:var(--text-3);font-size:12px}.ccsl-meta-value{color:var(--text-0);font-size:13px;font-weight:500}.ccsl-meta-mono{font-family:var(--mono);letter-spacing:.03em}.ccsl-cover-footer{border-top:1px solid var(--border);color:var(--text-4);margin-top:24px;padding-top:16px;font-size:11px}.ccsl-table{border-collapse:collapse;background:var(--bg-0);border:1px solid var(--border);width:100%;max-width:1200px;margin:0 auto;font-size:12px}.ccsl-th{text-align:left;color:var(--text-2);background:var(--bg-2);border:1px solid var(--border);white-space:nowrap;vertical-align:bottom;padding:6px 8px;font-size:11px;font-weight:600}.ccsl-th-sub{color:var(--text-3);font-size:10px;font-weight:400}.ccsl-col-scene{width:72px}.ccsl-col-tc{width:96px;font-family:var(--mono);font-size:10px}.ccsl-col-visual{width:auto;min-width:200px}.ccsl-col-cue-num{text-align:center;width:40px}.ccsl-col-dur{text-align:center;width:48px}.ccsl-col-dialogue{width:auto;min-width:200px}.ccsl-cell{border:1px solid var(--border);vertical-align:top;color:var(--text-1);padding:6px 8px}.ccsl-cell-tc{font-family:var(--mono);color:var(--text-2);white-space:nowrap;font-size:11px}.ccsl-cell-cue-num,.ccsl-cell-dur{text-align:center;font-family:var(--mono);color:var(--text-3);font-size:11px}.ccsl-cell-visual,.ccsl-cell-dialogue{color:var(--text-1);font-size:12px;line-height:1.45}.ccsl-row-scene{background:var(--bg-0)}.ccsl-row-scene .ccsl-cell-scene{color:var(--accent);font-size:11px;font-weight:600}.ccsl-scene-label{white-space:nowrap}.ccsl-row-cont{background:var(--bg-0)}.ccsl-row-cont .ccsl-cell-scene,.ccsl-row-cont .ccsl-cell-tc:nth-child(2),.ccsl-row-cont .ccsl-cell-visual{color:#0000}.ccsl-row-scene:nth-child(odd){background:var(--bg-0)}.ccsl-row-scene:nth-child(2n){background:var(--bg-1)}.ccsl-row-cont:nth-child(odd){background:var(--bg-0)}.ccsl-row-cont:nth-child(2n){background:var(--bg-1)}.ccsl-footer-note{text-align:center;max-width:1200px;color:var(--text-4);border-top:1px solid var(--border);margin:24px auto 0;padding:16px 8px;font-size:11px}@media print{.no-print-header{display:none!important}.export-page{height:auto;overflow:visible}.export-body{background:#fff;padding:0;overflow:visible}.ccsl-cover{break-after:page;border:none;margin:0 0 24px;padding:24px 0}.ccsl-table{border:1px solid #999;max-width:100%;font-size:10px}.ccsl-th{background:#e8e8e8;border-color:#999}.ccsl-cell{border-color:#ccc}.ccsl-row-scene .ccsl-cell-scene{color:#000}.ccsl-cell-visual,.ccsl-cell-dialogue{font-size:10px}.ccsl-footer-note{border-color:#ccc}}.fr-dialog{z-index:10000;background:var(--bg-0);border:1px solid var(--border);width:380px;max-width:calc(100vw - 32px);font-family:var(--sans);border-radius:8px;font-size:12px;animation:.15s ease-out frSlideIn;position:fixed;top:48px;right:16px;box-shadow:0 8px 32px #0000002e,0 2px 8px #0000001a}@keyframes frSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.fr-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 10px 8px 14px;display:flex}.fr-title{color:var(--text-0);letter-spacing:.01em;font-size:12px;font-weight:600}.fr-close{width:24px;height:24px;color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background 80ms,color 80ms;display:flex}.fr-close:hover{background:var(--bg-3);color:var(--text-0)}.fr-body{padding:10px 14px 8px}.fr-field{margin-bottom:6px}.fr-label{color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:10px;font-weight:500;display:block}.fr-input{background:var(--bg-1);border:1px solid var(--border);width:100%;height:28px;color:var(--text-0);font-family:var(--mono);border-radius:var(--radius);padding:0 8px;font-size:12px;transition:border-color .1s}.fr-input:focus{border-color:var(--accent);outline:none}.fr-input::placeholder{color:var(--text-4)}.fr-actions{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.fr-match-count{color:var(--text-3);font-size:11px;font-family:var(--mono)}.fr-replace-btn{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:5px 14px;font-size:11px;font-weight:600;transition:background 80ms}.fr-replace-btn:hover:not(:disabled){background:#003a2b}.fr-replace-btn:disabled{opacity:.35;cursor:not-allowed}.fr-summary{background:var(--accent-light);border-radius:var(--radius);color:var(--accent);margin-top:8px;padding:5px 8px;font-size:11px;font-weight:500}.fr-presets{border-top:1px solid var(--border);padding:8px 14px 10px}.fr-presets-header{color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px;font-weight:600}.fr-preset-row{justify-content:space-between;align-items:center;gap:8px;padding:4px 0;display:flex}.fr-preset-row+.fr-preset-row{border-top:1px solid color-mix(in srgb, var(--border) 50%, transparent);margin-top:2px;padding-top:6px}.fr-preset-info{flex-direction:column;gap:1px;min-width:0;display:flex}.fr-preset-mapping{font-family:var(--mono);align-items:center;gap:5px;font-size:12px;display:flex}.fr-preset-find{color:var(--text-1);font-weight:500}.fr-preset-arrow{color:var(--text-4);font-size:10px}.fr-preset-replace{color:var(--accent);font-weight:600}.fr-preset-desc{color:var(--text-4);font-size:10px}.fr-preset-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.fr-preset-count{font-family:var(--mono);color:var(--text-3);text-align:right;min-width:16px;font-size:11px}.fr-preset-fix-btn{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:3px 10px;font-size:10px;font-weight:600;transition:background 80ms}.fr-preset-fix-btn:hover:not(:disabled){background:#003a2b}.fr-preset-fix-btn:disabled{opacity:.35;cursor:not-allowed}
