.guards-page{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:110px 20px 48px;font-family:Milks,sans-serif;color:#fff}.guards-page__container{width:min(560px,100%);padding:36px 32px 28px;border-radius:22px;border:1px solid hsla(0,0%,100%,.12);background:radial-gradient(120% 80% at 50% -20%,rgba(251,187,67,.16),transparent 55%),hsla(0,0%,5%,.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 48px rgba(0,0,0,.4);display:flex;flex-direction:column;align-items:center;text-align:center;animation:guards-in .45s cubic-bezier(.22,1,.36,1)}.guards-page__icon{width:56px;height:56px;margin-bottom:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#151515;background:#fbbb43;box-shadow:0 0 0 10px rgba(251,187,67,.12)}.guards-page__container h1{margin:0;font-size:1.7em;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.guards-page__subtitle{margin:10px 0 0;max-width:28em;color:hsla(0,0%,100%,.72);font-size:.98em;line-height:1.45}.guards-page__form{width:100%;margin-top:22px}.input-wrapper{display:flex;align-items:center;position:relative;width:100%}.guard-input{width:100%;height:48px;padding:0 52px 0 16px;border-radius:14px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.05);color:#fff;font-family:Milks,sans-serif;font-size:1em}.guard-input::placeholder{color:hsla(0,0%,100%,.42)}.guard-input:focus{outline:none;border-color:rgba(251,187,67,.55);background:hsla(0,0%,100%,.08)}.send-btn{position:absolute;right:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:#fbbb43;color:#151515;cursor:pointer}.send-btn:hover{background:#fdd487}.email-tip{position:absolute;left:8px;top:calc(100% + 6px);z-index:2;padding:7px 10px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);background:rgba(8,8,8,.94);color:hsla(0,0%,100%,.82);font:inherit;font-size:.88em;cursor:pointer}#wrongMail{animation:wm .7s 2}@keyframes wm{50%{border-color:rgba(255,80,80,.7);box-shadow:0 0 0 3px rgba(255,80,80,.18)}}.guard-wrapper{width:100%;min-height:92px;margin-top:18px;justify-content:center}.guard-code,.guard-wrapper{display:flex;align-items:center}.guard-code{flex-direction:column;gap:8px;padding:8px 12px;border:0;background:none;color:#fff;cursor:pointer}.guard-code span{font-size:2.15em;font-weight:700;letter-spacing:.12em;color:#fbbb43}.guard-code em{display:inline-flex;align-items:center;gap:6px;font-style:normal;font-size:.78em;color:hsla(0,0%,100%,.55);text-transform:uppercase;letter-spacing:.04em}.guard-code.is-copied em{color:#fbbb43}.guard-error strong{display:block;font-size:1.05em;color:#ff8a85}.guard-error p{margin-top:6px;color:hsla(0,0%,100%,.7)}.guard-page__instruction{width:100%;margin:8px 0 0;padding:0;text-align:left}.guard-page__instruction li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;list-style:none;color:hsla(0,0%,100%,.86);line-height:1.4}.guard-page__instruction strong{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(251,187,67,.14);color:#fbbb43;font-size:.85em}.reminder{width:100%;margin-top:8px;text-align:left}.reminder p{margin-bottom:8px;padding:12px 14px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);line-height:1.45;color:hsla(0,0%,100%,.82)}.reminder p:first-child{color:#fbbb43;border-color:rgba(251,187,67,.28);background:rgba(251,187,67,.08)}.guards-page__beta{margin-top:10px;font-size:.78em;color:hsla(0,0%,100%,.38)}@keyframes guards-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:750px){.guards-page{padding:96px 14px 32px;align-items:flex-start}.guards-page__container{padding:28px 16px 22px}.guard-code span{font-size:1.7em}}