:root{color-scheme:light;--paper:#f6f5ef;--ink:#252820;--muted:#66695e;--line:#cecec1;--accent:#8a3a20}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 -apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit;color:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button:active:not(:disabled){transform:translateY(1px)}:focus-visible{outline:3px solid #155bb6;outline-offset:4px}button,input,textarea,select{border:1px solid #999d8b;border-radius:3px;background:#fff;padding:10px 13px}input[type=file]{max-width:100%;width:100%;background:transparent}textarea{width:100%;resize:vertical;min-height:110px}input:not([type=file]),select{max-width:100%}label{display:block;font-size:13px;font-weight:550}label textarea,label input,label select{display:block;margin-top:8px;width:100%}button,a.button{min-height:44px}button.primary,.button.primary{background:var(--ink);color:var(--paper);border-color:var(--ink)}a.button{display:inline-flex;align-items:center;gap:20px;text-decoration:none;border:1px solid;padding:10px 16px;border-radius:3px}.wrap{max-width:1380px;margin:auto;padding:0 48px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0;border-bottom:1px solid var(--ink)}.wordmark{font-weight:650;letter-spacing:-.7px;text-decoration:none;font-size:21px}.topbar nav{display:flex;gap:24px;font-size:13px}.topbar nav a{display:flex;min-height:44px;align-items:center;text-decoration:none}.topbar nav a:hover{text-decoration:underline}.intro{display:grid;grid-template-columns:1.7fr 1fr;gap:80px;padding:65px 0 52px;align-items:end}.intro h1{font:400 clamp(48px,6.3vw,90px)/1.02 Georgia,serif;letter-spacing:-.065em;margin:0}.intro h1 em{font-weight:400}.intro p{max-width:40ch;margin:0 0 22px;color:var(--muted);font-size:16px}.kicker{font-size:11px;letter-spacing:.13em;text-transform:uppercase;margin:0 0 20px;color:var(--muted)}.section{padding:48px 0;border-top:1px solid var(--ink)}.section-head{display:flex;gap:30px;align-items:end;justify-content:space-between;margin-bottom:26px}.section h2{font:400 38px/1.1 Georgia,serif;letter-spacing:-1.2px;margin:0 0 12px}.section-head p{max-width:52ch;color:var(--muted);margin:0}.spread-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.study{min-width:0}.study a{display:block;text-decoration:none}.study img{width:100%;height:auto;aspect-ratio:1.5;object-fit:cover;object-position:top;border:1px solid var(--line);transition:filter 160ms}.study a:hover img{filter:brightness(.96)}.study h3{font:400 27px/1.1 Georgia,serif;letter-spacing:-.5px;margin:18px 0 10px}.study small{color:var(--muted);font-size:11px}.study p{font-size:13px;line-height:1.65;color:var(--muted);margin:8px 0}.study details{font-size:13px;border-top:1px solid var(--line);margin-top:18px}.study summary{cursor:pointer;padding:12px 0;min-height:44px}.study ul{padding-left:18px}.study li{margin:8px 0}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.text-link{font-size:13px}.workspace{display:grid;grid-template-columns:1fr 1fr;gap:50px}.fields{display:grid;gap:20px}.help{font-size:12px;color:var(--muted);margin:6px 0}.board-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:18px 0}.board-controls label{display:flex;align-items:center;gap:10px}.board-controls select{width:auto;margin:0}.board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.reference{min-width:0;border-top:1px solid var(--line);padding-top:12px}.reference img{display:block;width:100%;height:160px;object-fit:contain;background:#e7e8df;cursor:zoom-in}.reference .name{font-size:11px;overflow-wrap:anywhere;margin:8px 0}.reference .keep{width:100%;padding:6px;min-height:38px;font-size:12px}.reference .keep[aria-pressed=true]{background:var(--ink);color:white}.reference label{font-size:11px;margin:12px 0}.reference input,.reference textarea{font-size:12px;padding:8px;min-height:36px}.reference textarea{min-height:65px}.reference[hidden]{display:none}.status{font-size:13px;min-height:24px;color:var(--muted)}.source-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:32px 0 0}.source-list a{font-size:14px}.source-list p{font-size:12px;color:var(--muted)}.note{padding:22px;background:#e9ebdf;font-size:13px;margin:24px 0}.empty-board{padding:35px;border:1px dashed #a0a18e;text-align:center;color:var(--muted)}.output{background:#efeee6;padding:25px;min-width:0}.output h3{margin:0 0 12px;font:27px Georgia,serif}.output textarea{background:#fbfaf6;font-size:13px;line-height:1.65;min-height:300px}.output .actions{margin-top:15px}.case-layout{display:grid;grid-template-columns:250px 1fr;gap:45px}.case-menu{display:flex;flex-direction:column;gap:0}.case-menu button{background:transparent;border:0;border-bottom:1px solid var(--line);text-align:left;border-radius:0;padding:12px 0;font-size:13px}.case-menu button[aria-pressed=true]{font-weight:650;color:var(--accent)}.case-menu button[aria-pressed=true]::before{content:'↗ ';}.case-body h3{font:400 42px/1.15 Georgia,serif;letter-spacing:-1.1px;margin:0 0 26px}.case-pair{display:grid;grid-template-columns:1fr 1fr;gap:30px}.case-pair blockquote{margin:0;padding:24px 0;border-top:1px solid var(--ink);font:22px/1.5 Georgia,serif}.case-pair small{display:block;margin-bottom:12px;font:11px Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}.case-pair .after{color:#234c35}.case-facts{font-size:13px;padding:20px;background:#e9eadd}.case-why{font-size:15px;max-width:70ch}.case-keep{font-size:13px;color:var(--muted)}.voice .intro{padding-bottom:36px}.voice .intro h1{letter-spacing:-.06em}.voice .case-layout{margin-top:15px}.voice .section:first-of-type{border-top:0;padding-top:10px}.voice .intro-art{font:italic 130px/1 Georgia,serif;letter-spacing:-8px;display:flex;justify-content:space-between;align-items:center;color:#873422}.voice .intro-art span:nth-child(2){font:100px Arial,sans-serif;color:#65724d}.voice .intro-art span:last-child{font:100px Georgia,serif;color:#252820}.voice .intro-art-caption{font-size:12px;margin:15px 0 0}.review-results{margin:18px 0;font-size:13px}.review-results li{margin:10px 0}.footer{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:32px 0;border-top:1px solid var(--ink);font-size:12px}.footer p{max-width:78ch;color:var(--muted)}.footer nav{display:flex;gap:20px}.skip{position:absolute;left:12px;top:-80px;padding:12px;background:white;z-index:5}.skip:focus{top:12px}dialog{border:1px solid var(--line);background:var(--paper);padding:16px;max-width:95vw;max-height:95vh}dialog::backdrop{background:#111b}dialog img{display:block;max-width:85vw;max-height:78vh;object-fit:contain}dialog button{display:block;margin:12px 0 0 auto}.print-only{display:none}[hidden]{display:none!important}@media(max-width:1000px){.intro{gap:35px}.board{grid-template-columns:repeat(3,minmax(0,1fr))}.wrap{padding:0 30px}.source-list{grid-template-columns:1fr 1fr}.workspace{gap:25px}}@media(max-width:720px){.wrap{padding:0 20px}.topbar{align-items:flex-start;gap:10px;flex-direction:column;padding:15px 0}.topbar nav{gap:22px;flex-wrap:wrap}.intro{grid-template-columns:1fr;padding:38px 0;gap:26px}.intro h1{font-size:56px}.intro p{font-size:15px}.section{padding:32px 0}.section h2{font-size:32px}.section-head{display:block}.section-head p{margin-top:16px}.spread-grid,.workspace,.case-layout,.case-pair{grid-template-columns:1fr;gap:25px}.study img{aspect-ratio:1.4}.study h3{font-size:29px}.case-menu{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.case-menu button{font-size:12px}.case-body h3{font-size:34px}.board{grid-template-columns:1fr 1fr;gap:14px}.reference img{height:125px}.source-list{gap:20px}.footer{display:block}.footer nav{margin-top:20px}.voice .intro-art{font-size:100px;max-width:380px}.voice .intro-art span:nth-child(2),.voice .intro-art span:last-child{font-size:80px}input,textarea,select{font-size:16px}.output{padding:20px}.board-controls{gap:10px}.board-controls button{font-size:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}@media print{.topbar,.board-controls,.fields,.skip,.footer nav,button,.actions,.reference .keep,input[type=file]{display:none!important}.wrap{padding:0}.intro{padding-top:0}.board{grid-template-columns:repeat(2,minmax(0,1fr))}.reference{break-inside:avoid}.reference:has(.keep[aria-pressed=false]){display:none}.section{break-inside:avoid}.print-only{display:block}}


body.voice{--ink:#252735;--muted:#697080;--line:#dedee2;--accent:#5957ae;margin:0;background:#eef0f6;color:var(--ink);font:14px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.voice .wrap{max-width:none;padding:0;margin:0}body.voice .wrap>.topbar,body.voice .wrap>.footer{display:none}body.voice .wrap>main{display:block}
.voice .vl-app{display:grid;grid-template-columns:222px minmax(0,1fr);min-height:100vh;min-height:100dvh}.voice .vl-app *{box-sizing:border-box}.voice .vl-app a{text-decoration:none}.voice .vl-icon{flex:none;display:block}.voice .vl-app button{border:0;border-radius:7px;min-height:36px;padding:7px 11px;font-size:13px;line-height:1.3;background:transparent;transition:background-color 120ms ease,transform 120ms ease;color:var(--ink)}.voice .vl-app button:hover{background:#e8e8eb}.voice .vl-app button:active:not(:disabled){transform:scale(.98)}.voice .vl-app button:disabled{opacity:.35}.voice .vl-app :focus-visible{outline:2px solid #4c4c55;outline-offset:3px}.voice .vl-app [hidden]{display:none!important}
.voice .vl-sidebar{position:sticky;top:0;height:100vh;height:100dvh;display:flex;flex-direction:column;padding:23px 15px 18px;border-right:1px solid #dedee2;background:#f5f6fa;min-height:620px}.voice .vl-brand{display:flex;align-items:center;gap:10px;margin:0 9px 21px;font-weight:650;font-size:17px;letter-spacing:-.4px;line-height:1.3}.voice .vl-brand small{display:block;font-size:10px;font-weight:450;color:#596477;letter-spacing:0;margin-top:2px}.voice .vl-logo{display:block;width:25px;height:25px;fill:currentColor;flex-shrink:0;color:#37333f}.voice .vl-new-draft{display:flex;gap:9px;align-items:center;width:100%;text-align:left;background:linear-gradient(#fff,#f6f6f7)!important;border:0!important;box-shadow:inset 0 1px 0 #fff,0 1px 2px #18181816,0 3px 7px #18181805;min-height:39px!important;margin-bottom:18px}.voice .vl-plus{margin-left:auto;font-size:20px;color:#868999;font-weight:300}.voice .vl-library-label{display:flex;justify-content:space-between;font-size:11px;color:#596477;padding:0 10px;margin:0 0 8px}.voice .vl-library-label span:last-child{font-variant-numeric:tabular-nums}.voice .vl-case-menu{display:flex;flex-direction:column;gap:1px;overflow:auto;padding:2px;scrollbar-width:thin}.voice .vl-case-menu button{display:flex;align-items:center;gap:9px;text-align:left;white-space:nowrap;min-height:32px;font-size:12px;padding:7px 8px;color:#5f6576;line-height:1.45}.voice .vl-case-menu button::before{content:'';display:block;width:10px;height:12px;border:0;border-radius:1px;background:#77778025;flex:none}.voice .vl-case-menu button[aria-pressed=true]{background:#e7e5f3;color:#48426f;font-weight:550}.voice .vl-case-menu button[aria-pressed=true]::before{border:0;background:#8a83ad55}.voice .vl-sidebar-bottom{margin-top:auto;padding:15px 8px 0;font-size:11px;color:#697080}.voice .vl-sidebar-bottom>a{display:flex;align-items:center;gap:9px;padding:7px 0;color:#525867}.voice .vl-sidebar-bottom>a>span:last-child{margin-left:auto}.voice .vl-about{margin-top:7px}.voice .vl-about summary{cursor:pointer;min-height:28px;display:flex;align-items:center;font-size:11px}.voice .vl-about p{font-size:11px;line-height:1.6;margin:9px 0}.voice .vl-about a{text-decoration:underline}.voice .vl-desk{min-width:0}.voice .vl-toolbar{height:76px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdfe3;padding:0 38px;background:#f5f6fa}.voice .vl-tabs{display:flex;gap:3px;padding:3px;background:#e7e7ed;border:0;border-radius:8px;box-shadow:inset 0 1px 2px #24242408}.voice .vl-tabs button{min-height:30px;border-radius:5px;color:#596477;padding:5px 15px;font-size:12px}.voice .vl-tabs button[aria-selected=true]{background:#fff;box-shadow:inset 0 1px 0 #fff,0 1px 3px #25252514;color:#363744}.voice .vl-guide-link{display:flex;align-items:center;gap:8px;font-size:12px;color:#636a7c}.voice .vl-panel{padding:36px 38px 28px;max-width:1420px;margin:0 auto}.voice .vl-document-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 26px}.voice .vl-document-title p{margin:0 0 6px;font-size:12px;color:#596477}.voice .vl-document-title h1{font:550 24px/1.3 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;letter-spacing:-.65px;margin:0}.voice .vl-case-paging{display:flex;gap:5px;align-items:center;flex:none}.voice .vl-case-paging span{font-size:11px;color:#596477;font-variant-numeric:tabular-nums;margin-right:8px}.voice .vl-case-paging button{border:0;background:linear-gradient(#fff,#f4f4f6);box-shadow:inset 0 1px 0 #fff,0 1px 2px #18181815;padding:6px;min-height:31px;width:31px;display:grid;place-items:center}.voice #vl-case-previous svg{transform:rotate(180deg)}.voice .vl-comparison{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:0;border-radius:10px;overflow:hidden;box-shadow:0 3px 8px #20202004,0 15px 30px #20202003}.voice .vl-sheet{min-width:0;min-height:405px;display:flex;flex-direction:column}.voice .vl-sheet+.vl-sheet{border-left:1px solid #ececee}.voice .vl-sheet header{display:flex;align-items:center;gap:8px;padding:19px 25px;border-bottom:1px solid #f0f0f2;font-size:12px;color:#676c7c;min-height:58px}.voice .vl-sheet header svg{width:16px;height:16px;color:#979bab}.voice .vl-word-count{margin-left:auto;font-size:10px;font-variant-numeric:tabular-nums;color:#596477;white-space:nowrap}.voice .vl-prose{padding:31px 30px 36px;line-height:1.8;font-size:19px;font-weight:400;letter-spacing:-.2px;overflow-wrap:anywhere;white-space:pre-wrap}.voice .vl-original .vl-prose{color:#707383}.voice .vl-revision .vl-prose{color:#363648}.voice .vl-edit-dot{width:6px;height:6px;border-radius:50%;background:#827ca9;margin-right:2px}.voice .vl-sheet footer{margin-top:auto;padding:18px 26px;color:#596477;font-size:10px}.voice .vl-revision footer{color:#787092}.voice .vl-revision footer>span{margin-right:5px}.voice .vl-notes{margin-top:20px;border:0;border-top:1px solid #d9d9df;border-radius:0;background:transparent;overflow:hidden}.voice .vl-notes summary,.voice .vl-context summary,.voice .vl-brief>summary{display:flex;gap:12px;align-items:center;padding:16px 20px;min-height:48px;cursor:pointer;list-style:none;font-size:12px;color:#50596b}.voice .vl-notes summary::-webkit-details-marker,.voice .vl-context summary::-webkit-details-marker,.voice .vl-brief>summary::-webkit-details-marker{display:none}.voice .vl-notes summary>.vl-icon,.voice .vl-context summary>.vl-icon,.voice .vl-brief>summary>.vl-icon{margin-left:auto;width:13px;height:13px;color:#7a8090}.voice .vl-notes[open] summary>.vl-icon,.voice .vl-context[open]>summary>.vl-icon,.voice .vl-brief[open]>summary>.vl-icon{transform:rotate(90deg)}.voice .vl-note-count{font-size:10px;color:#596477}.voice .vl-note-grid{display:grid;grid-template-columns:1.15fr 1.15fr 1fr;border-top:1px solid #dedee3;padding:20px;gap:25px}.voice .vl-note-grid h2{font:550 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;margin:0 0 8px;color:#535b6e}.voice .vl-note-grid p{margin:0;font-size:12px;color:#596477;line-height:1.7}.voice .vl-example-credit{margin:15px 0 0;font-size:10px;color:#596477}.voice .vl-mobile-picker{display:none}
.voice .vl-work-panel{max-width:1100px}.voice .vl-app .vl-quiet-button{background:linear-gradient(#fff,#f4f4f6);border:0;box-shadow:inset 0 1px 0 #fff,0 1px 2px #18181815,0 3px 6px #18181804;font-size:12px}.voice .vl-draft-sheet{background:#fff;border:0;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #20202004}.voice .vl-draft-sheet>header{display:flex;align-items:center;padding:17px 23px;border-bottom:1px solid #f0f0f2}.voice .vl-draft-sheet>header label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:450;color:#697181}.voice .vl-draft-sheet #draft{display:block;min-height:244px;resize:vertical;border:0;border-radius:0;outline-offset:-5px;padding:24px 27px;background:transparent;font-size:17px;line-height:1.7;color:#353948;margin:0}.voice .vl-app textarea::placeholder,.voice .vl-app input::placeholder{color:#989eac;opacity:1}.voice .vl-draft-sheet>footer{display:flex;gap:15px;justify-content:space-between;align-items:center;padding:12px 20px;border-top:1px solid #f0f0f2}.voice .vl-draft-sheet>footer>span{font-size:10px;color:#596477}.voice .vl-review{font-size:12px;line-height:1.7;color:#60697b;margin:0}.voice .vl-review:not(:empty){margin:14px 0;padding:16px 20px;background:#fff;border:0;border-radius:8px;box-shadow:0 3px 12px #20202004}.voice .vl-review ul{padding-left:16px;margin:0}.voice .vl-review li{margin:0 0 10px}.voice .vl-review p:last-child{margin:10px 0 0;font-size:11px;color:#596477}.voice .vl-context-panels{border:0;border-top:1px solid #d9d9df;background:transparent;border-radius:0;overflow:hidden;margin-top:20px}.voice .vl-context+.vl-context{border-top:1px solid #d9d9df}.voice .vl-context>summary{font-weight:500}.voice .vl-summary-hint{color:#596477;font-size:11px;font-weight:400;margin-left:auto}.voice .vl-context summary>.vl-icon{margin-left:0}.voice .vl-context-content{padding:4px 20px 20px;display:grid;gap:16px}.voice .vl-app label{font-size:12px;font-weight:450;color:#5f687b}.voice .vl-field-pair{display:grid;grid-template-columns:1fr 1fr;gap:18px}.voice .vl-context input,.voice .vl-context textarea,.voice #voice-output{display:block;min-height:38px;border:0;background:white;border-radius:6px;box-shadow:inset 0 1px 2px #20202013;font-size:13px;padding:10px 12px;line-height:1.6;color:#353b4a}.voice .vl-context textarea{min-height:98px}.voice .vl-heldout>summary{cursor:pointer;color:#596477;font-size:11px;padding:4px 0}.voice .vl-heldout label{margin-top:13px}.voice .vl-build-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:20px 0}.voice .vl-build-row p{font-size:11px;color:#596477;margin:0}.voice .vl-app #build-voice{background:#5c548c;color:#fff;padding:11px 16px;display:flex;align-items:center;gap:20px;font-size:12px;white-space:nowrap;box-shadow:inset 0 1px 0 #ffffff14,0 1px 2px #37334d18}.voice .vl-app #build-voice:hover{background:#4f487b}.voice .vl-brief{border:0;border-top:1px solid #d9d9df;border-radius:0;background:transparent}.voice .vl-brief-content{padding:0 18px 18px}.voice #voice-output{min-height:260px;font:12px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace}.voice .vl-brief-actions{display:flex;gap:9px;margin-top:12px}.voice .vl-brief-actions button{background:linear-gradient(#fff,#f4f4f6);border:0;box-shadow:inset 0 1px 0 #fff,0 1px 2px #18181816,0 3px 6px #18181804;font-size:12px}.voice .vl-status{font-size:11px;color:#596477;min-height:0;margin:13px 0}.voice .vl-status:empty{display:none}.voice .vl-session{display:flex;align-items:center;gap:15px;margin-top:20px;padding-top:17px;border-top:1px solid #d9d9df}.voice .vl-session>button,.voice .vl-session>label{font-size:11px;color:#596477;padding:8px 0;background:none;border:0;min-height:32px;cursor:pointer}.voice .vl-session>label{position:relative;overflow:hidden}.voice .vl-session input{position:absolute;inset:0;opacity:0;cursor:pointer;margin:0!important;padding:0;width:100%;height:100%}.voice .vl-session>label:focus-within{outline:2px solid #4c4c55;outline-offset:3px}.voice .vl-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1600px){.voice .vl-panel{padding-top:52px}.voice .vl-prose{font-size:22px;padding:38px 37px}.voice .vl-sheet{min-height:475px}}
@media(max-width:1100px){.voice .vl-app{grid-template-columns:195px minmax(0,1fr)}.voice .vl-sidebar{padding-left:10px;padding-right:10px}.voice .vl-panel{padding:29px 25px}.voice .vl-toolbar{padding:0 25px}.voice .vl-document-title h1{font-size:22px}.voice .vl-prose{font-size:17px;padding:26px 23px}.voice .vl-sheet{min-height:410px}.voice .vl-note-grid{grid-template-columns:1fr;gap:20px}.voice .vl-case-menu button{font-size:11px}}
@media(max-width:760px){.voice .vl-app{grid-template-columns:1fr}.voice .vl-sidebar{display:none}.voice .vl-toolbar{height:67px;padding:0 20px}.voice .vl-panel{padding:23px 20px 28px}.voice .vl-mobile-picker{display:flex;align-items:center;gap:12px;margin-bottom:24px}.voice .vl-mobile-picker label{font-size:11px;color:#596477}.voice .vl-mobile-picker select{width:auto;flex:1;min-width:0;padding:9px 11px;background:linear-gradient(#fff,#f5f5f6);border:0;box-shadow:inset 0 1px 0 #fff,0 1px 2px #18181818;border-radius:6px;font-size:13px;color:#5a6274}.voice .vl-document-title{align-items:flex-start;gap:10px;margin-bottom:19px}.voice .vl-document-title h1{font-size:22px}.voice .vl-document-title p{font-size:11px}.voice .vl-case-paging{padding-top:3px}.voice .vl-case-paging>span{display:none}.voice .vl-prose{font-size:17px;padding:24px}.voice .vl-sheet{min-height:340px}.voice .vl-sheet header{padding:16px 20px;min-height:54px}.voice .vl-sheet footer{padding:16px 20px}.voice .vl-summary-hint{font-size:10px}.voice .vl-draft-sheet #draft{font-size:16px;min-height:230px}.voice .vl-context input,.voice .vl-context textarea{font-size:16px}}
@media(max-width:560px){.voice .vl-comparison{grid-template-columns:1fr}.voice .vl-sheet{min-height:0}.voice .vl-sheet+.vl-sheet{border-left:0;border-top:1px solid #ececee}.voice .vl-sheet header{padding:14px 19px;min-height:47px}.voice .vl-prose{font-size:16px;line-height:1.75;padding:20px}.voice .vl-sheet footer{display:none}.voice .vl-document-title h1{font-size:20px;letter-spacing:-.4px}.voice .vl-tabs button{padding:5px 13px}.voice .vl-guide-link{font-size:11px}.voice .vl-panel{padding:22px 14px}.voice .vl-toolbar{padding:0 14px}.voice .vl-notes summary,.voice .vl-context summary,.voice .vl-brief>summary{padding:15px}.voice .vl-note-grid{padding:15px}.voice .vl-summary-hint{display:none}.voice .vl-context summary>.vl-icon{margin-left:auto}.voice .vl-field-pair{grid-template-columns:1fr;gap:15px}.voice .vl-context-content{padding:2px 15px 16px}.voice .vl-build-row{align-items:flex-start;flex-direction:column;gap:12px}.voice .vl-build-row p{order:2}.voice .vl-build-row #build-voice{width:100%;justify-content:space-between;min-height:44px}.voice .vl-draft-sheet #draft{padding:20px}.voice .vl-draft-sheet>footer{padding:10px 13px}.voice .vl-draft-sheet>footer>span{font-size:9px}.voice .vl-document-title .vl-quiet-button{font-size:11px;padding:7px 9px}}
@media(prefers-reduced-motion:reduce){.voice .vl-app *{transition:none!important;animation:none!important}}

.voice .vl-complete-resources{display:grid;gap:2px;margin:4px 0}.voice .vl-complete-resources a{justify-content:space-between;font-size:11px!important;padding:6px 0!important;min-height:30px!important}.voice .vl-job-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:17px 0;color:#596477;font-size:11px}.voice .vl-job-row label{display:flex;align-items:center;gap:10px;font-size:12px}.voice .vl-job-row select{margin:0;width:auto;min-height:36px;background:linear-gradient(#fff,#f5f5f6);border:0;box-shadow:inset 0 1px 0 #fff,0 1px 2px #18181818;border-radius:6px;font-size:12px;padding:7px 10px;color:#353b4a}.voice .vl-inline-note{font-size:11px;color:#596477;line-height:1.6;margin:12px 0 0}.voice #vl-guide-editor{margin-top:22px;padding-top:20px;border-top:1px solid #d9d9df}.voice #voice-guide,.voice #guide-candidate{min-height:240px;font-size:13px}.voice #vl-guide-candidate{margin-top:18px;padding:14px 0;background:transparent;border:0;border-top:1px solid #d9d9df;border-radius:0}.voice #vl-guide-candidate summary{padding:0;font-size:11px;line-height:1.6}.voice .vl-review-panel{margin-top:20px}.voice #edited-draft{min-height:220px}.voice .vl-context label.vl-fact-check{display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.6;font-weight:400}.voice .vl-fact-check input{width:15px;height:15px;min-height:0;padding:0;margin:2px 0 0;flex-shrink:0;accent-color:#51515c}.voice .vl-approved-history{display:grid;gap:12px;margin-top:18px}.voice .vl-history-entry{border-top:1px solid #d9d9df;padding-top:14px}.voice .vl-history-entry summary{padding:0!important;min-height:36px;font-size:11px;display:flex;justify-content:space-between;gap:15px}.voice .vl-history-entry p{white-space:pre-wrap;font-size:13px;line-height:1.7;margin:10px 0}.voice .vl-history-entry .vl-history-notes{font-size:11px;color:#596477}.voice .vl-session{flex-wrap:wrap}.voice #vl-guide-status[data-state=stale],.voice #vl-request-state[data-state=stale]{color:#8a4a28}.voice .vl-brief-actions{flex-wrap:wrap}.voice #vl-source-panel .vl-context-content>.vl-brief-actions{margin-top:17px}
@media(max-width:560px){.voice .vl-job-row{align-items:flex-start;gap:10px}.voice #vl-guide-status{max-width:135px;text-align:right;font-size:10px}.voice #voice-guide,.voice #guide-candidate,.voice #edited-draft{font-size:16px}.voice .vl-session{gap:10px 17px}.voice .vl-draft-sheet>footer>span{max-width:160px;text-align:right;line-height:1.5}.voice .vl-context label.vl-fact-check{font-size:12px}}

@media print{.voice .vl-sidebar,.voice .vl-toolbar,.voice .vl-case-paging,.voice .vl-mobile-picker,.voice .vl-session{display:none!important}.voice .vl-app{display:block}.voice .vl-desk,.voice .vl-panel{padding:0}.voice .vl-comparison{box-shadow:none}.voice .vl-prose{color:#252735!important}.voice .vl-sheet footer{display:none}.voice .vl-notes>div{display:grid!important}.voice .vl-panel[hidden]{display:none!important}}
