@font-face{font-family:JetBrains Mono;src:url(/_astro/JetBrainsMono-Regular.BQaDgvhP.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--accent: #14b8a6;--accent-foreground: #fcfcfc;--accent-hover: #0d9488;--accent-soft: rgba(20, 184, 166, .15);--accent-soft-foreground: #14b8a6;--focus: #14b8a6;--background: #fbfaf7;--surface: #ffffff;--surface-secondary: #fff4ec;--surface-tertiary: #fde7d2;--overlay: #ffffff;--canvas-top: #fbfaf7;--canvas-bottom: #fde7d2;--celebrate: #fbbf24;--celebrate-soft: rgba(251, 191, 36, .3);--overlay-scrim: oklch(0% 0 0 / .7);--foreground: #18181b;--muted: #646469;--default: #eaebec;--border: #dddedf;--separator: #e4e4e5;--success: #15c964;--success-foreground: #18181b;--success-soft: rgba(21, 201, 100, .15);--warning: #f5a523;--warning-foreground: #18181b;--warning-soft: rgba(245, 165, 35, .15);--danger: #ff373c;--danger-foreground: #fcfcfc;--danger-soft: rgba(255, 55, 60, .15);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--text-xs: 12px;--text-xs-lh: 16px;--text-sm: 14px;--text-sm-lh: 20px;--text-base: 16px;--text-base-lh: 24px;--text-lg: 18px;--text-lg-lh: 28px;--text-xl: 20px;--text-xl-lh: 28px;--text-2xl: 24px;--text-2xl-lh: 32px;--text-3xl: 30px;--text-3xl-lh: 36px;--text-4xl: 36px;--text-4xl-lh: 40px;--text-5xl: 48px;--text-5xl-lh: 52px;--text-6xl: 60px;--text-6xl-lh: 64px;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--tracking-tight: -.015em;--tracking-normal: 0;--tracking-wide: .18em;--spacing: 4px;--radius: 8px;--field-radius: 12px;--radius-xl: 12px;--radius-2xl: 16px;--radius-3xl: 24px;--radius-full: 9999px;--surface-shadow: 0 1px 2px 0 rgba(24, 24, 27, .04), 0 1px 3px 0 rgba(24, 24, 27, .06);--overlay-shadow: 0 12px 32px -8px rgba(24, 24, 27, .18), 0 4px 10px -2px rgba(24, 24, 27, .08);--ease-snap: cubic-bezier(.2, .8, .2, 1);--duration-hover: .12s;--duration-card: .28s;--duration-celebrate: .6s}html,body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.h1{font-size:var(--text-5xl);line-height:var(--text-5xl-lh);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-tight);text-wrap:balance}.h2{font-size:var(--text-3xl);line-height:var(--text-3xl-lh);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-tight);text-wrap:balance}.h3{font-size:var(--text-xl);line-height:var(--text-xl-lh);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-tight)}.lede{font-size:var(--text-lg);line-height:var(--text-lg-lh);color:var(--muted);text-wrap:balance}.body{font-size:var(--text-base);line-height:var(--text-base-lh);color:var(--foreground)}.caption{font-size:var(--text-sm);line-height:var(--text-sm-lh);color:var(--muted)}.eyebrow{font-size:var(--text-xs);line-height:var(--text-xs-lh);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--accent)}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0}.container{max-width:1120px;margin:0 auto;padding:0 24px}.container--narrow{max-width:760px}.icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}.icon-inline{width:16px;height:16px;vertical-align:-3px;margin-right:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;font:inherit;font-weight:600;font-size:14px;border-radius:9999px;border:1px solid transparent;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .12s var(--ease-snap),color .12s var(--ease-snap),box-shadow .12s var(--ease-snap),border-color .12s var(--ease-snap),transform .12s var(--ease-snap)}.btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.btn:active{transform:scale(.98)}.btn--lg{height:48px;padding:0 24px;font-size:16px}.btn--sm{height:32px;padding:0 14px;font-size:13px}.btn--primary{background:var(--accent);color:var(--accent-foreground)}.btn--primary:hover{background:var(--accent-hover)}.btn--outline{background:transparent;color:var(--foreground);border-color:var(--border)}.btn--outline:hover{background:var(--default)}.cta-lift:hover{box-shadow:0 2px 6px -2px color-mix(in oklab,var(--accent) 45%,transparent),0 14px 28px -8px color-mix(in oklab,var(--accent) 60%,transparent)}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .2s var(--ease-snap),box-shadow .2s var(--ease-snap)}.site-header.is-scrolled{border-bottom-color:var(--separator);box-shadow:var(--surface-shadow)}.header-inner{display:flex;align-items:center;gap:28px;height:64px}.wordmark{display:inline-flex;align-items:center;font-size:19px;font-weight:600;letter-spacing:-.015em;color:var(--foreground);text-decoration:none}.wordmark .dot{color:var(--accent)}.wordmark-mark{display:block;width:22px;height:22px;margin-right:8px}.footer-base .wordmark-mark{width:20px;height:20px}.header-links{display:flex;gap:4px}.header-links a{color:var(--foreground);text-decoration:none;font-size:14px;font-weight:500;padding:8px 12px;border-radius:9999px;transition:background .12s var(--ease-snap)}.header-links a:hover{background:var(--default)}.header-right{margin-left:auto;display:flex;align-items:center;gap:12px}.join-form{display:flex;align-items:center;gap:8px;height:36px;padding:0 4px 0 14px;border:1px solid var(--border);border-radius:9999px;background:var(--surface);transition:border-color .12s var(--ease-snap),box-shadow .12s var(--ease-snap)}.join-form:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.join-label{font-size:12px;color:var(--muted);white-space:nowrap}.join-input{width:58px;border:none;outline:none;background:transparent;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--foreground);padding:0}.join-input::placeholder{color:color-mix(in srgb,var(--muted) 55%,transparent)}.join-go{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;border:none;cursor:pointer;background:var(--accent-soft);color:var(--accent);transition:background .12s var(--ease-snap),color .12s var(--ease-snap)}.join-go:hover{background:var(--accent);color:var(--accent-foreground)}.join-go .icon{width:14px;height:14px}.nav-disclosure{display:none;position:relative}.nav-disclosure summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px}.nav-disclosure summary::-webkit-details-marker{display:none}.nav-disclosure summary:hover{background:var(--default)}.nav-burger{position:relative;width:18px;height:2px;background:var(--foreground);border-radius:2px}.nav-burger:before,.nav-burger:after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--foreground);border-radius:2px}.nav-burger:before{top:-6px}.nav-burger:after{top:6px}.nav-sheet{position:absolute;right:0;top:48px;z-index:60;display:flex;flex-direction:column;gap:2px;min-width:180px;padding:8px;background:var(--overlay);border-radius:16px;box-shadow:var(--overlay-shadow)}.nav-sheet a{color:var(--foreground);text-decoration:none;font-size:15px;font-weight:500;padding:10px 14px;border-radius:10px}.nav-sheet a:hover{background:var(--default)}.band{position:relative;padding:96px 0;overflow:clip}.band--surface{background:var(--surface)}.band--peach{background:var(--surface-secondary)}.band--cream{background:var(--background)}.section-head{max-width:680px;margin-bottom:48px}.section-head--center{text-align:center;margin-left:auto;margin-right:auto}.section-head--center .lede{text-wrap:balance}.section-head .h2{margin:10px 0 12px}.section-head .lede,.eyebrow{margin:0}html.js-on .reveal{opacity:0;transform:translateY(14px);transition:opacity .6s var(--ease-snap),transform .6s var(--ease-snap);transition-delay:calc(var(--reveal-i, 0) * 90ms)}html.js-on .reveal.in-view{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}html[data-motion=off] .reveal{opacity:1;transform:none;transition:none}@media print{.reveal{opacity:1!important;transform:none!important;transition:none!important}}main{background:var(--surface);display:flow-root}.hero{background:linear-gradient(180deg,var(--canvas-top) 0%,var(--hero-bottom, var(--canvas-bottom)) 100%);padding:88px 0 96px;margin:12px clamp(12px,2.5vw,28px) 0;border-radius:32px;border:1px solid var(--separator)}html[data-warmth=cream] .hero{--hero-bottom: #f6efe2}.hero-glow{position:absolute;border-radius:9999px;filter:blur(72px);pointer-events:none}.hero-glow--accent{width:480px;height:480px;left:-160px;top:-120px;background:color-mix(in srgb,var(--accent) 10%,transparent)}.hero-glow--celebrate{width:420px;height:420px;right:-120px;bottom:-160px;background:color-mix(in srgb,var(--celebrate) 15%,transparent)}.hero-grid{position:relative}.hero-copy{max-width:min(560px,50%)}.hero-h1{margin:0 0 16px;font-size:clamp(36px,4.6vw,56px);line-height:1.06;font-weight:700;letter-spacing:-.02em;text-wrap:balance}.accent-end{color:var(--accent)}.hero-lede{font-size:18px;line-height:28px;color:var(--muted);margin:0 0 28px;max-width:52ch;text-wrap:pretty}.prompt-box{display:flex;align-items:center;gap:8px;padding:8px 8px 8px 20px;background:var(--surface);border:1px solid var(--border);border-radius:9999px;box-shadow:var(--overlay-shadow);transition:border-color .12s var(--ease-snap),box-shadow .2s var(--ease-snap)}.prompt-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft),var(--overlay-shadow)}.prompt-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font:inherit;font-size:17px;color:var(--foreground)}.prompt-input::placeholder{color:color-mix(in srgb,var(--muted) 80%,transparent)}.prompt-submit{flex:none}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.chip{display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:9999px;background:color-mix(in srgb,var(--surface) 72%,transparent);border:1px solid var(--border);color:var(--foreground);font-size:13px;font-weight:500;text-decoration:none;transition:background .12s var(--ease-snap),border-color .12s var(--ease-snap),transform .12s var(--ease-snap)}.chip:hover{background:var(--surface);border-color:var(--accent);color:var(--accent-hover);transform:translateY(-1px)}html[data-chips=live] .chip[data-soon=true]{display:none}.trust-line{margin:20px 0 0;font-size:13px;color:var(--muted)}.see-how{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:14px;font-weight:600;color:var(--accent);text-decoration:none}.see-how:hover{color:var(--accent-hover)}.see-how .icon{width:15px;height:15px;transition:transform .2s var(--ease-snap)}.see-how:hover .icon{transform:translateY(2px)}.hero-collage{position:absolute;top:-64px;right:16px;bottom:-64px;width:min(46%,580px);display:flex;gap:20px;align-items:flex-start}.collage-col{flex:1;display:flex;flex-direction:column;gap:20px;min-width:0}.collage-col--inner{margin-top:36px}.hero-collage figure{margin:0}.hero-collage .image-slot{width:100%;aspect-ratio:1 / 1;display:grid;border-radius:24px;box-shadow:var(--overlay-shadow)}.collage-img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:24px;box-shadow:var(--overlay-shadow);background:color-mix(in srgb,var(--default) 55%,var(--surface))}.image-slot{background:color-mix(in srgb,var(--default) 55%,var(--surface));height:auto;display:grid;place-items:center;overflow:hidden;padding:14px}.image-slot__label{font-size:12px;line-height:1.4;font-weight:500;color:var(--muted);text-align:center;max-width:92%;text-wrap:balance}figure{margin:0}figcaption.caption,.caption{font-size:13px;line-height:18px;color:var(--muted)}figure>.caption{margin-top:10px}.shot{display:block;height:auto;background:var(--surface)}.shot--phone{width:100%;max-width:300px;border-radius:24px;box-shadow:var(--overlay-shadow)}.shot--phone-sm{width:100%;max-width:240px;border-radius:24px;box-shadow:var(--overlay-shadow)}.shot--desktop{width:100%;border-radius:16px;box-shadow:var(--overlay-shadow)}.shot--step{width:auto;height:var(--step-media-h);max-width:100%;align-self:flex-start;margin-top:auto;border-radius:18px;box-shadow:var(--surface-shadow)}.shot--mode{width:auto;height:300px;max-width:100%;margin:auto auto 0;border-radius:16px;box-shadow:var(--surface-shadow)}.contrast{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:28px;align-items:center;max-width:880px;margin:0 auto}.contrast-col{display:flex;flex-direction:column;gap:10px;align-items:center}.contrast-vs{width:60px;height:60px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--accent);border:2px solid var(--accent);box-shadow:var(--surface-shadow);font-size:17px;font-weight:700;letter-spacing:.02em}.slot-phone{width:100%;max-width:300px;aspect-ratio:9 / 16.5;display:grid;box-shadow:var(--overlay-shadow);border-radius:24px}.slot-phone--tall{aspect-ratio:9 / 19.5}.strawman{width:100%;max-width:300px;aspect-ratio:670 / 1458;display:flex;flex-direction:column;gap:14px;padding:26px 22px;background:#f4f4f4;border:1px solid #dcdcdc;border-radius:8px;color:#555;font-family:Georgia,Times New Roman,serif}.strawman-q{margin:0;font-size:16px;font-weight:700;color:#333}.strawman-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;font-size:15px}.strawman-list li{display:flex;align-items:center;gap:10px}.strawman-radio{width:16px;height:16px;border:1.5px solid #999;border-radius:50%;flex:none;background:#fff}.strawman-btn{margin-top:auto;align-self:flex-start;padding:7px 18px;background:#e8e8e8;border:1px solid #bbb;border-radius:4px;font-size:14px;color:#444}.field-list{list-style:none;margin:56px auto 0;padding:0;max-width:880px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.field-list li{display:flex;flex-direction:column;gap:10px;padding:18px;background:var(--background);border-radius:16px;font-size:14px;line-height:20px;font-weight:500}.field-list .icon{color:var(--accent);width:20px;height:20px}.field-note{max-width:880px;margin:14px auto 0}.detail-shot{max-width:880px;margin:56px auto 0}.detail-shot .image-slot{width:100%;aspect-ratio:16 / 9;display:grid;box-shadow:var(--overlay-shadow);border-radius:16px}.swipe-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:center}.swipe-demo{justify-self:center}.mechanic-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 0}.mechanic{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 16px;border-radius:9999px;font-size:14px;font-weight:600}.mechanic--yes{background:var(--success-soft);color:#0d8a47}.mechanic--no{background:var(--danger-soft);color:var(--danger)}.mechanic .icon{width:16px;height:16px;stroke-width:2.5}.undo-note{margin:18px 0 0;color:var(--muted)}.swipe-demo{display:flex;flex-direction:column;align-items:center;gap:14px}.sd-question{margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em}.sd-stage{position:relative;width:230px;height:300px}.sd-card{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:0 8px 28px -10px #18181b33,0 2px 6px -2px #18181b0f;transition:transform .7s var(--ease-snap),opacity .5s var(--ease-snap)}.sd-card.pos-front{z-index:3}.sd-card.pos-back-r{z-index:2;transform:translate(10px,6px) rotate(5deg)}.sd-card.pos-back-l{z-index:1;transform:translate(-10px,6px) rotate(-5deg);opacity:.92}.sd-card.no-trans{transition:none}.sd-card.is-right{transform:translate(110px) rotate(8deg)}.sd-card.is-left{transform:translate(-110px) rotate(-8deg)}.sd-card.is-exit-right{transform:translate(420px) rotate(20deg);opacity:0}.sd-card.is-exit-left{transform:translate(-420px) rotate(-20deg);opacity:0}.sd-emoji{font-size:72px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.sd-title{font-size:19px;font-weight:600;letter-spacing:-.015em}.sd-badge{position:absolute;top:18px;padding:3px 10px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:.06em;border:2.5px solid currentColor;background:var(--surface);opacity:0;transition:opacity .2s var(--ease-snap)}.sd-badge--yes{left:18px;transform:rotate(-14deg);color:#0d8a47}.sd-badge--no{right:18px;transform:rotate(14deg);color:var(--danger)}.sd-card.is-right .sd-badge--yes,.sd-card.is-exit-right .sd-badge--yes,.sd-card.is-left .sd-badge--no,.sd-card.is-exit-left .sd-badge--no{opacity:1}.sd-actions{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:4px}.sd-act{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:9999px;background:var(--surface);box-shadow:var(--surface-shadow);transition:transform .28s var(--ease-snap),box-shadow .28s var(--ease-snap)}.sd-act .icon{width:24px;height:24px;stroke-width:2.5}.sd-act--no{color:var(--danger);background:var(--danger-soft)}.sd-act--yes{color:#0d8a47;background:var(--success-soft)}.sd-act--undo{width:44px;height:44px;color:var(--muted);background:var(--surface);border:1px solid var(--border)}.sd-act--undo .icon{width:19px;height:19px}.sd-act.is-active{transform:scale(1.12)}.sd-act--no.is-active{box-shadow:0 0 0 5px var(--danger-soft)}.sd-act--yes.is-active{box-shadow:0 0 0 5px var(--success-soft)}html[data-motion=off] .sd-card,html[data-motion=off] .sd-act{transition:none}@media(prefers-reduced-motion:reduce){.sd-card,.sd-act{transition:none!important}}.smart-grid{display:grid;grid-template-columns:minmax(0,9fr) minmax(0,11fr);gap:64px;align-items:start}.smart-copy .h2{margin:10px 0 12px}.smart-copy .lede{margin:0 0 32px}.smart-shot{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.smart-shot .slot-phone{max-width:230px}.smart-tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tile{position:relative;display:flex;flex-direction:column;gap:6px;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:16px;text-decoration:none;color:var(--foreground);transition:transform .2s var(--ease-snap),border-color .2s var(--ease-snap),box-shadow .2s var(--ease-snap)}.tile:hover{transform:translateY(-3px);border-color:var(--accent-soft-foreground);box-shadow:var(--surface-shadow)}.tile-emoji{font-size:30px;line-height:1}.tile-name{font-size:16px;font-weight:600;letter-spacing:-.01em;margin-top:4px}.tile-sub{font-size:12px;color:var(--muted)}.tile-badge{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;height:22px;padding:0 9px;border-radius:9999px;background:var(--default);color:var(--muted);font-size:11px;font-weight:600}.tile-badge--live{background:var(--accent-soft);color:var(--accent-hover)}.browse-all{grid-column:1 / -1;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:44px;border-radius:9999px;border:1px dashed var(--border);color:var(--accent-hover);font-size:14px;font-weight:600;text-decoration:none;transition:background .12s var(--ease-snap),border-color .12s var(--ease-snap)}.browse-all:hover{background:var(--accent-soft);border-color:var(--accent)}.browse-all .icon{width:15px;height:15px}.steps{--step-media-h: 520px;list-style:none;margin:0;padding:0;position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.steps:before{content:"";position:absolute;top:20px;left:8%;right:8%;height:1px;background:var(--border)}.step{position:relative;display:flex;flex-direction:column;gap:8px}.step-num{width:40px;height:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-foreground);font-size:16px;font-weight:600;position:relative;z-index:1;box-shadow:0 0 0 6px var(--background);margin-bottom:8px}.step .h3{margin:0}.step-body{margin:0 0 16px;color:var(--muted)}.slot-step{width:auto;height:360px;max-width:100%;aspect-ratio:4 / 5;display:grid;box-shadow:var(--surface-shadow);border-radius:18px;margin-top:auto}.race-panel{width:100%;max-width:300px;height:var(--step-media-h, 360px);margin-top:auto;background:var(--surface);border-radius:18px;box-shadow:var(--surface-shadow);padding:18px;display:flex;flex-direction:column;gap:12px}.race-top{display:flex;align-items:center;justify-content:space-between}.live-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--accent)}.live-pill .dot{width:6px;height:6px;border-radius:9999px;background:var(--celebrate);animation:pulse 2.4s var(--ease-snap) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media(prefers-reduced-motion:reduce){.live-pill .dot{animation:none}}html[data-motion=off] .live-pill .dot{animation:none}.race-tally{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}.race-headline{margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em}.race-rows{list-style:none;margin:0;padding:0;flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.race-row{display:grid;grid-template-columns:24px minmax(0,86px) 1fr 22px;align-items:center;gap:8px;border-radius:10px;transition:background .4s var(--ease-snap)}.race-row.is-flash{background:var(--celebrate-soft)}.race-emoji{font-size:16px}.race-name{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.race-bar{height:8px;border-radius:9999px;background:var(--default);overflow:hidden}.race-fill{display:block;height:100%;width:10%;border-radius:9999px;background:var(--accent);transition:width .6s var(--ease-snap)}.race-row.is-leader .race-fill{background:var(--accent)}.race-row:not(.is-leader) .race-fill{background:color-mix(in srgb,var(--accent) 45%,var(--default))}.race-count{font-size:12px;color:var(--muted);text-align:right;font-variant-numeric:tabular-nums}html[data-motion=off] .race-fill,html[data-motion=off] .race-row{transition:none}.modes{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mode-card{display:flex;flex-direction:column;gap:10px;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:16px;transition:transform .2s var(--ease-snap),border-color .2s var(--ease-snap),box-shadow .2s var(--ease-snap)}.mode-card:hover{transform:translateY(-3px);border-color:var(--accent-soft-foreground);box-shadow:var(--surface-shadow)}.mode-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent-hover)}.mode-icon .icon{width:22px;height:22px}.mode-card .h3{margin:4px 0 0}.mode-card .body{margin:0 0 16px;color:var(--muted)}.slot-mode{width:100%;aspect-ratio:4 / 3;display:grid;border-radius:16px;margin-top:auto}.why-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.why-card{grid-column:span 2;display:flex;flex-direction:column;gap:8px;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:16px;transition:transform .2s var(--ease-snap),border-color .2s var(--ease-snap)}.why-card:hover{transform:translateY(-3px);border-color:var(--accent-soft-foreground)}.why-card:nth-child(4),.why-card:nth-child(5){grid-column:span 3}.why-card--lead{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));background:linear-gradient(160deg,var(--surface) 55%,color-mix(in srgb,var(--accent) 6%,var(--surface)) 100%)}.why-icon{width:44px;height:44px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent-hover)}.why-icon .icon{width:21px;height:21px}.why-card .h3{margin:6px 0 0}.why-card .body{margin:0;color:var(--muted)}.soft-link{display:inline-flex;align-items:center;gap:6px;margin-top:32px;color:var(--accent-hover);font-size:15px;font-weight:600;text-decoration:none}.soft-link:hover{text-decoration:underline;text-underline-offset:4px}.soft-link .icon{width:16px;height:16px}.faq-list{display:flex;flex-direction:column;gap:10px}.faq{background:var(--background);border:1px solid var(--separator);border-radius:16px;padding:0 22px;transition:border-color .2s var(--ease-snap),background .2s var(--ease-snap)}.faq[open]{background:var(--surface);border-color:var(--border);box-shadow:var(--surface-shadow)}.faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;font-size:16px;font-weight:600;letter-spacing:-.01em}.faq summary::-webkit-details-marker{display:none}.faq-caret{width:16px;height:16px;color:var(--muted);transition:transform .2s var(--ease-snap)}.faq[open] .faq-caret{transform:rotate(180deg)}.faq .body{margin:0;padding:0 0 20px;color:var(--muted);max-width:60ch}.band--closing{background:linear-gradient(180deg,var(--surface) 0%,var(--hero-bottom, var(--canvas-bottom)) 100%);text-align:center}html[data-warmth=cream] .band--closing{--hero-bottom: #f6efe2}.closing{display:flex;flex-direction:column;align-items:center;gap:18px}.mission{margin:0;font-size:15px;line-height:24px;color:var(--muted);max-width:56ch;text-wrap:balance}.closing .h2{margin:6px 0 0}.closing-btn{min-width:220px}.closing .trust-line{margin:4px 0 0}.site-footer{background:var(--surface);border-top:1px solid var(--separator);padding:56px 0 40px}.footer-cols{display:grid;grid-template-columns:repeat(5,1fr);gap:32px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-head{margin:0 0 4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}.footer-col a{color:var(--foreground);text-decoration:none;font-size:14px}.footer-col a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.footer-base{margin-top:48px;padding-top:24px;border-top:1px solid var(--separator);display:flex;align-items:center;justify-content:space-between;gap:16px}.footer-lockup{display:inline-flex;align-items:center;gap:12px}.footer-copyright{margin:16px 0 0;font-size:12.5px;color:var(--muted)}@media(max-width:1023px){.band{padding:72px 0}.header-links,.join-form{display:none}.nav-disclosure{display:block}.hero{padding:48px 0 0;margin:8px 12px 0;border-radius:24px}.hero-copy{max-width:100%}.hero-collage{position:static;width:auto;margin:48px -36px -72px;gap:14px}.collage-col{gap:14px}.collage-col--inner{margin-top:28px}.hero-collage .image-slot,.collage-img{border-radius:18px}.swipe-grid{grid-template-columns:1fr}.swipe-copy{text-align:center}.swipe-copy .mechanic-row{justify-content:center}.smart-grid{grid-template-columns:1fr;gap:48px}.why-cards{grid-template-columns:1fr 1fr}.why-card,.why-card:nth-child(4),.why-card:nth-child(5){grid-column:span 1}.why-card--lead{grid-column:1 / -1}.footer-cols{grid-template-columns:repeat(3,1fr)}}@media(max-width:679px){.band{padding:56px 0}.container{padding:0 20px}.section-head{margin-bottom:32px}.hero-h1{font-size:clamp(32px,9vw,40px)}.hero-collage{max-width:380px;margin:36px auto -52px;gap:12px}.collage-col{gap:12px}.collage-col--inner{margin-top:24px}.mechanic-row{justify-content:center}.prompt-box{flex-direction:column;align-items:stretch;padding:10px;border-radius:24px;gap:10px}.prompt-input{padding:6px 10px}.prompt-submit{width:100%}.chip-row{margin-top:14px}.contrast{grid-template-columns:1fr;gap:18px}.contrast-vs{margin:0 auto}.field-list{grid-template-columns:1fr 1fr;margin-top:36px}.detail-shot{margin-top:36px}.detail-shot .image-slot{aspect-ratio:16 / 10}.swipe-grid{grid-template-columns:1fr;gap:40px}.smart-tiles{grid-template-columns:1fr 1fr;gap:10px}.smart-shot{align-items:center}.smart-shot .slot-phone{max-width:300px}.steps{grid-template-columns:1fr;gap:40px}.steps:before{display:none}.step{align-items:center}.step .h3,.step .step-body,.step .step-num{align-self:flex-start}.shot--step,.race-panel{max-width:320px;width:100%;height:auto;align-self:center}.modes,.why-cards{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr}.footer-base{flex-direction:column;align-items:flex-start;gap:8px}}
