.auth-page-wrap{background:#f8f9fb;padding:24px 0 32px}.auth-box{width:100%;max-width:580px;margin:0 auto}.auth-card{background:#fff;border-radius:20px;padding:36px 32px;box-shadow:0 4px 30px rgba(0,0,0,.09);animation:fadeUp .3s ease}@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-title{font-size:22px;font-weight:800;color:#1e293b;margin-bottom:4px;display:flex;align-items:center;gap:8px}.auth-title i{color:#f80e63}.auth-subtitle{font-size:13px;color:#94a3b8;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #f8f9fb}.auth-field{margin-bottom:16px}.auth-field label{display:block;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.auth-field input{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;padding:11px 14px;font-size:14px;color:#1e293b;background:#f8f9fb;transition:border-color .2s,box-shadow .2s;outline:none;font-family:inherit;box-sizing:border-box}.auth-field input:focus{border-color:#f80e63;box-shadow:0 0 0 3px rgba(248,14,99,.08);background:#fff}.auth-field .field-hint{font-size:12px;color:#ef4444;margin-top:4px;display:block}.auth-error{background:#fff5f7;border:1px solid #ffb3c6;border-radius:8px;padding:10px 14px;font-size:13px;color:#e11d48;margin-bottom:16px;display:flex;align-items:center;gap:8px}.btn-auth{display:block;width:100%;background:linear-gradient(135deg,#f80e63,#ff4d8f);color:#fff;border:none;border-radius:12px;padding:13px;font-size:15px;font-weight:700;text-align:center;cursor:pointer;transition:all .2s;letter-spacing:.5px;margin-top:8px;font-family:inherit}.btn-auth:hover{background:linear-gradient(135deg,#d6005a,#f80e63);transform:translateY(-1px);box-shadow:0 6px 20px rgba(248,14,99,.3)}.btn-auth:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-switch{text-align:center;margin-top:20px;font-size:13.5px;color:#64748b}.auth-switch a{color:#f80e63;font-weight:700;text-decoration:none;cursor:pointer}.auth-switch a:hover{text-decoration:underline}.pw-input-wrap{position:relative}.pw-input-wrap input{padding-right:42px !important}.pw-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;padding:0;font-size:14px;line-height:1}.pw-toggle:hover{color:#f80e63}.pw-strength-bar{height:4px;background:#e2e8f0;border-radius:4px;margin-top:6px;overflow:hidden}.pw-strength-fill{height:100%;width:0;border-radius:4px;transition:width .3s,background .3s}.pw-rules{list-style:none;padding:8px 0 2px;margin:0;font-size:12px;display:flex;flex-wrap:wrap;gap:4px 12px}.pw-rules li{color:#94a3b8;transition:color .2s}.pw-rules li.ok{color:#059669}.pw-rules li i{color:#cbd5e1;margin-right:3px;transition:color .2s}.pw-rules li.ok i{color:#059669}.pw-match-indicator{font-size:12px;color:#059669;margin-top:6px;font-weight:600}#passwordlhelper1{color:#ef4444;font-weight:600}.auth-panel{display:none}.auth-panel.active{display:block;animation:fadeUp .3s ease}