.mobile-auth-overlay{position:fixed;z-index:2000;inset:0;background:rgba(5,6,10,.16);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:auth-overlay-in .3s ease both;transition:opacity .3s ease,backdrop-filter .3s ease}.mobile-auth-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent}.mobile-auth-sheet{position:absolute;z-index:1;right:0;bottom:0;left:0;height:min(650px,92svh);display:grid;grid-template-rows:30px minmax(0,1fr);overflow:hidden;border:1px solid #30323b;border-bottom:0;border-radius:24px 24px 0 0;background:#0e0f14;box-shadow:0 -28px 80px rgba(0,0,0,.58);animation:auth-sheet-parent-in .4s cubic-bezier(.2,.8,.2,1) both;transition:transform .34s cubic-bezier(.2,.8,.2,1),opacity .28s ease}.mobile-auth-sheet.is-dragging{transition:none}.mobile-auth-handle{width:100%;height:30px;display:grid;place-items:center;padding:0;border:0;background:#0e0f14;touch-action:none;cursor:grab}.mobile-auth-handle i{width:48px;height:5px;border-radius:8px;background:#555864}.mobile-auth-frame{width:100%;height:100%;display:block;border:0;background:transparent}.mobile-auth-overlay.is-closing{opacity:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);pointer-events:none}.mobile-auth-overlay.is-closing .mobile-auth-sheet{transform:translateY(110%);opacity:0}@keyframes auth-overlay-in{from{opacity:0;backdrop-filter:blur(0)}to{opacity:1;backdrop-filter:blur(12px)}}@keyframes auth-sheet-parent-in{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}@media(max-height:680px){.mobile-auth-sheet{height:94svh}}@media(prefers-reduced-motion:reduce){.mobile-auth-overlay,.mobile-auth-sheet{animation:none;transition:none}}
.mobile-auth-handle{position:relative!important;z-index:10;height:56px!important;touch-action:none!important;-webkit-user-select:none;user-select:none}.mobile-auth-handle::after{content:"";position:absolute;inset:0}.mobile-auth-handle i{display:block;pointer-events:none;background:#858895!important}.mobile-auth-sheet{grid-template-rows:56px minmax(0,1fr)!important}.mobile-auth-frame{position:relative;z-index:1}
.desktop-auth-overlay{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:28px;box-sizing:border-box;background:rgba(3,4,8,.76);backdrop-filter:blur(14px);opacity:0;transition:opacity .28s ease}.desktop-auth-overlay.is-open{opacity:1}.desktop-auth-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent}.desktop-auth-dialog{position:relative;width:min(720px,calc(100vw - 56px));height:min(820px,calc(100vh - 56px));overflow:hidden;border:1px solid #343640;border-radius:22px;background:#0e0f14;box-shadow:0 34px 110px rgba(0,0,0,.68);transform:translateY(18px) scale(.985);transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .24s ease}.desktop-auth-overlay.is-open .desktop-auth-dialog{transform:none}.desktop-auth-overlay.is-closing{opacity:0;pointer-events:none}.desktop-auth-overlay.is-closing .desktop-auth-dialog{opacity:0;transform:translateY(15px) scale(.985)}.desktop-auth-close{position:absolute;z-index:3;top:14px;right:14px;width:40px;height:40px;display:grid;place-items:center;border:1px solid #343640;border-radius:10px;background:#191a21;color:#aaa;cursor:pointer}.desktop-auth-close:hover{border-color:#555762;color:#fff}.desktop-auth-frame{width:100%;height:100%;display:block;border:0;background:transparent}html.has-auth-dialog{overflow:hidden}@media(prefers-reduced-motion:reduce){.desktop-auth-overlay,.desktop-auth-dialog{transition:none!important}}
@media(max-width:700px){.mobile-auth-overlay.is-register .mobile-auth-sheet{height:calc(100svh - 8px);max-height:none}.mobile-auth-overlay.is-register .mobile-auth-frame{overflow:auto;-webkit-overflow-scrolling:touch}}
.mobile-auth-overlay .mobile-auth-sheet{animation:none;transform:translateY(100%)}.mobile-auth-overlay.is-sheet-open .mobile-auth-sheet{transform:translateY(0)}
@media(min-width:701px){.desktop-auth-dialog{width:min(560px,calc(100vw - 56px));height:min(650px,calc(100vh - 56px))}.desktop-auth-overlay.is-register .desktop-auth-dialog{width:min(760px,calc(100vw - 56px));height:min(880px,calc(100vh - 40px))}.desktop-auth-overlay.is-register{padding-block:20px}}
@media(min-width:701px){.desktop-auth-dialog{width:min(940px,calc(100vw - 40px));height:min(650px,calc(100vh - 40px));display:grid;grid-template-columns:minmax(280px,38%) minmax(0,1fr)}.desktop-auth-overlay.is-register .desktop-auth-dialog{width:min(1040px,calc(100vw - 40px));height:min(820px,calc(100vh - 30px))}.desktop-auth-visual{position:relative;min-width:0;overflow:hidden;background:#08090d}.desktop-auth-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,6,10,.06) 25%,rgba(5,6,10,.94) 100%)}.desktop-auth-visual>img{width:100%;height:100%;display:block;object-fit:cover}.desktop-auth-visual>div{position:absolute;z-index:1;right:28px;bottom:28px;left:28px}.desktop-auth-visual span{display:block;color:#ee62c4;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.desktop-auth-visual strong{display:block;margin-top:9px;color:#fff;font-size:26px;line-height:1.08;letter-spacing:-.035em}.desktop-auth-visual small{display:block;margin-top:10px;color:#a9aab3;font-size:11px;line-height:1.55}.desktop-auth-frame{min-width:0}.desktop-auth-close{top:12px;right:12px}}
@media(min-width:701px){.desktop-auth-visual>.desktop-auth-slides{position:absolute;z-index:0;inset:0}.desktop-auth-slides img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0;animation:auth-visual-cycle 20s infinite}.desktop-auth-slides img:nth-child(1){animation-delay:0s}.desktop-auth-slides img:nth-child(2){animation-delay:5s}.desktop-auth-slides img:nth-child(3){animation-delay:10s}.desktop-auth-slides img:nth-child(4){animation-delay:15s}.desktop-auth-visual>.desktop-auth-caption{position:absolute;z-index:2;right:28px;bottom:28px;left:28px}}@keyframes auth-visual-cycle{0%,20%{opacity:1;transform:scale(1)}25%,95%{opacity:0;transform:scale(1.045)}100%{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.desktop-auth-slides img{animation:none;opacity:0}.desktop-auth-slides img:first-child{opacity:1}}
