:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#f3f4f1;--surface:#fff;--subtle:#f8f8f6;--ink:#171815;--muted:#71736d;--line:#e3e5df;--strong:#d5d8cf;--accent:#20221e;--green:#557862;--green-soft:#edf4ef;--gold:#d9b660;--red:#a84b44}*{box-sizing:border-box}body{background:var(--canvas);min-width:320px;min-height:100vh;color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,select,input[type=range]{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #5578622e}.app-shell{width:min(1600px,100% - 36px);margin:auto;padding:18px 0 32px}.app-header{justify-content:space-between;align-items:center;height:50px;margin-bottom:14px;display:flex}.brand{align-items:center;gap:11px;display:flex}.brand-mark{background:var(--accent);color:#fff;letter-spacing:.09em;border-radius:10px;place-items:center;width:36px;height:36px;font-size:10px;font-weight:850;display:grid}.brand div{gap:1px;display:grid}.brand strong{font-size:13px}.brand div span{color:var(--muted);font-size:10px}.system-status{color:var(--muted);align-items:center;gap:8px;font-size:10px;font-weight:650;display:flex}.system-status i{background:#71927b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #71927b1f}.workspace{grid-template-columns:minmax(0,1fr);align-items:start;gap:14px;display:grid}.ai-studio,.teleprompter-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;box-shadow:0 16px 48px #1617140d}.ai-studio{max-height:calc(100vh - 28px);position:sticky;top:14px;overflow:hidden}.ai-studio.collapsed{width:58px}.panel-heading,.teleprompter-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:21px 22px;display:flex}.panel-heading h2{letter-spacing:-.025em;margin:0;font-size:18px}.eyebrow{color:var(--green);letter-spacing:.14em;margin-bottom:5px;font-size:9px;font-weight:850;display:block}.icon-button{background:var(--subtle);width:30px;height:30px;color:var(--muted);border:0;border-radius:8px;font-size:20px}.studio-body{max-height:calc(100vh - 91px);padding:16px;overflow-y:auto}.connection-card{border:1px solid var(--line);background:var(--subtle);border-radius:12px;padding:13px}.connection-row{align-items:center;gap:7px;margin-bottom:10px;font-size:11px;display:flex}.connected-dot,.offline-dot{background:#71927b;border-radius:50%;width:7px;height:7px}.offline-dot{background:#aaa}.key-row{margin-bottom:8px;display:flex}.key-row input{border:1px solid var(--strong);background:#fff;border-radius:8px 0 0 8px;flex:1;min-width:0;padding:9px 10px;font-size:11px}.key-row button{border:1px solid var(--strong);color:var(--muted);background:#fff;border-left:0;border-radius:0 8px 8px 0;padding:0 9px;font-size:9px;font-weight:700}.connection-card small{color:var(--muted);margin-top:8px;font-size:9px;line-height:1.4;display:block}.button{border:1px solid #0000;border-radius:9px;min-height:39px;padding:0 14px;font-size:11px;font-weight:750;transition:all .17s}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.4}.button-primary{background:var(--accent);color:#fff}.button-primary:hover:not(:disabled){background:#363931}.button-secondary{border-color:var(--strong);color:var(--ink);background:#fff}.button-quiet{background:var(--subtle);color:#5d6059}.button-soft{color:#655634;background:#f0eee7}.full{width:100%}.field{gap:6px;margin-top:13px;display:grid}.field>span,.audience legend{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.field input,.field select,.field textarea{border:1px solid var(--strong);width:100%;color:var(--ink);background:#fff;border-radius:9px;font-size:11px}.field input,.field select{height:38px;padding:0 10px}.field textarea{resize:vertical;min-height:90px;padding:10px;line-height:1.5}.audience{border:0;grid-template-columns:repeat(3,1fr);gap:5px;margin:14px 0 0;padding:0;display:grid}.audience legend{margin-bottom:7px}.audience input{opacity:0;position:absolute}.audience span{border:1px solid var(--line);background:var(--subtle);min-height:34px;color:var(--muted);border-radius:8px;place-items:center;font-size:9px;font-weight:700;display:grid}.audience input:checked+span{background:var(--green-soft);color:#3f604b;border-color:#789481}.chat{background:#f5f5f2;border-radius:11px;gap:7px;max-height:180px;margin-top:14px;padding:11px;display:grid;overflow-y:auto}.chat-message{color:#555850;background:#fff;border-radius:9px;width:90%;padding:8px 10px;font-size:10px;line-height:1.45}.chat-message.user{color:#354a3b;background:#e8eee9;justify-self:end}.chat-message.pending{opacity:.6}.chat-input textarea{min-height:76px}.generate{width:100%;margin-top:9px}.teleprompter-card{min-width:0;overflow:hidden}.teleprompter-heading{padding:23px 25px}.teleprompter-heading h1{letter-spacing:-.035em;margin:0;font-size:clamp(23px,2.4vw,31px);line-height:1.1}.teleprompter-heading p{color:var(--muted);margin:6px 0 0;font-size:11px}.editor-panel{border-bottom:1px solid var(--line);background:var(--subtle);padding:17px 25px 20px}.editor-panel .field{margin:0}.script-editor{min-height:128px!important;font-size:12px!important;line-height:1.6!important}.editor-actions{align-items:center;gap:7px;margin-top:8px;display:flex}.editor-actions span{color:var(--muted);margin-left:auto;font-size:9px}.stage-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:11px 25px;display:flex}.stage-title{align-items:center;gap:10px;display:flex}.live{background:#aaa;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #eff0ec}.live.active{background:#71927b;box-shadow:0 0 0 4px #71927b21}.stage-title div{gap:1px;display:grid}.stage-title strong{font-size:11px}.stage-title span{color:var(--muted);font-size:9px}.prompt-controls{gap:6px;display:flex}.prompt-controls label{border:1px solid var(--line);background:var(--subtle);border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:0 9px;display:flex}.prompt-controls label>span{color:var(--muted);text-transform:uppercase;font-size:8px;font-weight:800}.prompt-controls select{background:0 0;border:0;outline:0;font-size:10px;font-weight:700}.prompt-controls .speed{min-width:190px}.speed input{width:90px;accent-color:var(--green)}.prompter-screen{color:#f3f4ef;background:#11120f;height:clamp(510px,100vh - 236px,790px);position:relative;overflow:hidden}.prompter-screen:before,.prompter-screen:after{content:"";z-index:1;pointer-events:none;height:85px;position:absolute;left:0;right:0}.prompter-screen:before{background:linear-gradient(#11120f,#0000);top:0}.prompter-screen:after{background:linear-gradient(#0000,#11120f);bottom:0}.reading-line{z-index:2;pointer-events:none;border-top:1px solid #d9b6606b;position:absolute;top:50%;left:22px;right:22px}.reading-line:before,.reading-line:after{content:"";background:var(--gold);border-radius:50%;width:7px;height:7px;position:absolute;top:-4px}.reading-line:before{left:-3px}.reading-line:after{right:-3px}.prompter-content{white-space:pre-wrap;overflow-wrap:anywhere;letter-spacing:-.018em;will-change:transform;padding:220px clamp(34px,7vw,105px) 350px;line-height:1.43}.voice-current{color:#ffe5a4;background:#d9b66033;border-radius:.13em}.alert-marker{background:var(--gold);vertical-align:.15em;border-radius:50%;width:.42em;height:.42em;margin:0 .25em;display:inline-block}.sale-marker{color:#ead08e;letter-spacing:.09em;background:#d9b66017;border:1px solid #d9b66066;border-radius:8px;justify-content:center;align-items:center;width:100%;margin:1.2em 0;padding:10px 14px;font-size:10px;font-weight:850;display:flex}.sale-marker.fired{opacity:0;border:0;height:0;margin:0;padding:0;overflow:hidden}.prompter-actions{grid-template-columns:1.3fr 1fr .65fr;gap:8px;padding:12px 25px 17px;display:grid}.prompter-actions .button{min-height:45px}.voice-button span{color:#71927b;margin-right:5px;font-size:8px}.voice-button.listening{border-color:var(--red);background:var(--red);color:#fff}.voice-button.listening span{color:#fff}@media (max-width:1040px){.workspace{grid-template-columns:minmax(0,1fr)}.prompt-controls .speed{min-width:150px}.speed input{width:60px}}@media (max-width:820px){.app-shell{width:min(100% - 20px,720px);padding-top:10px}.workspace{grid-template-columns:1fr}.ai-studio{max-height:none;position:static}.ai-studio.collapsed{width:auto}.studio-body{max-height:none}.stage-header{flex-direction:column;align-items:stretch}.prompt-controls{grid-template-columns:1fr 1fr;display:grid}.prompt-controls label{justify-content:space-between}.prompt-controls .speed{grid-column:1/-1}.speed input{flex:1}.prompter-screen{height:560px}}.teleprompter-app{background:var(--canvas);grid-template-columns:230px minmax(0,1fr);width:100%;height:100vh;display:grid;overflow:hidden}.app-sidebar{z-index:10;border-right:1px solid var(--line);background:#fff;flex-direction:column;min-width:0;padding:22px 14px 16px;display:flex;position:relative}.sidebar-brand{align-items:center;gap:10px;padding:0 8px 24px;display:flex}.sidebar-brand div{line-height:1.05;display:grid}.sidebar-brand strong{font-size:13px}.sidebar-brand div span{color:var(--muted);font-size:11px}.app-sidebar nav{gap:5px;display:grid}.app-sidebar nav button{width:100%;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:32px 1fr;align-items:center;gap:9px;padding:10px;display:grid}.app-sidebar nav button:hover{background:var(--subtle)}.app-sidebar nav button.active{color:#355340;background:#eef3ef}.app-sidebar nav button>span{border:1px solid var(--line);background:#fff;border-radius:8px;place-items:center;width:32px;height:32px;font-size:10px;font-weight:850;display:grid}.app-sidebar nav button div{gap:2px;display:grid}.app-sidebar nav strong{font-size:11px}.app-sidebar nav small{color:var(--muted);font-size:9px}.sidebar-status{border-top:1px solid var(--line);align-items:center;gap:9px;margin-top:auto;padding:12px 10px;display:flex}.sidebar-status i{background:#a7aaa2;border-radius:50%;width:7px;height:7px}.sidebar-status i.active{background:#71927b;box-shadow:0 0 0 4px #71927b1f}.sidebar-status div{gap:2px;display:grid}.sidebar-status strong{font-size:9px}.sidebar-status span{color:var(--muted);font-size:8px}.page-content{min-width:0;height:100vh;overflow:hidden}.editor-page,.reader-page{flex-direction:column;height:100%;min-height:0;display:flex}.editor-page{padding:30px clamp(24px,4vw,64px) 24px}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:24px;display:flex}.page-header h1{letter-spacing:-.04em;margin:0;font-size:clamp(26px,3vw,38px)}.page-header p{color:var(--muted);margin:7px 0 0;font-size:12px}.reader-cta{min-height:44px;padding:0 18px}.reader-cta span{margin-left:10px;font-size:16px}.editor-workspace{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 15px 45px #1617140b}.editor-workspace>label{border-bottom:1px solid var(--line);color:var(--muted);letter-spacing:.1em;text-transform:uppercase;padding:13px 18px;font-size:9px;font-weight:800}.fullscreen-editor{resize:none;width:100%;min-height:0;color:var(--ink);background:#fff;border:0;outline:0;flex:1;padding:clamp(22px,3vw,42px);font-size:clamp(16px,1.45vw,21px);line-height:1.75}.editor-list-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:13px 18px;display:flex}.editor-list-heading>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:800}.editor-list-heading small{color:var(--muted);font-size:9px}.script-search{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:24px minmax(180px,1fr) auto 34px 34px auto;align-items:center;gap:4px;padding:10px 18px;display:grid}.search-icon{color:#858980;font-size:18px}.script-search input{width:100%;height:34px;color:var(--ink);background:0 0;border:0;outline:0;padding:0 8px;font-size:12px}.script-search input::placeholder{color:#a1a49c}.search-count{color:var(--muted);white-space:nowrap;padding:0 8px;font-size:9px}.script-search button{background:var(--subtle);color:#646860;border:0;border-radius:8px;width:32px;height:32px;font-size:12px;font-weight:800}.script-search button:hover:not(:disabled){background:#eceee9}.script-search button:disabled{cursor:default;opacity:.3}.script-search .clear-search{background:0 0;font-size:16px}.sentence-list{background:#f7f8f5;flex:1;min-height:0;padding:18px;overflow-y:auto}.sentence-card{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:34px minmax(0,1fr) 42px 32px;align-items:center;gap:10px;max-width:1100px;margin:0 auto 9px;padding:10px 10px 10px 13px;transition:border-color .18s,box-shadow .18s;display:grid}.sentence-card:focus-within{border-color:#afb9ae;box-shadow:0 0 0 3px #55786214}.sentence-card.has-bell{background:#fffdf7;border-color:#d6bd7d}.sentence-card.search-match{border-color:#b7c4b9}.sentence-card.active-search-match{background:#f7fbf8;border-color:#64806b;box-shadow:0 0 0 3px #55786224}.sentence-number{color:#a1a49c;font-variant-numeric:tabular-nums;font-size:9px;font-weight:800}.sentence-card textarea{resize:none;width:100%;min-height:28px;color:var(--ink);background:0 0;border:0;outline:0;padding:3px 0;font-size:clamp(14px,1.2vw,17px);line-height:1.55;overflow:hidden}.sentence-bell,.sentence-remove{background:var(--subtle);border:0;border-radius:8px;place-items:center;display:grid}.sentence-bell{filter:grayscale();opacity:.5;width:42px;height:38px;font-size:16px}.sentence-bell[aria-pressed=true]{filter:none;opacity:1;background:#f3e8c9;box-shadow:inset 0 0 0 1px #e1c875}.sentence-remove{color:#999c95;width:30px;height:30px;font-size:17px}.sentence-remove:hover{color:#9a4c45;background:#f6e9e7}.add-sentence{width:min(100%,1100px);min-height:42px;color:var(--muted);background:0 0;border:1px dashed #cfd2ca;border-radius:11px;margin:13px auto 0;font-size:10px;font-weight:750;display:block}.add-sentence:hover{color:#45614e;background:#fff;border-color:#9eaa9e}.editor-footer{justify-content:space-between;align-items:center;gap:20px;padding-top:14px;display:flex}.editor-footer>div{gap:8px;display:flex}.editor-footer>span{color:var(--muted);font-size:9px}.reader-page .stage-header{background:#fff;flex:none;min-height:62px;padding:12px 24px}.reader-page .fullscreen-prompter{border-radius:0;flex:1;height:auto;min-height:0}.reader-page .prompter-content{padding-top:calc(50vh - 57px)}.reader-page .sale-marker{display:none}.reader-page .prompter-actions{border-top:1px solid var(--line);background:#fff;flex:none;padding:12px 24px}@media (max-width:720px){.teleprompter-app{grid-template-rows:1fr 68px;grid-template-columns:1fr}.page-content{grid-row:1;height:auto}.app-sidebar{border-top:1px solid var(--line);border-right:0;flex-direction:row;grid-row:2;align-items:center;padding:7px 10px}.sidebar-brand,.sidebar-status{display:none}.app-sidebar nav{grid-template-columns:1fr 1fr;gap:7px;width:100%;display:grid}.app-sidebar nav button{grid-template-columns:28px 1fr;padding:6px 10px}.app-sidebar nav button>span{width:28px;height:28px}.editor-page{padding:18px 14px 12px}.page-header{flex-direction:column;align-items:stretch;gap:14px;padding-bottom:16px}.reader-cta{align-self:stretch}.editor-footer{flex-direction:column;align-items:stretch;gap:8px}.editor-footer>div{grid-template-columns:1fr 1fr;display:grid}.editor-list-heading small{display:none}.script-search{grid-template-columns:22px minmax(100px,1fr) auto 32px 32px;padding:8px 10px}.script-search .clear-search{display:none}.search-count{padding:0 3px}.sentence-list{padding:10px}.sentence-card{grid-template-columns:24px minmax(0,1fr) 40px 28px;gap:6px;padding-left:8px}.reader-page .stage-header{padding:10px 14px}.reader-page .prompter-actions{padding:9px 14px}}@media (max-width:560px){.app-shell{width:100%;padding:0}.app-header{height:56px;margin:0;padding:0 14px}.system-status{display:none}.ai-studio,.teleprompter-card{border-left:0;border-right:0;border-radius:0}.panel-heading,.teleprompter-heading,.editor-panel,.stage-header{padding-left:16px;padding-right:16px}.teleprompter-heading{flex-direction:column;align-items:stretch}.teleprompter-heading .button{align-self:flex-start}.editor-actions{flex-wrap:wrap}.editor-actions span{width:100%;margin-left:0}.prompter-content{padding:210px 22px 320px}.prompter-actions{grid-template-columns:1fr;padding:10px 16px 16px}}.workspace{transition:grid-template-columns .22s}.workspace.studio-collapsed{grid-template-columns:54px minmax(0,1fr)}.ai-studio.collapsed{border-radius:16px;width:54px}.ai-studio.collapsed .panel-heading{border-bottom:0;justify-content:center;align-items:center;padding:11px}.ai-studio.collapsed .panel-title{display:none}.ai-studio.collapsed .icon-button{width:32px;height:38px}@media (max-width:820px){.workspace.studio-collapsed{grid-template-columns:1fr}.ai-studio.collapsed{width:100%;height:54px}.ai-studio.collapsed .panel-heading{justify-content:flex-end;height:54px;padding:8px 14px}}
