:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body,h1{margin:0}:root{--green:#81bb26;--green-dark:#4a8709;--yellow:#ecc232;--white:#fff;--text-dark:#1a1a1a;--input-placeholder:#9aa0a6;--input-icon:#6b7280;--error:#ff6b6b;--page-max:420px;--radius:14px;--font:"Montserrat", sans-serif}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{min-height:100dvh;font-family:var(--font);color:var(--white);background-color:var(--green-dark);background-image:url(/assets/bg-k32zAeDn.png);background-position:top;background-repeat:no-repeat;background-size:cover;margin:0}#root{min-height:100dvh;display:flex}.page{flex:1;justify-content:center;min-height:100dvh;padding:20px 20px 40px;display:flex}.page__inner{width:100%;max-width:var(--page-max);flex-direction:column;align-items:center;display:flex}.hero{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:18px;animation:.7s both fade-up;display:flex}.hero__logo{object-fit:cover;border-radius:50%;width:100px;height:100px;margin-bottom:22px;animation:.8s both logo-in;display:block;box-shadow:0 8px 28px #0000002e}.hero__title{letter-spacing:.01em;text-transform:uppercase;margin:0;font-size:clamp(1.15rem,5.2vw,1.45rem);font-weight:800;line-height:1.28}.hero__line{display:block}.hero__line--white{color:var(--white)}.hero__line--yellow{color:var(--yellow)}.hero__title--gate{text-transform:none;font-size:clamp(1.2rem,5.4vw,1.55rem);line-height:1.32}.gate{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.choice{flex-direction:column;gap:14px;width:100%;margin-top:28px;animation:.75s .12s both fade-up;display:flex}.choice__btn{width:100%;min-height:64px;font-family:var(--font);color:var(--text-dark);cursor:pointer;border:none;border-radius:16px;align-items:center;gap:12px;padding:10px 16px 10px 10px;font-size:1.02rem;font-weight:800;text-decoration:none;transition:transform .15s,filter .15s,box-shadow .15s;display:flex}.choice__btn--yes{background:var(--yellow)}.choice__btn--no{background:var(--white)}.choice__btn:hover{filter:brightness(1.05);box-shadow:0 8px 20px #0000002e}.choice__btn:active{transform:translateY(1px)scale(.99)}.choice__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.choice__icon svg{width:22px;height:22px}.choice__btn--yes .choice__icon{background:var(--green-dark);color:var(--white)}.choice__btn--no .choice__icon{color:var(--green-dark);background:#e8f3d4}.choice__label{text-align:left;flex:1}.choice__arrow{flex-shrink:0;width:22px;height:22px}.change-lang{color:#fffc;font-family:var(--font);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-bottom:14px;padding:0;font-size:.82rem;font-weight:600}.change-lang:hover{color:var(--white)}.form{flex-direction:column;gap:16px;width:100%;animation:.75s .12s both fade-up;display:flex}.form__field{flex-direction:column;gap:8px;display:flex}.form__label{color:var(--white);padding-left:2px;font-size:.95rem;font-weight:600}.form__input-wrap{align-items:center;display:flex;position:relative}.form__icon{width:26px;height:26px;color:var(--input-icon);pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:14px}.form__icon svg{width:100%;height:100%}.form__input{border-radius:var(--radius);background:var(--white);width:100%;height:45px;color:var(--text-dark);font-family:var(--font);border:none;outline:none;padding:0 18px 0 52px;font-size:.95rem;font-weight:500;transition:box-shadow .2s}.form__input::placeholder{color:var(--input-placeholder);font-weight:500}.form__input:focus{box-shadow:0 0 0 3px #ecc2328c}.form__input.is-invalid{box-shadow:0 0 0 3px #ff6b6ba6}.form__error{color:var(--error);text-align:center;margin:0;font-size:.85rem;font-weight:600}.form__submit{border-radius:var(--radius);background:var(--yellow);width:100%;min-height:56px;color:var(--text-dark);font-family:var(--font);text-transform:uppercase;letter-spacing:.02em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;margin-top:8px;font-size:1rem;font-weight:800;transition:transform .15s,filter .15s,box-shadow .15s;display:inline-flex}.form__submit:hover{filter:brightness(1.05);box-shadow:0 8px 20px #0000002e}.form__submit:active{transform:translateY(1px)scale(.99)}.form__submit:disabled{opacity:.7;cursor:not-allowed;filter:none;box-shadow:none;transform:none}.form__submit-arrow{flex-shrink:0;width:22px;height:22px}.success{text-align:center;flex-direction:column;align-items:center;width:100%;animation:.7s both fade-up;display:flex}.success__icon{width:72px;height:72px;color:var(--yellow);margin-bottom:18px;animation:.8s both logo-in}.success .sorry__sub{max-width:22em;color:var(--white);margin:18px 0 0;font-size:1.05rem;font-weight:700;line-height:1.4}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes logo-in{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}@media (width>=480px){.page{padding:36px 24px 48px}.hero__logo{width:148px;height:148px}.hero__title{font-size:1.3rem}.hero__title--gate{font-size:1.45rem}}
