#app-view .navbar {
  background: #ffffff !important;
}

#resource-list .list-group-item {
  border-left: 0;
  border-right: 0;
  cursor: pointer;
}

#resource-list .list-group-item.active {
  background: #f0f6ff;
  color: #0d6efd;
  border-color: #d6e7ff;
}

#metrics .card {
  border: 1px solid #e9edf5;
}

.metric-title {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

.metric-value {
  font-size: 1.8rem;
  font-weight: 700;
}

#search-input {
  min-width: 220px;
}

.app-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
}

.app-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.app-modal-dialog {
  position: relative;
  width: min(900px, calc(100% - 2rem));
  max-height: calc(100vh - 3rem);
  margin: 1.5rem auto;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #search-input {
    min-width: 150px;
  }
}
