/* Loaded after the legacy header's inline rules so section themes win. */
body.pb-forum-body {
  background:
    radial-gradient(circle at 8% 0, rgba(var(--psbf-accent-rgb), .19), transparent 30rem),
    radial-gradient(circle at 92% 14%, rgba(var(--psbf-accent-2-rgb), .13), transparent 28rem),
    linear-gradient(180deg, var(--psbf-deep), var(--psbf-night) 58%, #05040a) !important;
}

.pb-release-section .psy-breadcrumb,
.forum-search-page .psy-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 12px !important;
  color: var(--psbf-paper) !important;
  font: 900 clamp(1.15rem, 3vw, 2rem)/1.05 'PSB Display', 'PSB Text', Arial, sans-serif !important;
  letter-spacing: .01em;
}
.pb-release-section .psy-breadcrumb a,
.forum-search-page .psy-breadcrumb a {
  color: var(--psbf-accent-2) !important;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(var(--psbf-accent-2-rgb), .24);
}
.pb-release-section .psy-breadcrumb strong,
.forum-search-page .psy-breadcrumb strong { color: var(--psbf-paper) !important; }
.pb-release-section .psy-breadcrumb img,
.forum-search-page .psy-breadcrumb img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: .92;
}

body.pb-forum-body.route-cd-mp3 .pb-release-section .pb-release-shell,
body.pb-forum-body.route-view-cd-mp3 .pb-release-section .pb-release-shell,
body.pb-forum-body.route-view-cp .pb-release-section .pb-release-shell,
body.pb-forum-body.route-view-job .pb-release-section .pb-release-shell {
  box-shadow: 0 18px 55px rgba(118,220,255,.12), 0 18px 55px rgba(0,0,0,.28) !important;
}
body.pb-forum-body.route-ep-mp3 .pb-release-section .pb-release-shell,
body.pb-forum-body.route-view-ep-mp3 .pb-release-section .pb-release-shell,
body.pb-forum-body.route-view-ep .pb-release-section .pb-release-shell,
body.pb-forum-body.route-view-emp .pb-release-section .pb-release-shell {
  box-shadow: 0 18px 55px rgba(255,111,211,.14), 0 18px 55px rgba(0,0,0,.28) !important;
}
body.pb-forum-body.route-ep-wav .pb-release-section .pb-release-shell,
body.pb-forum-body.route-view-ep-wav .pb-release-section .pb-release-shell {
  box-shadow: 0 18px 55px rgba(0,255,157,.13), 0 18px 55px rgba(0,0,0,.28) !important;
}
body.pb-forum-body.route-cd-wav .pb-release-section .pb-release-shell,
body.pb-forum-body.route-view-cd-wav .pb-release-section .pb-release-shell {
  box-shadow: 0 18px 55px rgba(255,154,67,.14), 0 18px 55px rgba(0,0,0,.28) !important;
}

@media (max-width: 520px) {
  .pb-release-section .psy-breadcrumb,
  .forum-search-page .psy-breadcrumb { gap: 5px; font-size: 1.08rem !important; }
  .pb-release-section .psy-breadcrumb img,
  .forum-search-page .psy-breadcrumb img { width: 15px; height: 15px; }
}
