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