:root{--paper:#f4f1ea;--ink:#2d2b26;--muted:#736f5e;--rule:#d1ceb9;--wash:#ebe7d9;--white:#fff;--surface:#ffffff73;--seed:#a86d33;--growing:#5a7d3c;--checked:#2d5a4c;--superseded:#6f6876;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=dark]{--paper:#171612;--ink:#f4f1ea;--muted:#b8af99;--rule:#3a352b;--wash:#26231d;--white:#26231d;--surface:#26231db8;--seed:#d19a5d;--growing:#8faa6b;--checked:#c6d7ac;--superseded:#b8afc1}*{box-sizing:border-box}body{background:var(--paper);min-height:100vh;color:var(--ink);margin:0}body.home-page{--home-footer-height:4.75rem;flex-direction:column;height:100vh;display:flex;overflow:hidden}a{color:inherit}.vault-shell{grid-template-columns:250px minmax(0,1fr) 340px;min-height:100vh;display:grid}.home-page .vault-shell{height:calc(100vh - var(--home-footer-height,4.25rem));flex:1;min-height:0}.home-page .vault-sidebar,.home-page .vault-main,.home-page .vault-preview{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0;max-height:100%;overflow-y:auto}.home-page .vault-main{overflow-x:hidden}.home-page .site-footer{min-height:var(--home-footer-height,4.25rem);background:var(--paper);z-index:2;flex:none}@supports (height:100dvh){body.home-page{height:100dvh}.home-page .vault-shell{height:calc(100dvh - var(--home-footer-height,4.25rem))}}.home-page .vault-shell{min-height:0}.vault-sidebar,.vault-preview{border-color:var(--rule);padding:2rem}.vault-sidebar{border-right:1px solid var(--rule);flex-direction:column;gap:2.5rem;display:flex}.vault-preview{border-left:1px solid var(--rule);flex-direction:column;gap:1.5rem;display:flex}.vault-main{flex-direction:column;gap:2rem;min-width:0;padding:2rem;display:flex}.small-label{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.625rem;font-weight:800}.site-title{letter-spacing:0;margin:0;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:950;line-height:1.05}.site-description{max-width:44rem;color:var(--muted);margin:1rem 0 0;font-size:.95rem;line-height:1.8}.home-heading-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.home-actions{align-items:center;gap:.5rem;display:inline-flex}.home-link-button{border:1px solid var(--rule);min-width:4.25rem;height:2rem;color:var(--muted);background:0 0;border-radius:4px;place-items:center;padding:0 .55rem;font-size:.72rem;font-weight:850;line-height:1;text-decoration:none;display:inline-grid}.home-link-button:hover{color:var(--ink);background:var(--wash)}.theme-toggle{border:1px solid var(--rule);width:2rem;height:2rem;color:var(--muted);cursor:pointer;background:0 0;border-radius:4px;place-items:center;display:inline-grid}.theme-toggle:hover{color:var(--ink);background:var(--wash)}.theme-icon{width:1rem;height:1rem}.theme-icon-dark,html[data-theme=dark] .theme-icon-light{display:none}html[data-theme=dark] .theme-icon-dark{display:block}.status-list{gap:.35rem;display:grid}.status-row{border-radius:4px;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .75rem;text-decoration:none;display:flex}.status-row:hover{background:#ebe7d9bf}.status-name{text-transform:capitalize;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.status-dot{background:currentColor;border-radius:999px;width:.45rem;height:.45rem}.status-count{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem}.tag-cloud{flex-wrap:wrap;gap:.5rem;display:flex}.tag{border:1px solid var(--rule);color:var(--muted);cursor:pointer;font:inherit;background:0 0;border-radius:4px;padding:.35rem .5rem;font-size:.75rem;text-decoration:none}.tag:hover,.tag.is-active{background:var(--wash);color:var(--ink)}.tag.is-active{border-color:color-mix(in srgb, var(--ink) 42%, var(--rule))}.tag-count{color:var(--muted);margin-left:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.65rem}.filter-state{border:1px solid var(--rule);width:fit-content;color:var(--muted);letter-spacing:.04em;border-radius:4px;align-items:center;margin:1rem 0 0;padding:.25rem .45rem;font-size:.72rem;font-weight:800;display:inline-flex}.card-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1rem;display:grid}.empty-state{border:1px solid var(--rule);color:var(--muted);grid-column:1/-1;margin:0;padding:1.25rem;font-size:.86rem;line-height:1.7}.paper-card{border:1px solid var(--rule);background:var(--surface);min-height:220px;color:var(--ink);flex-direction:column;justify-content:space-between;gap:1rem;padding:1.25rem;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s;display:flex}.paper-card:hover{background:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #0000000a}.paper-card.is-dimmed{opacity:.42}.paper-card.is-dimmed:hover{opacity:.78}.card-top,.card-tags{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.card-tags{border-top:1px solid var(--rule);flex-wrap:wrap;justify-content:flex-start;padding-top:.75rem}.status-stamp{letter-spacing:.05em;text-transform:uppercase;border:1px solid;border-radius:2px;padding:.15rem .4rem;font-size:.56rem;font-weight:800}.status-seed{color:var(--seed)}.status-growing{color:var(--growing)}.status-checked{color:var(--checked)}.status-superseded{color:var(--superseded)}.card-date,.preview-path,.archive-id{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem}.card-title{margin:0 0 .65rem;font-size:1.15rem;font-weight:900;line-height:1.1}.card-title-split{gap:.35rem;display:grid}.card-title-main,.card-title-sub{display:block}.card-title-sub{color:var(--muted);font-size:.78em;font-weight:800;line-height:1.35}.card-title-sub span{color:color-mix(in srgb, var(--muted) 78%, transparent);margin-right:.25em;font-weight:760}.card-description,.preview-description,.archive-description{color:color-mix(in srgb, var(--ink) 76%, transparent);font-size:.82rem;line-height:1.65}.card-tag{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.63rem}.preview-title{margin:0;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:950;line-height:1}.preview-rule{background:var(--rule);height:1px}.home-category-list{gap:.9rem;display:grid}.home-category-group{border-top:1px solid var(--rule);gap:.4rem;padding-top:.75rem;display:grid}.home-category-heading{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.home-category-heading h2{margin:0;font-size:.9rem;font-weight:900;line-height:1.2}.home-category-heading span{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem}.home-category-group ul{gap:.15rem;margin:0;padding:0;list-style:none;display:grid}.home-category-group a{color:var(--ink);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.38rem 0;text-decoration:none;display:grid}.home-category-group a:hover span:first-child{text-underline-offset:.18em;text-decoration:underline}.home-category-group a span:first-child{min-width:0;font-size:.82rem;font-weight:400;line-height:1.35}.category-tab-toggle{border:1px solid var(--rule);width:fit-content;color:var(--muted);cursor:pointer;font:inherit;letter-spacing:.04em;background:0 0;border-radius:4px;padding:.22rem .45rem;font-size:.65rem;font-weight:800}.category-tab-toggle:hover{background:var(--wash);color:var(--ink)}.provenance-list{color:var(--muted);gap:.7rem;margin:0;font-size:.72rem;display:grid}.provenance-list div{gap:.15rem;display:grid}.provenance-list dt{letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:800}.provenance-list dd{overflow-wrap:anywhere;margin:0}.provenance-list.compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:1rem}.preview-link,.back-link{border:2px solid var(--ink);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;padding:.9rem 1rem;font-size:.75rem;font-weight:900;text-decoration:none;display:inline-flex}.preview-link:hover,.back-link:hover{background:var(--ink);color:var(--paper)}.archive-page{min-height:100vh;padding:0}.archive-layout{grid-template-columns:220px minmax(0,780px) 260px;align-items:start;gap:clamp(1.5rem,3vw,3rem);width:min(100%,1480px);margin:0 auto;padding:2rem;display:grid}.archive-sidebar,.toc-sidebar{max-height:calc(100vh - 4rem);position:sticky;top:2rem;overflow:auto}.archive-home-link{color:var(--ink);margin-bottom:2rem;font-size:1rem;font-weight:950;line-height:1;text-decoration:none;display:inline-flex}.category-nav ul,.toc-nav ol{margin:0;padding:0;list-style:none}.category-nav ul{gap:.35rem;display:grid}.category-nav a,.toc-nav a{color:var(--muted);text-decoration:none;display:block}.category-nav a{border-left:2px solid #0000;padding:.45rem 0 .45rem .75rem;font-size:.86rem}.category-nav a:hover,.toc-nav a:hover,.toc-nav a.is-active{color:var(--ink);border-color:currentColor}.archive-article{min-width:0;padding:0 0 4rem}.archive-article>.back-link{color:var(--muted);border-width:1px;margin-bottom:2.5rem;padding:.6rem .7rem;font-size:.62rem}.archive-header{gap:1rem;display:grid}.archive-kicker{justify-content:space-between;align-items:center;gap:1rem;display:flex}.archive-title{letter-spacing:0;margin:0;font-size:clamp(2.1rem,5vw,3.8rem);font-weight:950;line-height:1.05}.prose{border-top:1px solid var(--rule);margin-top:1.5rem;padding-top:2rem;font-size:1rem;line-height:1.85}.prose>:first-child{margin-top:0}.prose h2,.prose h3{margin-top:2rem;scroll-margin-top:2rem;line-height:1.25}.prose code{background:var(--wash);border-radius:2px;padding:.1rem .25rem}.toc-nav ol{gap:.25rem;display:grid}.toc-nav a{border-left:2px solid #0000;padding:.35rem 0 .35rem .75rem;font-size:.78rem;line-height:1.45}.toc-depth-3 a{padding-left:1.5rem;font-size:.73rem}.toc-empty{color:var(--muted);margin:0;font-size:.78rem;line-height:1.6}.site-footer{border-top:1px solid var(--rule);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.5rem 2rem;padding:1.25rem 2rem;font-size:.72rem;line-height:1.7;display:flex}.site-footer a{font-weight:700}.site-footer p{margin:0}@media (width<=1180px){.archive-layout{grid-template-columns:190px minmax(0,760px)}.toc-sidebar{display:none}}@media (width<=960px){body.home-page{height:auto;min-height:100vh;overflow:auto}.vault-shell{flex-direction:column;display:flex}.home-page .vault-shell{height:auto;min-height:0}.home-page .vault-sidebar,.home-page .vault-main,.home-page .vault-preview{max-height:none;overflow:visible}.vault-main{order:1}.vault-sidebar{order:2}.vault-preview{order:3}.vault-sidebar,.vault-preview{border:0;border-bottom:1px solid var(--rule)}.vault-preview{border-top:1px solid var(--rule)}.site-footer{justify-content:stretch;display:grid}}@media (width<=760px){.archive-layout{padding:1.25rem;display:block}.archive-sidebar{border-bottom:1px solid var(--rule);max-height:none;margin-bottom:2rem;padding-bottom:1rem;position:static}.category-nav ul{flex-wrap:wrap;gap:.4rem;display:flex}.category-nav a{border:1px solid var(--rule);border-radius:4px;padding:.35rem .5rem;font-size:.72rem}.archive-article>.back-link{margin-bottom:1.5rem}.archive-kicker{flex-direction:column;align-items:flex-start}}
