/* =========================================================
   LYRICSGROOVE — ALL ALBUMS
   EXACT REFERENCE-STYLE DESIGN
========================================================= */

.lg-all-albums-page {

	--lg-bg: #02030d;
	--lg-card: #07081b;
	--lg-purple: #8a31ff;
	--lg-pink: #ee25a7;
	--lg-blue: #159df4;
	--lg-gold: #ffc52c;
	--lg-orange: #ff9b27;
	--lg-white: #ffffff;

	position: relative;

	width: 100%;

	min-height: 100vh;

	margin-left:
		calc(50% - 50vw);

	margin-right:
		calc(50% - 50vw);

	overflow: hidden;

	color: #fff;

	background:

		radial-gradient(
			circle at 8% 11%,
			rgba(79,37,255,.20),
			transparent 25%
		),

		radial-gradient(
			circle at 91% 17%,
			rgba(22,104,255,.16),
			transparent 26%
		),

		radial-gradient(
			circle at 53% 67%,
			rgba(220,18,177,.07),
			transparent 35%
		),

		linear-gradient(
			135deg,
			#01020b 0%,
			#030414 45%,
			#040820 100%
		);

	font-family:
		inherit;
}


/* =========================================================
   SUBTLE STAR FIELD
========================================================= */

.lg-all-albums-page::before {

	content: "";

	position: absolute;

	inset: 0;

	pointer-events: none;

	opacity: .20;

	background-image:

		radial-gradient(
			circle,
			rgba(255,255,255,.55) 1px,
			transparent 1px
		);

	background-size:
		67px 67px;

	mask-image:
		linear-gradient(
			to bottom,
			black,
			transparent 95%
		);
}


.lg-all-albums-page *,
.lg-all-albums-page *::before,
.lg-all-albums-page *::after {
	box-sizing: border-box;
}


/* =========================================================
   HERO
========================================================= */

.lg-albums-hero {

	position: relative;

	padding:
		27px 25px 28px;

	text-align: center;
}


.lg-hero-inner {

	position: relative;

	z-index: 5;

	width: 100%;

	max-width:
		1000px;

	margin:
		0 auto;
}


/* =========================================================
   MUSIC DECORATIONS
========================================================= */

.lg-hero-note {

	position: absolute;

	left: 40px;

	top: 25px;

	width: 185px;

	height: 185px;

	pointer-events: none;

	z-index: 1;
}


.lg-note-ring {

	position: absolute;

	inset: 0;

	border-radius: 50%;

	border:
		1px solid rgba(92,71,255,.75);

	box-shadow:
		0 0 20px rgba(62,55,255,.5);
}


.lg-note-ring-two {

	inset:
		18px;

	border-color:
		rgba(255,52,193,.65);

	box-shadow:
		0 0 20px rgba(255,45,190,.4);
}


.lg-big-note {

	position: absolute;

	inset: 0;

	display: grid;

	place-items: center;

	color: #ff62c9;

	font-size: 72px;

	text-shadow:
		0 0 22px rgba(255,45,190,.8);
}


.lg-hero-notes-right {

	position: absolute;

	top: 22px;

	right: 40px;

	width: 300px;

	height: 160px;

	pointer-events: none;

	z-index: 1;
}


.lg-hero-notes-right span {

	position: absolute;

	color: #a73cff;

	font-size: 62px;

	text-shadow:
		0 0 22px rgba(167,60,255,.75);
}


.lg-hero-notes-right span:nth-child(1) {

	right: 8px;

	top: 0;
}


.lg-hero-notes-right span:nth-child(2) {

	right: 105px;

	top: 63px;

	color: #ff48b7;
}


.lg-hero-notes-right span:nth-child(3) {

	right: 195px;

	top: 22px;

	font-size: 34px;
}


/* =========================================================
   HERO TITLE
========================================================= */

.lg-hero-kicker {

	display: flex;

	align-items: center;

	justify-content: center;

	gap: 14px;

	margin-bottom: 6px;

	color: #ffc75a;

	font-size: 14px;

	font-weight: 800;

	letter-spacing: 4px;
}


.lg-hero-kicker span {

	color: #ff4ab8;

	font-size: 21px;
}


.lg-albums-hero h1 {

	margin: 0;

	font-size:
		clamp(60px, 6.4vw, 78px);

	line-height: .96;

	font-weight: 950;

	letter-spacing: -3px;

	background:

		linear-gradient(
			90deg,
			#edf8ff 0%,
			#ffffff 18%,
			#ff66c8 56%,
			#ffd45e 100%
		);

	-webkit-background-clip: text;

	background-clip: text;

	color: transparent;
}


.lg-albums-hero h1 span {

	background:

		linear-gradient(
			90deg,
			#ff57c3,
			#ff8dd9,
			#ffd65c
		);

	-webkit-background-clip: text;

	background-clip: text;

	color: transparent;
}


.lg-albums-hero p {

	max-width:
		760px;

	margin:
		14px auto 0;

	color:
		#dfddeb;

	font-size:
		16px;

	line-height:
		1.55;
}


.lg-albums-hero p strong {

	color:
		#ffd14b;
}


.lg-hero-line {

	width:
		86px;

	height:
		3px;

	margin:
		17px auto 27px;

	border-radius:
		100px;

	background:
		linear-gradient(
			90deg,
			#ffba2b,
			#ff38a8,
			#873cff
		);

	box-shadow:
		0 0 20px rgba(255,50,185,.65);
}


/* =========================================================
   SEARCH
========================================================= */

.lg-search-box {

	display:
		flex;

	align-items:
		center;

	width:
		100%;

	height:
		72px;

	padding-left:
		27px;

	border:
		1px solid transparent;

	border-radius:
		100px;

	background:

		linear-gradient(
			#040413,
			#040413
		) padding-box,

		linear-gradient(
			90deg,
			#9239ff,
			#ef2caf,
			#ffb72c
		) border-box;

	box-shadow:
		0 0 32px rgba(101,34,255,.17),

		inset
		0 0 25px rgba(255,255,255,.02);

	transition:
		.25s ease;
}


.lg-search-box:focus-within {

	transform:
		translateY(-2px);

	box-shadow:
		0 0 40px rgba(255,41,187,.22),

		0 0 70px rgba(93,44,255,.12);
}


.lg-search-icon {

	width:
		29px;

	height:
		29px;

	flex:
		0 0 29px;

	fill:
		none;

	stroke:
		#fff;

	stroke-width:
		1.8;
}


.lg-search-box input {

	width:
		100%;

	height:
		70px;

	padding:
		0 18px;

	border:
		0;

	outline:
		0;

	background:
		transparent;

	color:
		#fff;

	font:
		inherit;

	font-size:
		17px;
}


.lg-search-box input::placeholder {

	color:
		#aaa8be;

	opacity:
		1;
}


.lg-search-divider {

	width:
		1px;

	height:
		35px;

	background:
		rgba(255,255,255,.17);
}


.lg-filter-button {

	display:
		grid;

	place-items:
		center;

	width:
		58px;

	height:
		58px;

	flex:
		0 0 58px;

	margin-right:
		7px;

	border:
		0;

	background:
		transparent;

	color:
		#fff;

	cursor:
		pointer;
}


.lg-filter-button svg {

	width:
		27px;

	height:
		27px;

	fill:
		none;

	stroke:
		currentColor;

	stroke-width:
		1.8;

	stroke-linecap:
		round;
}


/* =========================================================
   MAIN — FULL WIDTH
========================================================= */

.lg-albums-main {

	position:
		relative;

	z-index:
		4;

	width:
		calc(100% - 84px);

	max-width:
		1495px;

	margin:
		0 auto;

	padding-bottom:
		100px;
}


