@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--brand:#011d00;--text:#0f172a;--muted:#475569;--bg:#f9f9f9;--surface:#ffffff;--radius:10px;--shadow-sm:0 2px 8px rgba(0,0,0,0.05);--content-max:1440px;--content-pad-x:clamp(16px,3vw,32px);--hover-tint:rgba(1,29,0,0.06);--hover-tint-strong:rgba(1,29,0,0.12)}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:.5em}p{margin-bottom:1em}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}.fullscreen{min-height:100svh}.page-container{width:100%;max-width:min(92vw,var(--content-max));margin-inline:auto;padding-inline:var(--content-pad-x)}.safe-area-pt{padding-top:env(safe-area-inset-top)}.safe-area-pb{padding-bottom:env(safe-area-inset-bottom)}.safe-area-pl{padding-left:env(safe-area-inset-left)}.safe-area-pr{padding-right:env(safe-area-inset-right)}.hidden{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hideOnMobile{display:revert}@media (max-width:640px){.hideOnMobile{display:none!important}}.hideOnTablet{display:revert}@media (min-width:641px) and (max-width:1024px){.hideOnTablet{display:none!important}}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--surface);border-bottom:1px solid #eee;border-top:4px solid #011d00}.siteHeader__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}.brand{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none}.brand__logo{height:28px;width:auto}.brand__name{font-weight:800}.loginBtn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#111827;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.loginBtn:hover{background:var(--hover-tint);border-color:rgba(1,29,0,.18)}.loginBtn:active{background:var(--hover-tint-strong)}.loginBtn__icon{line-height:0;display:inline-flex}.loginBtn__label{line-height:1}