/* Unbundled frost overrides — linked from layout so minifiers cannot drop backdrop-filter. */

.app-header-shell.page-site-header:has(.site-header-bar.liquid-glass) {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html[data-theme="light"] .ops-home-hero.liquid-glass,
html[data-theme="light"] .ops-home-hero.liquid-glass--hero,
html[data-theme="light"] .ops-home .glass-panel.liquid-glass,
html[data-theme="light"] .ops-home .hero-mashup-shell.liquid-glass,
html[data-theme="light"] .ops-featured-airport.liquid-glass,
html[data-theme="light"] .ops-kpi-strip.liquid-glass,
html[data-theme="light"] .ops-home-section.liquid-glass,
html[data-theme="light"] .ops-live-board-page .glass-panel.liquid-glass,
html[data-theme="light"] .ops-live-board-page .hero-mashup-shell.liquid-glass,
html[data-theme="light"] .ops-live-board-page .ops-live-board-scan-card.liquid-glass,
html[data-theme="light"] .ops-live-board-page .hero-stat-card.liquid-glass,
html[data-theme="light"] .ops-status-page .status-hero.liquid-glass,
html[data-theme="light"] .ops-status-page .status-counter.liquid-glass,
html[data-theme="light"] .ops-status-page .status-signal-card.liquid-glass {
  backdrop-filter: blur(18px) saturate(110%) !important;
}

html[data-theme="light"] .liquid-glass--nav,
html[data-theme="light"] .site-header-bar.liquid-glass {
  backdrop-filter: blur(12px) saturate(104%) !important;
}

html[data-theme="light"] .site-header-bar.liquid-glass {
  background: color-mix(in srgb, #ffffff 88%, transparent) !important;
}