/* =========================================================
   DIRECTORY HEADING
========================================================= */

.lg-directory-heading {

	margin:
		0 0 27px;

	text-align:
		center;

	transition:
		opacity .25s ease,
		transform .25s ease;
}


.lg-directory-heading.is-hidden {

	display:
		none;
}


.lg-directory-title {

	display:
		flex;

	align-items:
		center;

	justify-content:
		center;

	gap:
		13px;
}


.lg-directory-title span {

	color:
		#ff47b8;

	font-size:
		23px;

	font-weight:
		900;

	text-shadow:
		0 0 16px rgba(255,48,185,.7);
}


.lg-directory-title h2 {

	margin:
		0;

	font-size:
		19px;

	line-height:
		1;

	font-weight:
		950;

	letter-spacing:
		.8px;

	color:
		#ff43b2;
}


.lg-directory-title h2 em {

	font-style:
		normal;

	background:
		linear-gradient(
			90deg,
			#ff43b2,
			#ffcb42
		);

	-webkit-background-clip:
		text;

	background-clip:
		text;

	color:
		transparent;
}


.lg-directory-heading p {

	margin:
		7px 0 0;

	color:
		#bdbbd0;

	font-size:
		12px;
}


/* =========================================================
   3 COLUMN GRID
========================================================= */

.lg-albums-grid {

	display:
		grid;

	grid-template-columns:
		repeat(3, minmax(0, 1fr));

	column-gap:
		14px;

	row-gap:
		22px;

	width:
		100%;

	align-items:
		stretch;
}


/* =========================================================
   CARD
========================================================= */

.lg-album-card {

	position:
		relative;

	width:
		100%;

	height:
		250px;

	padding:
		18px;

	overflow:
		hidden;

	border-radius:
		20px;

	border:
		1px solid rgba(138,69,255,.40);

	background:

		linear-gradient(
			135deg,
			rgba(31,19,64,.94),
			rgba(5,6,22,.98) 55%,
			rgba(14,10,39,.98)
		);

	box-shadow:

		inset
		0 0 35px rgba(106,36,255,.08),

		0 14px 35px rgba(0,0,0,.42);

	transition:
		transform .35s cubic-bezier(.2,.8,.2,1),
		border-color .35s ease,
		box-shadow .35s ease;

	animation:
		lgAlbumAppear .55s ease both;
}


/* =========================================================
   CARD COLOR VARIATION
========================================================= */

.lg-album-card:nth-child(6n+1) {

	border-color:
		rgba(121,72,255,.48);
}


.lg-album-card:nth-child(6n+2) {

	border-color:
		rgba(240,52,188,.52);
}


.lg-album-card:nth-child(6n+3) {

	border-color:
		rgba(255,157,43,.48);
}


.lg-album-card:nth-child(6n+4) {

	border-color:
		rgba(237,42,141,.45);
}


.lg-album-card:nth-child(6n+5) {

	border-color:
		rgba(77,105,255,.42);
}


.lg-album-card:nth-child(6n+6) {

	border-color:
		rgba(0,205,244,.43);
}


@keyframes lgAlbumAppear {

	from {
		opacity: 0;
		transform:
			translateY(20px)
			scale(.985);
	}

	to {
		opacity: 1;
		transform:
			translateY(0)
			scale(1);
	}
}


.lg-album-card:hover {

	transform:
		translateY(-6px);

	border-color:
		rgba(255,82,203,.82);

	box-shadow:

		inset
		0 0 38px rgba(136,37,255,.13),

		0 23px 48px rgba(0,0,0,.50),

		0 0 30px rgba(184,42,255,.12);
}


/* =========================================================
   CARD LINK
========================================================= */

.lg-album-card-link {

	position:
		relative;

	display:
		grid;

	grid-template-columns:
		182px minmax(0,1fr);

	gap:
		21px;

	width:
		100%;

	height:
		214px;

	color:
		inherit;

	text-decoration:
		none;
}


/* =========================================================
   ALBUM IMAGE
========================================================= */

.lg-album-cover {

	position:
		relative;

	width:
		182px;

	height:
		205px;

	flex:
		0 0 182px;

	overflow:
		hidden;

	border-radius:
		13px;

	border:
		1px solid rgba(255,255,255,.20);

	background:
		#121426;

	box-shadow:
		0 11px 28px rgba(0,0,0,.52);
}


.lg-album-cover img {

	display:
		block;

	width:
		100%;

	height:
		100%;

	object-fit:
		cover;

	transition:
		transform .55s cubic-bezier(.2,.8,.2,1);
}


.lg-album-card:hover
.lg-album-cover img {

	transform:
		scale(1.055);
}


/* =========================================================
   IMAGE SHINE
========================================================= */

.lg-album-cover::after {

	content:
		"";

	position:
		absolute;

	inset:
		0;

	background:
		linear-gradient(
			115deg,
			transparent 20%,
			rgba(255,255,255,.22) 47%,
			transparent 69%
		);

	transform:
		translateX(-130%);

	transition:
		transform .8s ease;

	pointer-events:
		none;
}


.lg-album-card:hover
.lg-album-cover::after {

	transform:
		translateX(130%);
}


/* =========================================================
   INFO
========================================================= */

.lg-album-info {

	min-width:
		0;

	padding:
		7px 43px 0 0;
}


.lg-album-info h3 {

	margin:
		0;

	color:
		#fff;

	font-size:
		21px;

	line-height:
		1.16;

	font-weight:
		900;

	letter-spacing:
		-.35px;

	word-break:
		break-word;
}


/* =========================================================
   YEAR
========================================================= */

.lg-album-year {

	margin-top:
		6px;

	color:
		#ffc52b;

	font-size:
		15px;

	font-weight:
		850;
}


/* =========================================================
   ALBUM TYPE
========================================================= */

.lg-album-type-row {

	margin-top:
		15px;
}


.lg-album-type {

	display:
		inline-flex;

	align-items:
		center;

	min-height:
		27px;

	padding:
		4px 12px;

	border-radius:
		100px;

	color:
		#fff;

	font-size:
		10px;

	font-weight:
		900;

	box-shadow:
		0 5px 16px rgba(210,31,225,.20);
}


/* Each album receives a different premium treatment */

.lg-album-card:nth-child(6n+1)
.lg-album-type {

	background:
		linear-gradient(
			90deg,
			#7924ff,
			#b91cff
		);
}


.lg-album-card:nth-child(6n+2)
.lg-album-type {

	background:
		linear-gradient(
			90deg,
			#e51c8e,
			#ff1e6c
		);
}


.lg-album-card:nth-child(6n+3)
.lg-album-type {

	background:
		linear-gradient(
			90deg,
			#7025ff,
			#a92cff
		);
}


.lg-album-card:nth-child(6n+4)
.lg-album-type {

	background:
		linear-gradient(
			90deg,
			#f12287,
			#d622ff
		);
}


.lg-album-card:nth-child(6n+5)
.lg-album-type {

	background:
		linear-gradient(
			90deg,
			#6329ff,
			#a92dff
		);
}


.lg-album-card:nth-child(6n+6)
.lg-album-type {

	background:
		linear-gradient(
			90deg,
			#0d89e8,
			#00c4ee
		);
}


/* =========================================================
   ARTIST / TRACK ROW
========================================================= */

.lg-artist-track-row {

	display:
		flex;

	align-items:
		center;

	gap:
		12px;

	margin-top:
		17px;

	flex-wrap:
		nowrap;
}


