/* 企业微信登录门禁 —— 界面样式 */
.lg-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:linear-gradient(160deg,#f4f6fa 0%,#eef2ff 100%);padding:24px}
.lg-card{background:#fff;border:1px solid #e5e9f0;border-radius:16px;padding:32px 28px 26px;
  box-shadow:0 4px 24px rgba(16,24,40,.08);text-align:center;max-width:380px;width:100%}
.lg-logo{font-size:20px;font-weight:800;color:#1f2937;letter-spacing:.5px}
.lg-desc{font-size:12px;color:#6b7280;margin-top:8px;line-height:1.7}
.lg-desc span{color:#9ca3af;font-size:11px}
.lg-qr{margin:20px auto 6px;min-height:200px;display:flex;align-items:center;justify-content:center}
.lg-qr iframe{border:0}
.lg-hint{font-size:12px;color:#6b7280;margin-bottom:4px}
.lg-hint b{color:#2f54eb}
.lg-tip{margin-top:14px;font-size:13px;font-weight:600;padding:10px 12px;border-radius:8px;line-height:1.6}
.lg-tip.ok{background:#ecfdf5;color:#047857}
.lg-tip.bad{background:#fef2f2;color:#b91c1c}
.lg-sub{font-size:11px;color:#9ca3af;margin-top:6px;line-height:1.6}
.lg-sub b{color:#6b7280}
.lg-off{font-size:13px;color:#9ca3af;line-height:1.8;padding:40px 10px}
.lg-off span{font-size:11px}
.lg-foot{margin-top:18px;font-size:11px;color:#9ca3af;text-align:center;line-height:1.7}

/* 顶部用户条 */
.utop{display:flex;align-items:center;justify-content:space-between;gap:12px;
  background:#fff;border:1px solid #e5e9f0;border-radius:10px;padding:8px 14px;margin-bottom:16px}
.utop .who{font-size:12px;color:#6b7280}
.utop .who b{color:#1f2937}
.utop .acts{display:flex;gap:8px}
.utop .acts a{font-size:12px;color:#2f54eb;cursor:pointer}
.utop .acts a.gray{color:#9ca3af}
