:root{color:#1e2428;font-synthesis:none;text-rendering:optimizelegibility;background:#eef2f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{color:#fff;cursor:pointer;background:#263840;border:1px solid #263840;border-radius:6px;min-height:40px;padding:0 14px}button:hover{background:#35505b}button:disabled{cursor:not-allowed;opacity:.62}button.secondary{color:#263840;background:#fff}button.secondary:hover{background:#e7eef1}.button-link{color:#fff;background:#263840;border:1px solid #263840;border-radius:6px;align-items:center;min-height:40px;padding:0 14px;text-decoration:none;display:inline-flex}.button-link:hover,.button-link:focus-visible{background:#35505b}input,select{color:#1e2428;background:#fff;border:1px solid #aebdc3;border-radius:6px;width:100%;min-height:42px;padding:8px 10px}textarea{resize:vertical;color:#1e2428;background:#fff;border:1px solid #aebdc3;border-radius:6px;width:100%;min-height:104px;padding:8px 10px}label{color:#39464c;gap:6px;font-size:.92rem;font-weight:650;display:grid}.center-screen{place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{background:#fff;border:1px solid #d3dde1;border-radius:8px;width:min(100%,420px);padding:28px;box-shadow:0 20px 50px #22313a1f}.login-panel h1,.workspace-header h1,.view-panel h2{letter-spacing:0;margin:0;line-height:1.1}.login-panel h1{font-size:2rem}.stack{gap:16px;margin-top:24px;display:grid}.eyebrow{color:#5d702f;letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:760}.muted{color:#5f6e75;max-width:64ch}.status{color:#3b3421;background:#fff7dc;border-left:4px solid #8a6f26;margin:16px 0 0;padding:8px 12px}.totp-qr{border:8px solid #fff;justify-self:center;width:220px;max-width:100%}.setup-key{overflow-wrap:anywhere;text-align:center;background:#f0f4f5;border-radius:4px;padding:10px}.recovery-codes{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:0;padding-left:24px;display:grid}.app-shell{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:#fff;border-right:1px solid #d6e0e4;align-content:start;gap:28px;padding:24px 16px;display:grid}.account-email{overflow-wrap:anywhere;color:#33434a;margin:0;font-weight:700}.nav-list{gap:6px;display:grid}.nav-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;display:grid}.nav-list .nav-row>button{color:#263840;text-align:left;background:0 0;border-color:#0000;justify-content:start;width:100%}.nav-list .nav-row>button:hover,.nav-list .nav-row>button[aria-current=page]{background:#e5edf0}.workspace{min-width:0;padding:28px}.workspace-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.workspace-header h1{font-size:2rem}.toolbar{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.view-panel{background:#fff;border:1px solid #d3dde1;border-radius:8px;min-height:280px;padding:24px}.view-panel h2{font-size:1.25rem}.details-grid{gap:12px;max-width:720px;margin:18px 0 0;display:grid}.details-grid div{border-top:1px solid #e2eaed;grid-template-columns:minmax(120px,.32fr) minmax(0,1fr);gap:12px;padding-top:12px;display:grid}.details-grid dt{color:#5f6e75;font-weight:700}.details-grid dd{overflow-wrap:anywhere;margin:0}.inbox-workflow,.life-workflow,.review-workflow,.search-workflow,.health-workflow,.audit-workflow,.import-export-workflow,.settings-workflow,.kb-workflow{gap:18px;margin-top:18px;display:grid}.jargon-with-help{align-items:center;gap:3px;display:inline-flex}.jargon-help{color:#263840;background:#fff;border:1px solid #81949c;border-radius:50%;place-items:center;width:1.35rem;height:1.35rem;font-size:.78rem;font-weight:800;line-height:1;text-decoration:none;display:inline-grid;position:relative}.jargon-help:after{z-index:1200;color:#fff;content:attr(data-tooltip);opacity:0;pointer-events:none;text-align:left;visibility:hidden;background:#263840;border:1px solid #263840;border-radius:6px;width:max-content;max-width:min(280px,100vw - 32px);padding:8px 10px;font-size:.78rem;font-weight:600;line-height:1.35;transition:opacity .12s,transform .12s,visibility .12s;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 8px 24px #22313a38}.jargon-help:hover:after,.jargon-help:focus-visible:after{opacity:1;visibility:visible;display:block;transform:translate(-50%)translateY(0)}.jargon-help:hover,.jargon-help:focus-visible{background:#e5edf0;border-color:#263840}.nav-row>.jargon-help{margin-right:4px}.kb-filters{grid-template-columns:minmax(0,1fr) minmax(180px,.35fr);gap:12px;display:grid}.kb-layout{grid-template-columns:minmax(190px,.32fr) minmax(0,1fr);align-items:start;gap:18px;display:grid}.kb-index{gap:8px;display:grid}.kb-index button{text-align:left;justify-items:start;height:auto;min-height:52px;padding:8px 10px;display:grid}.kb-index button[aria-current=page]{background:#edf2df;border-color:#5d702f}.kb-index small{color:#5f6e75}.kb-article{background:#f9fbfc;border:1px solid #d3dde1;border-radius:8px;padding:clamp(18px,3vw,30px)}.kb-article h3{margin:0;font-size:1.5rem}.kb-article h4{color:#263840;margin:1.5rem 0 .35rem;font-size:1rem}.kb-article p,.kb-article li{max-width:72ch;line-height:1.55}.kb-summary{color:#44545b;font-size:1.05rem}.search-workflow .capture-form{grid-template-columns:minmax(180px,.35fr) minmax(0,1fr) auto}pre{white-space:pre-wrap;max-width:100%;margin:0;overflow:auto}.inline-panel{background:#f9fbfc;border:1px solid #d3dde1;border-radius:8px;gap:14px;padding:16px;display:grid}.capture-form,.review-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.review-form{grid-template-columns:repeat(2,minmax(0,1fr))}.review-form button{justify-self:start}.item-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.item-list li{border:1px solid #d9e3e7;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px;display:grid}.item-list p{margin:0}.item-meta{color:#5f6e75;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;font-size:.88rem;display:flex}.classification-badge{color:#263840;background:#eef5f7;border:1px solid #b8c8ce;border-radius:999px;align-items:center;min-height:24px;padding:2px 8px;font-size:.78rem;font-weight:760;display:inline-flex}.provenance-line{color:#5f6e75;margin:6px 0 0;font-size:.86rem}.warning-panel{color:#3b3421;background:#fff8dd;border-color:#d7bd69}.warning-panel p,.audit-detail h2,.audit-detail h3{margin:0}.metadata-grid{gap:10px;margin:10px 0 0;display:grid}.metadata-grid div{grid-template-columns:minmax(120px,.32fr) minmax(0,1fr);gap:12px;display:grid}.metadata-grid dt{color:#5f6e75;font-weight:700}.metadata-grid dd{overflow-wrap:anywhere;margin:0}.item-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.inbox-review-actions{min-width:min(100%,520px)}.review-disclosure{background:#f8fbfc;border:1px solid #cbd7db;border-radius:8px;width:100%;padding:10px}.review-disclosure summary{cursor:pointer;color:#263840;font-weight:760}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.wide-field{grid-column:1/-1}.project-grid,.inference-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:18px;display:grid}.project-card,.inference-card{background:#fff;border:1px solid #d3dde1;border-radius:10px;padding:18px;box-shadow:0 10px 24px #22313a14}.project-card h3,.inference-card h3{margin:4px 0 10px}.project-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.progress-track{background:#e3eaed;border-radius:999px;height:9px;overflow:hidden}.progress-track span{border-radius:inherit;background:#6f8736;height:100%;display:block}.project-children{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.project-children li{border-top:1px solid #e4eaed;justify-content:space-between;align-items:center;gap:10px;padding-top:8px;display:flex}.tree-status,.confidence,.tag,.tree-legend span{color:#3e4c52;background:#e7eef1;border-radius:999px;padding:4px 9px;font-size:.78rem;font-weight:760}.tree-status-completed,.confidence-strong{color:#2f4b13;background:#dfedc6}.confidence-early{color:#674f14;background:#fff0bd}.zoom-control,.tree-legend{flex-wrap:wrap;gap:8px;display:flex}.zoom-control button.active{background:#637b2d}.life-tree-canvas{background:linear-gradient(#fbfdfd,#edf3f4);border:1px solid #cbd7db;border-radius:12px;margin-top:18px;padding:10px;overflow-x:auto}.life-tree-canvas svg{width:100%;min-width:780px;min-height:420px;display:block}.tree-lane{stroke:#d9e2e5;stroke-dasharray:4 8}.tree-edge{stroke:#7a8d52;stroke-width:2px}.tree-node circle{fill:#2f5968;stroke:#fff;stroke-width:3px}.tree-node-project circle{fill:#728936}.tree-node-daily-review circle{fill:#8a6f26}.tree-node-health-signal circle{fill:#7b4d82}.tree-node text{fill:#28363c;text-anchor:middle;max-width:120px;font-size:12px;font-weight:700}.tree-legend{margin-top:12px}@media (width<=760px){.app-shell{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #d6e0e4;border-right:0}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{padding:20px}.workspace-header{flex-direction:column;align-items:stretch}.toolbar{justify-content:flex-start}.details-grid div,.metadata-grid div{grid-template-columns:1fr;gap:4px}.capture-form,.review-form,.item-list li,.kb-filters,.kb-layout,.search-workflow .capture-form{grid-template-columns:1fr}.item-actions{justify-content:flex-start}.review-grid{grid-template-columns:1fr}.wide-field{grid-column:auto}}.modal-backdrop{z-index:1000;background:#0a1210b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.changelog-modal{background:var(--panel,#fffdf7);border-radius:1rem;width:100%;max-width:44rem;max-height:calc(100vh - 2rem);padding:clamp(1.25rem,4vw,2.25rem);overflow-y:auto;box-shadow:0 1.5rem 5rem #00000052}.changelog-list{gap:.85rem;margin:1.25rem 0;padding:0;list-style:none;display:grid}.changelog-list li{border-left:3px solid var(--accent,#2f7664);padding-left:.9rem}.changelog-list h3,.changelog-list p{margin:0}.changelog-list p{margin-top:.25rem}