.lg-artist {

	display:
		flex;

	align-items:
		center;

	gap:
		7px;

	min-width:
		0;

	color:
		#fff;

	font-size:
		14px;

	font-weight:
		800;
}


.lg-artist-image {

	width:
		39px;

	height:
		39px;

	flex:
		0 0 39px;

	object-fit:
		cover;

	border-radius:
		50%;

	border:
		1px solid rgba(255,255,255,.85);

	box-shadow:
		0 0 0 2px rgba(74,76,255,.20);
}


.lg-artist-placeholder {

	display:
		grid;

	place-items:
		center;

	background:
		linear-gradient(
			135deg,
			#ff2ea8,
			#7736ff
		);

	color:
		#fff;
}


.lg-artist-name {

	max-width:
		90px;

	overflow:
		hidden;

	text-overflow:
		ellipsis;

	white-space:
		nowrap;
}


/* =========================================================
   BLUE VERIFIED TICK
========================================================= */

.lg-verified {

	display:
		inline-flex;

	width:
		17px;

	height:
		17px;

	flex:
		0 0 17px;
}


.lg-verified svg {

	width:
		17px;

	height:
		17px;

	fill:
		#159df4;

	filter:
		drop-shadow(
			0 0 5px rgba(21,157,244,.48)
		);
}


.lg-verified-check {

	fill:
		none;

	stroke:
		#fff;

	stroke-width:
		2.3;

	stroke-linecap:
		round;

	stroke-linejoin:
		round;
}


/* =========================================================
   TRACK PILL
========================================================= */

.lg-track-count {

	display:
		inline-flex;

	align-items:
		center;

	gap:
		6px;

	min-height:
		33px;

	padding:
		5px 11px;

	border:
		1px solid rgba(255,194,40,.76);

	border-radius:
		100px;

	background:
		rgba(255,190,35,.025);

	color:
		#ffd03b;

	font-size:
		10px;

	font-weight:
		900;

	white-space:
		nowrap;
}


.lg-track-count svg {

	width:
		16px;

	height:
		16px;

	fill:
		none;

	stroke:
		currentColor;

	stroke-width:
		1.7;
}


/* =========================================================
   RELEASE DATE
========================================================= */

.lg-release-date {

	display:
		flex;

	align-items:
		center;

	gap:
		7px;

	margin-top:
		17px;

	color:
		#eceaf7;

	font-size:
		13px;

	line-height:
		1.2;

	font-weight:
		500;
}


.lg-release-date svg {

	width:
		17px;

	height:
		17px;

	flex:
		0 0 17px;

	fill:
		none;

	stroke:
		#fff;

	stroke-width:
		1.6;
}


/* =========================================================
   CARD ARROW — RIGHT SIDE
========================================================= */

.lg-album-play {

	position:
		absolute;

	right:
		0;

	top:
		50%;

	display:
		grid;

	place-items:
		center;

	width:
		42px;

	height:
		42px;

	transform:
		translateY(-50%);

	border:
		1px solid #ff43b5;

	border-radius:
		50%;

	background:
		rgba(13,7,31,.86);

	color:
		#fff;

	box-shadow:
		0 0 17px rgba(255,47,183,.27);

	transition:
		transform .3s ease,
		background .3s ease,
		box-shadow .3s ease;
}


.lg-album-play svg {

	width:
		18px;

	height:
		18px;

	fill:
		#fff;
}


.lg-album-card:hover
.lg-album-play {

	transform:
		translateY(-50%)
		scale(1.10);

	background:
		linear-gradient(
			135deg,
			#ff3ca9,
			#7630ff
		);

	box-shadow:
		0 0 25px rgba(255,45,184,.52);
}


/* =========================================================
   BOTTOM NEON LINE
========================================================= */

.lg-card-glow {

	position:
		absolute;

	left:
		22px;

	right:
		22px;

	bottom:
		0;

	height:
		3px;

	border-radius:
		100px;

	background:
		linear-gradient(
			90deg,
			#285fff,
			#b92aff,
			#ff2ca3,
			#ffc12e
		);

	box-shadow:
		0 0 14px rgba(255,42,178,.75);
}


/* =========================================================
   MORE ALBUMS
========================================================= */

.lg-more-wrap {

	display:
		flex;

	justify-content:
		center;

	margin-top:
		34px;
}


.lg-more-albums {

	display:
		flex;

	align-items:
		center;

	justify-content:
		center;

	gap:
		22px;

	width:
		380px;

	height:
		62px;

	border:
		0;

	border-radius:
		100px;

	background:
		linear-gradient(
			90deg,
			#ffad2c,
			#f42b93,
			#792cff
		);

	color:
		#fff;

	font-size:
		19px;

	font-weight:
		900;

	cursor:
		pointer;

	box-shadow:
		0 15px 42px rgba(190,35,255,.28);

	transition:
		transform .3s ease,
		box-shadow .3s ease;
}


.lg-more-albums:hover {

	transform:
		translateY(-3px);

	box-shadow:
		0 20px 55px rgba(244,37,179,.36);
}


.lg-more-icon {

	font-size:
		25px;
}


.lg-more-arrow {

	font-size:
		27px;

	transition:
		transform .25s ease;
}


.lg-more-albums:hover
.lg-more-arrow {

	transform:
		translateX(6px);
}


.lg-more-albums.is-loading {

	opacity:
		.55;

	pointer-events:
		none;
}


/* =========================================================
   SEARCH RESULTS
========================================================= */

.lg-search-results {

	display:
		none;
}


.lg-search-results.is-visible {

	display:
		block;
}


.lg-show-all {

	display:
		block;

	margin:
		0 auto 26px;

	min-height:
		42px;

	padding:
		0 22px;

	border:
		1px solid rgba(255,195,42,.62);

	border-radius:
		100px;

	background:
		rgba(255,191,37,.05);

	color:
		#ffd039;

	font-size:
		11px;

	font-weight:
		900;

	cursor:
		pointer;
}


.lg-show-all:hover {

	background:
		rgba(255,191,37,.12);

	transform:
		translateY(-2px);
}


.lg-normal-albums.is-hidden {

	display:
		none;
}


/* =========================================================
   PREMIUM NO RESULTS / ALBUM NOT FOUND
   ========================================================= */

.lg-no-results {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0 42px;
    text-align: center;
    box-sizing: border-box;
}

.lg-no-results-card {
    position: relative;
    width: min(680px, 100%);
    min-height: 270px;
    padding: 34px 42px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(255, 71, 190, .42);
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 0%, rgba(173, 57, 255, .17), transparent 52%),
        linear-gradient(145deg, rgba(31, 13, 67, .92), rgba(5, 10, 32, .96));
    box-shadow:
        0 20px 70px rgba(0, 0, 0, .38),
        inset 0 1px 0 rgba(255, 255, 255, .07),
        0 0 35px rgba(192, 54, 255, .10);
}

.lg-no-results-card::before,
.lg-no-results-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(1px);
}

.lg-no-results-card::before {
    width: 190px;
    height: 2px;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #7c3aed, #ff2fb9, #ffd34d, transparent);
    opacity: .9;
}

.lg-no-results-card::after {
    width: 150px;
    height: 150px;
    top: -105px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 47, 185, .10);
    box-shadow: 0 0 90px rgba(125, 58, 237, .22);
}

.lg-no-results-icon {
    position: relative;
    z-index: 1;
    width: 104px;
    height: 104px;
    margin-bottom: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 79, 195, .16), rgba(72, 35, 126, .08) 62%, transparent 63%);
    animation: lgSadFloat 3.2s ease-in-out infinite;
}

