:root{--bg:#1b1b1f;--panel:#242429;--border:#35353c;--text:#ececec;--muted:#9a9aa2;--accent:#6c8cff;--user-bg:#2c3a1f;--user-border:#5a8a2e;--ai-bg:#23262f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}#app{max-width:760px;margin:0 auto;padding:2rem 1.25rem 4rem}header{text-align:center;margin-bottom:1.5rem}.app-logo{width:100%;max-width:220px;height:auto;margin:0 auto;display:block}.tagline{color:var(--muted);margin-top:.25rem}.header-top-row{text-align:left;flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.header-actions{gap:.5rem;margin-left:auto;display:flex}.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.panel h2{margin-top:0;font-size:1.1rem}.casting-subtitle{border-bottom:1px solid var(--border);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700}.upload-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.file-label{background:var(--accent);color:#fff;cursor:pointer;border-radius:8px;padding:.6rem 1rem;font-weight:600}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.95rem;font-weight:600}button.secondary{border:1px solid var(--border);color:var(--text);background:0 0}button:disabled{opacity:.5;cursor:not-allowed}textarea#paste-area{width:100%;min-height:160px;color:var(--text);border:1px solid var(--border);resize:vertical;background:#17171a;border-radius:8px;margin-top:.75rem;padding:.75rem;font-family:inherit}#parse-btn{margin-top:.75rem}.status{color:var(--muted);min-height:1.2em}.hint{color:var(--muted);margin-top:-.25rem;font-size:.9rem}.remove-character-btn{border:1px solid var(--border);color:var(--muted);background:0 0;border-radius:6px;flex-shrink:0;width:2.75rem;height:2.75rem;padding:0}.remove-character-btn:hover{color:#fff;background:#c0392b;border-color:#c0392b}.preview-voice-btn{border:1px solid var(--border);color:var(--accent);background:0 0;border-radius:6px;flex-shrink:0;width:2.75rem;height:2.75rem;padding:0;font-size:.85rem}.preview-voice-btn:hover:not(:disabled){background:var(--accent);color:#fff}.preview-voice-btn:disabled{color:var(--border);cursor:not-allowed}.character-row{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:.5rem 0;display:flex}.character-row:last-of-type{border-bottom:none}.you-toggle{flex-shrink:0;align-items:center;gap:.5rem;font-weight:600;display:flex}.voice-select{color:var(--text);border:1px solid var(--border);background:#17171a;border-radius:6px;flex:160px;min-width:0;max-width:220px;padding:.35rem}#start-btn{margin-top:1rem}#new-scene-btn{margin-top:.5rem}#scene-list{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.scene-card{border:1px solid var(--border);cursor:pointer;background:#17171a;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.scene-card:hover{border-color:var(--accent)}.scene-card-body{flex:1;min-width:0}.scene-card-title{cursor:text;border-radius:4px;font-weight:700}.scene-card-title:focus{outline:1px dashed var(--accent);outline-offset:2px}.scene-card-subtitle{color:var(--muted);margin-top:.15rem;font-size:.85rem}.delete-scene-btn{border:1px solid var(--border);color:var(--muted);background:0 0;border-radius:6px;flex-shrink:0;width:2.75rem;height:2.75rem;padding:0;font-size:.85rem}.delete-scene-btn:hover{color:#fff;background:#c0392b;border-color:#c0392b}#controls{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.status-indicator{color:var(--muted);margin-left:auto;font-style:italic}.auto-listen-toggle{color:var(--muted);cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.options-menu-wrap{position:relative}#options-menu-btn{padding:.5rem .75rem;font-size:1.1rem;line-height:1}.options-menu{background:var(--panel);border:1px solid var(--border);z-index:20;border-radius:8px;flex-direction:column;gap:.5rem;min-width:220px;padding:.6rem;display:flex;position:absolute;top:calc(100% + .4rem);left:0;box-shadow:0 8px 24px #0006}.options-menu[hidden]{display:none}.options-menu-item{color:var(--text);cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:.5rem;padding:.3rem .4rem;font-size:.9rem;display:flex}.options-menu-item:hover{background:#17171a}#memo-mode-select{color:var(--text);border:1px solid var(--border);background:#17171a;border-radius:6px;padding:.4rem .5rem}.text-firstletter{display:none}.text-full[contenteditable]{cursor:text;border-radius:3px}.text-full[contenteditable]:focus{outline:1px dashed var(--accent);outline-offset:2px}#script-view[data-memo-mode=hide] .user-line .line-text{background:#ffffff14;border-radius:4px;padding:0 .3rem}#script-view[data-memo-mode=hide] .user-line .text-full{opacity:0}#script-view[data-memo-mode=hide] .user-line .line-text:hover .text-full,#script-view[data-memo-mode=hide] .user-line .line-text:focus-within .text-full{opacity:1}#script-view[data-memo-mode=fade] .user-line .text-full{opacity:.12;transition:opacity .15s}#script-view[data-memo-mode=fade] .user-line .line-text:hover .text-full,#script-view[data-memo-mode=fade] .user-line .line-text:focus-within .text-full{opacity:1}#script-view[data-memo-mode=first-letter] .user-line .text-full{display:none}#script-view[data-memo-mode=first-letter] .user-line .text-firstletter{letter-spacing:.02em;display:inline}#script-view[data-memo-mode=first-letter] .user-line .line-text:hover .text-full,#script-view[data-memo-mode=first-letter] .user-line .line-text:focus-within .text-full{display:inline}#script-view[data-memo-mode=first-letter] .user-line .line-text:hover .text-firstletter,#script-view[data-memo-mode=first-letter] .user-line .line-text:focus-within .text-firstletter{display:none}#camera-row{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}#camera-preview{aspect-ratio:4/3;object-fit:cover;background:#000;border-radius:8px;width:240px}.camera-controls{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}#record-btn.recording{background:#c0392b}.take-item{border-top:1px solid var(--border);align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.75rem;display:flex}.take-item video{background:#000;border-radius:6px;width:160px}#script-view{flex-direction:column;gap:.6rem;max-height:60vh;padding-right:.25rem;display:flex;overflow-y:auto}.line{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.6rem .8rem;display:flex}.line-body{flex:1;min-width:0}.line.dialogue.ai-line{background:var(--ai-bg)}.line.dialogue.user-line{background:var(--user-bg);border-color:var(--user-border)}.line .character-name{letter-spacing:.05em;color:var(--accent);margin-bottom:.15rem;font-size:.75rem;font-weight:700;display:block}.line.user-line .character-name{color:#9ed15c}.line.current{outline:2px solid var(--accent);outline-offset:1px}.delete-line-btn{border:1px solid var(--border);color:var(--muted);background:0 0;border-radius:6px;flex-shrink:0;width:2.75rem;height:2.75rem;padding:0;font-size:.85rem}.delete-line-btn:hover{color:#fff;background:#c0392b;border-color:#c0392b}.line-actions{flex-direction:column;flex-shrink:0;gap:.35rem;display:flex}.edit-line-btn{border:1px solid var(--border);color:var(--muted);background:0 0;border-radius:6px;width:2.75rem;height:2.75rem;padding:0;font-size:.85rem}.edit-line-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.modal-overlay{z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-overlay[hidden]{display:none}.modal-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;width:100%;max-width:480px;max-height:90vh;padding:1.5rem;overflow-y:auto}.modal-card h3{margin-top:0}.modal-field{color:var(--muted);margin-bottom:1rem;font-size:.9rem;display:block}.modal-field-label{margin-bottom:.4rem;display:block}.modal-field textarea,.modal-field select,.modal-field input[type=text]{width:100%;color:var(--text);border:1px solid var(--border);resize:vertical;background:#17171a;border-radius:8px;margin-top:.4rem;padding:.6rem;font-family:inherit;font-size:.95rem}.modal-field input[type=range]{width:100%;margin-top:.4rem}.tag-buttons{flex-wrap:wrap;gap:.4rem;display:flex}.tag-chip{color:var(--text);border:1px solid var(--border);cursor:pointer;background:#17171a;border-radius:999px;padding:.3rem .7rem;font-size:.8rem}.tag-chip:hover{border-color:var(--accent);color:var(--accent)}.modal-actions{justify-content:flex-end;gap:.6rem;margin-top:1.25rem;display:flex}.modal-actions-start{justify-content:flex-start}.progress-bar-track{border:1px solid var(--border);background:#17171a;border-radius:999px;height:.6rem;margin:.75rem 0;overflow:hidden}.progress-bar-fill{background:var(--accent);width:0%;height:100%;transition:width .2s}.key-input-row{gap:.5rem;margin-top:.4rem;display:flex}.key-input-row input{color:var(--text);border:1px solid var(--border);background:#17171a;border-radius:8px;flex:1;padding:.6rem;font-family:inherit;font-size:.95rem}.key-input-row button{flex-shrink:0}.countdown-overlay{z-index:200;cursor:pointer;background:#000000d9;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;inset:0}.countdown-overlay[hidden]{display:none}.countdown-display{color:#fff;letter-spacing:.02em;text-shadow:0 0 60px #6c8cff99;font-size:clamp(5rem,22vw,14rem);font-weight:800}.countdown-hint{color:var(--muted);font-size:.9rem}#teleprompter-overlay{background:var(--bg);z-index:150;padding:1.5rem 1.5rem 4rem;position:fixed;inset:0;overflow-y:auto}#teleprompter-exit-btn{z-index:160;min-width:44px;min-height:44px;position:fixed;top:.75rem;right:.75rem}#teleprompter-overlay[hidden]{display:none}#teleprompter-overlay #controls{background:var(--bg);z-index:5;margin-bottom:.5rem;padding-bottom:.75rem;position:sticky;top:0}#teleprompter-overlay #script-view{gap:2.5rem;max-width:900px;max-height:none;margin:2rem auto 0}#teleprompter-overlay #script-view .line{opacity:.3;padding:1rem 1.25rem;transition:opacity .25s}#teleprompter-overlay #script-view .line.current{opacity:1}#teleprompter-overlay #script-view .character-name{font-size:1.8rem}#teleprompter-overlay #script-view .text-full,#teleprompter-overlay #script-view .text-firstletter{font-size:3rem;line-height:1.5}#teleprompter-overlay #script-view .line.current .text-full,#teleprompter-overlay #script-view .line.current .text-firstletter{font-size:4.2rem}#teleprompter-overlay #script-view .line-actions{display:none}.auth-tabs{border-bottom:1px solid var(--border);gap:.5rem;margin-bottom:1.25rem;display:flex}.auth-tab{color:var(--muted);background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;padding:.5rem .25rem}.auth-tab.active{color:var(--text);border-bottom-color:var(--accent)}.auth-form input{width:100%;color:var(--text);border:1px solid var(--border);background:#17171a;border-radius:8px;margin-top:.4rem;padding:.6rem;font-family:inherit;font-size:.95rem}.auth-form button[type=submit]{width:100%;margin-top:.25rem}.trial-wheel{cursor:pointer;--wheel-color:var(--accent);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;display:inline-flex;position:relative}.trial-wheel[hidden]{display:none}.trial-wheel[data-tone=low]{--wheel-color:#f0b429}.trial-wheel[data-tone=expired]{--wheel-color:#e5484d}.trial-wheel svg{width:100%;height:100%}.trial-wheel-track{fill:none;stroke:var(--border);stroke-width:3px}.trial-wheel-ring{fill:none;stroke:var(--wheel-color);stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset .4s}.trial-wheel-count{color:var(--wheel-color);font-size:.8rem;font-weight:700;position:absolute}.turnstile-widget{justify-content:center;margin-top:.75rem;display:flex}.link-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.85rem;font-weight:400}#support-form textarea,#support-form input[type=text]{width:100%;color:var(--text);border:1px solid var(--border);resize:vertical;background:#17171a;border-radius:8px;margin-top:.4rem;padding:.6rem;font-family:inherit;font-size:.95rem}#support-form button{margin-top:.5rem}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.25rem;display:grid}.admin-stat-card{border:1px solid var(--border);background:#17171a;border-radius:10px;padding:.75rem 1rem}.admin-stat-value{color:var(--accent);font-size:1.5rem;font-weight:700}.admin-stat-label{color:var(--muted);margin-top:.15rem;font-size:.8rem}#admin-user-search{width:100%;color:var(--text);border:1px solid var(--border);background:#17171a;border-radius:8px;margin:.5rem 0 1rem;padding:.6rem;font-family:inherit;font-size:.95rem}.admin-row{border:1px solid var(--border);background:#17171a;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.6rem;padding:.75rem 1rem;display:flex}.admin-row-body{flex:1;min-width:200px}.admin-row-title{font-weight:700}.admin-row-subtitle{color:var(--muted);margin-top:.15rem;font-size:.85rem}.admin-badge{letter-spacing:.03em;text-transform:uppercase;background:var(--ai-bg);color:var(--muted);border-radius:999px;margin-left:.4rem;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.admin-badge.active{color:#9ed15c;background:#2c3a1f}.admin-badge.suspended{color:#e06c6c;background:#3a1f1f}.admin-support-message{color:var(--muted);white-space:pre-wrap;margin:.4rem 0;font-size:.85rem}.admin-support-notes{width:100%;color:var(--text);border:1px solid var(--border);resize:vertical;background:#0f0f11;border-radius:8px;margin-top:.4rem;padding:.5rem;font-family:inherit;font-size:.85rem}.admin-support-select{color:var(--text);border:1px solid var(--border);background:#0f0f11;border-radius:6px;padding:.35rem}.landing-top-links{text-align:right;margin-bottom:1rem}.landing-hero{text-align:center;padding:1rem 0 2.5rem}.landing-hero-copy{color:var(--text);max-width:520px;margin:0 auto 1.5rem;font-size:1.1rem;line-height:1.6}.landing-cta-row{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.landing-section-block{background:var(--panel);border:1px solid var(--border);text-align:center;border-radius:12px;margin-bottom:1.25rem;padding:1.75rem}.landing-section-block h2{margin-top:0;font-size:1.3rem}.landing-section-block p{color:var(--muted);max-width:520px;margin:0 auto;line-height:1.6}.landing-steps{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin-top:1rem;display:flex}.landing-step{max-width:120px;color:var(--text);text-align:center;flex-direction:column;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.landing-step-num{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-weight:700;display:flex}.landing-pricing .landing-price{color:var(--accent);margin:.5rem 0 .25rem;font-size:2.5rem;font-weight:800}.landing-pricing .landing-price span{color:var(--muted);font-size:1rem;font-weight:400}.landing-pricing button{margin-top:1rem}
