@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #f8fafc;
  color: #1e293b;
  min-height: 100vh;
}

.filter-input {
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  color: #0f172a;
  font-size: 0.875rem;
  padding: 0.6rem 0.85rem;
  outline: none;
  transition: all 0.15s ease-in-out;
}
.filter-input:focus {
  border-color: #059669;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

.avatar-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  background-color: #f0fdf4;
  color: #059669;
  border: 1px solid #d1fae5;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.party-pill-pmln {
  background-color: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.party-pill-ppp {
  background-color: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.party-pill-pti {
  background-color: #fefce8;
  color: #a16207;
  border: 1px solid #fef08a;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.party-pill-other {
  background-color: #f8fafc;
  color: #475569;
  border: 1px solid #cbd5e1;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  white-space: nowrap;
}

.form-section-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f172a;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
.form-section-indicator {
  width: 0.35rem;
  height: 1.2rem;
  background-color: #059669;
  border-radius: 9999px;
  display: inline-block;
}

.timer-pill {
  background: #f0fdf4;
  border: 1px solid #86efac;
  color: #15803d;
}
.timer-pill-warning {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #b91c1c;
}
