.layout_header__kmos1{position:sticky;top:env(safe-area-inset-top,0);z-index:50;background:var(--bg-elevated);border-bottom:1px solid var(--border)}.layout_headerInner__BEyZe{max-width:760px;margin:0 auto;padding:0 16px;height:var(--header-h);display:flex;align-items:center;justify-content:space-between}.layout_brand__C7zv8{display:flex;align-items:center;gap:8px;font-weight:700;font-size:1.05rem;color:var(--accent-strong)}.layout_brandIcon__kD5Fa{border-radius:4px}.layout_navDesktop__VlW2F{display:none;gap:4px}.layout_navLinkActive__43R5l,.layout_navLink__QIyj5{padding:8px 12px;border-radius:var(--radius-sm);font-size:.92rem;font-weight:500;color:var(--text-muted)}.layout_navLinkActive__43R5l{color:var(--text);background:var(--bg-sunken)}.layout_menuToggle__vKKEU{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;border-radius:var(--radius-sm);color:var(--text)}.layout_menuToggle__vKKEU:active{background:var(--bg-sunken)}.layout_navMobile__sXz4M{display:flex;flex-direction:column;border-top:1px solid var(--border);padding:8px;gap:2px}.layout_navMobileLinkActive__NKrwd,.layout_navMobileLink___d8jh{padding:12px 14px;border-radius:var(--radius-sm);font-weight:500;color:var(--text-muted)}.layout_navMobileLinkActive__NKrwd{color:var(--text);background:var(--bg-sunken)}@media (min-width:640px){.layout_navDesktop__VlW2F{display:flex}.layout_menuToggle__vKKEU{display:none}}.layout_footer__agPsP{border-top:1px solid var(--border);background:var(--bg-elevated);margin-top:48px}.layout_footerInner__q_cpG{max-width:760px;margin:0 auto;padding:32px 16px 40px}.layout_footerBrand__IyxVk{font-weight:700;color:var(--accent-strong);margin-bottom:4px}.layout_footerTagline__TuZcN{color:var(--text-muted);font-size:.9rem;margin-bottom:16px}.layout_footerNav__pDCFZ{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;font-size:.9rem;font-weight:500}.layout_footerNav__pDCFZ a{text-decoration:underline;text-underline-offset:2px;color:var(--text)}.layout_footerNote__DS7i8{font-size:.78rem;color:var(--text-muted);line-height:1.5}.layout_footerNote__DS7i8 a{color:var(--text-muted);text-decoration:underline}:root{--bg:#f4f2ec;--bg-elevated:#ffffff;--bg-sunken:#e7e3d8;--text:#211f1c;--text-muted:#635e54;--border:#d8d3c5;--accent:#6b6f76;--accent-strong:#33343a;--danger:#b3432a;--danger-bg:#fbe9e3;--success:#3f7d4f;--success-bg:#e6f2e8;--gold:#c9a227;--radius-sm:6px;--radius-md:12px;--radius-lg:18px;--shadow-sm:0 1px 2px rgba(20,18,14,0.08);--shadow-md:0 4px 16px rgba(20,18,14,0.14);--header-h:56px;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#171613;--bg-elevated:#211f1b;--bg-sunken:#0f0e0c;--text:#ece8de;--text-muted:#a49d8d;--border:#37342c;--accent:#9a9ea6;--accent-strong:#d8d5cc;--danger:#e2725a;--danger-bg:#3a1e17;--success:#6fbf82;--success-bg:#17311d;--gold:#e0bb3f;color-scheme:dark}}:root[data-theme=dark]{--bg:#171613;--bg-elevated:#211f1b;--bg-sunken:#0f0e0c;--text:#ece8de;--text-muted:#a49d8d;--border:#37342c;--accent:#9a9ea6;--accent-strong:#d8d5cc;--danger:#e2725a;--danger-bg:#3a1e17;--success:#6fbf82;--success-bg:#17311d;--gold:#e0bb3f;color-scheme:dark}*{box-sizing:border-box}html{height:100%;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}body,figure,h1,h2,h3,h4,ol,p,ul{margin:0}ol,ul{padding:0;list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;color:inherit}[role=button],a,button{touch-action:manipulation}[hidden]{display:none!important}main{flex:1 1;width:100%}.container{width:100%;max-width:760px;margin:0 auto;padding-inline:16px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.prose h2{font-size:1.35rem;margin-top:2rem;margin-bottom:.6rem}.prose h2,.prose h3{color:var(--accent-strong)}.prose h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}.prose p{margin-bottom:1rem;color:var(--text)}.prose ol,.prose ul{margin:0 0 1rem 1.25rem;list-style:disc}.prose ol{list-style:decimal}.prose li{margin-bottom:.4rem}.prose a{text-decoration:underline;text-underline-offset:2px}.prose a,.prose strong{color:var(--accent-strong)}.prose blockquote{border-left:3px solid var(--border);padding-left:.9rem;color:var(--text-muted);margin-bottom:1rem}