@layer components{.auth-shell{background-color:var(--color-surface-sunken);color:var(--color-fg);transition:background-color .3s ease,color .3s ease}.auth-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:radial-gradient(1100px 620px at 6% -14%,color-mix(in srgb,var(--color-primary-400) 13%,transparent),transparent 62%),radial-gradient(940px 560px at 98% 2%,color-mix(in srgb,var(--color-primary-500) 10%,transparent),transparent 60%),radial-gradient(820px 700px at 52% 116%,color-mix(in srgb,var(--color-accent-400) 9%,transparent),transparent 64%)}.dark .auth-shell:before{background-image:radial-gradient(1100px 620px at 6% -14%,color-mix(in srgb,var(--color-primary-400) 16%,transparent),transparent 62%),radial-gradient(940px 560px at 98% 2%,color-mix(in srgb,var(--color-primary-500) 24%,transparent),transparent 60%),radial-gradient(820px 700px at 52% 116%,color-mix(in srgb,var(--color-accent-400) 10%,transparent),transparent 64%)}.auth-aurora{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.auth-aurora:before,.auth-aurora:after{content:"";position:absolute;width:62vmax;height:62vmax;border-radius:50%}.auth-aurora:before{left:-24vmax;top:-26vmax;background:radial-gradient(closest-side,color-mix(in srgb,var(--color-primary-400) 16%,transparent),transparent 70%);animation:auth-aurora-a 38s ease-in-out 4 alternate forwards}.auth-aurora:after{right:-26vmax;bottom:-30vmax;background:radial-gradient(closest-side,color-mix(in srgb,var(--color-primary-500) 14%,transparent),transparent 70%);animation:auth-aurora-b 46s ease-in-out 4 alternate forwards}.dark .auth-aurora:before{background:radial-gradient(closest-side,color-mix(in srgb,var(--color-primary-400) 22%,transparent),transparent 70%)}.dark .auth-aurora:after{background:radial-gradient(closest-side,color-mix(in srgb,var(--color-accent-400) 14%,transparent),transparent 70%)}.auth-card{background-color:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 1px 2px #0000000a,0 12px 28px -10px #0000001a,0 40px 80px -36px #00000029;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.dark .auth-card{background-color:color-mix(in srgb,var(--color-surface) 88%,transparent);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff14,0 1px 2px #0006,0 24px 56px -16px #0000008c,0 60px 120px -48px #000000b3}@media(max-width:767px){.dark .auth-card{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:var(--color-surface)}}.auth-in-1,.auth-in-2,.auth-in-3,.auth-in-4{animation:auth-in var(--mc-slow) var(--ease-emphasized) both}.auth-in-1{animation-delay:0ms}.auth-in-2{animation-delay:calc(var(--mc-stagger) * 1)}.auth-in-3{animation-delay:calc(var(--mc-stagger) * 2)}.auth-in-4{animation-delay:calc(var(--mc-stagger) * 3)}.auth-stagger>*{animation:auth-in var(--mc-slow) var(--ease-emphasized) both}.auth-stagger>*:nth-child(1){animation-delay:calc(var(--mc-stagger) * 4)}.auth-stagger>*:nth-child(2){animation-delay:calc(var(--mc-stagger) * 5)}.auth-stagger>*:nth-child(3){animation-delay:calc(var(--mc-stagger) * 6)}.auth-stagger>*:nth-child(4){animation-delay:calc(var(--mc-stagger) * 7)}.auth-stagger>*:nth-child(5){animation-delay:calc(var(--mc-stagger) * 8)}.auth-stagger>*:nth-child(n+6){animation-delay:calc(var(--mc-stagger) * 11)}.auth-shell input,.auth-shell textarea{transition:box-shadow .22s ease,border-color .22s ease,background-color .3s ease}}@keyframes auth-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-aurora-a{0%{transform:translate(0) scale(1)}50%{transform:translate(18vw,14vh) scale(1.12)}to{transform:translate(30vw,4vh) scale(.96)}}@keyframes auth-aurora-b{0%{transform:translate(0) scale(1)}50%{transform:translate(-16vw,-12vh) scale(1.1)}to{transform:translate(-28vw,-2vh) scale(1.02)}}@layer utilities{.auth-shell input:-webkit-autofill,.auth-shell input:-webkit-autofill:hover,.auth-shell input:-webkit-autofill:focus,.auth-shell input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--color-surface) inset!important;box-shadow:0 0 0 1000px var(--color-surface) inset!important;-webkit-text-fill-color:var(--color-fg)!important;caret-color:var(--color-fg);transition:background-color 100000s ease-in-out 0s}.dark .auth-shell input{background-color:#ffffff0b;color:var(--color-fg)}.dark .auth-shell input:not([aria-invalid]){border-color:color-mix(in srgb,var(--color-fg-subtle) 65%,transparent)}.dark .auth-shell input:not([aria-invalid]):focus{border-color:var(--color-primary-400)}.dark .auth-shell input[aria-invalid],.dark .auth-shell input[aria-invalid]:focus{border-color:var(--color-danger)}}@layer utilities{.auth-shell input[aria-invalid]:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--color-danger) 20%,transparent)}.dark .auth-shell input:read-only{background-color:#ffffff05;color:var(--color-fg-muted)}.dark .auth-shell input::placeholder{color:var(--color-fg-subtle)}@media(max-height:640px){.auth-shell .auth-shell-body{padding-top:1.25rem;padding-bottom:max(1.25rem,env(safe-area-inset-bottom))}.auth-shell .auth-brand{margin-bottom:.75rem}.auth-shell .auth-tagline{display:none}}}@media(prefers-reduced-motion:reduce){.auth-aurora:before,.auth-aurora:after{animation:none}.auth-in-1,.auth-in-2,.auth-in-3,.auth-in-4,.auth-stagger>*{animation:none;opacity:1;transform:none}.auth-shell,.auth-card,.auth-shell input,.auth-shell textarea{transition:none}}
