/* BSH Home Gig Explorer */
:root {
  --bsh-pink: #ca59dd;
  --bsh-cyan: #10afef;
  --bsh-green: #00e500;
  --bsh-yellow: #fbff00;
  --bsh-gold: #b2b50f;
  --bsh-bg: #000;
  --bsh-panel: #131418;
  --bsh-gig-bg: #0a2a3a;
  --bsh-live-red: #e84c3d;
}

/* Site preloader from header.php — hide so page is not stuck black */
.preloader-bg,
#preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.bsh-home { background: var(--bsh-bg); color: #fff; }
.bsh-home * { box-sizing: border-box; }

/* Homepage hero banner — above header/logo */
.bsh-home-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  line-height: 0;
}
.bsh-home-banner__img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center center;
}
.bsh-home-banner__welcome {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  line-height: 1.2;
  pointer-events: none;
}
.bsh-home-banner__title {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #000, 0 2px 12px rgba(0, 0, 0, 0.65);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bsh-home-banner__img { height: 350px; }
}
@media (max-width: 767px) {
  .bsh-home-banner { display: none !important; }
}

.bsh-hero-cta { margin: 35px 0 10px; }
.bsh-hero-cta .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.bsh-hero-cta [class*="col-"] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}
.bsh-hero-cta h5 {
  border: 2px solid var(--bsh-pink);
  color: var(--bsh-cyan);
  padding: 8px 20px;
  border-radius: 8px;
  text-align: center;
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.bsh-hero-cta a:hover h5 {
  background: var(--bsh-pink);
  color: #fff;
}
.bsh-hero-cta a { text-decoration: none; color: inherit; }

/* Legacy homepage responsive helpers (parity with index.php / index-test.php) */
@media screen and (max-width: 576px) {
  .homeMobileResponsiveHide { display: none !important; }
  body.bsh-home-page { width: 99%; overflow-x: hidden; }
}
@media screen and (min-width: 577px) {
  .bsh-lap-only { display: none !important; }
}
@media screen and (max-width: 767px) {
  .bsh-desktop-only { display: none !important; }
}

/* ── Mobile-only top hero (legacy .realimghide) ── */
.bsh-mob-hero {
  display: none;
  background: #000;
  color: #fff;
  margin: 0 0 8px;
  padding-top: max(8px, env(safe-area-inset-top));
}
.bsh-mob-hero__ticker {
  overflow: hidden;
  background: #111;
  border-bottom: 1px solid rgba(202, 89, 221, 0.25);
}
.bsh-mob-hero__ticker-track {
  display: flex;
  width: max-content;
  animation: bsh-mob-ticker 18s linear infinite;
  white-space: nowrap;
}
.bsh-mob-hero__ticker-track span {
  padding: 5px 24px 5px 12px;
  color: var(--bsh-pink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@keyframes bsh-mob-ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.bsh-mob-hero__banner {
  line-height: 0;
  overflow: hidden;
}
.bsh-mob-hero__banner-img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(1.15) hue-rotate(-8deg);
}
.bsh-mob-hero__brand {
  padding: 10px 10px 4px;
  line-height: 0;
}
.bsh-mob-hero__logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
  object-position: left center;
}

/* Mobile quick nav — above filter (legacy .middlelogin) */
.bsh-mob-quick-nav {
  display: none;
}
.bsh-mob-quick-nav__link {
  color: var(--bsh-cyan) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: uppercase;
  touch-action: manipulation;
  line-height: 1.2 !important;
  white-space: nowrap;
}
.bsh-mob-quick-nav__link:hover,
.bsh-mob-quick-nav__link:focus {
  color: #fff !important;
}
.bsh-mob-quick-nav__avatar {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--bsh-pink);
  border-radius: 50%;
  color: var(--bsh-cyan) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
.bsh-mob-quick-nav__avatar:hover {
  background: var(--bsh-pink);
  color: #fff !important;
}

.bsh-explorer {
  background: #000 url('/images/background_homepage.webp') center/cover no-repeat;
  padding: 8px 0 40px;
}
.bsh-explorer-inner { max-width: 1400px; margin: 0 auto; }
.bsh-explorer-title {
  text-align: center;
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 3.5vw, 2rem);
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff !important;
  background: none !important;
}
.bsh-explorer-title .u {
  color: var(--bsh-pink) !important;
  font-size: 1.15em;
}

.bsh-layout {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

/* ── Two-column filter layout (legacy parity) ── */
.bsh-filter-layout {
  display: grid;
  grid-template-columns: minmax(260px, 28%) 1fr;
  gap: 12px;
  align-items: start;
  width: 100%;
  --bsh-ctrl-h: 42px;
  --bsh-filter-fs: 15px;
  --bsh-filter-label: 13px;
  --bsh-mode-fs: 13px;
  font-size: var(--bsh-filter-fs);
}

.bsh-filter-col {
  min-width: 0;
}
.bsh-filter-col--left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bsh-filter-col--right {
  min-width: 0;
}

/* Mobile-only top row — Local Live + Other venues (legacy .arrowhm) */
.bsh-mob-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: stretch;
  width: 100%;
}
.bsh-mob-divider {
  display: none;
  width: 100%;
  height: 0;
  border: none;
  border-top: 2px solid rgba(80, 80, 90, 0.9);
  margin: 2px 0 4px;
}
.bsh-mob-live,
.bsh-mob-venues {
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  min-width: 0;
  width: 100%;
}
.bsh-mob-live {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bsh-mob-live img {
  width: 100%;
  max-width: 100%;
  height: 35px;
  max-height: 35px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #fff;
  border-radius: 6px;
  display: block;
}
.bsh-mob-venues {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 2px solid #ca58dd;
  border-radius: 12px;
  padding: 6px 8px;
  color: #10afef;
  font-size: clamp(10px, 2.8vw, 13px);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  min-height: 35px;
}
.bsh-mob-venues .fa-map-marker {
  color: #11afef;
  font-size: 18px;
}

/* Mobile recommend + quick picks row (legacy .hidelap) */
.bsh-mob-cta-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 10px 0 4px;
  padding: 0 4px;
}
.bsh-mob-cta-quick__recommend a,
.bsh-mob-quick-toggle {
  display: block;
  width: 100%;
  text-align: center;
  border: 2px solid #ca58dd;
  border-radius: 12px;
  padding: 6px 7px;
  color: #0dafef;
  font-size: clamp(11px, 3vw, 14px);
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.25;
}
.bsh-mob-quick-toggle[aria-expanded="true"] {
  color: #fff;
  background: rgba(202, 89, 221, 0.25);
}

/* Left: Search by box */
.bsh-search-box {
  border: 2px solid var(--bsh-pink);
  border-radius: 10px;
  background: #131418;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Right: Filter panel */
.bsh-filter-panel {
  border: 2px solid var(--bsh-pink);
  border-radius: 4px;
  background: rgba(8, 8, 12, 0.6);
  padding: 10px 12px 12px;
  min-height: 100%;
}

.bsh-filter-top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.bsh-filter-bottom-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(202, 89, 221, 0.25);
}
.bsh-filter-bottom-row--solo {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  justify-content: flex-end;
}

.bsh-left-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding: 0 4px;
}

/* Search by: Local Live + Local Venues */
.bsh-search-by {
  width: 100%;
}
.bsh-search-by-label {
  display: block;
  color: var(--bsh-cyan);
  font-size: var(--bsh-filter-label);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
}
.bsh-search-mode {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}
.bsh-mode-btn {
  cursor: pointer;
  font: inherit;
  box-sizing: border-box;
  margin: 0;
  line-height: 1;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
}
.bsh-mode-btn:hover {
  transform: translateY(-1px);
}
.bsh-mode-btn:active {
  transform: translateY(0);
}
.bsh-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* LOCAL LIVE + LOCAL VENUES — matched size */
.bsh-mode-btn--live,
.bsh-mode-btn--venues {
  flex: 1 1 0;
  min-width: 0;
  width: 50%;
  height: var(--bsh-ctrl-h);
  min-height: var(--bsh-ctrl-h);
  max-height: var(--bsh-ctrl-h);
  padding: 0 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--bsh-mode-fs);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.bsh-mode-btn--live {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 4px 8px;
}
.bsh-mode-btn--live:hover {
  border-color: #fff;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.12);
}
.bsh-local-live-img {
  display: block;
  height: calc(var(--bsh-ctrl-h) - 10px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.bsh-mode-btn--venues {
  background: #000;
  border: 1px solid var(--bsh-pink);
  gap: 6px;
  color: var(--bsh-pink);
  white-space: nowrap;
}
.bsh-mode-btn--venues:hover {
  box-shadow: 0 2px 10px rgba(202, 89, 221, 0.25);
  border-color: #d96ef0;
}
.bsh-mode-btn--venues i,
.bsh-mode-btn--venues .bsh-venues-pin {
  color: var(--bsh-cyan) !important;
  font-family: FontAwesome !important;
  font-size: var(--bsh-mode-fs);
  flex-shrink: 0;
  font-style: normal;
}
.bsh-mode-btn--venues span {
  color: var(--bsh-pink);
  font-size: var(--bsh-mode-fs);
  font-weight: 800;
  letter-spacing: 0.06em;
}

/* Filter dropdown */
.bsh-filter-dropdown-wrap {
  position: relative;
  flex-shrink: 0;
}
.bsh-filter-btn {
  border: 2px solid var(--bsh-pink);
  background: transparent;
  color: var(--bsh-cyan);
  border-radius: 5px;
  padding: 8px 15px;
  font-size: var(--bsh-filter-fs);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-transform: uppercase;
  min-height: var(--bsh-ctrl-h);
}
.bsh-filter-btn:hover,
.bsh-filter-btn[aria-expanded="true"] {
  background: var(--bsh-pink);
  color: #fff;
}
.bsh-filter-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 100;
  min-width: 150px;
  border: 2px solid var(--bsh-pink);
  border-radius: 6px;
  padding: 6px 12px;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}
.bsh-filter-menu a {
  display: block;
  color: var(--bsh-cyan);
  text-decoration: none;
  padding: 4px 5px;
  font-size: var(--bsh-filter-fs);
}
.bsh-filter-menu a:hover {
  color: var(--bsh-pink);
}

/* Day tabs — legacy separate buttons */
.bsh-day-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
}
.bsh-day-tabs .bsh-day-btn {
  margin: 0;
  min-width: 72px;
  padding: 8px 10px;
  height: auto;
  min-height: var(--bsh-ctrl-h);
  font-size: calc(var(--bsh-filter-fs) - 1px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.bsh-day-short {
  display: none;
}
/* View toggle — legacy separate buttons */
.bsh-view-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bsh-view-btn {
  border: 2px solid var(--bsh-pink);
  background: transparent;
  color: #fff;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: var(--bsh-filter-fs);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
}
.bsh-view-btn.active,
.bsh-view-btn:hover {
  background: var(--bsh-pink);
  color: #fff;
}

/* Location panel */
.bsh-loc-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  min-width: 0;
  flex: 1;
  width: 100%;
  max-width: none;
}
.bsh-loc-panel__top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
  flex-wrap: wrap;
}
.bsh-address-wrap {
  position: relative;
  flex: 1 1 260px;
  min-width: 0;
}
.bsh-home .bsh-input--address {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: var(--bsh-ctrl-h) !important;
  padding: 0 12px !important;
  margin: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  overflow: visible !important;
  background: #fff !important;
  color: #333 !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: var(--bsh-filter-fs) !important;
  box-sizing: border-box !important;
}
.bsh-search-box .bsh-geo-btn {
  border: none;
  background: transparent;
  padding: 4px 6px;
  height: auto;
  min-height: 0;
}
.bsh-search-box .bsh-geo-btn .fa-map-marker {
  font-size: 24px;
  color: var(--bsh-cyan);
}
.bsh-search-box .bsh-geo-text {
  display: none;
}
.bsh-search-box .bsh-location-display {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  white-space: normal;
  word-break: break-word;
}
.bsh-search-box .bsh-location-display:empty {
  display: none;
}
.bsh-search-box .bsh-radius-row {
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.bsh-search-box .bsh-select--radius {
  background-color: #fff !important;
  color: #222 !important;
  border: none !important;
  border-radius: 12px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23333' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") !important;
}
.bsh-input--address::placeholder {
  color: #777;
}
.bsh-address-history {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 10001;
  margin: 0;
  padding: 4px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(202, 89, 221, 0.45);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  max-height: 260px;
  overflow-y: auto;
  min-width: 100%;
  width: max(100%, 340px);
}
.bsh-address-history li {
  margin: 0;
  padding: 0;
}
.bsh-address-history-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: none;
  background: transparent;
  color: #222;
  text-align: left;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: var(--bsh-filter-fs);
  line-height: 1.3;
}
.bsh-address-history-item i {
  color: var(--bsh-cyan);
  flex-shrink: 0;
  font-size: 14px;
}
.bsh-address-history-item span {
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  text-overflow: unset;
}
.bsh-address-history-item:hover {
  background: rgba(202, 89, 221, 0.12);
}
.bsh-location-display {
  text-align: left;
  color: var(--bsh-cyan);
  font-weight: 600;
  font-size: var(--bsh-filter-fs);
  line-height: 1.35;
  margin: 0;
  cursor: pointer;
  padding: 0 2px;
}
.bsh-location-display:hover {
  color: #fff;
  text-decoration: underline;
}
.bsh-location-display:focus {
  outline: 1px solid var(--bsh-cyan);
  outline-offset: 2px;
}
.bsh-radius-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.bsh-radius-label {
  color: var(--bsh-cyan);
  font-size: var(--bsh-filter-fs);
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
}
.bsh-search-field {
  min-width: 0;
}
.bsh-search-field--main {
  flex: 0 0 min(320px, 36%);
  max-width: 360px;
  margin-left: auto;
}
.bsh-search-field--main .bsh-input--search {
  height: 50px;
  font-size: calc(var(--bsh-filter-fs) + 2px);
  border-width: 2px;
  border-radius: 10px;
  background: #000 !important;
}

