body.monitor-public .mr-home-v3 {
  --mrh-ink: #0b1327;
  --mrh-muted: #7e8ba4;
  --mrh-line: #dce4f0;
  --mrh-soft: #f5f7fb;
  --mrh-purple: #4c00b8;
  --mrh-blue: #2ca6dc;
  max-width: 1500px;
  margin: 0 auto;
  padding: 16px 0 58px;
  color: var(--mrh-ink);
}

body.monitor-public .mr-page > .mr-home-v3 {
  margin-top: 0;
  padding-top: 0;
}

body.monitor-public .mr-home-v3,
body.monitor-public .mr-home-v3 * {
  box-sizing: border-box;
}

body.monitor-public .mrh-hero {
  position: relative;
  display: block;
  min-height: 0;
  padding: 28px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(112deg, #3f00a6 0%, #6900e4 54%, #318fdf 100%);
  box-shadow: 0 18px 38px rgba(38, 48, 92, .14);
}

body.monitor-public .mrh-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -220px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  pointer-events: none;
}

body.monitor-public .mrh-hero-copy,
body.monitor-public .mrh-shortcuts {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body.monitor-public .mrh-live {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

body.monitor-public .mrh-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #62efd0;
  box-shadow: 0 0 0 6px rgba(98, 239, 208, .14);
}

body.monitor-public .mrh-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.15vw, 48px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .92;
}

body.monitor-public .mrh-hero h1 span {
  color: rgba(255, 255, 255, .68);
}

body.monitor-public .mrh-hero-copy > p:last-of-type {
  max-width: 620px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .83);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

body.monitor-public .mrh-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

body.monitor-public .mrh-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

body.monitor-public .mrh-hero-actions a:first-child {
  border-color: #fff;
  background: #fff;
  color: #37228c;
}

body.monitor-public .mrh-hero-actions a:hover,
body.monitor-public .mrh-hero-actions a:focus-visible {
  transform: translateY(-2px);
}

body.monitor-public .mrh-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.monitor-public .mrh-shortcuts a {
  display: flex;
  min-width: 0;
  min-height: 84px;
  flex-direction: column;
  justify-content: center;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: rgba(23, 29, 102, .18);
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

body.monitor-public .mrh-shortcuts a:hover,
body.monitor-public .mrh-shortcuts a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .14);
}

body.monitor-public .mrh-shortcuts span {
  color: #6af1d0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

body.monitor-public .mrh-shortcuts strong,
body.monitor-public .mrh-shortcuts small {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-shortcuts strong {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

body.monitor-public .mrh-shortcuts small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 700;
}

body.monitor-public .mrh-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.26fr) minmax(0, .9fr);
  align-items: start;
  gap: 20px;
  margin-top: 0;
}

body.monitor-public .mrh-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
}

body.monitor-public .mrh-panel {
  min-width: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(209, 220, 235, .9);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(21, 32, 74, .075);
}

body.monitor-public .mrh-station-list,
body.monitor-public .mrh-best-list {
  grid-template-columns: minmax(0, 1fr);
}

body.monitor-public .mrh-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--mrh-line);
}

body.monitor-public .mrh-section-head > div {
  min-width: 0;
}

body.monitor-public .mrh-kicker {
  margin: 0 0 6px !important;
  color: #55768b !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .11em !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

body.monitor-public .mrh-section-head h2 {
  min-width: 0;
  margin: 0;
  overflow: visible;
  color: var(--mrh-ink);
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.15;
  padding-bottom: .1em;
  white-space: normal;
  text-overflow: clip;
}

body.monitor-public .mrh-left-column .mrh-section-head h2,
body.monitor-public .mrh-right-column .mrh-section-head h2 {
  font-size: clamp(22px, 1.55vw, 27px);
}

body.monitor-public .mrh-section-head p:not(.mrh-kicker) {
  min-width: 0;
  margin: 1px 0 0;
  overflow: hidden;
  color: var(--mrh-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.22;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-scroll-controls {
  display: none;
}

body.monitor-public .mrh-section-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--mrh-line);
  border-radius: 999px;
  color: #526178;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

body.monitor-public .mrh-section-link:hover,
body.monitor-public .mrh-section-link:focus-visible {
  border-color: #aebcce;
  color: var(--mrh-purple);
}

body.monitor-public .mrh-recent-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--mrh-line);
  border-radius: 17px;
  background: var(--mrh-soft);
  color: var(--mrh-ink);
  text-decoration: none;
}

body.monitor-public .mrh-recent-cover,
body.monitor-public .mrh-recent-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

