#page_wrapper {
  background: #0b0f19 !important;
}
#inner_wrapper {
  background: linear-gradient(180deg, #0d1321 0%, #0b0f19 100%) !important;
}
.service-card, .bookmark > a {
  background: #131a2e !important;
  border: 1px solid #1e2d4a !important;
  border-radius: 10px !important;
  transition: all .2s !important;
}
.service-card:hover, .bookmark > a:hover {
  background: #182238 !important;
  border-color: #2a4070 !important;
  transform: translateY(-1px);
}
.services-group h2, .bookmark-group h2 {
  color: #38bdf8 !important;
  font-size: .9rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.service-name, .bookmark-name {
  color: #e2e8f0 !important;
  font-weight: 500 !important;
}
.service-description, .bookmark-description {
  color: #64748b !important;
}
.information-widget-resource {
  color: #38bdf8 !important;
}
.resource-usage .bg-theme-800\/70 {
  background-color: #38bdf8 !important;
}
#information-widgets {
  border-color: #1e2d4a !important;
}
.service-card:has(a[href=""]) { opacity: 0.85; cursor: default; }
