:root{color-scheme:dark;--bg: #070a0f;--panel: #111722;--panel-2: #171f2d;--line: #2a3445;--text: #eef4ff;--muted: #aeb9ca;--accent: #9bb4d3;--accent-strong: #d7e6f7;--good: #8ce6b2;--bad: #ff9b9b}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}.app{width:min(1360px,calc(100vw - 32px));margin:0 auto;padding:24px 0 40px;display:grid;gap:16px}.topbar,.panel,.reader,.line-card,.meter-shell{border:1px solid var(--line);background:var(--panel);border-radius:8px}.topbar{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:16px}.title{margin:0;font-size:24px;line-height:1.1;letter-spacing:0}.status{color:var(--muted);font-size:14px;line-height:1.45}.status.error{color:var(--bad)}.status.success{color:var(--good)}.controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}button,.download{min-height:44px;border:1px solid var(--line);border-radius:8px;padding:0 16px;background:var(--panel-2);color:var(--text);font:inherit;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.consent-settings-button{color:#021224;background:linear-gradient(180deg,#fff,#d6e3ff);font-size:13px;font-weight:700}button.primary{background:var(--accent);color:#07101c;border-color:var(--accent)}button:disabled,.download.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.main{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px;align-items:start}.reader{min-height:560px;padding:24px;display:grid;gap:18px;align-content:start}.section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.script-line{margin:0;font-size:34px;line-height:1.28;letter-spacing:0;font-weight:750;max-width:24ch}.line-meta{color:var(--muted);font-size:16px}.progress{width:100%;height:10px;background:#0a1019;border:1px solid var(--line);border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;width:0%;background:var(--accent-strong)}.line-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.side{display:grid;gap:16px}.panel{padding:16px;display:grid;gap:12px}.timer{font-size:40px;font-weight:900;letter-spacing:0;font-variant-numeric:tabular-nums}.meter-shell{height:18px;overflow:hidden;background:#0a1019}.meter{height:100%;width:0%;background:var(--good);transition:width 80ms linear}.take-list{display:grid;gap:8px}.take{padding:10px;border:1px solid var(--line);border-radius:8px;background:#0b111a;color:var(--muted);display:grid;gap:8px}audio{width:100%;min-height:36px}.script-list{display:grid;gap:8px;max-height:420px;overflow:auto;padding-right:4px}.line-card{width:100%;display:block;padding:12px;color:var(--muted);cursor:pointer;text-align:left;white-space:normal;overflow-wrap:anywhere;line-height:1.4}.line-card strong{display:block;margin-bottom:4px}.line-card.active{color:var(--text);border-color:var(--accent);background:#1a2536}.fine{color:var(--muted);font-size:13px;line-height:1.45;margin:0}.notice{display:none;border:1px solid rgba(255,155,155,.45);background:#ff9b9b17;color:var(--text);border-radius:8px;padding:14px 16px;line-height:1.45}.notice.visible{display:block}.notice-title{font-weight:900;margin-bottom:6px}.notice ol{margin:8px 0 0 18px;padding:0}.notice li+li{margin-top:4px}@media(max-width:980px){.main,.topbar{grid-template-columns:1fr}.controls{justify-content:stretch}.controls button,.controls .download{flex:1 1 150px}.script-line{font-size:28px;max-width:100%}}body[data-page=voiceover-recorder]{background:linear-gradient(120deg,rgba(123,214,194,.055),transparent 30%),linear-gradient(240deg,rgba(240,196,108,.045),transparent 26%),linear-gradient(180deg,#040505,#070908 48%,#0a0d0f);color:#f4f7f8}body[data-page=voiceover-recorder] .app{width:min(1420px,calc(100vw - 28px));padding:18px 0 36px;gap:16px}body[data-page=voiceover-recorder] .recorder-topbar,body[data-page=voiceover-recorder] .voiceover-page-head,body[data-page=voiceover-recorder] .reader,body[data-page=voiceover-recorder] .panel,body[data-page=voiceover-recorder] .script-editor,body[data-page=voiceover-recorder] .line-card,body[data-page=voiceover-recorder] .stat-pill,body[data-page=voiceover-recorder] .meter-shell{border:1px solid rgba(218,226,235,.16);border-radius:8px;background:#111416;box-shadow:0 18px 42px #00000052}body[data-page=voiceover-recorder] .voiceover-page-head{padding:18px}body[data-page=voiceover-recorder] .recorder-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px}body[data-page=voiceover-recorder] .brand-block{min-width:0;display:grid;gap:5px}body[data-page=voiceover-recorder] .site-link,body[data-page=voiceover-recorder] .nav-link{color:#d9fff5;text-decoration:none}body[data-page=voiceover-recorder] .site-link{width:fit-content;font-size:13px;font-weight:900}body[data-page=voiceover-recorder] .brand-lockup-img{display:block;width:auto;height:clamp(34px,3vw,42px);max-width:min(190px,32vw);object-fit:contain}body[data-page=voiceover-recorder] .rail-brand-img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}body[data-page=voiceover-recorder] .site-link:hover,body[data-page=voiceover-recorder] .nav-link:hover{text-decoration:underline;text-underline-offset:3px}body[data-page=voiceover-recorder] .title{font-size:clamp(28px,4vw,48px);line-height:1.1}body[data-page=voiceover-recorder] .lede{max-width:74ch;margin:0;color:#cdd5d9;font-size:14px;line-height:1.5}body[data-page=voiceover-recorder] .utility-nav,body[data-page=voiceover-recorder] .controls,body[data-page=voiceover-recorder] .button-row,body[data-page=voiceover-recorder] .reader-actions,body[data-page=voiceover-recorder] .take-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}body[data-page=voiceover-recorder] .utility-nav{justify-content:flex-end}body[data-page=voiceover-recorder] button,body[data-page=voiceover-recorder] .download,body[data-page=voiceover-recorder] .nav-link{min-height:44px;border:1px solid rgba(218,226,235,.16);border-radius:8px;padding:0 14px;background:#171c20;color:#f4f7f8;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}body[data-page=voiceover-recorder] .nav-link{min-height:38px;font-size:13px}body[data-page=voiceover-recorder] .member-header-toggle{gap:10px;padding:5px 10px;text-align:left}body[data-page=voiceover-recorder] .hero-account-copy{display:grid;gap:1px;min-width:0}body[data-page=voiceover-recorder] .hero-account-title,body[data-page=voiceover-recorder] .hero-account-meta{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body[data-page=voiceover-recorder] .hero-account-title{color:#f4f7f8;font-size:13px;font-weight:900;line-height:1.05}body[data-page=voiceover-recorder] .hero-account-meta{color:#aeb8be;font-size:11px;font-weight:800;line-height:1.05}body[data-page=voiceover-recorder] .hero-account-badge{min-width:44px;border-radius:999px;padding:4px 7px;background:#7bd6c224;color:#d9fff5;font-size:11px;font-weight:900;line-height:1;text-align:center}body[data-page=voiceover-recorder] .member-header-toggle.is-active .hero-account-badge{background:#8ce6b2;color:#06120d}body[data-page=voiceover-recorder].account-panel-open{overflow:hidden}body[data-page=voiceover-recorder] .account-panel-backdrop{position:fixed;inset:0;z-index:120;display:flex;justify-content:flex-end;background:#0000;opacity:0;pointer-events:none;transition:opacity .16s ease,background .16s ease}body[data-page=voiceover-recorder] .account-panel-backdrop.open{background:#0000008f;opacity:1;pointer-events:auto}body[data-page=voiceover-recorder] .account-panel{width:min(430px,calc(100vw - 20px));height:100dvh;overflow:auto;padding:18px;border-left:1px solid rgba(218,226,235,.16);background:linear-gradient(180deg,#7bd6c214,#ffffff03),#0b0e10;box-shadow:-28px 0 68px #0000007a;color:#f4f7f8;transform:translate(100%);transition:transform .18s ease}body[data-page=voiceover-recorder] .account-panel-backdrop.open .account-panel{transform:translate(0)}body[data-page=voiceover-recorder] .account-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}body[data-page=voiceover-recorder] .account-panel-intro{min-width:0;display:grid;gap:5px}body[data-page=voiceover-recorder] .account-panel-eyebrow,body[data-page=voiceover-recorder] .account-panel-summary-label{color:#8ee3d1;font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}body[data-page=voiceover-recorder] .account-panel-title{margin:0;font-size:28px;line-height:1.08}body[data-page=voiceover-recorder] .account-panel-copy,body[data-page=voiceover-recorder] .account-panel-card p,body[data-page=voiceover-recorder] .account-panel-summary-copy{margin:0;color:#cdd5d9;font-size:13px;line-height:1.45}body[data-page=voiceover-recorder] .account-panel-summary,body[data-page=voiceover-recorder] .account-panel-card{display:grid;gap:10px;margin-bottom:14px;padding:14px;border:1px solid rgba(218,226,235,.16);border-radius:8px;background:#111416}body[data-page=voiceover-recorder] .account-panel-summary-title,body[data-page=voiceover-recorder] .account-panel-card-title{color:#f4f7f8;font-weight:900;line-height:1.15}body[data-page=voiceover-recorder] .account-panel-link-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:2px}body[data-page=voiceover-recorder] .account-panel-link-row .download,body[data-page=voiceover-recorder] .account-panel-link-row button{flex:1 1 170px}body[data-page=voiceover-recorder] button:hover,body[data-page=voiceover-recorder] .download:hover,body[data-page=voiceover-recorder] .nav-link:hover{border-color:#dae2eb47;filter:brightness(1.05)}body[data-page=voiceover-recorder] button.primary{background:#7bd6c2;border-color:#7bd6c2;color:#07100e}body[data-page=voiceover-recorder] button.warm,body[data-page=voiceover-recorder] .download.warm{background:#f0c46c;border-color:#f0c46c;color:#171105}body[data-page=voiceover-recorder] button.ghost{background:transparent}body[data-page=voiceover-recorder] button.small,body[data-page=voiceover-recorder] .download.small{min-height:36px;padding:0 11px;font-size:13px}body[data-page=voiceover-recorder] .consent-settings-button{color:#07100e;background:linear-gradient(180deg,#effffb,#b8eadf);font-size:13px;font-weight:700}body[data-page=voiceover-recorder] .main{grid-template-columns:minmax(0,1fr) minmax(380px,.76fr);grid-template-areas:"reader reader" "stage stage" "side side" "editor lines";gap:16px}body[data-page=voiceover-recorder] .reader{grid-area:reader;width:min(1180px,100%);min-height:0;margin:0 auto;padding:18px;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(300px,360px);grid-template-areas:"prompt controls";align-content:start;align-items:start}body[data-page=voiceover-recorder] .side{grid-area:side;grid-template-columns:repeat(3,minmax(0,1fr))}body[data-page=voiceover-recorder] .reader-top,body[data-page=voiceover-recorder] .reader-foot,body[data-page=voiceover-recorder] .script-editor{display:grid;gap:14px}body[data-page=voiceover-recorder] .reader-top{grid-area:prompt}body[data-page=voiceover-recorder] .reader-foot{grid-area:controls}body[data-page=voiceover-recorder] .script-editor{grid-area:editor;padding:16px;background:linear-gradient(180deg,#ffffff09,#ffffff03),#111416}body[data-page=voiceover-recorder] .script-lines-panel{grid-area:lines}body[data-page=voiceover-recorder] .presentation-studio{grid-area:stage;width:min(1180px,100%);margin:0 auto;grid-template-columns:minmax(0,1fr);align-content:start;padding:18px}body[data-page=voiceover-recorder] .slide-stage{position:relative;min-height:520px;aspect-ratio:16 / 9;border:1px solid rgba(218,226,235,.16);border-radius:8px;background:#080b0d;overflow:hidden;display:grid;place-items:center}body[data-page=voiceover-recorder] .slide-stage img{width:100%;height:100%;max-height:520px;object-fit:contain;background:#050708}body[data-page=voiceover-recorder] .slide-empty{width:min(520px,calc(100% - 32px));padding:18px;color:#cdd5d9;text-align:center;line-height:1.45}body[data-page=voiceover-recorder] .camera-preview{position:absolute;right:12px;bottom:12px;width:min(230px,36%);aspect-ratio:16 / 9;border:1px solid rgba(218,226,235,.28);border-radius:8px;background:#020405;object-fit:cover;box-shadow:0 16px 36px #00000073}body[data-page=voiceover-recorder] .camera-preview[hidden]{display:none}body[data-page=voiceover-recorder] .camera-preview.is-mirrored{transform:scaleX(-1)}body[data-page=voiceover-recorder] .presentation-controls,body[data-page=voiceover-recorder] .slide-controls-stack,body[data-page=voiceover-recorder] .presentation-options-stack,body[data-page=voiceover-recorder] .slide-toolbar,body[data-page=voiceover-recorder] .teleprompter-tools,body[data-page=voiceover-recorder] .timeline-panel,body[data-page=voiceover-recorder] .ai-polish-panel{display:grid;gap:12px}body[data-page=voiceover-recorder] .presentation-controls{grid-template-columns:minmax(0,1fr) minmax(280px,.45fr);align-items:start}body[data-page=voiceover-recorder] .slide-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}body[data-page=voiceover-recorder] .slide-toolbar .wide{grid-column:1 / -1}body[data-page=voiceover-recorder] .slide-input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}body[data-page=voiceover-recorder] .slide-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:8px;max-height:148px;overflow:auto;padding-right:3px}body[data-page=voiceover-recorder] .slide-thumb{min-height:54px;padding:0;overflow:hidden;background:#090b0d}body[data-page=voiceover-recorder] .slide-thumb img{width:100%;height:54px;object-fit:cover;display:block}body[data-page=voiceover-recorder] .slide-thumb.is-active{border-color:#7bd6c2;box-shadow:0 0 0 2px #7bd6c229}body[data-page=voiceover-recorder] .teleprompter-range{width:100%;min-height:24px;padding:0;accent-color:#7bd6c2}body[data-page=voiceover-recorder] .record-mode-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}body[data-page=voiceover-recorder] .record-mode-toggle button[aria-pressed=true]{background:#7bd6c2;border-color:#7bd6c2;color:#07100e}body[data-page=voiceover-recorder] .timeline-panel{grid-column:1 / -1;padding:12px;border:1px solid rgba(218,226,235,.16);border-radius:8px;background:#0d1114}body[data-page=voiceover-recorder] .timeline-head{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}body[data-page=voiceover-recorder] .slide-timeline{width:100%;min-height:28px;padding:0;accent-color:#f0c46c}body[data-page=voiceover-recorder] .ai-polish-panel{padding:12px;border:1px solid rgba(240,196,108,.28);border-radius:8px;background:linear-gradient(180deg,#f0c46c13,#ffffff03),#111416}body[data-page=voiceover-recorder] .ai-polish-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}body[data-page=voiceover-recorder] .visually-hidden-control{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}body[data-page=voiceover-recorder] .reader.teleprompter-mirror .script-line{transform:scaleX(-1);text-align:right}body[data-page=voiceover-recorder] .access-panel{border-color:#7bd6c22e;background:linear-gradient(180deg,#7bd6c212,#ffffff03),#111416}body[data-page=voiceover-recorder] .access-state{margin-top:4px;color:#cdd5d9;font-size:13px;line-height:1.35}body[data-page=voiceover-recorder] .access-panel.is-unlocked{border-color:#8ce6b259}body[data-page=voiceover-recorder] .access-panel.is-unlocked .access-state,body[data-page=voiceover-recorder] .access-panel.is-unlocked .section-label{color:#d9fff0}body[data-page=voiceover-recorder] .access-form{display:grid;gap:10px}body[data-page=voiceover-recorder] .access-form[hidden],body[data-page=voiceover-recorder] .access-panel.is-unlocked .access-form{display:none}body[data-page=voiceover-recorder] .access-actions{display:flex;flex-wrap:wrap;gap:8px}body[data-page=voiceover-recorder] .script-line{font-size:var(--teleprompter-size, clamp(32px, 3.4vw, 48px));line-height:1.1;font-weight:800;max-width:100%;overflow-wrap:anywhere}body[data-page=voiceover-recorder] .line-meta{color:#aeb8be;font-size:16px}body[data-page=voiceover-recorder] .stat-strip{display:flex;flex-wrap:wrap;gap:8px}body[data-page=voiceover-recorder] .stat-pill{min-height:34px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px;color:#cdd5d9;font-size:13px;font-weight:800;background:#ffffff09;box-shadow:none}body[data-page=voiceover-recorder] .progress{background:#090b0d;border-color:#dae2eb29}body[data-page=voiceover-recorder] .progress span{background:linear-gradient(90deg,#7bd6c2,#f0c46c)}body[data-page=voiceover-recorder] .panel{padding:16px;gap:12px;box-shadow:none}body[data-page=voiceover-recorder] .recording-head{display:flex;align-items:end;justify-content:space-between;gap:12px}body[data-page=voiceover-recorder] .meter-shell{background:#090b0d;box-shadow:none}body[data-page=voiceover-recorder] .take-list{max-height:360px;overflow:auto;padding-right:3px}body[data-page=voiceover-recorder] .take{padding:11px;background:#0b0e10;box-shadow:none}body[data-page=voiceover-recorder] .take strong{color:#f4f7f8;overflow-wrap:anywhere}body[data-page=voiceover-recorder] .take-meta{color:#aeb8be;font-size:12px;line-height:1.35}body[data-page=voiceover-recorder] .line-card{appearance:none;-webkit-appearance:none;display:block;width:100%;min-width:0;min-height:82px;height:82px!important;padding:10px 12px;background:#111416;box-shadow:none;text-align:left;white-space:normal;overflow:hidden;overflow-wrap:anywhere;line-height:1.35}body[data-page=voiceover-recorder] .line-card-title{display:block;min-width:0;max-width:100%;margin-bottom:4px;color:#f4f7f8;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal}body[data-page=voiceover-recorder] .line-card span:not(.line-card-title){display:-webkit-box;min-width:0;max-width:100%;color:#cdd5d9;font-size:13px;line-height:1.35;white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body[data-page=voiceover-recorder] .script-list{overflow-x:hidden;overflow-y:auto}body[data-page=voiceover-recorder] .line-card.active{border-color:#7bd6c2;background:#7bd6c21a}body[data-page=voiceover-recorder] .form-grid{display:grid;gap:10px}body[data-page=voiceover-recorder] .field-label{display:grid;gap:6px;color:#cdd5d9;font-size:13px;font-weight:800;line-height:1.25}body[data-page=voiceover-recorder] input,body[data-page=voiceover-recorder] textarea{width:100%;min-height:44px;border:1px solid rgba(218,226,235,.16);border-radius:8px;background:#090b0d;color:#f4f7f8;font:inherit;padding:10px 12px}body[data-page=voiceover-recorder] textarea{min-height:180px;resize:vertical;line-height:1.45}body[data-page=voiceover-recorder] input:focus,body[data-page=voiceover-recorder] textarea:focus,body[data-page=voiceover-recorder] button:focus-visible,body[data-page=voiceover-recorder] .download:focus-visible,body[data-page=voiceover-recorder] .nav-link:focus-visible{outline:3px solid rgba(123,214,194,.38);outline-offset:2px}body[data-page=voiceover-recorder] .option-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:#cdd5d9;font-size:13px;line-height:1.35}body[data-page=voiceover-recorder] .option-row input{width:18px;min-height:18px;height:18px;padding:0;accent-color:#7bd6c2}@media(max-width:1040px){body[data-page=voiceover-recorder] .main{grid-template-columns:1fr;grid-template-areas:"reader" "side" "stage" "editor" "lines"}body[data-page=voiceover-recorder] .presentation-studio,body[data-page=voiceover-recorder] .presentation-controls,body[data-page=voiceover-recorder] .side,body[data-page=voiceover-recorder] .recorder-topbar{grid-template-columns:1fr}body[data-page=voiceover-recorder] .utility-nav{justify-content:flex-start}body[data-page=voiceover-recorder] .script-line{max-width:100%}body[data-page=voiceover-recorder] .reader{grid-template-columns:1fr;grid-template-areas:"prompt" "controls"}}@media(max-width:640px){body[data-page=voiceover-recorder] .app{width:min(100% - 16px,1420px);padding-top:10px}body[data-page=voiceover-recorder] .reader,body[data-page=voiceover-recorder] .panel,body[data-page=voiceover-recorder] .script-editor,body[data-page=voiceover-recorder] .recorder-topbar{padding:12px}body[data-page=voiceover-recorder] .controls button,body[data-page=voiceover-recorder] .controls .download,body[data-page=voiceover-recorder] .button-row button,body[data-page=voiceover-recorder] .button-row .download,body[data-page=voiceover-recorder] .reader-actions button,body[data-page=voiceover-recorder] .reader-actions .download,body[data-page=voiceover-recorder] .utility-nav .nav-link{flex:1 1 140px;white-space:normal}body[data-page=voiceover-recorder] .line-nav,body[data-page=voiceover-recorder] .slide-toolbar{grid-template-columns:1fr}body[data-page=voiceover-recorder] .camera-preview{width:min(180px,48%)}}body[data-page=voiceover-recorder] .app{padding-bottom:18px;gap:10px}html body[data-page=voiceover-recorder].mst-shared-credit-shell .app>.recorder-topbar.mst-hero-credit-topbar{width:min(1180px,100%)!important;margin:0 auto!important;padding:8px 10px!important;grid-template-columns:auto minmax(0,1fr)!important;grid-template-areas:"brand actions" "nav nav"!important;gap:6px 10px!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar>.eyebrow{grid-area:brand!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar>.top-category-menu{grid-area:nav!important;width:100%!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar>.hero-top-actions{grid-area:actions!important;width:auto!important;justify-self:end!important}body[data-page=voiceover-recorder] .voiceover-page-head{padding:12px 16px}body[data-page=voiceover-recorder] .voiceover-page-head .brand-block{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"title lede" "title status";column-gap:20px;row-gap:3px;align-items:center}body[data-page=voiceover-recorder] .voiceover-page-head .title{grid-area:title;font-size:clamp(28px,3.2vw,40px)}body[data-page=voiceover-recorder] .voiceover-page-head .lede{grid-area:lede;line-height:1.35}body[data-page=voiceover-recorder] .voiceover-page-head .status{grid-area:status;font-size:12px;line-height:1.35}body[data-page=voiceover-recorder] .main{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);grid-template-areas:"stage stage" "side side" "editor lines";gap:10px}body[data-page=voiceover-recorder] .presentation-studio{width:min(1180px,100%);padding:12px;gap:10px;grid-template-columns:minmax(0,1fr) minmax(290px,.42fr);grid-template-areas:"display options";align-items:start}body[data-page=voiceover-recorder] .slide-stage{grid-area:display;width:100%;min-height:0;aspect-ratio:16 / 9;margin:0 auto;isolation:isolate}body[data-page=voiceover-recorder] .slide-stage img{max-height:none}body[data-page=voiceover-recorder] .stage-prompter{position:absolute;z-index:4;top:10px;right:10px;left:10px;min-height:82px;padding:8px 10px 10px;border:1px solid rgba(123,214,194,.42);border-radius:8px;background:#030809db;box-shadow:0 10px 28px #0000006b;backdrop-filter:blur(8px);overflow:hidden}body[data-page=voiceover-recorder] .stage-prompter[hidden]{display:none}body[data-page=voiceover-recorder] .stage-prompter-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:5px}body[data-page=voiceover-recorder] .stage-prompter-state{color:#9fc9be;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}body[data-page=voiceover-recorder] .stage-prompter-viewport{width:100%;min-height:44px;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}body[data-page=voiceover-recorder] .stage-prompter-track{width:max-content;min-width:max-content;will-change:transform}body[data-page=voiceover-recorder] .stage-prompter .script-line{max-width:none;margin:0;color:#f8fbfa;font-size:var(--teleprompter-size, 28px);line-height:1.16;font-weight:850;white-space:nowrap;overflow-wrap:normal;text-shadow:0 2px 6px rgba(0,0,0,.75)}body[data-page=voiceover-recorder] .slide-stage.teleprompter-mirror .stage-prompter .script-line{transform:scaleX(-1)}body[data-page=voiceover-recorder] .reader{grid-area:display;z-index:5;align-self:end;width:calc(100% - 20px);min-height:0;margin:0 10px 10px;padding:10px;grid-template-columns:1fr;grid-template-areas:"prompt" "controls";gap:6px;align-items:stretch;background:#080d0feb;backdrop-filter:blur(8px)}body[data-page=voiceover-recorder] .reader-top,body[data-page=voiceover-recorder] .reader-foot{gap:6px;align-content:center;align-items:center}body[data-page=voiceover-recorder] .reader-top{grid-template-columns:minmax(260px,1.15fr) minmax(90px,.35fr) minmax(190px,.72fr)}body[data-page=voiceover-recorder] .reader-foot{grid-template-columns:minmax(0,1.55fr) minmax(150px,.45fr) minmax(190px,.7fr)}body[data-page=voiceover-recorder] .reader-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 10px}body[data-page=voiceover-recorder] .reader .line-meta{font-size:13px;font-weight:800}body[data-page=voiceover-recorder] .reader .stat-strip{gap:5px}body[data-page=voiceover-recorder] .reader .stat-pill{min-height:28px;padding:4px 8px;font-size:11px}body[data-page=voiceover-recorder] .reader .progress{height:7px}body[data-page=voiceover-recorder] .reader .line-nav{gap:6px;margin-top:0}body[data-page=voiceover-recorder] .reader .line-nav button,body[data-page=voiceover-recorder] .reader-actions button,body[data-page=voiceover-recorder] .reader-actions .download,body[data-page=voiceover-recorder] .teleprompter-tools button{min-height:32px;padding:0 9px;font-size:12px}body[data-page=voiceover-recorder] .teleprompter-tools{grid-template-columns:auto auto minmax(90px,1fr) minmax(90px,1fr);align-items:end;gap:6px}body[data-page=voiceover-recorder] .teleprompter-tools .field-label{gap:3px;font-size:11px}body[data-page=voiceover-recorder] .teleprompter-tools .option-row{min-height:32px;flex-wrap:nowrap;font-size:11px;white-space:nowrap}body[data-page=voiceover-recorder] .teleprompter-tools button[aria-pressed=true]{border-color:#7bd6c2;background:#7bd6c224;color:#d9fff5}body[data-page=voiceover-recorder] .teleprompter-range{min-height:18px}body[data-page=voiceover-recorder] .reader-record-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;align-self:stretch}body[data-page=voiceover-recorder] .reader-record-mode button{min-height:32px;padding:0 8px;font-size:12px}body[data-page=voiceover-recorder] .reader-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}body[data-page=voiceover-recorder] .reader-actions>*{width:100%;min-width:0;padding-right:6px;padding-left:6px}body[data-page=voiceover-recorder] .presentation-controls{grid-area:options;grid-template-columns:1fr;gap:10px;max-height:590px;overflow:auto;padding-right:3px}body[data-page=voiceover-recorder] .slide-controls-stack,body[data-page=voiceover-recorder] .presentation-options-stack,body[data-page=voiceover-recorder] .slide-toolbar,body[data-page=voiceover-recorder] .timeline-panel,body[data-page=voiceover-recorder] .ai-polish-panel{gap:7px}body[data-page=voiceover-recorder] .slide-toolbar button,body[data-page=voiceover-recorder] .record-mode-toggle button,body[data-page=voiceover-recorder] .ai-polish-actions button{min-height:32px;font-size:12px}body[data-page=voiceover-recorder] .timeline-panel,body[data-page=voiceover-recorder] .ai-polish-panel{padding:8px}body[data-page=voiceover-recorder] .slide-thumbs{display:flex;gap:6px;max-height:58px;overflow-x:auto;overflow-y:hidden;padding:0 0 2px}body[data-page=voiceover-recorder] .slide-thumb{flex:0 0 86px;min-height:48px;height:48px!important}body[data-page=voiceover-recorder] .slide-thumb img{height:46px}body[data-page=voiceover-recorder] .presentation-options-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}body[data-page=voiceover-recorder] .presentation-options-stack>.section-label,body[data-page=voiceover-recorder] .presentation-options-stack>.record-mode-toggle,body[data-page=voiceover-recorder] .presentation-options-stack>#cameraStatus,body[data-page=voiceover-recorder] .presentation-options-stack>.ai-polish-panel{grid-column:1 / -1}body[data-page=voiceover-recorder] .presentation-options-stack .option-row{flex-wrap:nowrap;align-items:flex-start;font-size:11px}body[data-page=voiceover-recorder] .presentation-controls .fine{font-size:11px;line-height:1.3}body[data-page=voiceover-recorder] .side{gap:10px}body[data-page=voiceover-recorder] .side .panel{padding:11px;gap:8px}body[data-page=voiceover-recorder] .side .timer{font-size:32px}body[data-page=voiceover-recorder] footer.mst-unified-footer{display:none!important}@media(max-width:1040px){body[data-page=voiceover-recorder] .main{grid-template-columns:1fr;grid-template-areas:"stage" "side" "editor" "lines"}body[data-page=voiceover-recorder] .presentation-studio{grid-template-columns:1fr;grid-template-areas:"display" "reader" "options"}body[data-page=voiceover-recorder] .reader,body[data-page=voiceover-recorder] .presentation-controls{grid-template-columns:1fr}body[data-page=voiceover-recorder] .reader{grid-area:reader;z-index:auto;align-self:start;width:100%;margin:0;background:#0d1114;backdrop-filter:none}body[data-page=voiceover-recorder] .reader-top{grid-template-columns:minmax(260px,1.15fr) minmax(90px,.35fr) minmax(190px,.72fr)}body[data-page=voiceover-recorder] .reader-foot{grid-template-columns:minmax(0,1.7fr) minmax(190px,.7fr)}body[data-page=voiceover-recorder] .presentation-controls{max-height:none;overflow:visible;padding-right:0}body[data-page=voiceover-recorder] .teleprompter-tools{grid-template-columns:auto auto repeat(2,minmax(90px,1fr))}body[data-page=voiceover-recorder] .side{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){html body[data-page=voiceover-recorder].mst-shared-credit-shell .app>.recorder-topbar.mst-hero-credit-topbar{grid-template-columns:1fr!important;grid-template-areas:"brand" "actions" "nav"!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar>.hero-top-actions{width:100%!important;justify-self:stretch!important}}@media(max-width:760px){body[data-page=voiceover-recorder] .voiceover-page-head .brand-block{grid-template-columns:1fr;grid-template-areas:"title" "lede" "status";gap:5px}body[data-page=voiceover-recorder] .side,body[data-page=voiceover-recorder] .presentation-options-stack,body[data-page=voiceover-recorder] .reader-top,body[data-page=voiceover-recorder] .reader-foot{grid-template-columns:1fr}body[data-page=voiceover-recorder] .reader-record-mode{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-page=voiceover-recorder] .presentation-options-stack>*{grid-column:1!important}body[data-page=voiceover-recorder] .teleprompter-tools{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-page=voiceover-recorder] .teleprompter-tools .field-label{grid-column:span 2}}@media(max-width:640px){body[data-page=voiceover-recorder] .slide-stage{width:100%}body[data-page=voiceover-recorder] .stage-prompter{top:6px;right:6px;left:6px;min-height:70px;padding:6px 8px 8px}body[data-page=voiceover-recorder] .stage-prompter .script-line{font-size:min(var(--teleprompter-size, 24px),28px)}body[data-page=voiceover-recorder] .reader-actions{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-page=voiceover-recorder] .reader-actions>*{width:100%}}@media(prefers-reduced-motion:reduce){body[data-page=voiceover-recorder] .stage-prompter-track{will-change:auto}}body[data-page=voiceover-recorder]{min-height:100dvh;padding-left:88px;background:#090a0a}body[data-page=voiceover-recorder] .app{width:100%;max-width:none;margin:0;padding:0 18px 28px;gap:0}body[data-page=voiceover-recorder] .studio-shell-rail{position:fixed;z-index:1100;inset:0 auto 0 0;width:88px;padding:14px 8px 12px;display:flex;flex-direction:column;align-items:stretch;gap:18px;border-right:1px solid #282b2d;background:#080909;box-shadow:14px 0 34px #00000040}body[data-page=voiceover-recorder] .studio-rail-brand{width:48px;height:48px;margin:0 auto;display:grid;place-items:center;border:1px solid rgba(123,214,194,.35);border-radius:14px;color:#eafffa;background:linear-gradient(180deg,#17211f,#0d1413);font-size:13px;font-weight:900;text-decoration:none;box-shadow:inset 0 1px #ffffff0f}body[data-page=voiceover-recorder] .studio-rail-nav{display:grid;gap:8px}body[data-page=voiceover-recorder] .studio-rail-button{width:100%;min-height:66px;padding:7px 4px;display:grid;justify-items:center;align-content:center;gap:5px;border:1px solid transparent;border-radius:12px;color:#aeb6bb;background:transparent;font-size:11px;font-weight:750;line-height:1}body[data-page=voiceover-recorder] .studio-rail-button:hover,body[data-page=voiceover-recorder] .studio-rail-button[aria-pressed=true]{border-color:#ffffff0f;color:#f7faf9;background:#1a1c1d}body[data-page=voiceover-recorder] .studio-rail-button[aria-pressed=true]{box-shadow:inset 3px 0 #7bd6c2}body[data-page=voiceover-recorder] .studio-rail-icon{width:26px;height:26px;display:grid;place-items:center;border:1px solid #4a5054;border-radius:8px;color:#f1f5f4;font-size:11px;font-weight:900}body[data-page=voiceover-recorder] .studio-rail-record-icon:before{content:"";width:9px;height:9px;border:2px solid #ff7777;border-radius:50%;box-shadow:0 0 0 3px #ff77771a}body[data-page=voiceover-recorder] .studio-rail-account{margin-top:auto}html body[data-page=voiceover-recorder].mst-shared-credit-shell .app>.recorder-topbar.mst-hero-credit-topbar,body[data-page=voiceover-recorder] .app>.recorder-topbar{position:sticky!important;z-index:1000!important;top:0!important;width:calc(100% + 36px)!important;min-height:64px!important;margin:0 -18px!important;padding:9px 18px!important;grid-template-columns:auto minmax(180px,1fr) auto!important;grid-template-areas:"brand title actions"!important;gap:14px!important;align-items:center!important;border-width:0 0 1px!important;border-radius:0!important;border-color:#282b2d!important;background:#0a0b0bf5!important;box-shadow:0 12px 28px #00000042!important;backdrop-filter:blur(14px)}body[data-page=voiceover-recorder] .recorder-topbar:after{content:"Voiceover Studio";grid-area:title;justify-self:center;min-width:260px;min-height:38px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #303335;border-radius:10px;color:#edf2f1;background:#1a1c1d;font-size:14px;font-weight:800;letter-spacing:.01em}body[data-page=voiceover-recorder] .recorder-topbar>.brand-block,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar>.eyebrow{grid-area:brand!important}body[data-page=voiceover-recorder] .recorder-topbar>.utility-nav,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar>.hero-top-actions{grid-area:actions!important;width:auto!important;justify-self:end!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar>.top-category-menu{display:none!important}body[data-page=voiceover-recorder] .studio-dashboard{height:calc(100dvh - 82px);min-height:620px;margin-top:14px;padding:0 22px 20px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;overflow:hidden;border:1px solid #292c2e;border-radius:16px;background:#121313;box-shadow:0 24px 56px #00000042}body[data-page=voiceover-recorder] .studio-plan-banner{min-height:52px;margin:0 -22px;padding:8px 22px;display:flex;align-items:center;justify-content:center;gap:18px;border-bottom:1px solid #292c2e;color:#d8dedd;background:#151616;font-size:13px;line-height:1.35;text-align:center}body[data-page=voiceover-recorder] .studio-plan-button{min-height:34px;padding:0 14px;border-color:#7bd6c28c;color:#dffff7;background:#16211f;font-size:12px}body[data-page=voiceover-recorder] .studio-dashboard-center{width:min(820px,100%);margin:auto;display:grid;justify-items:center;align-content:center;gap:14px;text-align:center}body[data-page=voiceover-recorder] .studio-dashboard-eyebrow{color:#8fdccc;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}body[data-page=voiceover-recorder] .studio-dashboard h1{margin:0;color:#f7f9f8;font-size:clamp(30px,3.2vw,44px);line-height:1.08;letter-spacing:-.035em}body[data-page=voiceover-recorder] .studio-creation-composer{width:min(760px,100%);min-height:154px;padding:14px;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:8px;border:1px solid #34383a;border-radius:16px;background:#1a1b1c;box-shadow:inset 0 1px #ffffff06,0 16px 34px #0000002e}body[data-page=voiceover-recorder] .studio-creation-composer textarea{width:100%;min-height:78px;height:78px;padding:2px 4px;resize:none;overflow:auto;border:0;outline:0;color:#f1f4f3;background:transparent;font-size:15px;line-height:1.45;box-shadow:none}body[data-page=voiceover-recorder] .studio-creation-composer textarea::placeholder{color:#899196}body[data-page=voiceover-recorder] .studio-composer-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}body[data-page=voiceover-recorder] .studio-composer-add,body[data-page=voiceover-recorder] .studio-composer-submit{min-height:36px;padding:0 13px;font-size:12px}body[data-page=voiceover-recorder] .studio-composer-add{border-color:transparent;color:#c6cdcb;background:transparent}body[data-page=voiceover-recorder] .studio-composer-submit{border-color:#7bd6c2;color:#06110f;background:#7bd6c2}body[data-page=voiceover-recorder] .studio-quick-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}body[data-page=voiceover-recorder] .studio-quick-actions button{min-height:34px;padding:0 13px;border-color:#34383a;color:#e5e9e8;background:#111212;font-size:12px}body[data-page=voiceover-recorder] .studio-start-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}body[data-page=voiceover-recorder] .studio-start-card{min-width:0;min-height:86px;padding:13px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;justify-content:stretch;gap:11px;border-color:#303436;color:#f1f4f3;background:#191a1b;text-align:left;white-space:normal}body[data-page=voiceover-recorder] .studio-start-card:hover{border-color:#7bd6c26b;background:#1d201f;transform:translateY(-1px)}body[data-page=voiceover-recorder] .studio-start-card-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#dffaf4;background:#252829;font-size:15px;font-weight:900}body[data-page=voiceover-recorder] .studio-start-card-record .studio-start-card-icon{color:#ff7d7d;background:#ff69691f}body[data-page=voiceover-recorder] .studio-start-card>span:last-child{min-width:0;display:grid;gap:5px}body[data-page=voiceover-recorder] .studio-start-card strong,body[data-page=voiceover-recorder] .studio-start-card small{overflow:hidden;text-overflow:ellipsis}body[data-page=voiceover-recorder] .studio-start-card strong{font-size:13px;white-space:nowrap}body[data-page=voiceover-recorder] .studio-start-card small{color:#9da5a9;font-size:11px;line-height:1.25}body[data-page=voiceover-recorder] .studio-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body[data-page=voiceover-recorder] .studio-workspace{display:none;gap:10px;padding-top:14px}body[data-page=voiceover-recorder].studio-workspace-open .studio-dashboard{display:none}body[data-page=voiceover-recorder].studio-workspace-open .studio-workspace{display:grid}body[data-page=voiceover-recorder] .studio-workspace>.voiceover-page-head,body[data-page=voiceover-recorder] .studio-workspace>.notice,body[data-page=voiceover-recorder] .studio-workspace>.main{width:min(1280px,100%);margin-right:auto;margin-left:auto}body[data-page=voiceover-recorder] #recorderStudio,body[data-page=voiceover-recorder] #studioTimelinePanel,body[data-page=voiceover-recorder] #studioAiPolishPanel,body[data-page=voiceover-recorder] #studioScriptEditor,body[data-page=voiceover-recorder] #studioTakesPanel{scroll-margin-top:78px}@media(max-width:1100px){body[data-page=voiceover-recorder] .studio-start-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body[data-page=voiceover-recorder] .studio-start-card:nth-child(n+4){display:none}}@media(max-width:900px){body[data-page=voiceover-recorder]{padding-left:0;padding-bottom:72px}body[data-page=voiceover-recorder] .app{padding-right:10px;padding-left:10px}body[data-page=voiceover-recorder] .studio-shell-rail{inset:auto 0 0;width:100%;height:70px;padding:6px 8px;flex-direction:row;align-items:stretch;gap:6px;overflow-x:auto;border-top:1px solid #282b2d;border-right:0;box-shadow:0 -14px 34px #0000004d}body[data-page=voiceover-recorder] .studio-rail-brand{display:none}body[data-page=voiceover-recorder] .studio-rail-nav{min-width:max-content;flex:1 0 auto;display:flex;gap:4px}body[data-page=voiceover-recorder] .studio-rail-button{width:70px;min-height:56px;padding:4px}body[data-page=voiceover-recorder] .studio-rail-account{flex:0 0 70px;margin-top:0}html body[data-page=voiceover-recorder].mst-shared-credit-shell .app>.recorder-topbar.mst-hero-credit-topbar,body[data-page=voiceover-recorder] .app>.recorder-topbar{width:calc(100% + 20px)!important;margin-right:-10px!important;margin-left:-10px!important;padding-right:10px!important;padding-left:10px!important}body[data-page=voiceover-recorder] .recorder-topbar:after{min-width:160px;padding:0 10px;font-size:12px}body[data-page=voiceover-recorder] .studio-dashboard{height:auto;min-height:calc(100dvh - 92px)}}@media(max-width:700px){body[data-page=voiceover-recorder] .recorder-topbar:after,html body[data-page=voiceover-recorder].mst-shared-credit-shell .hero-credit-count-pill{display:none!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .app>.recorder-topbar.mst-hero-credit-topbar,body[data-page=voiceover-recorder] .app>.recorder-topbar{grid-template-columns:auto minmax(0,1fr)!important;grid-template-areas:"brand actions"!important}body[data-page=voiceover-recorder] .studio-dashboard{padding:0 12px 14px}body[data-page=voiceover-recorder] .studio-plan-banner{margin:0 -12px;padding:8px 12px;justify-content:space-between;text-align:left}body[data-page=voiceover-recorder] .studio-plan-banner span{font-size:11px}body[data-page=voiceover-recorder] .studio-dashboard-center{padding:22px 0}body[data-page=voiceover-recorder] .studio-dashboard h1{font-size:clamp(28px,9vw,38px)}body[data-page=voiceover-recorder] .studio-start-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-page=voiceover-recorder] .studio-start-card:nth-child(n+4){display:grid}body[data-page=voiceover-recorder] .studio-start-card:last-child{grid-column:1 / -1}}@media(max-width:480px){body[data-page=voiceover-recorder] .studio-plan-button{display:none}body[data-page=voiceover-recorder] .studio-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}body[data-page=voiceover-recorder] .studio-start-grid{grid-template-columns:1fr}body[data-page=voiceover-recorder] .studio-start-card:last-child{grid-column:auto}}body[data-page=voiceover-recorder]{--studio-modern-bg: #0b0d0e;--studio-modern-rail: #101214;--studio-modern-surface: #151819;--studio-modern-surface-2: #1a1e20;--studio-modern-surface-3: #22272a;--studio-modern-line: #343a3d;--studio-modern-line-soft: #272d30;--studio-modern-text: #f1f3f2;--studio-modern-muted: #9ba4a7;--studio-modern-accent: #8fa1a4;--studio-modern-accent-strong: #c3cdcf;--studio-modern-accent-ink: #111617;--studio-modern-danger: #ef6d75;--accent: #9eadaf;--accent-strong: #c3cdcf;--good: #a9bab5;background:linear-gradient(180deg,#0d0f10 0%,var(--studio-modern-bg) 52%,#090b0c 100%)}body[data-page=voiceover-recorder] .studio-shell-rail{border-color:var(--studio-modern-line-soft);background:#101214fa;box-shadow:8px 0 24px #0003;backdrop-filter:blur(14px)}@media(min-width:901px){body[data-page=voiceover-recorder] .studio-rail-account{margin-bottom:58px}}body[data-page=voiceover-recorder] .studio-rail-brand{border-color:#3b4346;border-radius:13px;color:#dce3e4;background:linear-gradient(145deg,#24292b,#171a1c);box-shadow:inset 0 1px #ffffff0e,0 8px 20px #0003}body[data-page=voiceover-recorder] .studio-rail-button{border-radius:13px;color:#969fa2;font-weight:650;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease}body[data-page=voiceover-recorder] .studio-rail-button:hover,body[data-page=voiceover-recorder] .studio-rail-button[aria-pressed=true]{border-color:#3a4245;color:var(--studio-modern-text);background:linear-gradient(145deg,#24292b,#1b1f21)}body[data-page=voiceover-recorder] .studio-rail-button:hover{transform:translateY(-1px)}body[data-page=voiceover-recorder] .studio-rail-button[aria-pressed=true]{box-shadow:inset 3px 0 var(--studio-modern-accent),0 8px 20px #0000002e}body[data-page=voiceover-recorder] .studio-rail-icon{border-color:#41494c;border-radius:9px;color:#e1e6e7;background:#181b1d;box-shadow:inset 0 1px #ffffff0a}body[data-page=voiceover-recorder] .studio-rail-record-icon:before{border-color:var(--studio-modern-danger);box-shadow:0 0 0 3px #ef6d7514}html body[data-page=voiceover-recorder].mst-shared-credit-shell .app>.recorder-topbar.mst-hero-credit-topbar,body[data-page=voiceover-recorder] .app>.recorder-topbar{min-height:60px!important;border-color:var(--studio-modern-line-soft)!important;background:#0e1011f5!important;box-shadow:0 8px 24px #00000038!important;backdrop-filter:blur(14px)}body[data-page=voiceover-recorder] .recorder-topbar:after{min-width:auto;min-height:auto;padding:0;border:0;color:#e4e9e9;background:transparent;box-shadow:none;font-weight:650;letter-spacing:-.01em}body[data-page=voiceover-recorder] .recorder-topbar .nav-link,body[data-page=voiceover-recorder] .recorder-topbar .member-header-toggle,body[data-page=voiceover-recorder] .recorder-topbar .consent-settings-button,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-status-chip,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-credit-count-pill,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .paid-credit-pill,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-account-toggle{border-color:#343b3e!important;border-radius:10px!important;color:#e9eded!important;background:#1a1e20!important;box-shadow:inset 0 1px #ffffff09!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .paid-credit-pill{border-color:#4a5559!important;color:#dbe1e2!important;background:#202527!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-status-chip.online{border-color:#3f4a4d!important;color:#dce2e2!important;background:#1b2022!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-status-chip.online .service-dot{background:#78a58a!important;box-shadow:none!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-credit-count-pill{border-color:#3f4a4d!important;color:#e5e9e9!important;background:#181d1f!important;box-shadow:inset 0 1px #ffffff09!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-credit-count-pill:before,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-credit-count-pill:after{display:none!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-credit-count-pill>span{color:#9fadaf!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-credit-count-pill strong{color:#eef1f1!important;text-shadow:none!important}html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .paid-credit-pill:hover,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .paid-credit-pill:focus-visible,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-account-toggle:hover,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-account-toggle:focus-visible,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-account-toggle.is-open,html body[data-page=voiceover-recorder].mst-shared-credit-shell .recorder-topbar .hero-account-toggle.is-active{border-color:#566267!important;color:#fff!important;background:#242a2c!important;box-shadow:inset 0 1px #ffffff0b!important}body[data-page=voiceover-recorder] .studio-dashboard{border-color:var(--studio-modern-line-soft);border-radius:20px;background:linear-gradient(180deg,#121516fc,#0d0f10fc);box-shadow:0 28px 72px #00000052,inset 0 1px #ffffff05}body[data-page=voiceover-recorder] .studio-plan-banner{border-color:var(--studio-modern-line-soft);color:#c4cbcd;background:#16191ae6;backdrop-filter:blur(10px)}body[data-page=voiceover-recorder] .studio-plan-button{border-color:#495458;border-radius:10px;color:var(--studio-modern-accent-strong);background:#202527;box-shadow:inset 0 1px #ffffff0a}body[data-page=voiceover-recorder] .studio-dashboard-center{position:relative;padding:24px 26px;overflow:hidden;border:1px solid rgba(255,255,255,.045);border-radius:22px;background:linear-gradient(145deg,#16191be0,#0d0f10d1);box-shadow:inset 0 1px #ffffff05,0 20px 42px #0000002b}body[data-page=voiceover-recorder] .studio-dashboard-center>*{position:relative;z-index:1}body[data-page=voiceover-recorder] .studio-dashboard-eyebrow{color:#afbbbd;letter-spacing:.15em}body[data-page=voiceover-recorder] .studio-dashboard h1{color:var(--studio-modern-text);font-weight:700;letter-spacing:-.045em;text-shadow:0 12px 34px rgba(0,0,0,.2)}body[data-page=voiceover-recorder] .studio-creation-composer{border-color:#3a4245;border-radius:18px;background:linear-gradient(145deg,#1e2224,#181b1d);box-shadow:inset 0 1px #ffffff0a,0 20px 48px #00000045;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}body[data-page=voiceover-recorder] .studio-creation-composer:focus-within{border-color:#718286;box-shadow:0 0 0 3px #8fa1a41a,0 22px 54px #0000004f;transform:translateY(-1px)}body[data-page=voiceover-recorder] .studio-creation-composer textarea{color:var(--studio-modern-text);font-weight:450}body[data-page=voiceover-recorder] .studio-creation-composer textarea::placeholder{color:#899397}body[data-page=voiceover-recorder] .studio-composer-submit{min-height:38px;border-color:#c5ced0;border-radius:11px;color:var(--studio-modern-accent-ink);background:linear-gradient(180deg,#d3dbdc,#aebbbd);box-shadow:0 8px 20px #00000038,inset 0 1px #ffffff5c;font-weight:750}body[data-page=voiceover-recorder] .studio-composer-submit:hover{border-color:#e0e6e7;filter:brightness(1.04);transform:translateY(-1px)}body[data-page=voiceover-recorder] .studio-composer-add{color:#cbd2d3;font-weight:650}body[data-page=voiceover-recorder] .studio-quick-actions button{border-color:#343b3e;border-radius:10px;color:#d6dcdd;background:#171a1c;font-weight:650;transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}body[data-page=voiceover-recorder] .studio-quick-actions button:hover{border-color:#566267;color:#fff;background:#24292b;transform:translateY(-1px)}body[data-page=voiceover-recorder] .studio-start-grid{padding:10px;border:1px solid var(--studio-modern-line-soft);border-radius:17px;background:#141718f0;box-shadow:inset 0 1px #ffffff08,0 16px 36px #00000026}body[data-page=voiceover-recorder] .studio-start-card{min-height:80px;border-color:var(--studio-modern-line);border-radius:14px;color:var(--studio-modern-text);background:linear-gradient(145deg,#1e2224,#191c1e);box-shadow:inset 0 1px #ffffff09;transition:border-color .17s ease,background .17s ease,box-shadow .17s ease,transform .17s ease}body[data-page=voiceover-recorder] .studio-start-card:hover{border-color:#5a676b;background:linear-gradient(145deg,#272c2f,#202426);box-shadow:0 14px 30px #0000003b;transform:translateY(-2px)}body[data-page=voiceover-recorder] .studio-start-card-icon{width:40px;height:40px;border-radius:11px;color:#e3e8e9;background:#292e30;box-shadow:inset 0 1px #ffffff0a}body[data-page=voiceover-recorder] .studio-start-card-record .studio-start-card-icon{color:var(--studio-modern-danger);background:#ef6d751c}body[data-page=voiceover-recorder] .studio-start-card:last-child .studio-start-card-icon{color:#d5ddde;background:#2a3032}body[data-page=voiceover-recorder] .studio-start-card strong{font-weight:700}body[data-page=voiceover-recorder] .studio-start-card small{color:var(--studio-modern-muted)}body[data-page=voiceover-recorder] .studio-workspace .voiceover-page-head,body[data-page=voiceover-recorder] .studio-workspace .panel,body[data-page=voiceover-recorder] .studio-workspace .reader,body[data-page=voiceover-recorder] .studio-workspace .script-editor,body[data-page=voiceover-recorder] .studio-workspace .line-card{border-color:#30373a;border-radius:15px;background:linear-gradient(145deg,#181c1dfa,#101314fc);box-shadow:inset 0 1px #ffffff06,0 18px 44px #0003}body[data-page=voiceover-recorder] .studio-workspace .line-card{box-shadow:none}body[data-page=voiceover-recorder] .studio-workspace .slide-stage{border-color:#3b4447;border-radius:15px;background:#090b0c;box-shadow:0 0 0 1px #ffffff05,0 24px 58px #00000057}body[data-page=voiceover-recorder] .studio-workspace .section-label,body[data-page=voiceover-recorder] .account-panel-eyebrow,body[data-page=voiceover-recorder] .account-panel-summary-label{color:#a8b4b6}body[data-page=voiceover-recorder] .hero-account-badge{color:#d5dddd;background:#283033}body[data-page=voiceover-recorder] .member-header-toggle.is-active .hero-account-badge{color:#101516;background:#b5c1c3}body[data-page=voiceover-recorder] .consent-settings-button{border-color:#c5cdcf;color:#111617;background:#c5cdcf}body[data-page=voiceover-recorder] .studio-workspace button.primary,body[data-page=voiceover-recorder] .account-panel button.primary{border-color:#aebabc;color:#111617;background:#aebabc;box-shadow:none}body[data-page=voiceover-recorder] #startBtn.primary{border-color:#d26970;color:#fff;background:#ad4d55}body[data-page=voiceover-recorder] #stopBtn.warm,body[data-page=voiceover-recorder] .ai-polish-actions .warm{border-color:#444d50;color:#e3e8e9;background:#272c2e;box-shadow:none}body[data-page=voiceover-recorder] .record-mode-toggle button[aria-pressed=true]{border-color:#708185;color:#f2f5f5;background:#303a3d;box-shadow:inset 0 0 0 1px #c3cdcf14}body[data-page=voiceover-recorder] .timeline-panel,body[data-page=voiceover-recorder] .ai-polish-panel{border-color:#343c3f;background:#15191a;box-shadow:inset 0 1px #ffffff05}body[data-page=voiceover-recorder] .access-panel{border-color:#343c3f;background:#161a1c}body[data-page=voiceover-recorder] .access-panel.is-unlocked{border-color:#4b5f56}body[data-page=voiceover-recorder] .access-panel.is-unlocked .access-state,body[data-page=voiceover-recorder] .access-panel.is-unlocked .section-label{color:#c9d2d0}body[data-page=voiceover-recorder] .slide-thumb.is-active{border-color:#74868a;box-shadow:0 0 0 2px #8fa1a41f}body[data-page=voiceover-recorder] .teleprompter-tools button[aria-pressed=true]{border-color:#708185;color:#f2f5f5;background:#303a3d;box-shadow:none}body[data-page=voiceover-recorder] .option-row input,body[data-page=voiceover-recorder] .slide-timeline,body[data-page=voiceover-recorder] .teleprompter-tools input{accent-color:#8fa1a4}body[data-page=voiceover-recorder] .stage-prompter{border-color:#566367;background:#0a0c0deb;box-shadow:0 8px 24px #00000047;backdrop-filter:none}body[data-page=voiceover-recorder] .stage-prompter-state{color:#b3bfc1}body[data-page=voiceover-recorder] .progress span,body[data-page=voiceover-recorder] .meter{background:#8fa1a4}body[data-page=voiceover-recorder] .line-card.active{border-color:#74868a;color:#f1f4f3;background:#202629}body[data-page=voiceover-recorder] .account-panel{border-left:1px solid #343c3f;background:#111416;box-shadow:-18px 0 46px #00000057}body[data-page=voiceover-recorder] .account-panel-summary,body[data-page=voiceover-recorder] .account-panel-card{border-color:#343c3f;background:#181c1e;box-shadow:inset 0 1px #ffffff05}body[data-page=voiceover-recorder] .account-panel input,body[data-page=voiceover-recorder] .script-editor input,body[data-page=voiceover-recorder] .script-editor textarea{border-color:#343c3f;color:#eef2f2;background:#0d1011}body[data-page=voiceover-recorder] .account-panel input:focus,body[data-page=voiceover-recorder] .script-editor input:focus,body[data-page=voiceover-recorder] .script-editor textarea:focus{border-color:#718286;box-shadow:0 0 0 3px #8fa1a417}body[data-page=voiceover-recorder] input:focus,body[data-page=voiceover-recorder] textarea:focus,body[data-page=voiceover-recorder] button:focus-visible,body[data-page=voiceover-recorder] .download:focus-visible,body[data-page=voiceover-recorder] .nav-link:focus-visible{outline-color:#c3cdcf85}body[data-page=voiceover-recorder] :is(button,a,textarea):focus-visible{outline:2px solid var(--studio-modern-accent-strong);outline-offset:3px}body[data-page=voiceover-recorder] .studio-workspace>.voiceover-page-head{display:block!important;min-height:0;padding:9px 14px}body[data-page=voiceover-recorder] .voiceover-page-head .brand-block{width:100%;min-width:0;display:flex!important;align-items:center;justify-content:space-between;gap:14px}body[data-page=voiceover-recorder] .voiceover-page-head .title{flex:0 0 auto;margin:0;font-size:19px!important;line-height:1.15;white-space:nowrap}body[data-page=voiceover-recorder] .voiceover-page-head .status{min-width:0;margin:0;overflow:hidden;color:var(--studio-modern-muted);font-size:12px;line-height:1.3;text-align:right;text-overflow:ellipsis;white-space:nowrap}body[data-page=voiceover-recorder] .studio-workspace .main{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"tools" "stage"!important;gap:10px}body[data-page=voiceover-recorder] .studio-tool-strip{grid-area:tools;position:relative;z-index:18;scroll-margin-top:72px;width:min(1180px,100%);min-width:0;margin:0 auto;padding:7px;display:flex;align-items:center;gap:7px;border:1px solid var(--studio-modern-line);border-radius:14px;background:#141718f5;box-shadow:0 12px 28px #0000002e}body[data-page=voiceover-recorder] .studio-record-pill{min-width:190px;min-height:40px;padding:5px 9px;display:grid;grid-template-columns:auto auto auto;align-items:center;gap:8px;border:1px solid #40484b;border-radius:10px;background:#0d1011;font-variant-numeric:tabular-nums}body[data-page=voiceover-recorder] .studio-record-pill .section-label{font-size:9px}body[data-page=voiceover-recorder] .studio-record-pill .timer{font-size:20px;line-height:1;letter-spacing:.01em}body[data-page=voiceover-recorder] .studio-record-pill .stat-pill{min-height:25px;padding:3px 7px;font-size:10px}body[data-page=voiceover-recorder] .studio-record-pill .meter-shell{grid-column:1 / -1;width:100%;height:3px;border:0;border-radius:999px}body[data-page=voiceover-recorder] .studio-panel-pill,body[data-page=voiceover-recorder] .studio-record-options>summary{min-height:40px;padding:0 12px;border:1px solid var(--studio-modern-line);border-radius:10px;color:#e2e7e7;background:#191d1f;font-size:12px;font-weight:700;list-style:none;cursor:pointer;white-space:nowrap}body[data-page=voiceover-recorder] .studio-panel-pill[aria-expanded=true]{border-color:#718286;background:#2a3133}body[data-page=voiceover-recorder] .studio-record-options{position:relative;margin-left:auto}body[data-page=voiceover-recorder] .studio-record-options>summary{display:inline-flex;align-items:center}body[data-page=voiceover-recorder] .studio-record-options>summary::-webkit-details-marker{display:none}body[data-page=voiceover-recorder] .studio-record-options[open]{padding:0}body[data-page=voiceover-recorder] .studio-record-options[open]>.option-row,body[data-page=voiceover-recorder] .studio-record-options[open]>.fine{position:absolute;right:0;width:min(330px,calc(100vw - 32px));padding-right:12px;padding-left:12px;border-right:1px solid var(--studio-modern-line);border-left:1px solid var(--studio-modern-line);background:#171b1c}body[data-page=voiceover-recorder] .studio-record-options[open]>.option-row{top:46px;min-height:50px;padding-top:10px;border-top:1px solid var(--studio-modern-line);border-radius:10px 10px 0 0}body[data-page=voiceover-recorder] .studio-record-options[open]>.fine{top:96px;padding-top:4px;padding-bottom:11px;border-bottom:1px solid var(--studio-modern-line);border-radius:0 0 10px 10px}body[data-page=voiceover-recorder] .studio-workspace .presentation-studio{grid-area:stage!important}body[data-page=voiceover-recorder] .studio-workspace-drawer{position:fixed;z-index:1220;top:72px;bottom:18px;left:104px;width:min(430px,calc(100vw - 122px));padding:14px;overflow:auto;visibility:hidden;pointer-events:none;border:1px solid #3a4245;border-radius:16px;background:#101314;box-shadow:22px 0 56px #0000007a;opacity:0;transform:translate(-24px);transition:opacity .17s ease,transform .17s ease,visibility .17s ease}body[data-page=voiceover-recorder].studio-drawer-open .studio-workspace-drawer{visibility:visible;pointer-events:auto;opacity:1;transform:translate(0)}body[data-page=voiceover-recorder] .studio-drawer-backdrop{position:fixed;z-index:1210;inset:60px 0 0 88px;width:auto;min-height:0;padding:0;border:0;border-radius:0;background:#00000075;cursor:default}body[data-page=voiceover-recorder] .studio-drawer-backdrop[hidden]{display:none!important}body[data-page=voiceover-recorder] .studio-drawer-head,body[data-page=voiceover-recorder] .studio-drawer-tabs{display:flex;align-items:center;justify-content:space-between;gap:8px}body[data-page=voiceover-recorder] .studio-drawer-head{margin-bottom:10px}body[data-page=voiceover-recorder] .studio-drawer-head h2{margin:3px 0 0;font-size:20px}body[data-page=voiceover-recorder] .studio-drawer-tabs{justify-content:stretch;margin-bottom:10px}body[data-page=voiceover-recorder] .studio-drawer-tabs button{flex:1 1 0}body[data-page=voiceover-recorder] .studio-drawer-tabs button[aria-selected=true]{border-color:#718286;background:#2a3133}body[data-page=voiceover-recorder] .studio-drawer-view[hidden]{display:none!important}body[data-page=voiceover-recorder] .studio-workspace-drawer .studio-drawer-view{width:100%;margin:0;padding:12px;border-radius:12px;box-shadow:none}body[data-page=voiceover-recorder] .studio-workspace-drawer textarea{min-height:220px}body[data-page=voiceover-recorder] .studio-workspace-drawer .script-list,body[data-page=voiceover-recorder] .studio-workspace-drawer .take-list{max-height:calc(100dvh - 230px)}@media(max-width:900px){body[data-page=voiceover-recorder] .studio-shell-rail{background:#101214fa;gap:2px;overflow-x:hidden;scrollbar-width:none}body[data-page=voiceover-recorder] .studio-shell-rail::-webkit-scrollbar{display:none}body[data-page=voiceover-recorder] .studio-rail-nav{min-width:0;flex:5 1 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px}body[data-page=voiceover-recorder] .studio-rail-button{width:auto;min-width:0;padding:4px 2px;font-size:10px}body[data-page=voiceover-recorder] .studio-rail-account{flex:1 1 0;min-width:0;margin:0}body[data-page=voiceover-recorder] .studio-rail-icon{width:27px;height:27px}body[data-page=voiceover-recorder] .studio-workspace-drawer{inset:72px 10px 82px;width:auto}body[data-page=voiceover-recorder] .studio-drawer-backdrop{inset:60px 0 70px}body[data-page=voiceover-recorder] #recorderStudio,body[data-page=voiceover-recorder] #studioTimelinePanel,body[data-page=voiceover-recorder] #studioAiPolishPanel,body[data-page=voiceover-recorder] #studioScriptEditor,body[data-page=voiceover-recorder] #studioTakesPanel{scroll-margin-top:108px}body[data-page=voiceover-recorder] #mstConsentSettingsFloating{width:56px!important;min-width:56px!important;padding:0!important;right:10px!important;bottom:84px!important;left:auto!important;font-size:0!important}body[data-page=voiceover-recorder] #mstConsentSettingsFloating:before{content:"Privacy";font-size:10px;font-weight:800}body[data-page=voiceover-recorder] .mst-site-assistant-root{right:auto!important;bottom:82px!important;left:12px!important}body[data-page=voiceover-recorder] .mst-site-assistant-toggle{width:46px!important;min-width:46px!important;height:46px!important;padding:8px!important;border-color:#3b4548!important;border-radius:14px!important;background:#1b2022!important}body[data-page=voiceover-recorder] .mst-site-assistant-toggle-text{display:none!important}}@media(max-width:700px){body[data-page=voiceover-recorder] .voiceover-page-head .brand-block{align-items:flex-start;flex-direction:column;gap:4px}body[data-page=voiceover-recorder] .voiceover-page-head .status{width:100%;text-align:left}body[data-page=voiceover-recorder] .studio-tool-strip{flex-wrap:wrap}body[data-page=voiceover-recorder] .studio-record-pill{flex:1 1 100%}body[data-page=voiceover-recorder] .studio-panel-pill{flex:1 1 calc(33.333% - 7px);min-width:0;padding-right:7px;padding-left:7px}body[data-page=voiceover-recorder] .studio-record-options{width:100%}body[data-page=voiceover-recorder] .studio-record-options>summary{width:100%;justify-content:center}body[data-page=voiceover-recorder] .studio-dashboard{border-radius:15px}body[data-page=voiceover-recorder] .studio-dashboard-center{padding:20px 12px;border-radius:17px}body[data-page=voiceover-recorder] .studio-start-grid{padding:8px}}@media(max-width:480px){body[data-page=voiceover-recorder] .studio-composer-add,body[data-page=voiceover-recorder] .studio-composer-submit{min-height:44px}}@media(prefers-reduced-motion:reduce){body[data-page=voiceover-recorder] .studio-rail-button,body[data-page=voiceover-recorder] .studio-creation-composer,body[data-page=voiceover-recorder] .studio-composer-submit,body[data-page=voiceover-recorder] .studio-quick-actions button,body[data-page=voiceover-recorder] .studio-start-card{transition:none}body[data-page=voiceover-recorder] .studio-rail-button:hover,body[data-page=voiceover-recorder] .studio-creation-composer:focus-within,body[data-page=voiceover-recorder] .studio-composer-submit:hover,body[data-page=voiceover-recorder] .studio-quick-actions button:hover,body[data-page=voiceover-recorder] .studio-start-card:hover{transform:none}}.mst-page-nav,header.topbar,.topbar,.hero-topbar{min-height:auto!important;padding:6px 8px!important;gap:6px!important;border-radius:8px!important}.mst-page-nav{margin-top:8px!important}.mst-page-brand,.brand,.brand-pill,.pill,.eyebrow[href]{min-height:34px!important;padding:4px 8px!important;font-size:.76rem!important;line-height:1.12!important}.mst-page-links,.topnav,.actions,.hero-top-actions,header.topbar .controls,.topbar .controls{gap:4px!important}.mst-page-links a,.topnav a,.actions a,.hero-top-actions a,.hero-top-actions button,.hero-top-actions .paid-credit-pill,header.topbar .controls button,header.topbar .controls .download,.topbar .controls button,.topbar .controls .download,.hero-status-chip,.hero-account-toggle,.account-link,body .hero-top-actions .hero-status-chip,body .hero-top-actions .hero-account-toggle,body .hero-top-actions .hero-account-toggle.is-active,body .hero-top-actions .hero-account-toggle.is-open,body .hero-top-actions .paid-credit-pill{min-height:34px!important;padding:4px 7px!important;border-radius:8px!important;font-size:.72rem!important;line-height:1.12!important}.hero-top-actions .hero-account-copy,body .hero-top-actions .hero-account-copy{gap:0!important;line-height:1.05!important}.hero-top-actions .hero-account-title,.hero-top-actions .hero-account-meta,.hero-top-actions .hero-account-badge,.hero-top-actions .hero-status-label,.hero-top-actions .hero-status-value,body .hero-top-actions .hero-account-title,body .hero-top-actions .hero-account-meta,body .hero-top-actions .hero-account-badge,body .hero-top-actions .hero-status-label,body .hero-top-actions .hero-status-value{font-size:.68rem!important;line-height:1.05!important}header.topbar .title,.topbar .title{font-size:1rem!important;line-height:1.08!important}header.topbar .status,.topbar .status{margin-top:3px!important;font-size:.72rem!important;line-height:1.16!important}header.topbar .controls,.topbar .controls{justify-content:flex-start!important}header.seo-hero,header.hero{padding-top:18px!important;padding-bottom:26px!important}.mst-unified-footer{width:min(1460px,calc(100% - 20px));margin:14px auto 10px;padding:8px;border:1px solid rgba(185,197,215,.14);border-radius:8px;background:#080c13e6;color:#eef4ff;box-shadow:0 8px 22px #0000002e}.mst-unified-footer,.mst-unified-footer *{box-sizing:border-box}.mst-unified-footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px 8px;margin-bottom:6px;color:#c7d2e4;font-size:.7rem;line-height:1.15}.mst-unified-footer-brand{color:#fff;font-weight:800}.mst-unified-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;align-items:start}.mst-unified-footer-group{min-width:0;padding:6px;border:1px solid rgba(185,197,215,.1);border-radius:8px;background:#ffffff08}.mst-unified-footer-title{margin:0 0 4px;color:#fff;font-size:.68rem;font-weight:850;letter-spacing:0;line-height:1.1}.mst-unified-footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:6px;row-gap:2px}.mst-unified-footer-group[aria-label="Account And Support"] .mst-unified-footer-links{row-gap:4px}.mst-unified-footer a,.mst-unified-footer button{appearance:none;display:inline-flex;align-items:center;width:fit-content;max-width:100%;min-height:32px!important;padding:0;border:0;background:transparent;color:#d9e4f4;font:inherit;font-size:.7rem;line-height:1.16;text-align:left;text-decoration:none;box-shadow:none!important;cursor:pointer}.mst-unified-footer a:hover,.mst-unified-footer button:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.mst-unified-footer-meta{margin-top:6px;color:#aeb9ca;font-size:.66rem;line-height:1.2}.mst-footer-badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;justify-items:center;gap:4px;margin-top:9px;width:100%;max-width:100%;overflow:hidden}.mst-unified-footer .mst-footer-badge{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:32px;height:32px;padding:0;border-radius:6px;line-height:1;overflow:hidden}.mst-footer-badge img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:5px;object-fit:contain}@media(max-width:820px){.mst-page-nav,header.topbar,.topbar,.hero-topbar{align-items:flex-start!important}.mst-page-links,.topnav,.actions,.hero-top-actions,header.topbar .controls,.topbar .controls{display:flex!important;flex-wrap:wrap!important;width:auto!important;max-width:100%!important}.mst-unified-footer{width:min(100% - 12px,1460px);margin:12px auto 10px;padding:6px}.mst-unified-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.mst-unified-footer-group{padding:5px}.mst-unified-footer-links{grid-template-columns:1fr}}@media(max-width:520px){.mst-page-nav,header.topbar,.topbar,.hero-topbar{padding:5px 6px!important}.mst-page-links,.topnav,.actions,.hero-top-actions,header.topbar .controls,.topbar .controls{display:flex!important;flex-wrap:wrap!important;width:auto!important;max-width:100%!important;gap:3px!important}.mst-page-links a,.topnav a,.actions a,.hero-top-actions a,.hero-top-actions button,.hero-top-actions .paid-credit-pill,.hero-status-chip,.hero-account-toggle,.account-link,body .hero-top-actions .hero-status-chip,body .hero-top-actions .hero-account-toggle,body .hero-top-actions .hero-account-toggle.is-active,body .hero-top-actions .hero-account-toggle.is-open,body .hero-top-actions .paid-credit-pill,header.topbar .controls button,header.topbar .controls .download,.topbar .controls button,.topbar .controls .download{width:auto!important;min-width:0!important;min-height:34px!important;padding:3px 6px!important;white-space:normal!important;flex:0 1 auto!important}.mst-unified-footer-title{font-size:.64rem}.mst-unified-footer a,.mst-unified-footer button{font-size:.68rem;line-height:1.14;min-height:32px!important;display:inline-flex;align-items:center}.mst-unified-footer-grid{grid-template-columns:1fr}.mst-unified-footer-links,.mst-unified-footer-group[aria-label="Account And Support"] .mst-unified-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}.mst-footer-badges{margin-top:6px;gap:3px}.mst-unified-footer .mst-footer-badge{height:32px}.mst-footer-badge img{width:100%;height:100%;max-width:100%;max-height:100%}}body[data-page=voiceover-recorder] .mst-unified-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch;gap:8px!important}body[data-page=voiceover-recorder] .mst-unified-footer-group{min-width:0;min-height:0!important;height:100%!important;display:flex;flex-direction:column;padding:8px!important;border-color:#b9c5d714;background:#ffffff05}body[data-page=voiceover-recorder] .mst-unified-footer-title{margin-bottom:10px!important}body[data-page=voiceover-recorder] .mst-unified-footer-links{display:grid!important;grid-template-columns:1fr!important;column-gap:14px!important;row-gap:6px!important;align-items:start}body[data-page=voiceover-recorder] .mst-unified-footer-group[aria-label="Guides And Examples"] .mst-unified-footer-links,body[data-page=voiceover-recorder] .mst-unified-footer-group[aria-label="Account And Support"] .mst-unified-footer-links,body[data-page=voiceover-recorder] .mst-unified-footer-group[aria-label="Free Member Tools"] .mst-unified-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-page=voiceover-recorder] .mst-unified-footer-links a,body[data-page=voiceover-recorder] .mst-unified-footer-links button{width:auto;min-height:24px!important;padding:1px 0!important;border:0!important;background:transparent!important;color:#d9e4f4!important;box-shadow:none!important;justify-content:flex-start;text-align:left;font-size:.68rem!important;line-height:1.22;white-space:normal;filter:none!important}body[data-page=voiceover-recorder] .mst-footer-badges{display:flex!important;flex-wrap:nowrap;align-items:center;justify-content:center;gap:10px;margin:auto auto 0;padding-top:10px;width:100%;overflow:hidden}body[data-page=voiceover-recorder] .mst-footer-badge{flex:0 0 auto;width:96px!important;min-width:96px!important;max-width:96px!important;min-height:26px!important;height:26px!important;max-height:26px!important}body[data-page=voiceover-recorder] .mst-footer-badge[href*=saascity]{width:92px!important;min-width:92px!important;max-width:92px!important}body[data-page=voiceover-recorder] .mst-footer-badge img{display:block;width:100%;height:100%;max-width:none;object-fit:contain}body[data-page=voiceover-recorder] .mst-footer-badges .trustpilot-widget{flex:0 0 auto;width:96px!important;min-width:96px!important;max-width:96px!important;min-height:26px!important;height:26px!important;max-height:26px!important;overflow:hidden}body[data-page=voiceover-recorder] .mst-footer-badges .trustpilot-widget iframe{width:190px!important;height:52px!important;transform:scale(.505);transform-origin:top left}@media(max-width:1240px){body[data-page=voiceover-recorder] .mst-unified-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){body[data-page=voiceover-recorder] .mst-unified-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:520px){body[data-page=voiceover-recorder] .mst-unified-footer-grid{grid-template-columns:1fr!important}body[data-page=voiceover-recorder] .mst-footer-badges{justify-content:flex-start}}.mst-guide-example-links{display:block!important}.mst-guide-example-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:start}.mst-guide-example-column{min-width:0;display:grid;gap:4px;align-content:start}.mst-guide-example-heading{margin:0 0 2px;color:#fff;font-size:.68rem;font-weight:850;line-height:1.1;letter-spacing:.04em;text-transform:uppercase;opacity:.92}.mst-guide-example-link-list{display:grid;gap:3px;min-width:0}.mst-guide-example-link-list a{width:fit-content;max-width:100%}@media(max-width:520px){.mst-guide-example-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}@media(max-width:640px){.mst-page-nav a,header.topbar a,header.topbar button,.brand,.topbar a,.topbar button,.top-link,body[data-page=word-pdf] .brand,body[data-page=word-pdf] .top-link,.nav a,.topnav a,.hero-top-actions a,.hero-top-actions button,.account-link,.member-menu-top-actions a,.member-menu-top-actions button,.actions a,.actions button,.button-row a,.button-row button,.tutorial-actions a,.tutorial-actions button,.learning-links a,.related-grid a,.inline-nav a,.footer-links a,.mst-unified-footer a,.mst-unified-footer button,.mst-guide-example-link-list a,.tool-jump-nav a,.tool-jump-link,.button-link,.button,.btn,.account-inline-link,.reference-zoom-button,.image-zoom-trigger,summary{min-width:32px!important;min-height:32px!important;display:inline-flex;align-items:center}.mst-unified-footer a,.mst-unified-footer button,.mst-guide-example-link-list a,.learning-links a,.footer-links a,.inline-nav a{padding-top:4px;padding-bottom:4px}.account-link{min-height:36px!important}.mst-footer-badge,.mst-unified-footer .mst-footer-badge{min-height:32px!important;height:32px!important}}.mst-unified-footer,.mst-unified-footer *{box-sizing:border-box;letter-spacing:0}.mst-unified-footer{width:100%;max-width:none;margin:0 auto;padding:8px clamp(12px,1.6vw,28px) 10px;border-top:1px solid rgba(118,207,255,.16);background:linear-gradient(180deg,#08111ff5,#02060dfc);color:#eef4ff}.mst-unified-footer-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:#c7d2e4;font-size:.74rem;line-height:1.15}.mst-unified-footer-brand,.mst-unified-footer-title{color:#fff;font-weight:850}.mst-unified-footer-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:stretch}.mst-unified-footer-group{min-width:0;min-height:0;padding:8px 10px!important;border:1px solid rgba(185,197,215,.1);border-radius:8px;background:#ffffff05}.mst-unified-footer-group[aria-label="Account And Support"]{display:flex;flex-direction:column}.mst-unified-footer-title{margin:0 0 7px!important;font-size:.76rem!important;line-height:1.1}.mst-unified-footer-links,.mst-unified-footer-group[aria-label="Account And Support"] .mst-unified-footer-links,.mst-unified-footer-group[aria-label="Free Member Tools"] .mst-unified-footer-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:14px!important;row-gap:4px!important;align-items:start}.mst-unified-footer a,.mst-unified-footer button{appearance:none;display:inline-flex;align-items:center;width:fit-content;max-width:100%;min-height:18px!important;padding:0!important;border:0;background:transparent;color:#d9e4f4!important;font:inherit;font-size:.7rem!important;line-height:1.16;text-align:left;text-decoration:none;box-shadow:none!important;cursor:pointer}.mst-unified-footer a:hover,.mst-unified-footer button:hover{color:#fff!important;text-decoration:underline;text-underline-offset:3px}.mst-footer-badges{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;margin:auto auto 0!important;padding-top:10px!important;overflow:hidden!important}.mst-unified-footer .mst-footer-badge,.mst-footer-badges .trustpilot-widget{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:96px!important;min-width:96px!important;max-width:96px!important;height:26px!important;min-height:26px!important;max-height:26px!important;padding:0!important;border-radius:6px!important;overflow:hidden!important;line-height:1!important;vertical-align:middle!important}.mst-unified-footer .mst-footer-badge[href*=saascity]{width:92px!important;min-width:92px!important;max-width:92px!important}.mst-footer-badge img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;border-radius:5px!important}.mst-footer-badges .trustpilot-widget>a{display:flex!important;align-items:center!important;justify-content:center!important;width:96px!important;min-width:96px!important;max-width:96px!important;height:26px!important;min-height:26px!important;max-height:26px!important;padding:0!important;border-radius:6px!important;background:#eef3fb!important;color:#111827!important;font-size:.68rem!important;font-weight:850!important;line-height:1!important;text-align:center!important;text-decoration:none!important;white-space:nowrap!important}.mst-footer-badges .trustpilot-widget iframe{width:190px!important;min-width:190px!important;max-width:190px!important;height:52px!important;min-height:52px!important;max-height:52px!important;transform:scale(.505)!important;transform-origin:top left!important;border:0!important}@media(max-width:900px){.mst-unified-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:520px){.mst-unified-footer{padding-inline:8px}.mst-unified-footer-top{align-items:flex-start;flex-direction:column;gap:4px}.mst-unified-footer-grid,.mst-unified-footer-links,.mst-unified-footer-group[aria-label="Account And Support"] .mst-unified-footer-links,.mst-unified-footer-group[aria-label="Free Member Tools"] .mst-unified-footer-links{grid-template-columns:1fr!important}.mst-footer-badges{justify-content:flex-start!important;gap:8px!important}}.mst-unified-footer{width:min(1460px,calc(100% - 20px))!important;margin:12px auto 10px!important;padding:8px!important;border-radius:8px!important}.mst-unified-footer-top{margin-bottom:5px!important;font-size:.68rem!important;line-height:1.08!important}.mst-unified-footer-brand,.mst-unified-footer-top span{font-size:.68rem!important;line-height:1.08!important}.mst-unified-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;align-items:stretch!important}.mst-unified-footer-group{height:auto!important;min-height:0!important;padding:5px 7px!important;border-radius:8px!important}.mst-unified-footer-title{margin:0 0 4px!important;font-size:.68rem!important;line-height:1.05!important}.mst-unified-footer-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:12px!important;row-gap:1px!important;align-items:start!important}.mst-unified-footer-group[aria-label="Documents And Productivity"] .mst-unified-footer-links{grid-template-columns:1fr!important}.mst-unified-footer a,.mst-unified-footer button{min-height:14px!important;padding:0!important;font-size:.62rem!important;line-height:1.08!important}.mst-footer-badges{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin:auto auto 0!important;padding-top:6px!important}@media(max-width:1060px){.mst-unified-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:620px){.mst-unified-footer-grid{grid-template-columns:1fr!important}.mst-unified-footer-links,.mst-unified-footer-group[aria-label="Documents And Productivity"] .mst-unified-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mst-unified-footer a,.mst-unified-footer button{min-height:24px!important;font-size:.68rem!important;line-height:1.14!important}}
