@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Teko:wght@500;600;700&family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&display=swap";:root{--color-bg-primary:#001f27;--color-bg-surface:#002b38;--color-bg-raised:#003747;--color-bg-elevated:#064f66;--color-border:#0a4455;--color-border-subtle:#052f3c;--color-orange:#cf5c27;--color-orange-dim:#cf5c2726;--color-cerise:#c0396b;--color-cerise-dim:#c0396b26;--color-success:#5db87a;--color-text-primary:#f2ede6;--color-text-secondary:#a8c5cc;--color-text-muted:#6fa3ae;--font-display:"Teko", "Arial Narrow", Arial, sans-serif;--font-body:"Chakra Petch", system-ui, -apple-system, sans-serif;--font-serif:"Fraunces", Georgia, "Times New Roman", serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--max-content:1080px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;font-weight:500;line-height:1.6}h1,h2,h3{font-family:var(--font-serif);color:var(--color-text-primary);margin:0 0 .5em;font-weight:600;line-height:1.15}h1{letter-spacing:-.01em;font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.5rem,3.5vw,2.1rem)}h3{font-size:1.25rem}p{color:var(--color-text-secondary);margin:0 0 1rem}a{color:var(--color-orange);text-decoration:none}a:hover{text-decoration:underline}.container{width:100%;max-width:var(--max-content);margin:0 auto;padding:0 1.25rem}.eyebrow{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--color-orange);font-size:1.15rem;font-weight:600}.card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem}.scroll-x{-webkit-overflow-scrolling:touch;overflow-x:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{border-radius:var(--radius-md);cursor:pointer;font-size:1.05rem;font-weight:500;font-family:var(--font-body);border:1px solid #0000;padding:.75rem 1.6rem;display:inline-block}.btn--primary{background:var(--color-orange);color:#fff}.btn--primary:hover{background:#b94e1f;text-decoration:none}.btn--ghost{border-color:var(--color-border);color:var(--color-text-primary);background:0 0}.btn--ghost:hover{border-color:var(--color-orange);color:var(--color-orange);text-decoration:none}.btn--glow{box-shadow:0 6px 28px #cf5c2780}.btn--glow:hover{box-shadow:0 8px 36px #cf5c279e}.btn--upper{text-transform:uppercase;letter-spacing:.03em;font-weight:600}.section{border-top:1px solid var(--color-border-subtle);padding:3.75rem 0}.section__head{max-width:60ch;margin-bottom:2rem}.section__head p{font-size:1.05rem}.hero{background:radial-gradient(1000px 500px at 25% -10%,#cf5c2729,#0000 60%),radial-gradient(800px 500px at 90% 0,#c0396b1f,#0000 55%);padding:5rem 0 4rem}.hero__sub{max-width:52ch;margin-bottom:2rem;font-size:1.2rem}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.feature h3{color:var(--color-orange);margin-bottom:.4rem}.feature p{margin:0}.faq{flex-direction:column;gap:.5rem;max-width:72ch;display:flex}.faq__item{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.25rem 1.25rem}.faq__item summary{cursor:pointer;font-family:var(--font-serif);color:var(--color-text-primary);padding:.9rem 0;font-size:1.1rem;font-weight:600;list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";float:right;color:var(--color-orange);font-family:var(--font-display)}.faq__item[open] summary:after{content:"–"}.faq__item p{margin:0 0 1rem}.cta{text-align:center}.cta p{max-width:48ch;margin:0 auto 1.5rem}.sect-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.01em;white-space:nowrap;font-size:clamp(1.75rem,4.5vw,2.9rem);font-weight:600;line-height:.95}.court{z-index:0;opacity:.75;width:100%;height:100%;position:absolute;inset:0}.court .ct-line{stroke:#6fa3ae3d;stroke-width:2.5px}.court .ct-arc{stroke:#78cde26b;stroke-width:3px}.works{position:relative;overflow:hidden}.court--works{opacity:.28}.works .container{z-index:1;max-width:1220px;position:relative}.feature-grid--works{grid-template-columns:repeat(2,1fr);gap:1.25rem}.feature-grid--works .feature{padding:1.75rem;transition:border-color .18s,transform .18s}.feature-grid--works .feature:hover{border-color:var(--color-orange);transform:translateY(-2px)}.feature__icon{background:var(--color-bg-raised);width:44px;height:44px;color:var(--color-orange);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.feature-grid--works .feature h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.35rem;font-weight:600}@media (width<=640px){.feature-grid--works{grid-template-columns:1fr}}.faq--open{gap:0;max-width:940px}.faq--open .faq__row{border-bottom:1px solid var(--color-border-subtle);padding:1.75rem 0}.faq--open .faq__row:last-child{border-bottom:0}.faq--open .faq__q{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--color-text-primary);margin:0 0 .6rem;font-size:1.3rem;font-weight:600}.faq--open .faq__a{max-width:82ch;color:var(--color-text-secondary);margin:0;font-size:1.05rem;font-weight:500;line-height:1.6}.waitlist{text-align:center;clip-path:polygon(0 14%,100% 0,100% 86%,0 100%);background:linear-gradient(135deg,#d1571f 0%,#b6461a 100%);border-top:0;margin-top:-1px;padding:clamp(4.75rem,8vw,6.5rem) 0 clamp(3.25rem,6vw,4.75rem);position:relative;overflow:hidden}.waitlist .container{z-index:1;position:relative}.waitlist__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.01em;color:#fff;white-space:nowrap;margin:0 auto 1rem;font-size:clamp(2rem,5.2vw,3.75rem);font-weight:600;line-height:.95}.waitlist__sub{color:#ffffffeb;max-width:52ch;margin:0 auto 2rem;font-size:1.08rem}.waitlist__sub a{color:#fff;text-underline-offset:2px;text-decoration:underline}.waitlist .btn--primary{background:var(--color-bg-primary);color:#fff}.waitlist .btn--primary:hover{background:#001217}.waitlist .subscribe{margin:0 auto}.waitlist .subscribe .subscribe__row{justify-content:center}.waitlist .subscribe .subscribe__input{color:#fff;background:#001f2759;border-color:#fff6}.waitlist .subscribe .subscribe__input::placeholder{color:#ffffffb3}.waitlist .subscribe .subscribe__input:focus{border-color:#fff}.waitlist .subscribe .subscribe__btn.btn--primary{background:var(--color-bg-primary);color:#fff}.waitlist .subscribe .subscribe__btn.btn--primary:hover{background:#001217}.waitlist .subscribe .subscribe__msg--ok{color:#fff;font-weight:600}@media (width<=560px){.waitlist__title{white-space:normal}}.home-hero{background:var(--color-bg-primary);align-items:center;min-height:calc(100svh - 64px);padding:4rem 0;display:flex;position:relative;overflow:hidden}.home-hero__scrim{z-index:0;background:linear-gradient(90deg,#001f27b8 0%,#001f2761 50%,#001f2700 100%);position:absolute;inset:0}.home-hero__inner{z-index:1;max-width:740px;margin-left:clamp(1.5rem,9vw,9rem);padding-right:1.5rem;position:relative}.pill{border:1px solid var(--color-success);color:var(--color-success);font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;background:#5db87a21;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.28rem .9rem;font-size:.9rem;font-weight:600;display:inline-flex}.pill__dot{background:var(--color-success);border-radius:50%;width:8px;height:8px}.pill--orange{border-color:var(--color-orange);background:var(--color-orange-dim);color:var(--color-orange)}.pill--orange .pill__dot{background:var(--color-orange)}.home-hero__title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.01em;margin:0 0 1.5rem;line-height:.92}.home-hero__title-1,.home-hero__title-2{white-space:nowrap;font-size:clamp(3rem,8.5vw,5.75rem);font-weight:600;display:block}.home-hero__title-1{color:var(--color-text-primary)}.home-hero__title-2{color:var(--color-orange)}.home-hero .hero__sub{max-width:46ch;margin-bottom:.75rem}.home-hero__beta{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.2rem}.site-header[data-astro-cid-z4jru4n3]{z-index:10;backdrop-filter:saturate(140%)blur(10px);border-bottom:1px solid var(--color-border-subtle);background:#001f27d9;position:sticky;top:0}.site-header__inner[data-astro-cid-z4jru4n3]{justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 clamp(1.1rem,4vw,2.75rem);display:flex}.brand[data-astro-cid-z4jru4n3]{font-family:var(--font-display);letter-spacing:.02em;color:var(--color-text-primary);text-transform:uppercase;align-items:center;gap:.55rem;font-size:1.7rem;font-weight:700;display:inline-flex}.brand__logo[data-astro-cid-z4jru4n3]{border-radius:7px;width:32px;height:32px;display:block}.brand[data-astro-cid-z4jru4n3]:hover{color:var(--color-orange);text-decoration:none}.brand--sm[data-astro-cid-z4jru4n3]{font-size:1.4rem}.site-nav[data-astro-cid-z4jru4n3]{align-items:center;gap:1.4rem;display:flex}.site-nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:600}.site-nav[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{color:var(--color-text-primary);text-decoration:none}.nav-group[data-astro-cid-z4jru4n3]{position:relative}.nav-group__parent[data-astro-cid-z4jru4n3]:after{content:"▾";color:var(--color-text-muted);margin-left:.35rem;font-size:1.1em}.nav-group__menu[data-astro-cid-z4jru4n3]{background:var(--color-bg-raised);border:1px solid var(--color-border);border-radius:var(--radius-md);opacity:0;visibility:hidden;z-index:20;min-width:210px;padding:.35rem;transition:opacity .12s,transform .12s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(4px);box-shadow:0 10px 30px #00000059}.nav-group__menu[data-astro-cid-z4jru4n3]:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.nav-group[data-astro-cid-z4jru4n3]:hover .nav-group__menu[data-astro-cid-z4jru4n3],.nav-group[data-astro-cid-z4jru4n3]:focus-within .nav-group__menu[data-astro-cid-z4jru4n3]{opacity:1;visibility:visible;transform:translateY(0)}.nav-group__menu[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{border-radius:var(--radius-sm);white-space:nowrap;padding:.5rem .65rem;display:block}.nav-group__menu[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{background:var(--color-bg-elevated);color:var(--color-text-primary)}.nav-cta[data-astro-cid-z4jru4n3]{background:var(--color-orange);border-radius:var(--radius-md);padding:.5rem 1rem;font-weight:500;color:#fff!important}.nav-cta[data-astro-cid-z4jru4n3]:hover{background:#b94e1f}.nav-apple[data-astro-cid-z4jru4n3]{border:1px solid var(--color-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-primary);justify-content:center;align-items:center;display:inline-flex}.nav-apple[data-astro-cid-z4jru4n3] svg[data-astro-cid-z4jru4n3]{fill:currentColor;width:18px;height:18px;margin-top:-1px}.nav-apple[data-astro-cid-z4jru4n3]:hover{border-color:var(--color-orange);color:var(--color-orange);text-decoration:none}.nav-toggle[data-astro-cid-z4jru4n3]{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.site-footer[data-astro-cid-z4jru4n3]{border-top:1px solid var(--color-border-subtle);background:var(--color-bg-surface);padding:3rem 0 2.5rem}.site-footer__cta[data-astro-cid-z4jru4n3]{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.site-footer__cta-h[data-astro-cid-z4jru4n3]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.02em;color:var(--color-text-primary);margin:0;font-size:1.6rem;font-weight:600}.site-footer__cta-sub[data-astro-cid-z4jru4n3]{color:var(--color-text-muted);margin:.15rem 0 0}.site-footer__cta[data-astro-cid-z4jru4n3] .btn[data-astro-cid-z4jru4n3]{text-transform:uppercase;letter-spacing:.04em;font-weight:600}.site-footer__grid[data-astro-cid-z4jru4n3]{grid-template-columns:2fr 1fr 1fr;gap:2rem;display:grid}.site-footer__tagline[data-astro-cid-z4jru4n3]{white-space:nowrap;color:var(--color-text-muted);margin:.75rem 0 0;font-size:.85rem}.site-footer__col[data-astro-cid-z4jru4n3]{flex-direction:column;gap:.55rem;display:flex}.site-footer__col-h[data-astro-cid-z4jru4n3]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0 0 .35rem;font-size:.95rem}.site-footer__col[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--color-text-secondary);font-size:.92rem}.site-footer__col[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{color:var(--color-text-primary);text-decoration:none}.site-footer__legal[data-astro-cid-z4jru4n3]{color:var(--color-text-muted);margin:2.5rem 0 0;font-size:.8rem}@media (width<=640px){.site-footer__grid[data-astro-cid-z4jru4n3]{grid-template-columns:1fr 1fr}.site-footer__brandcol[data-astro-cid-z4jru4n3]{grid-column:1/-1}}@media (width<=768px){.nav-toggle[data-astro-cid-z4jru4n3]{display:inline-flex}.site-nav[data-astro-cid-z4jru4n3]{background:var(--color-bg-primary);border-bottom:1px solid var(--color-border-subtle);flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1.25rem 1.1rem;display:none;position:absolute;top:64px;left:0;right:0;box-shadow:0 12px 30px #0006}.site-nav--open[data-astro-cid-z4jru4n3]{display:flex}.site-nav[data-astro-cid-z4jru4n3]>a[data-astro-cid-z4jru4n3],.nav-group__parent[data-astro-cid-z4jru4n3]{border-bottom:1px solid var(--color-border-subtle);padding:.8rem 0;font-size:1.05rem}.nav-group__parent[data-astro-cid-z4jru4n3]:after{display:none}.nav-group__menu[data-astro-cid-z4jru4n3]{opacity:1;visibility:visible;box-shadow:none;background:0 0;border:none;min-width:0;padding:0 0 0 1rem;position:static;transform:none}.nav-group__menu[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--color-text-muted);padding:.7rem 0}.nav-cta[data-astro-cid-z4jru4n3]{text-align:center;margin-top:.9rem}.nav-apple[data-astro-cid-z4jru4n3]{gap:.5rem;width:auto;margin-top:.6rem;padding:.55rem 1rem}.nav-apple[data-astro-cid-z4jru4n3]:after{content:"Get the iOS app";font-size:.95rem}}
