.tab-btn[aria-selected="true"] {
  background: linear-gradient(135deg, #ec4899, #0ea5e9);
  color: white;
}

.tab-btn[aria-selected="false"] {
  color: #475569;
}

.gender-chip span {
  display: inline-flex;
  cursor: pointer;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  background: #fff;
}

.gender-chip input:checked + span {
  border-color: #ec4899;
  background: #fff7fb;
  color: #be185d;
}

.btn-primary,
.btn-secondary {
  border-radius: 0.9rem;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, #ec4899, #db2777);
  color: white;
}

.btn-secondary {
  background: white;
  border: 1px solid #e2e8f0;
  color: #334155;
}

.name-card {
  border-radius: 1rem;
  background: white;
  padding: 1rem;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.06);
  border: 1px solid #e2e8f0;
  cursor: pointer;
}

.name-card:hover {
  border-color: #f9a8d4;
}

.slant-bar {
  height: 0.5rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #ec4899, #94a3b8, #0ea5e9);
  position: relative;
}

.slant-marker {
  position: absolute;
  top: 50%;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 9999px;
  background: white;
  border: 2px solid #334155;
  transform: translate(-50%, -50%);
}
