.home-main{background:linear-gradient(135deg,#ececec,#f7f7f7,#fff);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.home-card{background:var(--surface-color);border-top:4px solid var(--primary-color);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);text-align:center;padding:2.5rem 2rem}.home-logo-wrap{justify-content:center;margin-bottom:1.5rem;display:flex}.home-logo-wrap img{object-fit:contain;max-width:200px;height:auto}.home-title{color:var(--text-color);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.home-subtitle{color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.home-form{flex-direction:column;display:flex}.home-field{text-align:left;margin-bottom:1rem}.home-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.home-input{border:1.5px solid var(--border-color);border-radius:var(--radius-md);width:100%;transition:var(--transition);color:var(--text-color);background:#fafafa;outline:none;padding:.75rem 1rem;font-size:1rem}.home-input:focus{border-color:var(--primary-color);background:#fff}.home-input:disabled{opacity:.6;cursor:not-allowed}.home-error{color:var(--error-color);margin-top:.25rem;font-size:.8rem;display:block}.home-error-general{color:var(--error-color);text-align:center;margin-bottom:1rem;font-size:1rem}.home-btn{color:#fff;background:linear-gradient(135deg, var(--primary-color), #3f3d9e);border-radius:var(--radius-md);cursor:pointer;width:100%;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;border:none;margin-top:.5rem;padding:.85rem;font-size:1rem;font-weight:700;box-shadow:0 4px 12px #215eb959}.home-btn:hover{opacity:.92;box-shadow:0 6px 16px #215eb973}.home-btn:disabled{opacity:.6;cursor:not-allowed}.home-btn-outline{color:var(--primary-color);border:1px solid var(--primary-color);box-shadow:none;background:0 0}.home-btn-outline:hover{opacity:1;background:#215eb90d}.home-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;margin:0 auto;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.home-success-icon{background:var(--success-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:2rem;display:flex}.home-section{border-radius:var(--radius-md);background:#215eb90a;border:1px solid #215eb91a;margin-bottom:1rem;padding:1rem}.home-checkbox-field{cursor:pointer;align-items:center;gap:.75rem;display:flex}.home-checkbox{cursor:pointer;width:18px;height:18px;accent-color:var(--primary-color)}.home-checkbox-label{color:var(--text-color);-webkit-user-select:none;user-select:none;font-size:.9rem;font-weight:600}
