.auth-container{min-height:100vh;width:100vw;display:flex}@media (min-width:768px){.auth-container{height:100vh;overflow:hidden}}.auth-hero-bg{background:linear-gradient(135deg,var(--color-emerald-primary) 0,var(--color-emerald-dark) 100%);position:relative;overflow:hidden}.auth-hero-bg:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(16,185,129,.15) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(249,115,22,.1) 0,transparent 40%)}.auth-card{box-shadow:0 10px 25px -5px rgba(15,23,42,.05),0 8px 10px -6px rgba(15,23,42,.01);border:2px solid #f3f4f6;border-radius:var(--radius-xl)}.auth-card--scrollable{max-height:90vh;overflow-y:auto}.auth-card--scrollable::-webkit-scrollbar{width:6px}.auth-card--scrollable::-webkit-scrollbar-track{background:transparent}.auth-card--scrollable::-webkit-scrollbar-thumb{background-color:#E5E7EB;border-radius:20px}