.bsh-view-label { display: inline; }
.bsh-view-icon { display: none; }

.bsh-select--radius {
  width: 108px;
  min-width: 108px;
}

.bsh-geo-btn {
  border: 1px solid rgba(16, 175, 239, 0.45);
  background: rgba(16, 175, 239, 0.1);
  color: var(--bsh-cyan);
  border-radius: 8px;
  padding: 0 14px;
  font-size: var(--bsh-filter-fs);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  white-space: nowrap;
  height: var(--bsh-ctrl-h);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.bsh-geo-btn .fa-map-marker {
  font-size: calc(var(--bsh-filter-fs) + 1px);
}
.bsh-geo-text {
  margin: 0;
}

.bsh-geo-btn:hover {
  background: rgba(16, 175, 239, 0.2);
  border-color: var(--bsh-cyan);
}

.bsh-field { margin-bottom: 0; }
.bsh-label {
  color: #888;
  font-size: var(--bsh-filter-label);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.bsh-input, .bsh-select {
  background: #0c0c10;
  color: #eee;
  border: 1px solid rgba(202, 89, 221, 0.4);
  border-radius: 8px;
  padding: 0 12px;
  font-size: var(--bsh-filter-fs);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  height: var(--bsh-ctrl-h);
  box-sizing: border-box;
}
.bsh-input:focus, .bsh-select:focus {
  border-color: var(--bsh-cyan);
  box-shadow: 0 0 0 2px rgba(16, 175, 239, 0.15);
}
.bsh-select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%2310afef' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
}

.bsh-check {
  color: var(--bsh-cyan);
  font-size: var(--bsh-filter-fs);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  height: auto;
  min-height: 0;
}
.bsh-check input {
  accent-color: var(--bsh-pink);
  width: 16px;
  height: 16px;
  margin: 0;
}

/* ── Segmented controls ── */
.bsh-segment {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(202, 89, 221, 0.4);
  border-radius: 8px;
  overflow: hidden;
  background: #0c0c10;
  height: var(--bsh-ctrl-h);
  flex-shrink: 0;
}
.bsh-segment button {
  border: none;
  background: transparent;
  color: #888;
  padding: 0 16px;
  font-size: var(--bsh-filter-fs);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: var(--bsh-ctrl-h);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bsh-segment button + button {
  border-left: 1px solid rgba(202, 89, 221, 0.3);
}
.bsh-segment button.active {
  background: var(--bsh-pink);
  color: #fff;
}
.bsh-segment button:hover:not(.active) {
  color: var(--bsh-cyan);
  background: rgba(16, 175, 239, 0.08);
}

.bsh-filter-top-row .bsh-date-field {
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 280px;
}
.bsh-filter-top-row .bsh-input--date {
  height: var(--bsh-ctrl-h);
  border: 2px solid var(--bsh-pink);
  border-radius: 10px;
  font-size: var(--bsh-filter-fs);
  background: #000;
  color: #eee;
}
.bsh-filter-top-row .bsh-input--date::placeholder {
  color: var(--bsh-cyan);
  opacity: 0.9;
}

.bsh-date-wrap, .bsh-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.bsh-input--date,
.bsh-input--search {
  width: 100%;
  min-width: 0;
  padding-right: 10px;
  font-size: var(--bsh-filter-fs);
}
.bsh-input--search {
  padding-left: 12px;
}
.bsh-input--date {
  padding-left: 12px;
  padding-right: 28px;
  background: #0c0c10;
  color: #eee;
}
.bsh-input--search {
  background: #0c0c10;
  color: #eee;
}
.bsh-input--date:-webkit-autofill,
.bsh-input--search:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #0c0c10 inset !important;
  -webkit-text-fill-color: #eee !important;
  caret-color: #eee;
}

.bsh-results-wrap { width: 100%; margin-top: 4px; }

/* Bottom: venues/gigs left, map right */
.bsh-results-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
  width: 100%;
}
.bsh-results-col {
  min-width: 0;
}
.bsh-results-col--list {
  max-height: 540px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--bsh-pink) transparent;
  padding-right: 4px;
}
.bsh-results-col--list::-webkit-scrollbar { width: 6px; }
.bsh-results-col--list::-webkit-scrollbar-thumb {
  background: rgba(202, 89, 221, 0.5);
  border-radius: 4px;
}
.bsh-results-col--map {
  position: sticky;
  top: 8px;
  align-self: start;
}
.bsh-map {
  width: 100%;
  height: 480px;
  min-height: 400px;
  border: 2px solid var(--bsh-pink);
  border-radius: 8px;
  background: #0a0a0e;
  overflow: hidden;
}

.bsh-map-tooltip {
  position: fixed;
  z-index: 10060;
  pointer-events: none;
  transform: translate(-50%, -100%);
  min-width: 190px;
  max-width: 260px;
}
.bsh-map-tooltip[hidden] {
  display: none !important;
}
.bsh-map-tooltip-inner {
  background: #0a0a0f;
  border: 1px solid var(--bsh-pink);
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.7);
}
.bsh-map-tooltip-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.bsh-map-tooltip-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(16, 175, 239, 0.5);
  flex-shrink: 0;
  background: #111;
}
.bsh-map-tooltip-name {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--bsh-cyan);
  line-height: 1.2;
}
.bsh-map-tooltip-dir {
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.9;
}
.bsh-map-tooltip-dir img {
  display: block;
  width: 24px;
  height: 24px;
}
.bsh-map-tooltip-row {
  margin: 2px 0 0;
  font-size: 11px;
  font-weight: 700;
  color: var(--bsh-green);
}
.bsh-map-tooltip-row span {
  color: #fff;
  font-weight: 600;
}

.bsh-venue-toast {
  visibility: hidden;
  position: fixed;
  z-index: 10070;
  right: 2%;
  top: 33%;
  max-width: min(420px, calc(100vw - 32px));
  margin: 0;
  padding: 12px 18px;
  background: #ff3a3a;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0s 0.35s;
  pointer-events: none;
}
.bsh-venue-toast.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.bsh-venue-unpaid-link {
  cursor: pointer;
}

