:root{--bg:#14161b;--bg-raised:#1c1f27;--bg-panel:#191c23;--border:#2b2f3a;--text:#e8e9ec;--text-muted:#9aa0ad;--accent:#d8a24a;--accent-soft:#d8a24a29;--danger:#e0635c;--current:#d8a24a24;--window:#5c9de014;--selected:#5cc46e1f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Avenir Next,Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.45}.app{flex-direction:column;height:100%;display:flex}h1,h2,h3{margin:0;font-weight:600}h1{letter-spacing:.02em;font-size:1.6rem}p{margin:.25rem 0}.muted{color:var(--text-muted)}.small{font-size:.82rem}.direction{color:var(--text-muted);font-style:italic}.row{align-items:center;display:flex}.row.gap{gap:.5rem}.row.center{align-items:center}.row.wrap{flex-wrap:wrap}.spacer{flex:1}.btn{background:var(--bg-raised);color:var(--text);border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.45rem .85rem;font-size:.9rem;transition:background .15s,border-color .15s}.btn:hover{background:#242834}.btn:disabled{opacity:.45;cursor:default}.btn.primary{background:var(--accent);border-color:var(--accent);color:#1a1405;font-weight:600}.btn.primary:hover{background:#e3b060}.btn.ghost{background:0 0;border-color:#0000}.btn.ghost:hover{background:var(--bg-raised)}.btn.danger{color:var(--danger)}.btn.tiny{border-radius:6px;padding:.2rem .5rem;font-size:.8rem}.btn.me-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.btn.mode-active{background:var(--accent-soft);border:1px solid var(--accent);color:var(--accent)}.btn.recording{background:var(--danger);border-color:var(--danger);color:#fff;animation:1.2s ease-in-out infinite pulse}.btn.loop-on,.btn.focus-on{color:var(--accent)}.btn.active{background:var(--accent-soft)}@keyframes pulse{50%{opacity:.6}}.input{background:var(--bg-raised);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.45rem .6rem;font-family:inherit;font-size:.9rem}.input:focus{border-color:var(--accent);outline:none}.input.num{width:4.2rem}input[type=range],input[type=checkbox],input[type=radio]{accent-color:var(--accent)}.library,.import-view{width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem;overflow-y:auto}.library-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.empty-state{border:1px dashed var(--border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;max-width:34rem;margin:3rem auto;padding:2.5rem;display:flex}.script-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.script-card{background:var(--bg-panel);border:1px solid var(--border);cursor:pointer;border-radius:12px;padding:1.1rem 1.2rem;transition:border-color .15s,transform .1s;position:relative}.script-card:hover{border-color:var(--accent)}.card-delete{position:absolute;top:.4rem;right:.4rem}.import-grid{grid-template-columns:3fr 2fr;gap:1.5rem;display:grid}.col{flex-direction:column;gap:.75rem;display:flex}.title-input{font-size:1rem}.script-input{resize:vertical;min-height:46vh;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.85rem;line-height:1.5}.preview-col{background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;align-self:start;max-height:70vh;padding:1rem 1.2rem;overflow-y:auto}.preview-chars{margin:.25rem 0;padding-left:1.1rem}.preview-lines{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.warnings{color:var(--accent)}.studio{flex-direction:column;height:100%;display:flex;overflow:hidden}.studio-header{border-bottom:1px solid var(--border);background:var(--bg-panel);align-items:center;gap:.75rem;padding:.7rem 1rem;display:flex}.studio-title{text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem;overflow:hidden}.engine-error{color:var(--danger);background:#e0635c26;padding:.4rem 1rem;font-size:.85rem}.studio-body{flex:1;min-height:0;display:flex}.studio-sidebar{border-right:1px solid var(--border);background:var(--bg-panel);flex-direction:column;flex-shrink:0;gap:1.1rem;width:300px;padding:.9rem;display:flex;overflow-y:auto}.studio-main{flex:1;padding:1rem 1.25rem 2rem;overflow-y:auto}.panel-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.panel-hint{margin-bottom:.6rem}.char-row{border-bottom:1px solid #2b2f3a99;padding:.3rem 0}.char-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.char-name{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.voice-settings{flex-direction:column;gap:.4rem;padding:.5rem 0 .6rem 1.1rem;display:flex}.voice-settings label{color:var(--text-muted);flex-direction:column;gap:.2rem;display:flex}.voice-settings select{max-width:100%}.section-row{border-radius:6px;align-items:center;gap:.45rem;padding:.28rem .2rem;display:flex}.section-row:hover{background:var(--bg-raised)}.section-row.beat{margin-left:1.2rem}.status-dot{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:13px;height:13px;padding:0}.status-dot.mini{cursor:default;width:9px;height:9px;margin-right:.3rem;display:inline-block}.section-name{color:var(--text);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.88rem;font-weight:600}.selection-actions{background:var(--selected);border:1px solid #5cc46e59;border-radius:8px;flex-direction:column;gap:.4rem;margin-top:.6rem;padding:.5rem .6rem;display:flex}.status-legend{flex-wrap:wrap;gap:.5rem .8rem;margin-top:.8rem;display:flex}.legend-item{align-items:center;display:inline-flex}.line-list{flex-direction:column;gap:2px;max-width:860px;margin:0 auto;display:flex}.line-row{cursor:pointer;border-left:3px solid #0000;border-radius:8px;flex-wrap:wrap;align-items:baseline;gap:.6rem;padding:.45rem .7rem;transition:background .12s;display:flex}.line-row:hover{background:var(--bg-raised)}.line-row.in-window{background:var(--window)}.line-row.selected{background:var(--selected)}.line-row.current{background:var(--current);outline:1px solid #d8a24a80}.line-row.mine .line-text{color:var(--accent)}.line-num{color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0;min-width:1.8rem;font-size:.72rem}.focus-star{color:var(--accent);font-size:.8rem}.char-chip{letter-spacing:.04em;flex-shrink:0;font-size:.8rem;font-weight:700}.line-text{flex:1;min-width:12rem}.overlap-mark{color:var(--accent);padding:0 .15rem;font-weight:700}.line-actions{align-items:center;gap:.3rem;margin-left:auto;display:inline-flex}.take-badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.05rem .45rem;font-size:.72rem;font-weight:700}.line-edit{flex-direction:column;flex:1;gap:.35rem;display:flex}.line-edit textarea{width:100%}.tiny-select{align-self:flex-start;padding:.25rem .4rem;font-size:.8rem}.take-drawer{background:var(--bg-panel);border:1px solid var(--border);cursor:default;border-radius:8px;flex-direction:column;flex-basis:100%;gap:.45rem;margin-top:.4rem;padding:.6rem .8rem;display:flex}.take-row{align-items:center;gap:.5rem;display:flex}.radio-label{color:var(--text-muted);align-items:center;gap:.3rem;display:inline-flex}.transport{border-top:1px solid var(--border);background:var(--bg-panel);flex-direction:column;gap:.5rem;padding:.6rem 1rem;display:flex}.transport-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.transport-row.secondary{gap:1.25rem}.play-btn{padding:.45rem 1.2rem;font-size:1.1rem}.mode-switch{background:var(--bg-raised);border:1px solid var(--border);border-radius:10px;gap:.25rem;padding:.2rem;display:inline-flex}.tap-btn{padding:.5rem 1.6rem;font-size:1rem;animation:1.4s ease-in-out infinite pulse}.status-text{color:var(--text-muted);font-size:.85rem}.status-text.listening{color:var(--accent)}.cue-progress{background:var(--bg-raised);border-radius:999px;flex:1;min-width:8rem;max-width:18rem;height:8px;overflow:hidden}.cue-progress-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .2s}.ctl{color:var(--text-muted);align-items:center;gap:.45rem;display:inline-flex}.read-chips{vertical-align:middle;flex-wrap:wrap;gap:.3rem;margin-left:.5rem;display:inline-flex}.read-chip{color:#8db8e8;white-space:nowrap;background:#5c9de026;border-radius:999px;padding:.05rem .5rem;font-size:.7rem}.note-chip{background:var(--accent-soft);color:var(--accent)}.reads-drawer .read-row{align-items:center;gap:.4rem;display:flex}.read-label{flex-shrink:0;width:12rem}.grow{flex:1;min-width:0}.ctl-stack{color:var(--text-muted);flex-direction:column;gap:.25rem;margin-top:.5rem;display:flex}.ctl-stack textarea{resize:vertical}.role-group{margin-bottom:1.75rem}.role-group-header{align-items:baseline;gap:.6rem;margin-bottom:.6rem;display:flex}.role-group-title{font-size:1.05rem}.timeline-view{width:100%;max-width:1400px;margin:0 auto;padding:1.5rem;overflow-y:auto}.timeline-role-name{cursor:pointer;font-size:1.3rem}.timeline-strip{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));align-items:start;gap:.9rem;display:grid}.timeline-card{background:var(--bg-panel);border:1px solid var(--border);border-top:3px solid var(--border);border-radius:10px;flex-direction:column;gap:.4rem;padding:.7rem .9rem;display:flex}.timeline-order{background:var(--bg-raised);width:1.5rem;height:1.5rem;color:var(--text-muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.timeline-title{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.95rem;font-weight:600}.timeline-title:hover{color:var(--accent)}.timeline-meta{flex-wrap:wrap}.shoot-chip{color:#14161b;text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.1rem .55rem;font-size:.7rem;font-weight:700}.date-input{padding:.2rem .4rem;font-size:.8rem}.section-dots{gap:2px;display:inline-flex}.timeline-notes{border-top:1px dashed var(--border);padding-top:.35rem}.print-only{display:none}@media print{@page{size:A4 landscape;margin:9mm}html,body,#root,.app{color:#111;background:#fff;height:auto}.app>:not(.timeline-view),.no-print,.toast{display:none!important}.print-only{display:block}span.print-only{display:inline}.timeline-view{max-width:none;padding:0;overflow:visible}.print-header{border-bottom:2px solid #111;justify-content:space-between;align-items:baseline;margin-bottom:4mm;padding-bottom:2mm;font-size:12pt;display:flex}.timeline-strip{grid-template-columns:repeat(4,1fr);gap:3mm;display:grid}.timeline-card{border:1px solid #999;border-top:2.5mm solid var(--border);break-inside:avoid;color:#111;background:#fff;border-radius:2mm;padding:2.5mm 3mm;font-size:8.5pt}.timeline-card .muted{color:#555}.timeline-title{color:#111;font-size:10pt}.timeline-order{color:#333;background:#eee}.shoot-chip,.status-dot.mini{-webkit-print-color-adjust:exact;print-color-adjust:exact}.continuity-text{color:#111;white-space:pre-wrap}.ctl-stack{color:#555;gap:.5mm;margin-top:1mm}.timeline-notes{color:#444;border-top:1px dashed #bbb}}.share-menu{position:relative}.share-popover{background:var(--bg-raised);border:1px solid var(--border);z-index:40;border-radius:10px;flex-direction:column;gap:.2rem;min-width:17rem;padding:.4rem;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 28px #00000080}.menu-item{text-align:left;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;display:flex}.invite-box{flex-direction:column;gap:.35rem;padding:.4rem .5rem;display:flex}.invite-char{align-items:center;gap:.4rem;font-weight:600;display:flex}.toast{background:var(--bg-raised);border:1px solid var(--accent);color:var(--text);z-index:50;border-radius:10px;padding:.6rem 1.1rem;font-size:.9rem;position:fixed;bottom:6.5rem;left:50%;transform:translate(-50%);box-shadow:0 6px 24px #00000073}@media (width<=900px){.studio-sidebar{width:240px}.import-grid{grid-template-columns:1fr}}@media (width<=680px){.studio-body{flex-direction:column}.studio-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;max-height:34vh}}