.lg-no-results-svg {
    width: 104px;
    height: 104px;
    overflow: visible;
}

.lg-sad-orbit {
    fill: none;
    stroke: url(#lgSadNoteGradient);
    stroke-width: 1.5;
    stroke-dasharray: 7 7;
    opacity: .68;
    transform-origin: 60px 60px;
    animation: lgSadOrbit 10s linear infinite;
}

.lg-sad-disc {
    fill: rgba(8, 8, 27, .92);
    stroke: rgba(255, 79, 195, .58);
    stroke-width: 1.5;
    filter: drop-shadow(0 0 12px rgba(255, 47, 185, .25));
}

.lg-sad-note {
    fill: url(#lgSadNoteGradient);
    filter: drop-shadow(0 0 7px rgba(255, 47, 185, .75));
    transform-origin: 70px 58px;
    animation: lgSadNotePulse 2.4s ease-in-out infinite;
}

.lg-sad-eye {
    fill: #f5f3ff;
    opacity: .88;
}

.lg-sad-mouth {
    fill: none;
    stroke: #f5f3ff;
    stroke-width: 2.4;
    stroke-linecap: round;
    opacity: .78;
}

.lg-no-results-copy {
    position: relative;
    z-index: 2;
}

.lg-no-results-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #ffc84a;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.lg-no-results h3 {
    margin: 0 0 9px;
    color: #ffffff !important;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.02em;
    text-shadow: 0 0 20px rgba(255, 255, 255, .10);
}

.lg-no-results p {
    max-width: 510px;
    margin: 0 auto;
    color: #d7d4e8 !important;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
}

.lg-no-results p strong {
    color: #ffd34d !important;
    font-weight: 800;
}

.lg-no-results-card--error .lg-no-results-icon {
    border: 1px solid rgba(255, 79, 195, .32);
    background: rgba(255, 47, 185, .08);
}

.lg-error-symbol {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 211, 77, .65);
    border-radius: 50%;
    color: #ffd34d;
    font-size: 28px;
    font-weight: 800;
    box-shadow: 0 0 25px rgba(255, 211, 77, .18);
}

@keyframes lgSadFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(5px) rotate(-2deg); }
}

@keyframes lgSadOrbit {
    to { transform: rotate(360deg); }
}

@keyframes lgSadNotePulse {
    0%, 100% { transform: scale(1) translateY(0); }
    50% { transform: scale(1.06) translateY(2px); }
}