.bsh-clear-date {
  position: absolute;
  right: 6px;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid rgba(16, 175, 239, 0.45);
  border-radius: 50%;
  background: rgba(16, 175, 239, 0.1);
  color: var(--bsh-cyan);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.bsh-clear-date:hover {
  background: rgba(202, 89, 221, 0.35);
  border-color: var(--bsh-pink);
  color: #fff;
}

/* ── Quick picks scroller with counts ── */
.bsh-categories {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.bsh-categories-label {
  flex-shrink: 0;
  font-size: calc(var(--bsh-filter-fs) + 2px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  writing-mode: horizontal-tb;
}

.bsh-quick-picks {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  padding: 6px 8px;
  border: 2px solid var(--bsh-pink);
  border-radius: 6px;
  scrollbar-width: thin;
  scrollbar-color: var(--bsh-pink) transparent;
  -webkit-overflow-scrolling: touch;
}
.bsh-quick-picks::-webkit-scrollbar { height: 4px; }
.bsh-quick-picks::-webkit-scrollbar-thumb {
  background: rgba(202, 89, 221, 0.5);
  border-radius: 4px;
}

.bsh-quick-picks button {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 80px;
  border: 1px solid rgba(202, 89, 221, 0.35);
  background: rgba(0, 0, 0, 0.5);
  color: #ccc;
  border-radius: 6px;
  padding: 6px 12px 7px;
  cursor: pointer;
  transition: all 0.15s;
  line-height: 1.15;
}
.bsh-cat-count {
  font-size: calc(var(--bsh-filter-fs) + 1px);
  font-weight: 800;
  color: var(--bsh-cyan);
  line-height: 1;
}
.bsh-cat-count.is-zero {
  color: #555;
  font-weight: 600;
}
.bsh-cat-label {
  font-size: var(--bsh-filter-label);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bsh-quick-picks button:hover,
.bsh-quick-picks button.active {
  background: var(--bsh-pink);
  border-color: var(--bsh-pink);
}
.bsh-quick-picks button:hover .bsh-cat-label,
.bsh-quick-picks button.active .bsh-cat-label {
  color: #fff;
}
.bsh-quick-picks button:hover .bsh-cat-count,
.bsh-quick-picks button.active .bsh-cat-count {
  color: #fff;
}
.bsh-quick-picks button:hover .bsh-cat-count.is-zero,
.bsh-quick-picks button.active .bsh-cat-count.is-zero {
  color: rgba(255, 255, 255, 0.65);
}

/* Quick Picks popup — mobile */
.bsh-qp-modal {
  position: fixed;
  inset: 0;
  z-index: 100055;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.bsh-qp-modal[hidden] {
  display: none !important;
}
body.bsh-qp-modal-open {
  overflow: hidden;
}
.bsh-qp-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(4px);
}
.bsh-qp-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  max-height: calc(100vh - 32px);
  overflow: auto;
  background: #0a0a0f;
  border: 2px solid var(--bsh-pink);
  border-radius: 14px;
  padding: 14px 14px 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.75);
  animation: bsh-date-modal-in 0.22s ease-out;
}
.bsh-qp-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.bsh-qp-modal__title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.bsh-qp-modal__hint {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.35;
}
.bsh-qp-modal__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: var(--bsh-pink);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.bsh-qp-modal__foot {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(202, 89, 221, 0.3);
  text-align: center;
}
.bsh-qp-modal__clear {
  border: 1px solid var(--bsh-green);
  background: transparent;
  color: var(--bsh-green);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bsh-qp-modal__clear:hover {
  background: rgba(0, 229, 0, 0.12);
}
.bsh-quick-picks--modal {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  padding: 0;
  border: none;
  overflow: visible;
}
.bsh-quick-picks--modal button {
  min-width: 0;
  width: 100%;
  min-height: 72px;
  padding: 10px 8px;
  border: 2px solid rgba(202, 89, 221, 0.45);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
  touch-action: manipulation;
}
.bsh-quick-picks--modal .bsh-cat-count {
  font-size: 22px;
  font-weight: 800;
  color: var(--bsh-cyan);
  line-height: 1;
  margin-bottom: 4px;
}
.bsh-quick-picks--modal .bsh-cat-count.is-zero {
  color: #666;
}
.bsh-quick-picks--modal .bsh-cat-label {
  font-size: 10px;
  line-height: 1.2;
  max-width: none;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  color: #ddd;
}
.bsh-quick-picks--modal button.active {
  background: var(--bsh-pink);
  border-color: var(--bsh-pink);
  box-shadow: 0 0 12px rgba(202, 89, 221, 0.35);
}
.bsh-quick-picks--modal button.active .bsh-cat-count,
.bsh-quick-picks--modal button.active .bsh-cat-label {
  color: #fff;
}

/* Day / clear buttons */
.bsh-day-btn {
  border: 2px solid var(--bsh-pink);
  color: var(--bsh-cyan);
  background: transparent;
  border-radius: 5px;
  padding: 8px 14px;
  font-weight: 600;
  cursor: pointer;
  font-size: var(--bsh-filter-fs);
  transition: all 0.15s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
}
.bsh-day-btn.active,
.bsh-day-btn:hover {
  background: var(--bsh-pink);
  color: #fff;
  border-color: var(--bsh-pink);
}
.bsh-day-btn:disabled { opacity: 0.5; cursor: wait; }

.bsh-results {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: none;
  overflow: visible;
}

.bsh-venue-card {
  border: 2px solid var(--bsh-pink);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.88);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  --bsh-card-fs: 13px;
  --bsh-card-lh: 1.45;
  font-size: var(--bsh-card-fs);
  line-height: var(--bsh-card-lh);
}
.bsh-venue-card.hidden { display: none !important; }
.bsh-venue-card--highlight {
  box-shadow: 0 0 0 3px var(--bsh-cyan), 0 4px 24px rgba(16, 175, 239, 0.35);
}

.bsh-venue-layout {
  display: flex;
  align-items: stretch;
  min-height: 0;
}

/* Left — venue info (fixed, wider column) */
.bsh-venue-aside {
  flex: 0 0 300px;
  width: 300px;
  max-width: 38%;
  min-width: 260px;
  border-right: 2px solid var(--bsh-pink);
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bsh-venue-photo {
  display: block;
  border: 2px solid var(--bsh-pink);
  border-radius: 6px;
  overflow: hidden;
  line-height: 0;
}
.bsh-venue-photo img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.bsh-venue-info {
  font-size: var(--bsh-card-fs);
  line-height: var(--bsh-card-lh);
  color: #ddd;
}
/* Force same size — overrides site theme p/a/h styles */
.bsh-venue-card .bsh-venue-info .bsh-vi-line,
.bsh-venue-card .bsh-venue-info .bsh-vi-line *,
.bsh-venue-card .bsh-gig-details,
.bsh-venue-card .bsh-gig-details *,
.bsh-venue-card .bsh-vent-btn {
  font-size: var(--bsh-card-fs) !important;
  line-height: var(--bsh-card-lh) !important;
  font-family: inherit;
}
.bsh-venue-info .bsh-vi-line {
  margin: 0 0 6px;
  font-weight: 400;
}
.bsh-venue-card .bsh-lbl {
  color: var(--bsh-green);
  font-weight: 600 !important;
}
.bsh-venue-card .bsh-val {
  color: #fff;
  font-weight: 400 !important;
}
.bsh-venue-info a.bsh-val {
  color: var(--bsh-cyan);
  text-decoration: none;
}
.bsh-venue-info a.bsh-val:hover { color: #fff; }
.bsh-vi-line--venue {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px 6px;
  min-width: 0;
}
.bsh-vi-line--venue > .bsh-lbl {
  flex-shrink: 0;
}
.bsh-vi-venue-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}
.bsh-venue-dir-wrap {
  flex-shrink: 0;
  line-height: 0;
}
.bsh-venue-dir-wrap--mob {
  display: none;
}
.bsh-vi-venue-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bsh-venue-dir {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  opacity: 0.95;
  transition: opacity 0.15s;
}
.bsh-venue-dir:hover {
  opacity: 1;
}
.bsh-venue-dir img {
  display: block;
  width: 22px;
  height: 22px;
}
.bsh-venue-phone {
  display: none;
  align-items: center;
  color: var(--bsh-cyan);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.bsh-venue-phone:hover {
  color: #fff;
}
.bsh-vi-cal {
  color: var(--bsh-yellow) !important;
  font-weight: 600 !important;
}
.bsh-vi-cal:hover { text-decoration: underline; }
.bsh-vi-dist {
  color: var(--bsh-green) !important;
  font-weight: 600 !important;
}
.bsh-hours-wrap {
  position: relative;
}
.bsh-vi-hours-btn {
  padding: 0;
  border: none;
  background: none;
  color: var(--bsh-cyan) !important;
  font-size: var(--bsh-card-fs) !important;
  font-weight: 600 !important;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}
.bsh-vi-hours-btn--icon {
  display: none;
}
.bsh-vi-hours-btn--icon .bsh-vi-hours-icon {
  display: block;
  flex-shrink: 0;
  color: var(--bsh-cyan);
  pointer-events: none;
}
.bsh-vi-hours-btn:hover {
  color: #fff !important;
  text-decoration: underline;
}
.bsh-hours-popup {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 12;
  min-width: 200px;
  max-width: 260px;
  padding: 10px 12px;
  background: #0a0a0f;
  border: 1px solid var(--bsh-pink);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.45;
  color: #eee;
}
.bsh-hours-popup[hidden] {
  display: none !important;
}
.bsh-hours-general {
  margin: 0 0 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(202, 89, 221, 0.3);
}
.bsh-hours-general .bsh-lbl {
  color: var(--bsh-green);
  font-weight: 600;
}
.bsh-hours-week {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.bsh-hours-row {
  display: flex;
  gap: 6px;
}
.bsh-hours-day {
  color: #ff6b6b;
  font-weight: 700;
  min-width: 34px;
  flex-shrink: 0;
}
.bsh-venue-card:has(.bsh-hours-popup:not([hidden])) {
  overflow: visible;
  position: relative;
  z-index: 15;
}
.bsh-venue-info .bsh-lbl i {
  color: var(--bsh-cyan);
  margin-right: 2px;
}

/* Right — scrollable gigs */
.bsh-venue-gigs {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 8px 10px 10px;
}

.bsh-venue-gig-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.bsh-vent-btn {
  border: 1px solid var(--bsh-pink);
  background: transparent;
  color: var(--bsh-cyan);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
  line-height: inherit;
}
.bsh-vent-btn:hover,
.bsh-vent-btn.active {
  background: var(--bsh-pink);
  color: #fff;
  border-color: var(--bsh-pink);
}
.bsh-vent-clear {
  color: var(--bsh-green);
  border-color: var(--bsh-green);
}
.bsh-vent-clear:hover { background: var(--bsh-green); color: #000; }
.bsh-gig-more-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
  flex-shrink: 0;
}

.bsh-gig-scroll {
  flex: none;
  height: auto;
  min-height: 0;
  --bsh-gig-panel-h: 142px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: var(--bsh-pink) rgba(0, 0, 0, 0.3);
}
/* Preview scroll: 2 gigs visible, scroll for next pair, then Show More */
.bsh-venue-card:not(.is-expanded) .bsh-gig-scroll {
  max-height: calc(var(--bsh-gig-panel-h, 140px) * 2 + 6px);
  overflow-y: auto;
  overflow-x: hidden;
}
.bsh-venue-card.is-expanded .bsh-gig-scroll {
  max-height: min(420px, 55vh);
  overflow-y: auto;
}
.bsh-gig-scroll::-webkit-scrollbar { width: 8px; }
.bsh-gig-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.bsh-gig-scroll::-webkit-scrollbar-thumb {
  background: var(--bsh-pink);
  border-radius: 4px;
}
.bsh-gig-empty {
  padding: 24px 12px;
  text-align: center;
  color: var(--bsh-cyan);
  font-size: var(--bsh-card-fs);
  border: 1px dashed rgba(202, 89, 221, 0.4);
  border-radius: 6px;
}

/* Gig row inside scroll panel */
.bsh-gig--panel {
  border: 2px solid var(--bsh-pink);
  border-radius: 6px;
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #004663;
  flex-shrink: 0;
}
.bsh-gig--panel.happening {
  border-color: var(--bsh-green);
  box-shadow: inset 0 0 0 1px var(--bsh-green);
}
.bsh-gig-main {
  display: flex;
  gap: 8px;
  min-width: 0;
  align-items: flex-start;
}
.bsh-gig-media-col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.bsh-gig-title-row,
.bsh-gig-when {
  display: none;
}
.bsh-gig-desk-rows {
  display: block;
}
.bsh-gig-desk-rows p {
  margin: 0 0 3px;
}
.bsh-gig-desk-rows p:last-child {
  margin-bottom: 0;
}
.bsh-gig-media-actions {
  display: none;
}
.bsh-gig-media {
  flex-shrink: 0;
  width: 72px;
}
.bsh-gig--panel .bsh-gig-media img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 2px solid var(--bsh-pink);
  border-radius: 4px;
  display: block;
}
.bsh-gig-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid rgba(202, 89, 221, 0.3);
  min-width: 0;
}
.bsh-gig-foot-link {
  flex-shrink: 0;
  margin-left: auto;
}
.bsh-gig-foot-link .bsh-gig-detail-cta {
  white-space: nowrap;
}
.bsh-gig-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.bsh-gig-icons-main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bsh-gig-act {
  padding: 2px;
  border: none;
  background: none;
  color: #ebff24;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}
.bsh-gig-act:hover { color: #fff; }

.bsh-gig-music-type {
  margin: 0 0 3px;
  color: #ffab7a;
  font-size: 12px;
}
.bsh-gig-music-type .fa-music {
  color: #ebff22;
  margin-right: 4px;
}
.bsh-gig-icon {
  color: var(--bsh-yellow);
  font-size: inherit;
  text-decoration: none;
}
.bsh-gig-icon:hover { color: #fff; }
.bsh-gig-media-link {
  display: block;
  line-height: 0;
}
.bsh-gig-media-link:hover img {
  border-color: var(--bsh-cyan);
}
.bsh-gig-detail-link {
  color: var(--bsh-cyan);
  text-decoration: none;
}
.bsh-gig-detail-link:hover {
  color: #fff;
  text-decoration: underline;
}
.bsh-gig-detail-cta {
  color: var(--bsh-yellow) !important;
  font-weight: 600;
  text-decoration: none;
  font-size: var(--bsh-card-fs) !important;
}
.bsh-gig-detail-cta__short {
  display: none;
}
.bsh-gig-detail-cta__full {
  display: inline;
}
.bsh-gig-detail-cta:hover {
  color: #fff !important;
  text-decoration: underline;
}

.bsh-gig-details {
  flex: 1;
  min-width: 0;
}
.bsh-gig-details p {
  margin: 0 0 3px;
  font-weight: 400;
}
.bsh-gig-details .bsh-val { font-weight: 400 !important; }
.bsh-day-tag {
  font-weight: 600 !important;
  color: var(--bsh-yellow);
  margin-left: 4px;
  text-transform: capitalize;
}
.bsh-venue-card .bsh-badge-now {
  font-weight: 600 !important;
  padding: 1px 6px;
  vertical-align: middle;
}

.bsh-day-tag.today { color: var(--bsh-green); }
.bsh-day-tag.tomoro { color: var(--bsh-cyan); }
.bsh-day-tag.happening { color: var(--bsh-green); }

.bsh-gig-list { display: flex; flex-direction: column; gap: 6px; }

.bsh-gig {
  border: 1px solid rgba(16, 175, 239, 0.3);
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0a2a3a 0%, #061820 100%);
  transition: border-color 0.2s, transform 0.15s;
}
.bsh-gig:hover {
  border-color: var(--bsh-cyan);
  transform: translateX(2px);
}
.bsh-gig.hidden { display: none !important; }
.bsh-gig.happening {
  border-color: var(--bsh-green);
  box-shadow: inset 3px 0 0 var(--bsh-green);
}
.bsh-gig img {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--bsh-pink);
}

.bsh-gig-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bsh-gig-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
}

.bsh-gig-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
a.bsh-gig-title:hover { color: var(--bsh-cyan); }

.bsh-gig-sub {
  color: var(--bsh-cyan);
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
}
.bsh-gig-sub i { font-size: 10px; margin-right: 2px; }

.bsh-gig-date {
  color: #aaa;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bsh-gig-date i { color: var(--bsh-cyan); margin-right: 3px; font-size: 10px; }

.bsh-gig-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 2px;
}

.bsh-gig-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.bsh-tag {
  font-size: 10px;
  line-height: 1.2;
  background: rgba(202, 89, 221, 0.2);
  color: #e8b8f5;
  border: 1px solid rgba(202, 89, 221, 0.4);
  border-radius: 3px;
  padding: 1px 6px;
}
.bsh-tag.type { background: rgba(16, 175, 239, 0.15); color: #8fd4f5; border-color: rgba(16,175,239,0.35); }
.bsh-tag.ent { background: rgba(0, 229, 0, 0.12); color: #7dff7d; border-color: rgba(0,229,0,0.3); text-transform: capitalize; }

.bsh-badge-now {
  display: inline-block;
  color: #000;
  background: var(--bsh-green);
  font-size: 9px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  animation: bsh-pulse 1.5s ease infinite;
}
@keyframes bsh-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.bsh-gig-cta {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  background: var(--bsh-yellow);
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.bsh-gig-cta i { margin-right: 3px; font-size: 10px; }
.bsh-gig-cta:hover { background: #fff; color: #000; }
.bsh-gig-private { color: #888; font-size: 10px; font-style: italic; flex-shrink: 0; }

.bsh-list-view {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bsh-list-venue {
  border: 2px solid var(--bsh-pink);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.88);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}
.bsh-list-venue-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.55);
  border-bottom: 1px solid rgba(202, 89, 221, 0.35);
}
.bsh-list-venue-name {
  min-width: 0;
  color: var(--bsh-yellow);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}
.bsh-list-venue-name:hover {
  color: #fff;
  text-decoration: underline;
}
.bsh-list-venue-cal {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--bsh-cyan);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.15s, transform 0.12s;
}
.bsh-list-venue-cal:hover {
  color: #fff;
  transform: scale(1.05);
}
.bsh-list-venue-cal .fa {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.bsh-list-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bsh-list-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 11px !important;
  line-height: 1.25 !important;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}
.bsh-list-table th,
.bsh-list-table td,
.bsh-list-table a,
.bsh-list-table span {
  font-size: 11px !important;
  line-height: 1.25 !important;
}
.bsh-list-table th {
  background: var(--bsh-pink);
  color: #fff;
  font-weight: 700;
  text-align: left !important;
  padding: 6px 8px;
  border: 1px solid rgba(202, 89, 221, 0.55);
  white-space: nowrap;
}
.bsh-list-table td {
  border: 1px solid rgba(202, 89, 221, 0.35);
  padding: 6px 8px;
  vertical-align: middle;
  text-align: left !important;
  white-space: nowrap;
}
.bsh-list-table th:first-child,
.bsh-list-table td.bsh-list-dis {
  width: 1%;
  min-width: 32px;
  text-align: center !important;
  padding-left: 4px;
  padding-right: 4px;
}
.bsh-list-table th:nth-child(2),
.bsh-list-table td.bsh-list-ent {
  width: auto;
  max-width: 38%;
  text-align: left !important;
}
.bsh-list-table td.bsh-list-ent {
  padding-left: 8px;
}
.bsh-list-view a {
  float: none !important;
  text-align: left !important;
}
.bsh-list-ent-link {
  color: var(--bsh-cyan);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  display: inline !important;
  margin: 0 !important;
  text-align: left !important;
}
.bsh-list-ent-link:hover {
  color: #fff;
  text-decoration: underline;
}
.bsh-list-ent-extra {
  color: #eba72a;
  font-weight: 500;
  white-space: nowrap;
}
.bsh-list-date {
  white-space: nowrap;
}
.bsh-list-time {
  white-space: nowrap;
}
.bsh-list-time-range {
  white-space: nowrap;
}
.bsh-list-time-tag {
  margin-left: 6px;
  color: var(--bsh-yellow);
  font-weight: 600;
  text-transform: lowercase;
  white-space: nowrap;
}
.bsh-list-time-tag--happening {
  color: var(--bsh-green);
}
.bsh-list-time-tag--today {
  color: var(--bsh-yellow);
}
.bsh-list-table tbody tr:hover td {
  background: rgba(16, 175, 239, 0.07);
}

.bsh-results-count {
  color: var(--bsh-cyan);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 6px 10px;
  background: rgba(16, 175, 239, 0.08);
  border-left: 3px solid var(--bsh-cyan);
  border-radius: 0 4px 4px 0;
}

.bsh-results-head {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 10px;
}
.bsh-results-head__right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 10px;
  background: rgba(16, 175, 239, 0.08);
  border-left: 3px solid var(--bsh-cyan);
  border-radius: 0 4px 4px 0;
  min-height: 36px;
  box-sizing: border-box;
}
.bsh-results-head .bsh-view-btns {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: 6px;
}
.bsh-results-head .bsh-view-btn {
  width: 40px;
  min-width: 40px;
  height: auto;
  min-height: 36px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bsh-pink);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  touch-action: manipulation;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.bsh-results-head .bsh-view-btn .fa {
  font-size: 17px;
  line-height: 1;
  pointer-events: none;
}
.bsh-results-head .bsh-view-btn.active,
.bsh-results-head .bsh-view-btn:hover {
  background: var(--bsh-pink);
  border-color: var(--bsh-pink);
  color: #fff;
}
.bsh-results-head .bsh-results-count {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border-left: none;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bsh-check--happening {
  font-size: 11px;
  font-weight: 600;
  color: #ffb347;
  gap: 5px;
  padding: 0;
  line-height: 1.2;
  flex-shrink: 0;
  margin-left: auto;
}
.bsh-check--happening input {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .bsh-check--happening {
    font-size: var(--bsh-filter-fs);
    color: var(--bsh-cyan);
  }
}

.bsh-empty, .bsh-loading {
  text-align: center;
  color: var(--bsh-pink);
  padding: 48px 10px;
  font-size: 1.2rem;
}
.bsh-empty-help {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
  padding: 28px 16px;
  border: 2px solid rgba(202, 89, 221, 0.45);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.55);
}
.bsh-empty-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.bsh-empty-list {
  margin: 0 0 14px 20px;
  padding: 0;
  color: #eee;
}
.bsh-empty-list li {
  margin-bottom: 6px;
}
.bsh-empty-footer {
  margin: 0;
  color: #ddd;
  font-size: 0.95rem;
}
.bsh-empty-link {
  color: var(--bsh-cyan);
  font-weight: 700;
  text-decoration: underline;
}
.bsh-empty-link:hover {
  color: #fff;
}
.bsh-loading::after {
  content: '';
  display: block;
  width: 40px; height: 40px;
  margin: 12px auto 0;
  border: 3px solid var(--bsh-pink);
  border-top-color: transparent;
  border-radius: 50%;
  animation: bsh-spin 0.8s linear infinite;
}
@keyframes bsh-spin { to { transform: rotate(360deg); } }

/* ── Date range modal popup ── */
.bsh-date-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
}
.bsh-date-modal[hidden] {
  display: none !important;
}
body.bsh-date-modal-open {
  overflow: hidden;
}
.bsh-date-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(5px);
}
.bsh-date-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 640px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #0a0a0f;
  border: 2px solid var(--bsh-pink);
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(16, 175, 239, 0.15),
    0 24px 64px rgba(0, 0, 0, 0.7),
    0 0 40px rgba(202, 89, 221, 0.15);
  animation: bsh-date-modal-in 0.22s ease-out;
}
@keyframes bsh-date-modal-in {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.bsh-date-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 8px;
  border-bottom: 1px solid rgba(202, 89, 221, 0.25);
}
.bsh-date-modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}
.bsh-date-modal-hint {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--bsh-cyan);
  font-weight: 500;
}
.bsh-date-modal-close {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(16, 175, 239, 0.45);
  border-radius: 50%;
  background: rgba(16, 175, 239, 0.1);
  color: var(--bsh-cyan);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.bsh-date-modal-close:hover {
  background: rgba(202, 89, 221, 0.35);
  border-color: var(--bsh-pink);
  color: #fff;
}
.bsh-date-modal-cal {
  padding: 8px 12px 4px;
  display: flex;
  justify-content: center;
}
.bsh-date-modal-foot {
  display: flex;
  justify-content: flex-end;
  padding: 8px 20px 16px;
  border-top: 1px solid rgba(202, 89, 221, 0.2);
}
.bsh-date-modal-cancel {
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid rgba(16, 175, 239, 0.45);
  background: transparent;
  color: var(--bsh-cyan);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.bsh-date-modal-cancel:hover {
  background: rgba(202, 89, 221, 0.25);
  border-color: var(--bsh-pink);
  color: #fff;
}

/* ── Date range picker (jQuery UI) — BSH theme ── */
.bsh-datepicker-root.ui-datepicker {
  z-index: 1 !important;
  width: auto !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 8px 4px !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 13px !important;
}
.bsh-datepicker-root.ui-datepicker.ui-datepicker-multi {
  width: auto !important;
}
.bsh-datepicker-root.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  border: none !important;
  padding: 0 10px !important;
  min-width: 252px;
}
.bsh-datepicker-root.ui-datepicker-multi .ui-datepicker-group-first {
  border-right: 1px solid rgba(202, 89, 221, 0.35) !important;
  padding-right: 14px !important;
}
.bsh-datepicker-root.ui-datepicker-multi .ui-datepicker-group-last {
  padding-left: 14px !important;
}
.bsh-datepicker-root.ui-datepicker .ui-datepicker-header {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  padding: 4px 0 10px !important;
  margin-bottom: 4px;
}
.bsh-datepicker-root.ui-datepicker .ui-datepicker-title {
  color: var(--bsh-cyan) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 0.03em;
}
.bsh-datepicker-root.ui-datepicker th {
  color: rgba(16, 175, 239, 0.85) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 0 !important;
}
.bsh-datepicker-root.ui-datepicker td {
  padding: 1px !important;
  border: none !important;
}
.bsh-datepicker-root.ui-datepicker td a,
.bsh-datepicker-root.ui-datepicker td span {
  background: transparent !important;
  border: none !important;
  color: #e8e8e8 !important;
  text-align: center !important;
  border-radius: 10px !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  font-weight: 500;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.bsh-datepicker-root.ui-datepicker td span {
  color: #444 !important;
}
.bsh-datepicker-root.ui-datepicker td a:hover {
  background: rgba(202, 89, 221, 0.35) !important;
  color: #fff !important;
}
.bsh-datepicker-root.ui-datepicker td.bsh-dp-in-range a {
  background: rgba(16, 175, 239, 0.22) !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.bsh-datepicker-root.ui-datepicker td.bsh-dp-range-start a,
.bsh-datepicker-root.ui-datepicker td.bsh-dp-range-end a {
  background: var(--bsh-pink) !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  box-shadow: 0 0 12px rgba(202, 89, 221, 0.45);
}
.bsh-datepicker-root.ui-datepicker td.bsh-dp-range-start.bsh-dp-in-range a {
  border-radius: 10px 0 0 10px !important;
}
.bsh-datepicker-root.ui-datepicker td.bsh-dp-range-end.bsh-dp-in-range a {
  border-radius: 0 10px 10px 0 !important;
}
.bsh-datepicker-root.ui-datepicker td.bsh-dp-range-start.bsh-dp-range-end a {
  border-radius: 10px !important;
}
.bsh-datepicker-root.ui-datepicker td.bsh-dp-pending-end a {
  box-shadow: 0 0 0 2px var(--bsh-cyan);
}
.bsh-datepicker-root.ui-datepicker .ui-state-active {
  background: var(--bsh-pink) !important;
  color: #fff !important;
}
.bsh-datepicker-root.ui-datepicker .ui-state-highlight a {
  border: 1px solid rgba(16, 175, 239, 0.5) !important;
}
.bsh-datepicker-root.ui-datepicker .ui-datepicker-prev,
.bsh-datepicker-root.ui-datepicker .ui-datepicker-next {
  top: 6px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: rgba(16, 175, 239, 0.12) !important;
  border: 1px solid rgba(16, 175, 239, 0.45) !important;
  cursor: pointer !important;
  transition: background 0.15s, border-color 0.15s;
}
.bsh-datepicker-root.ui-datepicker .ui-datepicker-prev:hover,
.bsh-datepicker-root.ui-datepicker .ui-datepicker-next:hover {
  background: rgba(202, 89, 221, 0.35) !important;
  border-color: var(--bsh-pink) !important;
}
.bsh-datepicker-root.ui-datepicker .ui-datepicker-prev span,
.bsh-datepicker-root.ui-datepicker .ui-datepicker-next span {
  filter: none !important;
  background-image: none !important;
  text-indent: 0 !important;
  color: var(--bsh-cyan) !important;
  font-size: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.bsh-datepicker-root.ui-datepicker .ui-datepicker-prev span::before {
  content: '‹';
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.bsh-datepicker-root.ui-datepicker .ui-datepicker-next span::before {
  content: '›';
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.bsh-datepicker-root.ui-datepicker .ui-datepicker-buttonpane {
  display: none !important;
}

/* Date range modal — mobile */
@media (max-width: 767px) {
  .bsh-date-modal {
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    padding-bottom: calc(12px + var(--bsh-app-inset-bottom, env(safe-area-inset-bottom, 0px)));
  }
  .bsh-date-modal-panel {
    width: min(100%, 360px);
    max-height: calc(100dvh - 24px - var(--bsh-app-inset-bottom, env(safe-area-inset-bottom, 0px)));
    border-radius: 14px;
  }
  .bsh-date-modal-head {
    padding: 14px 14px 8px;
  }
  .bsh-date-modal-title {
    font-size: 16px;
  }
  .bsh-date-modal-hint {
    font-size: 12px;
  }
  .bsh-date-modal-cal {
    padding: 4px 6px 2px;
    overflow: hidden;
  }
  .bsh-date-modal-foot {
    padding: 8px 14px 14px;
  }
  .bsh-datepicker-root.ui-datepicker,
  .bsh-datepicker-root.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
    max-width: 100% !important;
    padding: 4px 0 !important;
  }
  .bsh-datepicker-root.ui-datepicker-multi .ui-datepicker-group {
    float: none !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    border: none !important;
  }
  .bsh-datepicker-root.ui-datepicker-multi .ui-datepicker-group-first {
    border-right: none !important;
    padding-right: 0 !important;
  }
  .bsh-datepicker-root.ui-datepicker-multi .ui-datepicker-group-last {
    padding-left: 0 !important;
  }
  .bsh-datepicker-root.ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(202, 89, 221, 0.25) !important;
  }
  html.bsh-date-modal-mobile .bsh-datepicker-root.ui-datepicker-multi .ui-datepicker-group-last {
    display: none !important;
  }
  .bsh-datepicker-root.ui-datepicker table {
    width: 100% !important;
    table-layout: fixed;
  }
  .bsh-datepicker-root.ui-datepicker th {
    font-size: 10px !important;
    padding: 4px 0 !important;
  }
  .bsh-datepicker-root.ui-datepicker td {
    padding: 2px !important;
    text-align: center;
  }
  .bsh-datepicker-root.ui-datepicker td a,
  .bsh-datepicker-root.ui-datepicker td span {
    display: inline-block !important;
    box-sizing: border-box;
    width: 36px !important;
    max-width: 100% !important;
    height: 36px !important;
    line-height: 36px !important;
    white-space: nowrap !important;
    font-size: 13px !important;
    overflow: hidden;
  }
  .bsh-datepicker-root.ui-datepicker td.bsh-dp-in-range a {
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
  }
  .bsh-datepicker-root.ui-datepicker td.bsh-dp-range-start a,
  .bsh-datepicker-root.ui-datepicker td.bsh-dp-range-end a {
    width: 36px !important;
    max-width: 100% !important;
    border-radius: 10px !important;
  }
  .bsh-datepicker-root.ui-datepicker .ui-datepicker-title {
    font-size: 14px !important;
  }
}

.bsh-home .bsh-input--date {
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.bsh-home .bsh-input--date.bsh-date-awaiting-end {
  border-color: var(--bsh-cyan) !important;
  box-shadow: 0 0 0 2px rgba(16, 175, 239, 0.2) !important;
  color: var(--bsh-cyan) !important;
}
@media (max-width: 767px) {
  .bsh-home .bsh-input--date.bsh-date-awaiting-end {
    border-color: transparent !important;
    box-shadow: none !important;
  }
}
.bsh-home .bsh-input--date.bsh-date-awaiting-end::placeholder {
  color: rgba(16, 175, 239, 0.75) !important;
}

.pac-container {
  z-index: 10002 !important;
  border-radius: 8px;
  border: 1px solid var(--bsh-pink);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  min-width: 340px !important;
  width: auto !important;
  max-width: min(560px, 92vw) !important;
}
.pac-container .pac-item {
  white-space: normal !important;
  line-height: 1.4 !important;
  padding: 10px 12px !important;
  cursor: pointer;
}
.pac-container .pac-item span {
  white-space: normal !important;
  word-break: break-word;
}
.pac-container .pac-item-query {
  font-size: 14px !important;
}

@media (min-width: 992px) {
  .bsh-filter-layout {
    grid-template-columns: minmax(280px, 26%) 1fr;
  }
  .bsh-address-wrap {
    flex: 1 1 100%;
    min-width: 0;
  }
  .bsh-loc-panel__top {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bsh-filter-layout {
    grid-template-columns: 1fr;
  }
  .bsh-filter-bottom-row {
    flex-wrap: wrap;
  }
  .bsh-search-field--main {
    flex: 1 1 100%;
    max-width: none;
    margin-left: 0;
  }
  .bsh-day-tabs {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .bsh-categories {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .bsh-mob-hero {
    display: block;
  }

  .bsh-mob-quick-nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin: 0 0 8px;
    padding: 8px 4px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
  }

  .bsh-explorer {
    padding: 8px 0 20px;
    -webkit-tap-highlight-color: transparent;
  }
  .bsh-explorer-inner {
    padding: 0 max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right));
  }
  .bsh-layout { gap: 8px; }

  .bsh-mob-divider {
    display: block;
    margin: 2px 0 6px;
  }

  .bsh-filter-layout {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 2px solid var(--bsh-pink);
    border-radius: 14px;
    padding: 12px 12px 10px;
    margin: 0;
    --bsh-mob-ctrl-h: 40px;
    --bsh-filter-fs: 13px;
    --bsh-filter-label: 11px;
  }

  .bsh-filter-col--left,
  .bsh-filter-col--right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-width: 0;
  }

  .bsh-search-box {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .bsh-search-box .bsh-search-by-label,
  .bsh-search-box .bsh-search-mode {
    display: none !important;
  }
  .bsh-loc-panel--combined {
    border: 2px solid var(--bsh-pink);
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.35);
    gap: 8px;
  }
  .bsh-loc-panel--combined .bsh-loc-panel__top {
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
  }
  .bsh-loc-panel--combined .bsh-address-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }
  .bsh-home .bsh-loc-panel--combined .bsh-input--address {
    height: var(--bsh-mob-ctrl-h) !important;
    min-height: var(--bsh-mob-ctrl-h) !important;
    border: 2px solid var(--bsh-pink) !important;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
  }
  .bsh-home .bsh-loc-panel--combined .bsh-input--address::placeholder {
    color: #888 !important;
  }
  .bsh-loc-panel--combined .bsh-geo-btn {
    flex-shrink: 0;
    align-self: center;
    width: 40px;
    min-width: 40px;
    height: var(--bsh-mob-ctrl-h);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bsh-pink);
    border-radius: 10px;
    background: #000;
  }
  .bsh-loc-panel--combined .bsh-geo-btn .fa-map-marker {
    font-size: 20px;
    color: var(--bsh-cyan);
  }
  .bsh-loc-panel--combined .bsh-location-display {
    display: block;
    margin: 0;
    padding: 2px 0 0;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: var(--bsh-cyan);
    line-height: 1.35;
  }
  .bsh-loc-panel--combined .bsh-location-display:empty {
    display: none;
  }
  .bsh-loc-panel--combined .bsh-radius-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 8px 0 0;
    border-top: 1px solid rgba(202, 89, 221, 0.3);
    flex-wrap: nowrap;
  }
  .bsh-loc-panel--combined .bsh-radius-label {
    margin: 0;
    font-size: 12px;
    color: var(--bsh-cyan);
    white-space: nowrap;
  }
  .bsh-loc-panel--combined .bsh-select--radius {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 160px;
    height: var(--bsh-mob-ctrl-h) !important;
    min-height: var(--bsh-mob-ctrl-h) !important;
    border: 2px solid var(--bsh-pink) !important;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 0 28px 0 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%2310afef' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
  }

  .bsh-left-meta {
    display: none !important;
  }

  .bsh-results-head {
    align-items: stretch;
  }
  .bsh-results-head__right {
    gap: 6px;
    padding: 5px 8px;
    min-height: 34px;
  }
  .bsh-check--happening {
    font-size: 9px;
    letter-spacing: 0;
    gap: 4px;
  }
  .bsh-check--happening input {
    width: 13px;
    height: 13px;
  }
  .bsh-results-head .bsh-view-btn {
    width: 38px;
    min-width: 38px;
    min-height: 34px;
    border-radius: 6px;
  }
  .bsh-results-head .bsh-view-btn.active {
    box-shadow: 0 0 10px rgba(202, 89, 221, 0.35);
  }
  .bsh-results-head .bsh-results-count {
    font-size: 11px;
  }

  .bsh-filter-panel {
    border: none;
    border-radius: 0;
    padding: 0;
    min-height: 0 !important;
    background: transparent;
  }

  .bsh-filter-top-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0;
    flex-wrap: nowrap;
  }

  .bsh-filter-dropdown-wrap {
    display: none !important;
  }

  .bsh-filter-bottom-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: none;
  }
  .bsh-filter-bottom-row:empty,
  .bsh-filter-bottom-row--solo:has(.bsh-desktop-only:only-child) {
    display: none;
  }

  /* Fix huge gap: day-tabs must not grow in column flex */
  .bsh-day-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    width: 100%;
    flex: none !important;
    align-self: stretch;
  }
  .bsh-day-tabs .bsh-day-btn {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 7px 4px;
    font-size: 9px;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
    color: var(--bsh-cyan);
    background: #000;
    border: 2px solid var(--bsh-pink);
    border-radius: 8px;
    touch-action: manipulation;
  }
  .bsh-day-tabs .bsh-day-btn.active {
    background: var(--bsh-pink);
    color: #fff;
    border-color: var(--bsh-pink);
    box-shadow: 0 0 10px rgba(202, 89, 221, 0.3);
  }
  .bsh-day-full { display: inline !important; }
  .bsh-day-short { display: none !important; }

  .bsh-filter-top-row .bsh-date-field {
    flex: none !important;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .bsh-filter-field-box {
    border: 2px solid var(--bsh-pink);
    border-radius: 10px;
    background: #000;
    min-height: var(--bsh-mob-ctrl-h);
    box-sizing: border-box;
    overflow: hidden;
  }
  .bsh-filter-field-box .bsh-input--date,
  .bsh-filter-field-box .bsh-input--search {
    min-height: var(--bsh-mob-ctrl-h);
    height: var(--bsh-mob-ctrl-h);
    font-size: 14px;
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0 12px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
  }
  .bsh-filter-field-box .bsh-input--date {
    padding-right: 34px;
    color: var(--bsh-cyan) !important;
    cursor: pointer;
  }
  .bsh-filter-field-box .bsh-input--date::placeholder {
    color: var(--bsh-cyan);
    opacity: 0.9;
  }
  .bsh-filter-field-box .bsh-input--search::placeholder {
    color: #888;
  }
  .bsh-filter-field-box .bsh-clear-date {
    right: 8px;
  }
  .bsh-filter-field-box:has(.bsh-input--date.bsh-date-awaiting-end) {
    border-color: var(--bsh-cyan);
    box-shadow: 0 0 0 2px rgba(16, 175, 239, 0.2);
  }

  .bsh-search-field--top {
    width: 100%;
    flex: none;
    margin: 0;
    padding: 0;
  }
  .bsh-search-field--top .bsh-search-wrap {
    position: relative;
    width: 100%;
  }

  .bsh-date-field--top {
    width: 100%;
    flex: none;
    margin: 0;
    padding: 0;
  }
  .bsh-date-field--top .bsh-date-wrap {
    width: 100%;
  }

  .bsh-categories {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 8px 0 0;
    margin: 0;
    border: none;
  }
  .bsh-categories.is-open {
    display: flex;
  }
  .bsh-categories-label {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
  }
  .bsh-quick-picks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    padding: 8px;
    border: 2px solid var(--bsh-pink);
    border-radius: 10px;
  }
  .bsh-quick-picks button {
    min-width: 0;
    width: 100%;
    padding: 8px 4px;
    font-size: 10px;
    border-radius: 6px;
    touch-action: manipulation;
  }
  .bsh-quick-picks .bsh-cat-label {
    font-size: 9px;
    line-height: 1.15;
    word-break: break-word;
    text-align: center;
  }

  .bsh-mob-cta-quick {
    margin: 6px 0 0;
    padding: 0;
    gap: 8px;
  }
  .bsh-mob-cta-quick__recommend a,
  .bsh-mob-quick-toggle {
    font-size: clamp(10px, 2.8vw, 13px);
    padding: 10px 6px;
    border-radius: 12px;
    touch-action: manipulation;
  }

  /* Venue cards — mobile */
  .bsh-venue-card {
    background: #0a0a0f;
    border: 1px solid rgba(202, 89, 221, 0.55);
    border-radius: 12px;
    box-shadow: none;
    overflow: hidden;
  }
  .bsh-venue-layout {
    flex-direction: column;
    min-height: 0;
  }
  .bsh-venue-aside {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    border-right: none;
    border-bottom: 1px solid rgba(202, 89, 221, 0.3);
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: transparent;
  }
  .bsh-venue-photo {
    flex: 0 0 64px;
    width: 64px;
    border-radius: 8px;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.12);
  }
  .bsh-venue-photo img {
    height: 64px;
    object-fit: contain;
    background: #fff;
  }
  .bsh-venue-info {
    flex: 1;
    min-width: 0;
    position: relative;
    font-size: 12px;
    line-height: 1.4;
  }
  .bsh-venue-info:has(.bsh-hours-wrap) {
    padding-right: 40px;
  }
  .bsh-venue-info .bsh-vi-line {
    margin-bottom: 5px;
  }
  .bsh-venue-info .bsh-vi-line:last-child {
    margin-bottom: 0;
  }
  .bsh-vi-line--venue {
    align-items: flex-start;
  }
  .bsh-vi-line--venue .bsh-vi-venue-name {
    color: var(--bsh-cyan);
    font-weight: 600 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .bsh-venue-dir-wrap--desk {
    display: none;
  }
  .bsh-venue-dir-wrap--mob {
    display: inline-flex;
  }
  .bsh-vi-cal {
    font-size: 11px !important;
    font-weight: 500 !important;
  }
  .bsh-vi-line--loc {
    display: none;
  }
  .bsh-vi-line--dist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
  }
  .bsh-vi-line--dist .bsh-lbl {
    flex-shrink: 0;
  }
  .bsh-vi-dist {
    font-size: 11px !important;
  }
  .bsh-vi-line--phone-desk {
    display: none !important;
  }
  .bsh-venue-dir img {
    width: 18px;
    height: 18px;
  }
  .bsh-venue-phone {
    display: inline-flex;
    font-size: 16px;
  }
  .bsh-vi-line.bsh-hours-wrap {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 3;
  }
  .bsh-vi-hours-btn--text {
    display: none !important;
  }
  .bsh-vi-hours-btn--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1.5px solid #fff;
    border-radius: 7px;
    background: #000;
    color: var(--bsh-cyan) !important;
    font-size: 17px !important;
    line-height: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 0.15s, box-shadow 0.15s, color 0.15s;
  }
  .bsh-vi-hours-btn--icon:hover,
  .bsh-vi-hours-btn--icon:focus {
    color: #fff !important;
    text-decoration: none;
    border-color: var(--bsh-cyan);
    box-shadow: 0 0 10px rgba(16, 175, 239, 0.35);
  }
  .bsh-vi-hours-btn--icon.is-open {
    border-color: var(--bsh-pink);
    box-shadow: 0 0 12px rgba(202, 89, 221, 0.45);
  }
  .bsh-vi-hours-btn--icon .bsh-vi-hours-icon {
    width: 18px;
    height: 18px;
    color: var(--bsh-cyan);
  }
  .bsh-vi-hours-btn--icon:hover .bsh-vi-hours-icon,
  .bsh-vi-hours-btn--icon:focus .bsh-vi-hours-icon,
  .bsh-vi-hours-btn--icon.is-open .bsh-vi-hours-icon {
    color: #fff;
  }
  .bsh-hours-popup {
    right: 0;
    left: auto;
    top: calc(100% + 6px);
    min-width: 210px;
    max-width: min(260px, calc(100vw - 32px));
  }
  .bsh-venue-gigs {
    padding: 0;
  }
  .bsh-venue-gig-filters {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    overflow: visible;
    margin: 0;
    padding: 8px 8px;
    border-bottom: 1px solid rgba(202, 89, 221, 0.2);
  }
  .bsh-venue-gig-filters::-webkit-scrollbar {
    display: none;
  }
  .bsh-venue-card .bsh-venue-gig-filters .bsh-vent-btn {
    flex-shrink: 1;
    min-width: 0;
    width: 100%;
    padding: 5px 2px;
    font-size: clamp(11px, 2.35vw, 10px) !important;
    line-height: 1.15 !important;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid rgba(202, 89, 221, 0.45);
    color: var(--bsh-cyan);
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bsh-venue-card .bsh-venue-gig-filters .bsh-vent-btn.active {
    background: var(--bsh-pink);
    color: #fff;
    border-color: var(--bsh-pink);
  }
  .bsh-venue-card .bsh-venue-gig-filters .bsh-vent-clear {
    color: var(--bsh-green);
    border-color: rgba(0, 229, 0, 0.45);
  }
  .bsh-venue-card .bsh-venue-gig-filters .bsh-vent-clear.active,
  .bsh-venue-card .bsh-venue-gig-filters .bsh-vent-clear:hover {
    background: rgba(0, 229, 0, 0.15);
    color: var(--bsh-green);
  }
  .bsh-vent-btn {
    flex-shrink: 0;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid rgba(202, 89, 221, 0.45);
    color: var(--bsh-cyan);
    background: rgba(0, 0, 0, 0.35);
  }
  .bsh-vent-btn.active {
    background: var(--bsh-pink);
    color: #fff;
    border-color: var(--bsh-pink);
  }
  .bsh-vent-clear {
    color: var(--bsh-green);
    border-color: rgba(0, 229, 0, 0.45);
  }
  .bsh-vent-clear.active,
  .bsh-vent-clear:hover {
    background: rgba(0, 229, 0, 0.15);
    color: var(--bsh-green);
  }
  .bsh-gig-scroll {
    --bsh-gig-panel-h: 108px;
    height: auto;
    min-height: 0;
    padding: 8px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    scrollbar-width: thin;
    scrollbar-color: var(--bsh-pink) rgba(0, 0, 0, 0.25);
    -webkit-overflow-scrolling: touch;
  }
  .bsh-venue-card:not(.is-expanded) .bsh-gig-scroll {
    max-height: calc(var(--bsh-gig-panel-h) * 2 + 8px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .bsh-venue-card.is-expanded .bsh-gig-scroll {
    max-height: min(360px, 52vh);
    overflow-y: auto;
  }
  .bsh-gig-scroll::-webkit-scrollbar {
    width: 5px;
  }
  .bsh-gig-scroll::-webkit-scrollbar-thumb {
    background: rgba(202, 89, 221, 0.65);
    border-radius: 4px;
  }

  /* Gig panel — mobile (compact) */
  .bsh-gig--panel {
    background: rgba(16, 175, 239, 0.06);
    border: 1px solid rgba(16, 175, 239, 0.22);
    border-radius: 8px;
    padding: 8px 8px 0;
  }
  .bsh-gig--panel.happening {
    border-color: rgba(0, 229, 0, 0.4);
    box-shadow: inset 0 0 0 1px rgba(0, 229, 0, 0.15);
  }
  .bsh-gig-main {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
  }
  .bsh-gig-media {
    width: 52px;
  }
  .bsh-gig--panel .bsh-gig-media img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(202, 89, 221, 0.5);
    object-fit: cover;
  }
  .bsh-gig-desk-rows {
    display: none !important;
  }
  .bsh-gig-title-row,
  .bsh-gig-when {
    display: flex;
  }
  .bsh-gig-details {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    text-align: left;
  }
  .bsh-gig-title-row {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 6px;
    line-height: 1.2;
    width: 100%;
  }
  .bsh-gig-name {
    color: var(--bsh-cyan) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    text-align: left !important;
    margin: 0 !important;
    float: none !important;
  }
  .bsh-gig-name:hover {
    color: #fff !important;
  }
  .bsh-venue-card .bsh-badge-now {
    font-size: 9px !important;
    padding: 1px 5px !important;
    line-height: 1.2;
  }
  .bsh-gig-music-type {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: var(--bsh-cyan);
    font-size: 9px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: left !important;
  }
  .bsh-gig-music-type .fa-music {
    color: var(--bsh-cyan);
    font-size: 9px;
    margin: 0;
    flex-shrink: 0;
  }
  .bsh-gig-music-type span {
    display: inline;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    text-align: left !important;
  }
  .bsh-gig-when {
    flex-wrap: wrap;
    align-items: center;
    gap: 3px 5px;
    font-size: 11px;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.88);
  }
  .bsh-gig-when__date--full {
    display: none;
  }
  .bsh-gig-when__date--short {
    color: #fff;
    font-weight: 600;
  }
  .bsh-gig-when__sep {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 700;
  }
  .bsh-gig-when__time {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
  }
  .bsh-day-tag--desk {
    display: none !important;
  }
  .bsh-gig-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 6px -8px 0;
    padding: 5px 8px;
    min-height: 32px;
    border-top: 1px solid rgba(16, 175, 239, 0.18);
    background: rgba(0, 0, 0, 0.22);
    border-radius: 0 0 8px 8px;
  }
  .bsh-gig-foot .bsh-gig-icons {
    display: flex;
    flex: 1;
    min-width: 0;
  }
  .bsh-gig-foot .bsh-gig-icons-main {
    gap: 10px;
  }
  .bsh-gig-foot .bsh-gig-act {
    font-size: 15px;
    color: var(--bsh-cyan);
    padding: 0;
  }
  .bsh-gig-foot-link {
    flex-shrink: 0;
    margin-left: 0;
  }
  .bsh-gig-detail-cta {
    color: var(--bsh-yellow) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .bsh-gig-detail-cta__short {
    display: inline;
  }
  .bsh-gig-detail-cta__full {
    display: none;
  }

  .bsh-results-split {
    grid-template-columns: 1fr;
    display: block;
  }
  .bsh-results-col--list {
    max-height: none;
    overflow: visible;
  }
  .bsh-results-col--map {
    display: none !important;
  }

  .bsh-list-view {
    gap: 12px;
  }
  .bsh-list-venue-head {
    padding: 8px 10px;
  }
  .bsh-list-venue-name {
    font-size: 13px;
  }
  .bsh-list-table th,
  .bsh-list-table td {
    padding: 5px 6px;
  }
}

