:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #eef2f1;--bg-grad-1: rgba(255, 255, 255, .82);--bg-grad-2: rgba(238, 242, 241, .92);--text: #18211f;--text-muted: #65746f;--eyebrow: #51645f;--panel-bg: rgba(255, 255, 255, .86);--panel-border: #cbd8d3;--surface: #ffffff;--surface-input: #fbfdfc;--surface-subtle: #f8faf9;--border: #bfccc8;--border-soft: #d2ddd9;--divider: #d8e1de;--accent: #1f6f66;--accent-hover: #195b54;--accent-2: #26766d;--accent-soft: #ecf4f1;--accent-soft-2: #e8f4f1;--on-accent: #ffffff;--shadow: 0 18px 42px rgba(32, 46, 43, .08);--alert-bg: #fff4f1;--alert-border: #e2aaa0;--alert-text: #842f20;--warn-bg: #fff7e6;--warn-border: #e8c98a;--warn-text: #7a5113;--download-bg: #2f405f;--warm: #8b4c19;--warm-hover: #713d14;--bg-rgb: 238, 242, 241;--accent-rgb: 31, 111, 102;background:var(--bg);color:var(--text)}:root[data-theme=dark]{color-scheme:dark;--bg: #0f1715;--bg-grad-1: rgba(22, 32, 30, .55);--bg-grad-2: rgba(12, 20, 18, .95);--text: #e6edea;--text-muted: #9bb0aa;--eyebrow: #8aa39c;--panel-bg: rgba(24, 33, 31, .88);--panel-border: #2a3a36;--surface: #1b2522;--surface-input: #18211f;--surface-subtle: #16201d;--border: #324640;--border-soft: #2a3a36;--divider: #2a3a36;--accent: #2f9d8f;--accent-hover: #38b3a3;--accent-2: #3bb3a3;--accent-soft: #16302b;--accent-soft-2: #173630;--on-accent: #06140f;--shadow: 0 18px 42px rgba(0, 0, 0, .45);--alert-bg: #2b1714;--alert-border: #7a3a2e;--alert-text: #f3b3a6;--warn-bg: #2a2310;--warn-border: #6b5a23;--warn-text: #e8cf90;--download-bg: #3a4f76;--warm: #b9712f;--warm-hover: #cd8038;--bg-rgb: 15, 23, 21;--accent-rgb: 47, 157, 143}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,var(--bg-grad-1),var(--bg-grad-2)),var(--bg);color:var(--text)}button,textarea,select,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.app-shell{width:min(1480px,calc(100% - 32px));margin:0 auto;padding:24px 0 32px}.auth-shell{position:relative;isolation:isolate;overflow:hidden;min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;padding:clamp(28px,6vh,72px) clamp(22px,7vw,116px)}.auth-art{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:url(/auth-art-light.svg);background-repeat:no-repeat;background-position:right -6% center;background-size:auto 124%}:root[data-theme=dark] .auth-art{background-image:url(/auth-art-dark.svg)}.auth-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgb(var(--bg-rgb)),rgba(var(--bg-rgb),.94) 26%,rgba(var(--bg-rgb),.62) 46%,rgba(var(--bg-rgb),.12) 68%,rgba(var(--bg-rgb),0) 84%),radial-gradient(118% 128% at 116% 50%,rgba(var(--bg-rgb),0),rgba(var(--bg-rgb),0) 42%,rgba(var(--bg-rgb),.45),rgba(var(--bg-rgb),.86) 82%,rgb(var(--bg-rgb)))}.auth-theme{position:absolute;top:clamp(16px,3vh,28px);right:clamp(16px,3vw,32px);z-index:1}.auth-panel{width:min(560px,100%);display:grid;grid-template-columns:minmax(0,1fr);justify-items:start;gap:0}.auth-brand{display:inline-flex;align-items:center;gap:11px;margin-bottom:clamp(26px,5vh,46px)}.auth-mark{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:var(--accent);color:var(--on-accent);box-shadow:0 10px 26px -10px rgba(var(--accent-rgb),.72)}.auth-wordmark{font-size:1.32rem;font-weight:800;letter-spacing:-.015em}.auth-wordmark span{color:var(--accent)}.auth-eyebrow{margin:0 0 14px}.auth-panel h1{margin:0;font-size:clamp(2.15rem,5.4vw,3.35rem);line-height:1.03;letter-spacing:-.032em;font-weight:800}.auth-panel h1 span{color:var(--accent)}.auth-lede{max-width:min(46ch,100%);margin:18px 0 0;color:var(--text-muted);font-size:1.04rem;line-height:1.6}.auth-flow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:22px 0 0;padding:0;list-style:none}.auth-flow li{display:inline-flex;align-items:center;gap:7px;font-size:.78rem;font-weight:650;white-space:nowrap}.auth-flow li>span{display:inline-flex;align-items:center;gap:7px;padding:6px 11px;border:1px solid var(--border-soft);border-radius:9px;background:var(--surface);color:var(--text)}.auth-flow li svg{flex:0 0 auto;color:var(--accent)}.auth-flow li:not(:last-child):after{content:"→";color:var(--accent);font-weight:700}.auth-actions{width:min(400px,100%);margin-top:clamp(26px,4.5vh,38px)}.auth-signin{width:100%;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:0 22px;border:0;border-radius:10px;background:var(--accent);color:var(--on-accent);font-size:1rem;font-weight:700;box-shadow:0 12px 28px -12px rgba(var(--accent-rgb),.78);transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.auth-signin:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 16px 32px -12px rgba(var(--accent-rgb),.86)}.auth-signin:active{transform:translateY(0)}.auth-signin:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.auth-signin svg{width:17px;height:17px;flex:0 0 auto;fill:currentColor}.auth-hint{margin:11px 0 0;color:var(--text-muted);font-size:.84rem}.auth-panel .auth-error{width:min(400px,100%);display:flex;align-items:flex-start;gap:9px;margin:16px 0 0;padding:11px 13px;border:1px solid var(--alert-border);border-radius:9px;background:var(--alert-bg);color:var(--alert-text);font-size:.88rem;line-height:1.45}.auth-panel .auth-error svg{flex:0 0 auto;margin-top:1px}.auth-note{display:flex;align-items:flex-start;gap:9px;max-width:min(44ch,100%);margin:clamp(28px,5vh,44px) 0 0;color:var(--text-muted);font-size:.82rem;line-height:1.5}.auth-note svg{flex:0 0 auto;margin-top:2px;color:var(--accent)}@media(max-width:900px){.auth-shell{align-items:start;padding-top:clamp(60px,10vh,104px);padding-bottom:clamp(200px,32vh,340px)}.auth-art{background-position:center bottom;background-size:132% auto}.auth-art:after{background:linear-gradient(to bottom,rgb(var(--bg-rgb)),rgba(var(--bg-rgb),.97) 26%,rgba(var(--bg-rgb),.72) 44%,rgba(var(--bg-rgb),.24) 66%,rgba(var(--bg-rgb),0) 86%)}}@media(max-width:760px){.auth-flow{flex-direction:column;align-items:stretch;gap:7px}.auth-flow li:not(:last-child):after{content:none}.auth-flow li,.auth-flow li>span{width:100%}}@media(max-width:560px){.auth-panel h1{font-size:clamp(1.85rem,8.5vw,2.4rem)}}@media(prefers-reduced-motion:reduce){.auth-signin{transition:none}.auth-signin:hover{transform:none}}.topbar{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:12px 0 20px}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.topbar h1,.panel-heading h2{margin:0;letter-spacing:0}.topbar h1{max-width:760px;font-size:clamp(2rem,4vw,4.5rem);line-height:.98;font-weight:760}.eyebrow{margin:0 0 7px;color:var(--eyebrow);font-size:.76rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.status-pill{min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 14px;border:1px solid var(--panel-border);border-radius:999px;background:var(--surface);color:var(--text);white-space:nowrap}.user-pill{max-width:240px;min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--panel-border);border-radius:999px;background:var(--surface);color:var(--text)}.user-pill span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alert{display:flex;align-items:center;gap:10px;min-height:44px;margin-bottom:16px;padding:10px 14px;border:1px solid var(--alert-border);border-radius:8px;background:var(--alert-bg);color:var(--alert-text)}.mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.mode-option{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"icon title busy" "icon sub   busy";align-items:center;gap:2px 12px;padding:14px 16px;border:1px solid var(--panel-border);border-radius:8px;background:var(--panel-bg);box-shadow:var(--shadow);color:inherit;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.mode-option:hover{border-color:var(--accent)}.mode-option.active{border-color:var(--accent);background:var(--accent-soft, var(--panel-bg));box-shadow:inset 0 0 0 1px var(--accent)}.mode-option>svg:first-child{grid-area:icon}.mode-title{grid-area:title;font-weight:600;font-size:.95rem}.mode-sub{grid-area:sub;font-size:.8rem;opacity:.7}.mode-busy{grid-area:busy}@media(max-width:720px){.mode-switch{grid-template-columns:minmax(0,1fr)}}.workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:16px;align-items:start}.workspace.single-column{grid-template-columns:minmax(0,1fr)}.media-notice{display:flex;align-items:flex-start;gap:8px;margin:0 0 14px;padding:10px 12px;border:1px solid var(--panel-border);border-left:3px solid #d0a215;border-radius:6px;font-size:.88rem;line-height:1.45}.media-notice svg{flex:none;margin-top:2px;color:#d0a215}.editor-panel,.controls-panel{border:1px solid var(--panel-border);border-radius:8px;background:var(--panel-bg);box-shadow:var(--shadow)}.editor-panel,.controls-panel{padding:18px}.editor-panel{display:flex;flex-direction:column}.tabstrip{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid var(--panel-border)}.tab{display:inline-flex;align-items:center;gap:7px;border:none;background:none;padding:9px 14px;margin-bottom:-1px;border-bottom:2px solid transparent;color:var(--text-muted);font:inherit;font-weight:650;cursor:pointer}.tab:hover{color:var(--text)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.tab-dot{width:7px;height:7px;border-radius:999px;background:var(--accent)}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.74rem;font-weight:760}.tab-pane{min-height:360px}.audio-pane{display:grid;gap:14px;align-content:start}.pane-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;margin-bottom:14px}.panel-heading h2{font-size:1.15rem;line-height:1.2}.toolbar{display:flex;align-items:center;gap:8px}.icon-button{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface-subtle);color:var(--text);cursor:pointer}.icon-button:hover:not(:disabled){background:var(--accent-soft)}.icon-button:disabled{cursor:not-allowed;opacity:.45}.icon-button input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.text-editor{width:100%;min-height:280px;resize:vertical;border:1px solid var(--border);border-radius:8px;padding:16px;background:var(--surface-input);color:var(--text);line-height:1.55;outline:none}.text-editor:focus,.small-textarea:focus,select:focus{border-color:var(--accent-2);box-shadow:0 0 0 3px #26766d24}.editor-footer{display:flex;justify-content:space-between;gap:16px;margin-top:10px;color:var(--text-muted);font-size:.9rem}.editor-hint{margin:8px 0 0;color:var(--text-muted);font-size:.84rem;line-height:1.5}.editor-hint code{padding:0 4px;border-radius:4px;background:var(--accent-soft);color:var(--accent)}.editor-hint kbd{padding:1px 5px;border:1px solid var(--border);border-radius:4px;background:var(--surface-subtle);color:var(--text);font-family:inherit;font-size:.78rem}.length-warning{margin:8px 0 0;padding:8px 12px;border:1px solid var(--warn-border);border-radius:8px;background:var(--warn-bg);color:var(--warn-text);font-size:.86rem;line-height:1.45}.controls-panel{display:flex;flex-direction:column;gap:18px}.controls-section{display:flex;flex-direction:column;gap:14px;padding-top:16px;border-top:1px solid var(--divider)}.controls-section:first-of-type{padding-top:0;border-top:none}.section-label{margin:0;color:var(--eyebrow);font-size:.74rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.field-hint{color:var(--text-muted);font-weight:480;line-height:1.4}.inline-field{display:flex;align-items:end;gap:8px}.inline-field .field{flex:1 1 auto;min-width:0}.inline-field .primary-button{width:auto;flex:0 0 auto;white-space:nowrap}.disclosure{display:inline-flex;align-items:center;gap:6px;align-self:start;padding:2px 0;border:none;background:none;color:var(--accent);font:inherit;font-size:.9rem;font-weight:680;cursor:pointer}.disclosure-chevron{transition:transform .15s ease}.disclosure-chevron.open{transform:rotate(180deg)}.create-bar{position:sticky;bottom:0;margin-top:auto;padding-top:12px;background:var(--panel-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.empty-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:160px;padding:24px;text-align:center;color:var(--text-muted)}.empty-placeholder p{margin:0;max-width:36ch;line-height:1.5}.field{display:grid;gap:7px;color:var(--text);font-size:.92rem;font-weight:680}.field select,.field input[type=range],.small-textarea{width:100%}.field select,.small-textarea{min-height:42px;border:1px solid var(--border);border-radius:8px;background:var(--surface-input);color:var(--text)}.field select{padding:0 12px}.small-textarea{min-height:82px;resize:vertical;padding:10px 12px;line-height:1.42}input[type=range]{accent-color:var(--accent-2)}.primary-button,.secondary-button,.download-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;border:1px solid transparent;padding:0 16px;font:inherit;font-weight:760;text-decoration:none;cursor:pointer}.primary-button{width:100%;background:var(--accent);color:var(--on-accent)}.primary-button:hover:not(:disabled){background:var(--accent-hover)}.primary-button.accent{background:var(--warm)}.primary-button.accent:hover:not(:disabled){background:var(--warm-hover)}.secondary-button{border-color:var(--border);background:var(--surface);color:var(--text)}.secondary-button.strong{border-color:var(--accent);background:var(--accent-soft-2)}.download-button{width:100%;background:var(--download-bg);color:#fff}.divider{height:1px;background:var(--divider)}.summary{margin:0 0 14px;color:var(--text)}.review-actions{display:flex;gap:10px;margin-bottom:14px}.diff-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.diff-grid h3{margin:0 0 8px;font-size:.92rem;color:var(--text-muted)}pre{min-height:180px;max-height:340px;margin:0;overflow:auto;white-space:pre-wrap;word-break:break-word;border:1px solid var(--border-soft);border-radius:8px;padding:12px;background:var(--surface-subtle);color:var(--text);line-height:1.45}.changes-list{display:grid;gap:8px;margin:14px 0 0;padding:0;list-style:none}.changes-list li{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-height:42px;border:1px solid var(--border-soft);border-radius:8px;padding:8px 10px;background:var(--surface);color:var(--text)}.changes-list small{color:var(--text-muted)}.change-check{width:16px;height:16px;margin:0;accent-color:var(--accent-2);cursor:pointer}.changes-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;color:var(--text-muted);font-size:.86rem}.changes-toolbar-actions{display:flex;gap:12px}.link-button{border:none;background:none;padding:0;color:var(--accent);font:inherit;font-weight:680;cursor:pointer;text-decoration:underline}.change-type{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.76rem;font-weight:760;text-transform:uppercase}audio{width:100%}.checkbox-field{display:flex;align-items:start;gap:10px;color:var(--text);font-size:.92rem;font-weight:680;cursor:pointer}.checkbox-field input[type=checkbox]{margin-top:3px;width:16px;height:16px;accent-color:var(--accent-2)}.checkbox-field small{display:block;margin-top:3px;color:var(--text-muted);font-weight:480}.checkbox-field code{padding:0 4px;border-radius:4px;background:var(--accent-soft);color:var(--accent)}.clip-list{display:grid;gap:16px;margin:0;padding:0;list-style:none}.clip{display:grid;gap:9px;padding:14px;border:1px solid var(--border-soft);border-radius:10px;background:var(--surface-input)}.clip-heading{display:flex;align-items:start;gap:9px}.clip-text{color:var(--text-muted);font-size:.9rem;line-height:1.45;overflow-wrap:anywhere}.empty-state,.muted{margin:0;color:var(--text-muted);line-height:1.5}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:980px){.workspace{grid-template-columns:1fr}.topbar{align-items:start;flex-direction:column}.topbar-actions{width:100%;justify-content:flex-start}.text-editor{min-height:240px}}@media(max-width:680px){.app-shell{width:min(100% - 20px,1480px);padding-top:12px}.diff-grid{grid-template-columns:1fr}.editor-panel,.controls-panel{padding:14px}.locale-chips{max-height:132px}}.media-pane{display:grid;gap:16px;align-content:start}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:168px;padding:24px;border:2px dashed var(--border);border-radius:12px;background:var(--surface-subtle);color:var(--text-muted);text-align:center;cursor:pointer}.dropzone:hover,.dropzone.dragging{border-color:var(--accent);background:var(--accent-soft)}.dropzone.filled{border-style:solid;border-color:var(--accent)}.dropzone input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.dropzone-title{margin:0;color:var(--text);font-weight:760;overflow-wrap:anywhere}.dropzone-hint{margin:0;max-width:52ch;font-size:.86rem;line-height:1.45}.media-options{display:grid;gap:14px}.url-source{display:grid;gap:12px}.or-divider{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.or-divider:before,.or-divider:after{content:"";flex:1;height:1px;background:var(--divider)}.url-input{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-input);color:var(--text);font:inherit}.url-input:focus{outline:2px solid var(--accent);outline-offset:-1px}.locale-picker{display:grid;gap:9px;margin:0;padding:0;border:0}.locale-picker legend{padding:0;color:var(--text);font-size:.92rem;font-weight:680}.locale-picker legend small{display:block;margin-top:3px;color:var(--text-muted);font-weight:480;line-height:1.4}.locale-chips{display:flex;flex-wrap:wrap;gap:7px;max-height:160px;overflow-y:auto}.locale-chip{min-height:32px;padding:0 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);font:inherit;font-size:.84rem;font-weight:680;cursor:pointer}.locale-chip:hover{border-color:var(--accent)}.locale-chip.selected{border-color:var(--accent);background:var(--accent-soft-2);color:var(--accent)}.media-progress{display:grid;gap:12px;justify-items:start;padding:20px;border:1px solid var(--border-soft);border-radius:12px;background:var(--surface-input)}.media-progress-heading{display:flex;align-items:center;gap:9px;font-weight:760}.media-progress-heading .muted{overflow-wrap:anywhere}.progress-track{width:100%;height:8px;border-radius:999px;background:var(--divider);overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:var(--accent);transition:width .3s ease}.progress-track.indeterminate:after{content:"";display:block;width:34%;height:100%;border-radius:999px;background:var(--accent);animation:slide 1.4s ease-in-out infinite}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(320%)}}@media(prefers-reduced-motion:reduce){.progress-track.indeterminate:after{animation:none;width:100%;opacity:.45}}.chip-button{min-height:30px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-subtle);color:var(--text);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.chip-button:hover{background:var(--accent-soft)}.media-actions{display:flex;flex-wrap:wrap;gap:10px}.media-actions .primary-button,.media-actions .secondary-button{width:auto;flex:1 1 220px}.media-title{margin:0;font-size:1.12rem;line-height:1.25}.media-summary{margin:0;color:var(--text);line-height:1.55;white-space:pre-wrap}.media-list{display:grid;gap:9px}.media-list .section-label{display:flex;align-items:center;gap:6px}.media-list ul{display:grid;gap:7px;margin:0;padding-left:20px;line-height:1.5}.chapter-list,.segment-list{padding-left:0;list-style:none}.chapter-list li,.segment-list li{display:flex;align-items:start;gap:10px}.chapter-list small{display:block;margin-top:2px;color:var(--text-muted);line-height:1.45}.timestamp{flex:0 0 auto;min-width:56px;padding:1px 6px;border:1px solid transparent;border-radius:6px;background:var(--accent-soft);color:var(--accent);font:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;font-weight:700;text-align:center;cursor:pointer}.timestamp:hover:not(:disabled){border-color:var(--accent)}.timestamp:disabled{cursor:default;background:var(--surface-subtle);color:var(--text-muted)}.segment-list{max-height:420px;overflow-y:auto}.segment-list strong{margin-right:5px}.mode-switch.three{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:880px){.mode-switch,.mode-switch.three{grid-template-columns:minmax(0,1fr)}}.write-lane{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,400px);gap:16px;align-items:start}@media(max-width:1080px){.write-lane{grid-template-columns:minmax(0,1fr)}}.editor-stack{position:relative;min-height:380px}.editor-mirror,.editor-input{width:100%;min-height:380px;margin:0;padding:16px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:1rem;line-height:1.65;letter-spacing:normal;-moz-tab-size:4;tab-size:4;white-space:pre-wrap;overflow-wrap:break-word;word-break:normal;overflow-y:auto}.editor-mirror{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--surface-input);color:transparent;pointer-events:none;-webkit-user-select:none;user-select:none}.editor-input{position:relative;background:transparent;color:var(--text);resize:vertical;outline:none}.editor-input:focus{border-color:var(--accent-2);box-shadow:0 0 0 3px #26766d24}:root{--suggest-correctness: #c8412c;--suggest-clarity: #2f6fb0;--suggest-engagement: #2f8f5b;--suggest-delivery: #7a55b5}:root[data-theme=dark]{--suggest-correctness: #e8705c;--suggest-clarity: #6ba6de;--suggest-engagement: #5fc189;--suggest-delivery: #ab8ae0}.suggestion-mark{background:none;color:transparent;border-bottom:2px solid currentColor;border-radius:1px}.suggestion-mark.is-correctness{color:var(--suggest-correctness)}.suggestion-mark.is-clarity{color:var(--suggest-clarity)}.suggestion-mark.is-engagement{color:var(--suggest-engagement)}.suggestion-mark.is-delivery{color:var(--suggest-delivery)}.suggestion-mark.active{background:color-mix(in srgb,currentColor 22%,transparent)}.suggestion-mark.insertion{border-bottom:none;border-left:2px solid currentColor;margin-left:-1px}.write-rail{display:grid;gap:14px;align-content:start}.write-dictate{display:grid;gap:10px;margin-bottom:14px;padding:12px 14px;border:1px solid var(--panel-border);border-radius:8px;background:var(--surface-subtle)}.write-status{display:inline-flex;align-items:center;gap:6px}.write-status.clear{color:var(--accent)}.category-chips{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--border-soft);border-radius:999px;background:var(--surface-subtle);color:var(--text-muted);font-size:.82rem;text-transform:capitalize}.chip:hover:not(:disabled){border-color:var(--accent)}.chip.active{border-color:var(--accent);background:var(--accent-soft);color:var(--text);font-weight:600}.chip.is-correctness.active{border-color:var(--suggest-correctness)}.chip.is-clarity.active{border-color:var(--suggest-clarity)}.chip.is-engagement.active{border-color:var(--suggest-engagement)}.chip.is-delivery.active{border-color:var(--suggest-delivery)}.chip-count{padding:0 5px;border-radius:999px;background:var(--panel-border);font-size:.75rem;font-variant-numeric:tabular-nums}.suggestion-list{display:grid;gap:8px;max-height:420px;margin:0;padding:0;overflow-y:auto;list-style:none}.suggestion-card{display:flex;align-items:flex-start;gap:6px;padding:10px 10px 10px 12px;border:1px solid var(--border-soft);border-left:3px solid var(--border-soft);border-radius:6px;background:var(--surface)}.suggestion-card.is-correctness{border-left-color:var(--suggest-correctness)}.suggestion-card.is-clarity{border-left-color:var(--suggest-clarity)}.suggestion-card.is-engagement{border-left-color:var(--suggest-engagement)}.suggestion-card.is-delivery{border-left-color:var(--suggest-delivery)}.suggestion-card.active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.suggestion-body{display:grid;gap:4px;flex:1;min-width:0;padding:0;border:0;background:none;color:inherit;text-align:left}.suggestion-head{display:flex;align-items:center;gap:6px;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.suggestion-category{font-weight:700}.suggestion-card.is-correctness .suggestion-category{color:var(--suggest-correctness)}.suggestion-card.is-clarity .suggestion-category{color:var(--suggest-clarity)}.suggestion-card.is-engagement .suggestion-category{color:var(--suggest-engagement)}.suggestion-card.is-delivery .suggestion-category{color:var(--suggest-delivery)}.suggestion-type{color:var(--text-muted)}.suggestion-edit{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;font-size:.92rem}.suggestion-edit s{color:var(--text-muted)}.suggestion-edit strong:before{content:"→";margin-right:6px;color:var(--text-muted);font-weight:400}.suggestion-reason{color:var(--text-muted);font-size:.84rem;line-height:1.4}.suggestion-actions{display:flex;flex:none;gap:4px}.icon-button.small{width:30px;height:30px;border-radius:6px}.icon-button.active{border-color:var(--accent);background:var(--accent-soft)}.secondary-button.full{width:100%;justify-content:center}.rail-section{display:grid;gap:8px;padding-top:12px;border-top:1px solid var(--divider)}.rail-section .eyebrow{display:flex;align-items:center;gap:6px}.tone-chips{display:flex;flex-wrap:wrap;gap:6px}.tone-chip{display:inline-flex;align-items:baseline;gap:5px;padding:4px 10px;border:1px solid var(--border-soft);border-radius:999px;background:var(--accent-soft-2);font-size:.84rem;text-transform:capitalize}.tone-chip small{color:var(--text-muted);font-size:.72rem;font-variant-numeric:tabular-nums}.readability{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;align-items:baseline;margin:0}.readability strong{grid-row:span 2;font-size:1.6rem;font-variant-numeric:tabular-nums;line-height:1}.readability small{grid-column:2;color:var(--text-muted);font-size:.78rem}.rewrite-row{display:flex;gap:8px;align-items:flex-end}.rewrite-row .field{flex:1;min-width:0}.rewrite-note{display:flex;align-items:flex-start;gap:8px;margin:10px 0 0;padding:9px 11px;border:1px solid var(--warn-border);border-radius:8px;background:var(--warn-bg);color:var(--warn-text);font-size:.86rem;line-height:1.45}.rewrite-note svg{flex:0 0 auto;margin-top:2px}.variant-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.variant-list li{padding:10px 12px;border:1px solid var(--border-soft);border-radius:6px;background:var(--surface)}.variant-list p{margin:0 0 6px;font-size:.88rem;line-height:1.5}.variant-dismiss{padding:0;border:0;background:none;text-align:center}.goals-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.toggle{display:inline-flex;align-items:center;gap:7px;color:var(--text-muted);font-size:.85rem;white-space:nowrap}.empty-placeholder.small{min-height:150px}.recorder{display:grid;gap:10px}.recorder-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.recorder-clock{display:inline-flex;align-items:center;gap:7px;font-variant-numeric:tabular-nums;font-weight:600}.recorder-dot{width:9px;height:9px;border-radius:50%;background:#c8412c;animation:recorder-pulse 1.4s ease-in-out infinite}@keyframes recorder-pulse{50%{opacity:.25}}@media(prefers-reduced-motion:reduce){.recorder-dot{animation:none}}.recorder-meter{display:inline-flex;align-items:flex-end;gap:3px;height:20px}.recorder-bar{width:4px;height:100%;border-radius:2px;background:var(--border-soft);transition:background .08s linear}.recorder-bar.lit{background:var(--accent)}.recorder-note{display:flex;align-items:flex-start;gap:8px;margin:0;color:var(--text-muted);font-size:.85rem;line-height:1.45}.recorder-note svg{flex:none;margin-top:2px}.recorder-note.warn{color:var(--warn-text)}.recorder-playback{width:100%}.record-source{display:grid;gap:10px;padding:14px 16px;border:1px solid var(--panel-border);border-radius:8px;background:var(--surface-subtle)}.record-source .eyebrow{display:flex;align-items:center;gap:6px}.write-status.failed{color:var(--warn-text)}.speaker-names{padding:12px 14px;border:1px solid var(--panel-border);border-radius:8px;background:var(--surface-subtle)}.speaker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.speaker-field{display:grid;gap:5px}.speaker-label{color:var(--text-muted);font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}