@media (max-width: 900px) {
    .lg-no-results {
        min-height: 300px;
        padding: 24px 12px 36px;
    }

    .lg-no-results-card {
        width: 100%;
        min-height: 250px;
        padding: 30px 24px 34px;
        border-radius: 24px;
    }

    .lg-no-results-icon,
    .lg-no-results-svg {
        width: 92px;
        height: 92px;
    }

    .lg-no-results h3 {
        font-size: 27px;
    }

    .lg-no-results p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .lg-no-results {
        min-height: 280px;
        padding: 18px 8px 28px;
    }

    .lg-no-results-card {
        min-height: 245px;
        padding: 28px 18px 32px;
        border-radius: 22px;
    }

    .lg-no-results-icon,
    .lg-no-results-svg {
        width: 82px;
        height: 82px;
    }

    .lg-no-results-icon {
        margin-bottom: 13px;
    }

    .lg-no-results-kicker {
        font-size: 8px;
        letter-spacing: .18em;
    }

    .lg-no-results h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .lg-no-results p {
        max-width: 300px;
        font-size: 13px;
        line-height: 1.55;
    }

    .lg-no-results-card::before {
        width: 125px;
        bottom: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lg-no-results-icon,
    .lg-sad-orbit,
    .lg-sad-note {
        animation: none !important;
    }
}


/* =========================================================
   LOADING
========================================================= */

.lg-loading {

	position:
		fixed;

	left:
		50%;

	bottom:
		25px;

	z-index:
		99999;

	display:
		flex;

	align-items:
		center;

	gap:
		9px;

	padding:
		10px 17px;

	border:
		1px solid rgba(255,50,188,.38);

	border-radius:
		100px;

	background:
		rgba(4,4,19,.93);

	backdrop-filter:
		blur(15px);

	color:
		#fff;

	font-size:
		12px;

	opacity:
		0;

	transform:
		translate(-50%,120px);

	pointer-events:
		none;

	transition:
		.3s ease;
}


.lg-loading.is-active {

	opacity:
		1;

	transform:
		translate(-50%,0);
}


.lg-loading span {

	width:
		30px;

	height:
		3px;

	border-radius:
		100px;

	background:
		linear-gradient(
			90deg,
			#ffc32e,
			#ff2ba8,
			#8239ff
		);

	animation:
		lgLoadingPulse 1s ease-in-out infinite;
}


@keyframes lgLoadingPulse {

	0%,
	100% {
		transform:
			scaleX(.35);
	}

	50% {
		transform:
			scaleX(1);
	}
}


/* =========================================================
   BACK TO TOP
========================================================= */

.lg-back-top {

	position:
		fixed;

	right:
		27px;

	bottom:
		23px;

	z-index:
		9990;

	display:
		flex;

	flex-direction:
		column;

	align-items:
		center;

	justify-content:
		center;

	width:
		66px;

	height:
		66px;

	padding:
		0;

	border:
		1px solid rgba(255,83,209,.85);

	border-radius:
		50%;

	background:
		radial-gradient(
			circle at 35% 25%,
			#5e2eb0,
			#110721 72%
		);

	color:
		#fff;

	box-shadow:
		0 0 27px rgba(255,41,194,.42),

		inset
		0 0 20px rgba(112,45,255,.30);

	cursor:
		pointer;

	opacity:
		0;

	transform:
		translateY(20px)
		scale(.85);

	pointer-events:
		none;

	transition:
		.3s ease;
}


.lg-back-top.is-visible {

	opacity:
		1;

	transform:
		translateY(0)
		scale(1);

	pointer-events:
		auto;
}


.lg-back-top:hover {

	transform:
		translateY(-4px)
		scale(1.05);
}


.lg-back-top svg {

	width:
		24px;

	height:
		24px;

	fill:
		none;

	stroke:
		#fff;

	stroke-width:
		2;

	stroke-linecap:
		round;

	stroke-linejoin:
		round;
}


.lg-back-top span {

	font-size:
		8px;

	font-weight:
		900;

	letter-spacing:
		1px;
}


/* =========================================================
   TABLET LANDSCAPE
========================================================= */

@media
(min-width:700px)
and (max-width:1199px)
and (orientation:landscape) {

	.lg-albums-main {

		width:
			calc(100% - 50px);

		max-width:
			1100px;
	}

	.lg-albums-grid {

		grid-template-columns:
			repeat(2, minmax(0,1fr));

		column-gap:
			18px;

		row-gap:
			22px;
	}

	.lg-album-card-link {

		grid-template-columns:
			145px minmax(0,1fr);

		gap:
			17px;
	}

	.lg-album-cover {

		width:
			145px;

		height:
			205px;

		flex-basis:
			145px;
	}
}


/* =========================================================
   TABLET PORTRAIT
========================================================= */

@media
(min-width:600px)
and (max-width:1199px)
and (orientation:portrait) {

	.lg-albums-main {

		width:
			calc(100% - 70px);

		max-width:
			800px;
	}

	.lg-albums-grid {

		grid-template-columns:
			1fr;

		row-gap:
			25px;
	}

	.lg-album-card {

		height:
			270px;
	}

	.lg-album-card-link {

		grid-template-columns:
			220px minmax(0,1fr);

		height:
			234px;

		gap:
			22px;
	}

	.lg-album-cover {

		width:
			220px;

		height:
			234px;

		flex-basis:
			220px;
	}
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:599px) {

	.lg-albums-hero {

		padding:
			27px 15px 25px;
	}

	.lg-hero-note,
	.lg-hero-notes-right {

		display:
			none;
	}

	.lg-hero-kicker {

		font-size:
			9px;

		letter-spacing:
			2.2px;

		gap:
			7px;
	}

	.lg-albums-hero h1 {

		font-size:
			48px;

		letter-spacing:
			-2px;
	}

	.lg-albums-hero p {

		font-size:
			12px;
	}

	.lg-search-box {

		height:
			61px;

		padding-left:
			16px;

		border-radius:
			20px;
	}

	.lg-search-icon {

		width:
			24px;

		height:
			24px;

		flex-basis:
			24px;
	}

	.lg-search-box input {

		height:
			59px;

		padding:
			0 9px;

		font-size:
			12px;
	}

	.lg-filter-button {

		width:
			48px;

		height:
			48px;

		flex-basis:
			48px;
	}

	.lg-albums-main {

		width:
			calc(100% - 30px);

		max-width:
			none;
	}

	.lg-directory-title h2 {

		font-size:
			16px;
	}

	.lg-directory-heading p {

		font-size:
			10px;
	}

	.lg-albums-grid {

		grid-template-columns:
			1fr;

		row-gap:
			20px;
	}

	.lg-album-card {

		height:
			210px;

		padding:
			12px;

		border-radius:
			17px;
	}

	.lg-album-card-link {

		grid-template-columns:
			112px minmax(0,1fr);

		height:
			184px;

		gap:
			13px;
	}

	.lg-album-cover {

		width:
			112px;

		height:
			184px;

		flex-basis:
			112px;

		border-radius:
			10px;
	}

	.lg-album-info {

		padding:
			4px 36px 0 0;
	}

	.lg-album-info h3 {

		font-size:
			16px;
	}

	.lg-album-year {

		margin-top:
			5px;

		font-size:
			11px;
	}

	.lg-album-type-row {

		margin-top:
			8px;
	}

	.lg-album-type {

		min-height:
			23px;

		padding:
			3px 8px;

		font-size:
			8px;
	}

	.lg-artist-track-row {

		gap:
			6px;

		margin-top:
			9px;

		flex-wrap:
			wrap;
	}

	.lg-artist {

		font-size:
			10px;
	}

	.lg-artist-image {

		width:
			29px;

		height:
			29px;

		flex-basis:
			29px;
	}

	.lg-artist-name {

		max-width:
			70px;
	}

	.lg-verified,
	.lg-verified svg {

		width:
			14px;

		height:
			14px;
	}

	.lg-track-count {

		min-height:
			26px;

		padding:
			4px 7px;

		font-size:
			7px;
	}

	.lg-track-count svg {

		width:
			12px;

		height:
			12px;
	}

	.lg-release-date {

		margin-top:
			9px;

		font-size:
			8px;
	}

	.lg-release-date svg {

		width:
			13px;

		height:
			13px;

		flex-basis:
			13px;
	}

	.lg-album-play {

		top:
			17px;

		right:
			8px;

		width:
			34px;

		height:
			34px;

		transform:
			none;
	}

	.lg-album-card:hover
	.lg-album-play {

		transform:
			scale(1.08);
	}

	.lg-more-albums {

		width:
			100%;

		height:
			56px;

		font-size:
			16px;
	}

	.lg-back-top {

		right:
			14px;

		bottom:
			14px;

		width:
			57px;

		height:
			57px;
	}
}
/* =========================================================
   FINAL DESKTOP / TABLET / LIVE SEARCH REFINEMENT
   Requested by LyricsGroove
========================================================= */

/* ---------------------------------------------------------
   DESKTOP — USE THE AVAILABLE SCREEN WIDTH
--------------------------------------------------------- */
@media (min-width: 1200px) {

    .lg-all-albums-page .lg-albums-main {
        width: calc(100% - 32px) !important;
        max-width: 1600px !important;
    }

    .lg-albums-hero h1 {
        font-weight: 800;
    }

    .lg-directory-title h2 {
        font-weight: 800;
    }

    .lg-album-card-link {
        grid-template-columns: 192px minmax(0, 1fr);
        gap: 22px;
    }

    .lg-album-cover {
        width: 192px;
        flex-basis: 192px;
    }

    .lg-artist-name {
        max-width: 150px;
    }
}


/* ---------------------------------------------------------
   SEARCH MODE — SAME BEHAVIOR ON EVERY DEVICE

   Clicking/focusing the search:
   - removes the normal directory view
   - hides title/description/decorations
   - pins search to the top of the viewport
   - displays live results underneath
--------------------------------------------------------- */

.lg-all-albums-page.is-searching {
    min-height: 100vh;
}

.lg-all-albums-page.is-searching .lg-albums-hero {
    height: 0;
    min-height: 0;
    padding: 0;
    overflow: visible;
}

.lg-all-albums-page.is-searching .lg-hero-kicker,
.lg-all-albums-page.is-searching .lg-albums-hero h1,
.lg-all-albums-page.is-searching .lg-albums-hero p,
.lg-all-albums-page.is-searching .lg-hero-line,
.lg-all-albums-page.is-searching .lg-hero-note,
.lg-all-albums-page.is-searching .lg-hero-notes-right {
    display: none !important;
}

.lg-all-albums-page.is-searching .lg-search-box {
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    left: 50%;
    z-index: 100000;
    width: min(1000px, calc(100vw - 32px));
    margin: 0;
    transform: translateX(-50%);
    box-shadow:
        0 18px 55px rgba(0, 0, 0, .58),
        0 0 38px rgba(144, 42, 255, .28);
}

.lg-all-albums-page.is-searching .lg-search-box:focus-within {
    transform: translateX(-50%);
}

.lg-all-albums-page.is-searching .lg-albums-main {
    width: calc(100% - 32px);
    max-width: 1600px;
    padding-top: 102px;
}

.lg-all-albums-page.is-searching .lg-search-results {
    display: block;
}

.lg-all-albums-page.is-searching .lg-normal-albums,
.lg-all-albums-page.is-searching .lg-directory-heading {
    display: none !important;
}


/* ---------------------------------------------------------
   SEARCH RESULT PRELOADER
--------------------------------------------------------- */

.lg-search-loading {
    grid-column: 1 / -1;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #fff;
}

.lg-search-loading::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid rgba(255, 55, 188, .14);
    box-shadow: 0 0 45px rgba(112, 45, 255, .14);
    animation: lgSearchPulse 1.15s ease-in-out infinite;
}

.lg-search-loading-spinner {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.10);
    border-top-color: #ff42b4;
    border-right-color: #ffc32e;
    animation: lgSearchSpin .72s linear infinite;
}

.lg-search-loading-text {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 18px;
    border: 1px solid rgba(255, 194, 45, .55);
    border-radius: 100px;
    background: rgba(10, 7, 28, .92);
    color: #ffd13c;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 0 24px rgba(255, 43, 181, .12);
}

@keyframes lgSearchSpin {
    to { transform: rotate(360deg); }
}

@keyframes lgSearchPulse {
    0%, 100% { transform: scale(.82); opacity: .25; }
    50% { transform: scale(1.08); opacity: .75; }
}


