:root{--background:#f4f6f2;--foreground:#10231f;--muted:#64736f;--border:#dce5e1;--card:#fff;--accent:#087f5b;--accent-foreground:#f4fffa;--focus:#087f5b;--header-bg:color-mix(in srgb, var(--background) 88%, transparent);--hero-glow:#087f5b14;--hero-bg:#10231f;--hero-glow-spot:#245a50;--hero-surface:#183c35;--hero-surface-border:#46645b;--hero-surface-line:#31554c;--surface-soft:#f7faf8;--surface-muted:#edf1ef;--ink:#10231f;--paper:var(--background);--line:var(--border);--white:var(--card);--green:var(--accent);--lime:#c8f169;--navy:#12364a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.dark{--background:#0b1210;--foreground:#eef3f0;--muted:#9fb3ac;--border:#243833;--card:#121a17;--accent:#3ecf8e;--accent-foreground:#04140e;--focus:#3ecf8e;--header-bg:color-mix(in srgb, var(--background) 88%, transparent);--hero-glow:#3ecf8e1f;--hero-bg:#06100d;--hero-glow-spot:#1a4538;--hero-surface:#0f1f1b;--hero-surface-border:#2a463e;--hero-surface-line:#243833;--surface-soft:#141c19;--surface-muted:#1a2420;--ink:#10231f;--paper:var(--background);--line:var(--border);--white:var(--card);--green:var(--accent);--lime:#c8f069;--navy:#7eb8d4;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{color:var(--foreground);background:var(--background);margin:0;font-family:Arial,Helvetica,sans-serif}button:not(.theme-toggle):not(.app-header__menu-btn):not(.app-nav-link--button):not(.app-header__mobile-link--button):not(.secondary){color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:8px;padding:12px 17px;font-weight:700}button:disabled{opacity:.45;cursor:not-allowed}button.secondary{color:var(--foreground);border:1px solid var(--border);background:0 0}.hero-actions,.approve-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero{color:#fff;background:radial-gradient(circle at 72% 20%, var(--hero-glow-spot) 0, transparent 28%), var(--hero-bg);padding:clamp(1.25rem,2.5vw,2rem) 0 clamp(1.25rem,2vw,1.75rem)}.hero__inner{max-width:72rem;padding:0 max(1.25rem, env(safe-area-inset-left,0px)) 0 max(1.25rem, env(safe-area-inset-right,0px));grid-template-columns:minmax(0,1.6fr) minmax(0,.8fr);align-items:center;gap:clamp(2rem,5vw,4.375rem);margin:0 auto;display:grid}@media (min-width:640px){.hero__inner{padding-left:max(1.5rem, env(safe-area-inset-left,0px));padding-right:max(1.5rem, env(safe-area-inset-right,0px))}}.eyebrow,.card-label{color:var(--green);letter-spacing:.18em;font-size:11px;font-weight:900}.hero .eyebrow,.hero .card-label{color:var(--lime)}.hero .eyebrow{margin:0}.hero h1{letter-spacing:-.055em;max-width:850px;margin:12px 0 20px;font-size:clamp(42px,5vw,72px);line-height:.98}.lede{color:#cad8d3;max-width:720px;font-size:18px;line-height:1.6}.hero-actions{margin-top:30px}.hero-actions .secondary{color:#fff;background:0 0;border:1px solid #60736e}.hero-actions .secondary:hover:not(:disabled){border-color:var(--lime);color:#fff}.trust-card{border:1px solid var(--hero-surface-border);background:var(--hero-surface);border-radius:16px;padding:28px;box-shadow:0 24px 60px #091a1670}.trust-card h2{margin:8px 0 18px}.trust-card ul{margin:0;padding:0;list-style:none}.trust-card li{border-top:1px solid var(--hero-surface-line);color:#dbe5e1;padding:11px 0;font-size:14px}.trust-card li:before{content:"✓";color:var(--lime);margin-right:10px}.workspace{max-width:72rem;padding:clamp(1.5rem, 3vw, 2rem) max(1.25rem, env(safe-area-inset-left,0px)) clamp(2.5rem, 4vw, 3.25rem) max(1.25rem, env(safe-area-inset-right,0px));margin:auto}@media (min-width:640px){.workspace{padding-left:max(1.5rem, env(safe-area-inset-left,0px));padding-right:max(1.5rem, env(safe-area-inset-right,0px))}}.workspace-header,.panel-title{justify-content:space-between;align-items:center;gap:16px;display:flex}.workspace-header h2,.panel h3{margin:4px 0}.submeta{color:var(--muted);margin:6px 0 0;font-size:13px}.pill{color:var(--green);white-space:nowrap;background:#e2f3e9;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:900}.pill.roadmap-proposed{color:#956000;background:#fff1cc}.pill.roadmap-approved{color:var(--green);background:#e2f3e9}.pill.roadmap-held{color:#a92e24;background:#fde6e3}.pill.roadmap-draft{color:var(--muted);background:#edf1ef}.metrics{border:1px solid var(--line);background:var(--card);border-radius:12px;grid-template-columns:repeat(4,1fr);margin:24px 0;display:grid}.metrics div{border-right:1px solid var(--line);padding:22px}.metrics div:last-child{border:0}.metrics b,.metrics span{display:block}.metrics b{font-size:27px}.metrics span{color:var(--muted);margin-top:4px;font-size:12px}.content-grid,.lower-grid{gap:22px;display:grid}.content-grid{grid-template-columns:1.35fr .9fr}.lower-grid{grid-template-columns:1.2fr .9fr;margin-top:22px}.panel{border:1px solid var(--line);background:var(--card);border-radius:14px;padding:24px;box-shadow:0 8px 24px #17342b08}.panel-title{border-bottom:1px solid var(--line);padding-bottom:18px}.panel-title>span{color:var(--muted);font-size:12px}.component{border-bottom:1px solid var(--surface-muted);grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:13px 4px;display:grid}.component:last-child{border:0}.component b,.component small,.agent-list b,.agent-list small{display:block}.component small,.agent-list small{color:var(--muted);margin-top:4px}.type{color:#fff;background:var(--navy);border-radius:7px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:900;display:grid}.type.database{background:#7357a4}.type.queue{background:#bb7200}.type.external{background:#60736e}.component em{text-transform:uppercase;border-radius:20px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:800}.component em.high,.severity.high{color:#a92e24;background:#fde6e3}.component em.medium,.severity.medium{color:#956000;background:#fff1cc}.component em.low{color:#087f5b;background:#def3e8}.agent-list>div{border-bottom:1px solid var(--surface-muted);grid-template-columns:30px 1fr auto;gap:0 10px;padding:12px 0;transition:background .25s,border-color .25s;display:grid}.agent-row.active{background:var(--surface-soft);border-radius:8px;margin:0 -8px;padding-left:8px;padding-right:8px}.agent-list span{width:24px;height:24px;color:var(--green);background:#def3e8;border-radius:50%;grid-row:1/3;align-self:center;place-items:center;font-size:10px;font-weight:900;display:grid}.agent-list small{grid-column:2;font-size:11px}.agent-status{text-transform:uppercase;border-radius:12px;grid-row:1/3;align-self:center;padding:4px 8px;font-size:10px;font-style:normal;font-weight:800}.agent-status.queued{color:var(--muted);background:#edf1ef}.agent-status.running{color:#0b5f9a;background:#e3f1fb;animation:1s ease-in-out infinite pulse}.agent-status.complete{color:var(--green);background:#def3e8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.findings{margin-top:22px}.finding{border-bottom:1px solid var(--line);grid-template-columns:44px 1.2fr 1fr auto;align-items:start;gap:18px;padding:20px 4px;animation:.4s both fade-up;display:grid}.finding:last-child{border:0}.finding h4{margin:0 0 5px}.finding p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.number{color:#9dacaa;font-weight:900}.action{color:#304540;font-size:13px;line-height:1.45}.action small{color:#85938f;letter-spacing:.1em;margin-bottom:5px;font-size:9px;display:block}.severity{white-space:nowrap;border-radius:20px;padding:6px 9px;font-size:10px;font-weight:900}.citation-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.citation{border:1px solid var(--border);background:var(--surface-soft);color:var(--foreground);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.citation.selected{border-color:var(--green);color:var(--green);background:#def3e8}.evidence-drawer{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;margin-top:12px;padding:16px;animation:.3s both fade-up}.evidence-excerpt{margin:12px 0 8px;font-size:14px;line-height:1.55}.evidence-meta{color:var(--muted);margin:0;font-size:12px}.empty-state{color:var(--muted);margin:18px 0 4px;font-size:14px;line-height:1.5}.roadmap-list{gap:14px;margin:18px 0;display:grid}.roadmap-phase{border-bottom:1px solid var(--surface-muted);padding-bottom:14px}.roadmap-phase:last-child{border:0;padding-bottom:0}.roadmap-phase small{color:var(--green);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:800}.roadmap-phase b{margin:4px 0 6px;display:block}.roadmap-phase p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.audit-list{margin-top:8px}.audit-row{border-bottom:1px solid var(--surface-muted);padding:12px 0}.audit-row:last-child{border:0}.audit-row small{color:var(--muted);font-size:11px}.audit-row b{margin:3px 0 4px;font-size:13px;display:block}.audit-row p{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.modal-backdrop{z-index:40;background:#10231fc7;place-items:center;padding:24px;animation:.2s both fade;display:grid;position:fixed;inset:0}.modal{background:var(--card);width:min(560px,100%);color:var(--foreground);border-radius:16px;padding:24px;animation:.25s both fade-up;box-shadow:0 24px 60px #091a1670}.privacy-list{margin:16px 0 20px;padding:0;list-style:none}.privacy-list li{border-bottom:1px solid var(--surface-muted);padding:12px 0}.privacy-list b{margin-bottom:4px;display:block}.privacy-list span{color:var(--muted);font-size:13px;line-height:1.45}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:800px){.hero__inner,.content-grid,.lower-grid{grid-template-columns:1fr}.hero{padding-top:1.25rem;padding-bottom:1.25rem}.hero__inner{gap:1.75rem}.workspace{padding-top:1.25rem;padding-bottom:2rem}.workspace-header{flex-direction:column;align-items:flex-start}.metrics{grid-template-columns:repeat(2,1fr)}.metrics div:nth-child(2){border-right:0}.finding{grid-template-columns:34px 1fr auto}.finding .action{grid-column:2/4}}.finding.rejected{opacity:.92;border-left:3px solid #b4552d;padding-left:13px}.finding.rejected h4{-webkit-text-decoration:line-through #b4552d8c;text-decoration:line-through #b4552d8c}.reject-reason{color:#8a4225;margin:8px 0 0;font-size:13px;line-height:1.5}.reject-reason b{color:#fff;letter-spacing:.06em;background:#b4552d;border-radius:4px;margin-right:6px;padding:1px 6px;font-size:11px;display:inline-block}.evidence-code{border:1px solid var(--line);color:#d7e6df;white-space:pre;background:#0f1f1b;border-radius:8px;margin:10px 0 6px;padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12.5px;line-height:1.55;overflow-x:auto}.citation{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ask-form{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.ask-form input,.ask-form select{border:1px solid var(--line);background:var(--card);min-height:42px;color:var(--foreground);border-radius:8px;padding:0 12px;font-family:inherit;font-size:14px}.ask-form input{flex:260px}.ask-form input:focus-visible,.ask-form select:focus-visible{outline:2px solid var(--green);outline-offset:1px}.ask-samples{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.retrieved-label{margin:18px 0 8px}.retrieved-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.retrieved-list li{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;flex-wrap:wrap;align-items:baseline;gap:10px;padding:7px 10px;display:flex}.retrieved-list code{color:var(--navy);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.retrieved-list small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:11.5px}.skip-link{z-index:100;background:var(--foreground);color:var(--background);border-radius:0 0 8px;padding:10px 16px;position:absolute;top:0;left:-9999px}.skip-link:focus-visible{left:0}.app-header{z-index:40;border-bottom:1px solid var(--border);background:var(--header-bg);padding-top:env(safe-area-inset-top,0px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.app-header__inner{max-width:72rem;height:3.5rem;padding:0 max(1rem, env(safe-area-inset-right,0px)) 0 max(1rem, env(safe-area-inset-left,0px));justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;display:flex}@media (min-width:640px){.app-header__inner{padding:0 max(1.5rem, env(safe-area-inset-right,0px)) 0 max(1.5rem, env(safe-area-inset-left,0px));gap:1rem}}.app-header__brand{min-width:0;color:var(--foreground);align-items:center;gap:.625rem;text-decoration:none;display:flex}.app-header__brand:hover .app-header__title{color:var(--accent)}.app-header__mark{border:1px solid var(--border);border-radius:.5rem;flex-shrink:0;width:2.25rem;height:2.25rem}.app-header__brand-text{min-width:0}.app-header__title{text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;line-height:1;transition:color .16s;display:block;overflow:hidden}@media (min-width:640px){.app-header__title{font-size:1.25rem}}.app-header__title-short{display:inline}.app-header__title-full{display:none}@media (min-width:640px){.app-header__title-short{display:none}.app-header__title-full{display:inline}}.app-header__tagline{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin-top:.25rem;font-family:ui-monospace,monospace;font-size:.625rem;display:block;overflow:hidden}.app-header__actions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.app-header__nav{align-items:center;gap:.25rem;font-size:.875rem;display:none}@media (min-width:768px){.app-header__nav{display:flex}}.app-nav-link{min-height:2.75rem;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.375rem;align-items:center;padding:.375rem .625rem;font-size:.875rem;text-decoration:none;transition:color .16s;display:inline-flex}.app-nav-link:hover,.app-nav-link:active{color:var(--foreground)}.app-nav-link:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.app-header__status{border:1px solid var(--border);color:var(--muted);white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;margin-left:.25rem;padding:.25rem .625rem;font-size:.6875rem;display:none}@media (min-width:1024px){.app-header__status{display:inline-flex}}.app-header__status i{background:var(--accent);border-radius:50%;width:.4375rem;height:.4375rem}.app-header__hub{margin-left:.15rem}.site-home-link{min-height:2.75rem;color:var(--muted);border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .625rem;text-decoration:none;transition:color .16s;display:inline-flex}.site-home-link:hover{color:var(--foreground)}.site-home-link img{border-radius:.25rem;flex-shrink:0}.site-home-link__text{flex-direction:column;min-width:0;line-height:1.2;display:inline-flex}.site-home-link__text small{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin-top:.125rem;font-family:ui-monospace,monospace;font-size:.625rem}.footer-home-link .site-home-link__text{align-items:flex-start}.theme-toggle{border:1px solid var(--border);width:2.5rem;height:2.5rem;color:var(--muted);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;margin-left:.15rem;padding:0;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.theme-toggle:active{background:var(--card)}.theme-toggle:hover:not(:disabled){color:var(--foreground);background:color-mix(in srgb, var(--foreground) 6%, transparent)}.theme-toggle:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.theme-toggle:disabled{cursor:default;opacity:.7}.theme-toggle-placeholder{width:16px;height:16px;display:inline-block}.app-header__menu-btn{border:1px solid var(--border);width:2.75rem;height:2.75rem;color:var(--muted);cursor:pointer;background:0 0;border-radius:.375rem;justify-content:center;align-items:center;padding:0;font-size:1.125rem;line-height:1;transition:background .16s;display:inline-flex}.app-header__menu-btn:active{background:var(--card)}.app-header__menu-btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px}@media (min-width:768px){.app-header__menu-btn{display:none}}.app-header__mobile{border-top:1px solid var(--border)}@media (min-width:768px){.app-header__mobile{display:none}}.app-header__mobile-inner{max-width:72rem;padding:.75rem max(1rem, env(safe-area-inset-right,0px)) .75rem max(1rem, env(safe-area-inset-left,0px));flex-direction:column;gap:.25rem;margin:0 auto;display:flex}.app-header__mobile-link{min-height:2.75rem;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:.375rem;align-items:center;padding:.625rem .75rem;font-size:.875rem;text-decoration:none;transition:background .16s,color .16s;display:flex}.app-header__mobile-link:hover,.app-header__mobile-link:active{background:var(--card);color:var(--foreground)}.app-header__mobile-status{color:var(--muted);align-items:center;gap:.4rem;margin:.25rem 0 0;padding:.625rem .75rem;font-size:.8125rem;display:flex}.app-header__mobile-status i{background:var(--accent);border-radius:50%;width:.4375rem;height:.4375rem}.app-header__mobile-hub{margin-top:.25rem}.hub-link{border:1px solid var(--border);color:var(--foreground);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12.5px;text-decoration:none;display:inline-flex}.hub-link:hover{border-color:var(--accent)}.site-footer{border-top:1px solid var(--border);background:var(--background);color:var(--muted);margin-top:3rem;font-size:.875rem}.site-footer__inner{max-width:64rem;padding:2rem max(1.25rem, env(safe-area-inset-left,0px)) max(1.25rem, env(safe-area-inset-bottom,0px)) max(1.25rem, env(safe-area-inset-right,0px));margin:0 auto}@media (min-width:640px){.site-footer__inner{padding-left:max(1.5rem, env(safe-area-inset-left,0px));padding-right:max(1.5rem, env(safe-area-inset-right,0px))}}.footer-grid{flex-direction:column;gap:2rem;display:flex}@media (min-width:640px){.footer-grid{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-identity{max-width:20rem}.footer-links{flex-wrap:wrap;gap:2rem 3rem;display:flex}.footer-brand{color:var(--foreground);align-items:center;gap:.625rem;margin:0;font-size:1.125rem;font-weight:400;line-height:1.2;display:flex}.footer-brand img{border:1px solid var(--border);border-radius:.375rem}.footer-tagline{color:color-mix(in srgb, var(--foreground) 85%, transparent);margin:.375rem 0 0;font-size:.875rem}.footer-blurb{margin:.75rem 0 0;font-size:.75rem;line-height:1.6}.footer-home-link{color:var(--foreground);margin-top:1rem}.footer-home-link img{width:28px;height:28px}.footer-col h2{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .75rem;font-family:ui-monospace,monospace;font-size:.625rem;font-weight:600}.footer-col ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.footer-col a{color:var(--muted);font-size:.75rem;text-decoration:none;transition:color .16s}.footer-col a:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:2rem;padding-top:1.25rem;font-size:.75rem;display:flex}@media (min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}}.footer-disclaimer{max-width:42rem;margin:0;line-height:1.6}.footer-legal{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;margin:0;font-family:ui-monospace,monospace}.dark .panel{box-shadow:0 8px 24px #00000040}.dark .pill.roadmap-draft{background:var(--surface-muted);color:var(--muted)}.dark .agent-status.queued{background:var(--surface-muted)}.dark .agent-status.running{color:#7ec8f0;background:#0f2430}.dark .component em.high,.dark .severity.high{color:#f0a89a;background:#3a1f1a}.dark .component em.medium,.dark .severity.medium{color:#e8c56a;background:#2e2610}.dark .component em.low{color:var(--accent);background:#122820}.dark .agent-list span,.dark .citation.selected{background:#122820}.dark .number{color:#6a7a75}.dark .action{color:#c5d5cf}.dark .action small{color:#8a9894}.dark .reject-reason{color:#e8a88a}.dark .modal-backdrop{background:#040807d1}.dark .evidence-code{border-color:var(--border);color:#d7e6df;background:#0a100e}.dark .ask-form input,.dark .ask-form select{background:var(--card);color:var(--foreground);border-color:var(--border)}.finding.undecided{opacity:.95;border-left:3px solid #8a7a2d;padding-left:13px}.finding.undecided h4{text-decoration:none}.finding.undecided .reject-reason{color:#7a6a22}.finding.undecided .reject-reason b{background:#8a7a2d}
