:root{--bg:#f6f7f9;--surface:#fff;--surface-muted:#f1f4f7;--input:#fff;--text:#344054;--text-muted:#667085;--text-strong:#111827;--border:#d8dee6;--border-strong:#aeb8c5;--accent:#2563eb;--accent-soft:#2563eb29;--green-strong:#047857;--green-soft:#ecfdf3;--red-strong:#b42318;--red-soft:#fef3f2;--amber-strong:#b54708;--amber-soft:#fffaeb;--blue-strong:#175cd3;--blue-soft:#eff8ff;--shadow:0 18px 50px #0f172a0f;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;color:var(--text);background:var(--bg);font:16px/1.5 var(--sans);letter-spacing:0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,select,textarea{letter-spacing:0}button:focus-visible,select:focus-visible,textarea:focus-visible,label:focus-within{outline:3px solid var(--accent-soft);outline-offset:2px}.app-shell{width:min(1440px,100%);min-height:100vh;margin:0 auto;padding:28px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;padding:8px 0 24px;display:flex}.topbar h1,.report-header h2,.panel-heading h2,.empty-state h2,.error-state h2{color:var(--text-strong);margin:0}.topbar h1{max-width:760px;font-size:clamp(34px,4vw,58px);line-height:1.02}.header-promise,.header-subline{max-width:760px;color:var(--text);margin:10px 0 0;font-size:17px}.header-subline{color:var(--text-muted);margin-top:2px}.eyebrow{color:var(--text-muted);letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:700}.privacy-badge,.risk-pill,.verdict-band,.warning-details summary,.report-actions button,.primary-action,.filters,.finding-topline,.dropzone{align-items:center;display:inline-flex}.privacy-badge{border:1px solid var(--border);max-width:360px;color:var(--green-strong);background:var(--green-soft);border-radius:8px;gap:10px;padding:10px 12px;font-size:14px;line-height:1.3}.leak-note{border:1px solid var(--border);border-left:3px solid var(--blue-strong);background:var(--blue-soft);color:var(--blue-strong);border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 14px;font-size:14px;line-height:1.45;display:flex}.leak-note svg{flex-shrink:0;margin-top:2px}.leak-note p{margin:0}.early-access{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;margin-top:18px;padding:14px 16px;font-size:14px;line-height:1.5}.early-access p{color:var(--text-muted);margin:0 0 8px}.early-access a{color:var(--accent);font-weight:600;text-decoration:none}.early-access a:hover,.early-access a:focus-visible{text-decoration:underline}.workspace-grid{grid-template-columns:minmax(360px,.92fr) minmax(0,1.6fr);align-items:start;gap:20px;display:grid}.input-panel,.report-panel{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:8px}.input-panel{flex-direction:column;gap:16px;padding:18px;display:flex;position:sticky;top:20px}.report-panel{min-height:640px;padding:18px}.panel-heading,.report-header{justify-content:space-between;gap:16px;display:flex}.panel-heading p,.empty-state p,.error-state p,.success-state p,.demo-note{color:var(--text-muted);margin:6px 0 0}.dropzone{border:1px dashed var(--border-strong);background:var(--surface-muted);min-height:78px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;gap:10px;font-weight:700;position:relative}.dropzone:hover{border-color:var(--accent);color:var(--accent)}.dropzone.dragging{border-color:var(--accent);color:var(--accent);background:#eef4ff}.dropzone input{opacity:0;cursor:pointer;position:absolute;inset:0}.demo-row{grid-template-columns:74px 1fr;align-items:center;gap:10px;display:grid}.demo-row label{color:var(--text-muted);font-size:14px;font-weight:700}select,textarea{border:1px solid var(--border);background:var(--input);width:100%;color:var(--text-strong);font:inherit;border-radius:8px;outline:none}select{height:40px;padding:0 10px}textarea{resize:vertical;min-height:360px;font-family:var(--mono);padding:14px;font-size:13px;line-height:1.55}select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.primary-action,.report-actions button{border:1px solid var(--border);font:inherit;cursor:pointer;border-radius:8px;justify-content:center;gap:8px;font-weight:800}.primary-action{background:var(--text-strong);min-height:46px;color:var(--surface)}.primary-action:disabled{opacity:.7;cursor:wait}.demo-note{font-size:14px}.empty-state,.error-state,.success-state,.fatal-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:560px;display:flex}.empty-state svg,.success-state svg{color:var(--green-strong)}.error-state svg,.fatal-error svg{color:var(--red-strong)}.fatal-error{min-height:calc(100vh - 56px)}.fatal-error h1{color:var(--text-strong);margin:0}.fatal-error p{color:var(--text-muted);margin:0}.report-stack{flex-direction:column;gap:16px;display:flex}.risk-pill{border-radius:999px;align-self:flex-start;gap:8px;padding:8px 10px;font-size:14px;font-weight:800}.risk-pill.high{color:var(--red-strong);background:var(--red-soft)}.risk-pill.clean{color:var(--green-strong);background:var(--green-soft)}.verdict-band{border:1px solid var(--border);border-radius:8px;gap:12px;padding:13px 14px}.verdict-band div{gap:2px;display:grid}.verdict-band strong{color:var(--text-strong)}.verdict-band span{color:var(--text);font-size:14px}.verdict-band.danger{background:var(--red-soft);color:var(--red-strong);border-color:#f2b8b5}.verdict-band.warning{background:var(--amber-soft);color:var(--amber-strong);border-color:#fedf89}.verdict-band.success{background:var(--green-soft);color:var(--green-strong);border-color:#abefc6}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:10px;display:grid}.summary-metric{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;min-height:74px;padding:12px}.summary-metric span{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:800;display:block}.summary-metric strong{color:var(--text-strong);margin-top:8px;font-size:28px;line-height:1;display:block}.report-actions,.filters{flex-wrap:wrap;gap:10px;display:flex}.report-actions button{background:var(--surface-muted);min-height:40px;color:var(--text-strong);padding:0 12px}.report-actions button:hover{border-color:var(--accent)}.filters{border:1px solid var(--border);background:var(--surface-muted);border-radius:8px;align-items:center;padding:10px}.filters svg{color:var(--text-muted)}.filters select{background:var(--surface);width:auto;min-width:170px}.info-toggle{border:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--text-muted);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.info-toggle input{width:15px;height:15px;accent-color:var(--accent)}.filter-note{color:var(--text-muted);margin:-6px 0 0;font-size:13px}.warning-details{color:var(--amber-strong);background:var(--amber-soft);border-radius:8px;font-size:14px}.warning-details summary{cursor:pointer;gap:8px;padding:10px 12px}.warning-details ul{color:var(--text);margin:0;padding:0 18px 12px 42px}.finding-list{flex-direction:column;gap:18px;display:flex}.finding-group{gap:10px;display:grid}.finding-group>h3{color:var(--text-strong);align-items:center;gap:8px;margin:0;font-size:16px;display:flex}.finding-group.low,.finding-group.info{opacity:.88}.finding-group>h3 span{background:var(--surface-muted);min-width:24px;height:24px;color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.finding-card{border:1px solid var(--border);background:var(--surface);border-left-width:5px;border-radius:8px;padding:16px}.finding-card.critical,.finding-card.high{border-left-color:var(--red-strong)}.finding-card.medium{border-left-color:var(--amber-strong)}.finding-card.low,.finding-card.info{border-left-color:var(--blue-strong)}.finding-topline{color:var(--text-muted);text-transform:uppercase;flex-wrap:wrap;gap:8px;font-size:12px;font-weight:800}.severity{border-radius:999px;padding:3px 7px}.severity.critical,.severity.high{color:var(--red-strong);background:var(--red-soft)}.severity.medium{color:var(--amber-strong);background:var(--amber-soft)}.severity.low,.severity.info{color:var(--blue-strong);background:var(--blue-soft)}.finding-card h4{color:var(--text-strong);margin:12px 0 4px;font-size:18px}.node-line{color:var(--text-muted);font-family:var(--mono);margin:0;font-size:13px}.finding-meaning{color:var(--text);margin:12px 0 0}dl{gap:12px;margin:14px 0 0;display:grid}dt{color:var(--text-strong);font-size:13px;font-weight:800}dd{color:var(--text);margin:4px 0 0}dd ol{margin:4px 0 0;padding-left:20px}dd li+li{margin-top:4px}.docs-block{border-top:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px;padding:22px 0 0;display:grid}.docs-block article{min-width:0}.docs-block h2{color:var(--text-strong);margin:0 0 8px;font-size:15px}.docs-block p,.docs-block ol{color:var(--text-muted);margin:0;font-size:14px}.docs-block ol{padding-left:19px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1100px){.workspace-grid{grid-template-columns:1fr}.input-panel{position:static}.summary-grid,.docs-block{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.app-shell{padding:18px}.topbar,.report-header,.panel-heading{flex-direction:column}.privacy-badge{max-width:none}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-block{grid-template-columns:1fr}.filters select,.info-toggle{width:100%}}
