/* Monitor.Radio shared navigation — 2026-08-03
 * Presentation only: URLs, search action and access flows remain unchanged.
 */

body.monitor-public .mr-site-header {
  --mr-header-ink: #101828;
  --mr-header-muted: #718096;
  --mr-header-line: #dfe6f1;
  --mr-header-surface: #f4f7fc;
  position: sticky !important;
  top: 0 !important;
  z-index: 80 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, .72fr) minmax(330px, 520px) minmax(390px, .95fr) 46px !important;
  grid-template-areas: "brand search nav access" !important;
  align-items: center !important;
  gap: clamp(18px, 2vw, 34px) !important;
  min-height: 92px !important;
  padding: 16px max(32px, calc((100vw - 1500px) / 2)) !important;
  background: rgba(255, 255, 255, .96) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(209, 219, 233, .88) !important;
  box-shadow: 0 8px 28px rgba(22, 37, 73, .045) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
}

body.monitor-public .mr-site-header .mr-brand {
  grid-area: brand !important;
  display: inline-flex !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-self: start !important;
}

body.monitor-public .mr-site-header .mr-brand-logo-wrap {
  display: inline-flex !important;
  max-width: 100% !important;
  align-items: center !important;
}

body.monitor-public .mr-site-header .mr-brand-logo,
body.monitor-public .mr-site-header .mr-brand-logo-wrap .mr-brand-logo {
  display: block !important;
  width: auto !important;
  max-width: 238px !important;
  max-height: 56px !important;
  object-fit: contain !important;
}

body.monitor-public .mr-site-header .mr-search {
  grid-area: search !important;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 520px !important;
  min-height: 50px !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 5px 6px 5px 17px !important;
  background: var(--mr-header-surface) !important;
  border: 1px solid #e2e8f2 !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82) !important;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body.monitor-public .mr-site-header .mr-search:focus-within {
  background: #fff !important;
  border-color: #8fb4f2 !important;
  box-shadow: 0 0 0 4px rgba(49, 110, 220, .11), 0 10px 24px rgba(38, 69, 139, .08) !important;
}

body.monitor-public .mr-site-header .mr-search-icon {
  width: 21px !important;
  height: 21px !important;
  flex: 0 0 21px !important;
  color: #3763d7 !important;
  opacity: 1 !important;
}

