@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap");*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased;transition:background-color .18s ease,color .18s ease}a{color:inherit;text-decoration:none}p{margin:0;color:var(--muted)}h1,h2,h3,h4{margin:0;font-weight:600;color:var(--text);letter-spacing:-.01em}button{font:inherit}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}:root{--bg:#fafaf9;--surface:#fff;--text:#1a1c1e;--muted:#5e646a;--stroke:#e3e5e7;--accent:#3a5f5d;--accent-soft:#e1eeec;--shadow:0px 24px 80px rgba(0,0,0,.08);--radius:14px;--font-body:"Space Grotesk","Soehne","Graphik",system-ui,-apple-system,sans-serif;color-scheme:light}[data-theme=dark]{--bg:#0c0f11;--surface:#12171a;--text:#e9eef2;--muted:#aab4bd;--stroke:#263038;--accent:#78b2ae;--accent-soft:rgba(120,178,174,.14);--shadow:0px 24px 80px rgba(0,0,0,.32);color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#0c0f11;--surface:#12171a;--text:#e9eef2;--muted:#aab4bd;--stroke:#263038;--accent:#78b2ae;--accent-soft:rgba(120,178,174,.14);--shadow:0px 24px 80px rgba(0,0,0,.32);color-scheme:dark}}.layout_body__qd6bU{background:var(--bg);min-height:100vh}.layout_page__EZ0LW{min-height:100vh;display:flex;flex-direction:column}.layout_main__ERBQ9{flex:1 1;display:flex;flex-direction:column;gap:3rem;padding:1.5rem 0 3rem}.layout_container__jQ1_H{width:min(1200px,100%);margin:0 auto;padding:0 1.25rem}.layout_surface__mdPfG{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow)}@media (min-width:960px){.layout_main__ERBQ9{gap:4rem;padding:2rem 0 4rem}}