.auth-layout{width:100%;min-height:100vh;font-family:var(--font-geist-sans), system-ui, sans-serif;display:flex}.auth-form-panel{background-color:var(--background);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2.5rem 1.5rem;display:flex}.auth-form-container{width:100%;max-width:400px}.auth-logo{margin-bottom:2rem}.auth-brand-panel{background-color:var(--muted);color:var(--foreground);border-left:1px solid var(--border);flex-direction:column;flex:1.2;justify-content:center;padding:3rem 4rem;display:none;position:relative}@media (min-width:1024px){.auth-brand-panel{display:flex}}.auth-brand-content{flex-direction:column;gap:2rem;width:100%;max-width:600px;margin:0 auto;display:flex}.auth-brand-text{flex-direction:column;gap:.75rem;display:flex}.auth-brand-text h2{letter-spacing:-.02em;color:var(--foreground);font-size:1.375rem;font-weight:700;line-height:1.3}.auth-brand-text p{color:var(--muted-foreground);font-size:.8125rem;line-height:1.6}
