[data-auth-shell]{min-height:100vh;position:relative;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 12% 12%,var(--color-primary-soft-strong) 0,transparent 50%),radial-gradient(circle at 88% 88%,var(--color-accent-soft) 0,transparent 50%),linear-gradient(180deg,var(--color-background) 0,var(--color-surface-muted) 100%)}[data-auth-shell]:after,[data-auth-shell]:before{content:"";position:absolute;border-radius:var(--radius-full);filter:blur(80px);opacity:.55;pointer-events:none}[data-auth-shell]:before{width:26rem;height:26rem;top:-8rem;left:-8rem;background:var(--color-primary-soft-strong)}[data-auth-shell]:after{width:30rem;height:30rem;bottom:-10rem;right:-10rem;background:var(--color-accent-soft)}[data-auth-header]{padding:1.25rem 1.5rem;justify-content:space-between}[data-auth-header],[data-auth-main]{position:relative;z-index:1;display:flex;align-items:center}[data-auth-main]{flex:1;justify-content:center;padding:1.5rem}[data-auth-footer]{position:relative;z-index:1;padding:1rem 1.5rem;text-align:center;font-size:.75rem;color:var(--color-muted-foreground)}[data-auth-card]{width:100%;max-width:28rem;background-color:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg)}[data-auth-brand]{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;margin-bottom:1.5rem}[data-auth-brand] [data-brand-mark]{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-primary) 0,oklch(.62 .18 295) 100%);color:var(--color-primary-foreground);box-shadow:var(--shadow-md)}