.card-stack{--stack-card-w:280px;--stack-aspect:2.1636;--stack-card-h:calc(var(--stack-card-w) * var(--stack-aspect));width:calc(var(--stack-card-w) + 72px);height:calc(var(--stack-card-h) + 80px);border-radius:var(--radius-card);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;position:relative}.card-stack:focus-visible{outline:3px solid var(--green-500);outline-offset:8px}.card-stack__area{perspective:600px;z-index:10;position:absolute;inset:40px 36px}.card-stack__rotate{cursor:grab;touch-action:none;position:absolute;inset:0}.card-stack__rotate--tap{cursor:pointer;touch-action:auto}.card-stack__card{background:var(--surface);border:1px solid var(--hairline);width:100%;height:100%;box-shadow:var(--shadow-hero-card,0 18px 40px #00000024);overflow:hidden}.card-stack__card img{object-fit:cover;pointer-events:none;width:100%;height:100%}.card-stack__card--frameless{box-shadow:none;background:0 0;border:none;overflow:visible}.card-stack__card--frameless img{object-fit:contain}.card-stack__card--frameless img.is-loaded{filter:drop-shadow(0 24px 44px #00000047)}.card-stack__sticker-slot{z-index:60;pointer-events:none;position:absolute}.card-stack__extra{pointer-events:none;position:absolute}.card-stack__card-img{z-index:1;position:relative}.card-stack__extra--behind{z-index:0}.card-stack__extra--avatar img{width:84px;height:84px;box-shadow:var(--shadow-card-sm);object-fit:cover;border:3px solid #fff;border-radius:50%}.card-stack__squircle-frame.is-loaded{filter:drop-shadow(0 4px 10px #0003)}.card-stack__squircle-frame{clip-path:url(#nw-squircle);background:#fff;width:80px;height:80px;padding:3px;display:block}.card-stack__squircle-inner{clip-path:url(#nw-squircle);width:100%;height:100%;display:block}.card-stack__squircle-frame img{object-fit:cover;width:100%;height:100%}.card-stack__extra--emoji{background:var(--surface);border:1px solid var(--hairline);width:80px;height:80px;box-shadow:var(--shadow-pill);border-radius:50%;place-items:center;font-size:46px;line-height:1;display:grid}.card-stack__extra--polaroid img{filter:drop-shadow(0 14px 24px #00000047);width:200px}.card-stack__sticker{border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--hairline);box-shadow:var(--shadow-pill);color:var(--text-dark);white-space:nowrap;align-items:center;gap:6px;padding:10px 18px;font-size:16px;font-weight:600;display:inline-flex}@media (width<=480px){.card-stack{--stack-card-w:224px}}.hero{background:var(--bg-page);margin-top:-80px;position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#00000070, #00000070), var(--hero-bg);background-position:50%;background-size:cover;position:absolute;inset:0 0 3px}.hero:after{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 600' preserveAspectRatio='none'%3E%3Cfilter id='f' x='-40%25' y='-40%25' width='180%25' height='180%25'%3E%3CfeGaussianBlur stdDeviation='30'/%3E%3C/filter%3E%3Cpath d='M-300,190 C300,520 1300,520 1900,190 L1900,900 L-300,900 Z' fill='%23FAFAFA' filter='url(%23f)'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;height:clamp(280px,42vh,480px);position:absolute;bottom:-2px;left:0;right:0}.hero__inner{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;min-height:100vh;padding-top:84px;padding-bottom:170px;display:grid;position:relative}.hero__copy{z-index:2;max-width:620px;position:relative}.hero__icon{width:72px;height:72px;margin-bottom:20px}.hero__icon.is-loaded{filter:drop-shadow(0 8px 20px #00000059)}.hero__title{letter-spacing:-.015em;color:#fff;text-shadow:0 1px 9px #0000002e;font-size:clamp(34px,6.5vw,68px);font-weight:700;line-height:1.08}.hero__title-line{white-space:nowrap}.hero__word-slot{vertical-align:bottom;margin:0 -.06em -.25em;padding:0 .06em .25em;display:inline-block;position:relative;overflow:hidden}.hero__word-ghost{visibility:hidden;display:inline-grid}.hero__word-ghost>span{grid-area:1/1}.hero__word{justify-content:center;display:flex;position:absolute;inset:0}.hero__letter{text-shadow:0 1px 6px #0000001a;color:#0000;background-image:linear-gradient(115deg,#61d17f 0%,#a2d56d 100%);background-size:600% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero__sub{color:#fff;text-shadow:0 1px 7px #0000002e;max-width:520px;margin-top:20px;font-size:clamp(19px,1.8vw,22px);font-weight:500;line-height:1.45}.hero__stores{color:#fff;text-shadow:0 1px 7px #0000002e;align-items:center;gap:11px;margin-top:16px;font-size:17px;font-weight:500;display:flex}.hero__stores svg{color:#fff}.hero__actions{align-items:center;gap:16px;margin-top:32px;display:flex}.hero__actions .btn--primary{box-shadow:var(--shadow-btn-green), 0 4px 14px #0000002e}.hero__stack{z-index:1;flex-direction:column;justify-self:center;align-items:center;display:flex;position:relative}.hero__stack .card-stack{--stack-card-w:clamp(320px, 23vw, 430px)}@media (width<=900px){.hero__inner{text-align:center;grid-template-columns:1fr;gap:24px;min-height:0;padding-top:88px}.hero__copy{max-width:560px;margin:0 auto}.hero__icon{width:64px;height:64px;margin-left:auto;margin-right:auto}.hero__sub{margin-left:auto;margin-right:auto}.hero__stores{justify-content:center}.hero__actions{justify-content:center;margin-top:24px}}@media (width<=640px){.hero:before{background-image:linear-gradient(#00000070, #00000070), var(--hero-bg-sm)}.hero__inner{padding-bottom:24px}.hero:after{z-index:2;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300' preserveAspectRatio='none'%3E%3Cfilter id='f' x='-40%25' y='-40%25' width='180%25' height='180%25'%3E%3CfeGaussianBlur stdDeviation='18'/%3E%3C/filter%3E%3Cpath d='M-60,40 C90,90 310,90 460,40 L460,420 L-60,420 Z' fill='%23FAFAFA' filter='url(%23f)'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;height:200px}.hero__stores{display:none}.hero__actions{margin-top:20px}.hero__stack{margin-top:-96px;margin-bottom:-80px}}@media (width<=480px){.hero__stack .card-stack{--stack-card-w:260px}}.section-icon{border-radius:var(--radius-pill);background:var(--grad-primary);width:60px;height:42px;color:var(--text-on-brand);box-shadow:var(--shadow-btn-green);place-items:center;margin-bottom:20px;display:inline-grid;transform:translateZ(0)}@media (width<=640px){.section-icon{width:60px;height:42px;margin-bottom:16px}.section-icon svg{width:22px;height:22px}}.events .section-icon{margin-top:24px;margin-bottom:0}.events{padding-top:88px;padding-bottom:8px}.events__inner{text-align:center;max-width:960px}.events__title{letter-spacing:-.015em;color:var(--text-headline);text-wrap:balance;font-size:clamp(34px,5vw,50px);font-weight:700;line-height:1.15}.rotating-emoji{vertical-align:-.1em;place-items:center;width:1.42em;height:1em;margin-left:.06em;margin-right:.02em;display:inline-grid;overflow:visible}.events__title .hide-sm .rotating-emoji{transform:translate(-3px)}.rotating-emoji__glyph{grid-area:1/1;font-size:1.3em;line-height:1;display:inline-block}.events__sub{max-width:560px;font-size:var(--fs-subtitle);color:var(--text-secondary);margin:20px auto 0;line-height:1.45}.events__chips{flex-wrap:wrap;justify-content:center;gap:8px;margin:28px 0 0;padding:0;list-style:none;display:flex}.chip{border-radius:var(--radius-pill);background:var(--fill-chip);font-size:var(--fs-sm);color:var(--icon-grey);align-items:center;padding:6px 14px;font-weight:600;display:inline-flex}@media (width<=640px){.events{padding-top:2px}.events__emoji-line{margin-bottom:12px;display:block}.events__emoji-line .rotating-emoji{vertical-align:baseline;width:88px;height:88px;margin:0}.events__emoji-line .rotating-emoji__glyph{font-size:76px}.events__sub{margin-top:14px}.events__chips{display:none}.events .section-icon{margin-top:20px}}.marquee{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.marquee:active{cursor:grabbing}.marquee__track{will-change:transform;width:max-content;display:flex}.marquee__group{align-items:center;gap:var(--marquee-gap,16px);padding-right:var(--marquee-gap,16px);display:flex}.marquee__rep{align-items:center;gap:var(--marquee-gap,16px);display:flex}.event-card{width:var(--card-event-w);height:var(--card-event-h);border-radius:var(--radius-card);background:var(--surface-glass);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-card);text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:24px 22px;display:flex;overflow:hidden}.event-card__emoji{font-size:var(--emoji-size);line-height:1.1}.event-card__headline{color:var(--text-headline);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-shrink:0;max-height:96px;font-size:25px;font-weight:600;line-height:32px;display:-webkit-box;overflow:hidden}.event-card__headline strong{font-weight:700}.event-card__creator{color:var(--green-500)}.event-card__when{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;gap:8px;font-size:21px;font-weight:500;line-height:32px;display:flex}@media (width<=640px){.event-card{border-radius:18px;gap:8px;padding:18px 17px}.event-card__emoji{font-size:calc(var(--emoji-size) * .75)}.event-card__headline{-webkit-line-clamp:4;max-height:96px;font-size:19px;line-height:24px}.event-card__when{font-size:16px;line-height:24px}}.flow{padding:118px 0 140px;position:relative}.flow__rows{flex-direction:column;gap:24px;display:flex;transform:translateY(71px)}.flow__row{--marquee-gap:16px;zoom:.63;margin:-24px 0;padding:24px 0}.flow__photo{width:var(--card-event-w);height:var(--card-event-h);border-radius:var(--radius-card);object-fit:cover;box-shadow:var(--shadow-card);flex-shrink:0}.flow__phone-wrap{pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.flow__phone-mock{width:350px;max-width:none;height:auto}@media (width<=640px){.flow{--card-event-w:228px;--card-event-h:248px;padding:22px 0 40px}.flow__phone-wrap,.flow__row--left{display:none}.flow__rows{transform:none}.flow__row{zoom:normal;--marquee-gap:12px;margin:-18px 0;padding:18px 0;-webkit-mask-image:none;mask-image:none}.flow__photo{border-radius:18px}}.feature-row{grid-template-columns:1fr 1.25fr;align-items:center;gap:clamp(32px,4vw,64px);display:grid}.feature-row--text-first{grid-template-columns:1.25fr 1fr}.feature-row[id]{scroll-margin-top:96px}.feature-row+.feature-row{margin-top:clamp(96px,12vw,160px)}.feature-row__text{max-width:580px}.feature-row__title{font-size:clamp(30px, 3.4vw, var(--fs-4xl));letter-spacing:-.01em;color:var(--text-headline);font-weight:700;line-height:1.12}.feature-row__body{color:var(--text-secondary);max-width:520px;margin-top:18px;font-size:17px;line-height:1.6}.feature-visual{place-items:center;min-height:480px;display:grid}.collage-wrap{place-items:center;display:grid;position:relative}.collage{position:relative}.postcard-alert{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);white-space:nowrap;background:#ffffffd1;border:1px solid #ffffffe6;border-radius:18px;align-items:center;gap:10px;padding:12px 14px;animation:4.4s ease-in-out 1.1s infinite collage-bob;display:flex;position:absolute;bottom:3%;left:-5%;box-shadow:0 6px 14px #0003}.postcard-alert__emoji{font-size:22px;line-height:1}.postcard-alert__text{color:#111827;font-size:15px;font-weight:700}@media (prefers-reduced-motion:reduce){.postcard-alert{animation:none}}.collage__float{animation:3.2s ease-in-out infinite collage-bob;position:absolute}.collage__float--written{z-index:2}.collage__float--photo{--bob:5px;animation-duration:2.8s;animation-delay:.7s}.collage__photo-card{position:relative;transform:rotate(-6deg)}.collage__photo-card.is-loaded{filter:drop-shadow(0 6px 10px #00000040)}.collage__photo-card>img{width:100%;height:100%}.collage__photo-window{border-radius:7px;display:block;position:absolute;overflow:hidden}.collage__photo-window img{object-fit:cover;width:100%;height:100%}.collage__written{position:relative;transform:rotate(4deg)}.collage__written.is-loaded{filter:drop-shadow(0 8px 12px #0000004d)}.collage__stamp{display:block;position:absolute;transform:rotate(7deg)}.collage__stamp.is-loaded{filter:drop-shadow(0 3px 4px #00000040)}.collage__stamp img{object-fit:cover}@keyframes collage-bob{0%,to{transform:translateY(0)}50%{transform:translateY(calc(-1 * var(--bob,7px)))}}.passport-art{place-items:center;width:min(100%,420px);margin:0 auto;display:grid;position:relative}.passport-art__page{z-index:1;border-radius:20px;width:min(312px,78%);height:auto;animation:5s ease-in-out infinite passport-float;position:relative;box-shadow:0 24px 50px #122a4e38}@keyframes passport-float{0%,to{transform:rotate(-3deg)translateY(0)}50%{transform:rotate(-2.4deg)translateY(-10px)}}@media (prefers-reduced-motion:reduce){.passport-art__page{animation:none;transform:rotate(-3deg)}}.passport-art__stamp{z-index:0;aspect-ratio:1;opacity:.55;pointer-events:none;position:absolute;container-type:size}.passport-art__stamp-art{background-color:inherit;-webkit-mask:var(--stamp) center / contain no-repeat;-webkit-mask:var(--stamp) center / contain no-repeat;mask:var(--stamp) center / contain no-repeat;position:absolute;inset:0}.passport-art__stamp-date{letter-spacing:.06em;white-space:nowrap;font-size:7cqw;font-weight:700;position:absolute;left:50%;transform:translate(-50%,-50%)}@media (width<=900px){.feature-row{grid-template-columns:1fr;gap:32px}.feature-row__text{text-align:center;order:-1;max-width:560px;margin-inline:auto}.feature-row__body{margin-inline:auto}.feature-visual{min-height:0}.passport-art{height:auto}.collage{zoom:.72;transform:translate(-20px,48px)}}@media (width<=640px){.collage{zoom:.78}.passport-art{width:min(100%,300px)}.passport-art__page{width:74%}}.meet{padding:168px 0 0}.meet+.groups{padding-top:84px}.meet .feature-row{grid-template-columns:1.45fr 1fr}.meet__visual{margin-left:clamp(-90px,-4vw,0px);position:relative}.meet__art{width:100%;max-width:880px;height:auto;animation:6.5s ease-in-out infinite meet-float}.meet__face{object-fit:cover;border:4px solid #fff;border-radius:50%;width:104px;height:104px;animation:5.5s ease-in-out infinite meet-face-float;position:absolute;box-shadow:0 14px 30px #122a4e38}.meet__chat{z-index:3;flex-direction:column;align-items:flex-end;gap:16px;display:flex;position:absolute;bottom:2%;right:-1%}.meet__bubble{filter:drop-shadow(0 8px 16px #0003)drop-shadow(0 2px 4px #0000001a);border-radius:16px;max-width:280px;padding:8px 12px;font-size:17.5px;font-weight:400;line-height:1.32;animation:5.5s ease-in-out infinite meet-face-float;position:relative}.meet__bubble--in{--bubble-in:#e6e6e6;background:var(--bubble-in);color:var(--text-dark);align-self:flex-start;margin-right:20px}.meet__bubble--out{background:var(--grad-primary);color:#fff}.meet__bubble-tail{position:absolute;bottom:0}.meet__bubble--in .meet__bubble-tail{fill:var(--bubble-in);left:-10px}.meet__bubble--out .meet__bubble-tail{fill:#5cb85c;right:-10px}@media (prefers-reduced-motion:reduce){.meet__bubble{animation:none}}@keyframes meet-face-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@media (prefers-reduced-motion:reduce){.meet__face{animation:none}}@keyframes meet-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:reduce){.meet__art{animation:none}}@media (width<=900px){.meet{padding:72px 0 32px}.meet .feature-row{grid-template-columns:1fr}.meet__visual{margin-left:0}.meet__face{border-width:3px;width:76px;height:76px}}@media (width<=640px){.meet__visual{margin-inline:-24px}.meet__chat{gap:14px;bottom:2%;right:12px}.meet__bubble{max-width:240px;padding:7px 11px;font-size:15px}.meet__bubble--in{margin-right:16px}}.drag-row{cursor:grab;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.drag-row::-webkit-scrollbar{display:none}.drag-row--grabbing{cursor:grabbing}.drag-row__track{align-items:stretch;gap:var(--row-gap,16px);width:max-content;padding:24px 0;display:flex}.drag-row__set{align-items:stretch;gap:var(--row-gap,16px);display:flex}.avatar{object-fit:cover;background:var(--fill-chip);border-radius:50%;flex-shrink:0}.avatar-ring{background:var(--grad-primary);border-radius:50%;flex-shrink:0;place-items:center;display:inline-grid}.avatar-stack{align-items:center;display:inline-flex}.avatar-stack__item{width:var(--avatar-size);height:var(--avatar-size);object-fit:cover;background:var(--fill-chip);border:1.5px solid #fff;border-radius:50%}.avatar-stack__item+.avatar-stack__item{margin-left:-8px}.badge{border-radius:var(--radius-pill);height:24px;font-size:var(--fs-badge);white-space:nowrap;align-items:center;padding:0 10px;font-weight:600;line-height:17px;display:inline-flex}.badge__emoji{margin-right:3px;font-size:13px;line-height:16px}.badge--now{background:var(--badge-now-bg);color:var(--badge-now-fg)}.badge--soon{background:var(--badge-soon-bg);color:var(--badge-soon-fg)}.badge--hot{background:var(--badge-hot-bg);color:var(--badge-hot-fg)}.badge--new,.badge--mine{background:var(--badge-new-bg);color:var(--badge-new-fg)}.badge--group{background:var(--badge-group-bg);color:var(--badge-group-fg)}.icon-circle{background:var(--fill-chip);width:32px;height:32px;color:var(--icon-grey);border-radius:50%;flex-shrink:0;place-items:center;display:inline-grid}.icon-circle--light{background:#ffffffe6}.group-card{width:var(--card-group-w);height:var(--card-group-h);box-shadow:var(--shadow-card);-webkit-user-select:none;user-select:none;background:var(--fill-chip);border-radius:28px;flex-shrink:0;position:relative;overflow:hidden}.group-card__photo{object-fit:cover;-webkit-user-drag:none;width:100%;height:100%;display:block}.group-card__members{align-items:center;display:inline-flex;position:absolute;top:12px;right:12px}.group-card__count{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);min-width:24px;height:24px;font-size:var(--fs-caption);color:#fff;background:#00000073;border:1.5px solid #fff;border-radius:12px;place-items:center;margin-left:-8px;padding:0 7px;font-weight:600;display:inline-grid}.group-card__caption{background:linear-gradient(#0000 0%,#0000006b 55%,#000000b8 100%);padding:40px 16px 16px;position:absolute;bottom:0;left:0;right:0}.group-card__name{font-size:var(--fs-card-title);color:#fff;white-space:nowrap;text-overflow:ellipsis;font-weight:700;line-height:26px;overflow:hidden}.group-card__location{font-size:var(--fs-sm);color:#ffffffd9;white-space:nowrap;align-items:center;gap:5px;margin-top:2px;font-weight:500;line-height:20px;display:flex;overflow:hidden}.groups__head{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:40px;display:flex}.groups__copy{max-width:640px}.trust{border-radius:var(--radius-pill);background:var(--surface);box-shadow:var(--shadow-pill);flex-shrink:0;align-items:center;gap:12px;padding:10px 16px 10px 10px;display:flex}.trust__text{font-size:var(--fs-sm);color:var(--text-secondary);white-space:nowrap;align-items:center;gap:6px;font-weight:500;display:inline-flex}.trust__star{color:#f5b301;font-size:16px}.trust__rating{color:var(--text-dark);font-weight:700}.trust__dot{color:var(--text-muted)}.groups__row{--row-gap:22px;margin:-24px 0}@media (width<=900px){.groups__head{text-align:center;flex-direction:column;align-items:center;gap:20px}.groups__copy,.groups__copy .section__sub{margin-inline:auto}}@media (width<=640px){.groups__row{--card-group-w:232px;--card-group-h:336px;-webkit-mask-image:none;mask-image:none}.groups__head{margin-bottom:28px}}.faq__inner{grid-template-columns:2fr 3fr;align-items:start;gap:48px;display:grid}.faq__chip{border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--hairline);font-size:var(--fs-sm);color:var(--text-dark);padding:8px 16px;font-weight:600;display:inline-block}.faq__title{max-width:360px;margin-top:20px}.faq__list{flex-direction:column;gap:12px;display:flex}.faq__item{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card-sm);overflow:hidden}.faq__question{width:100%;font-size:var(--fs-lg);color:var(--text-headline);text-align:left;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;font-weight:700;line-height:1.3;display:flex}.faq__question:active{background:var(--bg-grey)}.faq__icon{background:var(--fill-chip);width:32px;height:32px;color:var(--icon-grey);border-radius:50%;flex-shrink:0;place-items:center;display:inline-grid}.faq__answer{background:var(--surface);overflow:hidden}.faq__answer p{color:var(--text-secondary);padding:0 60px 22px 24px;line-height:1.6}@media (width<=900px){.faq__inner{grid-template-columns:1fr;gap:32px}.faq__intro{text-align:center}.faq__title{max-width:none}}.waitlist{padding-bottom:140px}.waitlist__inner{text-align:center}.waitlist__icon{width:72px;height:72px;margin:0 auto 20px}.waitlist__icon.is-loaded{filter:drop-shadow(0 8px 20px #279a4847)}.waitlist__title{font-size:clamp(var(--fs-4xl), 6vw, var(--fs-6xl));letter-spacing:-.015em;color:var(--text-headline);font-weight:700;line-height:1.08}.waitlist__sub{max-width:420px;font-size:var(--fs-subtitle);color:var(--text-secondary);margin:20px auto 0;line-height:1.5}.waitlist__stores{color:var(--text-secondary);justify-content:center;align-items:center;gap:11px;margin-top:16px;font-size:17px;font-weight:500;display:flex}.waitlist__stores svg{color:var(--text-dark)}.waitlist__form{gap:14px;max-width:540px;margin:36px auto 0;display:flex}.waitlist__input{border:1px solid var(--hairline);border-radius:var(--radius-pill);background:var(--surface);min-width:0;height:56px;font-size:var(--fs-base);color:var(--text-dark);transition:border-color var(--dur-fast) ease;flex:1;padding:0 24px}.waitlist__input::placeholder{color:var(--text-muted)}.waitlist__input:focus{border-color:var(--green-500);box-shadow:0 0 0 3px var(--green-100);outline:none}.waitlist__form .btn--lg{height:56px}.waitlist__success{font-size:var(--fs-lg);color:var(--green-600);margin-top:36px;font-weight:600}.waitlist__error{font-size:var(--fs-sm);color:var(--destructive);margin-top:12px;font-weight:500}@media (width<=768px){.waitlist{padding-bottom:104px}}@media (width<=560px){.waitlist__form{flex-direction:column}.waitlist__form .waitlist__input{flex:none;width:100%}.waitlist__form .btn{width:100%}}
