/* MusicInsight Artists 1.8.1 — visual scroll affordance and directory continuity. */

.mi-artists-weekly-discovery .mi-weekly-artist-tab-copy {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	direction: ltr;
	text-align: left;
}

.mi-artists-weekly-discovery .mi-weekly-artist-tab-copy strong,
.mi-artists-weekly-discovery .mi-weekly-artist-tab-copy small {
	width: 100%;
	text-align: left;
}

.mi-artists-weekly-discovery .mi-weekly-artist-tab-copy small {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	direction: ltr;
}

.mi-artists-weekly-discovery .mi-weekly-artist-summary::after {
	background:
		linear-gradient(0deg, rgba(5,7,10,.86), rgba(5,7,10,.13) 74%, rgba(5,7,10,.07)),
		linear-gradient(90deg, rgba(5,7,10,.78), rgba(5,7,10,.18) 76%, rgba(5,7,10,.05));
}

.mi-artists-weekly-discovery .mi-weekly-artist-summary > div {
	position: relative;
	z-index: 2;
	pointer-events: none;
	align-self: flex-end;
	width: 72%;
	margin-right: auto;
	direction: ltr;
	text-align: left;
}

.mi-artists-weekly-discovery .mi-weekly-artist-summary > .mi-weekly-artist-summary-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: block;
	padding: 0;
	border: 0;
	border-radius: inherit;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	cursor: pointer;
	text-indent: -9999px;
}

.mi-artists-weekly-discovery .mi-weekly-artist-summary > .mi-weekly-artist-summary-link:focus-visible {
	outline: 2px solid #e85f05;
	outline-offset: -4px;
}

.mi-artists-weekly-discovery .mi-weekly-artist-summary > div > a {
	position: relative;
	z-index: 4;
	pointer-events: auto;
}

.mi-artists-weekly-discovery .mi-weekly-artist-summary > div > span:first-child,
.mi-artists-weekly-discovery .mi-weekly-artist-summary h2,
.mi-artists-weekly-discovery .mi-weekly-artist-summary p,
.mi-artists-weekly-discovery .mi-weekly-artist-summary a {
	text-align: left;
}

.mi-artists-weekly-discovery .mi-weekly-artist-summary h2,
.mi-artists-weekly-discovery .mi-weekly-artist-summary p {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	direction: ltr;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mi-artists-weekly-discovery .mi-weekly-artist-summary h2 {
	font-size: clamp(25px, 2vw, 31px);
}

.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-top-track {
	min-height: 208px;
	padding: 7px;
}

.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-track-card-body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 100%;
	min-width: 0;
	min-height: 0;
	padding: 0 2px;
	direction: ltr;
	text-align: left;
}

.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-track-card-body h3 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.38;
	direction: ltr;
	text-align: left;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-track-card-body h3 a {
	display: block;
	direction: ltr;
	text-align: left;
}

.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-track-subtitle {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 0;
	color: rgba(255,255,255,.55);
	font-size: 10px;
	line-height: 1.4;
	direction: ltr;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-top-track > .mi-artist-track-card-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	width: 100%;
	margin: 8px 2px 0;
	direction: ltr;
	font-size: 9.5px;
	text-align: left;
}

.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-top-track > .mi-artist-track-card-meta strong,
.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-top-track > .mi-artist-track-card-meta span {
	display: inline;
	font-size: inherit;
}

.mi-artists-directory .mi-artists-explorer,
body.admin-bar .mi-artists-directory .mi-artists-explorer {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: stretch;
	gap: 14px;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	padding: 23px 24px 18px;
	scroll-margin-top: 86px;
}

.mi-artists-directory .mi-artists-explorer > .mi-artists-section-heading {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	min-width: 0;
	margin: 0;
	direction: rtl;
	text-align: right;
}

.mi-artists-directory .mi-artists-explorer > .mi-artists-section-heading > div,
.mi-artists-directory .mi-artists-explorer > .mi-artists-section-heading h2 {
	width: 100%;
	max-width: none;
	min-width: 0;
	text-align: right;
}

