:root{--bg:#f7f7f6;--bg-alt:#eeeeec;--fg:#1c1b19;--muted:#6b6862;--line:#dedddb;--accent:#2f5d50;--accent-hover:#244a40;--primary-blue:var(--accent);--primary-dark:var(--fg);--primary-color:var(--accent);--accent-blue:var(--accent);--hover-blue:var(--accent-hover);--light-gray:var(--bg-alt);--text-color:var(--fg);--text-light:#fff;--success-green:var(--accent);--disabled-gray:var(--line);--form-bg:var(--bg);--form-border:var(--line);--form-input-bg:var(--bg);--form-input-text:var(--fg);--form-shadow:rgba(0,0,0,.06);--form-error-bg:#fee2e2;--form-error-text:#b91c1c;--form-success-bg:var(--bg);--form-success-text:var(--accent);--bg-color:var(--bg);--card-bg:var(--bg-alt);--heading-color:var(--fg);--blog-text-color:var(--fg);--secondary-text:var(--muted);--border-color:var(--line);--table-header-bg:var(--bg-alt);--table-alt-row:var(--bg-alt);--table-hover:#e6e6e3;--code-bg:var(--bg-alt);--code-color:#9a3b2a;--tag-bg:var(--bg-alt);--tag-text:var(--muted);--link-color:var(--accent);--link-hover:var(--accent-hover);--blockquote-border:var(--line);--blockquote-text:var(--muted);--card-shadow:transparent;--card-hover-shadow:transparent;--serif-font:var(--font-serif,Georgia,serif);--sans-font:var(--font-sans,system-ui,sans-serif);--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--max-width:1400px;--border-radius:6px;--font-family:var(--font-sans,system-ui,sans-serif)}@media (prefers-color-scheme:dark){:root{--bg:#161614;--bg-alt:#1d1c19;--fg:#e9e6df;--muted:#9a968d;--line:#33302a;--accent:#7fb8a4;--accent-hover:#9ccbb9;--text-light:#161614;--form-error-bg:rgba(220,38,38,.2);--form-error-text:#ef4444;--form-shadow:rgba(0,0,0,.3);--table-hover:#26241f;--code-color:#e0917f}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-family);font-size:16px;line-height:1.6;color:var(--fg);background-color:var(--bg)}h1{font-size:2.5rem}h1,h2{font-family:var(--font-serif,Georgia,serif);font-weight:500;margin-bottom:var(--spacing-sm);color:var(--primary-dark)}h2{font-size:1.8rem}h3{font-family:var(--font-serif,Georgia,serif);font-size:1.4rem;font-weight:500;margin-bottom:var(--spacing-xs);color:var(--primary-dark)}li,p{margin-bottom:var(--spacing-sm)}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--hover-blue)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--spacing-lg);width:100%}.content{flex-grow:1;flex-direction:column}.content,.flex{display:flex}.flex-column{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background-color:var(--accent-blue);color:var(--text-light)}.btn-primary:hover{background-color:var(--hover-blue)}.btn-secondary{background-color:hsla(0,0%,100%,.15);color:var(--text-light);border:1px solid hsla(0,0%,100%,.3)}.btn-secondary:hover{background-color:hsla(0,0%,100%,.25);transform:translateY(-2px)}.btn-success{background-color:var(--success-green);color:var(--text-light)}.btn:disabled{background-color:var(--disabled-gray);cursor:not-allowed;transform:none}input,select,textarea{font-family:var(--font-family);font-size:1rem;padding:var(--spacing-xs);border:1px solid var(--form-border);border-radius:4px;width:100%;background-color:var(--form-input-bg);color:var(--form-input-text)}@keyframes pulse{0%{opacity:.6;transform:translateX(0)}50%{opacity:1;transform:translateX(5px)}to{opacity:.6;transform:translateX(0)}}.arrow{color:var(--primary-blue);font-weight:700;opacity:.9;transition:transform .4s ease}@media (max-width:768px){body,html{font-size:14px}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}.container{padding:0 var(--spacing-sm)}}.Header_header__AF_3G{background-color:var(--bg);border-bottom:1px solid var(--line);padding:1.25rem 0}.Header_container__3JNoS{max-width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.Header_logo__1FRrW{font-family:var(--font-serif,Georgia,serif);font-size:1.35rem;font-weight:500;color:var(--fg);position:relative}.Header_logoLink__7trYD{text-decoration:none;color:inherit;cursor:pointer;display:block}.Header_logoLink__7trYD:hover{color:inherit}.Header_dag__Peu57{display:flex;align-items:center;gap:.4rem}.Header_highlight__5s2vN{color:var(--accent)}.Header_arrow__7Zb3i{color:var(--muted);transition:transform .3s ease,color .3s ease}.Header_logo__1FRrW:hover .Header_arrow__7Zb3i{color:var(--accent)}.Header_logo__1FRrW:hover .Header_arrow__7Zb3i:first-child{transform:translateX(-3px)}.Header_logo__1FRrW:hover .Header_arrow__7Zb3i:last-child{transform:translateX(3px)}.Header_navLinks__vBy8d{display:flex;gap:.25rem;align-items:center}.Header_navLink__bX76H{color:var(--fg);text-decoration:none;font-size:.95rem;font-weight:400;padding:.35rem .8rem;border-radius:999px;transition:color .2s ease,background-color .2s ease}.Header_navLink__bX76H:hover{color:var(--accent);background-color:var(--bg-alt)}.Header_dropdown__f5upL{position:relative}.Header_dropdownTrigger__67Wkq{background:none;border:none;cursor:pointer;font:inherit;font-size:.95rem;display:inline-flex;align-items:center;gap:.3rem}.Header_chevron__ms85Y{font-size:.7em;opacity:.7}.Header_dropdownMenu__bzo1m{position:absolute;top:calc(100% + .5rem);left:0;min-width:14rem;padding:.4rem;background-color:var(--bg);border:1px solid var(--line);border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.06);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:20}.Header_dropdownMenu__bzo1m:before{content:"";position:absolute;top:-.6rem;left:0;right:0;height:.6rem}.Header_dropdown__f5upL:focus-within .Header_dropdownMenu__bzo1m,.Header_dropdown__f5upL:hover .Header_dropdownMenu__bzo1m{opacity:1;visibility:visible;transform:translateY(0)}.Header_dropdownItem__vuT1v{display:block;padding:.6rem .8rem;border-radius:6px;color:var(--fg);text-decoration:none;font-size:.95rem}.Header_dropdownItem__vuT1v:hover{background-color:var(--bg-alt);color:var(--accent)}.Header_dropdownHint__XvKgT{display:block;font-size:.8rem;color:var(--muted);margin-top:.1rem}.Header_mobileGroupLabel__B6Vsj,.Header_mobileSubLink__q6DzR{display:none}.Header_authButton__7__fa{margin-left:.75rem;background:transparent;color:var(--fg);border:1px solid var(--fg);cursor:pointer;font-family:inherit;font-size:.9rem;padding:.35rem .95rem;transition:background-color .2s ease,color .2s ease}.Header_authButton__7__fa:hover{background-color:var(--fg);color:var(--bg)}.Header_mobileMenuToggle__UlEaz{display:none;background:none;border:none;color:var(--fg);font-size:1.5rem;cursor:pointer;padding:.5rem}@media (max-width:768px){.Header_container__3JNoS{flex-direction:row;align-items:center}.Header_logo__1FRrW{font-size:1.2rem}.Header_mobileMenuToggle__UlEaz{display:block;z-index:20}.Header_desktopNav__A56P1{display:none}.Header_mobileNav__6HOrM{display:block}.Header_navLinks__vBy8d{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:var(--bg);border-left:1px solid var(--line);flex-direction:column;align-items:stretch;justify-content:flex-start;padding:5rem 1.5rem 2rem;gap:.75rem;transition:right .3s ease;z-index:10}.Header_navLink__bX76H{width:100%;text-align:left;font-size:1.1rem;padding:.75rem 1rem;white-space:nowrap;display:block}.Header_navLinks__vBy8d.Header_open__jNVWy{right:0}.Header_mobileGroupLabel__B6Vsj{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:.5rem 1rem 0}.Header_mobileSubLink__q6DzR{display:block;padding-left:2rem}.Header_authButton__7__fa{width:100%;margin:0 0 1rem;padding:.75rem 1rem;text-align:center;display:block}.Header_backdrop__FWcCQ{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.35);z-index:5}.Header_backdrop__FWcCQ.Header_open__jNVWy{display:block}}@media (min-width:769px){.Header_mobileMenuToggle__UlEaz,.Header_mobileNav__6HOrM{display:none}}.Footer_footer__4vzqH{border-top:1px solid var(--line);margin-top:2rem;padding:1.5rem 0 2rem;font-size:.875rem;color:var(--muted)}.Footer_inner__FbJ6a{max-width:42rem;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.Footer_links__LGHlK{display:flex;gap:1.25rem}.Footer_links__LGHlK a{color:var(--muted);text-decoration:none}.Footer_links__LGHlK a:hover{color:var(--accent)}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Newsreader_39d0e4;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/665e920483964785.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5611c55482296524.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/665e920483964785.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5611c55482296524.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/665e920483964785.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Newsreader_39d0e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5611c55482296524.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.__className_39d0e4{font-family:__Newsreader_39d0e4}.__variable_39d0e4{--font-serif:"__Newsreader_39d0e4"}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-sans:"__Inter_f367f3","__Inter_Fallback_f367f3"}