/* ---------------------------------------------------------
   TABLET PORTRAIT — KEEP DESCRIPTION CLEAR OF NOTES
--------------------------------------------------------- */
@media (min-width: 600px) and (max-width: 1199px) and (orientation: portrait) {

    .lg-hero-note,
    .lg-hero-notes-right {
        display: none !important;
    }

    .lg-hero-inner {
        position: relative;
        z-index: 20;
    }

    .lg-albums-hero p {
        position: relative;
        z-index: 21;
        display: block !important;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }

    .lg-all-albums-page .lg-albums-main {
        width: calc(100% - 36px) !important;
        max-width: 900px !important;
    }

    .lg-all-albums-page.is-searching .lg-albums-main {
        width: calc(100% - 30px) !important;
        padding-top: 96px;
    }
}


/* ---------------------------------------------------------
   TABLET LANDSCAPE — MORE WIDTH FOR ARTIST NAMES
--------------------------------------------------------- */
@media (min-width: 700px) and (max-width: 1199px) and (orientation: landscape) {

    .lg-all-albums-page .lg-albums-main {
        width: calc(100% - 30px) !important;
        max-width: 1160px !important;
    }

    .lg-album-info {
        padding-right: 46px;
    }

    .lg-artist-name {
        max-width: 120px;
    }
}


/* ---------------------------------------------------------
   REMOVE FILTER CONTROL COMPLETELY
   Kept as a defensive rule in case old cached markup remains.
--------------------------------------------------------- */

.lg-filter-button,
.lg-search-divider {
    display: none !important;
}


/* ---------------------------------------------------------
   SEARCH MODE — MOBILE / TABLET
--------------------------------------------------------- */
@media (max-width: 1199px) {

    .lg-all-albums-page.is-searching .lg-search-box {
        width: calc(100vw - 22px);
        top: max(8px, env(safe-area-inset-top));
        height: 62px;
        border-radius: 20px;
    }

    .lg-all-albums-page.is-searching .lg-search-box input {
        height: 60px;
    }

    .lg-all-albums-page.is-searching .lg-albums-main {
        padding-top: 82px;
    }
}


/* ---------------------------------------------------------
   MOBILE — PRESERVE THE APPROVED CARD DESIGN
--------------------------------------------------------- */
@media (max-width: 599px) {

    .lg-all-albums-page.is-searching .lg-albums-main {
        width: calc(100% - 30px) !important;
        padding-top: 80px;
    }

    .lg-search-loading {
        min-height: 150px;
    }

    .lg-search-loading-text {
        font-size: 10px;
    }
}

/* =========================================================
   LYRICSGROOVE — CARD LAYOUT FINAL FIX v5.2
   Desktop: Album Type + Tracks; Artist row = Artist only.
   Tablet/mobile: original track row retained.
========================================================= */

@media (min-width: 1200px) {

    /* Defensive: old cached markup must not steal artist width. */
    .lg-artist-track-row > .lg-track-count {
        display: none !important;
    }

    .lg-album-info {
        min-width: 0 !important;
        width: 100% !important;
        padding-right: 58px !important;
    }

    .lg-album-type-row {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 9px !important;
        min-width: 0 !important;
    }

    .lg-desktop-track-count {
        display: inline-flex !important;
        align-items: center !important;
        flex: 0 0 auto !important;
        min-height: 27px !important;
        padding: 4px 10px !important;
    }

    .lg-artist-track-row {
        display: block !important;
        width: 100% !important;
        margin-top: 13px !important;
    }

    .lg-artist {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        gap: 8px !important;
    }

    .lg-artist-name {
        display: block !important;
        max-width: none !important;
        width: auto !important;
        min-width: 0 !important;
        flex: 0 1 auto !important;
        overflow: visible !important;
        text-overflow: clip !important;
        white-space: nowrap !important;
    }

    .lg-verified {
        flex: 0 0 17px !important;
    }

    .lg-release-date {
        margin-top: 10px !important;
        padding-right: 0 !important;
    }

    .lg-album-play {
        top: 16px !important;
        right: 12px !important;
        bottom: auto !important;
        transform: none !important;
    }
}

@media (min-width: 700px) and (max-width: 1199px) and (orientation: landscape) {

    .lg-desktop-track-count {
        display: none !important;
    }

    .lg-album-play {
        top: auto !important;
        right: 10px !important;
        bottom: 12px !important;
        transform: none !important;
    }

    .lg-release-date {
        padding-right: 52px !important;
    }
}

@media (min-width: 600px) and (max-width: 1199px) and (orientation: portrait) {

    .lg-desktop-track-count {
        display: none !important;
    }

    .lg-album-play {
        top: auto !important;
        right: 12px !important;
        bottom: 12px !important;
        transform: none !important;
    }

    .lg-release-date {
        padding-right: 58px !important;
    }
}

@media (max-width: 599px) {

    .lg-desktop-track-count {
        display: none !important;
    }

    .lg-album-play {
        top: auto !important;
        right: 8px !important;
        bottom: 9px !important;
        transform: none !important;
    }

    .lg-release-date {
        padding-right: 42px !important;
    }
}


/* =========================================================
   LYRICSGROOVE — ALL ALBUMS FINAL FIX v5.3
   1) Search never overlays the SmartMag website header.
   2) Search stays at the top of the All Albums directory section.
   3) SHOW ALL ALBUMS is hidden on search focus/click and appears
      only after a real live-search query starts.
   4) Album Type + Track Count stay on the same row on every device.
   5) Artist row contains only Artist Image + FULL Artist Name + Tick.
   6) Mobile cover height is reduced without changing tablet cover size.
   7) Arrow placement remains desktop top-right / tablet+mobile bottom-right.
========================================================= */

/* ---------- SEARCH: NEVER FIX IT OVER THE SITE HEADER ---------- */

.lg-all-albums-page .lg-search-box {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    z-index: 20 !important;
    transform: none !important;
}

.lg-all-albums-page.is-searching .lg-albums-hero {
    height: auto !important;
    min-height: 0 !important;
    padding: 10px 25px 18px !important;
    overflow: visible !important;
}

.lg-all-albums-page.is-searching .lg-hero-inner {
    max-width: 1000px !important;
}

.lg-all-albums-page.is-searching .lg-search-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 0 auto !important;
    transform: none !important;
    height: 72px !important;
    z-index: 30 !important;
}

.lg-all-albums-page.is-searching .lg-search-box:focus-within {
    transform: none !important;
}

/* Search mode intentionally removes all decorative/heading content,
   but DOES NOT collapse the section containing the search field. */
.lg-all-albums-page.is-searching .lg-hero-kicker,
.lg-all-albums-page.is-searching .lg-albums-hero h1,
.lg-all-albums-page.is-searching .lg-albums-hero p,
.lg-all-albums-page.is-searching .lg-hero-line,
.lg-all-albums-page.is-searching .lg-hero-note,
.lg-all-albums-page.is-searching .lg-hero-notes-right {
    display: none !important;
}

.lg-all-albums-page.is-searching .lg-albums-main {
    width: calc(100% - 84px) !important;
    max-width: 1600px !important;
    padding-top: 6px !important;
}

/* ---------- SHOW ALL: NEVER VISIBLE ON NORMAL PAGE / FOCUS ---------- */

.lg-show-all {
    display: none !important;
    position: relative !important;
    z-index: 10 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    text-decoration: none !important;
    outline: none !important;
}

.lg-show-all.is-ready {
    display: block !important;
}

/* Search results should begin immediately below the search control. */
.lg-all-albums-page.is-searching .lg-search-results {
    display: block !important;
    margin-top: 0 !important;
}

.lg-all-albums-page.is-searching .lg-show-all.is-ready {
    margin: 8px auto 26px !important;
    min-height: 42px !important;
}

