@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";:root{--bg:#101211;--panel:#191c1a;--raised:#232723;--line:#303630;--text:#f0f2ed;--muted:#a1aba1;--accent:#dbf78a;--ink:#18200c;--red:#f66960;--radius:18px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:DM Sans,sans-serif;font-size:16px}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.42;cursor:not-allowed}button{border:1px solid var(--line);background:var(--raised);color:var(--text);border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:11px 14px;display:inline-flex}button:hover:not(:disabled){border-color:var(--muted)}:is(button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible){outline:2px solid var(--accent);outline-offset:3px}a{color:inherit}header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;height:100px;padding:0 4vw;display:flex}.brand{letter-spacing:-1.2px;align-items:center;gap:12px;font-family:Manrope,sans-serif;font-size:25px;font-weight:800;text-decoration:none;display:flex}.brand>svg{color:var(--accent);width:37px;height:37px}.brand-light{color:var(--muted);font-weight:400}.brand small{letter-spacing:1.8px;color:var(--muted);margin-top:4px;font-size:9px;font-weight:500;display:block}nav{background:var(--panel);border:1px solid var(--line);border-radius:12px;gap:3px;padding:5px;display:flex}nav button{color:var(--muted);background:0 0;border:0;min-width:106px}nav .active{background:var(--raised);color:var(--accent)}.private{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:flex}main{max-width:1600px;margin:auto;padding:36px 4vw 60px}.page-heading{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.eyebrow{letter-spacing:2px;color:var(--accent);font-size:11px;font-weight:650}h1{letter-spacing:-1.5px;margin:10px 0 8px;font-family:Manrope,sans-serif;font-size:36px;font-weight:650}p{line-height:1.6}.page-heading p{color:var(--muted);margin:0}.session-label{letter-spacing:1.5px;color:var(--muted);font-size:10px}.workspace{grid-template-columns:minmax(240px,1fr) minmax(310px,440px) minmax(220px,.8fr);align-items:start;gap:24px;display:grid}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:22px}.panel-heading{align-items:center;gap:10px;margin-bottom:24px;display:flex}.panel-heading svg{color:var(--muted)}h2{margin:0;font-size:16px;font-weight:550}label{color:var(--muted);margin-bottom:24px;font-size:14px;display:block}label>span{float:right;color:var(--text)}input:not([type=range]),textarea,select{border:1px solid var(--line);background:var(--bg);width:100%;color:var(--text);border-radius:9px;margin-top:10px;padding:13px}textarea{resize:vertical;min-height:320px;margin-top:0;font-size:17px;line-height:1.8}.script-panel footer{color:var(--muted);justify-content:space-between;gap:8px;margin-top:12px;font-size:12px;display:flex}input[type=range]{width:100%;accent-color:var(--accent);min-height:22px;margin-top:20px;display:block}.viewfinder{aspect-ratio:9/14;border:1px solid var(--line);background:#090c09;border-radius:22px;min-height:420px;position:relative;overflow:hidden}.camera-top{letter-spacing:1.2px;color:var(--muted);z-index:2;justify-content:space-between;font-size:9px;display:flex;position:absolute;top:20px;left:18px;right:18px}.camera-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:25px;display:flex;position:absolute;inset:0}.lens-icon{border:1px solid var(--line);width:78px;height:78px;color:var(--accent);border-radius:50%;place-items:center;margin-bottom:26px;display:grid}.camera-empty h2{letter-spacing:-.8px;font-family:Manrope,sans-serif;font-size:25px;font-weight:500;line-height:1.35}.camera-empty p{color:var(--muted);max-width:200px;margin:14px 0 26px;font-size:14px}.primary{background:var(--accent);color:var(--ink);border-color:var(--accent);font-weight:650}.camera-bottom{text-align:center;letter-spacing:1.5px;width:100%;color:var(--muted);font-size:9px;position:absolute;bottom:20px}.transport{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;margin-top:22px;font-size:12px;display:flex}.record-button{background:0 0;border:1px solid #666;border-radius:50%;width:66px;height:66px;padding:7px}.record-button span{background:var(--red);border-radius:50%;width:46px;height:46px;display:block}.tip{border-top:1px solid var(--line);margin-top:35px;padding-top:24px}.tip>span{letter-spacing:1.6px;color:var(--accent);font-size:10px}.tip p{color:var(--muted);margin-bottom:0;font-size:14px}@media (min-width:1500px){.workspace{grid-template-columns:1fr 450px .85fr;gap:36px}}@media (max-width:1050px){header{padding:0 24px}.private,.session-label{display:none}.workspace{grid-template-columns:1fr 1.2fr}.settings-panel{grid-column:1/-1}.page-heading h1{font-size:30px}}@media (max-width:650px){header{height:80px;padding:0 18px}.brand{font-size:22px}.brand small{display:none}.brand>svg{width:28px;height:28px}nav{z-index:20;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:var(--panel);border-radius:0;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}nav button{min-width:80px}main{padding:22px 16px 110px}.page-heading{margin-bottom:20px}.page-heading h1{letter-spacing:-1px;font-size:27px}.page-heading p{font-size:14px}.eyebrow{font-size:9px}.workspace{flex-direction:column;gap:18px;display:flex}.camera-column{order:-1;width:100%}.viewfinder{aspect-ratio:9/13;min-height:350px;max-height:65svh}.panel{width:100%;padding:20px}.script-panel textarea{min-height:190px}.transport{margin-top:15px}.settings-panel{width:100%}.camera-empty h2{font-size:24px}}.icon-button{background:0 0;border:0;min-height:34px;margin-left:auto;padding:6px}.script-actions{gap:8px;margin-top:20px;display:flex}.script-actions .primary{flex:1}.help{color:var(--muted);font-size:13px;line-height:1.6}.live-camera{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.prompter{scrollbar-width:none;text-align:center;color:#fff;text-shadow:0 1px 4px #000;overscroll-behavior:contain;touch-action:pan-y;border-radius:10px;height:42%;padding:15px 18px;font-weight:600;line-height:1.5;position:absolute;left:50%;overflow:auto;transform:translate(-50%)}.prompter::-webkit-scrollbar{display:none}.script-copy{white-space:pre-wrap;overflow-wrap:anywhere}.scroll-tail{height:180px}.camera-tools{justify-content:center;gap:10px;display:flex;position:absolute;bottom:48px;left:0;right:0}.camera-tools button{color:#fff;background:#111c;border-color:#ffffff35}.viewfinder.is-recording{border-color:var(--red)}.is-recording .camera-top>span:first-child{color:var(--red)}.camera-top{pointer-events:none;text-shadow:0 1px 4px #000}.camera-bottom{pointer-events:none}.countdown{color:var(--accent);pointer-events:none;background:#0005;place-items:center;font-family:Manrope,sans-serif;font-size:110px;display:grid;position:absolute;inset:0}.record-button.stop span{border-radius:8px;width:28px;height:28px}.record-note{color:var(--muted);text-align:center;margin-top:16px;font-size:12px}.notice{overflow-wrap:anywhere;background:#222c1b;border:1px solid #52633b;border-radius:12px;align-items:center;gap:12px;margin-bottom:20px;padding:12px 16px;font-size:14px;line-height:1.5;display:flex}.notice>span{flex:1}.notice button{background:0 0;border:0;flex-shrink:0;min-height:32px;padding:6px}.notice.error{background:#36201d;border-color:#804238}.text-link{color:var(--accent)}details{border-top:1px solid var(--line);padding-top:18px}summary{cursor:pointer;color:var(--muted);margin-bottom:20px;font-size:14px}.check-label{align-items:center;gap:10px;line-height:1.5;display:flex}.check-label input{height:18px;accent-color:var(--accent);width:18px!important;margin:0!important}.install-link{color:var(--accent);background:0 0;border:0;justify-content:space-between;width:100%;padding:15px 0 0;font-size:13px}.private{background:0 0;border:0}.badge{background:var(--accent);color:var(--ink);border-radius:5px;padding:1px 5px;font-size:11px}.scripts-layout{grid-template-columns:minmax(300px,1.1fr) 1fr;gap:26px;max-width:1100px;display:grid}.scripts-layout textarea{min-height:400px}.empty-inline{color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:15px;padding:35px 15px;display:flex}.empty-inline h2{color:var(--text)}.empty-inline p{max-width:330px;font-size:14px}.script-row{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:14px 0;display:flex}.script-select{text-align:left;background:0 0;border:0;flex:1;align-items:center;min-width:0;padding:10px 0;display:flex}.script-select span{flex:1;min-width:0}.script-select strong{overflow-wrap:anywhere;font-weight:500;display:block}.script-select small{color:var(--muted);margin-top:7px;font-size:12px;display:block}.library-toolbar{justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;display:flex}.library-toolbar>span{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:flex}.section-title{justify-content:space-between;align-items:center;gap:12px;margin:25px 0 18px;font-size:18px;display:flex}.section-title span{color:var(--muted);font-size:12px;font-weight:400}.takes-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px;display:grid}.take-card{border:1px solid var(--line);background:var(--panel);border-radius:16px;min-width:0;overflow:hidden}.take-card>video{object-fit:contain;background:#050605;width:100%;height:300px;display:block}.take-info{padding:18px}.take-meta{color:var(--muted);justify-content:space-between;gap:8px;font-size:11px;display:flex}.take-meta>span:first-child{color:var(--accent);align-items:center;gap:4px;display:flex}.take-info h3{overflow-wrap:anywhere;margin:14px 0 6px;font-size:19px;font-weight:500}.take-info p{color:var(--muted);font-size:12px}.take-actions{gap:8px;margin-top:20px;display:flex}.take-actions>button:first-child{flex:1}.button{border:1px solid var(--line);background:var(--raised);border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:11px 14px;text-decoration:none;display:inline-flex}.library-empty{text-align:center;border:1px dashed var(--line);border-radius:20px;flex-direction:column;align-items:center;padding:70px 20px;display:flex}.library-empty h2{letter-spacing:-.7px;font-family:Manrope,sans-serif;font-size:25px}.library-empty p{color:var(--muted);margin:16px 0 25px;font-size:15px}.library-empty .lens-icon{margin-bottom:22px}progress{width:100%;accent-color:var(--accent);height:6px;margin-top:15px}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.caption-modal,.help-modal{background:var(--panel);border:1px solid var(--line);border-radius:20px;width:100%;max-width:1050px;max-height:90svh;padding:26px;overflow:auto}.help-modal{max-width:570px}.modal-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.modal-heading h2{overflow-wrap:anywhere;margin-top:8px;font-size:23px}.modal-heading>button{flex-shrink:0}.caption-layout{grid-template-columns:1fr 1fr;gap:26px;display:grid}.caption-preview{background:#050605;border-radius:12px;position:relative;overflow:hidden}.caption-preview video{width:100%;max-height:440px;display:block}.subtitle-preview{color:#fff;text-align:center;pointer-events:none;white-space:pre-wrap;background:#000c;padding:7px 10px;font-size:20px;font-weight:600;position:absolute;bottom:65px;left:8%;right:8%}.cue-list{max-height:540px;padding-right:6px;overflow:auto}.cue{border:1px solid var(--line);border-radius:12px;margin-bottom:13px;padding:12px}.cue-times{align-items:center;gap:10px;display:flex}.cue-times label{flex:1;margin:0;font-size:11px}.cue-times input{min-width:0;margin-top:5px;padding:8px}.cue-number{min-height:32px;color:var(--accent);background:0 0;border:0;padding:6px;font-size:12px}.cue textarea{height:74px;min-height:70px;margin-top:12px;font-size:15px;line-height:1.5}.modal-actions{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:24px;padding-top:20px;display:flex}.modal-actions>span{flex:1}.help-modal li{color:var(--muted);padding:0 0 17px 6px;line-height:1.6}.help-modal strong{color:var(--text)}@media (max-width:650px){.private{padding:8px;font-size:0;display:flex}.private svg{width:21px;height:21px}.scripts-layout{flex-direction:column;display:flex}.scripts-layout textarea{min-height:280px}.library-toolbar{align-items:flex-start}.library-toolbar>span{max-width:160px;font-size:12px}.library-toolbar button{font-size:12px}.section-title{align-items:flex-start;font-size:16px}.section-title span{text-align:right;max-width:160px}.modal-backdrop{padding:10px}.caption-modal,.help-modal{max-height:94svh;padding:18px}.caption-layout{grid-template-columns:1fr}.caption-preview video{max-height:290px}.cue-list{max-height:none}.modal-actions{background:var(--panel);flex-wrap:wrap;padding-bottom:15px;position:sticky;bottom:-18px}.modal-actions .help{flex-basis:100%}.modal-heading h2{font-size:19px}.notice{flex-wrap:wrap;font-size:13px}.notice>span{min-width:75%}.caption-modal .eyebrow{font-size:9px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}@media (max-width:650px){.viewfinder{min-height:300px;max-height:calc(100svh - 390px)}.camera-bottom,.camera-top{letter-spacing:1px;font-size:8px}}.record-mode>header,.record-mode .page-heading{display:none}.record-mode>main{max-width:none;padding:0}.record-mode .notice{z-index:45;background:#1a241bf5;max-width:650px;margin:0 auto;position:fixed;top:82px;left:12px;right:12px;box-shadow:0 8px 30px #0005}.record-mode .notice+.notice{top:150px}.record-stage{isolation:isolate;color:#fff;--frame-ratio:.5625;background:#090b09;width:100%;height:100dvh;position:fixed;inset:0;overflow:hidden}.camera-source{opacity:.001;pointer-events:none;width:2px;height:2px;position:absolute;top:0;left:0}.record-frame{width:min(100%,calc(100dvh * var(--frame-ratio)));aspect-ratio:var(--frame-ratio);position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.camera-canvas{opacity:0;width:100%;height:100%;display:block}.camera-ready .camera-canvas{opacity:1}.stage-top{z-index:3;padding:calc(16px + env(safe-area-inset-top)) 20px 36px;background:linear-gradient(#0009,#0000);align-items:center;gap:18px;display:flex;position:absolute;top:0;left:0;right:0}.stage-top>button{color:#fff;background:#10131099;border:1px solid #ffffff18;border-radius:50%;width:48px;height:48px;padding:10px}.stage-title{text-align:center;text-shadow:0 1px 5px #000;flex:1;min-width:0}.stage-title>span{letter-spacing:2px;color:#d0d5d0;margin-bottom:7px;font-size:10px;font-weight:600;display:block}.stage-title strong{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:500;display:block;overflow:hidden}.recording .stage-title>span{color:var(--red)}.reading-overlay{scrollbar-width:none;color:#fff;text-align:center;text-shadow:0 2px 5px #0009;overscroll-behavior:contain;touch-action:pan-y;border-radius:14px;height:53%;padding:12px 14px;font-weight:550;line-height:1.45;position:absolute;left:50%;overflow:auto;transform:translate(-50%);-webkit-mask-image:linear-gradient(#000 85%,#0000);mask-image:linear-gradient(#000 85%,#0000)}.reading-overlay::-webkit-scrollbar{display:none}.reading-tail{height:45vh}.stage-welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:90px 15px 240px}.stage-welcome h1{letter-spacing:-1.4px;margin:0;font-size:clamp(26px,5vw,42px);line-height:1.16}.stage-welcome .lens-icon{width:64px;height:64px;margin-bottom:22px}.stage-welcome p{color:var(--muted);margin:14px 0 22px;font-size:14px}.stage-welcome>span{color:var(--muted);margin-top:18px;font-size:11px}.stage-bottom{z-index:3;padding:36px 18px calc(16px + env(safe-area-inset-bottom));background:linear-gradient(#0000,#000a 35%,#000c);flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:0;left:0;right:0}.stage-script-controls{align-items:center;gap:8px;width:100%;max-width:470px;display:flex}.stage-script-controls button{color:#fff;background:#101310b3;border:1px solid #ffffff20;border-radius:30px;min-height:40px;padding:8px 12px;font-size:12px}.frame-description{color:#d1d7d1;text-shadow:0 1px 3px #000;margin-left:auto;font-size:11px}.stage-toolbar{justify-content:space-around;gap:8px;width:100%;max-width:470px;display:flex}.stage-toolbar button{color:#fff;background:0 0;border:0;flex-direction:column;flex:1;gap:7px;min-height:55px;padding:6px 0}.stage-toolbar button span{font-size:12px}.stage-toolbar svg{width:23px;height:23px}.stage-transport{background:#070907b3;border:1px solid #ffffff15;border-radius:48px;justify-content:space-between;align-items:center;gap:25px;width:100%;max-width:340px;padding:8px 20px;display:flex}.stage-transport .record-button{background:0 0;border:2px solid #fff;flex-shrink:0;width:72px;height:72px;padding:5px}.stage-transport .record-button>span{width:56px;height:56px}.stage-transport .record-button.stop>span{background:#fff;border-radius:7px;width:27px;height:27px}.stage-transport .record-button.stop{background:var(--red);border-color:var(--red)}.record-time{font-variant-numeric:tabular-nums;min-width:64px;font-size:21px;font-weight:500;line-height:1.2}.record-time small{letter-spacing:1px;color:#c8cec8;margin-top:7px;font-size:8px;display:block}.flip-camera{color:#fff;background:0 0;border:0;flex-direction:column;gap:3px;min-width:56px;padding:3px}.flip-camera small{color:#d1d7d1;font-size:10px}.stage-countdown{color:var(--accent);z-index:4;pointer-events:none;background:#0004;place-items:center;font-size:100px;display:grid;position:absolute;inset:0}.camera-switching{pointer-events:none;z-index:2;background:#0005;place-items:center;font-size:15px;display:grid;position:absolute;inset:0}.stage-sheet-backdrop{z-index:10;background:#0005;justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.stage-sheet{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:560px;max-height:82dvh;padding:10px 24px calc(22px + env(safe-area-inset-bottom));background:#191d1af5;border:1px solid #ffffff25;border-radius:25px 25px 0 0;overflow:auto;box-shadow:0 -15px 60px #0005}.sheet-grip{background:#647064;border-radius:5px;width:36px;height:4px;margin:0 auto 15px}.sheet-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.sheet-heading h2{font-size:18px}.sheet-heading button{background:#ffffff0d;border:0;border-radius:50%;width:36px;min-height:36px;padding:7px}.stage-sheet fieldset{border:0;margin:0;padding:0}.stage-sheet legend{color:var(--muted);float:none;width:100%;margin-bottom:12px;font-size:13px;display:block}.format-options{gap:10px;margin-bottom:22px;display:flex}.format-options button{min-height:90px;color:var(--muted);background:#0d110d;border:1px solid #3a423a;flex-direction:column;flex:1;gap:9px;font-size:13px}.format-options button[aria-pressed=true]{border-color:var(--accent);color:var(--accent);background:#27311f}.format-options i{border:2px solid;border-radius:3px;max-width:42px;height:28px}.orientation-options button{flex-direction:row;min-height:46px;font-size:14px}.sheet-done{width:100%;margin-top:10px}.script-sheet .script-panel{background:0 0;border:0;padding:0}.script-sheet .script-panel .panel-heading{display:none}.script-sheet textarea{height:32dvh;min-height:200px}.stage-sheet label{margin-bottom:22px}.stage-sheet .help{font-size:12px}.stage-sheet input[type=range]{min-height:32px}.take-card>video{aspect-ratio:9/16;object-fit:contain;height:auto;max-height:none}.take-card{align-self:start}.caption-preview video{height:auto}@media (min-width:700px){.stage-top{max-width:900px;margin:auto}.stage-bottom{padding-bottom:24px}.stage-sheet-backdrop{align-items:center}.stage-sheet{border-radius:24px;max-height:85dvh}.stage-welcome h1{font-size:44px}.reading-overlay{font-size:40px}}@media (max-height:680px) and (orientation:portrait){.stage-welcome{inset:70px 15px 205px}.stage-welcome .lens-icon{display:none}.stage-welcome p{margin:10px 0 14px}.stage-welcome>span{margin-top:12px}.stage-bottom{gap:5px;padding-top:12px;padding-bottom:8px}.stage-transport .record-button{width:62px;height:62px}.stage-transport .record-button>span{width:46px;height:46px}.stage-transport{padding:5px 20px}.stage-toolbar button{min-height:45px}.stage-top{padding-top:12px}.reading-overlay{height:48%}}@media (orientation:landscape) and (max-height:600px){.stage-top{background:0 0;max-width:none;padding:12px 20px;left:60px;right:110px}.stage-top>button{width:42px;height:42px}.stage-title>span{display:none}.stage-bottom{background:linear-gradient(90deg,#0000,#000b);justify-content:center;gap:8px;width:112px;padding:14px 10px;top:0;left:auto;right:0}.stage-transport{background:0 0;border:0;flex-direction:column-reverse;gap:15px;padding:10px 5px}.stage-transport .record-button{width:64px;height:64px}.stage-transport .record-button>span{width:48px;height:48px}.stage-toolbar{flex-direction:column;gap:0;width:50px;position:fixed;top:75px;bottom:15px;left:12px}.stage-toolbar button{gap:3px;min-height:42px}.stage-toolbar svg{width:19px;height:19px}.stage-toolbar button span{font-size:9px}.stage-script-controls{width:auto;max-width:none;position:fixed;bottom:12px;left:80px;right:120px}.frame-description{display:none}.reading-overlay{height:65%;padding:5px 12px;line-height:1.25}.reading-tail{height:65vh}.stage-welcome{inset:60px 130px 55px 80px}.stage-welcome .lens-icon{display:none}.stage-welcome h1{font-size:26px}.stage-welcome p{margin:10px 0;font-size:12px}.stage-welcome>span{margin-top:9px}.stage-sheet{max-height:94dvh}.record-time{text-align:center;font-size:17px}.stage-transport .flip-camera small{display:none}}.caption-workspace{border:0;min-width:0;margin:0;padding:0}.caption-workspace:disabled{opacity:.55}.caption-preview{width:100%;max-width:100%;margin:auto}.caption-preview video{object-fit:contain;width:100%;height:100%;max-height:none!important}.caption-preview canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.caption-layout>div{min-width:0}.caption-playback{align-items:center;gap:10px;margin:12px 0 22px;display:flex}.caption-playback input{flex:1;min-width:30px}.caption-playback span{font-variant-numeric:tabular-nums;font-size:12px}.caption-playback button{white-space:nowrap;font-size:12px}.caption-generate{width:100%}.caption-connection{color:var(--accent);background:0 0;border:0;min-height:28px;padding:0;font-size:12px}.caption-styles,.caption-setup{border:1px solid var(--line);border-radius:14px;margin-top:18px;padding:18px}.caption-styles h3,.caption-setup h3{margin:0 0 16px;font-size:17px}.caption-presets{gap:8px;margin-bottom:20px;display:flex}.caption-presets button{flex:1;padding:10px}.caption-controls{grid-template-columns:1fr 1fr;gap:12px;display:grid}.caption-controls label{min-width:0;margin:0;font-size:12px}.caption-controls select{width:100%;margin-top:8px}.caption-controls input[type=color]{width:100%;height:38px;margin-top:8px;padding:3px}.caption-controls input[type=range]{width:100%;margin-top:8px}.caption-checks{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.caption-checks label{margin:0;font-size:12px}.caption-manual{margin-top:24px}.caption-manual summary{margin-bottom:8px}.caption-progress{border:1px solid var(--accent);border-radius:12px;margin-bottom:20px;padding:16px}.caption-progress .help{margin-bottom:8px}.caption-modal .cue-list{max-height:75vh}.caption-modal .caption-preview{max-width:360px}.caption-modal .modal-actions{flex-wrap:wrap}.caption-setup a{color:var(--accent)}@media (max-width:650px){.caption-modal .caption-preview{max-width:250px}.caption-modal .cue-list{max-height:55vh}.caption-controls{gap:14px}.caption-modal .modal-actions button{padding:9px;font-size:12px}.caption-modal .modal-actions>.primary{flex:1}.caption-modal{padding-bottom:0}}.stage-transport .record-button.take-control{background:var(--red);color:#fff;justify-content:center;align-items:center;display:flex}.stage-transport .record-button.take-control svg{width:29px;height:29px}.finish-take{color:#fff;background:0 0;border:0;flex-direction:column;gap:6px;min-width:56px;padding:3px;display:flex}.finish-take small{white-space:nowrap;font-size:10px}.take-rewind{justify-content:center;gap:10px;display:flex}.take-rewind button{color:#fff;background:#101310cc;border:1px solid #ffffff35;border-radius:24px;min-height:38px;padding:8px 14px;font-size:12px}.take-pause-note{color:var(--accent);text-align:center;margin:0;font-size:11px}.take-paused .stage-title>span{color:var(--accent)}.take-paused .stage-transport .record-button.take-control{background:var(--accent);color:#101211;border-color:var(--accent)}@media (orientation:landscape) and (max-height:600px){.take-rewind{justify-content:flex-start;position:fixed;bottom:62px;left:80px}.take-pause-note{text-align:left;position:fixed;bottom:105px;left:80px}.take-rewind button{min-height:32px;padding:6px 10px}}.library-selection{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:20px;display:flex}.library-selection>span{color:var(--muted);font-size:13px}.library-selection .help{width:100%;margin:0}.disabled-link{opacity:.4;pointer-events:none}.take-select-label{overflow-wrap:anywhere;background:#242b20;align-items:center;gap:10px;margin:0;padding:12px 16px;font-size:13px;display:flex}.take-select-label input{width:20px;height:20px;accent-color:var(--accent);flex-shrink:0;margin:0}.take-selected{outline:2px solid var(--accent)}.take-title{align-items:center;gap:8px;display:flex}.take-title h3{flex:1;min-width:0}.take-title button{background:0 0;border:0;padding:8px}.take-rename{margin-top:18px}.take-rename label{font-size:13px}.take-rename button{margin-right:8px;font-size:12px}.new-script-button{margin-left:auto;padding:8px;font-size:12px}.script-actions{flex-wrap:wrap}.script-actions>button{font-size:12px}.script-select{gap:8px}.script-row>button:not(.script-select){padding:9px}@media (max-width:650px){.library-selection{gap:8px}.library-selection button,.library-selection a{padding:9px;font-size:12px}.script-row{gap:5px}}.stage-title .change-script{min-height:32px;color:var(--accent);background:#101310bb;border:1px solid #ffffff40;border-radius:16px;margin-top:4px;padding:4px 10px;font-size:12px;display:inline-flex}.camera-script-list{gap:8px;display:grid}.camera-script-list>button{text-align:left;justify-content:flex-start;gap:12px;width:100%;min-height:64px;padding:14px}.camera-script-list>button[aria-pressed=true]{border-color:var(--accent)}.camera-script-list span{gap:5px;min-width:0;display:grid}.camera-script-list strong{overflow-wrap:anywhere}.camera-script-list small{color:var(--muted)}.choose-saved-script{width:100%;min-height:44px;margin-bottom:18px}.feature-site{color:#f3f4ec;max-width:1160px;margin:auto;padding:0 28px}.feature-nav{border-bottom:1px solid #ffffff20;justify-content:space-between;align-items:center;padding:28px 0;display:flex}.feature-brand{font-size:24px;font-weight:650}.feature-brand span{font-weight:300}.feature-enter{font-size:14px}.feature-hero{max-width:800px;padding:90px 0 55px}.feature-hero h1{letter-spacing:-.05em;margin:20px 0 28px;font-size:clamp(44px,7vw,86px);line-height:1.04}.feature-lead{color:#b9c0b5;max-width:600px;font-size:20px;line-height:1.6}.feature-actions{flex-wrap:wrap;align-items:center;gap:24px;margin:28px 0;display:flex}.feature-site .primary,.access-gate .primary{border-radius:12px;justify-content:center;align-items:center;padding:14px 22px;display:inline-flex}.feature-demo{background:#20271f;border:1px solid #ffffff20;border-radius:24px;padding:36px}.feature-demo>span{letter-spacing:.16em;color:var(--accent);font-size:11px}.feature-demo blockquote{margin:32px 0;font-size:clamp(32px,6vw,62px);font-weight:600;line-height:1.3}.feature-demo em{color:var(--accent);font-style:normal}.feature-demo small{color:#a4ae9e;margin-top:18px;display:block}.feature-grid{grid-template-columns:repeat(3,1fr);gap:40px;padding:75px 0;display:grid}.feature-grid article>span{color:var(--accent);font-size:12px}.feature-grid h2{margin:18px 0;font-size:23px;line-height:1.2}.feature-grid p,.feature-footer p{color:#b9c0b5;line-height:1.65}.feature-footer{border-top:1px solid #ffffff20;padding:45px 0 80px}.feature-footer p{max-width:650px}.access-gate{max-width:760px;margin:10vh auto;padding:28px}.access-gate h1{margin:35px 0 24px;font-size:42px;line-height:1.1}.access-gate p{color:#b9c0b5;line-height:1.65}.access-gate form{flex-wrap:wrap;align-items:end;gap:12px;margin:30px 0;display:flex}.access-gate label{flex:1;min-width:220px}.approval-row{overflow-wrap:anywhere;border-bottom:1px solid #ffffff20;justify-content:space-between;gap:16px;padding:18px 0;display:flex}.approval-row button{flex-shrink:0}@media (max-width:650px){.feature-grid{grid-template-columns:1fr;gap:24px}.feature-hero{padding-top:55px}.feature-site{padding:0 22px}.feature-nav{gap:14px}.feature-brand{font-size:20px}.approval-row{flex-wrap:wrap}}.demo-banner{color:var(--accent);background:#27311f;border-bottom:1px solid #ffffff25;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:12px;display:flex}.demo-mode.record-mode .demo-banner{z-index:45;min-height:42px;position:fixed;top:0;left:0;right:0}.demo-mode.record-mode .record-stage{height:calc(100dvh - 42px);top:42px}.demo-mode.record-mode .notice{z-index:90;color:#fff;background:#29341e;position:fixed;top:48px;left:12px;right:12px}.demo-camera-backdrop{color:#9eb692;background:radial-gradient(at 50% 70%,#354831,#101810 70%);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.demo-camera-backdrop small{font-size:11px}.demo-mode .camera-canvas{opacity:0}.demo-mode .reading-overlay{z-index:2}.demo-mode textarea[readonly],.demo-mode input[readonly]{cursor:default}.account-toggle{text-overflow:ellipsis;white-space:nowrap;max-width:min(100%,360px);min-height:36px;margin:0 0 16px auto;font-size:12px;display:block;overflow:hidden}.record-mode .account-toggle{z-index:35;background:#101310df;max-width:60vw;position:fixed;top:92px;right:16px}.record-mode.demo-mode .account-toggle{top:134px}.account-modal{z-index:100}.account-modal p{overflow-wrap:anywhere}.visibility-settings{border:1px solid #ffffff25;border-radius:16px;margin:24px 0 36px;padding:22px}.visibility-settings select{width:100%;min-height:44px;margin-top:10px}.account-role{color:var(--muted);margin-top:6px;display:block}.approval-row select{max-width:120px;min-height:40px}@media (orientation:landscape) and (max-height:600px){.record-mode .account-toggle{max-width:35vw;font-size:10px;top:54px;right:130px}.record-mode.demo-mode .account-toggle{top:94px}}
