.iboohoo-leads-wrap{ padding: 18px 0; }
.iboohoo-leads-card{
  max-width: 680px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(0,119,255,.08), rgba(0,0,0,0));
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.07);
}
.iboohoo-leads-header{ padding: 6px 6px 14px; }
.iboohoo-leads-badge{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,119,255,.12);
  color: #0b5ed7;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 8px;
}
.iboohoo-leads-title{ margin: 0 0 6px; font-size: 24px; }
.iboohoo-leads-subtitle{ margin: 0; opacity: .8; }

.iboohoo-leads-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 8px 6px 0;
}
@media (max-width: 640px){
  .iboohoo-leads-grid{ grid-template-columns: 1fr; }
}
.iboohoo-leads-field label{ display:block; font-weight: 600; margin: 0 0 6px; }
.iboohoo-leads-field input{
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.14);
  background: #fff;
  outline: none;
}
.iboohoo-leads-field input:focus{
  border-color: rgba(0,119,255,.55);
  box-shadow: 0 0 0 4px rgba(0,119,255,.12);
}
.iboohoo-leads-btn{
  margin: 14px 6px 0;
  width: calc(100% - 12px);
  padding: 12px 14px;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(90deg, #0b5ed7, #0077ff);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
}
.iboohoo-leads-btn:hover{ filter: brightness(1.02); }
.iboohoo-leads-btn-arrow{ font-size: 18px; }

.iboohoo-leads-msg{
  margin: 12px 6px 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.04);
}
.iboohoo-leads-msg.success{ background: rgba(25,135,84,.10); color:#0f5132; }
.iboohoo-leads-msg.error{ background: rgba(220,53,69,.10); color:#842029; }

.iboohoo-leads-notice{
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
}

/* Dashboard */
.iboohoo-leads-dash{
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 18px 55px rgba(0,0,0,.07);
  background: #fff;
}
.iboohoo-leads-dash-top{
  display:flex; align-items:center; justify-content:space-between; gap: 12px; flex-wrap:wrap;
  margin-bottom: 10px;
}
.iboohoo-leads-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.iboohoo-leads-action{
  display:inline-block; padding: 8px 12px; border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration:none;
}
.iboohoo-leads-action:hover{ background: rgba(0,0,0,.03); }

.iboohoo-leads-dash-filters{ display:flex; gap:10px; flex-wrap:wrap; margin: 10px 0 12px; }
.iboohoo-leads-search{
  flex: 1;
  min-width: 240px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.14);
}
.iboohoo-leads-range{
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.14);
}

.iboohoo-leads-table-wrap{ overflow:auto; }
.iboohoo-leads-table{
  width: 100%;
  border-collapse: collapse;
}
.iboohoo-leads-table th, .iboohoo-leads-table td{
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding: 10px 10px;
  text-align:left;
  white-space: nowrap;
}
.iboohoo-leads-del{
  color: #dc3545;
  text-decoration:none;
  font-weight: 700;
}
.iboohoo-leads-del:hover{ text-decoration: underline; }

.iboohoo-leads-pager{
  display:flex; gap:10px; align-items:center; justify-content:flex-end;
  margin-top: 12px;
}
.iboohoo-leads-pagebtn{
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  cursor:pointer;
}
.iboohoo-leads-pagebtn:hover{ background: rgba(0,0,0,.03); }