/* ---------- TYPE + TRACK COUNT: ONE CLEAN ROW ---------- */

.lg-album-type-row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    min-width: 0 !important;
}

.lg-desktop-track-count {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    min-height: 27px !important;
    padding: 4px 10px !important;
}

.lg-artist-track-row {
    display: block !important;
    width: 100% !important;
    margin-top: 12px !important;
}

.lg-artist {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    width: 100% !important;
    gap: 7px !important;
}

.lg-artist-name {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.lg-verified,
.lg-verified svg {
    flex: 0 0 17px !important;
}

/* ---------- DESKTOP ---------- */

@media (min-width: 1200px) {

    .lg-all-albums-page .lg-albums-main {
        width: calc(100% - 40px) !important;
        max-width: 1700px !important;
    }

    .lg-albums-grid {
        column-gap: 18px !important;
    }

    .lg-album-card-link {
        grid-template-columns: 192px minmax(0, 1fr) !important;
        gap: 22px !important;
    }

    .lg-album-cover {
        width: 192px !important;
        height: 205px !important;
        flex-basis: 192px !important;
    }

    .lg-album-info {
        width: 100% !important;
        min-width: 0 !important;
        padding-right: 58px !important;
    }

    .lg-album-info h3 {
        max-width: calc(100% - 2px) !important;
    }

    .lg-album-play {
        top: 16px !important;
        right: 12px !important;
        bottom: auto !important;
        transform: none !important;
    }

    .lg-artist-name {
        max-width: calc(100% - 35px) !important;
    }

    .lg-release-date {
        margin-top: 10px !important;
        padding-right: 0 !important;
    }
}

/* ---------- TABLET LANDSCAPE ---------- */

@media (min-width: 700px) and (max-width: 1199px) and (orientation: landscape) {

    .lg-all-albums-page .lg-albums-main {
        width: calc(100% - 34px) !important;
        max-width: 1180px !important;
    }

    .lg-album-info {
        min-width: 0 !important;
        padding-right: 50px !important;
    }

    .lg-album-type-row {
        gap: 7px !important;
    }

    .lg-desktop-track-count {
        min-height: 26px !important;
        padding: 4px 8px !important;
        font-size: 9px !important;
    }

    .lg-artist-name {
        max-width: calc(100% - 35px) !important;
        font-size: 12px !important;
    }

    .lg-album-play {
        top: auto !important;
        right: 10px !important;
        bottom: 12px !important;
        transform: none !important;
    }

    .lg-release-date {
        padding-right: 48px !important;
    }
}

/* ---------- TABLET PORTRAIT ---------- */

@media (min-width: 600px) and (max-width: 1199px) and (orientation: portrait) {

    .lg-all-albums-page .lg-albums-main {
        width: calc(100% - 46px) !important;
        max-width: 900px !important;
    }

    .lg-album-info {
        min-width: 0 !important;
        padding-right: 58px !important;
    }

    .lg-album-type-row {
        gap: 8px !important;
    }

    .lg-desktop-track-count {
        min-height: 28px !important;
        padding: 4px 9px !important;
        font-size: 9px !important;
    }

    .lg-artist-name {
        max-width: calc(100% - 38px) !important;
        font-size: 13px !important;
    }

    .lg-album-play {
        top: auto !important;
        right: 12px !important;
        bottom: 12px !important;
        transform: none !important;
    }

    .lg-release-date {
        padding-right: 56px !important;
    }
}

/* ---------- MOBILE ---------- */

@media (max-width: 599px) {

    .lg-all-albums-page.is-searching .lg-albums-hero {
        padding: 7px 15px 14px !important;
    }

    .lg-all-albums-page.is-searching .lg-search-box {
        width: 100% !important;
        height: 61px !important;
        border-radius: 20px !important;
    }

    .lg-all-albums-page.is-searching .lg-search-box input {
        height: 59px !important;
    }

    .lg-all-albums-page.is-searching .lg-albums-main {
        width: calc(100% - 30px) !important;
        padding-top: 4px !important;
    }

    .lg-show-all.is-ready {
        margin: 6px auto 22px !important;
    }

    .lg-album-card {
        height: 206px !important;
        padding: 12px !important;
    }

    .lg-album-card-link {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        height: 182px !important;
        gap: 13px !important;
    }

    /* Reduced from the old 184px so the cover no longer dominates
       the card vertically on phones. */
    .lg-album-cover {
        width: 112px !important;
        height: 160px !important;
        flex-basis: 112px !important;
        border-radius: 10px !important;
    }

    .lg-album-info {
        min-width: 0 !important;
        padding: 3px 39px 0 0 !important;
    }

    .lg-album-info h3 {
        font-size: 15px !important;
        line-height: 1.15 !important;
    }

    .lg-album-year {
        margin-top: 5px !important;
        font-size: 11px !important;
    }

    .lg-album-type-row {
        margin-top: 8px !important;
        gap: 6px !important;
        flex-wrap: nowrap !important;
    }

    .lg-album-type {
        min-height: 24px !important;
        padding: 3px 8px !important;
        font-size: 8px !important;
        flex: 0 1 auto !important;
        white-space: nowrap !important;
    }

    .lg-desktop-track-count {
        min-height: 24px !important;
        padding: 3px 7px !important;
        font-size: 7px !important;
        gap: 4px !important;
        flex: 0 1 auto !important;
    }

    .lg-desktop-track-count svg {
        width: 12px !important;
        height: 12px !important;
    }

    .lg-artist-track-row {
        margin-top: 9px !important;
    }

    .lg-artist {
        width: 100% !important;
        gap: 6px !important;
        font-size: 10px !important;
    }

    .lg-artist-image {
        width: 29px !important;
        height: 29px !important;
        flex-basis: 29px !important;
    }

    /* Give the artist its own full line inside the info column. */
    .lg-artist-name {
        max-width: calc(100% - 51px) !important;
        font-size: 10px !important;
    }

    .lg-verified,
    .lg-verified svg {
        width: 14px !important;
        height: 14px !important;
        flex-basis: 14px !important;
    }

    .lg-release-date {
        margin-top: 9px !important;
        padding-right: 40px !important;
        font-size: 8px !important;
    }

    .lg-release-date svg {
        width: 13px !important;
        height: 13px !important;
        flex-basis: 13px !important;
    }

    .lg-album-play {
        top: auto !important;
        right: 8px !important;
        bottom: 9px !important;
        width: 34px !important;
        height: 34px !important;
        transform: none !important;
    }
}

/* ---------- SEARCH SCROLL POSITION ----------
   The directory itself is the search viewport. This prevents the
   search field from ever covering SmartMag's top bar/header. */
.lg-all-albums-page {
    scroll-margin-top: 0 !important;
}
















/* =========================================================
   LYRICSGROOVE — FINAL EMPTY SEARCH STATE FIX
   v5.4.1
========================================================= */

#lg-all-albums .lg-search-results {
    width: 100%;
}

#lg-all-albums .lg-search-grid {
    width: 100%;
}

#lg-all-albums .lg-no-results {
    grid-column: 1 / -1 !important;

    width: 100% !important;

    min-width: 0 !important;

    min-height: 360px !important;

    margin: 0 auto !important;

    padding: 36px 20px 55px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    text-align: center !important;

    box-sizing: border-box !important;
}


/* =========================================================
   MAIN PREMIUM BOX
========================================================= */