.mi-artists-directory .mi-artists-search {
	grid-column: 1;
	grid-row: 2;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 126px;
	overflow: hidden;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	padding: 6px;
	direction: rtl;
}

.mi-artists-directory .mi-artists-search input {
	width: 100%;
	min-width: 0;
	height: 50px;
	padding: 0 10px;
	direction: rtl;
	font-size: 13px;
	text-align: right;
}

.mi-artists-directory .mi-artists-search input,
.mi-artists-directory .mi-artists-search input:hover,
.mi-artists-directory .mi-artists-search input:focus,
.mi-artists-directory .mi-artists-search input:focus-visible {
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.mi-artists-directory .mi-artists-search:focus-within {
	border-color: rgba(232,95,5,.78);
	box-shadow: inset 0 0 0 1px rgba(232,95,5,.28), 0 12px 28px rgba(0,0,0,.18);
}

.mi-artists-directory .mi-artists-search button {
	width: 120px;
	min-width: 0;
	height: 46px;
	margin: 2px 0 2px 2px;
	padding: 0 18px;
}

.mi-artists-directory .mi-artists-alphabet {
	grid-column: 1;
	grid-row: 3;
	justify-content: center;
	overflow-x: visible;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 12px 0 0;
	direction: ltr;
	flex-wrap: wrap;
}

.mi-artists-directory .mi-artists-live-results {
	grid-column: 1;
	grid-row: 4;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

@media (max-width: 700px) {
	.mi-artists-weekly-discovery .mi-weekly-artist-summary > div {
		width: 76%;
	}

	.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-top-track {
		min-height: 0;
		scroll-snap-align: start;
	}

	.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-top-tracks {
		grid-template-columns: repeat(5, calc((100% - 16px) / 2.3));
		scroll-snap-type: x mandatory;
	}

	.mi-artists-directory .mi-artists-explorer,
	body.admin-bar .mi-artists-directory .mi-artists-explorer {
		gap: 12px;
		padding: 18px 11px 13px;
		scroll-margin-top: 70px;
	}

	.mi-artists-directory .mi-artists-explorer > .mi-artists-section-heading {
		display: block;
		width: 100%;
		text-align: right;
	}

	.mi-artists-directory .mi-artists-search {
		grid-template-columns: 40px minmax(0, 1fr) 52px;
		padding: 5px;
	}

	.mi-artists-directory .mi-artists-search input {
		height: 46px;
		padding: 0 7px;
		font-size: 11px;
	}

	.mi-artists-directory .mi-artists-search button {
		width: 48px;
		height: 44px;
		margin: 1px;
		padding: 0;
	}

	.mi-artists-directory .mi-artists-search button span:first-child {
		display: none;
	}

	.mi-artists-directory .mi-artists-alphabet {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.mi-artists-directory .mi-artists-alphabet::-webkit-scrollbar {
		display: none;
	}

	.mi-artists-directory .mi-artists-alphabet a {
		scroll-snap-align: start;
	}

	.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-track-card-body h3 {
		font-size: 11.5px;
	}

	.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-track-subtitle {
		font-size: 9.5px;
	}

	.mi-artists-weekly-discovery .mi-weekly-artist-tracks .mi-artist-top-track > .mi-artist-track-card-meta {
		font-size: 9px;
	}

	.mi-artists-directory .mi-artists-grid,
	.mi-artists-directory .mi-artists-live-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.mi-artists-directory .mi-artist-directory-card-link {
		display: grid;
		grid-template-columns: 65px minmax(0, 1fr);
		align-items: center;
		gap: 8px;
		min-width: 0;
		min-height: 91px;
		padding: 8px;
	}

	.mi-artists-directory .mi-artist-directory-avatar {
		width: 65px;
		height: 65px;
	}

	.mi-artists-directory .mi-artist-directory-image-action,
	.mi-artists-directory .mi-artist-directory-arrow {
		display: none;
	}

	.mi-artists-directory .mi-artist-directory-content {
		overflow: hidden;
		width: 100%;
		min-width: 0;
		padding: 0;
	}

	.mi-artists-directory .mi-artist-directory-name {
		font-size: 11px;
	}

	.mi-artists-directory .mi-artist-directory-meta {
		margin-top: 4px;
		font-size: 7.5px;
	}

	.mi-artists-directory .mi-artist-directory-stats {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 5px;
		margin-top: 6px;
		padding-top: 5px;
		font-size: 7px;
		white-space: nowrap;
	}

	.mi-artists-directory .mi-artist-directory-stats strong {
		font-size: 8px;
	}
}

/* 1.8.5 — chart typography and cover-edge navigation. */
.mi-artist-rankings-full .mi-artist-feature-card {
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 17px;
	min-height: 158px;
	padding: 18px;
	direction: rtl;
	background:
		linear-gradient(135deg, rgba(255,255,255,.025), transparent 46%),
		var(--mi-artists-surface);
}

.mi-artist-rankings-full .mi-artist-feature-avatar {
	width: 92px;
	height: 92px;
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 15px 32px rgba(0,0,0,.2);
}

.mi-artist-rankings-full .mi-artist-feature-rank {
	top: 17px;
	right: 17px;
	width: 34px;
	height: 34px;
	border: 3px solid var(--mi-artists-surface);
	font-size: 12px;
}

.mi-artist-rankings-full .mi-artist-feature-content {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-width: 0;
	direction: rtl;
	text-align: right;
}

.mi-artist-rankings-full .mi-artist-feature-content h2,
.mi-artist-rankings-full .mi-artist-feature-content h2 a,
.mi-artist-rankings-full .mi-artist-feature-content > p {
	flex: 0 0 100%;
	width: 100%;
	min-width: 0;
	text-align: right !important;
}

.mi-artist-rankings-full .mi-artist-feature-content h2 {
	font-size: 16px;
	line-height: 1.4;
}

.mi-artist-rankings-full .mi-artist-feature-content > p {
	margin-top: 4px;
	font-size: 11px;
}

.mi-artist-rankings-full .mi-artist-feature-stats {
	order: 3;
	margin-top: 13px;
	direction: rtl;
}

.mi-artist-rankings-full .mi-artist-feature-stats strong {
	font-size: 18px;
}

.mi-artist-rankings-full .mi-artist-feature-content > .mi-artist-movement {
	order: 4;
	margin-top: 13px;
	margin-inline-start: auto;
}

.mi-artist-rankings-full .mi-artist-ranking-row {
	grid-template-columns: 44px 64px minmax(0, 1fr) minmax(150px, auto) 38px;
	gap: 13px;
	min-height: 84px;
	padding: 9px 15px;
	direction: rtl;
}

.mi-artist-ranking-list-demo .mi-artist-ranking-row {
	grid-template-columns: 44px 58px minmax(0, 1fr) minmax(140px, auto) 34px;
	direction: rtl;
}

.mi-artist-rankings-full .mi-artist-row-rank {
	width: 38px;
	height: 38px;
}

.mi-artist-rankings-full .mi-artist-row-avatar {
	width: 62px;
	height: 62px;
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 10px 23px rgba(0,0,0,.16);
}

.mi-artist-rankings-full .mi-artist-row-content {
	min-width: 0;
	direction: rtl;
	text-align: right;
}

.mi-artist-rankings-full .mi-artist-row-content h3,
.mi-artist-rankings-full .mi-artist-row-content h3 a,
.mi-artist-rankings-full .mi-artist-row-content p,
.mi-artist-ranking-list-demo .mi-artist-row-content h3,
.mi-artist-ranking-list-demo .mi-artist-row-content h3 a,
.mi-artist-ranking-list-demo .mi-artist-row-content p {
	width: 100%;
	min-width: 0;
	text-align: right !important;
}

.mi-artist-rankings-full .mi-artist-row-content h3 {
	font-size: 15px;
	line-height: 1.45;
}

.mi-artist-rankings-full .mi-artist-row-content p {
	margin-top: 3px;
	font-size: 10.5px;
}

.mi-artist-row-metrics {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 13px;
	min-width: 150px;
	direction: rtl;
}

.mi-artist-rankings-full .mi-artist-row-plays {
	width: 86px;
	text-align: center;
}

.mi-artist-rankings-full .mi-artist-row-plays strong {
	font-size: 14px;
	font-variant-numeric: tabular-nums;
}

.mi-artist-rankings-full .mi-artist-movement {
	min-width: 50px;
	height: 27px;
	border: 1px solid rgba(255,255,255,.06);
	background: rgba(9,12,15,.42);
}

.mi-artist-rankings-full .mi-artist-movement.is-new {
	border-color: rgba(232,95,5,.2);
	background: rgba(232,95,5,.08);
}

.mi-artist-discovery-section > .mi-artists-section-heading {
	align-items: flex-end;
	margin-bottom: 12px;
	direction: rtl;
}

.mi-artist-discovery-controls {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	direction: ltr;
	opacity: 1;
	visibility: visible;
	transition: opacity 160ms ease, visibility 160ms ease;
}

.mi-artist-discovery-controls.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.mi-artist-discovery-control {
	-webkit-appearance: none !important;
	appearance: none !important;
	box-sizing: border-box;
	display: grid;
	place-items: center;
	width: 36px;
	min-width: 36px !important;
	max-width: 36px;
	height: 36px;
	min-height: 36px !important;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 50%;
	color: rgba(255,255,255,.88);
	background: rgba(255,255,255,.075);
	background-image: none !important;
	box-shadow: none;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transform: none !important;
	transition: color 150ms ease, background 150ms ease, border-color 150ms ease, opacity 150ms ease;
}

.mi-artist-discovery-control::before,
.mi-artist-discovery-control::after {
	content: none !important;
	display: none !important;
}

.mi-artist-discovery-control svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	pointer-events: none;
}

.mi-artist-discovery-control:not(:disabled):hover,
.mi-artist-discovery-control:not(:disabled):focus-visible {
	color: #fff;
	border-color: rgba(232,95,5,.42);
	background: rgba(232,95,5,.18);
}

.mi-artist-discovery-control:focus-visible {
	outline: 2px solid rgba(232,95,5,.42);
	outline-offset: 2px;
}

.mi-artist-discovery-control:disabled {
	color: rgba(255,255,255,.32);
	background: rgba(255,255,255,.04);
	border-color: rgba(255,255,255,.045);
	opacity: .72 !important;
	cursor: default;
}

.mi-artist-discovery-section .mi-artist-discovery-rail {
	direction: rtl;
	scroll-behavior: smooth;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pan-y;
	outline: 0;
}

.mi-artist-discovery-section .mi-artist-discovery-rail:focus-visible {
	box-shadow: 0 0 0 1px rgba(232,95,5,.48);
}

@media (max-width: 700px) {
	.mi-artist-discovery-section > .mi-artists-section-heading {
		width: 100%;
		align-items: flex-end;
		flex-direction: row;
		justify-content: space-between;
		direction: rtl;
	}

	.mi-artist-discovery-section > .mi-artists-section-heading > div:first-child {
		min-width: 0;
		align-self: auto;
		direction: rtl;
		text-align: right;
	}

	.mi-artist-discovery-controls {
		align-self: flex-end;
		margin-right: auto;
		margin-left: 0;
	}

	.mi-artist-rankings-full .mi-artist-feature-card {
		grid-template-columns: 80px minmax(0, 1fr);
		gap: 13px;
		min-height: 132px;
		padding: 14px;
	}

	.mi-artist-rankings-full .mi-artist-feature-avatar {
		width: 80px;
		height: 80px;
	}

	.mi-artist-rankings-full .mi-artist-feature-rank {
		top: 13px;
		right: 13px;
		width: 31px;
		height: 31px;
	}

	.mi-artist-rankings-full .mi-artist-feature-content h2 {
		font-size: 15px;
	}

	.mi-artist-rankings-full .mi-artist-feature-stats strong {
		font-size: 16px;
	}

	.mi-artist-rankings-full .mi-artist-ranking-row,
	.mi-artist-ranking-list-demo .mi-artist-ranking-row {
		grid-template-columns: 34px 52px minmax(0, 1fr) 65px;
		gap: 8px;
		min-height: 72px;
		padding: 8px 10px;
	}

	.mi-artist-rankings-full .mi-artist-row-avatar {
		width: 52px;
		height: 52px;
	}

	.mi-artist-row-metrics {
		min-width: 0;
	}

	.mi-artist-ranking-row .mi-artist-row-metrics .mi-artist-movement {
		display: none;
	}

	.mi-artist-rankings-full .mi-artist-row-plays {
		width: 65px;
		text-align: left;
	}

	.mi-artist-rankings-full .mi-artist-row-content h3 {
		font-size: 13px;
	}

	.mi-artist-rankings-full .mi-artist-row-content p {
		font-size: 9px;
	}

	.mi-artist-discovery-control {
		width: 34px;
		min-width: 34px !important;
		max-width: 34px;
		height: 34px;
		min-height: 34px !important;
	}
}

@media (max-width: 430px) {
	.mi-artist-rankings-full .mi-artist-ranking-row,
	.mi-artist-ranking-list-demo .mi-artist-ranking-row {
		grid-template-columns: 32px 48px minmax(0, 1fr) 60px;
		gap: 7px;
	}

	.mi-artist-rankings-full .mi-artist-row-avatar {
		width: 48px;
		height: 48px;
	}

	.mi-artist-rankings-full .mi-artist-row-plays {
		width: 60px;
	}
}

/* 1.8.6 — full-card chart links and a roomier mobile rhythm. */
.mi-artist-feature-card,
.mi-artist-ranking-row {
	color: var(--mi-artists-text) !important;
	text-decoration: none !important;
	cursor: pointer;
}

.mi-artist-feature-card:focus-visible,
.mi-artist-ranking-row:focus-visible {
	border-color: rgba(232,95,5,.72);
	outline: 2px solid rgba(232,95,5,.34);
	outline-offset: 3px;
}

.mi-artist-feature-card:hover {
	border-color: rgba(232,95,5,.4);
	transform: translateY(-2px);
}

.mi-artist-feature-card {
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mi-artist-feature-content h2,
.mi-artist-row-content h3 {
	overflow: hidden;
	color: var(--mi-artists-text);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mi-artist-feature-country,
.mi-artist-row-meta {
	display: block;
	overflow: hidden;
	color: var(--mi-artists-muted);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mi-artist-feature-country {
	flex: 0 0 100%;
	width: 100%;
	margin-top: 4px;
	font-size: 11px;
	text-align: right;
}

.mi-artist-row-meta {
	margin-top: 3px;
	font-size: 10.5px;
	line-height: 1.5;
	text-align: right;
}

.mi-artist-row-link {
	position: relative;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(232,95,5,.23);
	border-radius: 12px;
	color: var(--mi-artists-accent) !important;
	background: rgba(232,95,5,.07);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.015);
	transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mi-artist-row-link-icon {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mi-artist-ranking-row:hover .mi-artist-row-link,
.mi-artist-ranking-row:focus-visible .mi-artist-row-link {
	border-color: var(--mi-artists-accent);
	color: #fff !important;
	background: var(--mi-artists-accent);
	transform: translateX(-2px);
}

@media (max-width: 700px) {
	.mi-artist-rankings-full .mi-artist-feature-card {
		grid-template-columns: 94px minmax(0, 1fr);
		gap: 15px;
		min-height: 148px;
		padding: 16px;
		border-radius: 20px;
	}

	.mi-artist-rankings-full .mi-artist-feature-avatar {
		width: 94px;
		height: 94px;
	}

	.mi-artist-rankings-full .mi-artist-feature-rank {
		top: 15px;
		right: 15px;
		width: 34px;
		height: 34px;
		font-size: 13px;
	}

	.mi-artist-rankings-full .mi-artist-feature-content h2 {
		font-size: 17px;
		line-height: 1.4;
	}

	.mi-artist-rankings-full .mi-artist-feature-country {
		font-size: 11.5px;
	}

	.mi-artist-rankings-full .mi-artist-feature-stats {
		margin-top: 12px;
	}

	.mi-artist-rankings-full .mi-artist-feature-stats strong {
		font-size: 18px;
	}

	.mi-artist-rankings-full .mi-artist-ranking-row,
	.mi-artist-ranking-list-demo .mi-artist-ranking-row {
		grid-template-columns: 38px 58px minmax(0, 1fr) 38px;
		grid-template-areas:
			"rank avatar identity action"
			"rank avatar metrics action";
		column-gap: 9px;
		row-gap: 2px;
		min-height: 90px;
		padding: 11px 12px;
		border-radius: 16px;
	}

	.mi-artist-rankings-full .mi-artist-row-rank,
	.mi-artist-ranking-list-demo .mi-artist-row-rank {
		grid-area: rank;
		width: 36px;
		height: 36px;
		font-size: 12.5px;
	}

	.mi-artist-rankings-full .mi-artist-row-avatar,
	.mi-artist-ranking-list-demo .mi-artist-row-avatar {
		grid-area: avatar;
		width: 58px;
		height: 58px;
	}

	.mi-artist-rankings-full .mi-artist-row-content,
	.mi-artist-ranking-list-demo .mi-artist-row-content {
		grid-area: identity;
		align-self: end;
	}

	.mi-artist-rankings-full .mi-artist-row-content h3,
	.mi-artist-ranking-list-demo .mi-artist-row-content h3 {
		font-size: 14px;
		line-height: 1.45;
	}

	.mi-artist-rankings-full .mi-artist-row-meta,
	.mi-artist-ranking-list-demo .mi-artist-row-meta {
		margin-top: 2px;
		font-size: 10.5px;
	}

	.mi-artist-rankings-full .mi-artist-row-metrics,
	.mi-artist-ranking-list-demo .mi-artist-row-metrics {
		grid-area: metrics;
		align-self: start;
		justify-content: flex-start;
		min-width: 0;
	}

	.mi-artist-ranking-row .mi-artist-row-metrics .mi-artist-movement {
		display: none;
	}

	.mi-artist-rankings-full .mi-artist-row-plays,
	.mi-artist-ranking-list-demo .mi-artist-row-plays {
		display: flex;
		align-items: baseline;
		gap: 4px;
		width: auto;
		text-align: right;
		direction: rtl;
	}

	.mi-artist-rankings-full .mi-artist-row-plays strong,
	.mi-artist-ranking-list-demo .mi-artist-row-plays strong,
	.mi-artist-rankings-full .mi-artist-row-plays span,
	.mi-artist-ranking-list-demo .mi-artist-row-plays span {
		display: inline;
	}

	.mi-artist-rankings-full .mi-artist-row-plays strong,
	.mi-artist-ranking-list-demo .mi-artist-row-plays strong {
		font-size: 13px;
	}

	.mi-artist-rankings-full .mi-artist-row-link,
	.mi-artist-ranking-list-demo .mi-artist-row-link {
		grid-area: action;
		display: grid;
		width: 38px;
		height: 38px;
		border-radius: 12px;
	}
}

@media (max-width: 430px) {
	.mi-artist-rankings-full .mi-artist-tab {
		min-height: 46px;
		font-size: 12px;
	}

	.mi-artist-rankings-full .mi-artist-feature-card {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 13px;
		min-height: 146px;
		padding: 14px;
	}

	.mi-artist-rankings-full .mi-artist-feature-avatar {
		width: 92px;
		height: 92px;
	}

	.mi-artist-rankings-full .mi-artist-feature-rank {
		top: 13px;
		right: 13px;
		width: 32px;
		height: 32px;
	}

	.mi-artist-rankings-full .mi-artist-ranking-row,
	.mi-artist-ranking-list-demo .mi-artist-ranking-row {
		grid-template-columns: 36px 60px minmax(0, 1fr) 38px;
		column-gap: 8px;
		min-height: 90px;
		padding: 10px;
	}

	.mi-artist-rankings-full .mi-artist-row-rank,
	.mi-artist-ranking-list-demo .mi-artist-row-rank {
		width: 34px;
		height: 34px;
	}

	.mi-artist-rankings-full .mi-artist-row-avatar,
	.mi-artist-ranking-list-demo .mi-artist-row-avatar {
		width: 60px;
		height: 60px;
	}

	.mi-artist-rankings-full .mi-artist-row-content h3,
	.mi-artist-ranking-list-demo .mi-artist-row-content h3 {
		font-size: 14.5px;
	}

	.mi-artist-rankings-full .mi-artist-row-meta,
	.mi-artist-ranking-list-demo .mi-artist-row-meta {
		font-size: 11px;
	}

	.mi-artist-rankings-full .mi-artist-row-plays strong,
	.mi-artist-ranking-list-demo .mi-artist-row-plays strong {
		font-size: 13.5px;
	}

	.mi-artist-rankings-full .mi-artist-row-link,
	.mi-artist-ranking-list-demo .mi-artist-row-link {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 360px) {
	.mi-artist-rankings-full .mi-artist-ranking-row,
	.mi-artist-ranking-list-demo .mi-artist-ranking-row {
		grid-template-columns: 34px 54px minmax(0, 1fr) 34px;
		column-gap: 6px;
		padding-inline: 8px;
	}

	.mi-artist-rankings-full .mi-artist-row-avatar,
	.mi-artist-ranking-list-demo .mi-artist-row-avatar {
		width: 54px;
		height: 54px;
	}

	.mi-artist-rankings-full .mi-artist-row-link,
	.mi-artist-ranking-list-demo .mi-artist-row-link {
		width: 34px;
		height: 34px;
	}
}

/* dev175 — follower visibility + grouped artist discography. */
.mi-artist-profile-facts{grid-template-columns:repeat(5,minmax(0,1fr))}
.mi-artist-profile-follow-wrap{display:inline-flex;align-items:center;gap:9px;min-width:0}
.mi-artist-profile-follower-count{display:inline-flex;align-items:baseline;gap:4px;min-height:34px;padding:6px 10px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.58);font-size:9px;white-space:nowrap}
.mi-artist-profile-follower-count strong{color:#fff;font-size:11px}
.mi-artists-directory .mi-artist-followers-stat strong{color:var(--mi-artists-accent)}
.mi-artist-discography-groups{display:grid;gap:18px}
.mi-artist-discography-groups>.mi-artists-section-heading{margin-bottom:4px}
.mi-artist-release-group{display:grid;gap:14px;padding:18px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:rgba(8,11,14,.28)}
.mi-artist-release-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:0 2px 12px;border-bottom:1px solid rgba(255,255,255,.07)}
.mi-artist-release-heading>div{display:grid;gap:2px}
.mi-artist-release-heading span{color:var(--mi-artists-accent);font-size:9px;font-weight:900;letter-spacing:.11em}
.mi-artist-release-heading h3{margin:0;color:#fff;font-size:18px;line-height:1.35}
.mi-artist-release-heading>strong{color:rgba(255,255,255,.48);font-size:10px;font-weight:700}
.mi-artist-release-loop{min-width:0;padding:0!important;border:0!important;background:transparent!important}
.mi-artist-release-loop .block-loop-items{margin:0!important}
.theme-light .mi-artist-release-group,.light .mi-artist-release-group{border-color:rgba(16,20,27,.09);background:rgba(255,255,255,.64)}
.theme-light .mi-artist-release-heading,.light .mi-artist-release-heading{border-bottom-color:rgba(16,20,27,.08)}
.theme-light .mi-artist-release-heading h3,.light .mi-artist-release-heading h3{color:#171a20}
.theme-light .mi-artist-release-heading>strong,.light .mi-artist-release-heading>strong{color:rgba(16,20,27,.52)}
@media(max-width:1100px){.mi-artist-profile-facts{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.mi-artist-profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.mi-artist-profile-follow-wrap{flex-wrap:wrap}.mi-artist-profile-follower-count{min-height:30px;padding:5px 8px}.mi-artists-directory .mi-artist-directory-card-link{min-height:104px}.mi-artists-directory .mi-artist-directory-stats{flex-wrap:wrap}.mi-artists-directory .mi-artist-followers-stat{flex-basis:100%}.mi-artist-release-group{padding:12px;border-radius:16px}.mi-artist-release-heading{align-items:center;padding-bottom:9px}.mi-artist-release-heading h3{font-size:16px}.mi-artist-release-heading>strong{font-size:8.5px}}

/* dev175 — follower counts stay secondary to plays across rankings/discovery. */
.mi-artist-rankings-full .mi-artist-feature-stats{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 12px}
.mi-artist-rankings-full .mi-artist-feature-stats>span{display:inline-flex;align-items:baseline;gap:4px;color:rgba(255,255,255,.5);font-size:9px}
.mi-artist-rankings-full .mi-artist-feature-stats>span strong{color:#fff}
.mi-artist-rankings-full .mi-artist-feature-stats>.mi-artist-feature-followers strong{color:var(--mi-artists-accent);font-size:13px}
.theme-light .mi-artist-rankings-full .mi-artist-feature-stats>span,.light .mi-artist-rankings-full .mi-artist-feature-stats>span{color:rgba(16,20,27,.52)}
.theme-light .mi-artist-rankings-full .mi-artist-feature-stats>span strong,.light .mi-artist-rankings-full .mi-artist-feature-stats>span strong{color:#171a20}
@media(max-width:700px){.mi-artist-rankings-full .mi-artist-feature-stats{gap:5px 8px}.mi-artist-rankings-full .mi-artist-feature-stats>span{font-size:8px}.mi-artist-rankings-full .mi-artist-feature-stats>.mi-artist-feature-followers strong{font-size:11px}}


/* dev179 — follower metric is plain inline information, not a secondary card. */
.mi-artist-profile-follower-count{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.64)!important;
  font-size:10px!important;
  line-height:1.3!important;
  white-space:nowrap;
}
.mi-artist-profile-follower-count .mi-artist-follower-icon{
  width:15px;
  height:15px;
  flex:0 0 15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  color:var(--mi-artists-accent,#ff6a00);
}
.mi-artist-profile-follower-count strong{
  color:#fff!important;
  font-size:11px!important;
  font-weight:850;
}
html:not(.dark) .mi-artist-profile-follower-count,.theme-light .mi-artist-profile-follower-count,.light .mi-artist-profile-follower-count{color:rgba(18,22,28,.62)!important}
html:not(.dark) .mi-artist-profile-follower-count strong,.theme-light .mi-artist-profile-follower-count strong,.light .mi-artist-profile-follower-count strong{color:#171a20!important}
@media(max-width:700px){
  .mi-artist-profile-follower-count{min-height:0!important;padding:0!important;font-size:9.5px!important}
  .mi-artist-profile-follower-count .mi-artist-follower-icon{width:14px;height:14px;flex-basis:14px}
}
