.site-auth-gate{position:fixed;z-index:12000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(5,29,30,.64);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.site-auth-gate.is-open{opacity:1;visibility:visible}.site-auth-gate__card{position:relative;width:min(460px,100%);overflow:hidden;padding:30px;border:1px solid rgba(255,255,255,.58);border-radius:24px;background:linear-gradient(145deg,#fff,#edf7f5);box-shadow:0 28px 90px rgba(4,34,34,.36);text-align:center}.site-auth-gate__close{position:absolute;top:12px;right:12px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;background:#e8f1ef;color:#365a5c;font-size:20px;line-height:1;cursor:pointer}.site-auth-gate__icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 16px;border-radius:18px;background:linear-gradient(135deg,#0f9587,#0b5c59);color:#fff;font-size:25px;font-weight:900;box-shadow:0 12px 30px rgba(13,129,119,.22)}.site-auth-gate h2{margin:0 0 9px;color:#153f41;font-size:23px;font-weight:850}.site-auth-gate p{max-width:380px;margin:0 auto 22px;color:#647d80;line-height:1.55}.site-auth-gate__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.site-auth-gate__buttons a{padding:12px 15px;border-radius:12px;text-decoration:none;font-weight:850}.site-auth-gate__login{background:linear-gradient(135deg,#0f8c7f,#0b6963);color:#fff}.site-auth-gate__register{border:1px solid #c9ddda;background:#fff;color:#31585a}.site-auth-gate__google{display:grid;justify-items:center;gap:9px;margin-top:18px;padding-top:17px;border-top:1px solid #d7e6e3}.site-auth-gate__google>span{color:#738a8c;font-size:11px;font-weight:750}.site-auth-gate__google>small{min-height:16px;color:#49706d;font-size:11px}.site-auth-gate__google>small.is-error{color:#b42318}.site-auth-gate__google-button{display:flex;justify-content:center;min-height:44px;width:100%}body.site-auth-gate-lock{overflow:hidden!important}
@media(max-width:520px){.site-auth-gate{padding:12px}.site-auth-gate__card{padding:26px 18px 20px;border-radius:21px}.site-auth-gate__buttons{grid-template-columns:1fr}.site-auth-gate h2{font-size:21px}.site-auth-gate p{font-size:14px}}
