.status {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  min-height: 1.625rem;
  padding: 0.25rem 0.625rem;
  text-transform: uppercase;
}
.nav-link {
  border-radius: 6px;
  color: #334155;
  display: inline-flex;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.45rem 0.65rem;
}
.nav-link:hover {
  background: #f1f5f9;
  color: #020617;
}
.metric-card {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  padding: 1rem;
}
.action-link {
  color: #047857;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.table-row-hover:hover {
  background: #f8fafc;
}
.status-green {
  background: #dcfce7;
  color: #166534;
}
.status-yellow {
  background: #fef3c7;
  color: #92400e;
}
.status-red {
  background: #fee2e2;
  color: #991b1b;
}
.status-pending {
  background: #e2e8f0;
  color: #334155;
}
.risk-badge {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 800;
  min-height: 1.625rem;
  padding: 0.25rem 0.625rem;
}
.risk-low {
  background: #dcfce7;
  color: #166534;
}
.risk-moderate {
  background: #cffafe;
  color: #155e75;
}
.risk-high {
  background: #fef3c7;
  color: #92400e;
}
.risk-critical {
  background: #fee2e2;
  color: #991b1b;
}
input, select, textarea {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0.5rem;
  width: 100%;
}
textarea {
  min-height: 7rem;
}
input[type="file"] {
  padding: 0.4rem;
}
label {
  color: #334155;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
form p {
  margin: 0;
}
.map-panel {
  border-radius: 6px;
  height: 360px;
  min-height: 360px;
  overflow: hidden;
  width: 100%;
}
.map-panel-large {
  height: 560px;
  min-height: 560px;
}
@media print {
  .no-print,
  nav,
  script {
    display: none !important;
  }
  body {
    background: #ffffff !important;
  }
  section {
    break-inside: avoid;
  }
  .map-panel,
  .map-panel-large {
    height: 420px;
    min-height: 420px;
  }
}
