:root{--white:#fff;--ink:#121217;--lime:#d6f44c;--lime-deep:#b8dc1e;--cloud:#f3f4ef;--mute:#6e7069;--line:#1212171f;--danger:#e5483f;--danger-tint:#fde7e4;--pop:"Gabarito", sans-serif;--mk1:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 56' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23D6F44C' stroke-linecap='round'%3E%3Cpath d='M11 22 C56 16 124 20 190 17' stroke-width='24'/%3E%3Cpath d='M16 40 C70 44 130 38 184 40' stroke-width='23'/%3E%3C/g%3E%3C/svg%3E")}.waitlist-shell{background:var(--cloud);color:var(--ink);font-family:var(--pop);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-size:17px;line-height:1.55;display:flex}.waitlist-shell *{box-sizing:border-box;margin:0;padding:0}.waitlist-shell ::selection{background:var(--lime);color:var(--ink)}.waitlist-shell a{color:inherit}.waitlist-shell .mk{background-image:var(--mk1);white-space:nowrap;background-repeat:no-repeat;background-size:100% 100%;margin:0 -.04em;padding:.04em .2em .1em;display:inline-block;transform:rotate(-.6deg)}.waitlist-shell main{flex-direction:column;flex:1;padding:34px 48px 64px;display:flex}.waitlist-shell .wordmark{letter-spacing:-.02em;align-self:flex-start;align-items:center;gap:8px;font-size:22px;font-weight:800;text-decoration:none;display:inline-flex}.waitlist-shell .wordmark .spark{background:var(--lime);border:2px solid var(--ink);border-radius:50%;flex-shrink:0;width:12px;height:12px}.waitlist-shell .stage{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:30px;margin-top:26px;display:flex}.waitlist-shell .intro{text-align:center;max-width:560px}.waitlist-shell .intro h1{letter-spacing:-.025em;text-wrap:balance;font-size:44px;font-weight:800;line-height:1.06}.waitlist-shell .intro p.sub{color:var(--mute);text-wrap:pretty;margin-top:12px;font-size:17px;font-weight:500}.waitlist-shell .waitlist-card{background:var(--white);border:2px solid var(--ink);box-shadow:8px 8px 0 var(--lime);border-radius:28px;width:460px;max-width:100%;padding:36px 40px}.waitlist-shell form{flex-direction:column;gap:20px;display:flex}.waitlist-shell .field{flex-direction:column;gap:7px;display:flex}.waitlist-shell .field>label{letter-spacing:-.005em;font-size:14px;font-weight:700}.waitlist-shell .input,.waitlist-shell .select{font-family:var(--pop);color:var(--ink);background:var(--white);border:2px solid var(--line);border-radius:16px;width:100%;padding:12px 16px;font-size:15.5px;font-weight:500;transition:border-color .15s,box-shadow .15s}.waitlist-shell .input::placeholder{color:var(--mute);opacity:.7;font-weight:400}.waitlist-shell .input:hover,.waitlist-shell .select:hover{border-color:#12121759}.waitlist-shell .input:focus,.waitlist-shell .select:focus{border-color:var(--ink);box-shadow:5px 5px 0 var(--lime);outline:none}.waitlist-shell .select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 L6 6.5 L11 1.5' fill='none' stroke='%23121217' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:42px}.waitlist-shell .select.invalid{border-color:var(--danger);background-color:var(--danger-tint)}.waitlist-shell .field .error-msg{color:var(--danger);font-size:13px;font-weight:600}.waitlist-shell .dropdown{position:relative}.waitlist-shell .dropdown-trigger{text-align:left;align-items:center;display:flex}.waitlist-shell .dropdown-trigger .placeholder{color:var(--mute);opacity:.7;font-weight:400}.waitlist-shell .dropdown.open .dropdown-trigger{border-color:var(--ink);box-shadow:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.5 L6 1.5 L11 6.5' fill='none' stroke='%23121217' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.waitlist-shell .dropdown-menu{z-index:30;background:var(--white);border:1px solid var(--line);border-radius:16px;padding:6px;display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 10px 28px #12121724}.waitlist-shell .dropdown.open .dropdown-menu{display:block}.waitlist-shell .dropdown-option{color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:14px;font-weight:500;display:flex}.waitlist-shell .dropdown-option+.dropdown-option{margin-top:4px}.waitlist-shell .dropdown-option:hover,.waitlist-shell .dropdown-option.active{background:var(--cloud)}.waitlist-shell .dropdown-option[aria-selected=true]{font-weight:700}.waitlist-shell .dropdown-option .tick{display:none}.waitlist-shell .dropdown-option[aria-selected=true],.waitlist-shell .dropdown-option[aria-selected=true]:hover{background:color-mix(in srgb, var(--lime) 50%, transparent)}.waitlist-shell .btn{background:var(--lime);color:var(--ink);font-family:var(--pop);border:2px solid var(--ink);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:14px 30px;font-size:17px;font-weight:700;line-height:1.2;transition:transform .15s,box-shadow .15s;display:inline-flex}.waitlist-shell .btn:hover{transform:translateY(-1px);box-shadow:4px 4px #121217eb}.waitlist-shell .btn:active{box-shadow:none;transform:translateY(0)scale(.98)}.waitlist-shell .btn:focus-visible{box-shadow:0 0 0 2px var(--white), 0 0 0 5px var(--ink);outline:none}.waitlist-shell .fineprint{color:var(--mute);text-align:center;font-size:13px;font-weight:500}.waitlist-shell .btn:disabled{opacity:.6;cursor:default}.waitlist-shell .btn:disabled:hover{box-shadow:none;transform:none}.waitlist-shell .form-error{text-align:center}.waitlist-shell footer{text-align:center;color:var(--mute);padding:24px 0 32px;font-size:13px;font-weight:500}@media (max-width:640px){.waitlist-shell main{padding:28px 24px 48px}.waitlist-shell .intro h1{font-size:34px}.waitlist-shell .waitlist-card{padding:30px 26px}}