.waitlist-layer{z-index:900;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.waitlist-scrim{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0612149e;animation:.26s both waitlist-fade;position:absolute;inset:0}.waitlist-box{text-align:left;background:var(--surface);border:1px solid var(--line-strong);border-radius:20px;outline:none;width:min(26rem,100%);max-height:calc(100dvh - 2.5rem);padding:1.75rem 1.6rem 1.5rem;animation:.44s cubic-bezier(.22,1,.36,1) both waitlist-rise;position:relative;overflow-y:auto;box-shadow:0 30px 80px #0000008c}.waitlist-box h2{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.015em;color:var(--text);margin:0 2.5rem .6rem 0;font-size:1.6rem;font-weight:600;line-height:1.15}.waitlist-box>p{color:var(--text-muted);margin:0 0 1.25rem;font-size:.9375rem;line-height:1.6}.waitlist-lead{color:var(--text)}.waitlist-close{border:1px solid var(--line-strong);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;place-items:center;transition:color .2s,border-color .2s;display:grid;position:absolute;top:.95rem;right:.95rem}.waitlist-close:hover{color:var(--text);border-color:var(--text-muted)}.waitlist-close:focus-visible{outline:2px solid var(--amber);outline-offset:2px}@keyframes waitlist-fade{0%{opacity:0}}@keyframes waitlist-rise{0%{opacity:0;transform:translateY(14px)scale(.98)}}@media (prefers-reduced-motion:reduce){.waitlist-scrim,.waitlist-box{animation:none}}
