:root{--espresso:#0e0c0b;--roast:#171210;--bean:#2a201c;--foam:#f4ebe3;--mocha:#5c4033;--milk:#e5d8cc;--blush:#efc9c0;--rose:#e11d48;--steam:#9aa8b5;--muted:#f4ebe39e;--line:#efc9c052;--font-display:"Great Vibes", "Segoe Script", "Apple Chancery", cursive;--font-body:"Dancing Script", "Segoe Script", "Apple Chancery", cursive;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{background:var(--espresso)}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}body{min-height:100%;font-family:var(--font-body);color:var(--foam);background:radial-gradient(ellipse 80% 55% at 15% 10%, #efc9c024, transparent 55%), radial-gradient(ellipse 70% 50% at 90% 80%, #e11d4814, transparent 50%), linear-gradient(165deg, #16110f 0%, var(--espresso) 45%, #0d0a09 100%);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:1.15rem;font-weight:500;overflow-x:hidden}#root{min-height:100%}body,button,a,input,textarea,p,li,span,h1,h2,h3,h4,h5,h6{font-family:var(--font-body)}h1,h2,.wordmark,.footer-brand strong{font-family:var(--font-display)}.canvas-root{z-index:0;pointer-events:none;position:fixed;inset:0}.canvas-root canvas{width:100%!important;height:100%!important}.grain{z-index:1;pointer-events:none;opacity:.045;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.vignette{z-index:1;pointer-events:none;background:radial-gradient(#0000 40%,#080504b8 100%);position:fixed;inset:0}.site{z-index:2;position:relative}.nav{z-index:20;mix-blend-mode:difference;justify-content:space-between;align-items:center;padding:1.1rem clamp(1.2rem,4vw,2.4rem);display:flex;position:fixed;top:0;left:0;right:0}.nav-brand{align-items:center;text-decoration:none;display:inline-flex}.nav-brand img{object-fit:cover;border-radius:12px;width:40px;height:40px}.nav-links{align-items:center;gap:1.4rem;display:flex}.nav-links a{letter-spacing:.02em;text-transform:none;opacity:.78;font-size:1.15rem;font-weight:600;text-decoration:none;transition:opacity .25s}.nav-links a:hover{opacity:1}.nav-cta{letter-spacing:.02em;border:1px solid #f7f0e859;border-radius:999px;justify-content:center;align-items:center;padding:.55rem 1.1rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.nav-cta:hover{background:var(--foam);color:var(--espresso)}.progress-rail{z-index:20;flex-direction:column;align-items:center;gap:.55rem;display:flex;position:fixed;top:50%;right:clamp(.8rem,2vw,1.4rem);transform:translateY(-50%)}.progress-dot{background:0 0;border:1px solid #f7f0e873;border-radius:50%;width:7px;height:7px;transition:transform .35s,background .35s,border-color .35s}.progress-dot.active{background:var(--blush);border-color:var(--blush);transform:scale(1.35)}.scroll-hint{z-index:20;opacity:.8;pointer-events:none;flex-direction:column;align-items:center;gap:.55rem;transition:opacity .4s;display:flex;position:fixed;bottom:1.6rem;left:50%;transform:translate(-50%)}.scroll-hint.hidden{opacity:0}.scroll-hint span{letter-spacing:.06em;text-transform:none;color:var(--muted);font-size:1rem}.scroll-hint .mouse{border:1px solid #f7f0e866;border-radius:10px;width:18px;height:28px;position:relative}.scroll-hint .mouse:after{content:"";background:var(--blush);border-radius:2px;width:3px;height:6px;animation:1.6s ease-in-out infinite drip;position:absolute;top:5px;left:50%;transform:translate(-50%)}@keyframes drip{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(10px)}}.chapters{position:relative}.chapter{align-items:center;min-height:100dvh;padding:clamp(5rem,12vh,8rem) clamp(1.4rem,6vw,5rem);display:flex;position:relative}.chapter-inner{opacity:0;will-change:opacity, transform;flex-direction:column;gap:1.1rem;width:min(560px,100%);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);display:flex;overflow:visible;transform:translateY(36px)}.chapter.is-active .chapter-inner{opacity:1;transform:translateY(0)}.chapter:nth-child(2n){justify-content:flex-end}.chapter:nth-child(2n) .chapter-inner{text-align:right;align-items:flex-end;margin-left:auto}.chapter-index{letter-spacing:.04em;text-transform:none;color:var(--blush);font-size:1.15rem;font-weight:600}.chapter h2{font-family:var(--font-display);letter-spacing:.01em;max-width:16ch;padding-block:.18em;font-size:clamp(2.8rem,7vw,4.8rem);font-weight:400;line-height:1.4;overflow:visible}.chapter p{font-family:var(--font-body);color:var(--muted);max-width:36ch;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:500;line-height:1.55}.hero-brand{flex-direction:column;gap:.45rem;display:flex;overflow:visible}.hero-brand .wordmark{font-family:var(--font-display);letter-spacing:.02em;background:linear-gradient(120deg, #fff8f0 8%, var(--foam) 40%, var(--blush) 92%);color:#0000;-webkit-text-fill-color:transparent;filter:drop-shadow(0 12px 40px #efc9c040);-webkit-background-clip:text;background-clip:text;margin-block:-.08em;padding-block:.2em .28em;font-size:clamp(4.2rem,12vw,8.5rem);font-weight:400;line-height:1.45;overflow:visible}.hero-brand .tagline{font-family:var(--font-body);color:var(--foam);letter-spacing:.01em;max-width:24ch;padding-top:.15rem;font-size:clamp(1.35rem,2.6vw,1.75rem);font-weight:600;line-height:1.45}.hero-brand .hero-support{font-family:var(--font-body);color:var(--muted);max-width:34ch;font-size:clamp(1.1rem,1.8vw,1.3rem);font-weight:500;line-height:1.5}.cta-row{flex-wrap:wrap;gap:.8rem;margin-top:.5rem;display:flex}.btn{font-family:var(--font-body);letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.4rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:transform .25s,background .25s,border-color .25s,color .25s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg, var(--foam), var(--blush));color:var(--espresso);border:none}.btn-ghost{border:1px solid var(--line);color:var(--foam);background:0 0}.btn-ghost:hover{background:#efc9c014;border-color:#efc9c0b3}.feature-list{flex-direction:column;gap:.65rem;margin-top:.4rem;list-style:none;display:flex}.feature-list li{font-family:var(--font-body);color:#f7f0e8c7;align-items:center;gap:.7rem;font-size:1.2rem;font-weight:500;display:flex}.chapter:nth-child(2n) .feature-list li{flex-direction:row-reverse}.feature-list li:before{content:"";background:var(--blush);border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 12px #efc9c0b3}.footer{z-index:2;background:linear-gradient(#0000,#0805048c);border-top:1px solid #efc9c01f;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;padding:3rem clamp(1.4rem,6vw,5rem) 4.5rem;display:flex;position:relative}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-brand img{border-radius:12px;width:40px;height:40px}.footer-brand strong{font-family:var(--font-display);letter-spacing:.02em;font-size:1.85rem;font-weight:400;line-height:1.1;display:block}.footer-brand span{font-family:var(--font-body);color:var(--muted);font-size:1.05rem;font-weight:500}.footer-meta{font-family:var(--font-body);color:var(--muted);text-align:right;flex-direction:column;align-self:flex-end;gap:.35rem;font-size:1.05rem;font-weight:500;display:flex}.footer-credits{opacity:.75;max-width:36ch;font-size:.95rem}.footer-legal{flex-wrap:wrap;justify-content:flex-end;gap:.55rem .9rem;margin-bottom:.35rem;display:flex}.footer-legal a{opacity:.85;font-size:.95rem;text-decoration:none}.footer-legal a:hover{opacity:1;text-decoration:underline}.legal-shell,.legal-shell :not(svg):not(path){font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-style:normal!important}.legal-shell{color:#f3ebe4;letter-spacing:normal;-webkit-font-smoothing:antialiased;background:#0f0d0c;min-height:100vh;font-size:16px;font-weight:400;line-height:1.6}.legal-shell a{color:#efc9c0;font-style:normal!important}.legal-top{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#0f0d0ceb;border-bottom:1px solid #efc9c02e;justify-content:space-between;align-items:center;padding:1rem clamp(1.2rem,4vw,2.5rem);display:flex;position:sticky;top:0}.legal-logo img{border-radius:12px;width:40px;height:40px}.legal-top-nav{gap:1.2rem;font-size:.95rem;font-weight:600;display:flex}.legal-top-nav a{text-decoration:none}.legal-layout{grid-template-columns:minmax(200px,260px) minmax(0,1fr);gap:2rem;width:min(1100px,100%);margin:0 auto;padding:2rem clamp(1.2rem,4vw,2.5rem) 3rem;display:grid}.legal-side-label{letter-spacing:.08em;text-transform:uppercase;color:#f3ebe48c;margin-bottom:.8rem;font-size:.75rem;font-weight:600}.legal-side ul{flex-direction:column;gap:.45rem;list-style:none;display:flex}.legal-side a{color:#f3ebe4c7;font-size:.92rem;font-weight:600;text-decoration:none}.legal-side a:hover{color:#fff}.legal-doc h1{color:#fff;margin:.35rem 0 .85rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;line-height:1.3}.legal-doc h2{color:#efc9c0;margin:1.75rem 0 .65rem;font-size:1.15rem;font-weight:700}.legal-kicker{letter-spacing:.06em;text-transform:uppercase;color:#f3ebe48c;font-size:.8rem;font-weight:600}.legal-lead{color:#f3ebe4d1;max-width:68ch;font-size:1rem;font-weight:400;line-height:1.65}.legal-meta{color:#f3ebe48c;margin-top:.85rem;font-size:.9rem;font-weight:400}.legal-section p{color:#f3ebe4e0;max-width:72ch;margin:.55rem 0;font-size:.98rem;font-weight:400;line-height:1.7}.legal-section ul{max-width:72ch;margin:.5rem 0 .5rem 1.2rem}.legal-section li{color:#f3ebe4e0;margin:.4rem 0;font-size:.96rem;font-weight:400;line-height:1.65}.legal-card-list{gap:.75rem;margin-top:1.5rem;list-style:none;display:grid}.legal-card-list a{background:#ffffff05;border:1px solid #efc9c033;border-radius:14px;flex-direction:column;gap:.25rem;padding:1rem 1.1rem;text-decoration:none;display:flex}.legal-card-list strong{color:#fff;font-size:1.02rem;font-weight:700}.legal-card-list span{color:#f3ebe49e;font-size:.92rem;font-weight:400}.legal-back{margin-top:2.5rem;font-weight:600}.legal-side a.legal-nav-active{color:#fff}.help-quick-links{flex-wrap:wrap;gap:.55rem 1.1rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.help-quick-links a{font-weight:600;text-decoration:none}.help-quick-links a:hover{text-decoration:underline}.help-topic-list li{pointer-events:none}.help-form{gap:1rem;max-width:36rem;margin:1.5rem 0 2rem;display:grid}.help-form label{gap:.4rem;display:grid}.help-form label>span{color:#f3ebe4bf;font-size:.88rem;font-weight:600}.help-form input[type=text],.help-form input[type=email],.help-form select,.help-form textarea{box-sizing:border-box;color:#f3ebe4;width:100%;font:inherit;background:#ffffff0a;border:1px solid #efc9c047;border-radius:10px;padding:.7rem .85rem;font-size:.98rem}.help-form textarea{resize:vertical;min-height:7rem}.help-form input:focus,.help-form select:focus,.help-form textarea:focus{outline-offset:1px;outline:2px solid #efc9c073}.help-check{align-items:flex-start;gap:.65rem;grid-template-columns:none!important;display:flex!important}.help-check input{flex-shrink:0;margin-top:.25rem}.help-check span{line-height:1.5;color:#f3ebe4d9!important;font-size:.92rem!important;font-weight:400!important}.help-submit{color:#1a1210;font:inherit;cursor:pointer;background:#efc9c0;border:none;border-radius:999px;justify-self:start;margin-top:.25rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700}.help-submit:hover{filter:brightness(1.05)}.help-submit-danger{background:#e8a090}.help-form-status{color:#f3ebe4cc;margin:0;font-size:.92rem}.help-form-error{color:#ffb4a8}.legal-foot{color:#f3ebe480;border-top:1px solid #efc9c024;max-width:1100px;margin:0 auto;padding:1.4rem clamp(1.2rem,4vw,2.5rem) 2.2rem;font-size:.88rem;font-weight:400;line-height:1.55}@media (width<=860px){.legal-layout{grid-template-columns:1fr}.legal-side{border-bottom:1px solid #efc9c024;padding-bottom:1rem}.legal-side ul{flex-flow:wrap;gap:.55rem .9rem}}@media (width<=720px){.nav-links a:not(.nav-cta){display:none}.chapter,.chapter:nth-child(2n){justify-content:flex-end;align-items:flex-end;padding-bottom:18vh}.chapter:nth-child(2n) .chapter-inner,.chapter-inner{text-align:left;align-items:flex-start;margin-left:0}.chapter:nth-child(2n) .feature-list li{flex-direction:row}.progress-rail{display:none}.footer-meta{text-align:left;align-self:flex-start}.footer-legal{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.chapter-inner{opacity:1!important;transition:none!important;transform:none!important}.scroll-hint .mouse:after{animation:none}}
