/* 移动端 CRM 样式 */
html, body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.crm-body {
  background: #f5f6f8;
  font-size: 15px;
}
.crm-topbar {
  min-height: 48px;
  padding: 0 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,.12);
}
.crm-main {
  padding: 12px;
  min-height: 100vh;
}
.crm-main.has-topbar {
  padding-top: 60px;
}
.crm-main.has-bottomnav {
  padding-bottom: 72px;
}
.crm-bottomnav {
  display: flex;
  justify-content: space-around;
  padding: 4px 0 6px;
  min-height: 56px;
}
.crm-bottomnav .nav-link {
  flex: 1;
  text-align: center;
  padding: 4px 2px;
  color: #6c757d;
  font-size: 11px;
}
.crm-bottomnav .nav-link .icon {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.crm-bottomnav .nav-link.active {
  color: #007bff;
  font-weight: 600;
}
.card-stat {
  border: none;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.list-item-company {
  border-radius: 8px;
  margin-bottom: 8px;
  background: #fff;
  padding: 12px 14px;
  box-shadow: 0 1px 2px rgba(0,0,0,.06);
}
.list-item-company:active {
  background: #f0f4ff;
}
.tag-hot {
  display: inline-block;
  margin: 4px;
  padding: 6px 12px;
  background: #e7f1ff;
  color: #0056b3;
  border-radius: 20px;
  font-size: 13px;
  border: 1px solid #b8daff;
}
.tag-hot.selected {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}
.password-mask {
  letter-spacing: 2px;
  color: #6c757d;
}
.btn-touch {
  min-height: 44px;
}
.form-control, .btn {
  font-size: 16px; /* 防止 iOS 缩放 */
}
.search-bar {
  position: sticky;
  top: 48px;
  z-index: 10;
  background: #f5f6f8;
  padding-bottom: 8px;
}
.admin-only-badge {
  font-size: 10px;
  vertical-align: middle;
}
