.auth-page{background:color-mix(in srgb, var(--store-primary,#4f46e5) 4%, #f8fafc);grid-template-columns:1fr;min-height:100vh;display:grid}@media (min-width:1024px){.auth-page{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr)}}.auth-page-brand{color:#fff;background:linear-gradient(145deg, var(--store-primary,#4f46e5) 0%, color-mix(in srgb, var(--store-primary,#4f46e5) 70%, #0f172a) 55%, var(--store-accent,#7c3aed) 100%);padding:3rem;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.auth-page-brand{flex-direction:column;justify-content:space-between;display:flex}}.auth-page-brand:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 20%,#ffffff2e,#0000 45%),radial-gradient(circle at 80% 70%,#ffffff1a,#0000 40%);position:absolute;inset:0}.auth-page-brand-inner{z-index:1;position:relative}.auth-page-form-wrap{justify-content:center;align-items:center;padding:2rem 1.25rem;display:flex}.auth-page-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;width:100%;max-width:28rem;padding:2rem;box-shadow:0 1px 2px #0f172a0a,0 12px 40px #0f172a14}.auth-account-tabs{background:#f1f5f9;border-radius:.875rem;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem;padding:.35rem;display:grid}.auth-account-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:.65rem;justify-content:center;align-items:center;gap:.5rem;padding:.65rem .75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.auth-account-tab--active{color:var(--store-primary,#4f46e5);background:#fff;box-shadow:0 1px 3px #0f172a14}.auth-required-note{color:#94a3b8;margin-bottom:1rem;font-size:.75rem}.auth-required-note span{color:#ef4444;font-weight:600}.auth-link{color:var(--store-primary,#4f46e5);font-weight:600}.auth-link:hover{text-decoration:underline}