@media (max-width: 420px) {
  .bsh-day-tabs .bsh-day-btn {
    font-size: 12px;
    min-height: 34px;
    padding: 6px 2px;
  }
  .bsh-day-tabs {
    gap: 5px;
  }
  .bsh-day-btn[data-day="week7"] .bsh-day-full {
    display: none !important;
  }
  .bsh-day-btn[data-day="week7"] .bsh-day-short {
    display: inline !important;
  }
  .bsh-quick-picks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bsh-results-head .bsh-view-btn {
    min-width: 44px;
    width: 44px;
  }
}

/* Auth modals — sign in / join us */
.bsh-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 100060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.bsh-auth-modal[hidden] {
  display: none !important;
}
body.bsh-auth-modal-open {
  overflow: hidden;
}
.bsh-auth-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(4px);
}
.bsh-auth-modal-panel {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: min(100%, 420px);
  max-height: none;
  overflow: visible;
  background: #000;
  border: 2px solid var(--bsh-pink);
  border-radius: 12px;
  padding: 16px 18px 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.75);
  animation: bsh-date-modal-in 0.22s ease-out;
}
.bsh-auth-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.bsh-auth-modal-logo {
  display: block;
  width: min(65%, 200px);
  height: auto;
}
.bsh-auth-modal-logo--wide {
  width: min(80%, 260px);
}
.bsh-auth-modal-close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 6px;
  background: var(--bsh-pink);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.bsh-auth-modal-close:hover {
  background: #d96ef0;
}
.bsh-auth-modal-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.bsh-auth-lead {
  margin: 0 0 14px;
  color: #ccc;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.bsh-auth-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bsh-auth-label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.bsh-auth-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(202, 89, 221, 0.45);
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.bsh-auth-input:focus {
  border-color: var(--bsh-cyan);
  box-shadow: 0 0 0 2px rgba(16, 175, 239, 0.2);
}
.bsh-auth-select {
  cursor: pointer;
}
.bsh-auth-password-wrap {
  position: relative;
}
.bsh-auth-password-wrap .bsh-auth-input {
  padding-right: 56px;
}
.bsh-auth-password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: var(--bsh-cyan);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px;
}
.bsh-auth-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  margin: 2px 0;
  cursor: pointer;
}
.bsh-auth-submit {
  margin-top: 4px;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  background: var(--bsh-pink);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.bsh-auth-submit:hover {
  background: #d96ef0;
}
.bsh-auth-foot {
  margin: 4px 0 0;
  text-align: center;
  font-size: 13px;
}
.bsh-auth-foot a {
  color: var(--bsh-cyan);
  text-decoration: none;
}
.bsh-auth-foot a:hover {
  color: #fff;
  text-decoration: underline;
}
.bsh-join-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bsh-join-link {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(202, 89, 221, 0.45);
  border-radius: 8px;
  background: rgba(202, 89, 221, 0.08);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s, border-color 0.15s;
}
.bsh-join-link:hover {
  background: rgba(202, 89, 221, 0.22);
  border-color: var(--bsh-pink);
  color: #fff;
}
.bsh-join-u {
  color: var(--bsh-pink);
  font-weight: 800;
}

/* Join modal — logo header + card grid */
.bsh-auth-modal-panel--join {
  display: flex;
  flex-direction: column;
  width: min(100%, 380px);
  padding: 14px 14px 18px;
}
.bsh-auth-modal-logo--join {
  width: min(72%, 220px);
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}
.bsh-auth-modal-panel--join .bsh-auth-modal-head {
  margin-bottom: 4px;
}
.bsh-auth-modal-panel--join .bsh-auth-modal-title {
  margin: 0 0 8px;
  text-align: center;
  font-size: 17px;
}
.bsh-auth-modal-panel--join .bsh-auth-lead {
  margin: 0 0 14px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}
.bsh-join-cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.bsh-join-desc {
  padding: 10px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: rgba(72, 12, 24, 0.92);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}
.bsh-join-desc[hidden] {
  display: none !important;
}
.bsh-join-desc__body {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #fff;
}
.bsh-join-desc__label {
  color: var(--bsh-pink);
  font-weight: 700;
}
.bsh-join-desc__text {
  color: #fff;
  font-weight: 400;
}
.bsh-join-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.bsh-join-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 0 0 0 12px;
  border: 2px solid rgba(202, 89, 221, 0.55);
  border-radius: 8px;
  background: #000;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.bsh-join-card:hover,
.bsh-join-card:focus-within {
  border-color: var(--bsh-pink);
  box-shadow: 0 0 12px rgba(202, 89, 221, 0.2);
}
.bsh-join-card__link {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bsh-join-card__link:hover,
.bsh-join-card__link:focus {
  color: #fff;
}
.bsh-join-card__u {
  color: var(--bsh-pink);
  font-weight: 800;
}
.bsh-join-card__help {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 48px;
  margin: 0;
  padding: 0;
  border: none;
  border-left: 1px solid rgba(202, 89, 221, 0.25);
  background: transparent;
  color: var(--bsh-yellow);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s, background 0.15s;
}
.bsh-join-card__help:hover,
.bsh-join-card__help:focus,
.bsh-join-card__help.is-active {
  color: #fff;
  background: rgba(202, 89, 221, 0.15);
}

@media (max-width: 767px) {
  .bsh-auth-modal-panel--join {
    width: min(calc(100% - 24px), 380px);
    padding: 12px 12px 16px;
  }
  .bsh-auth-modal-logo--join {
    width: min(68%, 200px);
    max-height: 64px;
  }
  .bsh-join-desc__body {
    font-size: 12px;
  }
  .bsh-join-card__link {
    font-size: 13px;
    white-space: normal;
  }
  .bsh-join-card__help {
    width: 40px;
    font-size: 17px;
  }
}

/* Gig modals — music clip, playlist, share */
body.bsh-modal-open { overflow: hidden; }
.bsh-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.bsh-modal.is-open {
  display: flex !important;
}
.bsh-modal[hidden]:not(.is-open) { display: none !important; }
.bsh-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}
.bsh-modal-panel {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: min(90vh, 560px);
  background: #0a0a0f;
  border: 2px solid var(--bsh-pink);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.65);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.bsh-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(202, 89, 221, 0.35);
  background: #000;
}
.bsh-modal-title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.bsh-modal-sub {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}
.bsh-modal-close {
  border: none;
  background: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}
