:root{--bg:#faf9f7;--surface:#ffffff;--surface-sunken:#f2f1ee;--line:#e3e1dd;--ink:#1b1a18;--ink-muted:#605d58;--ink-inverse:#ffffff;--accent:#2f6f4f;--accent-hover:#25583f;--accent-soft:#e8f1ec;--ok:#2f6f4f;--ok-soft:#e8f1ec;--warn:#8a5a00;--warn-soft:#fdf3e0;--breach:#a3341c;--breach-soft:#fbeae5;--ok-border:#cfe2d7;--warn-border:#ecd9ae;--breach-border:#eccabe;--pending:#2f5d8a;--pending-soft:#e9f0f7;--pending-border:#d3e0ed;--space-0:0px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;--text-xs:12px;--text-sm:13px;--text-base:15px;--text-mobile-base:17px;--text-lg:18px;--text-xl:22px;--text-2xl:28px;--text-3xl:36px;--target-min:44px;--target-comfortable:56px;--target-primary:64px;--motion-fast:120ms;--motion-base:180ms;--motion-slow:260ms;--motion-ease:cubic-bezier(0.2,0,0,1);--panel:var(--surface);--muted:var(--ink-muted);--danger:var(--breach)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.55}a{color:var(--accent)}.shell{display:flex;min-height:100vh;max-width:1280px;margin:0 auto}.side{width:14rem;flex:0 0 14rem;border-right:1px solid var(--line);background:var(--surface-sunken);padding:20px 16px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;max-height:100dvh;overflow-y:auto}.section>h2,.side h2,.side nav h3{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:600}.side h2{margin:0 0 .5rem}.side nav{display:flex;flex-direction:column;gap:2px;margin-bottom:1.5rem}.side nav h3{margin:0;padding:0}.nav-group+.nav-group{margin-top:var(--space-4)}.nav-group>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:var(--target-min);padding:0 10px;border-radius:var(--radius-sm);cursor:pointer;list-style:none}.nav-group>summary::-webkit-details-marker{display:none}.nav-group>summary:hover{background:var(--surface)}.nav-group-chevron{width:16px;height:16px;flex:none;color:var(--muted);transition:transform var(--motion-fast) var(--motion-ease)}.nav-group[open]>summary .nav-group-chevron{transform:rotate(90deg)}@media (prefers-reduced-motion:reduce){.nav-group-chevron{transition:none}}.side nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.side nav a{padding:9px 10px;border-radius:var(--radius-sm);text-decoration:none;color:var(--ink);font-size:var(--text-base);display:flex;align-items:center;gap:10px}.nav-icon{width:18px;height:18px;flex:none}.side nav a .nav-icon{color:var(--muted)}.side nav a:hover .nav-icon,.side nav a[aria-current=page] .nav-icon{color:inherit}.side nav a:hover{background:var(--surface)}.side nav a[aria-current=page]{background:var(--surface);color:var(--accent);font-weight:600}.side-head{gap:var(--space-3)}.side-head,.side-ident{display:flex;align-items:flex-start}.side-ident{flex-direction:column;gap:6px;min-width:0;flex:1 1}.side-ident strong{line-height:1.3}.side-collapse{flex:1 1;display:flex;flex-direction:column;min-height:0;padding-top:1.25rem}.nav-toggle,.side-drawer-head{display:none}.side-foot{margin-top:auto}.side-foot nav{margin-bottom:var(--space-3)}.main{flex:1 1;padding:28px 32px;min-width:0}@media (max-width:767px){.shell{flex-direction:column}.side{width:auto;flex:none;border-right:0;border-bottom:1px solid var(--line);padding:10px 16px;position:static;max-height:none;overflow-y:visible}.side-head,.side-ident{align-items:center}.side-ident{flex-direction:row;gap:8px;flex-wrap:wrap}.side h2{display:none}.nav-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--target-min);height:var(--target-min);padding:0;flex:0 0 auto}.side-collapse{position:fixed;top:0;left:0;bottom:0;z-index:30;width:min(300px,70vw);padding:16px;background:var(--surface-sunken);border-right:1px solid var(--line);overflow-y:auto;transform:translateX(-100%);visibility:hidden;transition:transform var(--motion-slow) var(--motion-ease),visibility var(--motion-slow)}.side-collapse.open{transform:translateX(0);visibility:visible}.side-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;margin-bottom:4px;border-bottom:1px solid var(--line)}.drawer-close{height:var(--target-min);min-width:var(--target-min);padding:0 12px;border-radius:var(--radius-sm)}.side nav{gap:2px;margin-bottom:12px}.side nav,.side-foot{flex-direction:column}.side-foot{margin-top:auto;display:flex;gap:12px;align-items:stretch}.side-foot p{margin:0}.side-scrim{position:fixed;inset:0;z-index:25;background:rgba(27,26,24,.45)}.main{padding:20px 16px}.auth{margin:1.5rem auto;padding:32px 24px}}@media (prefers-reduced-motion:reduce){.side-collapse{transition:none}}.card:has(>table){overflow-x:auto}.card{position:relative}h1{font-size:1.5rem;font-weight:600;margin:0 0 .25rem}.sub{color:var(--muted);margin:0 0 2rem}.card{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:1.25rem;margin-bottom:1.25rem}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:0 .5rem .5rem}td{padding:.6rem .5rem;border-top:1px solid var(--line);vertical-align:middle}label{display:block;font-size:.8125rem;color:var(--muted);margin-bottom:.25rem}input,select{padding:.45rem .6rem;border:1px solid var(--line);background:var(--surface);color:var(--ink);width:100%;max-width:24rem}button,input,select{font:inherit;border-radius:6px}button{padding:.45rem .9rem;border:1px solid var(--accent);background:var(--accent);color:var(--ink-inverse);cursor:pointer;white-space:nowrap}button.secondary{color:var(--ink)}button.danger,button.secondary{background:var(--surface);border-color:var(--line)}button.danger{color:var(--danger)}.row{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap}.pill{font-size:.75rem;padding:.1rem .5rem;border:1px solid var(--line);border-radius:999px;color:var(--muted)}.error{color:var(--danger)}.center{max-width:24rem;margin:6rem auto;padding:0 1.5rem}.dialog-scrim{position:fixed;inset:0;z-index:40;background:rgba(27,26,24,.45)}.dialog{position:fixed;z-index:41;top:50%;left:50%;transform:translate(-50%,-50%);width:min(30rem,calc(100vw - 2rem));max-height:calc(100vh - 2rem);overflow-y:auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4);box-shadow:0 1px 2px rgba(27,26,24,.06)}.dialog h2{font-size:var(--text-xl);font-weight:600;margin:0}.dialog p{margin:0}.dialog .flag{align-self:flex-start}.dialog-list{margin:0;padding:12px 14px 12px 28px;background:var(--surface-sunken);border-radius:var(--radius-sm);font-size:var(--text-base)}.dialog-list li{margin-bottom:4px}.dialog-list li:last-child{margin-bottom:0}.dialog-actions{display:flex;gap:8px;flex-wrap:wrap}.dialog-actions button{height:48px;padding:0 18px;border-radius:var(--radius-sm);font-size:var(--text-base);font-weight:600}.dialog-actions button.secondary{height:var(--target-min);font-weight:500}.eyebrow{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600;margin:0 0 8px}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page-actions{display:flex;gap:8px}.page-actions .btn,.page-actions button{height:var(--target-min);padding:0 16px;border-radius:var(--radius-sm);font-size:var(--text-base)}.page-actions .btn{display:inline-flex;align-items:center;border:1px solid var(--line);background:var(--surface);color:var(--ink);text-decoration:none}.page-actions .btn:hover{background:var(--surface-sunken)}.page-header{margin:0 0 1.25rem}.page-header .sub{margin:.25rem 0 0;font-size:var(--text-sm)}.page-status{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:.75rem}.auth{width:100%;max-width:520px;margin:4rem auto;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-md);padding:56px 48px;display:flex;flex-direction:column;gap:var(--space-5)}.auth h1{font-size:var(--text-2xl);font-weight:600;margin:0;line-height:1.2}.auth-head{display:flex;flex-direction:column;gap:6px}.auth-head p{margin:0;font-size:var(--text-base);color:var(--ink-muted)}.auth form{gap:var(--space-5);margin:0}.auth form,.auth-field{display:flex;flex-direction:column}.auth-field{gap:6px}.auth-field>span{font-size:var(--text-sm);font-weight:600;color:var(--ink)}.auth-field input{height:var(--target-min);max-width:none;padding:0 12px;font-size:var(--text-base);border-radius:var(--radius-sm)}.auth-field input[aria-invalid=true]{border-color:var(--breach)}.auth button[type=submit]{height:48px;width:100%;border:0;border-radius:var(--radius-sm);font-size:var(--text-base);font-weight:600}.auth button[type=submit]:hover:not(:disabled){background:var(--accent-hover)}.auth-alert{display:flex;gap:10px;align-items:flex-start;background:var(--breach-soft);color:var(--breach);border-radius:var(--radius-sm);padding:12px 14px;font-size:var(--text-base);font-weight:500;margin:0}.auth-alert:focus-visible{outline:2px solid var(--breach);outline-offset:2px}.auth-note{margin:0;font-size:var(--text-base);color:var(--ink-muted);line-height:1.6}.auth-note a{color:var(--accent)}.auth-back{width:100%;max-width:520px;margin:0 auto 4rem;padding:0 48px;font-size:var(--text-sm)}.auth-back a{color:var(--accent)}.auth-secondary{height:var(--target-min);width:100%;border-radius:var(--radius-sm);font-size:var(--text-base);font-weight:500}:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:4px}.help{display:inline-block;vertical-align:middle;margin-left:.5rem}.help-mark{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:var(--target-min);min-height:var(--target-min);color:var(--muted);font-size:var(--text-sm);font-weight:600}.help-mark::-webkit-details-marker{display:none}.help-mark>span[aria-hidden]{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--surface)}.help-mark:hover>span[aria-hidden]{color:var(--ink);border-color:var(--ink-muted)}.help-body{font-weight:400;font-size:var(--text-sm);line-height:1.55;color:var(--ink);background:var(--surface-sunken);border:1px solid var(--line);border-radius:var(--radius-md);padding:.75rem 1rem;margin-top:.5rem;max-width:46rem;white-space:normal;text-align:left}.help-body p{margin:0 0 .5rem}.help-body p:last-child{margin-bottom:0}.help-body strong{font-weight:600}.has-help>h1,.has-help>h2{display:inline}.has-help>.help[open]{display:block;margin-left:0;margin-top:.5rem}.section>.has-help{display:block;margin-bottom:.75rem}@media print{.help:not([open]),.help[open] .help-mark{display:none}.help-body{border:0;background:none;padding:0}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.skip{position:absolute;left:-9999px;top:0}.skip:focus{left:.5rem;top:.5rem;z-index:20;background:var(--panel);border:1px solid var(--ink);border-radius:6px;padding:.5rem .75rem;text-decoration:none}.flag{display:inline-flex;align-items:center;gap:.3em;font-size:var(--text-sm);font-weight:600;white-space:nowrap;padding:3px 10px;border-radius:var(--radius-pill);border:1px solid transparent}.flag-critical{background:var(--breach-soft);color:var(--breach);border-color:var(--breach-border)}.flag-warn{background:var(--warn-soft);color:var(--warn);border-color:var(--warn-border)}.flag-ok{background:var(--ok-soft);color:var(--ok);border-color:var(--ok-border)}.flag-pending{color:var(--pending);border-color:var(--pending-border)}.flag-pending,.flag-quiet{background:var(--pending-soft)}.flag-quiet{color:var(--muted);border-color:var(--line)}.section{margin-bottom:1.75rem}.section>h2{margin:0 0 8px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.facts{display:grid;grid-template-columns:10rem 1fr;grid-gap:.4rem 1rem;gap:.4rem 1rem;margin:0}.facts dt{color:var(--muted);font-size:.8125rem}.empty,.facts dd{margin:0}.empty{color:var(--muted);font-style:italic}.stack{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0;margin:0}.inline{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}textarea{font:inherit;padding:.45rem .6rem;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);width:100%;resize:vertical}.wide{max-width:100%}.narrow{max-width:9rem}.days{display:flex;gap:.35rem;flex-wrap:wrap}.days label{display:inline-flex;align-items:center;gap:.3rem;margin:0;border:1px solid var(--line);border-radius:6px;padding:.35rem .55rem;font-size:.8125rem;color:var(--ink);cursor:pointer;min-height:2.5rem}.days input{width:auto}.consent{border-top:1px solid var(--line);padding:.8rem 0}.consent:first-of-type{border-top:0}.consent h3{font-size:.9375rem;margin:0 0 .15rem;font-weight:600}.consent p{margin:0 0 .5rem;color:var(--muted);font-size:.8125rem}a.plain{color:var(--ink);text-decoration:none}a.plain:hover{text-decoration:underline}.binder{max-width:52rem}.binder header{border-bottom:2px solid var(--ink);padding-bottom:.75rem;margin-bottom:1.5rem}.binder section{margin-bottom:2rem}.binder h2{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;border-bottom:1px solid var(--line);padding-bottom:.25rem}.binder h3{font-size:.9375rem;font-weight:600;margin:1.25rem 0 .4rem}.binder table{margin-bottom:.75rem;font-size:.875rem}.binder th{color:var(--ink);border-bottom:1px solid var(--line)}.binder ul{margin:.25rem 0 .75rem;padding-left:1.3rem}.binder li{margin-bottom:.2rem}.binder footer{border-top:1px solid var(--line);padding-top:.75rem;margin-top:2rem}@media print{.no-print,.side,.skip{display:none!important}.main{padding:0}.binder,.main{max-width:none}body{background:#fff;font-size:11pt}.binder section,.binder table{page-break-inside:avoid}.binder h2,.binder h3{page-break-after:avoid}thead{display:table-header-group}a[href^=http]:after{content:" (" attr(href) ")";font-size:9pt}}button.small{padding:.35rem .65rem;font-size:.8125rem;min-height:32px}.brand{display:flex;align-items:center;gap:8px;margin-bottom:10px}.brand-mark{width:20px;height:20px;flex:none;border-radius:5px}.brand-name{font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;color:var(--muted)}@media (max-width:767px){.brand{display:none}}