.animated-banners-container{z-index:10;color:#f8fbff;flex-direction:column;justify-content:center;height:100%;padding:0 3rem;display:flex;position:relative}@media (min-width:1280px){.animated-banners-container{padding:0 5rem}}.animated-banners-logo-content{align-items:center;gap:.75rem;display:flex}.animated-banners-logo-icon{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#f8fbff24;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.animated-banners-logo-text{font-family:var(--font-heading);letter-spacing:var(--font-heading-tracking);font-size:1.25rem;font-weight:700}.animated-banners-content{flex-direction:column;flex:1;justify-content:center;max-width:32rem;display:flex}.animated-banners-banner-content{opacity:1;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(0)}.animated-banners-banner-content.animating{opacity:0;transform:translateY(2rem)}.animated-banners-icon-badge{margin-bottom:2rem}.animated-banners-icon-wrapper{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#f8fbff24;border-radius:1rem;justify-content:center;align-items:center;width:5rem;height:5rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;display:flex}.animated-banners-icon-wrapper svg{width:2rem;height:2rem}.animated-banners-title{font-family:var(--font-heading);text-wrap:balance;letter-spacing:var(--font-heading-tracking);margin-bottom:1.5rem;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width:1280px){.animated-banners-title{font-size:2.25rem}}@media (min-width:1536px){.animated-banners-title{font-size:3rem}}.animated-banners-description{color:#f8fbffe0;font-size:1.125rem;line-height:1.75}@media (min-width:1280px){.animated-banners-description{font-size:1.25rem}}.animated-banners-indicators{gap:.5rem;margin-top:3rem;display:flex}.animated-banners-indicator{background-color:var(--auth-overlay-40);cursor:pointer;border:none;border-radius:9999px;height:.375rem;transition:width .3s,background-color .3s}.animated-banners-indicator:hover{background-color:var(--auth-overlay-60)}.animated-banners-indicator.active{background-color:#f8fbff;width:2.5rem}.animated-banners-indicator:not(.active){width:.5rem}.animated-banners-decorative1{opacity:.1;width:24rem;height:24rem;position:absolute;bottom:0;right:0}.animated-banners-decorative1:before{content:"";filter:blur(3rem);background-color:#f8fbffeb;border-radius:50%;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;position:absolute;inset:0}.animated-banners-decorative2{opacity:.05;width:8rem;height:8rem;position:absolute;top:25%;right:3rem}.animated-banners-decorative2:before{content:"";filter:blur(2rem);background-color:#f8fbffe0;border-radius:50%;position:absolute;inset:0}.animated-banners-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.animated-banners-particle{background-color:var(--auth-overlay-30);border-radius:50%;position:absolute}.animated-banners-particle1{width:.5rem;height:.5rem;animation:6s ease-in-out infinite float;top:33.333%;left:25%}.animated-banners-particle2{background-color:var(--auth-overlay-20);width:.75rem;height:.75rem;animation:6s ease-in-out 2s infinite float;top:66.666%;right:33.333%}.animated-banners-particle3{background-color:var(--auth-overlay-40);width:.375rem;height:.375rem;animation:6s ease-in-out infinite float;bottom:25%;left:33.333%}
.auth-layout-container{background:0 0;min-height:100vh;display:flex}.auth-layout-sidebar{background:radial-gradient(circle at 18% 18%, #f8fbff1f, transparent 24%), radial-gradient(circle at 82% 20%, #ff796529, transparent 20%), radial-gradient(circle at 70% 80%, #f8fbff14, transparent 24%), linear-gradient(140deg, var(--brand-blue-pressed) 0%, color-mix(in srgb, var(--brand-blue-pressed) 82%, var(--text-primary-dark)) 60%, color-mix(in srgb, var(--brand-orange-default) 18%, var(--brand-blue-pressed)) 100%);width:50%;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.auth-layout-sidebar{display:flex}}.auth-layout-background-pattern{opacity:.1;position:absolute;inset:0}.auth-layout-background-pattern:before{content:"";background:radial-gradient(circle at 30% 20%, var(--auth-overlay-20) 0%, transparent 50%);position:absolute;inset:0}.auth-layout-background-pattern:after{content:"";background:radial-gradient(circle at 70% 80%, var(--auth-overlay-15) 0%, transparent 40%);position:absolute;inset:0}.auth-layout-content{padding:var(--spacing-lg);background-color:#0000;flex:1;justify-content:center;align-items:center;display:flex}@media (min-width:1024px){.auth-layout-content{padding:var(--spacing-2xl)}}.auth-layout-content-full-width{width:100%}.auth-layout-form-container{background:var(--surface-raised);border:1px solid var(--surface-border-strong);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-clay-card);-webkit-backdrop-filter:none;backdrop-filter:none;padding:clamp(1.5rem,2vw,2rem)}.auth-back-link{align-items:center;gap:var(--spacing-sm);color:var(--muted-foreground);font-size:var(--font-size-body-small-desktop);margin-bottom:var(--spacing-lg);border-radius:var(--radius-pill);background:var(--surface-soft);border:1px solid var(--surface-border-strong);box-shadow:var(--shadow-clay-soft);padding:.55rem .85rem;text-decoration:none;transition:color .15s;display:inline-flex}.auth-back-link:hover{color:var(--brand-blue-pressed);background:var(--surface-blue)}.auth-back-link:focus-visible{box-shadow:var(--shadow-clay-soft), var(--shadow-focus);outline:none}