body.monitor-public .mrh-recent-image {
  height: 100%;
  object-fit: cover;
}

body.monitor-public .mrh-recent-station {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 15px 11px;
  border-bottom: 1px solid var(--mrh-line);
}

body.monitor-public .mrh-recent-station strong,
body.monitor-public .mrh-recent-track strong,
body.monitor-public .mrh-recent-track small {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-recent-station strong {
  font-size: 15px;
  font-weight: 900;
}

body.monitor-public .mrh-recent-station > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: var(--mrh-muted);
  font-size: 10px;
  font-weight: 800;
}

body.monitor-public .mrh-recent-station i,
body.monitor-public .mrh-station-copy small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mrh-blue);
}

body.monitor-public .mrh-recent-track {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 13px 15px;
}

body.monitor-public .mrh-recent-track .mr-station-logo {
  width: 42px;
  height: 42px;
  border: 1px solid #dbe4f0;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

body.monitor-public .mrh-recent-track strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.08;
}

body.monitor-public .mrh-recent-track small {
  margin-top: 2px;
  color: var(--mrh-muted);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.12;
}

body.monitor-public .mrh-recent-track b,
body.monitor-public .mrh-station-body > b,
body.monitor-public .mrh-track-card > b,
body.monitor-public .mrh-track-footer > b,
body.monitor-public .mrh-rd-card > b,
body.monitor-public .mrh-best-card > b {
  display: grid;
  width: 15px;
  height: 22px;
  place-items: center;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

body.monitor-public .mrh-recent-track b::before,
body.monitor-public .mrh-station-body > b::before,
body.monitor-public .mrh-track-card > b::before,
body.monitor-public .mrh-track-footer > b::before,
body.monitor-public .mrh-rd-card > b::before,
body.monitor-public .mrh-best-card > b::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #5530d4;
  border-right: 2px solid #5530d4;
  transform: translateX(-2px) rotate(45deg);
}

body.monitor-public .mrh-station-list,
body.monitor-public .mrh-rd-list,
body.monitor-public .mrh-best-list {
  display: grid;
  gap: 10px;
}

body.monitor-public .mrh-station-card {
  display: block;
  min-width: 0;
  min-height: 104px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--mrh-line);
  border-radius: 15px;
  background: var(--mrh-soft);
  color: var(--mrh-ink);
  text-decoration: none;
}

body.monitor-public .mrh-station-card .mr-station-logo {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #dbe4f0;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

body.monitor-public .mrh-station-head {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 13px 9px;
  border-bottom: 1px solid var(--mrh-line);
}

body.monitor-public .mrh-station-head strong,
body.monitor-public .mrh-station-track strong,
body.monitor-public .mrh-station-track em {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-station-head strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.08;
}

body.monitor-public .mrh-station-head small {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: var(--mrh-muted);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

body.monitor-public .mrh-station-body {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 10px 13px 11px;
}

body.monitor-public .mrh-station-track {
  display: block;
  min-width: 0;
}

body.monitor-public .mrh-station-track strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.08;
}

body.monitor-public .mrh-station-track em {
  margin-top: 2px;
  color: var(--mrh-muted);
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
}

body.monitor-public .mrh-trending-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

body.monitor-public .mrh-artist-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 2px 0 0;
  color: var(--mrh-ink);
  text-align: center;
  text-decoration: none;
}

body.monitor-public .mrh-artist-image {
  display: block;
  width: min(104px, 100%);
  aspect-ratio: 1;
  height: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d7e1ee;
  object-fit: cover;
}

body.monitor-public .mrh-artist-name {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.12;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-track-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.monitor-public .mrh-best-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 88px;
  padding: 11px;
  border: 1px solid var(--mrh-line);
  border-radius: 15px;
  background: var(--mrh-soft);
  color: var(--mrh-ink);
  text-decoration: none;
}

body.monitor-public .mrh-track-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mrh-line);
  border-radius: 16px;
  background: var(--mrh-soft);
  color: var(--mrh-ink);
  text-decoration: none;
}

body.monitor-public .mrh-track-image,
body.monitor-public .mrh-best-image {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 11px;
  background: #fff;
  object-fit: cover;
}

body.monitor-public .mrh-track-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

body.monitor-public .mrh-track-title {
  display: block;
  min-width: 0;
  padding: 14px 15px 13px;
  overflow: hidden;
  border-bottom: 1px solid var(--mrh-line);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.12;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-track-cover {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #eef2f8;
}

body.monitor-public .mrh-track-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 13px 15px 14px;
  border-top: 1px solid var(--mrh-line);
}

