
html, body {
  margin: 0;
  padding: 0;
  min-width: 0;
  overflow-x: hidden;
}
body.bclmf-music-hub {
  background:
    radial-gradient(circle at 18% 12%, rgba(207,225,255,.52), transparent 32%),
    radial-gradient(circle at 86% 22%, rgba(235,219,255,.46), transparent 30%),
    linear-gradient(160deg, #fbfdff 0%, #f4f6fa 52%, #ffffff 100%);
  color: #28303c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
body.bclmf-music-hub::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.55) 48%, transparent 66%);
  opacity: .55;
}
.bclmf-hub-shell {
  min-height: 100svh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: max(10px, env(safe-area-inset-top)) 12px max(10px, env(safe-area-inset-bottom));
}
.bclmf-hub {
  width: min(100%, 480px);
  min-height: calc(100svh - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.bclmf-hub-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  align-self: center;
  color: #5d6674;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  margin: 1px 0 6px;
}
.bclmf-hub-brand img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.bclmf-hub-header {
  text-align: center;
  margin-bottom: 10px;
}
.bclmf-hub-kicker {
  color: #858d9a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.bclmf-hub-header h1 {
  margin: 0;
  color: #252c37;
  font-size: clamp(25px, 7.4vw, 34px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.bclmf-hub-question {
  margin: 5px 0 0;
  color: #606a78;
  font-size: 14px;
  font-weight: 650;
}
.bclmf-hub-intro {
  max-width: 370px;
  margin: 4px auto 0;
  color: #8a929d;
  font-size: 10.5px;
  line-height: 1.35;
}
.bclmf-hub-grid {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  grid-template-rows: repeat(3, minmax(0,1fr));
  gap: 9px;
}
.bclmf-hub-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(185,194,207,.58);
  border-radius: 20px;
  padding: 10px 7px 9px;
  background: linear-gradient(145deg, rgba(255,255,255,.84), rgba(247,249,253,.7));
  box-shadow:
    0 7px 22px rgba(83,96,119,.09),
    inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  text-decoration: none;
  color: #2d3541;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.bclmf-hub-card::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: -49px;
  right: -34px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(205,221,255,.44), transparent 69%);
}
.bclmf-hub-card:active {
  transform: scale(.975);
  border-color: rgba(154,172,205,.8);
  box-shadow: 0 3px 11px rgba(83,96,119,.12), 0 0 20px rgba(200,216,248,.34);
}
.bclmf-hub-icon {
  font-size: clamp(25px, 7vw, 31px);
  line-height: 1;
  margin-bottom: 5px;
  filter: drop-shadow(0 2px 4px rgba(70,80,100,.11));
}
.bclmf-hub-category {
  display: block;
  max-width: 100%;
  color: #8c94a0;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.1;
  margin-bottom: 3px;
  overflow-wrap: anywhere;
}
.bclmf-hub-card strong {
  display: block;
  max-width: 100%;
  color: #323a47;
  font-size: clamp(12px, 3.45vw, 15px);
  line-height: 1.12;
  font-weight: 750;
  overflow-wrap: anywhere;
}
.bclmf-hub-card-pet {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,236,243,.50), transparent 52%),
    linear-gradient(145deg, rgba(255,255,255,.86), rgba(247,249,253,.72));
}
.bclmf-hub-footer {
  min-height: 22px;
  padding-top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  color: #8a929d;
  font-size: 9.5px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-height: 700px) {
  .bclmf-hub-shell { padding-top: 6px; padding-bottom: 6px; }
  .bclmf-hub { min-height: calc(100svh - 12px); }
  .bclmf-hub-brand { margin-bottom: 3px; }
  .bclmf-hub-header { margin-bottom: 7px; }
  .bclmf-hub-header h1 { font-size: 24px; }
  .bclmf-hub-question { margin-top: 3px; font-size: 12px; }
  .bclmf-hub-intro { font-size: 9px; margin-top: 2px; }
  .bclmf-hub-grid { gap: 7px; }
  .bclmf-hub-card { border-radius: 17px; padding: 6px; }
  .bclmf-hub-icon { font-size: 23px; margin-bottom: 3px; }
  .bclmf-hub-card strong { font-size: 12px; }
  .bclmf-hub-footer { padding-top: 5px; font-size: 8.5px; }
}
@media (min-width: 700px) {
  .bclmf-hub-shell { align-items: center; padding: 24px; }
  .bclmf-hub {
    min-height: min(780px, calc(100svh - 48px));
    max-height: 820px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bclmf-hub-card { transition: none; }
}
