.authm-shell{--authm-paper:#fff;--authm-ink:#000;--authm-carbon:#181818;--authm-ash:#6d6d6d;--authm-smoke:#9a9a9a;--authm-hairline:#ffffff4d;--authm-hairline-soft:#ffffff29;--muted:var(--authm-smoke);background:var(--authm-ink);min-height:100dvh;color:var(--authm-paper);font-family:var(--authm-font,Inter), ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;flex-direction:column;display:flex;position:relative}.authm-atmosphere{z-index:0;pointer-events:none;background:var(--authm-ink);position:fixed;inset:0;overflow:hidden}.authm-blob{filter:blur(60px);will-change:transform;border-radius:0;position:absolute}.authm-blob--green{background:radial-gradient(circle at 42% 46%,#1e3a2fd9 0%,#1e3a2f59 38%,#0000 68%);width:110vmax;height:110vmax;animation:120s ease-in-out infinite authm-drift-a;top:-40vmax;left:-35vmax}.authm-blob--amber{background:radial-gradient(circle at 55% 55%,#ffac2e29 0%,#ffac2e12 40%,#0000 66%);width:70vmax;height:70vmax;animation:90s ease-in-out infinite authm-drift-b;bottom:-30vmax;right:-28vmax}.authm-blob--copper{background:radial-gradient(circle at 48%,#a52d2524 0%,#a52d250d 42%,#0000 68%);width:52vmax;height:52vmax;animation:150s ease-in-out infinite authm-drift-c;top:12vh;right:-18vmax}@keyframes authm-drift-a{0%{transform:translate(-3%,-2%)scale(1)}50%{transform:translate(4%,5%)scale(1.1)}to{transform:translate(-3%,-2%)scale(1)}}@keyframes authm-drift-b{0%{transform:translate(2%,3%)scale(1.05)}50%{transform:translate(-5%,-4%)scale(.95)}to{transform:translate(2%,3%)scale(1.05)}}@keyframes authm-drift-c{0%{transform:translate(0,0)scale(1)}50%{transform:translate(-6%,7%)scale(1.15)}to{transform:translate(0,0)scale(1)}}.authm-grain{opacity:.07;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");background-size:180px 180px;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.authm-blob{animation:none}}.authm-shell .auth-top{z-index:2;background:0 0;border-bottom:0;height:auto;padding:28px 40px;position:relative}.authm-shell .nav__brand{letter-spacing:.18em;text-transform:uppercase;color:var(--authm-paper);font-size:12px;font-weight:400;text-decoration:none}.authm-shell .nav__brand span{color:var(--authm-paper);font-weight:600}.authm-shell .auth-top__back{letter-spacing:.08em;text-transform:uppercase;color:var(--authm-smoke);font-size:12px;font-weight:400;text-decoration:none;transition:color .16s}.authm-shell .auth-top__back:hover{color:var(--authm-paper)}.authm-shell .auth-main{z-index:1;flex:1;justify-content:center;align-items:center;padding:48px 24px 96px;display:flex;position:relative}.authm-shell .auth-card{box-shadow:none;background:0 0;border:0;border-radius:0;width:100%;max-width:420px;padding:0}.authm-shell .auth-card__title{letter-spacing:-.01em;color:var(--authm-paper);margin-bottom:16px;font-size:clamp(34px,6vw,45px);font-weight:300;line-height:1.1}.authm-shell .auth-card__sub{color:var(--authm-smoke);margin-bottom:40px;font-size:16px;font-weight:400;line-height:1.5}.authm-shell .auth-card__alt{border-top:1px solid var(--authm-hairline-soft);text-align:center;color:var(--authm-smoke);margin-top:40px;padding-top:28px;font-size:16px}.authm-shell .auth-card__alt a{color:var(--authm-paper);text-underline-offset:4px;font-weight:400;-webkit-text-decoration:underline #fff6;text-decoration:underline #fff6;text-decoration-thickness:1px;transition:text-decoration-color .16s}.authm-shell .auth-card__alt a:hover{-webkit-text-decoration-color:var(--authm-paper);text-decoration-color:var(--authm-paper)}.authm-shell .form{gap:20px}.authm-shell .form__label{letter-spacing:.14em;text-transform:uppercase;color:var(--authm-smoke);font-size:12px;font-weight:400}.authm-shell .form__input,.authm-shell .form__select,.authm-shell .form__textarea{border:1px solid var(--authm-hairline);color:var(--authm-paper);background:0 0;border-radius:0;outline:none;min-height:48px;padding:12px 16px;font-family:inherit;font-size:16px;font-weight:400;transition:border-color .16s}.authm-shell .form__input:focus,.authm-shell .form__select:focus,.authm-shell .form__textarea:focus{border-color:var(--authm-paper)}.authm-shell .form__input::placeholder,.authm-shell .form__textarea::placeholder{color:#fff6}.authm-shell .form__input[readonly]{color:var(--authm-smoke);border-color:var(--authm-hairline-soft)}.authm-shell select.form__input,.authm-shell .form__select{background-color:#0000}.authm-shell select.form__input option,.authm-shell .form__select option{background:var(--authm-ink);color:var(--authm-paper)}.authm-shell .form__input:-webkit-autofill{-webkit-text-fill-color:var(--authm-paper);-webkit-box-shadow:0 0 0 1000px var(--authm-ink) inset;caret-color:var(--authm-paper)}.authm-shell .form__error{background:var(--authm-carbon);color:var(--authm-paper);border:0;border-radius:0;margin-bottom:4px;padding:14px 18px;font-size:16px;line-height:1.5}.authm-shell .form__error strong{font-weight:600}.authm-shell .body-sm{color:var(--authm-smoke);font-size:16px;line-height:1.5}.authm-shell .authm-legal{color:var(--authm-smoke);margin-top:4px;font-size:12px;line-height:1.5}.authm-shell .authm-legal a{color:inherit;text-underline-offset:2px;text-decoration:underline}.authm-shell .authm-legal a:hover,.authm-shell .authm-legal a:focus-visible{color:var(--authm-paper)}.authm-shell .btn.btn--primary{background:var(--authm-paper);color:var(--authm-ink);letter-spacing:.01em;cursor:pointer;border:0;border-radius:75px;height:52px;padding:0 28px;font-family:inherit;font-size:16px;font-weight:400;transition:opacity .16s}.authm-shell .btn.btn--primary:hover{background:var(--authm-paper);opacity:.85}.authm-shell .btn.btn--primary:disabled{opacity:.5;cursor:default}.authm-shell .oauth-block{margin-top:8px}.authm-shell .oauth-divider{color:var(--authm-smoke);letter-spacing:.14em;margin:28px 0 20px;font-size:12px;font-weight:400}.authm-shell .oauth-divider:before,.authm-shell .oauth-divider:after{background:var(--authm-hairline-soft)}.authm-shell .btn-oauth,.authm-shell .btn-oauth--google,.authm-shell .btn-oauth--vk,.authm-shell .btn-oauth--telegram{border:1px solid var(--authm-hairline);color:var(--authm-paper);background:0 0;border-radius:75px;min-height:48px;padding:10px 24px;font-family:inherit;font-size:16px;font-weight:400;text-decoration:none;transition:border-color .16s,background .16s}.authm-shell .btn-oauth:hover{border-color:var(--authm-paper);background:#ffffff0f}.authm-shell .cf-turnstile{align-self:flex-start}.authm-shell a:focus-visible,.authm-shell button:focus-visible,.authm-shell select:focus-visible{outline:1px solid var(--authm-paper);outline-offset:3px}@media (max-width:640px){.authm-shell .auth-top{padding:20px}.authm-shell .auth-main{align-items:flex-start;padding:32px 20px 64px}.authm-shell .auth-card__sub{margin-bottom:32px}}