body.monitor-public .mrh-track-copy,
body.monitor-public .mrh-track-copy strong,
body.monitor-public .mrh-track-copy span,
body.monitor-public .mrh-track-copy small,
body.monitor-public .mrh-best-copy,
body.monitor-public .mrh-best-copy strong,
body.monitor-public .mrh-best-copy span,
body.monitor-public .mrh-best-copy small {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-best-copy strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.08;
}

body.monitor-public .mrh-best-copy span {
  margin-top: 2px;
  color: var(--mrh-muted);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.12;
}

body.monitor-public .mrh-track-copy small {
  margin-top: 3px;
  color: var(--mrh-muted);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.1;
}

body.monitor-public .mrh-track-copy strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-rd-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 106px;
  padding: 11px;
  border: 1px solid var(--mrh-line);
  border-radius: 15px;
  background: var(--mrh-soft);
  color: var(--mrh-ink);
  text-decoration: none;
}

body.monitor-public .mrh-rd-image {
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 12px;
  background: #fff;
  object-fit: cover;
}

body.monitor-public .mrh-rd-copy,
body.monitor-public .mrh-rd-copy strong,
body.monitor-public .mrh-rd-copy > span:not(.mrh-rd-date),
body.monitor-public .mrh-rd-copy small {
  display: block;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-rd-date {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #596c84;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.monitor-public .mrh-rd-date i {
  flex: 0 0 26px;
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5d00ce, #28a8df);
}

body.monitor-public .mrh-rd-date time {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.monitor-public .mrh-rd-copy strong {
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.08;
}

body.monitor-public .mrh-rd-copy > span:not(.mrh-rd-date) {
  margin-top: 2px;
  color: #66758c;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.1;
}

body.monitor-public .mrh-rd-copy small {
  margin-top: 2px;
  color: #91a0b5;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.08;
}

body.monitor-public .mrh-best-card {
  --mrh-genre: #5a38d6;
  --mrh-genre-soft: #f1edff;
  position: relative;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  min-height: 90px;
  overflow: hidden;
  border-left: 4px solid var(--mrh-genre);
  background: linear-gradient(100deg, var(--mrh-genre-soft), #f8f9fc 58%);
}

body.monitor-public .mrh-best-image {
  width: 62px;
  height: 62px;
}

body.monitor-public .mrh-best-copy small {
  width: max-content;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--mrh-genre);
  color: #fff;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1;
  text-transform: uppercase;
}

body.monitor-public .mrh-best-card:nth-child(2) { --mrh-genre: #d43e69; --mrh-genre-soft: #fff0f5; }
body.monitor-public .mrh-best-card:nth-child(3) { --mrh-genre: #168db6; --mrh-genre-soft: #eaf8fd; }
body.monitor-public .mrh-best-card:nth-child(4) { --mrh-genre: #d26a18; --mrh-genre-soft: #fff5e9; }
body.monitor-public .mrh-best-card:nth-child(5) { --mrh-genre: #188b68; --mrh-genre-soft: #eaf8f3; }
body.monitor-public .mrh-best-card:nth-child(6) { --mrh-genre: #8d4ac9; --mrh-genre-soft: #f6effc; }

body.monitor-public .mrh-best-card > b {
  align-self: center;
}

body.monitor-public .mrh-best-card > b::before {
  display: block;
  width: 11px;
  height: 18px;
  background: var(--mrh-genre);
  border: 0;
  clip-path: polygon(0 0, 27% 0, 100% 50%, 27% 100%, 0 100%, 73% 50%);
  transform: none;
}

body.monitor-public .mrh-recent-card:hover,
body.monitor-public .mrh-recent-card:focus-visible,
body.monitor-public .mrh-station-card:hover,
body.monitor-public .mrh-station-card:focus-visible,
body.monitor-public .mrh-track-card:hover,
body.monitor-public .mrh-track-card:focus-visible,
body.monitor-public .mrh-rd-card:hover,
body.monitor-public .mrh-rd-card:focus-visible,
body.monitor-public .mrh-best-card:hover,
body.monitor-public .mrh-best-card:focus-visible {
  border-color: #bccbe0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(49, 74, 118, .1);
  transform: translateY(-1px);
}

body.monitor-public .mrh-recent-card,
body.monitor-public .mrh-station-card,
body.monitor-public .mrh-track-card,
body.monitor-public .mrh-rd-card,
body.monitor-public .mrh-best-card {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

@media (max-width: 1180px) {
  body.monitor-public .mr-home-v3 {
    padding-top: 14px;
  }

  body.monitor-public .mrh-hero {
    padding: 24px;
  }

  body.monitor-public .mrh-grid {
    gap: 14px;
  }

  body.monitor-public .mrh-column {
    gap: 14px;
  }

  body.monitor-public .mrh-panel {
    padding: 18px;
  }

  body.monitor-public .mrh-artist-image {
    width: min(92px, 100%);
  }
}

@media (max-width: 1040px) {
  body.monitor-public .mr-home-v3 {
    padding-top: 12px;
  }

  body.monitor-public .mrh-hero h1 {
    font-size: 42px;
  }

  body.monitor-public .mrh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.monitor-public .mrh-right-column {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.monitor-public .mrh-trending-grid {
    gap: 10px;
  }
}

@media (max-width: 720px) {
  body.monitor-public .mr-home-v3 {
    padding: 12px 0 36px;
  }

  body.monitor-public .mrh-hero {
    order: 3;
    min-height: 0;
    padding: 24px 22px;
    border-radius: 20px;
  }

  body.monitor-public .mrh-hero h1 {
    font-size: clamp(39px, 12vw, 52px);
  }

  body.monitor-public .mrh-hero-copy > p:last-of-type {
    font-size: 13px;
  }

  body.monitor-public .mrh-hero-actions {
    align-items: stretch;
  }

  body.monitor-public .mrh-hero-actions a {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 11px;
    font-size: 11px;
    text-align: center;
  }

  body.monitor-public .mrh-shortcuts a {
    min-height: 74px;
    padding: 12px 13px;
  }

  body.monitor-public .mrh-shortcuts strong {
    font-size: 14px;
  }

  body.monitor-public .mrh-grid {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
    margin-top: 0;
  }

  body.monitor-public .mrh-column,
  body.monitor-public .mrh-right-column {
    display: contents;
  }

  body.monitor-public .mrh-live-panel { order: 1; }
  body.monitor-public .mrh-trending-panel { order: 2; }
  body.monitor-public .mrh-dates-panel { order: 4; }
  body.monitor-public .mrh-stations-panel { order: 5; }
  body.monitor-public .mrh-discovered-panel { order: 6; }
  body.monitor-public .mrh-best-panel { order: 7; }

  body.monitor-public .mrh-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 auto;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(209, 220, 235, .9);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(21, 32, 74, .075);
  }

  body.monitor-public .mrh-section-head {
    align-items: flex-start;
  }

  body.monitor-public .mrh-section-head h2 {
    font-size: 26px;
  }

  body.monitor-public .mrh-section-head p:not(.mrh-kicker) {
    font-size: 11px;
  }

  body.monitor-public .mrh-recent-cover,
  body.monitor-public .mrh-recent-image {
    aspect-ratio: 1;
  }

  body.monitor-public .mrh-rd-list,
  body.monitor-public .mrh-station-list,
  body.monitor-public .mrh-track-grid,
  body.monitor-public .mrh-best-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(278px, 86%);
    grid-template-columns: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 10px;
    padding: 1px 1px 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }

  body.monitor-public .mrh-trending-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 104px;
    grid-template-columns: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 14px;
    padding: 2px 2px 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }

  body.monitor-public .mrh-trending-grid > *,
  body.monitor-public .mrh-rd-list > *,
  body.monitor-public .mrh-station-list > *,
  body.monitor-public .mrh-track-grid > *,
  body.monitor-public .mrh-best-list > * {
    scroll-snap-align: start;
  }

  body.monitor-public .mrh-trending-grid::-webkit-scrollbar,
  body.monitor-public .mrh-rd-list::-webkit-scrollbar,
  body.monitor-public .mrh-station-list::-webkit-scrollbar,
  body.monitor-public .mrh-track-grid::-webkit-scrollbar,
  body.monitor-public .mrh-best-list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  body.monitor-public .mrh-trending-grid::-webkit-scrollbar-track,
  body.monitor-public .mrh-rd-list::-webkit-scrollbar-track,
  body.monitor-public .mrh-station-list::-webkit-scrollbar-track,
  body.monitor-public .mrh-track-grid::-webkit-scrollbar-track,
  body.monitor-public .mrh-best-list::-webkit-scrollbar-track {
    border-radius: 999px;
    background: #e8edf5;
  }

  body.monitor-public .mrh-trending-grid::-webkit-scrollbar-thumb,
  body.monitor-public .mrh-rd-list::-webkit-scrollbar-thumb,
  body.monitor-public .mrh-station-list::-webkit-scrollbar-thumb,
  body.monitor-public .mrh-track-grid::-webkit-scrollbar-thumb,
  body.monitor-public .mrh-best-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mrh-purple), var(--mrh-blue));
  }

  body.monitor-public .mrh-scroll-controls {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
  }

  body.monitor-public .mrh-scroll-controls button {
    display: grid;
    width: 22px;
    height: 26px;
    flex: 0 0 22px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #91a0b3;
    font: inherit;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
  }

  body.monitor-public .mrh-scroll-track {
    position: relative;
    height: 5px;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    border-radius: 999px;
    background: #e8edf5;
  }

  body.monitor-public .mrh-scroll-track i {
    position: absolute;
    inset: 0 auto 0 0;
    width: 28px;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--mrh-purple), var(--mrh-blue));
    transform: translateX(0);
    transition: transform .12s linear;
  }

  body.monitor-public .mrh-scroll-controls.is-disabled {
    opacity: .35;
  }

  body.monitor-public .mrh-scroll-controls.is-disabled button {
    pointer-events: none;
  }

  body.monitor-public .mrh-artist-image {
    width: 90px;
  }
}

@media (max-width: 430px) {
  body.monitor-public .mrh-hero {
    padding: 22px 18px;
  }

  body.monitor-public .mrh-live {
    font-size: 10px;
  }

  body.monitor-public .mrh-shortcuts {
    gap: 8px;
  }

  body.monitor-public .mrh-shortcuts a {
    padding: 11px;
  }

  body.monitor-public .mrh-panel {
    padding: 17px;
  }

  body.monitor-public .mrh-section-head h2 {
    font-size: 24px;
  }

  body.monitor-public .mrh-section-link {
    min-height: 31px;
    padding: 0 10px;
    font-size: 10px;
  }

  body.monitor-public .mrh-rd-list,
  body.monitor-public .mrh-station-list,
  body.monitor-public .mrh-track-grid,
  body.monitor-public .mrh-best-list {
    grid-auto-columns: minmax(250px, 91%);
  }

  body.monitor-public .mrh-station-list {
    grid-auto-columns: minmax(282px, 96%);
  }

  body.monitor-public .mrh-rd-card {
    grid-template-columns: 74px minmax(0, 1fr) auto;
  }

  body.monitor-public .mrh-rd-image {
    width: 74px;
    height: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.monitor-public .mr-home-v3 * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/*
 * Monitor.Radio responsive bridge
 *
 * Keep the desktop header on one line while there is enough room, then use a
 * clean two-row header before the compact mobile header takes over.  The same
 * intermediate range is where the homepage uses two independent columns, so
 * every panel keeps its natural height and the following panel can sit directly
 * below it without stretching white space.
 */
@media (min-width: 1081px) and (max-width: 1320px) {
  body.monitor-public .mr-site-header {
    grid-template-columns: minmax(220px, .72fr) minmax(260px, 320px) minmax(360px, 1fr) 44px !important;
    gap: 16px !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  body.monitor-public .mr-site-header .mr-nav {
    gap: clamp(10px, 1.1vw, 16px) !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body.monitor-public .mr-site-header .mr-nav a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 901px) and (max-width: 1080px) {
  body.monitor-public .mr-site-header {
    grid-template-columns: minmax(220px, .8fr) minmax(300px, 1.2fr) 44px !important;
    grid-template-areas:
      "brand search access"
      "nav nav nav" !important;
    gap: 10px 20px !important;
    padding: 14px 32px 12px !important;
  }

  body.monitor-public .mr-site-header .mr-brand {
    grid-area: brand !important;
    min-width: 0 !important;
  }

  body.monitor-public .mr-site-header .mr-search {
    grid-area: search !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.monitor-public .mr-site-header .mr-access {
    grid-area: access !important;
    justify-self: end !important;
  }

  body.monitor-public .mr-site-header .mr-nav {
    grid-area: nav !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
    gap: clamp(22px, 4vw, 38px) !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body.monitor-public .mr-site-header .mr-nav a {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 721px) and (max-width: 1040px) {
  body.monitor-public .mrh-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
  }

  body.monitor-public .mrh-grid.mrh-two-column-flow .mrh-left-column,
  body.monitor-public .mrh-grid.mrh-two-column-flow .mrh-center-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
    grid-column: auto;
    align-self: start;
    height: auto;
    min-height: 0;
  }

  body.monitor-public .mrh-grid.mrh-two-column-flow .mrh-right-column {
    display: none !important;
  }
}
