.auth-wrapper{place-items:center;min-height:100vh;display:grid}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:32px;box-shadow:0 10px 25px #00000014}.auth-title{color:#111827;margin-bottom:6px;font-size:1.8rem;font-weight:700}.auth-subtitle{color:#6b7280;margin-bottom:24px;font-size:.95rem}.auth-form{flex-direction:column;gap:16px;display:flex}.field{flex-direction:column;display:flex}.field label{color:#374151;margin-bottom:6px;font-size:.9rem}.field input,.field select{border:1px solid #d1d5db;border-radius:8px;outline:none;height:50px;padding:12px;font-size:14px;transition:border-color .2s}.field input:focus,.field select:focus{border-color:#2563eb}.auth-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:14px;font-weight:600;transition:background .2s}.auth-btn:hover{background:#1e4fd8}.auth-btn:disabled{cursor:not-allowed;background:#9db5f3}.auth-error{color:#dc2626;font-size:.85rem}.auth-success{color:#16a34a;font-size:.85rem}.auth-footer{text-align:center;color:#374151;margin-top:20px;font-size:.85rem}.auth-footer a{color:#2563eb;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-text-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-bottom:10px;font-size:.85rem;font-weight:500}.auth-text-btn:hover{text-decoration:underline}@media (max-width:480px){.auth-card{padding:24px}.auth-title{font-size:1.5rem}}
