.login-container{justify-content:center;align-items:center;gap:4rem;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.login-box{width:100%;max-width:480px;padding:3rem 2.5rem}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{margin-bottom:.5rem;font-size:2.5rem}.login-header p{color:var(--color-text-muted)}.login-form{flex-direction:column;gap:1.5rem;display:flex}.button-group{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.button-group button{width:100%;padding:14px;font-size:1.1rem}.features-preview{max-width:400px}.features-preview h2{color:#fff;margin-bottom:1.5rem;font-size:2rem}.features-preview ul{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.features-preview li{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:1.1rem;display:flex}.error-message{color:#fca5a5;text-align:center;background:#ef44441a;border-color:#ef444480;margin-bottom:1.5rem;padding:1rem}@media (max-width:860px){.login-container{flex-direction:column;gap:2rem}.features-preview{display:none}}
