.vjm-auth-card{max-width:520px;margin:24px auto;padding:24px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 6px 20px rgba(0,0,0,.06)}
.vjm-auth-theme-card{background:#fff}
.vjm-auth-theme-outline{background:#fff;border-style:solid;border-width:2px;border-color:#d1d5db;box-shadow:none}
.vjm-auth-theme-dark{background:#111827;color:#e5e7eb;border-color:#374151}
.vjm-auth-theme-dark a{color:#93c5fd}
.vjm-auth-logo{display:flex;justify-content:center;margin-bottom:12px}
.vjm-auth-logo img{max-height:72px;width:auto}
.vjm-auth-title{margin:0 0 12px 0;text-align:center;font-size:1.4rem}
.vjm-auth-form form{display:flex;flex-direction:column;gap:10px}
.vjm-auth-form label{display:block;font-weight:600;margin-bottom:4px}
.vjm-auth-form input[type=text],.vjm-auth-form input[type=password],.vjm-auth-form input[type=email]{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px}
.vjm-auth-theme-dark .vjm-auth-form input[type=text],.vjm-auth-theme-dark .vjm-auth-form input[type=password],.vjm-auth-theme-dark .vjm-auth-form input[type=email]{background:#111827;color:#e5e7eb;border-color:#374151}
.vjm-auth-form .forgetmenot{display:flex;align-items:center}
.vjm-auth-form .submit .button{width:100%;padding:10px 14px}
.vjm-auth-notice{margin:0 0 12px 0;padding:10px 12px;border-radius:8px;font-size:.95rem}
.vjm-auth-notice.success{background:#ecfdf5;border:1px solid #10b981;color:#065f46}
.vjm-auth-footer{text-align:center;margin-top:8px}
.vjm-auth-footer .vjm-auth-link{color:#2563eb;text-decoration:none}
.vjm-register-form .vjm-row-2{display:flex;gap:12px;flex-wrap:wrap}
.vjm-register-form .vjm-row-2 p{flex:1 1 220px;margin:0 0 8px}
.vjm-forms-checks{margin:8px 0}
.vjm-forms-checks .vjm-check{display:inline-block;margin:0 12px 8px 0}
.vjm-note{color:#6b7280;font-size:.9rem}
@media (max-width:600px){.vjm-auth-card{margin:12px;padding:18px}}
