:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ui-font:ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--ui-font);--page:#17191a;--panel:#232628;--panel-alt:#202325;--raised:#34393c;--text:#e3e7e8;--muted:#9aa3a6;--border:#3b4144;--focus:#8ed4df;--aff:#b7e7ef;--neg:#f0cfb6;--notes:#b8b8b8;--aff-dim:color-mix(in srgb, var(--aff) 22%, #202325);--aff-strong:color-mix(in srgb, var(--aff) 36%, #202325);--neg-dim:color-mix(in srgb, var(--neg) 22%, #202325);--neg-strong:color-mix(in srgb, var(--neg) 36%, #202325);--notes-muted:color-mix(in srgb, var(--notes) 62%, #545b5e);--notes-dim:color-mix(in srgb, var(--notes) 12%, #202325);--notes-strong:color-mix(in srgb, var(--notes) 28%, #202325);font-synthesis:none}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{background:var(--page);min-width:320px;color:var(--text);font-size:14px;overflow:hidden}button,textarea,input,select{color:inherit;font:inherit}button{-webkit-tap-highlight-color:transparent;border:0}.app-shell{background:var(--page);grid-template-columns:184px minmax(0,1fr);gap:10px;width:100%;height:100%;padding:10px;display:grid}.sidebar{background:var(--panel);border:1px solid #2e3234;border-radius:10px;flex-direction:column;min-height:0;padding:8px;display:flex}.flow-type-panel,.name-card,.action-button{align-items:center;display:flex}.icon-button{width:36px;height:36px;color:var(--text);cursor:pointer;background:0 0;border-radius:8px;flex:0 0 36px;justify-content:center;align-items:center;gap:5px;padding:8px;display:inline-flex;position:relative}.icon-button:hover:not(:disabled),.icon-button:focus-visible{color:#f5f7f7;background:var(--raised)}.icon-button:disabled{color:var(--muted);cursor:default}.icon-button .icon{flex:none}.logo-mark{color:#d9ddde;background:linear-gradient(145deg,#3b4042,#2f3335);border:1px solid #454c4f;border-radius:9px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid;position:relative}.logo-mark:before{content:"";background:#858d90;border-radius:99px;width:6px;height:6px;position:absolute;top:4px;right:4px}[data-tip]:after{content:attr(data-tip);z-index:20;color:#ddd;opacity:0;pointer-events:none;background:#151515;border-radius:5px;width:max-content;max-width:170px;padding:5px 7px;font-size:11px;line-height:1.2;transition:opacity .12s;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%)}[data-tip]:hover:after,[data-tip]:focus-visible:after{opacity:1;transition-delay:.35s}.add-flow-button{color:#e2e6e7;cursor:pointer;background:#353a3c;border:1px solid #4d5558;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:40px;display:flex;position:relative}.add-flow-button:hover,.add-flow-button:focus-visible{background:#414749}.flow-tabs{flex-direction:column;flex:1;gap:4px;min-height:0;padding-top:8px;display:flex;overflow:auto}.flow-tab-row{min-width:0;position:relative}.flow-tab{text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%;min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:0 29px 0 9px;overflow:hidden}.flow-tab:hover{background:var(--raised)}.flow-tab.selected{color:#e1e5e6;background:#3a4042}.flow-tab-delete{color:#b6bcbc;opacity:0;cursor:pointer;background:0 0;border-radius:6px;width:28px;height:28px;font-size:18px;line-height:1;position:absolute;top:5px;right:3px}.flow-tab-row:hover .flow-tab-delete,.flow-tab-delete:focus-visible{opacity:1}.flow-tab-delete:hover,.flow-tab-delete:focus-visible{color:#f0c3b0;background:#5b3e35;outline:none}.timer-stack{border-left:1px solid #464c4e;flex:350px;align-items:center;gap:6px;min-width:270px;padding-left:10px;display:flex}.timer-control{flex:120px;grid-template-columns:minmax(64px,1fr) 32px 24px;width:auto;height:48px;display:grid;position:relative}.timer-face,.prep-timer{color:#aeb5b7;cursor:pointer;background:#292d2f;border:1px solid #41484a;place-content:center;justify-items:center;gap:4px;min-width:0;height:48px;padding:3px;display:grid}.timer-face{border-radius:7px 0 0 7px;width:100%}.timer-face:hover,.timer-face:focus-visible,.prep-timer.running{background:#353a3c}.timer-face span,.prep-timer span{color:#949c9e;letter-spacing:.035em;font-size:8px;font-weight:700;line-height:1}.timer-face strong,.prep-timer strong{letter-spacing:-.015em;font-variant-numeric:tabular-nums;font-size:12px;font-weight:600;line-height:1}.timer-control.running .timer-face{color:#eef1f2;background:#34393b;border-color:#69777a}.timer-preset-toggle{color:#aeb5b7;cursor:pointer;background:#25292a;border:1px solid #41484a;border-left:0;place-content:center;gap:1px;width:32px;height:48px;padding:2px;font-size:8px;display:grid}.timer-preset-toggle:hover,.timer-preset-toggle:focus-visible,.timer-preset-toggle[aria-expanded=true]{color:#eef1f2;background:#383d3f}.timer-preset-toggle i{font-size:11px;font-style:normal;line-height:7px}.speech-timer-reset{color:#8f9799;cursor:pointer;background:#25292a;border:1px solid #41484a;border-left:0;border-radius:0 7px 7px 0;place-items:center;width:24px;height:48px;padding:0;display:grid}.speech-timer-reset:hover:not(:disabled),.speech-timer-reset:focus-visible:not(:disabled){color:#f0f2f2;background:#444b4d}.speech-timer-reset:disabled{color:#555c5e;cursor:default;background:#222526}.timer-presets{z-index:22;background:#191b1c;border:1px solid #4a5153;border-radius:7px;grid-template-columns:repeat(3,1fr);gap:3px;width:108px;padding:4px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 28px #000b}.timer-presets button{color:#929a9c;cursor:pointer;background:#33383a;border-radius:4px;min-width:0;height:24px;font-size:9px}.timer-presets button:hover,.timer-presets button:focus-visible{color:#e0e4e5;background:#3e4446}.timer-presets button.selected{color:#f0f2f2;background:#4a5052}.timer-control.time-up,.prep-timer.time-up{animation:.55s ease-in-out 6 timer-flash}.prep-timers{flex:2 220px;gap:6px;min-width:170px;display:flex}.prep-bank{flex:82px;grid-template-columns:minmax(62px,1fr) 20px;width:auto;height:48px;display:grid;position:relative}.prep-timer{border-radius:7px 0 0 7px;width:100%}.prep-timer.aff strong{color:var(--aff)}.prep-timer.neg strong{color:var(--neg)}.prep-timer.aff:hover,.prep-timer.aff:focus-visible{border-color:var(--aff-strong);background:var(--aff-dim)}.prep-timer.neg:hover,.prep-timer.neg:focus-visible{border-color:var(--neg-strong);background:var(--neg-dim)}.prep-timer.aff.running{border-color:var(--aff-strong)}.prep-timer.neg.running{border-color:var(--neg-strong)}.prep-reset{color:#8f9799;cursor:pointer;background:#25292a;border:1px solid #41484a;border-left:0;border-radius:0 7px 7px 0;place-items:center;width:20px;height:48px;padding:0;display:grid}.prep-reset:hover:not(:disabled),.prep-reset:focus-visible:not(:disabled){color:#f0f2f2;background:#444b4d}.prep-reset:disabled{color:#555c5e;cursor:default;background:#222526}.prep-editor{z-index:23;color:#cbd1d2;background:#191b1c;border:1px solid #4a5153;border-radius:8px;gap:6px;width:172px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 28px #000b}.prep-editor label{letter-spacing:.03em;font-size:10px;font-weight:700}.prep-editor>div{grid-template-columns:minmax(0,1fr) 42px;gap:5px;display:grid}.prep-editor input{color:#eef1f2;font-variant-numeric:tabular-nums;background:#25292a;border:1px solid #4b5355;border-radius:5px;outline:0;width:100%;height:30px;padding:0 7px}.prep-editor input:focus{border-color:#72a8b3;box-shadow:0 0 0 2px #72a8b322}.prep-editor input[aria-invalid=true]{border-color:#a76f59}.prep-editor button{color:#e8eeee;cursor:pointer;background:#405d63;border-radius:5px;height:30px}.prep-editor button:hover,.prep-editor button:focus-visible{background:#4c6c73}.prep-editor small{color:#858d8f;min-height:12px;font-size:9px;line-height:1.3}.prep-editor small.error{color:#d6a18d}@keyframes timer-flash{50%{color:#fff;background:#85513f;box-shadow:0 0 18px #c17a5b66}}.verify-page-link,.evidence-trigger,.ai-response-trigger{color:#c8cdcf;cursor:pointer;background:#303436;border-radius:8px;align-items:center;gap:7px;width:100%;min-height:40px;margin:5px 0;padding:0 8px;display:flex}.verify-page-link{color:#d3c4e8;background:#373240;border:1px solid #4e485d;justify-content:center;margin:0;text-decoration:none}.verify-page-link:hover,.verify-page-link:focus-visible,.evidence-trigger:hover,.evidence-trigger:focus-visible,.ai-response-trigger:hover,.ai-response-trigger:focus-visible{background:#3a4649}.verify-page-link:hover,.verify-page-link:focus-visible{color:#efe5ff;background:#443d50;border-color:#655b79}.evidence-trigger kbd,.ai-response-trigger kbd{color:#aab1b3;background:0 0;border-color:#5b6265;margin-left:auto;padding:2px 4px;font-size:10px}.shortcut-actions{border-top:1px solid #353a3c;gap:4px;margin-top:5px;padding-top:5px;display:grid}.shortcut-action{color:#bdc4c6;text-align:left;cursor:pointer;background:#2d3133;border-radius:7px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;width:100%;min-height:35px;padding:0 7px;display:grid}.shortcut-action:hover:not(:disabled),.shortcut-action:focus-visible:not(:disabled){color:#edf1f2;background:#3a4143}.shortcut-action:disabled{color:#656d6f;cursor:default;background:#292c2d}.shortcut-action .icon{justify-self:center}.shortcut-action span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.shortcut-action kbd{color:#aab1b3;text-align:center;background:#232627;border-color:#555d5f;min-width:25px;padding:2px 4px;font-size:9px}.settings-fab{z-index:18;color:#dce1e2;background:0 0;position:fixed;top:18px;right:18px}.settings-fab:hover,.settings-fab:focus-visible{background:#41484a}.settings-fab[data-tip]:after{left:auto;right:0;transform:none}.empty-pane{min-width:0;color:var(--muted);background:var(--panel);border-radius:8px;place-content:center;justify-items:center;display:grid}.empty-pane p{color:var(--text);margin:10px 0 3px;font-size:18px}.empty-pane span{font-size:12px}.saved-header{justify-content:space-between;align-items:center;gap:20px;height:52px;padding:8px;display:flex}.saved-title{gap:8px;min-width:max-content}.saved-title h1{letter-spacing:-1px;margin:0;font-size:24px;font-weight:400;line-height:1}.saved-header p{color:var(--muted);white-space:nowrap;margin:0}.tutorial-button{cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:3px;height:36px;padding:7px 8px;display:flex}.tutorial-button:hover{background:var(--raised)}.saved-list{padding:8px}.saved-row{grid-template-columns:16px minmax(0,1fr) auto auto 36px;align-items:center;gap:8px;height:36px;display:grid}.flow-stripe{border-radius:8px;width:16px;height:36px}.flow-stripe.aff{background:var(--aff-dim)}.flow-stripe.neg{background:var(--neg-dim)}.flow-info{min-width:0;padding-left:3px}.flow-info strong{text-overflow:ellipsis;white-space:nowrap;font-weight:400;display:block;overflow:hidden}.flow-info small{color:var(--muted);margin-top:2px;font-size:10px;display:block}.saved-row time{background:var(--raised);font-variant-numeric:tabular-nums;border-radius:8px;align-items:center;height:36px;padding:0 9px;display:flex}.open-button{cursor:pointer;background:0 0;border-radius:8px;gap:5px;height:36px;padding:0 8px}.open-button:hover{background:var(--raised)}.more-wrap{position:relative}.row-menu{z-index:8;background:#333;border:1px solid #474747;border-radius:8px;min-width:110px;padding:4px;position:absolute;top:40px;right:0;box-shadow:0 7px 25px #0008}.row-menu button{cursor:pointer;background:0 0;border-radius:5px;align-items:center;gap:7px;width:100%;padding:8px;display:flex}.row-menu button:hover{background:#444}.editor-pane{grid-template-rows:102px minmax(0,1fr);gap:8px;min-width:0;min-height:0;display:grid;overflow:hidden}.editor-pane.has-context{grid-template-rows:102px auto minmax(0,1fr)}.editor-header{grid-template-rows:64px 30px;gap:8px;min-width:0;display:grid}.main-control-bar{grid-template-columns:minmax(147px,15%) minmax(0,1fr);gap:8px;min-width:0;display:grid}.name-card,.flow-type-panel{background:var(--panel);border:1px solid #2f3436;border-radius:10px;min-width:0;height:64px;padding:8px}.name-card textarea{resize:none;min-width:0;height:48px;color:var(--aff);letter-spacing:-.025em;text-align:center;white-space:nowrap;background:0 0;border:0;outline:0;flex:1;padding:10px 0;font-size:21px;font-weight:500;line-height:28px;overflow:hidden}.name-card.neg textarea{color:var(--neg)}.name-card textarea::placeholder{color:#66818a;opacity:.8}.name-card.neg textarea::placeholder{color:#8a7466}.flow-position{border:1px solid var(--aff-strong);height:48px;color:var(--aff);background:var(--aff-dim);cursor:pointer;border-radius:8px;flex:none;align-items:center;gap:7px;padding:0 9px;display:inline-flex}.flow-position strong{letter-spacing:.03em;font-size:12px}.flow-position kbd{color:inherit;opacity:.8;background:0 0;border-color:currentColor;padding:2px 4px;font-size:10px}.flow-position.neg{border-color:var(--neg-strong);color:var(--neg);background:var(--neg-dim)}.flow-position:hover,.flow-position:focus-visible{filter:brightness(1.12)}.flow-type-panel{justify-content:flex-start;gap:8px;padding:8px 54px 8px 12px;overflow:visible}.flow-type-panel::-webkit-scrollbar{display:none}.flow-setup{align-items:center;gap:8px;min-width:0;display:flex}.flow-toggle{flex:none;align-items:center;gap:5px;width:auto;height:48px;display:flex}.flow-toggle>span{color:#c0c7c9;letter-spacing:.03em;flex:none;font-size:11px;font-weight:650}.flow-toggle>div{background:#202020;border-radius:7px;flex:none;grid-template-columns:1fr 1fr;gap:2px;width:94px;min-width:94px;height:28px;padding:2px;display:grid}.flow-toggle button{color:#92999b;letter-spacing:.04em;cursor:pointer;background:0 0;border-radius:5px;min-width:0;font-size:9px;font-weight:700}.flow-toggle button:hover,.flow-toggle button:focus-visible{color:#d6dcdd;background:#34393b}.flow-toggle button.selected{color:#e4e8e9;background:#4a5052}.flow-toggle button.aff.selected{color:var(--aff);background:var(--aff-strong)}.flow-toggle button.neg.selected{color:var(--neg);background:var(--neg-strong)}.flow-toggle+.flow-toggle{border-left:1px solid #464c4e;margin-left:1px;padding-left:8px}.case-context{grid-template-columns:minmax(0,1fr);gap:8px;min-width:0;display:grid}.topic-line{color:#9da4a6;background:#1d2021;border:1px solid #3b4144;border-radius:7px;align-items:center;gap:9px;width:100%;min-width:0;height:30px;margin:0;padding:0 11px;display:flex}.topic-line>span{color:#a5adaf;letter-spacing:.09em;flex:none;font-size:10px;font-weight:700}.topic-line input{color:#dce0e1;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:5px 0;font-size:13px}.topic-line input::placeholder{color:#7f8789}.topic-line:focus-within{background:#272b2d;border-color:#566064;box-shadow:inset 0 0 0 1px #566064}.topic-line small{color:#8f879d;flex:none;font-size:10px}.case-text-menus{border-left:1px solid #464c4e;flex:none;align-items:center;gap:6px;min-width:0;margin-left:2px;padding-left:10px;display:flex}.case-text-menu{flex:none;position:relative}.case-text-toggle{color:#b8c0c2;cursor:pointer;background:#2d3133;border:1px solid #454b4e;border-radius:7px;align-items:center;gap:6px;height:48px;padding:0 8px;font-size:11px;display:inline-flex}.case-text-toggle:hover,.case-text-toggle:focus-visible,.case-text-toggle[aria-expanded=true]{color:#eef2f3;background:#393e40;border-color:#596164}.case-text-toggle.aff{color:var(--aff);border-color:var(--aff-strong);background:var(--aff-dim)}.case-text-toggle.neg{color:var(--neg);border-color:var(--neg-strong);background:var(--neg-dim)}.case-text-toggle:is(.aff,.neg):hover,.case-text-toggle:is(.aff,.neg):focus-visible,.case-text-toggle:is(.aff,.neg)[aria-expanded=true]{color:#f4f7f7;filter:brightness(1.12)}.case-text-toggle i{flex:none;width:12px;height:12px;transition:transform .15s;position:relative}.case-text-toggle i:before{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:5px;height:5px;position:absolute;top:2px;left:3px;transform:rotate(45deg)}.case-text-menu.open .case-text-toggle i{transform:rotate(180deg)}.case-text-panel{z-index:21;background:#0b0c0d;border:1px solid #444a4c;border-radius:10px;grid-template-rows:30px minmax(150px,21vh) 24px;gap:7px;width:min(520px,100vw - 220px);min-height:224px;padding:9px 10px 8px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 18px 55px #000d,inset 0 1px #ffffff08}.case-text-panel header,.case-text-panel header>div,.case-text-panel footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.case-text-panel header>div{flex:1;min-width:0}.case-text-panel header{border-bottom:1px solid #25292a;padding:0 2px}.case-text-panel header strong{color:#d8ddde;font-size:12px;font-weight:650}.case-text-panel header span{color:#727a7c;text-transform:uppercase;letter-spacing:.06em;font-size:9px}.case-text-panel textarea{resize:none;color:#e0e4e5;background:#050606;border:1px solid #303537;border-radius:7px;outline:0;width:100%;min-height:0;padding:10px 11px;font-family:inherit;font-size:12px;line-height:1.5}.case-text-panel textarea:focus{border-color:#766b88;box-shadow:0 0 0 2px #8d7ba822}.case-text-panel textarea::placeholder{color:#6f7779}.case-text-panel footer{color:#747c7e;font-size:10px}.case-text-panel footer span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.case-text-panel footer small{font-size:inherit;font-variant-numeric:tabular-nums;flex:none}.case-text-panel.sheet-editor{z-index:1;width:100%;height:100%;min-height:0;box-shadow:none;background:#1d2021;border-color:#303537;border-radius:10px;grid-template-rows:44px minmax(0,1fr) 34px;gap:8px;padding:8px;position:relative;inset:auto}.case-text-panel.sheet-editor header{background:var(--panel);border:1px solid #353a3c;border-radius:8px;padding:0 8px 0 12px}.case-text-panel.sheet-editor header strong{color:var(--text);letter-spacing:-.015em;font-size:16px;font-weight:500}.case-text-panel.sheet-editor.aff header strong{color:var(--aff)}.case-text-panel.sheet-editor.neg header strong{color:var(--neg)}.case-text-panel.sheet-editor header span{margin-left:auto}.case-text-panel.sheet-editor header button{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;flex:none;font-size:23px;line-height:1}.case-text-panel.sheet-editor header button:hover,.case-text-panel.sheet-editor header button:focus-visible{color:var(--text);background:var(--raised)}.case-text-panel.sheet-editor textarea{color:var(--text);background:#0b0c0d;border-color:#303537;border-radius:8px;padding:16px;font-family:inherit;font-size:14px;line-height:1.55}.backhalf-rows{scrollbar-color:#596164 transparent;background:#0b0c0d;border:1px solid #303537;border-radius:8px;min-height:0;overflow:auto}.backhalf-row-wrap{background:#0b0c0d;border-bottom:1px solid #303537;grid-template-columns:34px minmax(0,1fr);align-items:start;min-height:39px;display:grid}.backhalf-row-wrap:nth-child(2n){background:#111314}.backhalf-row-wrap:last-child{border-bottom:0}.case-text-panel.sheet-editor .backhalf-row{width:100%;height:auto;min-height:38px;color:var(--text);field-sizing:content;background:0 0;border:0;border-radius:0;padding:9px 12px 9px 3px;font-family:inherit;font-size:13px;line-height:1.5;display:block;overflow:hidden}.extension-checkbox{color:#172024;cursor:pointer;background:0 0;border:1px solid #707a7c;border-radius:3px;place-items:center;width:18px;height:18px;margin:10px 7px 0 9px;padding:0;font-size:12px;font-weight:800;line-height:1;display:grid}.case-text-panel.aff .extension-checkbox[aria-pressed=true]{border-color:var(--aff);background:var(--aff)}.case-text-panel.neg .extension-checkbox[aria-pressed=true]{border-color:var(--neg);background:var(--neg)}.extension-checkbox:hover,.extension-checkbox:focus-visible{border-color:#d5dcde}.backhalf-row-wrap.unchecked .backhalf-row{color:#889194;text-decoration:line-through}.case-text-panel.sheet-editor .backhalf-row:focus{z-index:1;border-color:#766b88;position:relative;box-shadow:inset 0 0 0 2px #8d7ba855}.case-text-panel.sheet-editor .backhalf-row::placeholder{color:#6f7779}.case-text-panel.sheet-editor footer{min-height:34px;color:var(--muted);background:var(--panel);border:1px solid #353a3c;border-radius:8px;padding:0 10px;font-size:11px}.case-text-panel.rich-speech-panel{grid-template-rows:44px minmax(0,1fr) 34px}.rich-case-speech{grid-template-rows:36px minmax(0,1fr);gap:8px;min-height:0;display:grid}.rich-speech-workspace{grid-template-rows:36px minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(260px,31%);gap:8px;min-height:0;display:grid}.rich-speech-toolbar{background:var(--panel);scrollbar-width:thin;border:1px solid #353a3c;border-radius:7px;grid-column:1/-1;align-items:center;gap:4px;padding:4px;display:flex;overflow-x:auto}.speech-font-size{flex:none;position:relative}.speech-font-size>span{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.speech-font-size select{color:#c5cbcd;cursor:pointer;background:#303537;border:1px solid #454c4f;border-radius:5px;min-height:26px;padding:0 22px 0 7px;font-size:10px}.speech-font-size select:hover,.speech-font-size select:focus-visible{color:#f0f3f4;border-color:#687174;outline:0}.rich-speech-toolbar button{color:#aeb5b7;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;flex:none;min-height:26px;padding:0 8px;font-size:10px}.rich-speech-toolbar button:hover,.rich-speech-toolbar button:focus-visible{color:#eef2f3;background:#3a3f41;border-color:#555d60}.rich-speech-editor{min-height:0;color:var(--text);white-space:pre-wrap;scrollbar-color:#596164 transparent;background:#0b0c0d;border:1px solid #303537;border-radius:8px;outline:0;padding:0 0 45vh;font-size:14px;line-height:1.55;overflow:auto}.rich-speech-editor:focus{border-color:#766b88;box-shadow:0 0 0 2px #8d7ba822}.rich-speech-editor:empty:before{content:attr(data-placeholder);color:#6f7779;pointer-events:none;padding:18px 20px;display:block}.rich-speech-editor>:is(p,h2){min-height:39px;margin:0;padding:9px 20px}.rich-speech-editor>:is(p,h2):nth-child(odd){background:#0b0c0d}.rich-speech-editor>:is(p,h2):nth-child(2n){background:#151718}.rich-speech-editor h2,.rich-speech-editor [data-tier=tag]{color:#eef1f2;font-size:19px;font-weight:700;line-height:1.3}.rich-speech-editor [data-tier=body]{font-size:14px}.rich-speech-editor [data-tier=small],.rich-speech-editor small{color:#9fa7a9;font-size:11px;line-height:1.45}.rich-speech-editor mark{color:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#6b795266;padding:1px 0}.rich-speech-editor a{color:#a9cbd2;text-underline-offset:2px;text-decoration-color:#57747a}.card-review-list{scrollbar-color:#596164 transparent;background:#151718;border:1px solid #303537;border-radius:8px;min-height:0;padding:8px;overflow:auto}.card-review-heading{color:#7f888a;text-transform:uppercase;letter-spacing:.07em;justify-content:space-between;align-items:center;gap:10px;min-height:28px;padding:0 3px 7px;font-size:9px;display:flex}.card-review-heading strong{color:#b8bfc1;font-size:10px}.card-review-empty{color:#747c7e;margin:10px 3px;font-size:11px;line-height:1.5}.card-review{background:#202324;border:1px solid #363b3d;border-radius:8px;gap:8px;padding:11px;display:grid}.card-review+.card-review{margin-top:7px}.card-review.ready{border-color:#435154}.card-review-summary{gap:3px;min-width:0;display:grid}.card-review-summary span{color:#777f81;text-transform:uppercase;letter-spacing:.06em;font-size:9px}.card-review-summary strong{color:#d4d9da;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.card-review-correction,.card-review-error{color:#d2b698;background:#55463470;border-radius:5px;margin:0;padding:7px 8px;font-size:10px;line-height:1.45}.card-review-error{color:#e3b19b;background:#5b393570}.card-review>button{color:#bad9df;cursor:pointer;background:#344246;border:1px solid #546b70;border-radius:6px;min-height:30px;padding:0 9px;font-size:10px}.card-review>button:hover:not(:disabled){background:#3d5054;border-color:#67838a}.card-review>button:disabled{color:#737b7d;cursor:default;background:#2a2d2e;border-color:#3c4142}.card-review-result{color:#aeb8b1;background:#30403980;border-left:3px solid #708a78;border-radius:5px;padding:8px}.card-review-result.overstated{color:#d1c19f;background:#4c432d80;border-color:#a58b55}.card-review-result.contradicted{color:#dbb0a4;background:#50362f80;border-color:#aa6955}.card-review-result.unverifiable,.card-review-result.stale{color:#afb4b5;background:#35393a80;border-color:#777f81}.card-review-result strong{text-transform:uppercase;letter-spacing:.06em;font-size:10px}.card-review-result p{margin:5px 0 0;font-size:10px;line-height:1.45}.card-review-result blockquote{color:#d7dddd;margin:7px 0 0;font-family:inherit;font-size:11px;line-height:1.5}.card-review-result small{color:#7e888a;margin-top:6px;font-size:9px;display:block}.verify-shell{background:var(--page);grid-template-rows:82px minmax(0,1fr);gap:10px;width:100%;height:100%;padding:10px;display:grid}.verify-page-header{background:var(--panel);border:1px solid #303537;border-radius:10px;grid-template-columns:110px minmax(0,1fr) 110px;align-items:center;gap:16px;min-width:0;padding:10px 14px;display:grid}.verify-back-link{color:#bbc3c5;background:#303537;border:1px solid #485053;border-radius:7px;align-items:center;gap:7px;width:fit-content;min-height:34px;padding:0 10px;text-decoration:none;display:inline-flex}.verify-back-link:hover,.verify-back-link:focus-visible{color:#f1f4f5;background:#3b4143}.verify-page-title{text-align:center;justify-items:center;gap:2px;min-width:0;display:grid}.verify-page-title>span{color:#9b87b7;text-transform:uppercase;letter-spacing:.13em;font-size:9px;font-weight:750}.verify-page-title h1{color:#e4e7e8;letter-spacing:-.025em;margin:0;font-size:20px;font-weight:520}.verify-page-title p{color:#858e90;text-overflow:ellipsis;white-space:nowrap;max-width:680px;margin:0;font-size:10px;line-height:1.4;overflow:hidden}.verify-save-state{color:#8e9799;text-transform:uppercase;letter-spacing:.05em;background:#292d2f;border:1px solid #454c4e;border-radius:6px;justify-self:end;padding:5px 7px;font-size:9px;font-weight:700}.verify-save-state.error{color:#d8aa95;border-color:#6b4a3d}.verify-page-content{min-height:0}.standalone-verifier-panel{height:100%}.verify-shell :is(button,a,[contenteditable=true]):focus-visible{outline:2px solid var(--focus);outline-offset:2px}.frontline-banner{color:#d5c9e8;background:#373140;border:1px solid #625677;border-radius:9px;grid-column:1/-1;align-items:center;gap:8px;min-height:38px;padding:6px 7px 6px 11px;font-size:11px;display:flex}.frontline-banner .icon{color:#c8b5e8;flex:none}.frontline-banner span{flex:1;min-width:0}.frontline-banner button{color:#cbc1d8;cursor:pointer;background:#4a4255;border-radius:6px;flex:none;min-height:26px;padding:0 8px;font-size:10px}.frontline-banner button:hover,.frontline-banner button:focus-visible{color:#fff;background:#5a4f68}.frontline-banner.running{background:#3d3449;border-color:#6d5b83}.speech-board{scrollbar-color:#596164 transparent;background:#1d2021;border:1px solid #303537;border-radius:10px;min-height:0;overflow:auto}.speech-board.frontline-selecting,.speech-board.frontline-selecting .sheet-cell,.sheet-column-header.frontline-option{cursor:crosshair}.sheet-column-header.frontline-option:hover,.sheet-column-header.frontline-option:focus-visible{z-index:4;outline-offset:-2px;background:#4a4057;outline:2px solid #b69cd9}.sheet-column-header.frontline-running{z-index:4;color:#e2d3f6;background:#574866;box-shadow:inset 0 -2px #b69cd9}.sheet-grid{min-width:calc(38px + var(--column-count) * 164px);grid-template-columns:38px repeat(var(--column-count), minmax(164px, 1fr));grid-template-rows:38px;grid-auto-rows:minmax(39px,auto);display:grid}.sheet-corner,.sheet-column-header,.sheet-row-number{z-index:3;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:#a7afb1;cursor:pointer;-webkit-user-select:none;user-select:none;background:#2d3133;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.sheet-corner{z-index:5;position:sticky;top:0;left:0}.sheet-column-header{letter-spacing:.04em;position:sticky;top:0}.sheet-column-header.aff,.sheet-cell.aff{--column-color:var(--aff);--column-dim:var(--aff-dim);--column-strong:var(--aff-strong)}.sheet-column-header.neg,.sheet-cell.neg{--column-color:var(--neg);--column-dim:var(--neg-dim);--column-strong:var(--neg-strong)}.sheet-column-header.case-muted,.sheet-cell.case-muted{--column-color:var(--notes-muted);--column-dim:var(--notes-dim);--column-strong:var(--notes-strong)}.sheet-column-header{color:var(--column-color);background:var(--column-dim)}.sheet-row-number{font-variant-numeric:tabular-nums;position:sticky;left:0}.sheet-corner:hover,.sheet-corner:focus-visible,.sheet-row-number:hover,.sheet-row-number:focus-visible{z-index:4;outline-offset:-2px;color:#eef4f5;background:#3a4649;outline:2px solid #72a8b3}.sheet-column-header:not(.frontline-option):hover,.sheet-column-header:not(.frontline-option):focus-visible{z-index:4;outline:2px solid var(--column-color);outline-offset:-2px;color:color-mix(in srgb, var(--column-color) 78%, white);background:var(--column-strong)}.sheet-corner.selection-selected,.sheet-row-number.selection-selected{z-index:4;color:#eef4f5;background:#46575b;box-shadow:inset 0 0 0 2px #72a8b3}.sheet-column-header.selection-selected{z-index:4;color:color-mix(in srgb, var(--column-color) 78%, white);background:var(--column-strong);box-shadow:inset 0 0 0 2px var(--column-color)}.sheet-cell{border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--panel);min-width:0;position:relative}.sheet-cell.row-shaded,.sheet-row-number.row-shaded{background:var(--panel-alt)}.sheet-cell.in-range{background:var(--column-dim)}.sheet-cell.active{z-index:2;box-shadow:inset 0 0 0 2px var(--column-strong)}.sheet-cell textarea{width:calc(100% - var(--depth) * 12px);height:auto;min-height:38px;margin-left:calc(var(--depth) * 12px);resize:none;field-sizing:content;color:var(--column-color);background:0 0;border:0;outline:0;padding:10px 11px;font-size:13px;line-height:1.45;display:block;overflow:hidden}.speech-board.drag-selecting,.speech-board.drag-selecting textarea{cursor:cell;-webkit-user-select:none;user-select:none}.sheet-cell.ai-drafting textarea{color:#bcaed3;cursor:progress}.sheet-cell.ai-drafting textarea::placeholder{color:#877a99;opacity:1;animation:1.1s ease-in-out infinite alternate ai-drafting-pulse}@keyframes ai-drafting-pulse{to{color:#c3b2df}}.sheet-cell.crossed textarea{color:var(--muted);text-decoration:line-through}.sheet-cell.bold textarea{font-weight:700}.argument{width:calc(100% - var(--depth) * 14px);margin-left:calc(var(--depth) * 14px);padding:0}.argument-line{background:var(--aff-dim);border-radius:4px;width:100%;height:4px}.speech-column.neg .argument-line{background:var(--neg-dim)}.argument.active .argument-line{background:#3d5d66}.speech-column.neg .argument.active .argument-line{background:#966540}.argument textarea{resize:none;width:100%;min-height:33px;color:var(--aff);field-sizing:content;background:0 0;border:0;outline:0;padding:7px 0 5px;line-height:21px;display:block;overflow:hidden}.speech-column.neg .argument textarea{color:var(--neg)}.argument textarea::placeholder{color:#59727a;opacity:1}.speech-column.neg .argument textarea::placeholder{color:#7a6455}.argument.crossed textarea{color:var(--muted);text-decoration:line-through}.argument.bold textarea{font-weight:700}.argument-line.bottom{margin-bottom:8px}.modal-shade{z-index:40;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0008;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#292d2f;border:1px solid #4b5356;border-radius:12px;width:min(430px,100%);max-height:calc(100dvh - 40px);padding:16px;overflow:auto;box-shadow:0 20px 80px #000b}.modal.settings-modal{width:min(560px,100%)}.modal header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.modal h2{margin:0;font-size:22px;font-weight:400}.modal header button{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;font-size:24px}.modal header button:hover{color:var(--text);background:var(--raised)}.ai-auth-shade{z-index:80}.ai-auth-modal{border-color:#554d68;width:min(430px,100%)}.ai-auth-header{background:#302d37;border-bottom:1px solid #3d3947;justify-content:space-between;align-items:center;min-height:50px;padding:8px 10px 8px 15px;display:flex}.ai-auth-header>div{align-items:center;gap:9px;display:flex}.ai-auth-header .icon{color:#c7b6e5}.ai-auth-header h2{color:#e0dce7;margin:0;font-size:17px;font-weight:550}.ai-auth-header button{color:#948c9e;cursor:pointer;background:0 0;border-radius:7px;width:32px;height:32px;font-size:23px;line-height:1}.ai-auth-header button:hover,.ai-auth-header button:focus-visible{color:#eee8f7;background:#423d4b}.ai-auth-form{gap:16px;padding:20px;display:grid}.ai-auth-form>p:first-child{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.ai-auth-form label{gap:7px;display:grid}.ai-auth-form label span{color:#bac1c3;letter-spacing:.04em;font-size:11px;font-weight:700}.ai-auth-form input{background:#1c1f20;border:1px solid #4a5255;border-radius:8px;outline:0;width:100%;height:42px;padding:0 12px}.ai-auth-form input:focus{border-color:#779aa1;box-shadow:0 0 0 3px #6eafb922}.ai-auth-message{color:#dda996;min-height:19px;margin:-8px 0 0;font-size:12px}.action-button.ai-auth-submit{color:#e9f1f2;background:#45656c}.action-button.ai-auth-submit:hover:not(:disabled){background:#52767e}.action-button.ai-auth-submit:disabled{color:#8c999c;cursor:default;background:#364144}.muted{color:#9a9a9a;margin:8px 0 18px;line-height:1.5}.settings-intro{justify-content:space-between;align-items:center;gap:14px;margin:-2px 0 18px;display:flex}.settings-intro p{color:#a7adaf;margin:0;line-height:1.45}.setting-value{color:#c6cbcc;letter-spacing:.04em;background:#34383a;border:1px solid #4c5254;border-radius:6px;flex:none;padding:4px 7px;font-size:10px;font-weight:700}.settings-section+.settings-section{margin-top:20px}.settings-section h3{color:#91999b;letter-spacing:.1em;margin:0 0 8px;font-size:10px}.settings-card{background:#252829;border:1px solid #42484a;border-radius:9px;overflow:hidden}.setting-row{justify-content:space-between;align-items:center;gap:18px;min-height:57px;padding:9px 12px;display:flex}.setting-row+.setting-row{border-top:1px solid #3b4042}.setting-row>div:first-child{gap:3px;min-width:0;display:grid}.setting-row strong{color:#d7dbdc;font-size:13px;font-weight:550}.setting-row small{color:#858d8f;font-size:10px}.setting-choice{background:#1f2223;border-radius:7px;flex:none;grid-template-columns:1fr 1fr;gap:2px;padding:2px;display:grid}.setting-choice button{color:#90989a;cursor:pointer;background:0 0;border-radius:5px;min-height:28px;padding:0 9px;font-size:10px}.setting-choice button:hover,.setting-choice button:focus-visible{color:#e1e6e7;background:#34393b}.setting-choice button.selected{color:#e5eff1;background:#46575b}.settings-data-actions{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.settings-data-actions .action-button{justify-content:center;min-width:0;margin:0}.swatches{gap:7px;display:flex}.swatch{border-radius:99px;width:18px;height:18px}.swatch.aff{background:var(--aff)}.swatch.neg{background:var(--neg)}.swatch.notes{background:#b8b8b8}.flow-color-controls{align-items:flex-end;gap:10px;display:flex}.flow-color-controls label{color:#8e9698;justify-items:center;gap:4px;font-size:8px;display:grid}.flow-color-controls input{cursor:pointer;background:0 0;border:2px solid #5b6365;border-radius:50%;width:30px;height:30px;padding:0;overflow:hidden}.flow-color-controls input::-webkit-color-swatch-wrapper{padding:0}.flow-color-controls input::-webkit-color-swatch{border:0;border-radius:50%}.flow-color-controls input::-moz-color-swatch{border:0;border-radius:50%}.flow-color-controls button{color:#b6bdbe;cursor:pointer;background:#34393b;border-radius:6px;height:25px;padding:0 7px;font-size:9px}.flow-color-controls button:hover:not(:disabled),.flow-color-controls button:focus-visible:not(:disabled){color:#eef2f3;background:#42494b}.flow-color-controls button:disabled{color:#656c6e;cursor:default}.shortcut-settings{background:#252829;border:1px solid #42484a;border-radius:9px;overflow:hidden}.shortcut-row{border-bottom:1px solid #3b4042;justify-content:space-between;align-items:center;gap:12px;min-height:45px;padding:0 8px 0 12px;display:flex}.shortcut-row>span{color:#aaa;font-size:12px}.shortcut-row button{cursor:pointer;background:0 0;border-radius:6px;min-width:88px;padding:5px}.shortcut-row button:hover,.shortcut-row button:focus-visible,.shortcut-row button.recording{background:#414141;outline:none}.shortcut-row button.recording kbd{color:var(--aff);border-color:#5f7c82}.shortcut-footer{justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:8px;display:flex}.shortcut-message{color:#7f8789;padding-left:4px;font-size:10px;line-height:1.35}.reset-shortcuts{color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;flex:none;padding:7px 9px}.reset-shortcuts:hover{color:var(--text);background:var(--raised)}.reset-shortcuts:disabled{color:#646a6c;cursor:default}kbd{color:#ddd;background:#383838;border:1px solid #555;border-bottom-width:2px;border-radius:5px;padding:3px 6px;font-family:inherit;font-size:12px;display:inline-block}.modal-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.action-button{background:var(--raised);cursor:pointer;border-radius:8px;justify-content:center;gap:8px;min-height:40px;padding:8px 12px}.action-button:hover{background:#4a4a4a}.action-button.full{width:100%}.action-button.danger{color:#ffd9c9;background:#694334}.action-button.danger:hover{background:#7b4b3a}.delete-actions{margin-top:4px}.tutorial-list{margin:8px 0 20px;padding-left:22px;line-height:2}.aff-text{color:var(--aff)}.neg-text{color:var(--neg)}.visually-hidden{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed}.toast{z-index:60;color:#eee;background:#444;border-radius:8px;padding:9px 13px;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0009}.evidence-shade{z-index:70;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#090909b8;justify-content:center;align-items:flex-start;padding:min(13vh,110px) 20px 20px;display:flex;position:fixed;inset:0}.evidence-shade.ai-auth-shade{z-index:80}.evidence-palette{background:#292b2c;border:1px solid #4b5558;border-radius:14px;width:min(700px,100%);overflow:hidden;box-shadow:0 30px 100px #000d,0 0 0 1px #0005}.evidence-form{border-bottom:1px solid #3c4142;align-items:center;gap:12px;min-height:62px;padding:10px 10px 10px 16px;display:flex}.evidence-form>.icon{color:#83bfcb;flex:none}.evidence-form input{color:#e0e4e5;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:4px 0;font-size:18px;line-height:28px}.evidence-form input::placeholder{color:#737b7d}.evidence-clear{color:#808789;cursor:pointer;background:0 0;border-radius:7px;flex:none;width:30px;height:30px;font-size:21px}.evidence-clear:hover{color:#d3d7d8;background:#3a3d3e}.evidence-submit{color:#d5e9ed;cursor:pointer;background:#3d5c63;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:9px;min-width:89px;height:40px;padding:0 10px;display:flex}.evidence-submit:hover:not(:disabled){background:#486d75}.evidence-submit:disabled{color:#6e7779;cursor:default;background:#343738}.evidence-submit kbd{color:inherit;background:0 0;border-color:#68858b;padding:2px 5px;font-size:11px}.evidence-hint{text-align:center;place-content:center;min-height:164px;padding:28px;display:grid}.evidence-hint p{color:#b4babb;margin:0 0 8px;font-size:15px}.evidence-hint span{color:#777e80;font-size:12px}.evidence-loading{min-height:215px;padding:28px}.evidence-loading p{color:#8b9496;text-align:center;margin:23px 0 0}.loading-line,.loading-quote{background:#35393a;border-radius:5px;position:relative;overflow:hidden}.loading-line:after,.loading-quote:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0a,#0000);animation:1.2s infinite evidence-shimmer;position:absolute;inset:0;transform:translate(-100%)}.loading-line{width:45%;height:11px;margin-bottom:11px}.loading-line.wide{width:72%}.loading-quote{border-left:3px solid #48666c;height:66px;margin-top:22px}@keyframes evidence-shimmer{to{transform:translate(100%)}}.spinner{border:2px solid #8e9a9c55;border-top-color:#b6dce3;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite evidence-spin}@keyframes evidence-spin{to{transform:rotate(360deg)}}.evidence-error{min-height:150px;padding:28px}.evidence-error strong{color:#e5b99a;font-size:16px;font-weight:500}.evidence-error p{color:#a9a09a;margin:9px 0 0;line-height:1.55}.evidence-result{padding:22px 24px 24px}.evidence-result>header{align-items:center;gap:8px;display:flex}.evidence-verdict{color:#b9dfe7;letter-spacing:.08em;background:#385057;border-radius:5px;padding:4px 7px;font-size:10px;font-weight:700}.evidence-result.partially_supported .evidence-verdict{color:#e5d4a6;background:#59513a}.evidence-result.contradicted .evidence-verdict,.evidence-result.not_found .evidence-verdict{color:#e8c2a5;background:#604a3b}.evidence-domain,.evidence-time{color:#7f888a;font-size:11px}.evidence-time{margin-left:auto}.normalized-claim{color:#7f888a;margin:14px 0 5px;font-size:11px;line-height:1.4}.evidence-result h2{color:#d8dddd;margin:7px 0 16px;font-size:21px;font-weight:450;line-height:1.3}.evidence-result blockquote{color:#dce2e3;border-left:3px solid #4f7780;margin:0;padding:3px 0 3px 17px;font-family:inherit;font-size:16px;line-height:1.65}.evidence-result blockquote mark{color:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#6b8b5a50}.evidence-result.partially_supported blockquote mark{background:#9e844a55}.evidence-result.contradicted blockquote{border-color:#966d4e}.evidence-result.contradicted blockquote mark{background:#9b604958}.evidence-explanation{color:#a1a8aa;margin:17px 0;line-height:1.55}.evidence-open{color:#b7d8df;background:#313a3c;border:1px solid #4c5e62;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:0 11px;text-decoration:none;display:flex}.evidence-open>span{align-items:center;gap:8px;display:flex}.evidence-open:hover{background:#374346;border-color:#60777c}.evidence-footer{color:#70787a;border-top:1px solid #3c4142;justify-content:space-between;align-items:center;gap:12px;min-height:39px;padding:8px 12px;font-size:10px;display:flex}.evidence-footer kbd{padding:2px 4px;font-size:9px}.ai-composer{border-color:#554d68}.ai-context-line{color:#8e879a;background:#302d37;border-bottom:1px solid #3d3947;align-items:center;gap:7px;min-height:32px;padding:7px 15px;font-size:10px;display:flex}.ai-context-line .icon,.ai-context-line strong{color:#c7b6e5}.ai-context-line span:last-child{margin-left:auto}.ai-compose-result{padding:23px 24px 24px}.ai-compose-result>header{color:#77727e;justify-content:space-between;align-items:center;font-size:10px;display:flex}.ai-response-tag{color:#d7caed;letter-spacing:.07em;background:#4b435b;border-radius:5px;padding:4px 7px;font-weight:700}.ai-response-text{color:#e0dce7;margin:18px 0 11px;font-family:inherit;font-size:18px;line-height:1.55}.ai-citation-link{color:#c9b7e7;text-underline-offset:3px;font-weight:700;text-decoration-color:#796b91;text-decoration-thickness:1px}.ai-citation-link:hover{color:#eadfff;text-decoration-color:currentColor}.ai-response-source{color:#ac9fc5;align-items:center;gap:6px;width:fit-content;margin:-2px 0 14px;font-size:11px;text-decoration:none;display:flex}.ai-response-source:hover{color:#d9cbee;text-decoration:underline}.ai-strategy{color:#96909e;margin:0 0 19px;font-size:12px;line-height:1.5}.ai-add-button{color:#d8ccef;cursor:pointer;background:#443d51;border:1px solid #655a7c;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;display:flex}.ai-add-button:hover:not(:disabled){background:#514760}.ai-add-button:disabled{color:#9d97a7;cursor:default;background:#39363e}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-shell :is(button,input,textarea,a):focus-visible{outline:2px solid var(--focus);outline-offset:2px}.app-shell .sheet-cell textarea:focus-visible{outline:none}@media (width<=1180px){.app-shell{grid-template-rows:52px minmax(0,1fr);grid-template-columns:minmax(0,1fr);gap:6px;padding:6px}.sidebar{border-radius:9px;flex-direction:row;align-items:center;gap:4px;min-width:0;height:52px;padding:7px 48px 7px 7px}.settings-fab{top:14px;right:14px}.add-flow-button{flex:0 0 36px;width:36px;min-height:36px;margin:0;padding:0}.add-flow-button span{display:none}.flow-tabs{scrollbar-width:none;flex-direction:row;gap:4px;min-width:48px;padding:0;overflow:auto hidden}.flow-tabs::-webkit-scrollbar{display:none}.flow-tab-row{flex:0 0 clamp(72px,22vw,116px)}.flow-tab{min-height:36px;padding:0 8px}.flow-tab-delete{display:none}.verify-page-link,.evidence-trigger,.ai-response-trigger{flex:0 0 36px;justify-content:center;gap:0;width:36px;min-height:36px;margin:0;padding:0}.verify-page-link span,.evidence-trigger span,.ai-response-trigger span,.evidence-trigger kbd,.ai-response-trigger kbd{display:none}.shortcut-actions{scrollbar-width:none;border-top:0;flex:172px;gap:3px;min-width:0;margin:0;padding:0;display:flex;overflow-x:auto}.shortcut-actions::-webkit-scrollbar{display:none}.shortcut-action{grid-template-columns:1fr;place-items:center;width:32px;min-width:32px;min-height:34px;padding:0}.shortcut-action span,.shortcut-action kbd,.sidebar [data-tip]:after,.name-card [data-tip]:after{display:none}}@media (width<=1450px){.editor-pane{grid-template-rows:auto minmax(0,1fr);gap:6px}.editor-pane.has-context{grid-template-rows:auto auto minmax(0,1fr)}.editor-header{grid-template-rows:auto 30px;gap:6px}.main-control-bar{grid-template-rows:48px 112px;grid-template-columns:minmax(0,1fr);gap:6px}.name-card{justify-self:start;width:60%;height:48px;padding:6px}.name-card textarea{height:34px;padding:4px 0;font-size:20px;line-height:26px}.flow-type-panel{grid-template-rows:30px 34px 34px;grid-template-columns:max-content max-content minmax(0,1fr);gap:4px 7px;height:112px;padding:5px 8px;display:grid;overflow:visible}.flow-setup{scrollbar-width:none;grid-area:1/1/auto/-1;gap:7px;width:100%;overflow-x:auto}.flow-setup::-webkit-scrollbar{display:none}.flow-position{height:30px}.flow-toggle{gap:4px}.flow-toggle+.flow-toggle{margin-left:0;padding-left:8px}.timer-stack{border-left:0;grid-area:2/1/auto/-1;justify-content:flex-start;gap:5px;padding-left:0}.timer-control{flex:0 220px}.timer-control,.timer-face,.timer-preset-toggle,.speech-timer-reset,.prep-bank,.prep-timer,.prep-reset{height:34px}.prep-timers{flex:none;min-width:0}.prep-bank{flex:0 0 62px;grid-template-columns:62px;width:62px}.prep-reset{display:none}.case-text-menus{border-left:0;grid-area:3/1/auto/-1;place-self:center start;margin-left:0;padding-left:0}.flow-position kbd{display:none}.case-text-toggle{justify-content:space-between;min-width:82px;height:34px;padding-inline:8px}}@media (width<=820px){.case-text-panel{grid-template-rows:30px minmax(130px,24vh) 24px;width:calc(100vw - 12px);position:fixed;top:240px;right:6px}.rich-speech-workspace{grid-template-rows:36px minmax(230px,1fr) minmax(150px,34%);grid-template-columns:minmax(0,1fr)}.rich-speech-editor{padding:14px 14px 28vh}.verify-shell{grid-template-rows:74px minmax(0,1fr);gap:6px;padding:6px}.verify-page-header{grid-template-columns:72px minmax(0,1fr) 72px;gap:7px;padding:7px}.verify-page-title h1{font-size:17px}.verify-page-title p{display:none}.verify-save-state{padding-inline:5px;font-size:8px}.sheet-grid{min-width:calc(38px + var(--column-count) * 148px);grid-template-columns:38px repeat(var(--column-count), minmax(148px, 1fr))}.saved-header p{display:none}.evidence-shade{padding:18px 10px}.evidence-palette{border-radius:11px;max-height:calc(100dvh - 36px);overflow-y:auto}.evidence-form{gap:8px;padding-left:12px}.evidence-form input{font-size:16px}.evidence-submit{width:42px;min-width:42px}.evidence-submit span,.evidence-submit kbd{display:none}.evidence-result{padding:19px 17px 20px}.ai-context-line span:not(:last-child){display:none}.ai-compose-result{padding:19px 17px 20px}.evidence-footer span:last-child{display:none}}@media (width<=380px){.sidebar{gap:3px;padding-inline:5px}.flow-tab-row{flex-basis:64px}.flow-position{padding-inline:7px}.flow-position strong{font-size:11px}.name-card textarea{font-size:18px}.flow-type-panel{column-gap:4px;padding-inline:7px}.flow-toggle{gap:3px}.flow-toggle>span{font-size:10px}.flow-toggle>div{width:94px;min-width:94px}.flow-toggle+.flow-toggle{padding-left:6px}.timer-stack{gap:3px;padding-left:0}.prep-timers{gap:3px}.timer-control{flex-basis:108px;grid-template-columns:58px 30px 20px;width:108px}.timer-face{width:58px}.timer-preset-toggle{width:30px}.speech-timer-reset{width:20px}.prep-bank{flex-basis:58px;grid-template-columns:58px;width:58px}.prep-timer{width:58px}.case-text-menus{gap:4px}.case-text-toggle{min-width:78px;padding-inline:6px}.color-setting-row{flex-direction:column;align-items:flex-start}}
