.auth-content{--auth-content-width:420px;--auth-content-padding:1.5rem}.auth-shell{min-height:100dvh;padding:var(--auth-content-padding,1.5rem);background:var(--color-background);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:3rem;display:flex;position:relative;overflow:hidden auto}@media (min-height:700px){.auth-shell{padding-top:var(--auth-content-padding,1.5rem);justify-content:center}}.auth-shell:before{content:"";background:radial-gradient(ellipse at 30% 20%,oklch(from var(--color-primary)l c h/.08)0%,transparent 50%),radial-gradient(ellipse at 70% 80%,oklch(from var(--color-primary)l c h/.05)0%,transparent 40%);pointer-events:none;z-index:0;width:200%;height:200%;position:fixed;top:-50%;left:-50%}.auth-shell:after{content:"";background-image:radial-gradient(circle at 1px 1px,var(--color-muted-foreground)1px,transparent 0);opacity:.03;pointer-events:none;z-index:0;background-size:32px 32px;position:fixed;inset:0}.auth-header{z-index:50;background:oklch(from var(--color-background)l c h/.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-bottom:1px solid oklch(from var(--color-border)l c h/.5);justify-content:space-between;align-items:center;height:3.5rem;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.auth-header-left{align-items:center;gap:.75rem;display:flex}.auth-header-right{align-items:center;gap:.5rem;display:flex}.auth-container{z-index:1;width:100%;max-width:var(--auth-content-width,420px);flex-direction:column;gap:1.5rem;animation:.4s ease-out auth-fade-in;display:flex;position:relative}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-logo{flex-direction:column;align-items:center;gap:.5rem;display:flex}.auth-card{background:var(--color-card);border:1px solid var(--color-border);box-shadow:0 1px 3px oklch(from var(--color-foreground)l c h/.04),0 6px 16px oklch(from var(--color-foreground)l c h/.04),0 12px 32px oklch(from var(--color-foreground)l c h/.02);border-radius:1rem;overflow:hidden}.auth-card-logo{justify-content:center;padding:2rem 2rem 0;display:flex}.auth-card-content{padding:1.5rem 2rem 2rem}.auth-card-footer{background:oklch(from var(--color-muted)l c h/.3);border-top:1px solid var(--color-border);text-align:center;padding:1rem 2rem}@media (max-width:480px){.auth-card-logo{padding:1.5rem 1.5rem 0}.auth-card-content{padding:1rem 1.5rem 1.5rem}.auth-card-footer{padding:.75rem 1.5rem}}.auth-divider{color:var(--color-muted-foreground);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-social-buttons{gap:.75rem;display:flex}.auth-social-buttons>*{flex:1}.auth-success-icon{background:oklch(from var(--color-primary)l c h/.1);width:64px;height:64px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto;animation:.3s ease-out auth-success-pop;display:flex}@keyframes auth-success-pop{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}
