:root{--ff-color-primary:#ff2d55;--ff-color-primary-deep:#e11d48;--ff-color-primary-soft:#ffe8ee;--ff-color-primary-faint:#fff5f7;--ff-color-ink:#0b0b0f;--ff-color-ink-secondary:#5c5c66;--ff-color-ink-tertiary:#9494a1;--ff-color-paper:#fff;--ff-color-surface:#fafafc;--ff-color-border:#ececf1;--ff-color-border-strong:#d9d9e3;--ff-color-success:#1fa971;--ff-color-warning:#e8a13c;--ff-color-danger:#d92d20;--ff-color-info:#3b6fe0;--ff-color-dark-paper:#0e0e12;--ff-color-dark-surface:#1a1a21;--ff-color-dark-border:#2a2a33;--ff-color-dark-ink:#f5f5f7;--ff-color-dark-ink-secondary:#a8a8b3;--ff-font-display:"Inter Tight", "SF Pro Display", system-ui, -apple-system, sans-serif;--ff-font-body:"Inter", "SF Pro Text", system-ui, -apple-system, sans-serif;--ff-font-mono:"SF Mono", ui-monospace, Menlo, monospace;--ff-text-hero:56px;--ff-text-display:40px;--ff-text-title1:32px;--ff-text-title2:26px;--ff-text-title3:21px;--ff-text-headline:17px;--ff-text-body:17px;--ff-text-callout:16px;--ff-text-subhead:15px;--ff-text-footnote:13px;--ff-text-caption:12px;--ff-weight-regular:400;--ff-weight-medium:500;--ff-weight-semibold:600;--ff-weight-bold:700;--ff-weight-heavy:800;--ff-leading-tight:1.1;--ff-leading-snug:1.25;--ff-leading-normal:1.5;--ff-leading-relaxed:1.65;--ff-space-xs:4px;--ff-space-sm:8px;--ff-space-md:12px;--ff-space-lg:16px;--ff-space-xl:24px;--ff-space-xxl:32px;--ff-space-xxxl:48px;--ff-space-huge:64px;--ff-space-section:96px;--ff-radius-sm:8px;--ff-radius-md:12px;--ff-radius-lg:16px;--ff-radius-xl:24px;--ff-radius-pill:999px;--ff-radius-photo:20px;--ff-shadow-card:0 1px 2px #0b0b0f0a, 0 4px 16px #0b0b0f0f;--ff-shadow-raised:0 2px 4px #0b0b0f0f, 0 12px 32px #0b0b0f1a;--ff-shadow-glow-primary:0 8px 32px #ff2d5547;--ff-motion-easing:cubic-bezier(.32, .72, 0, 1);--ff-motion-instant:.1s;--ff-motion-fast:.18s;--ff-motion-normal:.26s;--ff-motion-slow:.42s;--ff-motion-drift:9s}
:root{--ff-font-body:var(--font-inter), "Inter", "SF Pro Text", system-ui, -apple-system, sans-serif;--ff-font-display:var(--font-inter-tight), "Inter Tight", "SF Pro Display", system-ui, -apple-system, sans-serif;--mk-text-hero:clamp(40px, 3.2vw + 26px, var(--ff-text-hero));--mk-text-display:clamp(32px, 2vw + 22px, var(--ff-text-display));--mk-text-title1:clamp(26px, 1.4vw + 20px, var(--ff-text-title1));--mk-text-title2:clamp(22px, 1vw + 18px, var(--ff-text-title2));--mk-section-pad:clamp(64px, 8vw, var(--ff-space-section));--mk-container:1120px}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--ff-font-body);font-size:var(--ff-text-body);line-height:var(--ff-leading-normal);color:var(--ff-color-ink);background:var(--ff-color-paper);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}h1,h2,h3,h4{font-family:var(--ff-font-display);line-height:var(--ff-leading-tight);letter-spacing:-.02em;margin:0 0 var(--ff-space-lg);text-wrap:balance}h1{font-size:var(--mk-text-hero);font-weight:var(--ff-weight-heavy)}h2{font-size:var(--mk-text-display);font-weight:var(--ff-weight-bold)}h3{font-size:var(--mk-text-title2);font-weight:var(--ff-weight-bold)}p{margin:0 0 var(--ff-space-lg)}a{color:var(--ff-color-primary-deep);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--ff-color-primary)}img,svg{max-width:100%;height:auto}ul,ol{margin:0 0 var(--ff-space-lg);padding-left:1.4em}li{margin-bottom:var(--ff-space-sm)}strong{font-weight:var(--ff-weight-semibold)}:focus-visible{outline:3px solid var(--ff-color-primary);outline-offset:2px;border-radius:4px}::selection{background:var(--ff-color-primary-soft);color:var(--ff-color-ink)}.container{width:100%;max-width:var(--mk-container);padding-inline:clamp(20px, 4vw, var(--ff-space-xxl));margin-inline:auto}.section{padding-block:var(--mk-section-pad)}.eyebrow{font-family:var(--ff-font-display);font-size:var(--ff-text-subhead);font-weight:var(--ff-weight-bold);letter-spacing:.14em;text-transform:uppercase;color:var(--ff-color-primary-deep);margin-bottom:var(--ff-space-lg);display:inline-block}.lede{font-size:var(--mk-text-title2);line-height:var(--ff-leading-snug);color:var(--ff-color-ink-secondary);text-wrap:pretty;max-width:38ch}.skip-link{left:var(--ff-space-lg);z-index:100;background:var(--ff-color-ink);color:var(--ff-color-paper);padding:var(--ff-space-md) var(--ff-space-xl);border-radius:var(--ff-radius-pill);font-weight:var(--ff-weight-semibold);transition:top var(--ff-motion-fast) var(--ff-motion-easing);text-decoration:none;position:absolute;top:-100px}.skip-link:focus-visible{top:var(--ff-space-lg);color:var(--ff-color-paper)}.btn{justify-content:center;align-items:center;gap:var(--ff-space-sm);border-radius:var(--ff-radius-pill);font-family:var(--ff-font-display);font-size:var(--ff-text-headline);font-weight:var(--ff-weight-bold);cursor:pointer;transition:transform var(--ff-motion-fast) var(--ff-motion-easing), box-shadow var(--ff-motion-fast) var(--ff-motion-easing), background-color var(--ff-motion-fast) var(--ff-motion-easing);border:2px solid #0000;padding:14px 28px;line-height:1.2;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--ff-color-primary);color:#fff;box-shadow:var(--ff-shadow-glow-primary)}.btn-primary:hover{background:var(--ff-color-primary-deep);color:#fff}.btn-ghost{color:var(--ff-color-ink);border-color:var(--ff-color-border-strong);background:0 0}.btn-ghost:hover{border-color:var(--ff-color-ink);color:var(--ff-color-ink)}.app-badge{align-items:center;gap:var(--ff-space-md);border-radius:var(--ff-radius-md);background:var(--ff-color-ink);color:#fff;font-family:var(--ff-font-display);text-align:left;cursor:default;border:none;padding:12px 24px;display:inline-flex}.app-badge-apple{flex-shrink:0;display:inline-flex}.app-badge-lines{flex-direction:column;display:flex}.app-badge-small{font-size:var(--ff-text-caption);font-weight:var(--ff-weight-medium);letter-spacing:.02em;opacity:.85}.app-badge-big{font-size:var(--ff-text-headline);font-weight:var(--ff-weight-bold);letter-spacing:-.01em}.prose{max-width:68ch}.prose h2{font-size:var(--mk-text-title2);margin-top:var(--ff-space-xxxl)}.prose h3{font-size:var(--ff-text-title3);margin-top:var(--ff-space-xxl)}.prose p,.prose li{color:var(--ff-color-ink-secondary);line-height:var(--ff-leading-relaxed)}.prose strong{color:var(--ff-color-ink)}.prose-updated{font-size:var(--ff-text-footnote);color:var(--ff-color-ink-tertiary);margin-bottom:var(--ff-space-xxl)}.page-hero{padding-block:clamp(56px,7vw,88px) clamp(24px,4vw,40px)}.page-hero h1{font-size:var(--mk-text-display);max-width:22ch}.page-hero .lede{font-size:var(--ff-text-title3);max-width:52ch}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/13ae3e01af63c0ce-s.3-5_uhe2g8vfj.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/0ee4b8f05dcd9fee-s.27tgfqm6_tedn.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9eba4caf7edd2921-s.2r0cv3f07u_0l.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/f6752bd2263820da-s.12_ze2_d4hpxy.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/f285987c35230861-s.318-mahh4esyg.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b8d1f0a88dfecec3-s.0yot_wy8hf-md.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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 Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ab57efd000576a30-s.p.2q0khlq77_eaw.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Tight Fallback;src:local(Arial);ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.0%;size-adjust:96.39%}.inter_tight_de2c1803-module__J3wvYq__className{font-family:Inter Tight,Inter Tight Fallback;font-style:normal}.inter_tight_de2c1803-module__J3wvYq__variable{--font-inter-tight:"Inter Tight", "Inter Tight Fallback"}
.Nav-module__NrZESq__header{z-index:50;background:color-mix(in srgb, var(--ff-color-paper) 88%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--ff-color-border);position:sticky;top:0}.Nav-module__NrZESq__bar{align-items:center;gap:var(--ff-space-xl);min-height:72px;display:flex}.Nav-module__NrZESq__brand{align-items:center;gap:var(--ff-space-md);color:var(--ff-color-ink);margin-right:auto;text-decoration:none;display:inline-flex}.Nav-module__NrZESq__wordmark{font-family:var(--ff-font-display);font-size:var(--ff-text-title3);font-weight:var(--ff-weight-heavy);letter-spacing:-.03em}.Nav-module__NrZESq__desktopNav{display:none}.Nav-module__NrZESq__navList{align-items:center;gap:var(--ff-space-sm);margin:0;padding:0;list-style:none;display:flex}.Nav-module__NrZESq__navList li{margin:0}.Nav-module__NrZESq__navLink{padding:var(--ff-space-sm) var(--ff-space-md);border-radius:var(--ff-radius-pill);color:var(--ff-color-ink);font-weight:var(--ff-weight-medium);font-size:var(--ff-text-callout);transition:background-color var(--ff-motion-fast) var(--ff-motion-easing), color var(--ff-motion-fast) var(--ff-motion-easing);text-decoration:none;display:inline-block}.Nav-module__NrZESq__navLink:hover{background:var(--ff-color-primary-faint);color:var(--ff-color-primary-deep)}.Nav-module__NrZESq__navLink[aria-current=page]{color:var(--ff-color-primary-deep);font-weight:var(--ff-weight-bold)}.Nav-module__NrZESq__cta.Nav-module__NrZESq__cta{font-size:var(--ff-text-callout);padding:10px 22px;display:none}.Nav-module__NrZESq__menuButton{align-items:center;gap:var(--ff-space-sm);padding:var(--ff-space-sm) var(--ff-space-lg);border:2px solid var(--ff-color-border-strong);border-radius:var(--ff-radius-pill);background:var(--ff-color-paper);color:var(--ff-color-ink);font-family:var(--ff-font-display);font-size:var(--ff-text-subhead);font-weight:var(--ff-weight-bold);cursor:pointer;display:inline-flex}.Nav-module__NrZESq__menuIcon{flex-direction:column;justify-content:center;gap:4px;width:18px;display:inline-flex}.Nav-module__NrZESq__menuIcon span{height:2px;transition:transform var(--ff-motion-fast) var(--ff-motion-easing), opacity var(--ff-motion-fast) var(--ff-motion-easing);background:currentColor;border-radius:2px;display:block}.Nav-module__NrZESq__menuIcon[data-open=true] span:first-child{transform:translateY(6px)rotate(45deg)}.Nav-module__NrZESq__menuIcon[data-open=true] span:nth-child(2){opacity:0}.Nav-module__NrZESq__menuIcon[data-open=true] span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.Nav-module__NrZESq__mobileNav{border-top:1px solid var(--ff-color-border);background:var(--ff-color-paper)}.Nav-module__NrZESq__mobileList{padding:var(--ff-space-lg) clamp(20px, 4vw, var(--ff-space-xxl)) var(--ff-space-xl);gap:var(--ff-space-xs);flex-direction:column;margin:0;list-style:none;display:flex}.Nav-module__NrZESq__mobileList li{margin:0}.Nav-module__NrZESq__mobileLink{padding:var(--ff-space-md) var(--ff-space-lg);border-radius:var(--ff-radius-md);color:var(--ff-color-ink);font-family:var(--ff-font-display);font-size:var(--ff-text-title3);font-weight:var(--ff-weight-bold);text-decoration:none;display:block}.Nav-module__NrZESq__mobileLink:hover{background:var(--ff-color-primary-faint);color:var(--ff-color-primary-deep)}.Nav-module__NrZESq__mobileLink[aria-current=page]{color:var(--ff-color-primary-deep)}@media (min-width:880px){.Nav-module__NrZESq__desktopNav{display:block}.Nav-module__NrZESq__cta.Nav-module__NrZESq__cta{display:inline-flex}.Nav-module__NrZESq__menuButton,.Nav-module__NrZESq__mobileNav{display:none}}
.Footer-module__S1kbqa__footer{border-top:1px solid var(--ff-color-border);background:var(--ff-color-surface);padding-block:var(--ff-space-huge) var(--ff-space-xl);margin-top:var(--ff-space-section)}.Footer-module__S1kbqa__inner{gap:var(--ff-space-xxl);padding-bottom:var(--ff-space-xxl);display:grid}.Footer-module__S1kbqa__brandBlock{max-width:340px}.Footer-module__S1kbqa__brand{align-items:center;gap:var(--ff-space-md);color:var(--ff-color-ink);text-decoration:none;display:inline-flex}.Footer-module__S1kbqa__wordmark{font-family:var(--ff-font-display);font-size:var(--ff-text-title3);font-weight:var(--ff-weight-heavy);letter-spacing:-.03em}.Footer-module__S1kbqa__tagline{margin-top:var(--ff-space-lg);font-family:var(--ff-font-display);font-weight:var(--ff-weight-semibold);color:var(--ff-color-ink)}.Footer-module__S1kbqa__donate{font-size:var(--ff-text-subhead);color:var(--ff-color-ink-secondary);line-height:var(--ff-leading-relaxed)}.Footer-module__S1kbqa__columns{gap:var(--ff-space-xl);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.Footer-module__S1kbqa__columnTitle{font-family:var(--ff-font-display);font-size:var(--ff-text-footnote);font-weight:var(--ff-weight-bold);letter-spacing:.12em;text-transform:uppercase;color:var(--ff-color-ink-tertiary);margin-bottom:var(--ff-space-lg)}.Footer-module__S1kbqa__columnList{margin:0;padding:0;list-style:none}.Footer-module__S1kbqa__columnList li{margin-bottom:var(--ff-space-md)}.Footer-module__S1kbqa__link{color:var(--ff-color-ink);font-size:var(--ff-text-callout);font-weight:var(--ff-weight-medium);text-decoration:none}.Footer-module__S1kbqa__link:hover{color:var(--ff-color-primary-deep);text-underline-offset:3px;text-decoration:underline}.Footer-module__S1kbqa__legalRow{justify-content:space-between;gap:var(--ff-space-md);border-top:1px solid var(--ff-color-border);padding-top:var(--ff-space-xl);flex-wrap:wrap;display:flex}.Footer-module__S1kbqa__legal{font-size:var(--ff-text-footnote);color:var(--ff-color-ink-tertiary);margin:0}@media (min-width:760px){.Footer-module__S1kbqa__inner{gap:var(--ff-space-huge);grid-template-columns:1.2fr 2fr}}
