.Footer_footer__4vzqH{border-top:1px solid var(--border);padding:2rem 0;background:var(--bg)}.Footer_container__Dj1D9{max-width:900px;margin:0 auto;padding:0 1rem;color:var(--muted);text-align:center;display:flex;justify-content:center;align-items:center}.Header_header__AF_3G{background:var(--bg);border-bottom:1px solid var(--border)}.Header_container__3JNoS{max-width:900px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.Header_brand__EL5wC{font-size:1.5rem;font-weight:700;color:var(--text);text-decoration:none}.Header_nav__LVYU2{display:flex;align-items:center;gap:1rem}.Header_nav__LVYU2 a:not([role=button]){color:var(--text);opacity:.8;text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent;transition:border-color .2s,opacity .2s}.Header_nav__LVYU2 a:not([role=button]):hover{opacity:1;border-bottom-color:rgba(127,127,127,.3)}.Header_active__8Eipm{opacity:1!important;border-bottom-color:var(--primary)!important}.Header_menuButton__mlszh{display:none;background:none;border:none;font-size:1.5rem;color:var(--text);cursor:pointer}.Header_mobileOverlay___nlHX{position:fixed;inset:0;background:rgba(0,0,0,.3);display:flex;justify-content:flex-end;z-index:1000}.Header_mobileMenu__oDspy{background:var(--bg);border-left:1px solid var(--border);width:min(80vw,320px);height:100%;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.Header_mobileLink__eGnju{color:var(--text);text-decoration:none;padding:.75rem .5rem;border-radius:6px}.Header_mobileLink__eGnju:hover{background:var(--card-bg)}.Header_mobileToggleRow___kcc8{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}@media (max-width:768px){.Header_nav__LVYU2{display:none}.Header_menuButton__mlszh{display:inline-flex;align-items:center;justify-content:center}}
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */.hidden{display:none}.inline{display:inline}:root{--bg:#fafafa;--text:#292d3e;--card-bg:#fff;--focus-ring:#2563eb;--border:#0000000f;--muted:#6b7280e6;--dark:#111827;--dark-hover:#1f2937;--primary:#2563eb;--primary-hover:#1d4ed8}@media (prefers-color-scheme:dark){:root{--bg:#292d3e;--text:#fafafa;--card-bg:#ffffff08;--border:#ffffff1a;--muted:#d1d5dbcc;--dark:#1f2937;--dark-hover:#374151;--primary:#3b82f6;--primary-hover:#2563eb}}@media screen and (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html{-webkit-text-size-adjust:100%;font-size:100%}#__next,body,html{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;line-height:1.5}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border:3px solid var(--bg);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}*{scrollbar-width:thin;scrollbar-color:var(--border)var(--bg)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}a{color:inherit}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}h1{margin-top:0;font-size:2rem}h1,h2{color:var(--text)}h2{font-size:1.5rem}h3{color:var(--text);font-size:1.25rem}.page{flex-direction:column;min-height:100vh;display:flex}.main{flex:1;max-width:900px;margin:2rem auto;padding:0 1rem}.main h1{color:var(--text);margin-bottom:2rem}