/* MusicHaven — permanent utility surfaces (My SuperFan Wall · Concert Radar).
   Complete stylesheet for the two WordPress surfaces added from sealed build
   426954B/59eba7f0. Only classes NOT already defined by the theme or the ported
   design-system layers are declared here; everything else (gt-card, mh-chip,
   mh-section, mh-zone-head, mh-posterband, mh-sticker, mh-pill, mh-artists__grid)
   is reused untouched. Loads last so it can lean on the tokens above it.

   Mobile law (readme): no core horizontal side-scroll — rails stack, chips wrap.
   Every flex/grid item below is explicitly shrinkable (min-width:0) and
   border-box, because an unshrinkable flex child was measured pushing the
   artist profile panel 111px past a 390px viewport. */

/* ── Box model: these components size inside their container, always. ─────── */
.mh-fanwall,
.mh-fanwall *,
.mh-radar,
.mh-radar * { box-sizing: border-box; }

/* ── Shared heads ─────────────────────────────────────────────────────────── */
.mh-fanwall__title,
.mh-radar__title {
	font-family: var(--mh-serif, 'Playfair Display', Georgia, serif);
	font-weight: 900;
	font-size: clamp(2rem, 6vw, 3.2rem);
	line-height: 1.02;
	letter-spacing: -0.02em;
	margin: 10px 0 0;
	color: var(--mh-ink, #1A0E24);
	overflow-wrap: anywhere;
}
.mh-fanwall__dek,
.mh-radar__dek {
	font-family: var(--mh-serif, 'Playfair Display', Georgia, serif);
	font-style: italic;
	margin: 10px 0 0;
	color: var(--mh-ink-soft, #3A2E4A);
	max-width: 58ch;
}

/* ── Artist monogram bubble ───────────────────────────────────────────────── */
.mh-artistbubble {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border-radius: 999px;
	font-family: var(--mh-serif, 'Playfair Display', Georgia, serif);
	font-weight: 900;
	font-size: 1.15rem;
	color: #FFF8E9;
	background: linear-gradient(150deg, var(--sk-accent, #6B3FA0), var(--sk-deep, #3A1F4D));
	border: 1.5px solid rgba(228, 200, 120, 0.72);
	box-shadow: 0 3px 0 rgba(82, 39, 111, 0.4);
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.mh-artistbubble--sm {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	font-size: 0.8rem;
	margin-right: 8px;
	box-shadow: none;
}

/* ── Fan Wall ─────────────────────────────────────────────────────────────── */
.mh-fanwall__list,
.mh-radar__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}
.mh-fanwall__row {
	display: block;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}
/* The control line. Chips wrap here; the profile below is never part of it. */
.mh-fanwall__rowtop {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	min-width: 0;
	max-width: 100%;
}
.mh-fanwall__row-main { flex: 1 1 200px; min-width: 0; }
.mh-fanwall__row-name {
	margin: 0;
	font-family: var(--mh-serif, 'Playfair Display', Georgia, serif);
	font-weight: 800;
	font-size: 1.1rem;
	overflow-wrap: anywhere;
}
.mh-fanwall__move { display: inline-flex; gap: 6px; flex: 0 0 auto; }
.mh-fanwall__move .mh-chip[disabled] { opacity: 0.4; cursor: not-allowed; }

/* The profile panel is a full-width flex line of its own and must never
   inherit the row's intrinsic content width. */
.mh-fanwall__profile {
	display: grid;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	gap: 12px;
	padding: 18px;
	margin-top: 12px;
}
.mh-fanwall__profile-name {
	margin: 0;
	font-family: var(--mh-serif, 'Playfair Display', Georgia, serif);
	font-weight: 900;
	font-size: 1.6rem;
	color: var(--sk-text, var(--mh-ink, #1A0E24));
	overflow-wrap: anywhere;
}
.mh-fanwall__cols {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
	gap: 12px;
	min-width: 0;
}
.mh-fanwall__cols > * { min-width: 0; }
.mh-fanwall__item { gap: 6px; padding: 12px; min-width: 0; }
.mh-fanwall__kicker {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mh-gold-ink, #7A6125);
}
.mh-fanwall__item-title {
	margin: 0;
	font-family: var(--mh-serif, 'Playfair Display', Georgia, serif);
	font-weight: 800;
	font-size: 1.02rem;
	line-height: 1.2;
	overflow-wrap: anywhere;
}
.mh-fanwall__item-title a { color: inherit; text-decoration: none; }
.mh-fanwall__item-title a:hover { text-decoration: underline; }
.mh-fanwall__radar { margin: 4px 0 0; font-size: 0.9rem; overflow-wrap: anywhere; }
.mh-fanwall__radar a { color: var(--mh-gold-ink, #7A6125); font-weight: 800; }
.mh-fanwall__roster { list-style: none; margin: 0; padding: 0; }
.mh-fanwall__roster .mh-chip { display: inline-flex; align-items: center; max-width: 100%; }

/* ── Concert Radar ────────────────────────────────────────────────────────── */
.mh-radar__chiprow { display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; }
.mh-radar__chiprow + .mh-radar__chiprow { margin-top: 10px; }
.mh-radar__row { display: grid; gap: 8px; min-width: 0; max-width: 100%; }
.mh-radar__rowtop { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; min-width: 0; }
.mh-radar__event {
	margin: 0;
	font-family: var(--mh-serif, 'Playfair Display', Georgia, serif);
	font-weight: 800;
	font-size: 1.25rem;
	flex: 1 1 240px;
	min-width: 0;
	overflow-wrap: anywhere;
}
.mh-radar__event a { color: inherit; text-decoration: none; }
.mh-radar__event a:hover { text-decoration: underline; }
.mh-radar__date { font-variant-numeric: tabular-nums; flex: 0 0 auto; }
.mh-radar__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.mh-radar__detail {
	border-top: 1.5px solid rgba(26, 14, 36, 0.12);
	padding-top: 10px;
	display: grid;
	gap: 8px;
	min-width: 0;
}
.mh-radar__honest { font-weight: 700; }
.mh-radar__foot { margin-top: 14px; }

/* Primary chip — the one chip variant the theme had not defined. */
.mh-chip--primary {
	background: linear-gradient(180deg, var(--mh-plum, #3A1F4D), var(--mh-night, #241733));
	color: #F3ECE0;
	border-color: rgba(228, 200, 120, 0.72);
}

/* ── Mobile: stack, never side-scroll. ───────────────────────────────────── */
@media (max-width: 600px) {
	.mh-fanwall__row { gap: 10px; }
	.mh-artistbubble { width: 44px; height: 44px; flex-basis: 44px; font-size: 1rem; }
	.mh-fanwall__profile { padding: 14px; }
	.mh-fanwall__cols { grid-template-columns: 1fr; }
	.mh-radar__rowtop { gap: 8px; }
	.mh-radar__event { flex: 1 1 100%; }
}

/* These surfaces add no animation, so there is nothing to disable under
   prefers-reduced-motion; the rule is stated so the omission is deliberate. */
