html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-nav-btn.active {
  background: #E8F5F0;
  color: #0F5C4D;
  font-weight: 600;
}

.table-link {
  color: #0F5C4D;
  font-weight: 600;
  cursor: pointer;
}

.table-link:hover {
  text-decoration: underline;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge-green {
  background: #E8F5F0;
  color: #0F5C4D;
}

.badge-orange {
  background: #FFF2E8;
  color: #C46E3B;
}

.badge-red {
  background: #FDECEC;
  color: #B42318;
}

.badge-gray {
  background: #F3F4F6;
  color: #475467;
}

.is-hidden {
  display: none !important;
}
