.auth-layout{min-height:100vh;padding:var(--space-lg);background:radial-gradient(ellipse at 50% 0%,#6366f114 0%,transparent 60%),var(--color-bg);justify-content:center;align-items:center;display:flex}.auth-layout__container{width:100%;max-width:420px}.auth-layout__brand{justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);display:flex}.auth-layout__logo{background:linear-gradient(135deg,var(--color-accent),#818cf8);border-radius:var(--radius-lg);color:#fff;width:48px;height:48px;box-shadow:var(--shadow-glow);justify-content:center;align-items:center;display:flex}.auth-layout__title{font-size:var(--text-3xl);text-align:center;letter-spacing:-.02em;font-weight:700}.auth-layout__subtitle{font-size:var(--text-sm);color:var(--color-text-muted);text-align:center;margin-bottom:var(--space-2xl)}
