.zls-login-wrapper { max-width:420px; margin:60px auto; padding:0 20px; font-family:-apple-system,BlinkMacSystemFont,sans-serif; }
.zls-login-header { text-align:center; margin-bottom:32px; }
.zls-logo { display:flex; align-items:center; justify-content:center; gap:12px; margin-bottom:12px; }
.zls-logo-icon { width:48px; height:48px; background:#1717e1; border-radius:12px; }
.zls-logo span { font-size:24px; font-weight:700; }
.zls-tagline { color:#666; font-size:14px; margin:0; }
.zls-login-card { background:#fff; border-radius:16px; padding:32px; box-shadow:0 4px 24px rgba(0,0,0,0.08); }
.zls-login-card h2 { margin:0 0 8px; font-size:24px; }
.zls-subtitle { color:#666; margin:0 0 24px; }
.zls-form-group { margin-bottom:20px; }
.zls-form-group label { display:block; font-weight:600; margin-bottom:8px; font-size:13px; text-transform:uppercase; }
.zls-form-group input[type="email"], .zls-form-group input[type="password"] { width:100%; padding:12px; border:1px solid #e5e7eb; border-radius:8px; font-size:15px; box-sizing:border-box; }
.zls-form-group input:focus { outline:none; border-color:#1717e1; }
.zls-forgot-link { display:block; text-align:right; margin-top:8px; font-size:13px; color:#1717e1; }
.zls-checkbox-group { display:flex; align-items:center; gap:8px; margin-bottom:20px; }
.zls-btn-primary { width:100%; padding:14px; background:#1717e1; color:#fff; border:none; border-radius:8px; font-weight:600; cursor:pointer; }
.zls-btn-primary:hover { background:#5a2dcf; }
.zls-divider { text-align:center; margin:24px 0; position:relative; }
.zls-divider:before { content:""; position:absolute; top:50%; left:0; right:0; height:1px; background:#e5e7eb; }
.zls-divider span { background:#fff; padding:0 12px; position:relative; color:#6b7280; }
.zls-register-link { text-align:center; font-size:14px; color:#4b5563; margin:0; }
.zls-register-link a { color:#1717e1; }
.zls-login-footer { text-align:center; margin-top:32px; padding-top:24px; border-top:1px solid #e5e7eb; }
.zls-login-footer p { margin:0 0 12px; color:#9ca3af; }
.zls-login-footer nav { display:flex; justify-content:center; gap:20px; }
.zls-login-footer nav a { color:#9ca3af; text-decoration:none; }
.zls-kyc-container { max-width:800px; margin:40px auto; padding:0 20px; }
.zls-kyc-header { text-align:center; margin-bottom:32px; }
.zls-kyc-card { background:#fff; border-radius:16px; padding:32px; box-shadow:0 2px 12px rgba(0,0,0,0.08); margin-bottom:24px; }
.zls-status-icon { width:64px; height:64px; margin:0 auto 16px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:28px; }
.zls-status-icon.denied { background:#fee2e2; color:#dc2626; }
.zls-status-icon.pending { background:#fef3c7; color:#d97706; }
.zls-status-icon.approved { background:#d1fae5; color:#059669; }
.zls-status-title { font-size:24px; font-weight:700; margin:0 0 12px; text-align:center; }
.zls-status-reason { text-align:center; color:#666; margin-bottom:24px; }
.zls-btn-group { display:flex; gap:12px; justify-content:center; }
.zls-btn { padding:12px 24px; border-radius:8px; border:none; cursor:pointer; font-weight:600; }
.zls-alert.success { background:#d4edda; color:#155724; padding:12px; border-radius:8px; margin:16px 0; }