:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-surface:#fff;--theme-soft:#f5f7fa;--theme-selection:#edf3ff;--theme-border:#e3e8ee;--theme-ink:#0a2540;--theme-text:#425466;--theme-muted:#667085;--theme-accent:#1257ce;--theme-primary:#245be8;--theme-danger:#b4233c;--theme-danger-soft:#fff1f3;--theme-warning:#935405;--theme-warning-soft:#fcf3e4;--theme-success:#287553;--theme-success-soft:#eaf6f0;--font-body:14px;--font-small:13px;--font-caption:12px;--radius-control:4px;--radius-surface:6px;--radius-group:10px;--space-group:8px;--form-width:560px;--form-inset:20px;--form-gap:18px;--control-height:34px;--control-font-size:14px;--button-height:32px;--view-inset-block:32px;--view-inset-inline:32px;--ease:cubic-bezier(.22, 1, .36, 1)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-surface:#141d2b;--theme-soft:#1c2839;--theme-selection:#203859;--theme-border:#354458;--theme-ink:#edf2f8;--theme-text:#c5d1e0;--theme-muted:#a4b2c6;--theme-accent:#8cb6ff;--theme-primary:#3565dc;--theme-danger:#ff9eaa;--theme-danger-soft:#402530;--theme-warning:#e8c079;--theme-warning-soft:#3b3223;--theme-success:#82d0ae;--theme-success-soft:#1d3c33}.access-layout{--theme-surface:#fff;--theme-ink:#092440;--theme-text:#4b6079;--theme-muted:#61718a;--theme-border:#dae3f0;--theme-primary:#0867f5;--theme-accent:#205dcd;--theme-soft:#f5f8fd;--theme-danger:#b4233c;--theme-danger-soft:#fff1f3}.record-page{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-surface:#fff;--theme-soft:#f5f7fa;--theme-selection:#edf3ff;--theme-border:#e3e8ee;--theme-ink:#0a2540;--theme-text:#425466;--theme-muted:#667085;--theme-accent:#1257ce;--theme-primary:#245be8;--theme-danger:#b4233c;--theme-danger-soft:#fff1f3;--theme-warning:#935405;--theme-warning-soft:#fcf3e4;--theme-success:#287553;--theme-success-soft:#eaf6f0}.review-page-image{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff}@media (width<=1100px){:root{--view-inset-block:28px;--view-inset-inline:24px}}@media (width<=900px){:root{--view-inset-block:24px;--view-inset-inline:20px;--control-height:44px;--control-font-size:16px;--button-height:44px}}@media (width<=600px){:root{--form-inset:16px}}@font-face{font-family:Geist;src:url(/fonts/geist.woff2)format("woff2");font-weight:100 900;font-display:swap}:root{color:var(--theme-ink);background:var(--theme-soft);font-synthesis:none;font-family:Geist,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}.page{min-height:100dvh}.page>header{max-width:1200px;margin:auto;padding:32px 40px}.brand{align-items:center;text-decoration:none;display:inline-flex}.brand-logo{width:150px;height:auto;display:block}.brand-logo-dark,:root[data-theme=dark] .brand-logo-light{display:none}:root[data-theme=dark] .brand-logo-dark{display:block}.page>main{grid-template-columns:1fr 440px;align-items:center;gap:80px;max-width:1120px;margin:8vh auto 0;padding:0 40px 64px;display:grid}.story{padding-bottom:40px}.eyebrow{color:var(--theme-accent);font-size:var(--font-small);font-weight:600}h1{letter-spacing:-1.7px;max-width:480px;margin:20px 0;font-size:clamp(34px,4vw,50px);font-weight:600;line-height:1.13}h2{letter-spacing:-.8px;margin:0 0 12px;font-size:28px;font-weight:600}p{color:var(--theme-text);margin:0 0 24px;font-size:15px;line-height:1.65}label{font-size:var(--font-body);margin:22px 0 8px;font-weight:550;display:block}input,select{border:1px solid var(--theme-border);border-radius:var(--radius-surface);background:var(--theme-surface);width:100%;color:var(--theme-ink);font:inherit;padding:12px;font-size:16px}button,.button{cursor:pointer;background:var(--theme-primary);border-radius:var(--radius-control);font:inherit;font-size:var(--font-body);color:#fff;text-align:center;min-height:var(--button-height);border:1px solid #0000;padding:5px 12px;font-weight:550;text-decoration:none;display:inline-block}button:hover,.button:hover{background:var(--theme-primary)}button:disabled{opacity:.45;cursor:default}.secondary{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-ink)}.secondary:hover{background:var(--theme-soft)}.actions{flex-direction:column;gap:12px;display:flex}.quiet{color:var(--theme-text);background:0 0;margin-top:18px;padding:10px 0}.quiet:hover{color:var(--theme-accent);background:0 0}.error{background:var(--theme-danger-soft);color:var(--theme-danger);border-radius:var(--radius-surface);font-size:var(--font-body);margin:16px 0;padding:12px;line-height:1.5}:focus-visible{outline:3px solid var(--theme-accent);outline-offset:3px}@media (width<=850px){.page>main{grid-template-columns:1fr;gap:12px;max-width:520px;margin-top:24px;padding:0 24px 40px}.page>header{padding:24px}.story{padding:0}h1{font-size:34px}.story .eyebrow{display:none}}.app-content{scroll-behavior:smooth;width:100%;min-width:0;max-width:none;padding:var(--view-inset-block) var(--view-inset-inline);align-items:initial;margin:0;display:block;overflow-y:auto;container-type:inline-size}.page-heading{margin-bottom:24px}.illustrated-heading{justify-content:space-between;align-items:center;gap:24px;display:flex}@media (width<=600px){.illustrated-heading{gap:16px}.illustrated-heading .workspace-illustration{width:88px}}.app-content h1{letter-spacing:-.75px;max-width:none;margin:0 0 9px;font-size:28px;font-weight:600;line-height:1.2}.app-content h1:focus{outline:none}.app-content p{font-size:var(--font-body);margin:0;line-height:1.6}@media (width<=900px){.app-content h1{font-size:24px}}@media (prefers-reduced-motion:reduce){.app-content{scroll-behavior:auto;container-type:inline-size}}.app-content.view--full{flex-direction:column;gap:0;min-height:0;padding:0;display:flex;overflow:hidden}.view--full>.page-heading{border-bottom:1px solid var(--theme-border);flex-shrink:0;margin:0;padding:20px 24px}.view--full>.page-heading h1{letter-spacing:-.5px;margin:0;font-size:22px}.app-shell.focused-view{grid-template-rows:68px minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.app-shell.focused-view.has-help{grid-template-columns:minmax(0,1fr) 380px}.focused-header{border-bottom:1px solid var(--theme-border);grid-column:1/-1;justify-content:space-between;align-items:center;padding:0 28px;display:flex}.focused-content{min-width:0;padding:40px 28px;overflow-y:auto}.focused-content>.form-view{max-width:640px;margin:0 auto}.focused-content>.flow-view{max-width:800px}.flow-view>.page-heading{margin-bottom:28px}.flow-steps{border-bottom:1px solid var(--theme-border);gap:24px;margin:0 0 32px;padding:0 0 22px;list-style:none;display:flex}.flow-steps li{font-size:var(--font-caption);color:var(--theme-muted);white-space:nowrap;align-items:center;gap:7px;display:flex}.flow-steps .flow-step-label>span,.flow-steps button>span{background:var(--theme-soft);border-radius:50%;place-items:center;width:21px;height:21px;display:grid}.flow-steps li[aria-current=step]{color:var(--theme-accent);font-weight:600}.flow-steps li[aria-current=step] .flow-step-label>span{background:var(--theme-selection)}.flow-steps .is-complete{color:var(--theme-text)}.flow-actions{border-top:1px solid var(--theme-border);justify-content:flex-end;align-items:center;gap:8px;margin-top:28px;padding-top:20px;display:flex}.flow-section{border-top:1px solid var(--theme-border);margin-top:40px;padding-top:24px}.flow-section h2{font-size:var(--font-body);letter-spacing:0;margin:0 0 12px}.focused-content h1{letter-spacing:-.7px;max-width:none;margin:0 0 10px;font-size:26px}.focused-content h1:focus{outline:none}.focused-content .page-heading p{font-size:var(--font-body);margin:0}.focused-content .form-save-error{margin-bottom:16px}.focused-help{border-left:1px solid var(--theme-border);flex-direction:column;grid-area:2/2;min-height:0;display:flex}.focused-help[hidden]{display:none}.focused-help-heading{border-bottom:1px solid var(--theme-border);justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.focused-help-heading h2{font-size:var(--font-body);letter-spacing:0;margin:0}@media (width<=900px){.app-shell.focused-view.has-help{grid-template-columns:minmax(0,1fr)}.focused-header{padding:0 18px}.focused-content{padding:24px 18px}.flow-steps{justify-content:space-between;gap:12px;margin-bottom:24px;padding-bottom:18px}.flow-steps li{gap:5px}.focused-view.has-help>.focused-content,.focused-view.has-help>.focused-header{visibility:hidden}.focused-help{background:var(--theme-surface);z-index:2;border:0;grid-area:1/1/-1}}@media (width<=380px){.flow-steps .flow-step-label>span,.flow-steps button>span{display:none}}.flow-step-label,.flow-steps button{align-items:center;gap:7px;display:inline-flex}.app-shell .flow-steps button{border-radius:var(--radius-control);min-height:33px;color:var(--theme-accent);font-size:inherit;font-weight:inherit;background:0 0;border:0;margin:-6px;padding:6px}.app-shell .flow-steps button:hover:not(:disabled){background:var(--theme-soft);text-decoration:none}@media (width<=900px){.flow-step-label,.flow-steps button{gap:5px}}.form-view{width:100%;max-width:var(--form-width)}.form-surface{width:100%;max-width:var(--form-width);border:1px solid var(--theme-border);border-radius:var(--radius-surface);background:var(--theme-surface);overflow:hidden}.form-layout{min-width:0;margin:0}.form-body{gap:var(--form-gap);padding:var(--form-inset);flex-direction:column;min-width:0;display:flex}.form-layout--drawer{flex-direction:column;flex:1;min-height:0;display:flex}.form-layout--drawer>.form-body{flex:1;overflow-y:auto}.form-layout--drawer>.form-actions{flex-shrink:0}.form-section{padding:var(--form-inset);border-bottom:1px solid var(--theme-border)}.form-surface h2,.form-section h2{font-size:var(--font-body);letter-spacing:0;margin:0;line-height:1.5}.form-note,p.form-note{color:var(--theme-muted);font-size:var(--font-small);margin:6px 0 0;line-height:1.5}.form-error,p.form-error{color:var(--theme-danger);font-size:var(--font-small);margin:0;line-height:1.5}.form-error button{margin-left:8px}.form-buttons{align-items:center;gap:8px;display:flex}.form-status{font-size:var(--font-small);color:var(--theme-text);margin-right:auto}.form-group{border:0;min-width:0;margin:0;padding:0}.form-group legend{color:var(--theme-ink);font-size:var(--font-small);margin:0 0 5px;padding:0;font-weight:600;line-height:1.5}.form-save-error{color:var(--theme-danger);background:var(--theme-danger-soft);border:1px solid var(--theme-danger-soft);border-radius:var(--radius-control);font-size:var(--font-small);padding:12px;line-height:1.5}.form-field{flex-direction:column;gap:5px;display:flex}.form-field label{color:var(--theme-ink);font-size:var(--font-small);align-items:baseline;gap:5px;margin:0;font-weight:600;line-height:1.5;display:flex}.form-required{font-size:var(--font-small);color:var(--theme-muted);font-weight:400}.form-field .form-hint{color:var(--theme-muted);font-size:var(--font-small);margin:-2px 0 0;line-height:1.5}.form-control,.form-field :is(input,select,textarea){width:100%;height:var(--control-height);border:1px solid var(--theme-border);border-radius:var(--radius-control);background:var(--theme-surface);color:var(--theme-ink);font:inherit;font-size:var(--control-font-size);box-shadow:none;padding:6px 9px;transition:border-color .12s,box-shadow .12s}.form-field :is(input,select,textarea):hover:not(:disabled){border-color:var(--theme-border)}.form-control:focus,.form-field :is(input,select,textarea):focus{border-color:var(--theme-accent);outline:none;box-shadow:0 0 0 2px #1257ce12}.form-field :is(input,select,textarea)[aria-invalid=true]{border-color:var(--theme-danger)}.form-field :is(input,select,textarea)[aria-invalid=true]:focus{box-shadow:0 0 0 2px #c3304912}.form-field :is(input,select,textarea):disabled{background:var(--theme-soft);color:var(--theme-muted)}.form-field .form-field-error{color:var(--theme-danger);font-size:var(--font-small);align-items:baseline;gap:5px;margin:0;line-height:1.5;display:flex}.form-field-error>span{border:1px solid;border-radius:50%;flex-shrink:0;place-items:center;width:14px;height:14px;font-size:11px;font-weight:600;display:inline-grid}.form-actions{border-top:1px solid var(--theme-border);padding:12px var(--form-inset);background:var(--theme-surface);justify-content:flex-end;align-items:center;gap:8px;display:flex}@media (width<=600px){.form-actions{padding-bottom:max(12px, env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.form-field :is(input,select,textarea){transition:none}}.form-field textarea{resize:vertical;height:auto;min-height:96px}.form-stack{gap:var(--form-gap);margin-bottom:var(--form-gap);flex-direction:column;display:flex}.dialog-title h2{letter-spacing:-.4px;margin:0;font-size:20px}.dialog-title p{overflow-wrap:anywhere}.choice-list{gap:10px;margin-bottom:24px;display:grid}.app-shell .choice-card{text-align:left;background:var(--theme-surface);width:100%;color:var(--theme-ink);border:1px solid var(--theme-border);border-radius:var(--radius-surface);align-items:center;gap:14px;padding:18px;display:flex}.app-shell button.choice-card:hover:not(:disabled){background:var(--theme-soft);border-color:var(--theme-accent)}.choice-card>span{flex:1;min-width:0}.choice-card strong,.choice-card small{display:block}.choice-card strong{font-size:var(--font-body);font-weight:550}.choice-card small{font-size:var(--font-small);color:var(--theme-muted);margin-top:4px;font-weight:400;line-height:1.5}.choice-card>svg{width:18px;height:18px;color:var(--theme-muted)}.choice-card.is-unavailable{background:var(--theme-soft)}.record-list{margin:12px 0 0;padding:0;list-style:none}.record-list li{border-top:1px solid var(--theme-border);font-size:var(--font-small);justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;display:flex}.record-list li span{overflow-wrap:anywhere;min-width:0}.record-list small{color:var(--theme-muted)}.choice-grid{border-radius:var(--radius-group);background:var(--theme-soft);border:0;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;min-width:0;margin:0;padding:8px;display:grid}.choice-option{cursor:pointer;min-width:0;margin:0;display:flex;position:relative}.choice-option>input{opacity:0;width:1px;height:1px;margin:0;position:absolute}.choice-option-body{border-radius:var(--radius-surface);background:var(--theme-surface);border:1px solid #0000;flex-direction:column;gap:8px;width:100%;padding:20px;transition:border-color .12s;display:flex}.choice-option-heading{color:var(--theme-muted);justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.choice-option-heading>svg{width:20px;height:20px}.choice-option strong{color:var(--theme-ink);font-size:16px;font-weight:600;line-height:1.4}.choice-description{color:var(--theme-text);font-size:var(--font-small);font-weight:400;line-height:1.55}.choice-indicator{border:1px solid var(--theme-border);border-radius:50%;width:14px;height:14px}.choice-availability{color:var(--theme-muted);font-size:var(--font-caption);margin-top:auto;padding-top:6px;font-weight:400}.choice-option:hover>input:not(:disabled)+.choice-option-body{border-color:var(--theme-accent)}.choice-option>input:checked+.choice-option-body{border-color:var(--theme-accent);box-shadow:inset 0 0 0 1px var(--theme-accent)}.choice-option>input:checked+.choice-option-body .choice-option-heading{color:var(--theme-accent)}.choice-option>input:checked+.choice-option-body .choice-indicator{border:4px solid var(--theme-accent)}.choice-option>input:focus-visible+.choice-option-body{outline:2px solid var(--theme-accent);outline-offset:3px}.choice-option:has(input:disabled){cursor:default}.choice-option>input:disabled+.choice-option-body .choice-indicator{visibility:hidden}.form-layout--plain{width:100%;max-width:var(--form-width)}.form-layout--plain>.form-body{padding:0}.form-layout--plain>.form-actions{justify-content:flex-end;margin-top:28px;padding:20px 0 0}@media (width<=600px){.choice-grid{grid-template-columns:minmax(0,1fr)}.choice-option-body{grid-template-columns:20px minmax(0,1fr);align-content:start;gap:5px 12px;padding:16px;display:grid}.choice-option-heading{display:contents}.choice-option-heading>svg{grid-area:1/1;margin-top:1px}.choice-option strong,.choice-description,.choice-availability{grid-column:2}.choice-option strong{padding-right:24px}.choice-indicator{position:absolute;top:20px;right:18px}.choice-availability{padding-top:0}}@media (prefers-reduced-motion:reduce){.choice-option-body{transition:none}}.form-actions--steps>button:first-of-type,.flow-back{margin-right:auto}.choice-row{border:1px solid var(--theme-border);border-radius:var(--radius-surface);background:var(--theme-surface);align-items:center;gap:0;min-width:0;padding-right:12px;display:flex}.app-shell .choice-row>.choice-card{background:0 0;border:0;flex:1;min-width:0}.choice-row:has(>.choice-card:hover){background:var(--theme-soft)}.choice-row strong,.choice-row small{overflow-wrap:anywhere}.form-layout--wide{max-width:none}.form-layout--wide>.form-body{max-width:var(--form-width)}.case-number-entry{border-bottom:1px solid var(--theme-border);max-width:min(100%,560px);padding-bottom:20px}.case-number-input{height:calc(var(--control-height) + 10px)!important;font-size:var(--font-body)!important}.case-details-fields{gap:var(--form-gap);flex-direction:column;display:flex}.case-details-fields:disabled{opacity:.7}.search-control{position:relative}.search-control>input{padding-right:32px}.search-control>svg{right:10px;top:calc(var(--control-height) / 2 - 8px);pointer-events:none;width:16px;height:16px;color:var(--theme-muted);position:absolute}.search-options{z-index:5;overscroll-behavior:contain;border:1px solid var(--theme-border);border-radius:var(--radius-control);background:var(--theme-surface);width:100%;max-height:240px;padding:4px;position:absolute;top:calc(100% + 5px);overflow-y:auto;box-shadow:0 6px 18px #10243b14}.search-options [role=option]{min-height:34px;font-size:var(--font-small);color:var(--theme-ink);border-radius:var(--radius-control);cursor:pointer;overflow-wrap:anywhere;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}.search-options [role=option]:hover,.search-options .is-highlighted{background:var(--theme-selection)}.search-options [role=option] svg{width:16px;height:16px;color:var(--theme-accent);flex-shrink:0}.search-empty{font-size:var(--font-small);color:var(--theme-muted);padding:8px}@media (width<=600px){.search-options [role=option]{min-height:44px;font-size:var(--font-body)}}.avatar-editor{align-items:center;gap:var(--form-gap);display:flex}.avatar-editor .avatar{flex-shrink:0;width:72px;height:72px;font-size:22px}.avatar-editor-controls{min-width:0}.avatar-editor-controls h2{margin-bottom:6px}.settings-list{gap:0}.setting-row{justify-content:space-between;align-items:center;gap:var(--form-gap);padding:var(--form-gap) 0;border-bottom:1px solid var(--theme-border);display:flex}.setting-row:first-child{padding-top:0}.setting-row:last-of-type{border-bottom:0;padding-bottom:0}.setting-row>div{min-width:0}.setting-row form{margin:0}.setting-row h2{margin-bottom:5px}.form-surface .setting-row p{font-size:var(--font-small);margin:0;line-height:1.5}.form-surface .setting-row .form-note{margin-top:6px}.setting-row .form-button{white-space:nowrap;flex-shrink:0}.settings-list>.form-error{margin-top:var(--form-gap)}.details-list{margin:0}.details-list>div{font-size:var(--font-body);grid-template-columns:minmax(90px,38%) 1fr;gap:12px;padding:8px 0;display:grid}.details-list dt{color:var(--theme-muted)}.details-list dd{overflow-wrap:anywhere;margin:0}.choice-group{gap:8px;display:flex}.choice-group label{cursor:pointer;flex:1;margin:0;position:relative}.choice-group input{opacity:0;width:1px;height:1px;position:absolute}.choice-group span{min-height:var(--control-height);text-align:center;border:1px solid var(--theme-border);border-radius:var(--radius-control);font-size:var(--font-small);color:var(--theme-text);place-items:center;padding:5px 9px;display:grid}.choice-group input:checked+span{color:var(--theme-accent);background:var(--theme-selection);border-color:var(--theme-accent)}.choice-group input:focus-visible+span{outline:2px solid var(--theme-accent);outline-offset:2px}.choice-group input:disabled+span{opacity:.6;cursor:wait}@media (width<=600px){.setting-row{flex-direction:column;align-items:flex-start;gap:12px}}.breadcrumb{color:var(--theme-muted);font-size:var(--font-body);margin:0 0 16px;display:inline-block}.breadcrumb:hover{color:var(--theme-accent)}.view-section{min-width:0;margin-bottom:30px}.section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.inline-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.badge{white-space:nowrap;font-size:var(--font-caption);letter-spacing:0;color:var(--theme-muted);background:var(--theme-soft);border-radius:var(--radius-control);align-items:center;padding:3px 7px;font-weight:500;line-height:1.2;display:inline-flex}.badge.is-waiting{color:var(--theme-warning);background:var(--theme-warning-soft)}.badge.is-blue{color:var(--theme-accent);background:var(--theme-selection)}.text-link{min-height:30px;color:var(--theme-accent);font-size:var(--font-body);background:0 0;border:0;flex-shrink:0;align-items:center;gap:5px;padding:4px 0;font-weight:500;text-decoration:none;display:inline-flex}.text-link:hover{color:var(--theme-accent);background:0 0;text-decoration:underline}.text-link svg{width:12px;height:12px}.view-columns{gap:0 30px;display:grid}.view-columns>div{min-width:0}.section-eyebrow{font-size:var(--font-small);color:var(--theme-muted);margin-bottom:9px;font-weight:500;display:block}.section-count{font-size:var(--font-small);font-variant-numeric:tabular-nums;color:var(--theme-muted)}.icon-button{border-radius:var(--radius-surface);width:36px;height:36px;min-height:36px;color:var(--theme-muted);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-button:hover:not(:disabled){color:var(--theme-ink);background:var(--theme-soft)}.surface{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:8px}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:310px;padding:64px 28px;display:flex}.empty-icon{background:var(--theme-selection);width:52px;height:52px;color:var(--theme-muted);border:0;border-radius:9px;place-items:center;margin-bottom:20px;display:grid}.empty-icon svg{width:24px;height:24px}.empty-state h2{letter-spacing:-.35px;margin:0 0 10px;font-size:17px;font-weight:550}.empty-state p{max-width:290px;color:var(--theme-muted);font-size:var(--font-body);margin:0;line-height:1.6}.empty-state .button{min-height:36px;font-size:var(--font-small);background:linear-gradient(180deg, var(--theme-primary), var(--theme-primary));align-items:center;gap:7px;margin-top:24px;padding:9px 13px;display:inline-flex;box-shadow:0 2px 5px #245be824}.empty-state .button svg{width:15px;height:15px}.dialog{border:1px solid var(--theme-border);width:min(480px,100% - 32px);max-height:calc(100dvh - 48px);color:var(--theme-ink);background:var(--theme-surface);border-radius:12px;padding:0;box-shadow:0 24px 80px #0a254033}.dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a25404d}.dialog-body{padding:var(--form-inset)}.dialog-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.dialog-heading h2{letter-spacing:-.35px;margin:0;font-size:17px}.dialog .empty-state{min-height:240px;padding:24px 16px 36px}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:30;border-radius:var(--radius-surface);color:#fff;background:var(--theme-primary);padding:12px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:12px}.badge.is-processing{color:var(--theme-accent);background:var(--theme-selection)}.badge.is-failed{color:var(--theme-danger);background:var(--theme-danger-soft)}.tabs{border-bottom:1px solid var(--theme-border);gap:24px;display:flex}.tabs>:is(a,button){min-height:max(40px, var(--button-height));color:var(--theme-muted);font-size:var(--font-body);background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:8px;padding:8px 0;font-weight:500;text-decoration:none;display:inline-flex}.tabs>:is(a,button):hover{color:var(--theme-accent);background:0 0}.tabs>:is([aria-current],[aria-pressed=true]){color:var(--theme-accent);border-bottom-color:var(--theme-accent)}.icon-button svg{width:18px;height:18px}.surface-group{background:var(--theme-soft);border-radius:var(--radius-group);padding:var(--space-group);gap:var(--space-group)}.surface-card{background:var(--theme-surface);border-radius:var(--radius-surface);min-width:0}@media (width<=900px){.icon-button{width:44px;height:44px;min-height:44px}}.data-table{border-collapse:collapse;table-layout:fixed;width:100%}.data-table th{text-align:left;border-top:1px solid var(--theme-border);border-bottom:1px solid var(--theme-border);background:var(--theme-soft);height:36px;color:var(--theme-muted);font-size:var(--font-caption);padding:4px 8px;font-weight:500}.data-table td{border-bottom:1px solid var(--theme-border);height:70px;color:var(--theme-muted);font-size:var(--font-small);padding:9px 8px}.data-table tr:hover td,.data-table tr.is-selected td{background:var(--theme-selection)}.empty-state--compact{gap:10px;min-height:300px;padding:24px}.empty-state--compact>svg{width:30px;height:30px;color:var(--theme-muted);margin-bottom:5px}.empty-state--compact h3{font-size:var(--font-body);margin:0;font-weight:550}.empty-state--compact p{max-width:300px}.workspace-illustration{flex-shrink:0;width:168px;height:auto}.illustration-ground{fill:var(--theme-soft)}.illustration-surface{fill:var(--theme-surface);stroke:var(--theme-border);stroke-width:1px}.illustration-line{stroke:var(--theme-border);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.illustration-accent-soft{fill:var(--theme-selection)}.illustration-accent-line{stroke:var(--theme-accent);stroke-width:1.2px;stroke-linecap:round;stroke-linejoin:round}.illustration-wordmark{fill:var(--theme-ink);letter-spacing:-.6px;font-size:11px;font-weight:700}.illustration-wordmark tspan{fill:var(--theme-accent)}.illustration-heading{fill:var(--theme-ink);letter-spacing:-.3px;font-size:14px;font-weight:600}.illustration-label{fill:var(--theme-text);font-size:9px;font-weight:550}.action-menu-control{flex-shrink:0}.action-menu{border:1px solid var(--theme-border);border-radius:var(--radius-control);background:var(--theme-surface);width:176px;color:var(--theme-text);margin:0;padding:4px;position:fixed;inset:auto;box-shadow:0 6px 18px #10243b14}.action-menu button{text-align:left;border-radius:var(--radius-control);width:100%;min-height:36px;font-size:var(--font-small);color:inherit;background:0 0;border:0;padding:8px 10px;display:block}.action-menu button:hover,.action-menu button:focus-visible{background:var(--theme-soft)}.action-menu button.is-danger{color:var(--theme-danger)}@media (width<=600px){.action-menu button{min-height:44px}}.app-shell{--line:var(--theme-border);--muted:var(--theme-muted);--panel-width:420px;--sidebar-width:210px;--chat-size:var(--panel-width);grid-template-columns:var(--sidebar-width) minmax(0, 1fr) 0px;background:var(--theme-surface);-webkit-font-smoothing:antialiased;height:100dvh;font-size:var(--font-body);transition:grid-template-columns .28s var(--ease);grid-template-rows:68px minmax(0,1fr);display:grid;position:relative;overflow:hidden}.app-shell.with-conversation{grid-template-columns:var(--sidebar-width) minmax(0, 1fr) var(--chat-size)}.conversation-panel{background:var(--theme-surface);grid-area:2/3;min-width:0;min-height:0;position:relative;overflow:hidden}.chat-content{width:var(--chat-size);border-left:1px solid var(--line);flex-direction:column;height:100%;display:flex;position:relative}.chat-heading{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;max-width:none;min-height:60px;margin:0;padding:12px 64px 12px 22px;display:flex}.chat-heading h2{font-size:var(--font-body);letter-spacing:-.2px;margin:0;font-weight:550}.app-shell .chat-tab{border:1px solid var(--theme-border);background:var(--theme-surface);width:35px;min-height:70px;color:var(--theme-accent);border-right:0;border-radius:11px 0 0 11px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:10px 0;display:flex;position:absolute;top:28px;left:-35px;box-shadow:-4px 2px 12px -7px #0a254038}.app-shell .chat-tab:hover{background:var(--theme-selection);color:var(--theme-accent)}.chat-tab svg:first-child{width:18px;height:18px}.chat-tab svg:last-child{width:12px;height:12px;color:var(--theme-muted);transition:transform .28s var(--ease);transform:rotate(180deg)}.with-conversation .chat-tab svg:last-child{transform:rotate(0)}.resizing-chat,.resizing-chat .conversation-panel{transition:none}.chat-backdrop{z-index:14;background:#0a254026;animation:.18s ease-out backdrop-in;position:fixed;inset:0}.notifications-control{position:relative}.notifications-control>button[aria-expanded=true]{background:var(--theme-selection);color:var(--theme-accent)}.notifications-popover{border:1px solid var(--theme-border);background:var(--theme-surface);opacity:0;visibility:hidden;transform-origin:100% 0;width:344px;transition:opacity .18s ease, transform .22s var(--ease), visibility .22s;border-radius:12px;position:absolute;top:calc(100% + 15px);right:-8px;transform:translateY(-9px);box-shadow:0 3px 8px #0a254009,0 18px 42px -12px #0a25402e}.notifications-popover.is-open{opacity:1;visibility:visible;transform:translateY(0)}.notifications-popover>h2{font-size:var(--font-body);letter-spacing:-.2px;border-bottom:1px solid var(--theme-border);margin:0;padding:19px 20px 17px;font-weight:550}.notifications-popover .empty-state{min-height:238px;padding:38px 28px 44px}.notifications-popover .empty-state h2{font-size:var(--font-body)}.notifications-popover .empty-state p{font-size:var(--font-small);max-width:250px}.notifications-popover .empty-icon{background:var(--theme-selection);border:0;border-radius:50%;width:42px;height:42px}.notifications-popover .empty-icon svg{width:20px;height:20px}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes menu-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.app-shell button{font-size:var(--font-body)}.app-shell button:disabled{cursor:default;opacity:.4}.app-shell .chat-toggle{z-index:4;position:absolute;top:80px;right:16px}.app-shell .chat-toggle[aria-expanded=true],.app-shell .chat-toggle[aria-expanded=true]:hover{background:var(--theme-selection);color:var(--theme-accent)}.app-shell svg,.dialog svg{flex-shrink:0}.app-shell a,.dialog a{text-decoration:none}.app-topbar{border-bottom:1px solid var(--line);background:var(--theme-surface);z-index:5;grid-column:1/-1;align-items:center;gap:24px;width:100%;max-width:none;margin:0;padding:0 20px 0 24px;display:flex;position:relative}.brand-area{flex-shrink:0;align-items:center;width:162px;display:flex}.app-shell .brand-logo{width:135px}.case-identity{align-items:center;min-width:0;display:flex;position:relative}.mobile-case-identity{display:none}.sidebar-case{padding:2px 12px 26px}.sidebar-case .case-details{flex-direction:column;align-items:flex-start;gap:5px}.case-details{flex-direction:column;align-items:flex-start;gap:3px;min-width:0;display:flex}.case-name{font-size:var(--font-body);color:var(--theme-text);text-overflow:ellipsis;white-space:nowrap;max-width:250px;font-weight:550;overflow:hidden}.app-shell .case-number{min-height:18px;color:var(--theme-muted);font-size:var(--font-caption);font-variant-numeric:tabular-nums;white-space:nowrap;-webkit-user-select:text;user-select:text;background:0 0;border:0;border-radius:3px;align-items:center;gap:6px;padding:0;font-weight:400;line-height:1.4;display:flex}.app-shell .case-number:hover{color:var(--theme-accent)}.case-number svg{width:12px;height:12px}.case-identity .case-picker{text-align:left;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:8px;width:calc(100% + 12px);max-width:calc(100% + 12px);min-height:28px;margin:-4px -6px 0;padding:4px 6px;display:flex}.case-identity .case-picker:hover,.case-identity .case-picker[aria-expanded=true]{background:var(--theme-soft)}.case-picker .case-name{min-width:0}.case-picker>svg{width:14px;height:14px;color:var(--theme-muted)}.sidebar-case .case-identity,.sidebar-case .case-details{width:100%}.case-menu{width:min(272px,100vw - 24px);color:var(--theme-ink);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-group);margin:0;padding:6px;position:fixed;inset:auto;box-shadow:0 2px 5px #0a25400f,0 12px 32px -8px #0a254038}.case-menu:popover-open{animation:.16s cubic-bezier(.22,1,.36,1) menu-in}.case-menu-heading{font-size:var(--font-small);color:var(--theme-muted);padding:9px 10px;font-weight:500}.case-menu .case-menu-item,.case-menu .case-menu-add{width:100%;min-height:38px;color:var(--theme-text);font-size:var(--font-body);text-align:left;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:12px;padding:10px;font-weight:450;text-decoration:none;display:flex}.case-menu .case-menu-item:hover,.case-menu .case-menu-add:hover{background:var(--theme-selection)}.case-menu-item>span{flex-direction:column;gap:5px;min-width:0;display:flex}.case-menu-item strong{white-space:nowrap;text-overflow:ellipsis;font-weight:550;overflow:hidden}.case-menu-item small{font-size:var(--font-caption);color:var(--theme-muted)}.case-menu-item>svg{width:17px;height:17px;color:var(--theme-accent);flex-shrink:0}.case-menu .case-menu-add{justify-content:flex-start;gap:9px}.case-menu-add svg{width:17px;height:17px}.case-menu-rule{border-top:1px solid var(--theme-border);margin:6px 4px}.copy-feedback{background:var(--theme-ink);color:#fff;width:max-content;max-width:230px;font-size:var(--font-caption);pointer-events:none;opacity:0;border-radius:5px;padding:5px 9px;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 9px);left:0;transform:translateY(-3px)}.copy-feedback.is-visible{opacity:1;transform:translateY(0)}.topbar-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.app-shell .search-trigger{background:var(--theme-soft);width:clamp(180px,18vw,260px);min-height:34px;color:var(--theme-muted);border:1px solid #0000;align-items:center;gap:9px;padding:7px 10px;font-weight:400;display:flex}.search-trigger svg{width:16px;height:16px}.search-trigger kbd{border:1px solid var(--theme-border);border-radius:var(--radius-control);color:var(--theme-muted);font:inherit;font-size:var(--font-caption);margin-left:auto;padding:1px 4px}.app-shell .account-trigger{color:var(--theme-ink);background:0 0;align-items:center;gap:9px;min-height:40px;padding:4px 0 4px 8px;display:flex}.account-trigger>svg{width:14px}.account-name{text-overflow:ellipsis;white-space:nowrap;max-width:130px;overflow:hidden}.avatar{background:var(--theme-selection);width:32px;height:32px;color:var(--theme-accent);font-size:var(--font-caption);border-radius:50%;flex-shrink:0;place-items:center;font-weight:600;display:inline-grid}.account-control{position:relative}.account-popover{background:var(--theme-surface);border:1px solid var(--line);border-radius:var(--radius-group);width:240px;animation:menu-in .16s var(--ease);padding:6px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 12px 32px -8px #0a254038}.account-summary{overflow-wrap:anywhere;flex-direction:column;gap:5px;padding:12px 10px 16px;display:flex}.account-summary strong{font-size:var(--font-body);font-weight:600}.account-summary span{color:var(--theme-muted);font-size:var(--font-small)}.account-popover a,.account-popover button{width:100%;min-height:39px;font-size:var(--font-body);color:var(--theme-text);text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:10px;padding:9px 10px;font-weight:400;display:flex}.account-popover a:hover,.account-popover button:hover{background:var(--theme-soft)}.account-popover svg{width:17px;height:17px}.app-sidebar{border-right:1px solid var(--line);background:var(--theme-surface);flex-direction:column;grid-row:2;padding:20px 12px 16px;display:flex;overflow-y:auto}.app-sidebar nav,.mobile-navigation nav{flex-direction:column;gap:2px;display:flex}.app-sidebar nav a,.mobile-navigation nav a{min-height:36px;color:var(--theme-text);border-radius:var(--radius-surface);font-size:var(--font-body);align-items:center;gap:11px;padding:8px 12px;font-weight:500;display:flex}.app-sidebar nav a{transition:background .14s,color .14s}.app-sidebar nav a:hover,.mobile-navigation nav a:hover{background:var(--theme-selection)}.app-sidebar nav a[aria-current],.mobile-navigation nav a[aria-current]{color:var(--theme-accent);background:var(--theme-selection)}.app-sidebar nav a svg{width:18px;height:18px}.app-sidebar .secondary-nav{margin-top:auto;padding-top:36px}.conversation-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:150px;padding:28px;display:flex;overflow:auto}.conversation-content h2{letter-spacing:-.3px;margin:0 0 10px;font-size:16px;font-weight:550}.conversation-content p{font-size:var(--font-small);color:var(--theme-muted);max-width:225px;margin:0;line-height:1.7}.panel-resizer{cursor:col-resize;z-index:2;touch-action:none;width:6px;position:absolute;top:0;bottom:0;left:0}.panel-resizer:hover,.panel-resizer:focus-visible{background:#1257ce22}.search-label{font-size:var(--font-small);letter-spacing:0;color:var(--theme-muted);margin:22px 6px 8px}.search-results{flex-direction:column;gap:3px;display:flex}.search-results a{color:var(--theme-text);font-size:var(--font-body);border-radius:5px;align-items:center;gap:12px;padding:11px 8px;display:flex}.search-results a:hover{background:var(--theme-soft)}.search-results a span:last-child{color:var(--theme-muted);margin-left:auto}.search-results svg{width:17px;height:17px}.mobile-navigation .secondary-nav{border-top:1px solid var(--theme-border);margin-top:16px;padding-top:12px}.app-shell .mobile-menu{display:none}@media (width>=901px) and (width<=1150px){.app-shell{--sidebar-width:180px;--chat-size:min(var(--panel-width), 42vw)}.brand-area{width:132px}.account-name{display:none}}@media (width<=900px){.app-shell,.app-shell.with-conversation{--chat-size:calc(100vw - 36px);grid-template-rows:100px minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.app-sidebar{display:none}.app-shell .mobile-menu{display:inline-flex}.app-topbar{grid-template-rows:54px 45px;grid-template-columns:minmax(0,1fr) auto;gap:0 12px;padding:0 14px;display:grid}.brand-area{gap:8px;width:auto}.app-shell .brand-logo{width:120px}.mobile-case-identity{grid-area:2/1/auto/-1;padding-bottom:8px;display:block}.case-details{flex-direction:row;align-items:center;gap:14px}.mobile-case-identity .case-picker{width:auto;max-width:190px;margin-top:0}.case-name{font-size:var(--font-small);max-width:160px}.topbar-actions{grid-area:1/2}.account-name,.account-trigger>svg,.search-trigger span,.search-trigger kbd{display:none}.app-shell .account-trigger{padding:0}.app-shell .search-trigger{background:0 0;border:0;width:34px;height:36px;padding:8px}.search-trigger svg{width:19px;height:19px}.topbar-actions{gap:4px}.conversation-panel{width:var(--chat-size);z-index:4;transition:transform .28s var(--ease);position:fixed;top:0;bottom:0;right:0;overflow:visible;transform:translate(100%)}.with-conversation .conversation-panel{z-index:15;transform:translate(0)}.chat-content{padding-top:14px}.conversation-panel .panel-resizer{display:none}.app-shell .chat-tab{top:auto;bottom:max(24px, env(safe-area-inset-bottom))}.notifications-popover{width:min(344px,100vw - 24px);position:fixed;top:62px;right:12px}}@media (width<=540px){.app-shell .brand-logo{width:108px}.brand-area{gap:2px}.app-topbar{column-gap:4px;padding:0 10px}.topbar-actions{gap:0}.avatar{width:29px;height:29px}.empty-state{padding:48px 24px}}@media (prefers-reduced-motion:reduce){.app-shell,.app-shell *,.dialog{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (width>=901px){.app-shell:not(.with-conversation) .page-heading{padding-right:64px}}.account-menu-divider{border-top:1px solid var(--line);margin:6px 4px}.account-popover a[aria-current=page]{color:var(--theme-accent);background:var(--theme-selection)}.avatar--large{width:48px;height:48px;font-size:16px}.avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.case-load{color:var(--theme-muted);padding:24px}.case-menu{max-height:min(500px,70dvh);overflow-y:auto}.case-picker:disabled{cursor:wait}.case-experience h2,.case-experience h3{letter-spacing:-.2px;margin:0}.case-experience h2{font-size:15px;font-weight:600}.case-experience h3{font-size:var(--font-body);font-weight:550}.attention-list{display:grid}.attention-row{align-items:center;gap:12px;padding:17px 16px;display:flex}.attention-row>div{flex:1;min-width:0}.attention-row p{font-size:var(--font-body);color:var(--theme-muted);margin-top:6px}.attention-symbol{color:var(--theme-muted);align-self:flex-start;margin-top:1px}.attention-symbol svg{width:17px;height:17px}.workspace-link{color:var(--theme-ink);border:1px solid #0000;padding:19px 20px 16px;transition:border-color .15s,box-shadow .15s;display:block}.workspace-link:hover{border-color:var(--theme-border);box-shadow:0 2px 8px #0a254008}.workspace-title{align-items:center;gap:12px;display:flex}.workspace-title>div{flex:1}.workspace-title h3{font-size:15px}.workspace-title p{font-size:var(--font-body);color:var(--theme-muted);margin-top:5px}.workspace-title>svg{width:16px;height:16px;color:var(--theme-muted)}.workspace-symbol{border:1px solid var(--theme-border);border-radius:var(--radius-surface);width:36px;height:42px;color:var(--theme-accent);place-items:center;display:grid}.workspace-symbol svg{width:19px;height:19px}.workspace-meta{color:var(--theme-muted);font-size:var(--font-small);align-items:center;gap:12px;margin-top:18px;display:flex}.workspace-progress{align-items:center;gap:12px;margin-top:14px;display:flex}.workspace-progress progress{appearance:none;background:var(--theme-soft);border:0;border-radius:8px;flex:1;width:100%;height:3px;overflow:hidden}.workspace-progress progress::-webkit-progress-bar{background:var(--theme-soft)}.workspace-progress progress::-webkit-progress-value{background:var(--theme-primary);border-radius:8px}.workspace-progress progress::-moz-progress-bar{background:var(--theme-primary);border-radius:8px}.workspace-progress>span{color:var(--theme-muted);font-size:var(--font-caption);font-variant-numeric:tabular-nums;flex-shrink:0}.people-gallery{display:grid}.person-card{flex-direction:column;min-width:0;padding:20px;display:flex}.person-heading{align-items:center;gap:12px;margin-bottom:20px;display:flex}.person-avatar{background:var(--theme-selection);width:42px;height:42px;color:var(--theme-accent);font-size:var(--font-body);border-radius:50%;flex-shrink:0;place-items:center;font-weight:550;display:grid}.person-heading h2{margin-bottom:6px}.person-card p{font-size:var(--font-body);color:var(--theme-text)}.person-card .person-organization{color:var(--theme-muted);margin-top:5px}.person-source{margin-top:auto;padding-top:18px}.overview-columns,.workspace-columns{margin-bottom:30px}.overview-columns>.view-section,.workspace-columns .view-section{border-radius:var(--radius-surface);background:var(--theme-surface);margin:0;padding:18px}.workspace-columns>div{align-content:start;gap:8px;display:grid}.case-dates{border-top:1px solid var(--theme-border)}.case-dates>button{border:0;border-bottom:1px solid var(--theme-border);width:100%;color:var(--theme-ink);text-align:left;background:0 0;border-radius:0;align-items:center;gap:12px;padding:13px 0;display:flex}.case-dates>button:hover{background:var(--theme-selection)}.case-dates>button>span:nth-child(2){flex:1;min-width:0}.case-dates strong{font-size:var(--font-body);font-weight:550;display:block}.case-dates small{color:var(--theme-muted);font-size:var(--font-small);margin-top:4px;font-weight:400;display:block}.case-dates .date-tile{border-radius:var(--radius-surface);background:var(--theme-selection);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:39px;height:43px;display:flex}.date-tile small{letter-spacing:.7px;margin:0;font-size:10px;line-height:1.1}.date-tile strong{margin-top:2px;font-size:17px;line-height:1.2}.case-dates svg{width:12px;height:12px;color:var(--theme-muted)}.overview-plan{padding:6px 0}.overview-plan h3{margin-bottom:8px}.overview-plan p{font-size:var(--font-body);color:var(--theme-muted)}.workspace-tabs{border-bottom:1px solid var(--theme-border);gap:25px;margin:-8px 0 24px;display:flex}.workspace-goal{background:var(--theme-selection);border-radius:8px;margin-bottom:28px;padding:17px 19px}.workspace-goal .section-eyebrow{color:var(--theme-text)}.workspace-goal p{font-size:var(--font-body);color:var(--theme-ink)}.preparation-tasks{border-top:1px solid var(--theme-border)}.preparation-task{border-bottom:1px solid var(--theme-border);align-items:center;gap:10px;padding:14px 0;display:flex}.preparation-task label{cursor:pointer;flex:1;align-items:flex-start;gap:10px;margin:0;display:flex}.preparation-task input{width:16px;height:16px;accent-color:var(--theme-accent);flex-shrink:0;margin:1px 0 0}.preparation-task strong{font-size:var(--font-body);font-weight:550;display:block}.preparation-task small{font-size:var(--font-small);color:var(--theme-muted);margin-top:5px;font-weight:400;line-height:1.6;display:block}.preparation-task.is-complete strong{color:var(--theme-muted)}.deadline-note{background:var(--theme-warning-soft);border-radius:var(--radius-surface);margin-top:15px;padding:13px}.deadline-note strong{font-size:var(--font-small);font-weight:550}.deadline-note p{color:var(--theme-text);font-size:var(--font-small);margin:7px 0 2px}.request-details{border-top:1px solid var(--theme-border);padding-top:17px}.request-amount{letter-spacing:-.6px;font-size:24px;font-weight:550}.request-amount>span{font-size:var(--font-small);letter-spacing:0;color:var(--theme-muted);margin-top:3px;font-weight:400;display:block}.request-details dl{margin:20px 0}.request-details dl>div{font-size:var(--font-small);grid-template-columns:90px 1fr;gap:12px;margin-top:13px;display:grid}.request-details dt{color:var(--theme-muted)}.request-details dd{margin:0;line-height:1.6}.request-details dd small{color:var(--theme-muted);font-size:var(--font-caption);display:block}.issue-labels{flex-wrap:wrap;gap:6px;display:flex}.issue-labels span{border:1px solid var(--theme-border);border-radius:var(--radius-control);font-size:var(--font-caption);color:var(--theme-muted);padding:4px 7px}.case-experience .section-intro{color:var(--theme-muted);font-size:var(--font-body);margin-bottom:16px}.approach-form fieldset{border:0;gap:10px;min-width:0;margin:0;padding:0;display:grid}.approach-option{border:1px solid var(--theme-border);cursor:pointer;border-radius:8px;align-items:flex-start;gap:12px;margin:0;padding:16px;display:flex}.approach-option.is-selected{border-color:var(--theme-accent);background:var(--theme-selection)}.approach-option input{width:15px;height:15px;accent-color:var(--theme-accent);flex-shrink:0;margin:1px 0 0}.approach-option strong{font-size:var(--font-body);font-weight:550}.approach-summary{font-size:var(--font-body);color:var(--theme-text);margin-top:8px;font-weight:400;line-height:1.6;display:block}.approach-option small{color:var(--theme-muted);font-size:var(--font-small);margin-top:9px;font-weight:400;line-height:1.6;display:block}.approach-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:14px;display:flex}.approach-actions>span{font-size:var(--font-small);color:var(--theme-success)}.escrow-decision{border:1px solid var(--theme-border);border-radius:8px;padding:18px}.escrow-decision>p+p{color:var(--theme-muted);margin-top:12px}.escrow-decision h3{margin-top:20px}.escrow-decision ul{margin:10px 0 18px;padding-left:17px}.escrow-decision li{font-size:var(--font-body);color:var(--theme-text);padding:3px 0;line-height:1.6}.source-links{border-top:1px solid var(--theme-border);flex-wrap:wrap;align-items:center;gap:8px 14px;padding-top:12px;display:flex}.source-links>span{font-size:var(--font-caption);color:var(--theme-muted)}.presentation-points{counter-reset:points;border-top:1px solid var(--theme-border);margin:0;padding:0;list-style:none}.presentation-points li{border-bottom:1px solid var(--theme-border);counter-increment:points;padding:14px 0 14px 31px;position:relative}.presentation-points li:before{content:counter(points);background:var(--theme-soft);width:20px;height:20px;font-size:var(--font-caption);color:var(--theme-muted);border-radius:50%;place-items:center;display:grid;position:absolute;top:14px;left:0}.presentation-points strong{font-size:var(--font-body);font-weight:550}.presentation-points p{font-size:var(--font-body);color:var(--theme-muted);margin-top:4px}.file-viewer{flex-direction:column;min-width:0;min-height:0;display:flex}.file-viewer-heading{background:var(--theme-surface);flex-shrink:0;align-items:center;gap:18px;width:100%;max-width:none;margin:0;padding:18px 24px;display:flex}.file-viewer-heading>div{flex:1;min-width:0}.file-viewer-heading h2{letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap;margin:0 0 5px;font-size:16px;overflow:hidden}.file-viewer-heading h2:focus{outline:none}.file-viewer-heading p{font-size:var(--font-small);color:var(--theme-muted);margin:0}.file-viewer .file-back{font-size:var(--font-body);flex-shrink:0;align-items:center;gap:6px;min-height:34px;padding:6px 8px;display:inline-flex}.file-back svg{width:13px;height:13px;transform:rotate(180deg)}.file-version-tabs{border-bottom:1px solid var(--theme-border);background:var(--theme-surface);flex-shrink:0;gap:24px;padding:0 24px;display:flex}.file-version-tabs span{font-size:var(--font-caption);background:var(--theme-soft);color:var(--theme-muted);border-radius:var(--radius-control);padding:2px 5px}.file-document-scroll{background:var(--theme-soft);flex:1;min-height:0;padding:28px;overflow:auto}.file-document-scroll:focus-visible{outline:2px solid var(--theme-accent);outline-offset:-2px}.view--full .browser-main.is-viewing{overflow:hidden}.view--full .browser-main>.file-viewer{flex:1;min-height:0}.file-viewer .record-page{max-width:720px;min-height:640px;margin:0 auto}.file-viewer .draft-version{max-width:720px;margin:0 auto 14px}.with-conversation .file-viewer-heading{padding-right:44px}.record-page{background:var(--theme-surface);border:1px solid var(--theme-border);color:var(--theme-text);padding:32px;box-shadow:0 2px 5px #0a254006}.record-caption{border-bottom:1px solid var(--theme-border);font-size:var(--font-body);justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:18px;display:flex}.record-caption span{font-size:var(--font-small);color:var(--theme-muted);white-space:nowrap}.record-page h3{margin:0 0 26px;font-size:18px;font-weight:600}.record-page h4{font-size:var(--font-body);margin:20px 0 8px;font-weight:600}.record-page p{font-size:var(--font-body);margin:0;line-height:1.8}.court-record{font-family:Georgia,Times New Roman,serif}.court-record h3{text-align:center}.draft-version{font-size:var(--font-small);justify-content:space-between;gap:12px;margin:0 0 14px;display:flex}.draft-version span{color:var(--theme-muted)}@container (width>=730px){.overview-columns{grid-template-columns:1fr 1fr}.workspace-columns{grid-template-columns:minmax(0,1.4fr) minmax(250px,1fr)}}@container (width>=480px){.people-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (width>=980px){.people-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=600px){.attention-row{flex-wrap:wrap;gap:8px 10px;padding:15px 13px}.attention-row>div{flex-basis:calc(100% - 30px)}.attention-row>.text-link{margin-left:27px}.workspace-link{padding:17px 15px 15px}.preparation-task{align-items:flex-start}.preparation-task .text-link{font-size:var(--font-small)}.file-viewer-heading{gap:8px;padding:14px 12px}.file-version-tabs{padding:0 16px}.file-document-scroll{padding:12px}.record-page{padding:22px 18px}.record-caption{flex-direction:column;gap:7px}.draft-version{flex-direction:column;gap:5px}}@media (width<=900px){:is(.view--full:has(.browser-main.is-viewing)>.page-heading,.view--full:has(.browser-main.is-viewing) .browser-folders){display:none}.view--full:has(.browser-main.is-viewing) .browser-frame{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.file-viewer .file-document-scroll{background:var(--theme-surface);padding:20px 16px 72px}.file-viewer .record-page{box-shadow:none;border:0;min-height:0;padding:12px 6px}}.file-browser{min-width:0;container-type:inline-size}.browser-main{container:filepane/inline-size}.browser-frame{background:var(--theme-soft);border-radius:11px;grid-template-columns:196px minmax(0,1fr);gap:7px;min-height:520px;padding:7px;display:grid}.browser-folders{border-radius:var(--radius-surface);background:var(--theme-soft);min-width:0;padding:14px 6px}.browser-folders nav{display:block}.browser-folders button,.browser-main button,.related-file-list button{color:var(--theme-text);min-height:32px;font-size:var(--font-body);background:0 0;border:0;border-radius:5px;padding:6px 8px;font-weight:450}.browser-folders button:hover,.browser-main button:hover{background:var(--theme-soft);color:var(--theme-ink)}.browser-folders svg{width:16px;height:16px}.file-shortcuts{gap:3px;display:grid}.file-shortcuts button{text-align:left;align-items:center;gap:9px;padding:8px 10px;display:flex}.file-shortcuts button[aria-current],.file-tree-row.is-current{background:var(--theme-selection);color:var(--theme-accent)}.file-shortcuts button[aria-current]{font-weight:550}.file-shortcuts small,.folder-choice small{font-size:var(--font-caption);color:var(--theme-muted);margin-left:auto;font-weight:400}.folder-heading{color:var(--theme-muted);font-size:var(--font-caption);justify-content:space-between;align-items:center;padding:20px 8px 6px;font-weight:550;display:flex}.folder-heading button{width:26px;height:26px;min-height:26px;padding:5px}.file-folder-tree,.file-folder-tree ul{margin:0;padding:0;list-style:none}.file-tree-row{border-radius:5px;align-items:center;min-width:0;margin:1px 0;display:flex}.file-tree-row .folder-disclosure{flex-shrink:0;place-items:center;width:19px;min-height:30px;padding:0;display:grid}.folder-disclosure svg{width:10px;height:10px;transition:transform .12s}.folder-disclosure[aria-expanded=true] svg{transform:rotate(90deg)}.folder-spacer{flex:0 0 19px}.file-tree-row .folder-choice{text-align:left;min-width:0;font-size:var(--font-body);color:inherit;flex:1;align-items:center;gap:7px;padding:8px 7px 8px 0;display:flex}.folder-choice span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.folder-choice svg{width:14px;height:14px}.browser-folders .mobile-folder-toggle{display:none}.browser-main{background:var(--theme-surface);border-radius:var(--radius-surface);min-width:0;container:filepane/inline-size}.browser-heading{border-bottom:1px solid var(--theme-border);justify-content:space-between;align-items:center;gap:12px;min-height:63px;padding:15px 16px;display:flex}.folder-breadcrumbs{flex-wrap:wrap;align-items:center;gap:2px;min-width:0;display:flex}.folder-breadcrumbs>span{align-items:center;gap:2px;min-width:0;max-width:100%;display:inline-flex}.folder-breadcrumbs svg{width:10px;height:10px;color:var(--theme-muted)}.folder-breadcrumbs button{font-size:var(--font-body);overflow-wrap:anywhere;min-width:0;padding:5px}.folder-breadcrumbs button[aria-current],.folder-breadcrumbs strong{color:var(--theme-ink);font-weight:550}.folder-breadcrumbs strong{font-size:var(--font-body);padding:5px}.browser-toolbar{flex-wrap:wrap;align-items:center;gap:8px;padding:13px 16px;display:flex}.browser-toolbar .file-search{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:var(--radius-surface);flex:170px;align-items:center;gap:7px;min-width:110px;margin:0;padding:0 9px;display:flex}.file-search svg{width:14px;height:14px;color:var(--theme-muted)}.file-search input{min-width:0;height:31px;font-size:var(--font-body);background:0 0;border:0;padding:7px 0}.file-search:focus-within{outline:2px solid var(--theme-accent);outline-offset:1px}.file-search input:focus-visible{outline:none}.browser-select{border:1px solid var(--theme-border);width:auto;max-width:145px;height:33px;font-size:var(--font-small);color:var(--theme-muted);padding:6px 22px 6px 8px}.file-view-switch{border:1px solid var(--theme-border);border-radius:var(--radius-surface);gap:1px;margin-left:auto;padding:2px;display:flex}.file-view-switch button{place-items:center;width:28px;height:26px;min-height:26px;padding:5px;display:grid}.file-view-switch svg{width:15px;height:15px}.file-view-switch button[aria-pressed=true]{background:var(--theme-selection);color:var(--theme-accent)}.file-selection-bar{border-radius:var(--radius-surface);background:var(--theme-selection);color:var(--theme-accent);font-size:var(--font-small);align-items:center;gap:12px;margin:0 16px 10px;padding:5px 9px;display:flex}.file-selection-bar button{color:var(--theme-accent);font-size:var(--font-small);align-items:center;gap:5px;min-height:28px;display:inline-flex}.file-selection-bar svg{width:13px;height:13px}.file-selection-bar .selection-clear{margin-left:auto}.file-table th button{min-height:25px;font-size:var(--font-caption);color:var(--theme-muted);align-items:center;gap:5px;padding:0;display:inline-flex}.file-table th svg{width:12px;height:12px}.file-table .file-select-cell{width:35px;padding-left:17px;padding-right:4px}.file-select-cell input,.file-tile-tools input{width:14px;height:14px;accent-color:var(--theme-accent);cursor:pointer;margin:0;padding:0}.file-table .file-from-cell{width:110px}.file-table .file-date-cell{font-variant-numeric:tabular-nums;white-space:nowrap;width:86px}.file-table .file-star-cell{width:30px;padding:0}.file-table .file-menu-cell{width:38px;padding:0 8px 0 0}.file-table .file-open{text-align:left;border-radius:2px;align-items:center;gap:10px;width:100%;padding:0;display:flex}.file-table .file-open:hover{background:0 0}.file-open>span:last-child{flex:1;min-width:0}.file-open strong{font-size:var(--font-body);color:var(--theme-ink);white-space:nowrap;text-overflow:ellipsis;font-weight:550;line-height:1.5;display:block;overflow:hidden}.file-open small{font-size:var(--font-small);color:var(--theme-muted);align-items:center;gap:7px;margin-top:5px;display:flex}.file-folder-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.file-folder-label:before{content:"·";margin-right:7px}.file-draft-count{white-space:nowrap;color:var(--theme-accent);border-radius:var(--radius-control);background:var(--theme-selection);padding:2px 5px;font-size:11px;font-weight:500}.browser-file-icon{border:1px solid var(--theme-border);width:32px;height:38px;color:var(--theme-muted);background:var(--theme-surface);border-radius:5px;flex-shrink:0;place-items:center;display:grid}.browser-file-icon svg{width:18px;height:18px}.browser-file-icon.is-response{color:var(--theme-accent);border-color:var(--theme-border);background:var(--theme-selection)}.browser-file-icon.is-message{color:var(--theme-muted);background:var(--theme-warning-soft);border-color:var(--theme-warning-soft)}.browser-main .star-file{width:28px;height:30px;min-height:30px;color:var(--theme-muted);place-items:center;padding:6px;display:grid}.star-file svg{width:14px;height:14px}.browser-main .star-file.is-starred{color:var(--theme-warning)}.star-file.is-starred svg{fill:var(--theme-warning-soft)}.file-row-menu{position:relative}.file-row-menu summary{cursor:pointer;width:29px;height:30px;color:var(--theme-muted);border-radius:5px;place-items:center;list-style:none;display:grid}.file-row-menu summary::-webkit-details-marker{display:none}.file-row-menu summary:hover,.file-row-menu[open] summary{background:var(--theme-soft);color:var(--theme-ink)}.file-row-menu summary svg{width:17px;height:17px}.file-menu-items{border:1px solid var(--theme-border);z-index:25;background:var(--theme-surface);border-radius:8px;width:155px;padding:5px;position:absolute;top:33px;right:0;box-shadow:0 8px 24px #0a254014,0 2px 6px #0a25400a}.file-menu-items button{text-align:left;width:100%;min-height:33px;font-size:var(--font-body);align-items:center;gap:9px;display:flex}.file-menu-items svg{width:15px;height:15px}.browser-footer{color:var(--theme-muted);font-size:var(--font-caption);justify-content:space-between;gap:12px;padding:13px 17px;display:flex}.browser-footer [role=status]{color:var(--theme-success);text-align:right}.file-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:10px;padding:8px 16px 16px;display:grid}.file-tile{border:1px solid var(--theme-border);border-radius:7px;min-width:0;padding:7px 10px 15px}.file-tile.is-selected{border-color:var(--theme-border);background:var(--theme-selection)}.file-tile-tools{justify-content:space-between;align-items:center;display:flex}.file-tile-open{text-align:left;flex-direction:column;align-items:stretch;width:100%;display:flex;padding:0!important}.file-tile-open:hover{background:0 0!important}.file-miniature{border:1px solid var(--theme-border);background:var(--theme-surface);width:92px;min-height:110px;color:var(--theme-muted);border-radius:3px;flex-direction:column;align-self:center;gap:8px;margin:7px 0 20px;padding:13px;display:flex;box-shadow:0 3px 7px #0a254006}.file-miniature svg{width:19px;height:19px;margin-bottom:6px}.file-miniature>span{background:var(--theme-soft);width:100%;height:2px}.file-miniature>span:last-of-type{width:70%}.file-miniature.is-message{color:var(--theme-muted)}.file-miniature.is-response{color:var(--theme-accent)}.file-miniature small{color:var(--theme-accent);margin-top:4px;font-size:11px}.file-tile-open>strong{font-size:var(--font-body);white-space:nowrap;text-overflow:ellipsis;color:var(--theme-ink);font-weight:550;overflow:hidden}.file-tile-open>small{font-size:var(--font-caption);color:var(--theme-muted);margin-top:5px}.related-file-list{border-top:1px solid var(--theme-border)}.related-file-list>button{border-bottom:1px solid var(--theme-border);text-align:left;border-radius:0;align-items:center;gap:11px;width:100%;padding:12px 0;display:flex}.related-file-list>button:hover{background:var(--theme-selection)}.related-file-list>button>span:nth-child(2){flex:1;min-width:0}.related-file-list strong{font-size:var(--font-body);color:var(--theme-ink);font-weight:550;display:block}.related-file-list small{font-size:var(--font-caption);color:var(--theme-muted);margin-top:5px;display:block}.related-file-list>button>svg{width:12px;height:12px;color:var(--theme-muted)}.view--full>.case-experience{flex-direction:column;flex:1;min-height:0;display:flex}.view--full .file-browser{flex:1;min-height:0}.view--full .browser-frame{background:var(--theme-surface);border-radius:0;grid-template-rows:minmax(0,1fr);grid-template-columns:240px minmax(0,1fr);gap:0;height:100%;min-height:0;padding:0}.view--full .browser-folders{border-right:1px solid var(--theme-border);background:var(--theme-soft);border-radius:0;padding:16px 10px;overflow-y:auto}.view--full .browser-main{border-radius:0;flex-direction:column;min-height:0;display:flex;overflow-y:auto}.view--full .browser-main>*{flex-shrink:0}.with-conversation .view--full .browser-heading{padding-right:44px}.view--full .browser-footer{border-top:1px solid var(--theme-border);margin-top:auto}@container (width<=720px){.browser-frame{grid-template-rows:auto 1fr;grid-template-columns:1fr}.browser-folders{padding:0}.browser-folders nav{padding:8px;display:none}.browser-folders.is-open nav{display:block}.browser-folders .mobile-folder-toggle{text-align:left;align-items:center;gap:9px;width:100%;padding:12px;display:flex}.mobile-folder-toggle>span{flex:1}.mobile-folder-toggle>svg:last-child{width:12px;height:12px}.view--full .browser-frame{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.view--full .browser-folders{border-right:0;border-bottom:1px solid var(--theme-border);max-height:40dvh;padding:0}}@container filepane (width<=630px){.file-table .file-from-cell{display:none}}@container filepane (width<=450px){.browser-heading{flex-wrap:wrap;gap:7px;padding:10px}.browser-toolbar{gap:7px;padding:10px}.browser-toolbar .file-search{flex-basis:calc(100% - 80px);order:0}.file-view-switch{order:1}.browser-select{flex:1;order:2;max-width:none}.file-table .file-date-cell{display:none}.file-table .file-select-cell{width:29px;padding-left:12px}.file-table .file-star-cell{display:none}.file-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:7px 10px 10px}.file-tile{padding-left:7px;padding-right:7px}.file-tile-open>small{font-size:11px}.file-miniature{width:74px;min-height:96px}.file-selection-bar{gap:4px;margin-left:10px;margin-right:10px}.file-selection-bar button{padding:5px}}.case-file-surface{flex:1;min-height:0;display:flex}.case-file-surface[hidden]{display:none}.processing-file.file-open{text-align:left;width:100%;padding:4px 0}.stored-file-library{flex:1;min-height:0;container-name:storedfiles}.stored-file-library .browser-folders{display:block}.browser-folders .stored-folder{text-align:left;align-items:center;gap:9px;width:100%;padding:8px 10px;display:flex}.browser-folders .stored-folder.is-child{padding-left:28px}.stored-folder svg{flex-shrink:0;width:17px;height:17px}.stored-folder[aria-current]{background:var(--theme-selection);color:var(--theme-accent)}.stored-folder-title{font-size:var(--font-body);color:var(--theme-text)}.stored-folder-select{display:none}.review-placement{border-bottom:1px solid var(--theme-border);flex-wrap:wrap;align-items:center;gap:10px;padding:10px 20px;display:flex}.review-placement label{font-size:var(--font-small);margin:0;font-weight:450}.review-placement select{width:auto;max-width:100%;font-size:var(--font-small);padding:5px 8px}.review-placement p{width:100%;font-size:var(--font-small);margin:0}.review-placement span{font-size:var(--font-small)}@container storedfiles (width<=720px){.stored-file-library .browser-folders{display:none}.stored-file-library .stored-folder-select{display:block}.stored-file-library .stored-folder-title{display:none}.view--full .stored-file-library .browser-frame{grid-template-rows:minmax(0,1fr)}}.stored-folder-select{font-size:var(--font-body);width:min(100%,280px);padding:6px 9px}.processing-files{min-width:0}.processing-table th:first-child,.processing-table td:first-child{padding-left:18px}.processing-table th:nth-child(2){width:108px}.processing-table th.processing-date{width:115px}.processing-file{align-items:center;gap:10px;display:flex}.processing-file>div{min-width:0}.processing-file strong{color:var(--theme-ink);font-size:var(--font-body);overflow-wrap:anywhere;font-weight:550;line-height:1.5;display:block}.processing-file small{color:var(--theme-muted);font-size:var(--font-small);margin-top:4px;display:block}.processing-date{font-variant-numeric:tabular-nums}.processing-error{font-size:var(--font-body);color:var(--theme-danger);padding:20px}.processing-footer{font-size:var(--font-small);align-items:center}.processing-footer nav{align-items:center;gap:10px;display:flex}@media (width<=700px){.processing-table .processing-date{display:none}.processing-table th:nth-child(2){width:92px}.processing-table td{padding-top:14px;padding-bottom:14px}.processing-file .browser-file-icon{display:none}}.processing-files{container-type:inline-size}@container (width<=500px){.processing-table .processing-date{display:none}.processing-table th:nth-child(2){width:92px}}@container (width<=360px){.processing-file .browser-file-icon{display:none}.processing-footer nav{gap:4px}}.uploaded-file-review{background:var(--theme-surface);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;container:review/inline-size}.review-heading{border-bottom:1px solid var(--theme-border);align-items:center;gap:16px;width:100%;max-width:none;margin:0;padding:12px 48px 12px 20px;display:flex}.uploaded-file-review .file-back{min-height:30px;color:var(--theme-text);font-size:var(--font-small);background:0 0;border:0;align-items:center;gap:5px;padding:5px 0;font-weight:450;display:inline-flex}.review-heading .file-back svg{width:14px;height:14px;transform:rotate(180deg)}.review-heading h2{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.2px;flex:1;min-width:0;margin:0;font-size:16px;font-weight:600;overflow:hidden}.review-heading h2:focus{outline:none}.uploaded-file-review button:disabled{opacity:.4;cursor:default}.uploaded-file-review button:focus-visible,.uploaded-file-review select:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}.review-toolbar{border-bottom:1px solid var(--theme-border);font-size:var(--font-small);flex-wrap:wrap;align-items:center;gap:12px;padding:10px 22px;display:flex}.review-page-controls,.review-page-controls label,.review-zoom{align-items:center;gap:8px;display:flex}.review-page-controls label{font-size:var(--font-small);color:var(--theme-muted);white-space:nowrap;margin:0;font-weight:450}.review-page-controls>button:first-child svg{transform:rotate(180deg)}.review-toolbar select{width:auto;max-width:220px;min-height:30px;color:var(--theme-text);font-size:var(--font-small);border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:5px;margin:0;padding:4px 8px}.review-zoom{font-variant-numeric:tabular-nums;margin-left:auto}.review-zoom span{text-align:center;width:36px;color:var(--theme-muted)}.review-panes{flex:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:0;display:grid}.review-panes>section{flex-direction:column;min-width:0;min-height:0;display:flex}.review-panes h3{font-size:var(--font-small);color:var(--theme-muted);border-bottom:1px solid var(--theme-border);margin:0;padding:12px 22px;font-weight:550}.review-original-pane{border-right:1px solid var(--theme-border)}.review-original-scroll{background:var(--theme-soft);flex:1;min-height:0;padding:20px;position:relative;overflow:auto}.review-page-image{background:var(--theme-surface);width:max-content;margin:0 auto;position:relative;box-shadow:0 1px 4px #12283f14}.review-page-image canvas,.review-page-image img{max-width:none;display:block}.review-page-image img{width:100%;height:auto}.review-location{border:2px solid var(--theme-warning);box-shadow:0 0 0 2px var(--theme-surface);pointer-events:none;background:#ffcf4933;position:absolute}.review-text-scroll{flex:1;min-height:0;padding:22px;overflow:auto}.review-extracted-text{white-space:pre-wrap;overflow-wrap:anywhere;font-size:var(--font-body);color:var(--theme-text);line-height:1.75}.review-uncertain{height:auto;min-height:0;font-weight:inherit;background:var(--theme-warning-soft);color:inherit;font:inherit;line-height:inherit;border:0;border-bottom:1px dotted var(--theme-warning);text-align:inherit;border-radius:2px;padding:0 1px;display:inline}.review-uncertain:hover{background:var(--theme-warning-soft)}.review-gaps{border-radius:var(--radius-surface);background:var(--theme-warning-soft);color:var(--theme-warning);border:1px solid var(--theme-warning-soft);font-size:var(--font-small);margin-bottom:20px;padding:11px 13px;line-height:1.5}.review-gaps strong{font-size:var(--font-small);margin-bottom:3px;font-weight:550;display:block}.review-gaps p{font-size:inherit;line-height:inherit;color:inherit;margin:3px 0}.review-empty{font-size:var(--font-body);color:var(--theme-muted);padding:30px 20px;line-height:1.6}.review-empty h3{border:0;padding:0;font-size:16px}.review-empty p{margin:0 0 12px}.review-no-text,.review-loading{font-size:var(--font-body);color:var(--theme-muted)}.review-mobile-tabs{display:none}@container review (width<=760px){.review-mobile-tabs{border-bottom:1px solid var(--theme-border);gap:18px;padding:0 16px;display:flex}.review-panes{grid-template-columns:minmax(0,1fr)}.review-panes.show-original .review-text-pane,.review-panes.show-text .review-original-pane,.review-panes h3{display:none}.review-original-pane{border-right:0}.review-heading,.review-toolbar{padding-left:16px;padding-right:16px}}@container review (width<=430px){.review-heading{gap:10px}.review-heading h2{font-size:var(--font-body)}.review-toolbar{gap:8px}.review-toolbar>select{flex-basis:100%;order:3;max-width:none}.review-toolbar button,.review-heading button{min-height:36px}.review-text-scroll{padding:16px}}.app-sidebar .upload-nav,.mobile-navigation .upload-nav{text-align:left;min-height:38px;color:var(--theme-accent);background:var(--theme-selection);border:1px solid var(--theme-border);border-radius:var(--radius-surface);font-size:var(--font-body);align-items:center;gap:11px;margin:0 0 12px;padding:9px 12px;display:flex}.upload-nav svg{width:18px;height:18px}.app-sidebar .upload-nav:hover{background:var(--theme-selection)}.app-shell .mobile-upload{display:none}.upload-shell{flex-direction:column;height:100%;display:flex;position:relative}.upload-drop{border:1px dashed var(--theme-border);border-radius:var(--radius-group);background:var(--theme-selection);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px 16px;transition:background .14s,border-color .14s;display:flex}.upload-drop.is-dragging{background:var(--theme-selection);border-color:var(--theme-accent)}.upload-symbol{background:var(--theme-surface);border:1px solid var(--theme-border);width:48px;height:48px;color:var(--theme-accent);border-radius:12px;place-items:center;margin-bottom:16px;display:grid;box-shadow:0 2px 5px #0a254007}.upload-symbol svg{width:24px;height:24px}.upload-drop h3{margin:0;font-size:16px;font-weight:550}.upload-drop p,.scan-start p{color:var(--theme-muted);font-size:var(--font-body);max-width:300px;margin:7px 0 22px;line-height:1.6}.upload-choose{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.upload-drawer .upload-scan-choice{text-align:left;background:var(--theme-surface);width:100%;color:var(--theme-text);border:1px solid var(--theme-border);justify-content:start;gap:12px;margin-top:12px;padding:15px;display:flex}.upload-scan-choice>span:nth-child(2){flex:1}.upload-scan-choice strong{color:var(--theme-ink);font-weight:550;display:block}.upload-scan-choice small{font-size:var(--font-small);color:var(--theme-muted);margin-top:4px;font-weight:400;line-height:1.5;display:block}.upload-scan-choice>svg{width:13px}.upload-file-icon{border-radius:var(--radius-surface);background:var(--theme-soft);width:34px;height:40px;color:var(--theme-muted);flex-shrink:0;place-items:center;display:grid}.upload-file-icon svg{width:19px;height:19px}.upload-selection{margin-top:14px}.upload-items{display:grid}.upload-item{min-width:0;position:relative}.upload-item--transfer{--upload-progress:0%;background:linear-gradient(90deg, var(--theme-selection) 0 var(--upload-progress), var(--theme-surface) var(--upload-progress) 100%);align-items:center;gap:10px;min-height:46px;padding:0 9px 0 13px;transition:background .16s;display:flex}.upload-item--transfer>strong{min-width:70px;color:var(--theme-ink);font-size:var(--font-small);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-weight:500;overflow:hidden}.upload-item--transfer>.icon-button{flex:none}.upload-item-icon{color:var(--theme-muted);flex:none;place-items:center;display:grid}.upload-item-icon svg{width:17px;height:17px}.upload-item-status{max-width:28%;color:var(--theme-muted);font-size:var(--font-caption);text-overflow:ellipsis;white-space:nowrap;flex:0 auto;overflow:hidden}.upload-item--transfer.has-error .upload-item-status{color:var(--theme-danger)}.upload-item--transfer .text-button{font-size:var(--font-caption);flex:none;padding:2px 4px}.upload-item-main,.upload-item summary,.upload-drawer .upload-scan-row{text-align:left;width:100%;min-height:65px;color:var(--theme-text);background:0 0;border:0;align-items:center;gap:11px;padding:12px 44px 12px 12px;display:flex}.upload-item summary{cursor:pointer;list-style:none}.upload-item summary::-webkit-details-marker{display:none}.upload-item summary>svg{flex-shrink:0;width:14px}.upload-item details[open] summary>svg{transform:rotate(180deg)}.upload-item-name{flex:1;min-width:0}.upload-item-name strong{font-size:var(--font-body);overflow-wrap:anywhere;color:var(--theme-ink);font-weight:500;display:block}.upload-item-name small{color:var(--theme-muted);font-size:var(--font-caption);margin-top:3px;font-weight:400;line-height:1.5;display:block}.upload-item .upload-remove{position:absolute;top:16px;right:6px}.upload-children{margin:0;padding:0 9px 7px 18px;list-style:none}.upload-children li{border-top:1px solid var(--theme-border);align-items:center;gap:9px;padding:9px 0;display:flex}.upload-children li>svg{width:15px;color:var(--theme-muted);flex-shrink:0}.upload-children li>span{flex:1;min-width:0}.upload-group .upload-children{padding:0 0 0 20px}.upload-group .upload-children .upload-item--transfer{min-height:40px;padding:0 9px}.upload-group .upload-children .upload-item--transfer>span{flex:0 auto}.upload-children strong{font-size:var(--font-small);overflow-wrap:anywhere;font-weight:400;display:block}.upload-children small{font-size:var(--font-caption);color:var(--theme-muted);margin-top:4px;display:block}.upload-item.has-error small,.upload-children .has-error small,.upload-error{color:var(--theme-danger)}.upload-support,.upload-error{font-size:var(--font-small);margin:12px 0 0;line-height:1.6}.upload-support{color:var(--theme-muted)}.scan-heading{color:var(--theme-muted);justify-content:space-between;align-items:center;margin:-8px 0 15px;display:flex}.scan-heading svg{width:15px}.scan-start{text-align:center;flex-direction:column;align-items:center;padding:45px 10px;display:flex}.scan-start h3{max-width:270px;font-size:17px;line-height:1.6}.scan-start .text-button{margin-top:12px}.scan-tools{flex-wrap:wrap;gap:5px;margin-bottom:12px;display:flex}.scan-tools button,.scan-adjustments button,.scan-order button{color:var(--theme-text);background:var(--theme-soft);font-size:var(--font-small);padding:6px 9px}.scan-tools button[aria-pressed=true]{background:var(--theme-selection);color:var(--theme-accent)}.scan-tools svg{width:14px;height:14px}.scan-stage{background:var(--theme-soft);border-radius:8px;justify-content:center;align-items:center;min-height:180px;padding:20px;display:flex}.scan-stage canvas{object-fit:contain;max-width:100%;max-height:42dvh;display:block;box-shadow:0 2px 9px #0a254014}.scan-corners{touch-action:none;width:min(100%,300px);max-width:100%;position:relative}.scan-corners img{pointer-events:none;width:100%;height:100%;display:block}.scan-corners>svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.scan-corners polygon{fill:#1257ce12;stroke:var(--theme-accent);stroke-width:.6px}.upload-drawer .scan-corner{border:3px solid var(--theme-surface);background:var(--theme-primary);touch-action:none;border-radius:50%;width:28px;height:28px;min-height:28px;padding:0;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 6px #0a254033}.scan-adjustments{align-items:center;gap:12px;margin-top:12px;display:flex}.scan-adjustments label{font-size:var(--font-small);color:var(--theme-muted);flex:1;align-items:center;gap:10px;margin:0;display:flex}.scan-adjustments input{width:100%;min-width:40px;accent-color:var(--theme-accent);padding:0}.scan-pages{gap:8px;padding:14px 0 4px;display:flex;overflow-x:auto}.scan-pages button{background:var(--theme-soft);height:78px;color:var(--theme-text);border:2px solid #0000;flex:0 0 62px;padding:5px;position:relative}.scan-pages button[aria-pressed=true]{border-color:var(--theme-accent)}.scan-pages img{object-fit:contain;width:100%;height:100%}.scan-pages button>span{background:var(--theme-surface);border-radius:3px;padding:2px 5px;font-size:11px;position:absolute;bottom:2px;right:2px}.scan-pages .scan-add-page{font-size:var(--font-caption);flex-direction:column;gap:6px}.scan-pages .scan-add-page span{background:0 0;padding:0;position:static}.scan-order{flex-wrap:wrap;align-items:center;gap:5px;margin-top:7px;display:flex}.scan-order>span{color:var(--theme-muted);font-size:var(--font-caption);margin-right:auto}.scan-order svg{width:13px;height:13px}.scan-done{width:100%;margin-top:18px}@media (width<=900px){.app-shell .mobile-upload{display:inline-flex}}@media (width<=600px){.upload-drop{padding:24px 12px}.scan-order button{min-height:40px}}.upload-panel{border:1px solid var(--theme-border);border-radius:var(--radius-surface);position:relative;overflow:hidden}.upload-panel .upload-shell{height:auto}.upload-panel .drawer-body{padding:var(--form-inset)}.upload-panel .upload-scan-choice{background:var(--theme-surface);width:100%;color:var(--theme-ink);border:1px solid var(--theme-border);text-align:left;align-items:center;gap:12px;margin-top:12px;padding:12px;display:flex}.upload-panel .upload-scan-row{width:100%;color:var(--theme-ink);text-align:left;background:0 0;align-items:center;gap:12px;padding:12px 44px 12px 12px;display:flex}.composer{padding:18px 18px max(16px, env(safe-area-inset-bottom));border:0;border-top:1px solid var(--line);background:var(--theme-surface);border-radius:0;flex-shrink:0;margin:0}.composer:focus-within{border-top-color:var(--theme-accent);box-shadow:inset 0 1px var(--theme-accent)}.composer textarea{resize:none;width:100%;color:var(--theme-ink);font:inherit;font-size:var(--font-body);background:0 0;border:none;outline:none;padding:0;line-height:1.6}.composer textarea::placeholder{color:var(--theme-muted)}.composer-actions,.composer-end{align-items:center;gap:4px;display:flex}.composer .send-button{color:#fff;background:var(--theme-primary);border-radius:50%}.chat-session{flex-direction:column;flex:1;min-height:0;display:flex}.chat-session[hidden]{display:none}.chat-reading{flex:1;min-height:0;display:flex;position:relative}.chat-transcript{overflow-anchor:none;overscroll-behavior:contain;scrollbar-width:thin;flex:1;min-width:0;min-height:0;padding:20px 22px 44px;overflow-y:auto}.chat-turn{display:flow-root}.chat-message{font-size:var(--font-body);overflow-wrap:anywhere;margin-bottom:22px;line-height:1.55}.chat-message.is-user{background:var(--theme-soft);width:fit-content;max-width:94%;font-size:var(--font-body);border-radius:12px 12px 3px;margin-left:auto;padding:12px 16px}.chat-message p{font-size:inherit;line-height:inherit;margin:0 0 8px}.chat-message p:last-child{margin-bottom:0}.chat-message ul,.chat-message ol{margin:8px 0 12px;padding-left:20px}.chat-message li+li{margin-top:5px}.chat-message li p{margin:0 0 8px}.chat-message h1,.chat-message h2,.chat-message h3{font-size:var(--font-body);margin:16px 0 6px;font-weight:600}.chat-message strong{font-weight:600}.chat-message blockquote{border-left:2px solid var(--theme-border);color:var(--theme-text);margin:14px 0;padding:0 0 0 14px}.chat-message pre{white-space:pre-wrap;background:var(--theme-soft);border-radius:var(--radius-surface);font-size:var(--font-small);padding:12px}.chat-message a.chat-citation{background:var(--theme-selection);min-width:19px;height:19px;color:var(--theme-text);vertical-align:1px;border-radius:5px;justify-content:center;align-items:center;margin:0 2px;padding:0 4px;font-size:11px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.chat-message a.chat-citation:hover{background:var(--theme-selection);color:var(--theme-accent)}.chat-message-footer{align-items:center;gap:0;min-height:32px;margin-top:4px;margin-left:-6px;display:flex}.app-shell .chat-copy,.app-shell .chat-source-toggle{width:28px;height:28px;min-height:28px;color:var(--theme-muted);box-shadow:none;background:0 0;border:0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.chat-copy svg,.chat-source-toggle svg{width:14px;height:14px}.app-shell .chat-copy:hover,.app-shell .chat-source-toggle:hover,.app-shell .chat-source-toggle[aria-expanded=true]{background:var(--theme-soft);color:var(--theme-text)}.chat-sources ol{background:var(--theme-soft);border-radius:8px;margin:8px 0 0;padding:4px;list-style:none}.chat-sources li+li{margin-top:4px}.chat-sources li a{background:var(--theme-surface);color:var(--theme-text);font-size:var(--font-caption);border-radius:5px;align-items:flex-start;gap:9px;padding:10px;line-height:1.5;text-decoration:none;display:flex}.chat-sources li a:hover{background:var(--theme-selection)}.chat-sources li a>span:nth-child(2){flex:1;min-width:0}.chat-sources li strong{font-weight:500;display:block}.chat-sources li small{color:var(--theme-muted);margin-top:3px;font-size:11px;display:block}.chat-sources li svg{flex-shrink:0;width:13px;height:13px;margin-top:3px}.source-number{color:var(--theme-muted);min-width:12px;padding-top:2px;font-size:10px}.chat-copy-error{font-size:var(--font-caption);color:var(--theme-warning)}.chat-activity{color:var(--theme-muted);font-size:var(--font-body);align-items:center;min-height:21.7px;line-height:1.55;display:flex}.chat-message-footer .chat-activity{font-size:var(--font-caption);padding-left:6px}.chat-activity-label{background:linear-gradient(100deg, var(--theme-muted) 30%, var(--theme-soft) 45%, var(--theme-muted) 60%);color:#0000;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite chat-shimmer}@keyframes chat-shimmer{0%{background-position:150% 0}to{background-position:-100% 0}}.chat-reading-actions{pointer-events:none;justify-content:center;gap:8px;display:flex;position:absolute;bottom:14px;left:0;right:0}.app-shell .chat-reading-actions button{border:1px solid var(--line);background:var(--theme-surface);min-height:34px;color:var(--theme-text);font-size:var(--font-caption);pointer-events:auto;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;display:inline-flex;box-shadow:0 2px 8px #0a254018}.chat-reading-actions svg{width:14px;height:14px}.chat-retry{color:var(--theme-muted);font-size:var(--font-small);align-items:center;gap:12px;display:flex}.chat-retry button,.chat-notice button{color:var(--theme-accent);font-size:var(--font-caption);cursor:pointer;background:0 0;border:0;padding:4px 0}.chat-notice{font-size:var(--font-small);margin:0;padding:12px 18px}.chat-notice.is-error{background:var(--theme-warning-soft);color:var(--theme-warning)}.chat-notice button{display:block}.stop-square{background:currentColor;border-radius:2px;width:11px;height:11px}.chat-welcome{padding:28px 24px}.chat-welcome h2{font-size:18px}.chat-welcome p{font-size:var(--font-body)}.chat-starters{flex-direction:column;gap:8px;width:100%;max-width:270px;margin-top:28px;display:flex}.app-shell .chat-starters button{background:var(--theme-surface);border:1px solid var(--theme-border);min-height:40px;color:var(--theme-text);font-size:var(--font-small);text-align:left;border-radius:7px;align-items:center;gap:10px;padding:10px 12px;font-weight:450;display:flex}.app-shell .chat-starters button:hover{background:var(--theme-selection);border-color:var(--theme-border)}.chat-starters svg{width:15px;height:15px;color:var(--theme-muted)}.chat-starters svg:last-child{width:12px;margin-left:auto}.composer textarea{min-height:44px;max-height:200px;display:block;overflow-y:auto}.composer-count{font-variant-numeric:tabular-nums;color:var(--theme-muted);margin-right:8px;font-size:11px}.composer .send-button.is-stopping{background:var(--theme-soft);color:var(--theme-text)}@media (width<=900px){.chat-message-footer{min-height:44px;margin-left:-15px}.chat-message-footer .chat-activity{padding-left:15px}.chat-transcript{padding:22px 20px 56px}.composer textarea{font-size:16px}.app-shell .chat-starters button,.app-shell .chat-reading-actions button,.app-shell .chat-copy,.app-shell .chat-source-toggle{min-width:44px;min-height:44px}}@media (prefers-reduced-motion:reduce){.chat-activity-label{color:var(--theme-muted);background:0 0;animation:none}}.chat-message-body li::marker{color:var(--theme-muted);font-variant-numeric:tabular-nums}.chat-message-body li>p:last-child{margin-bottom:0}.chat-message-body ul ul,.chat-message-body ol ol{margin:5px 0}.composer-actions{justify-content:flex-end;margin-top:4px}.chat-answer-options{flex-wrap:wrap;gap:7px;margin:-8px 0 18px;display:flex}.app-shell .chat-answer-options button{border:1px solid var(--theme-border);background:var(--theme-selection);min-height:34px;color:var(--theme-text);font-size:var(--font-small);border-radius:18px;padding:6px 12px;font-weight:450}.app-shell .chat-answer-options button:hover{border-color:var(--theme-border);background:var(--theme-selection)}@media (width<=900px){.composer textarea{font-size:16px}.app-shell .chat-answer-options button{min-height:44px}}@media (forced-colors:active){.chat-activity-label{color:canvastext;background:0 0}}.drawer{width:min(var(--drawer-width,var(--form-width)), 100vw);border:0;border-left:1px solid var(--theme-border);background:var(--theme-surface);max-width:100vw;height:100dvh;max-height:100dvh;color:var(--theme-ink);margin:0;padding:0;position:fixed;inset:0 0 0 auto;overflow:hidden;box-shadow:-12px 0 48px #0a254018}.drawer[open]{flex-direction:column;animation:.24s cubic-bezier(.22,1,.36,1) drawer-in;display:flex}.drawer::backdrop{background:#0a25402b;animation:.2s drawer-shade-in}.drawer.is-closing{pointer-events:none;animation:.2s ease-in forwards drawer-out}.drawer.is-closing::backdrop{animation:.2s ease-in forwards drawer-shade-out}.drawer-heading{padding:16px var(--form-inset);border-bottom:1px solid var(--theme-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.drawer-heading h2{letter-spacing:-.6px;margin:0;font-size:20px;font-weight:600}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes drawer-out{to{transform:translate(100%)}}@keyframes drawer-shade-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-shade-out{to{opacity:0}}.drawer--wide{--drawer-width:600px}.drawer-body{min-height:0;padding:var(--form-inset);overscroll-behavior:contain;flex:1;overflow-y:auto}.drawer-footer{padding:12px var(--form-inset) max(12px, env(safe-area-inset-bottom));border-top:1px solid var(--theme-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}@media (width<=600px){.drawer{border-left:0;width:100%}}@media (prefers-reduced-motion:reduce){.drawer[open],.drawer.is-closing,.drawer::backdrop,.drawer.is-closing::backdrop{animation:none}}.button.button,.form-button,.form-actions button{min-height:var(--button-height);border-radius:var(--radius-control);background:var(--theme-primary);color:#fff;font-size:var(--font-small);border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:5px 12px;font-weight:550;text-decoration:none;display:inline-flex}.button.secondary,.form-button.secondary,.form-actions .secondary{background:var(--theme-surface);border-color:var(--theme-border);color:var(--theme-text)}.button.secondary:hover:not(:disabled),.form-button.secondary:hover:not(:disabled),.form-actions .secondary:hover:not(:disabled){background:var(--theme-soft)}.button svg,.form-button svg{width:14px;height:14px}.text-button{min-height:var(--button-height);color:var(--theme-text);font-size:var(--font-small);background:0 0;border:0;align-items:center;gap:6px;padding:5px 0;display:inline-flex}.text-button:hover:not(:disabled){color:var(--theme-accent);background:0 0}.form-actions .danger{background:var(--theme-danger);color:#fff}.access-layout{isolation:isolate;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:radial-gradient(at 100% 100%,#633d8133,#0000 55%),linear-gradient(115deg,#030c22,#0a2352 60%,#202153);min-height:100dvh;position:relative}.access-background{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.access-background canvas{width:100%;height:100%;display:block}.access-layout>header{max-width:1296px;padding:32px 40px}.access-layout .brand-logo{width:160px}.access-layout>main{grid-template-columns:minmax(0,1fr) 420px;gap:88px;max-width:1120px;min-height:calc(100dvh - 96px);margin:0 auto;padding:48px 40px 112px}.access-layout .story{padding:0}.access-layout .story h1{color:#f5f8ff;letter-spacing:-.055em;margin:0;font-size:clamp(40px,4vw,54px);font-weight:600;line-height:1.08}.access-layout .story h1 span{color:#becde6}.glass-frame{-webkit-backdrop-filter:blur(18px);background:linear-gradient(135deg,#ffffff24,#ffffff0a);border:1px solid #ffffff30;border-radius:27px;padding:12px;box-shadow:inset 0 1px #ffffff20,0 24px 64px #0002}.access-card{border-radius:14px;gap:24px;padding:34px;position:relative;box-shadow:0 30px 75px -32px #0007}.access-card:before{content:"";background:linear-gradient(90deg,#3c81ff,#b381ed,#ed87c4);border-radius:5px;height:3px;position:absolute;top:-1px;left:22px;right:22px}.access-card h2{letter-spacing:-.04em;margin:0;font-size:25px}.access-card .form-field label{font-size:13px}.access-card .form-field input,.access-card select{border-color:#acbcd3;border-radius:6px;min-height:42px}.access-card .form-field-control{position:relative}.access-card .form-field-control input{padding-right:62px}.access-card .password-visibility{min-height:34px;color:var(--theme-text);background:0 0;border:0;padding:4px 8px;font-size:13px;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.access-card .password-visibility:hover:not(:disabled){background:var(--theme-soft);color:var(--theme-ink)}.access-card .form-actions{border:0;flex-direction:column;align-items:stretch;gap:16px;padding:0}.access-card button[type=submit]{border-radius:24px;width:100%;min-height:42px}.access-card button[type=submit]:hover:not(:disabled){background:#0655ce}.access-card .quiet{text-align:center;color:var(--theme-text);text-underline-offset:3px;margin:0;padding:0;font-size:13px;text-decoration:none}.access-card .quiet:hover{color:var(--theme-ink);text-decoration:underline}.access-card .error{margin:0}@media (width<=850px){.access-layout>header{padding:26px 24px}.access-layout>main{grid-template-columns:minmax(0,420px);justify-content:center;gap:32px;min-height:auto;padding:24px 24px 64px}.access-layout .story h1{font-size:34px}.access-layout .story h1 span br{display:none}.access-card{padding:28px}.access-card .form-field input,.access-card select{min-height:44px;font-size:16px}.access-card .password-visibility{min-height:44px}}.access-links{justify-content:space-between;gap:16px;display:flex}.form-notice{color:var(--theme-text);margin:0;font-size:13px;line-height:1.5}.form-notice-error{border:1px solid color-mix(in srgb, var(--theme-danger) 18%, transparent);background:var(--theme-danger-soft);color:var(--theme-danger);border-radius:6px;align-items:flex-start;gap:9px;padding:10px 12px;display:flex}.form-notice-error>span{border:1px solid;border-radius:50%;flex:0 0 16px;place-items:center;height:16px;margin-top:2px;font-size:11px;font-weight:600;display:grid}.form-notice-error .quiet{text-align:left;margin-top:6px;display:block}.authenticator-key{overflow-wrap:anywhere;background:var(--theme-soft);color:var(--theme-ink);letter-spacing:.08em;text-align:center;-webkit-user-select:all;user-select:all;border-radius:6px;padding:12px;font-size:15px;display:block}.access-back{color:var(--theme-text);align-self:flex-start;align-items:center;gap:7px;font-size:13px;text-decoration:none;display:inline-flex}.access-back:hover{color:var(--theme-ink);text-underline-offset:3px;text-decoration:underline}.invitation-card{color:#f5f8ff;background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;align-items:center;gap:24px;max-width:400px;margin-top:32px;padding:20px 22px;text-decoration:none;transition:background .16s,border-color .16s;display:flex}.invitation-card:hover{color:#fff;background:#ffffff12;border-color:#ffffff45;text-decoration:none}.invitation-card h2{letter-spacing:-.01em;margin:0 0 6px;font-size:15px;font-weight:600}.invitation-card p{color:#becde6;margin:0;font-size:13px;line-height:1.5}.invitation-card>span{flex-shrink:0;font-size:20px}