#lg-all-albums .lg-no-results-card {

    position: relative !important;

    width: min(680px, 100%) !important;

    min-height: 300px !important;

    margin: 0 auto !important;

    padding: 38px 42px 42px !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: center !important;

    text-align: center !important;

    box-sizing: border-box !important;

    overflow: hidden !important;

    border: 1px solid rgba(255, 61, 190, .48) !important;

    border-radius: 30px !important;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(168, 85, 247, .20),
            transparent 52%
        ),
        radial-gradient(
            circle at 20% 100%,
            rgba(59, 189, 248, .08),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            rgba(27, 12, 62, .96),
            rgba(4, 7, 25, .98)
        ) !important;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, .42),
        0 0 45px rgba(183, 52, 255, .12),
        inset 0 1px 0 rgba(255,255,255,.08) !important;
}


/* =========================================================
   PREMIUM TOP LIGHT
========================================================= */

#lg-all-albums .lg-no-results-card::after {

    content: "";

    position: absolute;

    top: -90px;

    left: 50%;

    width: 220px;

    height: 220px;

    transform: translateX(-50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 56, 185, .18),
            transparent 68%
        );

    pointer-events: none;

}


/* =========================================================
   BOTTOM GRADIENT LINE
========================================================= */

#lg-all-albums .lg-no-results-card::before {

    content: "";

    position: absolute;

    left: 50%;

    bottom: 18px;

    width: min(240px, 55%);

    height: 3px;

    transform: translateX(-50%);

    border-radius: 100px;

    background:
        linear-gradient(
            90deg,
            #6d3cff,
            #ff2eb5,
            #ffd34d
        );

    box-shadow:
        0 0 14px rgba(255, 47, 185, .45),
        0 0 24px rgba(109, 60, 255, .25);

    pointer-events: none;

    animation:
        lgEmptyLinePulse 2.8s ease-in-out infinite;

}


/* =========================================================
   ICON AREA
========================================================= */

#lg-all-albums .lg-no-results-icon {

    position: relative;

    z-index: 2;

    width: 112px !important;

    height: 112px !important;

    margin: 0 0 20px !important;

    display: grid !important;

    place-items: center !important;

    flex: 0 0 112px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at center,
            rgba(255, 54, 191, .14),
            rgba(92, 43, 146, .06) 65%,
            transparent 66%
        );

    animation:
        lgEmptyFloat 3.2s ease-in-out infinite;

}


/* =========================================================
   SVG
========================================================= */

#lg-all-albums .lg-no-results-svg {

    width: 112px !important;

    height: 112px !important;

    display: block;

    overflow: visible;

}


/* =========================================================
   ORBIT
========================================================= */

#lg-all-albums .lg-sad-orbit {

    fill: none;

    stroke: url(#lgSadNoteGradientAjax);

    stroke-width: 1.5;

    stroke-dasharray: 7 7;

    opacity: .75;

    transform-origin: 60px 60px;

    animation:
        lgEmptyOrbit 9s linear infinite;

}


/* =========================================================
   DISC
========================================================= */

#lg-all-albums .lg-sad-disc {

    fill: rgba(5, 6, 24, .96);

    stroke: rgba(255, 69, 193, .60);

    stroke-width: 1.6;

    filter:
        drop-shadow(
            0 0 14px rgba(255, 47, 185, .25)
        );

}


/* =========================================================
   MUSIC NOTE
========================================================= */

#lg-all-albums .lg-sad-note {

    fill: url(#lgSadNoteGradientAjax);

    filter:
        drop-shadow(
            0 0 8px rgba(255, 47, 185, .75)
        );

    transform-origin: 70px 58px;

    animation:
        lgEmptyNote 2.2s ease-in-out infinite;

}


/* =========================================================
   SAD FACE
========================================================= */

#lg-all-albums .lg-sad-eye {

    fill: #ffffff;

    opacity: .92;

}


#lg-all-albums .lg-sad-mouth {

    fill: none;

    stroke: #ffffff;

    stroke-width: 2.4;

    stroke-linecap: round;

    opacity: .80;

}


/* =========================================================
   TEXT
========================================================= */

#lg-all-albums .lg-no-results-copy {

    position: relative;

    z-index: 3;

    width: 100%;

    text-align: center !important;

}


#lg-all-albums .lg-no-results-kicker {

    display: block;

    margin: 0 0 9px !important;

    color: #ffc84a !important;

    font-size: 10px !important;

    line-height: 1.2 !important;

    font-weight: 800 !important;

    letter-spacing: .22em !important;

    text-transform: uppercase !important;

}


#lg-all-albums .lg-no-results h3 {

    display: block !important;

    width: 100% !important;

    margin: 0 0 10px !important;

    padding: 0 !important;

    color: #ffffff !important;

    text-align: center !important;

    font-size: clamp(27px, 3vw, 38px) !important;

    line-height: 1.15 !important;

    font-weight: 800 !important;

    letter-spacing: -.02em !important;

    text-shadow:
        0 0 20px rgba(255,255,255,.12) !important;

}


#lg-all-albums .lg-no-results p {

    display: block !important;

    width: 100% !important;

    max-width: 520px !important;

    margin: 0 auto !important;

    padding: 0 !important;

    color: #d9d7e8 !important;

    text-align: center !important;

    font-size: 15px !important;

    line-height: 1.6 !important;

    font-weight: 500 !important;

}


#lg-all-albums .lg-no-results p strong {

    color: #ffd34d !important;

    font-weight: 800 !important;

}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes lgEmptyFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }

}


@keyframes lgEmptyOrbit {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes lgEmptyNote {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.08) rotate(-3deg);
    }

}


@keyframes lgEmptyLinePulse {

    0%,
    100% {
        opacity: .65;
        transform: translateX(-50%) scaleX(.88);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    #lg-all-albums .lg-no-results {

        min-height: 330px !important;

        padding:
            30px 16px 48px !important;

    }


    #lg-all-albums .lg-no-results-card {

        width: 100% !important;

        min-height: 285px !important;

        padding:
            34px 25px 40px !important;

        border-radius: 26px !important;

    }


    #lg-all-albums .lg-no-results-icon,
    #lg-all-albums .lg-no-results-svg {

        width: 98px !important;

        height: 98px !important;

    }


    #lg-all-albums .lg-no-results-icon {

        flex-basis: 98px;

        margin-bottom: 16px !important;

    }


    #lg-all-albums .lg-no-results h3 {

        font-size: 29px !important;

    }


    #lg-all-albums .lg-no-results p {

        font-size: 14px !important;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    #lg-all-albums .lg-no-results {

        min-height: 300px !important;

        padding:
            22px 10px 38px !important;

    }


    #lg-all-albums .lg-no-results-card {

        min-height: 270px !important;

        padding:
            30px 18px 38px !important;

        border-radius: 23px !important;

    }


    #lg-all-albums .lg-no-results-icon,
    #lg-all-albums .lg-no-results-svg {

        width: 86px !important;

        height: 86px !important;

    }


    #lg-all-albums .lg-no-results-icon {

        flex-basis: 86px;

        margin-bottom: 14px !important;

    }


    #lg-all-albums .lg-no-results-kicker {

        font-size: 8px !important;

        letter-spacing: .17em !important;

    }


    #lg-all-albums .lg-no-results h3 {

        font-size: 25px !important;

        margin-bottom: 8px !important;

    }


    #lg-all-albums .lg-no-results p {

        max-width: 300px !important;

        font-size: 13px !important;

        line-height: 1.55 !important;

    }


    #lg-all-albums .lg-no-results-card::before {

        bottom: 14px;

        width: 130px;

    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    #lg-all-albums .lg-no-results-icon,
    #lg-all-albums .lg-sad-orbit,
    #lg-all-albums .lg-sad-note,
    #lg-all-albums .lg-no-results-card::before {

        animation: none !important;

    }

}