.auth-canvas{width:100%;min-height:100dvh;font-family:var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif;box-sizing:border-box;background:radial-gradient(120% 80% at 50% -10%,#241542 0%,#150c29 45%,#0a0714 100%);position:relative;overflow:hidden}.auth-canvas__grid{pointer-events:none;background-image:radial-gradient(#ffffff17 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 0%,#0000 75%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 0%,#0000 75%)}.auth-canvas__glow{filter:blur(100px);pointer-events:none;border-radius:50%;animation:16s ease-in-out infinite auth-canvas-float;position:absolute}.auth-canvas__glow--a{background:radial-gradient(circle,#5b3df58c,#0000 70%);width:560px;height:560px;top:-180px;left:-140px}.auth-canvas__glow--b{background:radial-gradient(circle,#8b5cf673,#0000 70%);width:480px;height:480px;animation-delay:-6s;bottom:-180px;right:-100px}.auth-canvas__glow--c{background:radial-gradient(circle,#ec489938,#0000 70%);width:420px;height:420px;animation-delay:-11s;top:30%;right:10%}@keyframes auth-canvas-float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(26px,-22px)scale(1.08)}}@media (prefers-reduced-motion:reduce){.auth-canvas__glow{animation:none}}.auth-canvas__inner{z-index:1;box-sizing:border-box;justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex;position:relative}.auth-canvas:has(.auth-canvas__marketing) .auth-canvas__inner{grid-template-columns:1fr;align-items:center;gap:3rem;max-width:1180px;margin:0 auto;padding:3rem 2rem;display:grid}@media (min-width:960px){.auth-canvas:has(.auth-canvas__marketing) .auth-canvas__inner{grid-template-columns:1.05fr .95fr;padding:2rem 3rem}}.auth-canvas__marketing{color:#fff;max-width:30rem;display:none}@media (min-width:960px){.auth-canvas__marketing{display:block}}.auth-canvas__mark{letter-spacing:-.01em;align-items:center;gap:10px;margin-bottom:2.25rem;font-size:1.1rem;font-weight:700;display:inline-flex}.auth-canvas__mark-icon{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff24;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.auth-canvas__headline{letter-spacing:-.03em;max-width:18ch;margin:0 0 1.75rem;font-size:clamp(1.9rem,2.6vw,2.5rem);font-weight:700;line-height:1.2}.auth-canvas__features{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.auth-canvas__features li{color:#ffffffbf;align-items:center;gap:.7rem;font-size:.95rem;display:flex}.auth-canvas__feature-dot{background:linear-gradient(135deg,#8b5cf6,#5b3df5);border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 10px #8b5cf6b3}.auth-canvas__card-slot{justify-content:center;width:100%;display:flex}@media (min-width:960px){.auth-canvas:has(.auth-canvas__marketing) .auth-canvas__card-slot{justify-content:flex-start}}