/* Canonical WinBet shared-header parity. Loaded after route-specific overlays. */
html body .app-frame .topbar,
html body .app-frame .topbar:has(.topbar__actions--account) {
  background: #1a2e39 !important;
  background-color: #1a2e39 !important;
  background-image: none !important;
  border-bottom-color: rgba(115, 153, 174, 0.08) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.024),
    0 8px 16px rgba(5, 15, 21, 0.16),
    0 18px 34px rgba(5, 14, 20, 0.18) !important;
}

@media (max-width: 720px) {
  html body .app-frame .topbar,
  html body .app-frame .topbar:has(.topbar__actions--account) {
    box-shadow:
      inset 0 1px rgba(255, 255, 255, 0.024),
      0 7px 14px rgba(5, 15, 21, 0.15),
      0 16px 30px rgba(5, 14, 20, 0.17) !important;
  }
}
