/* NOC Portal — Grafana frosted-glass overlay.
   Selectors kept top-level so the theme survives Grafana minor upgrades.
   Revert by removing the <Location /grafana/> mod_substitute block in
   /etc/apache2/sites-enabled/000-default-le-ssl.conf. */

body,
.dashboard-container,
.scrollbar-view {
  background: linear-gradient(135deg, #0b1020 0%, #14223e 60%, #0d1830 100%) fixed !important;
}

.panel-container,
[class*="panel-content"] {
  background: rgba(20, 28, 48, 0.55) !important;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
}

.panel-title {
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  opacity: 0.9;
}