.bsh-modal-loading,
.bsh-music-empty {
  color: #ccc;
  text-align: center;
  padding: 20px;
}
.bsh-music-body {
  overflow: auto;
  padding: 14px 16px 18px;
}
.bsh-music-section-title {
  margin: 0 0 8px;
  color: #e480f5;
  font-size: 16px;
}
.bsh-music-videos video {
  width: 100%;
  max-width: 320px;
  height: auto;
  border: 2px solid var(--bsh-pink);
  border-radius: 6px;
  margin: 0 8px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.bsh-music-audios audio {
  width: 100%;
  border: 2px solid var(--bsh-pink);
  border-radius: 6px;
  margin-bottom: 8px;
  display: block;
}
.bsh-playlist-panel { max-width: 640px; }
.bsh-playlist-search-wrap {
  padding: 10px 16px 0;
}
.bsh-playlist-list {
  overflow: auto;
  padding: 12px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bsh-playlist-item {
  border: 1px solid rgba(202, 89, 221, 0.35);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(0, 70, 99, 0.55);
}
.bsh-playlist-item-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.bsh-playlist-song {
  color: #fff;
  font-weight: 600;
}
.bsh-playlist-song .fa-music { color: #ebff22; margin-right: 6px; }
.bsh-playlist-link {
  color: #88c8ff;
  font-size: 12px;
  text-decoration: none;
}
.bsh-playlist-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  font-size: 12px;
  color: #ccc;
}
.bsh-playlist-empty {
  text-align: center;
  padding: 24px 12px;
  color: #ccc;
}
.bsh-playlist-empty h5 {
  margin: 0 0 6px;
  color: #fff;
}
.bsh-share-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  z-index: 100060;
  display: none;
}
.bsh-share-overlay.is-open {
  display: block !important;
}
.bsh-share-overlay[hidden]:not(.is-open) { display: none !important; }
.bsh-share-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(420px, 92vw);
  background: #111;
  border: 2px solid var(--bsh-pink);
  border-radius: 14px;
  z-index: 100070;
  overflow: hidden;
  color: #fff;
  display: none;
}
.bsh-share-modal.is-open {
  display: block !important;
}
.bsh-share-modal[hidden]:not(.is-open) { display: none !important; }
.bsh-share-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bsh-share-head h4 { margin: 0; font-size: 18px; }
.bsh-share-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 16px;
}
.bsh-share-opt {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #1a1a1a;
  color: #fff;
  padding: 14px 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.bsh-share-opt:hover { border-color: var(--bsh-cyan); }
.bsh-share-opt__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 0;
}
.bsh-share-opt__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.bsh-share-opt--whatsapp .bsh-share-opt__icon { color: #25d366; }
.bsh-share-opt--facebook .bsh-share-opt__icon { color: #1877f2; }
.bsh-share-opt--instagram .bsh-share-opt__icon { color: #e4405f; }
.bsh-share-opt--twitter .bsh-share-opt__icon { color: #1da1f2; }
.bsh-stream-opt .fa,
.bsh-gig-act .fa {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Share modal copy row */
.bsh-share-copy {
  display: flex;
  gap: 8px;
  padding: 0 16px 16px;
}
.bsh-share-copy input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
}
.bsh-share-copy button {
  border: none;
  border-radius: 8px;
  background: var(--bsh-cyan);
  color: #000;
  font-weight: 700;
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
}

/* Streaming / social links popup */
.bsh-stream-modal.is-open {
  display: block !important;
}
.bsh-stream-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 16px;
}
.bsh-stream-opt {
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #1a1a1a;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 88px;
  transition: border-color 0.2s, background 0.2s;
}
.bsh-stream-opt:hover {
  border-color: var(--bsh-cyan);
  background: #222;
}
.bsh-stream-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
}
.bsh-stream-opt span:last-child {
  font-size: 13px;
  font-weight: 600;
}
.bsh-stream-opt--youtube .bsh-stream-badge {
  background: #ff5151;
  color: #fff;
  font-size: 18px;
}
.bsh-stream-opt--facebook .bsh-stream-badge {
  background: #1877f2;
  color: #fff;
  font-size: 22px;
  font-family: Georgia, serif;
  font-weight: 700;
}
.bsh-stream-opt--spotify .bsh-stream-badge {
  background: #13c113;
  color: #000;
  font-size: 11px;
  min-width: 52px;
}
.bsh-stream-opt--apple .bsh-stream-badge {
  background: #9bb6c8;
  color: #000;
  font-size: 20px;
}
.bsh-stream-opt--instagram .bsh-stream-badge {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  font-size: 12px;
}
.bsh-stream-opt--twitter .bsh-stream-badge {
  background: #000;
  color: #fff;
  border: 1px solid #555;
  font-size: 16px;
}
.bsh-stream-empty {
  margin: 0;
  padding: 0 16px 16px;
  text-align: center;
  color: #aaa;
  font-size: 13px;
}

/* Mobile app bottom bar — ≤767px only (#bshAppBar is the single instance) */
.bsh-app-bar,
.bsh-app-bar__nav,
.bsh-app-bar__tab {
  display: none;
}
.bsh-legacy-app-nav-hidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  body.bsh-home-page,
  main.bsh-home-page {
    --bsh-app-bar-nav-h: 52px;
    --bsh-app-bar-total-h: calc(68px + var(--bsh-app-inset-bottom, 0px));
    --bsh-safe-bottom: env(safe-area-inset-bottom, 0px);
    --bsh-vv-bottom: 0px;
    --bsh-js-bottom-inset: 0px;
    --bsh-app-inset-bottom: max(
      env(safe-area-inset-bottom, 0px),
      constant(safe-area-inset-bottom, 0px),
      var(--bsh-vv-bottom),
      var(--bsh-js-bottom-inset)
    );
  }

  body.bsh-home-page {
    padding-bottom: calc(var(--bsh-app-bar-total-h) + 20px);
  }

  /* Android WebView / in-app shell — env(safe-area) is often 0 */
  html.bsh-android-shell body.bsh-home-page,
  html.bsh-android-shell main.bsh-home-page {
    --bsh-js-bottom-inset: 48px;
    --bsh-app-inset-bottom: max(
      env(safe-area-inset-bottom, 0px),
      constant(safe-area-inset-bottom, 0px),
      var(--bsh-vv-bottom),
      var(--bsh-js-bottom-inset),
      48px
    );
    --bsh-app-bar-total-h: calc(68px + var(--bsh-app-inset-bottom));
  }

  .bsh-results .bsh-venue-card:last-child {
    margin-bottom: 8px;
  }

  /* Kill legacy footer.php mobile nav + any duplicate app bar markup */
  body.bsh-home-page .mobileFooterres,
  body.bsh-home-page .mobileFooterres.desktopHiddeFooter,
  body.bsh-home-page .desktopHiddeFooter.mobileFooterres,
  body.bsh-home-page .bsh-app-bar:not(#bshAppBar),
  body.bsh-home-page footer .bsh-app-bar,
  body.bsh-home-page footer .bsh-app-bar__nav,
  body.bsh-home-page .background_overly .bsh-app-bar,
  body.bsh-home-page .background_overly .bsh-app-bar__nav,
  body.bsh-home-page .bsh-app-bar__nav:not(#bshAppBar *),
  body.bsh-home-page .bsh-app-bar__tab:not(#bshAppBar *),
  body.bsh-home-page [data-app-tab]:not(#bshAppBar *),
  body.bsh-home-page footer .mobile-footer,
  body.bsh-home-page footer .mobile-footer-nav,
  body.bsh-home-page footer .mob-footer,
  body.bsh-home-page footer .mob-bottom-nav,
  body.bsh-home-page footer .footer-mobile-nav,
  body.bsh-home-page footer .mobile-nav,
  body.bsh-home-page footer .mob-icon-menu,
  body.bsh-home-page .mobilefooter,
  body.bsh-home-page .mobfooter,
  body.bsh-home-page #mobileFooter,
  body.bsh-home-page #mobile-footer,
  body.bsh-home-page footer .navbar-fixed-bottom,
  body.bsh-home-page footer [class*="mob"][class*="footer"],
  body.bsh-home-page footer [class*="mobile"][class*="nav"],
  body.bsh-home-page footer [data-bsh-hidden-dup="1"],
  body.bsh-home-page [data-bsh-hidden-dup="1"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  #bshAppBar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100040;
    pointer-events: none;
    padding-bottom: 0;
    padding-left: env(safe-area-inset-left, 0px);
    padding-right: env(safe-area-inset-right, 0px);
  }

  #bshAppBar .bsh-app-bar__backdrop {
    position: fixed;
    inset: 0;
    z-index: 100041;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: auto;
    animation: bsh-app-bar-fade 0.18s ease-out;
  }
  #bshAppBar .bsh-app-bar__backdrop[hidden] {
    display: none !important;
  }

  /* Popups stack above nav inside the fixed bar (opens upward) */
  #bshAppBar .bsh-app-bar__popup {
    position: relative;
    z-index: 100042;
    order: 0;
    flex: 0 0 auto;
    width: min(280px, calc(100vw - 32px));
    min-width: min(220px, calc(100vw - 32px));
    max-width: min(280px, calc(100vw - 24px));
    max-height: min(52vh, 340px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 8px;
    padding: 10px 14px;
    border: 2px solid var(--bsh-pink);
    border-radius: 14px;
    background: #000;
    box-shadow:
      0 0 24px rgba(202, 89, 221, 0.2),
      0 12px 40px rgba(0, 0, 0, 0.65);
    pointer-events: auto;
    animation: bsh-app-bar-pop-up 0.2s ease-out;
  }
  #bshAppBar .bsh-app-bar__popup[hidden] {
    display: none !important;
  }
  #bshAppBar .bsh-app-bar__popup--filter {
    align-self: flex-start;
    margin-left: 6%;
    transform: none;
  }
  #bshAppBar .bsh-app-bar__popup--account {
    align-self: center;
    transform: none;
  }
  #bshAppBar .bsh-app-bar__popup--menu {
    align-self: flex-end;
    margin-right: 6%;
    min-width: min(240px, calc(100vw - 20px));
    transform: none;
  }

  #bshAppBar .bsh-app-bar__popup-link {
    display: block;
    padding: 9px 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid rgba(202, 89, 221, 0.12);
    transition: color 0.12s;
  }
  #bshAppBar .bsh-app-bar__popup-link:last-child {
    border-bottom: none;
  }
  #bshAppBar .bsh-app-bar__popup-link:hover,
  #bshAppBar .bsh-app-bar__popup-link:focus {
    color: var(--bsh-cyan);
  }
  #bshAppBar .bsh-app-bar__popup-link--bold {
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
  }
  #bshAppBar .bsh-app-bar__u {
    color: var(--bsh-pink);
    font-weight: 800;
  }

  #bshAppBar .bsh-app-bar__nav {
    display: flex;
    order: 1;
    flex-shrink: 0;
    position: relative;
    align-items: stretch;
    justify-content: space-around;
    gap: 0;
    margin: 0;
    min-height: var(--bsh-app-bar-nav-h);
    padding: 6px 8px calc(8px + var(--bsh-app-inset-bottom, env(safe-area-inset-bottom, 0px)));
    background: #000;
    border-top: 2px solid var(--bsh-pink);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.55);
    pointer-events: auto;
  }

  #bshAppBar .bsh-app-bar__tab {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    padding: 4px 6px;
    border: none;
    background: transparent;
    color: var(--bsh-pink);
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.15s, transform 0.12s;
  }
  #bshAppBar .bsh-app-bar__tab i {
    font-size: 22px;
    line-height: 1;
    font-family: FontAwesome !important;
    font-style: normal;
  }
  #bshAppBar .bsh-app-bar__tab span {
    letter-spacing: 0.02em;
  }
  #bshAppBar .bsh-app-bar__tab:hover,
  #bshAppBar .bsh-app-bar__tab:focus {
    color: #e88ff5;
  }
  #bshAppBar .bsh-app-bar__tab.is-active {
    color: #fff;
  }
  #bshAppBar .bsh-app-bar__tab.is-active i {
    text-shadow: 0 0 12px rgba(202, 89, 221, 0.65);
  }
  #bshAppBar .bsh-app-bar__tab:active {
    transform: scale(0.96);
  }
}

@keyframes bsh-app-bar-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes bsh-app-bar-pop-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
