.auth-module__gECMPG__shell{background:var(--canvas-solid);min-height:100dvh;color:var(--auth-text);-webkit-font-smoothing:antialiased;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);display:grid}.auth-module__gECMPG__brandPanel{background:var(--sidebar-bg);color:var(--sidebar-text);flex-direction:column;justify-content:space-between;gap:40px;padding:56px 52px;display:flex;position:relative;overflow:hidden}.auth-module__gECMPG__brandPanel:before{content:"";background-image:radial-gradient(ellipse 70% 55% at 12% -5%, rgb(var(--rgb-rail-ink) / .1), transparent 62%), radial-gradient(circle at 1px 1px, rgb(var(--rgb-rail-ink) / .07) 1px, transparent 0);pointer-events:none;background-size:100% 100%,22px 22px;position:absolute;inset:0}.auth-module__gECMPG__brandInner,.auth-module__gECMPG__brandFooter{position:relative}.auth-module__gECMPG__brandInner{flex-direction:column;gap:22px;max-width:380px;margin-top:auto;display:flex}.auth-module__gECMPG__brandMark{border-radius:var(--radius-xl);width:52px;height:52px;color:var(--sidebar-text-strong);background:var(--sidebar-active-bg);border:1px solid var(--sidebar-active-border);place-items:center;font-size:28px;display:grid}.auth-module__gECMPG__brandTitle{letter-spacing:-.02em;color:var(--sidebar-text-strong);text-wrap:balance;margin:0;font-size:30px;font-weight:700;line-height:1.15}.auth-module__gECMPG__brandTagline{color:var(--sidebar-muted);text-wrap:pretty;margin:10px 0 0;font-size:14px;line-height:1.6}.auth-module__gECMPG__brandPoints{flex-direction:column;gap:13px;margin:6px 0 0;padding:0;list-style:none;display:flex}.auth-module__gECMPG__brandPoint{color:var(--sidebar-text);align-items:center;gap:12px;font-size:13px;display:flex}.auth-module__gECMPG__brandPointIcon{border-radius:var(--radius-md);width:28px;height:28px;color:var(--sidebar-muted-hover);background:var(--sidebar-hover-bg);border:1px solid var(--sidebar-hairline);flex-shrink:0;place-items:center;font-size:17px;display:grid}.auth-module__gECMPG__brandFooter{color:var(--sidebar-subtle);margin:0;font-size:12px}.auth-module__gECMPG__formPanel{background:var(--auth-surface);justify-content:center;align-items:center;padding:56px 40px;display:flex}.auth-module__gECMPG__formInner{width:100%;max-width:372px}.auth-module__gECMPG__formHeader{margin-bottom:26px}.auth-module__gECMPG__title{letter-spacing:-.02em;color:var(--auth-text);text-wrap:balance;margin:0;font-size:26px;font-weight:700}.auth-module__gECMPG__subtitle{color:var(--auth-text-secondary);text-wrap:pretty;margin:7px 0 0;font-size:13px;line-height:1.55}.auth-module__gECMPG__form{flex-direction:column;gap:16px;display:flex}.auth-module__gECMPG__label{color:var(--auth-text);flex-direction:column;gap:7px;font-size:13px;font-weight:600;display:flex}.auth-module__gECMPG__inputWrapper{align-items:center;display:flex;position:relative}.auth-module__gECMPG__inputWrapper input{border-radius:var(--radius-lg);border:1px solid var(--auth-border);background:var(--auth-surface-soft);width:100%;height:44px;color:var(--auth-text);outline:none;padding:0 12px 0 40px;font-size:14px;transition:border-color .18s,background-color .18s,box-shadow .18s}.auth-module__gECMPG__inputWrapper input::placeholder{color:var(--auth-text-muted)}.auth-module__gECMPG__inputWrapper input:hover:not(:focus){border-color:var(--auth-border-hover)}.auth-module__gECMPG__inputWrapper input:focus{border-color:var(--accent);background:var(--auth-input-bg);box-shadow:0 0 0 3px rgb(var(--rgb-accent) / .16)}.auth-module__gECMPG__inputWrapper:has(.auth-module__gECMPG__iconButton) input{padding-right:44px}.auth-module__gECMPG__icon{color:var(--auth-text-muted);pointer-events:none;font-size:18px;transition:color .18s;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.auth-module__gECMPG__inputWrapper:focus-within .auth-module__gECMPG__icon{color:var(--auth-text-secondary)}.auth-module__gECMPG__iconButton{border-radius:var(--radius-md);cursor:pointer;width:32px;height:32px;color:var(--auth-text-muted);background:0 0;border:none;place-items:center;transition:color .15s,background-color .15s;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.auth-module__gECMPG__iconButton:after{content:"";width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-module__gECMPG__iconButton:hover{color:var(--auth-text);background:var(--auth-surface-soft)}.auth-module__gECMPG__iconButton span{font-size:19px}.auth-module__gECMPG__submit{border-radius:var(--radius-xl);background:linear-gradient(135deg, var(--accent), var(--purple));height:44px;color:var(--on-accent);letter-spacing:.01em;cursor:pointer;box-shadow:0 1px 2px rgb(var(--rgb-shadow) / .16), 0 8px 20px rgb(var(--rgb-shadow) / .14);border:none;justify-content:center;align-items:center;gap:9px;margin-top:2px;font-size:14px;font-weight:600;transition:transform .14s cubic-bezier(.2,0,0,1),box-shadow .2s,opacity .2s;display:flex}.auth-module__gECMPG__submit:hover:not(:disabled){box-shadow:0 1px 2px rgb(var(--rgb-shadow) / .2), 0 12px 26px rgb(var(--rgb-shadow) / .2)}.auth-module__gECMPG__submit:active:not(:disabled){transform:scale(.96)}.auth-module__gECMPG__submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.auth-module__gECMPG__cancelButton{border:1px solid var(--auth-border);border-radius:var(--radius-lg);background:var(--auth-surface);height:40px;color:var(--auth-text-secondary);cursor:pointer;margin-top:4px;padding:0 18px;font-size:13px;font-weight:500;transition:transform .14s cubic-bezier(.2,0,0,1),background-color .15s,border-color .15s,color .15s}.auth-module__gECMPG__cancelButton:hover{background:var(--auth-surface-soft);border-color:var(--auth-border-hover);color:var(--auth-text)}.auth-module__gECMPG__cancelButton:active{transform:scale(.96)}.auth-module__gECMPG__footer{border-top:1px solid var(--auth-border);text-align:center;margin-top:2px;padding-top:16px}.auth-module__gECMPG__link{color:var(--auth-text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;padding:6px 8px;font-size:12.5px;font-weight:500;text-decoration:none;transition:color .15s}.auth-module__gECMPG__link:hover{color:var(--auth-text);text-underline-offset:3px;text-decoration:underline}.auth-module__gECMPG__submit:focus-visible,.auth-module__gECMPG__cancelButton:focus-visible,.auth-module__gECMPG__iconButton:focus-visible,.auth-module__gECMPG__link:focus-visible,.auth-module__gECMPG__backButton:focus-visible,.auth-module__gECMPG__authOption:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-module__gECMPG__error,.auth-module__gECMPG__success{border-radius:var(--radius-lg);align-items:flex-start;gap:9px;padding:10px 12px;font-size:12.5px;line-height:1.5;animation:.24s cubic-bezier(.2,0,0,1) both auth-module__gECMPG__authNoticeIn;display:flex}.auth-module__gECMPG__error{border:1px solid rgb(var(--rgb-danger) / .22);background:var(--auth-danger-bg);color:var(--danger-deep)}.auth-module__gECMPG__success{border:1px solid rgb(var(--rgb-success) / .22);background:var(--auth-success-bg);color:var(--success-deep)}.auth-module__gECMPG__noticeIcon{flex-shrink:0;margin-top:1px;font-size:17px}.auth-module__gECMPG__stepInfo{align-items:center;gap:6px;margin-bottom:20px;display:flex}.auth-module__gECMPG__backButton{cursor:pointer;width:32px;height:32px;color:var(--auth-text-secondary);border-radius:var(--radius-md);background:0 0;border:none;flex-shrink:0;place-items:center;transition:background-color .15s,color .15s;display:grid;position:relative}.auth-module__gECMPG__backButton:after{content:"";width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-module__gECMPG__backButton:hover{background:var(--auth-surface-soft);color:var(--auth-text)}.auth-module__gECMPG__backButton span{font-size:19px}.auth-module__gECMPG__stepEmail{color:var(--auth-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.auth-module__gECMPG__authOptions{flex-direction:column;gap:10px;display:flex}.auth-module__gECMPG__authOption{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:var(--radius-xl);cursor:pointer;text-align:left;align-items:center;gap:13px;padding:13px 14px;transition:transform .14s cubic-bezier(.2,0,0,1),background-color .15s,border-color .15s,box-shadow .2s;display:flex}.auth-module__gECMPG__authOption:hover{background:var(--auth-surface-hover);border-color:var(--auth-border-hover);box-shadow:0 4px 14px rgb(var(--rgb-shadow) / .07)}.auth-module__gECMPG__authOption:disabled{cursor:wait;opacity:.72}.auth-module__gECMPG__authOption:active{transform:scale(.96)}.auth-module__gECMPG__authOptionPrimary{border-color:rgb(var(--rgb-accent) / .28);background:linear-gradient(135deg, rgb(var(--rgb-accent) / .05), rgb(var(--rgb-purple) / .05))}.auth-module__gECMPG__authOptionPrimary:hover{border-color:rgb(var(--rgb-accent) / .4);background:linear-gradient(135deg, rgb(var(--rgb-accent) / .09), rgb(var(--rgb-purple) / .09));box-shadow:0 6px 18px rgb(var(--rgb-shadow) / .1)}.auth-module__gECMPG__initialPasskeyButton{width:100%;font:inherit}.auth-module__gECMPG__authOptionIcon{border-radius:var(--radius-lg);flex-shrink:0;place-items:center;width:38px;height:38px;font-size:20px;display:grid}.auth-module__gECMPG__authOptionIconPasskey{background:linear-gradient(135deg, var(--accent), var(--purple));color:var(--on-accent);box-shadow:0 2px 8px rgb(var(--rgb-shadow) / .18)}.auth-module__gECMPG__authOptionIconPassword{background:var(--auth-surface-soft);border:1px solid var(--auth-border);color:var(--auth-text-secondary)}.auth-module__gECMPG__authOptionContent{flex:1;min-width:0}.auth-module__gECMPG__authOptionTitle{color:var(--auth-text);font-size:13.5px;font-weight:600}.auth-module__gECMPG__authOptionDescription{color:var(--auth-text-muted);margin-top:2px;font-size:12px;line-height:1.45}.auth-module__gECMPG__authOptionArrow{color:var(--auth-text-muted);flex-shrink:0;font-size:20px;transition:transform .18s cubic-bezier(.2,0,0,1)}.auth-module__gECMPG__authOption:hover .auth-module__gECMPG__authOptionArrow{transform:translate(2px)}.auth-module__gECMPG__authOptions+.auth-module__gECMPG__error{margin-top:14px}.auth-module__gECMPG__divider{color:var(--auth-text-muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:12px;margin:2px 0;font-size:11.5px;display:flex}.auth-module__gECMPG__divider:before,.auth-module__gECMPG__divider:after{content:"";background:var(--auth-border);flex:1;height:1px}.auth-module__gECMPG__checkingAuth{color:var(--auth-text-secondary);flex-direction:column;align-items:center;gap:14px;padding:32px 24px;font-size:13px;display:flex}.auth-module__gECMPG__spinner{border:2px solid var(--auth-border);border-top-color:var(--accent);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite auth-module__gECMPG__authSpin}.auth-module__gECMPG__buttonSpinner{border:2px solid color-mix(in srgb, currentColor 32%, transparent);border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.7s linear infinite auth-module__gECMPG__authSpin}.auth-module__gECMPG__passkeyAuth{flex-direction:column;align-items:center;gap:14px;padding:20px 8px 8px;display:flex}.auth-module__gECMPG__passkeyAuthIcon{border-radius:var(--radius-2xl);width:66px;height:66px;color:var(--accent);background:linear-gradient(135deg, rgb(var(--rgb-accent) / .1), rgb(var(--rgb-purple) / .1));border:1px solid rgb(var(--rgb-accent) / .16);place-items:center;font-size:32px;display:grid;position:relative}.auth-module__gECMPG__passkeyAuthIcon:before,.auth-module__gECMPG__passkeyAuthIcon:after{content:"";border-radius:inherit;border:1px solid rgb(var(--rgb-accent) / .4);animation:2.4s cubic-bezier(.2,0,0,1) infinite auth-module__gECMPG__authRipple;position:absolute;inset:0}.auth-module__gECMPG__passkeyAuthIcon:after{animation-delay:1.2s}.auth-module__gECMPG__passkeyAuthText{color:var(--auth-text);text-align:center;font-size:14px;font-weight:600}.auth-module__gECMPG__passkeyAuthHint{color:var(--auth-text-muted);text-align:center;text-wrap:pretty;max-width:250px;font-size:12.5px;line-height:1.5}.auth-module__gECMPG__step>*{animation:.3s cubic-bezier(.2,0,0,1) both auth-module__gECMPG__authRise}.auth-module__gECMPG__step>:first-child{animation-delay:0s}.auth-module__gECMPG__step>:nth-child(2){animation-delay:60ms}.auth-module__gECMPG__step>:nth-child(n+3){animation-delay:.11s}.auth-module__gECMPG__brandInner>*,.auth-module__gECMPG__brandFooter,.auth-module__gECMPG__formHeader{animation:.42s cubic-bezier(.2,0,0,1) both auth-module__gECMPG__authRise}.auth-module__gECMPG__formHeader{animation-delay:60ms}.auth-module__gECMPG__brandInner>:nth-child(2){animation-delay:80ms}.auth-module__gECMPG__brandInner>:nth-child(3){animation-delay:.15s}.auth-module__gECMPG__brandFooter{animation-delay:.22s}@keyframes auth-module__gECMPG__authRise{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes auth-module__gECMPG__authNoticeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes auth-module__gECMPG__authSpin{to{transform:rotate(360deg)}}@keyframes auth-module__gECMPG__authRipple{0%{opacity:.75;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@media (max-width:900px){.auth-module__gECMPG__shell{grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr)}.auth-module__gECMPG__brandPanel{gap:0;padding:20px 24px}.auth-module__gECMPG__brandInner{flex-direction:row;align-items:center;gap:14px;max-width:none;margin-top:0}.auth-module__gECMPG__brandMark{width:40px;height:40px;font-size:22px}.auth-module__gECMPG__brandTitle{font-size:17px}.auth-module__gECMPG__brandTagline,.auth-module__gECMPG__brandPoints,.auth-module__gECMPG__brandFooter{display:none}.auth-module__gECMPG__formPanel{align-items:flex-start;padding:40px 24px}}@media (max-width:420px){.auth-module__gECMPG__formPanel{padding:32px 20px}.auth-module__gECMPG__title{font-size:23px}}@media (prefers-reduced-motion:reduce){.auth-module__gECMPG__step>*,.auth-module__gECMPG__brandInner>*,.auth-module__gECMPG__brandFooter,.auth-module__gECMPG__formHeader,.auth-module__gECMPG__error,.auth-module__gECMPG__success{animation:none}.auth-module__gECMPG__passkeyAuthIcon:before,.auth-module__gECMPG__passkeyAuthIcon:after{opacity:0;animation:none}.auth-module__gECMPG__submit:active:not(:disabled),.auth-module__gECMPG__cancelButton:active,.auth-module__gECMPG__authOption:active,.auth-module__gECMPG__authOption:hover .auth-module__gECMPG__authOptionArrow{transform:none}}