body.monitor-public .mr-site-header .mr-search input {
  width: 100% !important;
  min-width: 0 !important;
  height: 38px !important;
  padding: 0 !important;
  color: var(--mr-header-ink) !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

body.monitor-public .mr-site-header .mr-search input::placeholder {
  color: #8995a8 !important;
  opacity: 1 !important;
}

body.monitor-public .mr-site-header .mr-search-submit {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 78px !important;
  min-height: 38px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  color: #fff !important;
  background: linear-gradient(135deg, #3549b5 0%, #287fd5 100%) !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 15px rgba(48, 77, 179, .18) !important;
  font: inherit !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  cursor: pointer !important;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease !important;
}

body.monitor-public .mr-site-header .mr-search-submit:hover,
body.monitor-public .mr-site-header .mr-search-submit:focus-visible {
  filter: brightness(1.04) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 20px rgba(48, 77, 179, .24) !important;
  outline: none !important;
}

body.monitor-public .mr-site-header .mr-nav {
  grid-area: nav !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 520px !important;
  align-items: center !important;
  justify-self: end !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 5px !important;
  overflow: visible !important;
  background: #f4f7fc !important;
  border: 1px solid #e2e8f2 !important;
  border-radius: 16px !important;
  white-space: nowrap !important;
}

body.monitor-public .mr-site-header .mr-nav a {
  position: relative !important;
  display: inline-flex !important;
  min-width: 0 !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  overflow: hidden !important;
  color: #344054 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 11px !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  text-transform: none !important;
  white-space: nowrap !important;
  transition: color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body.monitor-public .mr-site-header .mr-nav a::after {
  display: none !important;
}

body.monitor-public .mr-site-header .mr-nav a:hover,
body.monitor-public .mr-site-header .mr-nav a:focus-visible {
  color: #203aa3 !important;
  background: #fff !important;
  box-shadow: 0 5px 14px rgba(31, 53, 111, .08) !important;
  outline: none !important;
}

body.monitor-public .mr-site-header .mr-nav a.is-active,
body.monitor-public .mr-site-header .mr-nav a[aria-current="page"] {
  color: #fff !important;
  background: linear-gradient(135deg, #3d35bd 0%, #2c83d7 100%) !important;
  box-shadow: 0 7px 16px rgba(48, 69, 180, .19) !important;
}

body.monitor-public .mr-site-header .mr-access {
  grid-area: access !important;
  width: 46px !important;
  min-width: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  justify-self: end !important;
}

body.monitor-public .mr-site-header .mr-access-trigger,
body.monitor-public .mr-site-header .mr-mobile-search-toggle {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border: 1px solid #dce5f2 !important;
  border-radius: 15px !important;
  box-shadow: 0 6px 16px rgba(35, 54, 99, .07) !important;
}

body.monitor-public .mr-site-header .mr-access-trigger {
  display: block !important;
  align-self: center !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-image: url("/assets/images/icon-user-monitor.png?v=20260715") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 34px 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.monitor-public .mr-site-header .mr-access-trigger svg {
  display: none !important;
}

body.monitor-public .mr-site-header .mr-access-menu:hover .mr-access-trigger,
body.monitor-public .mr-site-header .mr-access-menu:focus-within .mr-access-trigger,
body.monitor-public .mr-site-header .mr-access-trigger:hover,
body.monitor-public .mr-site-header .mr-access-trigger:focus-visible {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.monitor-public .mr-site-header .mr-mobile-search-toggle {
  display: none !important;
}

body.monitor-public .mr-site-header .mr-mobile-search-toggle svg {
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

@media (min-width: 901px) and (max-width: 1240px) {
  body.monitor-public .mr-site-header {
    grid-template-columns: minmax(205px, .7fr) minmax(300px, 1.3fr) 46px !important;
    grid-template-areas:
      "brand search access"
      "nav nav nav" !important;
    gap: 10px 22px !important;
    min-height: 134px !important;
    padding-top: 13px !important;
    padding-bottom: 12px !important;
  }

  body.monitor-public .mr-site-header .mr-brand-logo,
  body.monitor-public .mr-site-header .mr-brand-logo-wrap .mr-brand-logo {
    max-width: 220px !important;
    max-height: 50px !important;
  }

  body.monitor-public .mr-site-header .mr-search {
    max-width: none !important;
  }

  body.monitor-public .mr-site-header .mr-nav {
    max-width: 620px !important;
    justify-self: center !important;
  }
}

@media (max-width: 900px) {
  body.monitor-public .mr-site-header {
    grid-template-columns: minmax(0, 1fr) 42px 42px !important;
    grid-template-areas:
      "brand searchbtn access"
      "nav nav nav" !important;
    gap: 12px 9px !important;
    min-height: 0 !important;
    padding: 14px 18px 12px !important;
    background: rgba(255, 255, 255, .98) !important;
  }

  body.monitor-public .mr-site-header.is-search-open {
    grid-template-areas:
      "brand searchbtn access"
      "search search search"
      "nav nav nav" !important;
  }

  body.monitor-public .mr-site-header .mr-brand-logo,
  body.monitor-public .mr-site-header .mr-brand-logo-wrap .mr-brand-logo {
    max-width: min(224px, calc(100vw - 148px)) !important;
    max-height: 48px !important;
  }

  body.monitor-public .mr-site-header .mr-mobile-search-toggle {
    grid-area: searchbtn !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: end !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 10px !important;
    color: #2947b2 !important;
    background: linear-gradient(180deg, #fff, #f4f7fc) !important;
    border-radius: 13px !important;
  }

  body.monitor-public .mr-site-header .mr-mobile-search-toggle:hover,
  body.monitor-public .mr-site-header .mr-mobile-search-toggle:focus-visible,
  body.monitor-public .mr-site-header.is-search-open .mr-mobile-search-toggle {
    color: #fff !important;
    background: linear-gradient(135deg, #3d35bd, #2c83d7) !important;
    border-color: transparent !important;
    outline: none !important;
  }

  body.monitor-public .mr-site-header .mr-access,
  body.monitor-public .mr-site-header .mr-access-trigger {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }

  body.monitor-public .mr-site-header .mr-access-trigger {
    border-radius: 13px !important;
  }

  body.monitor-public .mr-site-header .mr-search {
    grid-area: search !important;
    display: none !important;
    max-width: none !important;
    min-height: 48px !important;
    padding: 4px 5px 4px 14px !important;
    border-radius: 14px !important;
  }

  body.monitor-public .mr-site-header.is-search-open .mr-search {
    display: flex !important;
  }

  body.monitor-public .mr-site-header .mr-search input {
    height: 38px !important;
    font-size: 15px !important;
  }

  body.monitor-public .mr-site-header .mr-search-submit {
    min-width: 70px !important;
    min-height: 38px !important;
    padding: 0 13px !important;
  }

  body.monitor-public .mr-site-header .mr-nav {
    grid-area: nav !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    gap: 3px !important;
    padding: 4px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  body.monitor-public .mr-site-header .mr-nav a {
    min-height: 36px !important;
    padding: 0 5px !important;
    font-size: clamp(10.5px, 2.9vw, 13px) !important;
  }
}

@media (max-width: 390px) {
  body.monitor-public .mr-site-header {
    grid-template-columns: minmax(0, 1fr) 40px 40px !important;
    gap: 10px 7px !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
  }

  body.monitor-public .mr-site-header .mr-brand-logo,
  body.monitor-public .mr-site-header .mr-brand-logo-wrap .mr-brand-logo {
    max-width: min(192px, calc(100vw - 127px)) !important;
    max-height: 43px !important;
  }

  body.monitor-public .mr-site-header .mr-mobile-search-toggle,
  body.monitor-public .mr-site-header .mr-access,
  body.monitor-public .mr-site-header .mr-access-trigger {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  body.monitor-public .mr-site-header .mr-nav a {
    font-size: 10.5px !important;
    letter-spacing: -.02em !important;
  }
}

@media (max-width: 340px) {
  body.monitor-public .mr-site-header .mr-brand-logo,
  body.monitor-public .mr-site-header .mr-brand-logo-wrap .mr-brand-logo {
    max-width: 170px !important;
  }

  body.monitor-public .mr-site-header .mr-search-submit {
    min-width: 62px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.monitor-public .mr-site-header *,
  body.monitor-public .mr-site-header *::before,
  body.monitor-public .mr-site-header *::after {
    transition: none !important;
  }
}
