body{
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
	color: #f8fafc;
	font-size: 14px;
	--tw-bg-opacity: 1;
	background: linear-gradient(160deg, oklch(12.9% 0.042 264.695), oklch(37.2% 0.044 257.287));
	--tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.mp3-dashboard {
	min-height: 45vh;
	padding: 16px 16px 28px;
	background: linear-gradient(180deg, #090203 0%, #170608 38%, #040203 100%);
	/* background:
		radial-gradient(circle at top left, rgba(127, 29, 29, 0.42), transparent 30%),
		radial-gradient(circle at bottom right, rgba(69, 10, 10, 0.42), transparent 24%),
		linear-gradient(180deg, #090203 0%, #170608 38%, #040203 100%); */
	color: #f8fafc;
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.mp3-dashboard__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.mp3-dashboard__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(127, 29, 29, 0.18);
	border: 1px solid rgba(248, 113, 113, 0.18);
	backdrop-filter: blur(14px);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fee2e2;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.mp3-dashboard__hero {
	padding: 18px;
	border-radius: 8px;
	background: linear-gradient(160deg, rgba(127, 29, 29, 0.5), rgba(10, 3, 4, 0.86));
	border: 1px solid rgba(248, 113, 113, 0.1);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.36);
	margin-bottom: 14px;
}

.mp3-dashboard__title {
	margin: 0;
	font-size: 15px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.04em;
}

.mp3-dashboard__subtitle {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	line-height: 1.55;
}

.mp3-dashboard__search {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(248, 113, 113, 0.12);
	margin-top: 16px;
}

.mp3-dashboard__search input {
	width: 100%;
	border: 0;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 14px;
}

.mp3-dashboard__search input::placeholder {
	color: rgba(255, 255, 255, 0.46);
}

.mp3-dashboard__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 14px 0 18px;
}

.mp3-dashboard__stat {
	padding: 14px 12px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(248, 113, 113, 0.08);
}

.mp3-dashboard__stat-label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.64);
	margin-bottom: 8px;
}

.mp3-dashboard__stat-value {
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

.mp3-dashboard__section {
	margin-top: 18px;
}

.mp3-dashboard__section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.mp3-dashboard__section-header h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
}

.mp3-dashboard__section-header span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.62);
}

.mp3-dashboard__section-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(127, 29, 29, 0.12);
	border: 1px solid rgba(248, 113, 113, 0.12);
	font-size: 11px;
	color: #fee2e2;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.mp3-dashboard__section-action:hover {
	background: rgba(127, 29, 29, 0.22);
	border-color: rgba(248, 113, 113, 0.2);
	transform: translateY(-1px);
}

.mp3-dashboard__section-action i {
	font-size: 10px;
}

.mp3-dashboard__featured {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 16px;
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(248, 113, 113, 0.08);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.mp3-dashboard__featured-cover {
	width: 92px;
	height: 92px;
	border-radius: 22px;
	background: linear-gradient(135deg, #7f1d1d, #2a0507 72%, #090203 100%);
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.mp3-dashboard__featured-cover img,
.mp3-dashboard__album-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mp3-dashboard__featured-eyebrow,
.mp3-dashboard__album-meta {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.62);
}

.mp3-dashboard__featured-name {
	margin: 8px 0 8px;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.05;
}

.mp3-dashboard__featured-copy {
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.78);
}

.mp3-dashboard__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	background: #7f1d1d;
	color: #fff1f2;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(127, 29, 29, 0.34);
	white-space: nowrap;
}

.mp3-dashboard__album-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mp3-dashboard__album-grid.mp3-dashboard__album-grid--compact {
	grid-template-columns: repeat(auto-fill, minmax(112px, 150px));
	gap: 10px;
}

.mp3-dashboard__album-grid--compact .mp3-dashboard__album-card {
	border-radius: 14px;
	padding: 7px;
}

.mp3-dashboard__album-grid--compact .mp3-dashboard__album-cover {
	border-radius: 11px;
	margin-bottom: 7px;
}

.mp3-dashboard__album-grid--compact .mp3-dashboard__album-info {
	gap: 6px;
	align-items: center;
}

.mp3-dashboard__album-grid--compact .mp3-dashboard__album-name {
	font-size: 11px;
	line-height: 1.15;
}

.mp3-dashboard__album-grid--compact .mp3-dashboard__album-count {
	font-size: 9px;
	margin-top: 3px;
}

.mp3-dashboard__album-grid--compact .mp3-dashboard__album-action {
	width: 27px;
	height: 27px;
	font-size: 11px;
}

.mp3-dashboard__album-grid--compact .mp3-playlist-card__status {
	display: inline-flex;
	font-size: 7px;
	letter-spacing: 0.06em;
	vertical-align: middle;
}

.mp3-dashboard__album-grid--compact .mp3-playlist-card__actions {
	flex-shrink: 0;
}

.mp3-dashboard__album-grid--compact .mp3-playlist-card__actions button {
	width: 27px;
	height: 27px;
}

.mp3-dashboard__album-grid--compact .mp3-playlist-card__actions i {
	font-size: 10px;
}

.mp3-dashboard__album-card {
	border-radius: 22px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid oklch(44.4% 0.177 26.899);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.mp3-dashboard__album-card:hover {
	transform: translateY(-2px);
	border-color: oklch(54.4% 0.177 26.899);
	background: rgba(255, 255, 255, 0.07);
}

.mp3-dashboard__album-cover {
	aspect-ratio: 1 / 1;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	background: var(--album-gradient, linear-gradient(145deg, #7f1d1d, #120304));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.mp3-dashboard__album-cover::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
}

.mp3-dashboard__album-info {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: flex-start;
}

.mp3-dashboard__album-name {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 2px;
}

.mp3-dashboard__album-count {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.65);
}

.mp3-dashboard__album-action {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: rgba(127, 29, 29, 0.18);
	color: #fecaca;
	flex-shrink: 0;
}

.mp3-dashboard__empty {
	padding: 22px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px dashed rgba(248, 113, 113, 0.16);
	color: rgba(255, 255, 255, 0.74);
	text-align: center;
}

.custom-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: oklch(12.9% 0.042 264.695) #e2e8f0;
	overflow-y: auto;
	overflow-x: hidden;
}
.custom-scrollbar::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

/* Dashboard light theme override */
/* #carrega1{
	background: linear-gradient(180deg, #090203 0%, #170608 38%, #040203 100%);
	color: #f8fafc;
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}
#carrega2 {
    background:
        radial-gradient(circle at 14% 12%, rgba(96, 165, 250, 0.14), transparent 24%),
        radial-gradient(circle at 86% 18%, rgba(196, 181, 253, 0.12), transparent 20%),
        linear-gradient(180deg, #f8fbff 0%, #f3f7fc 52%, #eef2f7 100%);
    color: #334155;
} */

@media (min-width: 720px) {
	.mp3-dashboard__title {
		font-size: 20px;
	}

	.mp3-dashboard__album-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 360px) {
	.mp3-dashboard__featured {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1200px) {
	.mp3-dashboard__album-card{
		width: 98% !important;
	}
}


/* Player Controls */
.mp3-circle-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 0;
	background: rgba(127, 29, 29, 0.18);
	color: #fecaca;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.2s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mp3-circle-btn:hover {
	background: rgba(127, 29, 29, 0.28);
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(127, 29, 29, 0.3);
}

.mp3-circle-btn:active {
	transform: scale(0.95);
}

/* Progress Bar Styling */
input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 4px;
	border-radius: 5px;
	background: rgba(248, 113, 113, 0.2);
	outline: none;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fecaca;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

input[type="range"]::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fecaca;
	cursor: pointer;
	border: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Theme tokens and AJAX content compatibility */
:root {
	color-scheme: light;
	--app-bg: #f1f5f9;
	--app-surface: #ffffff;
	--app-surface-soft: #f8fafc;
	--app-border: #e2e8f0;
	--app-text: #334155;
	--app-text-strong: #0f172a;
	--app-text-muted: #64748b;
}

html.dark {
	color-scheme: dark;
	--app-bg: #020617;
	--app-surface: #0f172a;
	--app-surface-soft: #1e293b;
	--app-border: #334155;
	--app-text: #e2e8f0;
	--app-text-strong: #f8fafc;
	--app-text-muted: #94a3b8;
}

body {
	background: var(--app-bg);
	color: var(--app-text);
	transition: background-color 0.2s ease, color 0.2s ease;
}

html,
body.mp3-app-body {
	min-height: 100%;
}

body.mp3-app-body {
	overflow: hidden;
}

.mp3-app-viewport {
	min-height: 100vh;
	min-height: 100dvh;
}

.mp3-app-frame {
	display: flex;
	min-height: 0;
	height: calc(100vh - 1rem);
	height: calc(100dvh - 1rem);
	flex-direction: column;
}

.mp3-content-column {
	display: flex;
	width: 100%;
	min-height: 0;
	min-width: 0;
	flex-direction: column;
}

.mp3-content-shell {
	display: flex;
	width: 100%;
	min-height: 0;
	height: 100%;
	max-height: 100%;
	flex: 1 1 auto;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10rem;
	scroll-padding-bottom: 10rem;
}

.mp3-content-scroll {
	height: auto;
	display: block;
	flex: 0 0 auto;
	overflow: visible;
}

#carrega {
	display: block;
	width: 100%;
	min-height: 1px;
	height: auto;
	overflow: visible;
	box-sizing: border-box;
}

#mp3-footer-dock {
	position: fixed;
	right: 0.5rem;
	bottom: calc(4.5rem + env(safe-area-inset-bottom));
	left: 0.5rem;
	z-index: 39;
	margin: 0;
	padding-top: 0;
	border-top: 0;
}

#mp3-desktop-player {
	display: none !important;
}

#mp3-mobile-player {
	display: flex !important;
}

#mp3-mobile-player[data-player-visible="0"] {
	display: none !important;
}

@media (max-width: 1023px) {
	#mp3-footer-dock[data-mobile-playing="0"] {
		display: none !important;
	}
}

#bottom-nav {
	min-height: 4.25rem;
	padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
}

@media (max-width: 420px) {
}
@media (min-width: 300px) and (max-width: 1600px) {
	#mp3-mobile-player {
		gap: 0.35rem;
		padding: 0.45rem 0.6rem;
	}

	#mp3-mobile-player > :first-child {
		gap: 0.5rem;
	}

	#mp3-mobile-player > :first-child button,
	#mp3-mobile-player > :first-child > div:first-of-type {
		width: 2.25rem;
		height: 2.25rem;
	}

	#mp3-mobile-player .mp3-footer-volume {
		width: 3rem;
	}

	#bottom-nav {
		gap: 0.4rem;
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}

	#bottom-nav a {
		min-width: 2.75rem;
	}

	#bottom-nav span {
		font-size: 0.65rem;
	}
	.mp3-content-scroll {
		height: 600px;
		overflow: visible;
	}
	.mp3-content-scroll {
		height: 600px;
		overflow: visible;
	}	
	#mp3-footer-dock {
		width: min(100%, 99%);
		right: 0rem;
		left: 0rem;
	}
	#space-bottom {
		padding: 0.6rem 0;
	}
}
@media (min-width: 640px) and (max-width: 1023px) {
	.mp3-app-viewport {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	#mp3-footer-dock {
		width: min(100%, 99%);
		right: 0rem;
		left: 0rem;
	}

	#mp3-mobile-player {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	#mp3-mobile-player > div:last-of-type {
		grid-column: 1 / -1;
	}
	
	.mp3-content-scroll {
		height: 600px;
		overflow: visible;
	}
}

@media (min-width: 1024px) {
	body.mp3-app-body {
		overflow: hidden;
	}

	.mp3-app-frame {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 1rem;
		width: 100%;
		height: calc(100vh - 1rem);
		height: calc(100dvh - 1rem);
		min-height: calc(100vh - 1rem);
		min-height: calc(100dvh - 1rem);
	}

	#sidebar-desktop {
		position: sticky;
		top: 0;
		width: 282px;
		height: 100%;
		flex: 0 0 282px;
	}

	.mp3-content-column {
		display: flex !important;
		width: auto !important;
		min-width: 0;
		height: 100%;
		flex: 1 1 0%;
		visibility: visible;
		overflow: hidden;
	}

	.mp3-content-scroll {
		height: auto;
		overflow: visible;
	}

	.mp3-content-shell {
		height: 100%;
		max-height: 100%;
		padding-bottom: 7rem;
		scroll-padding-bottom: 7rem;
	}

	#mp3-footer-dock {
		display: block;
		position: fixed;
		right: 0.5rem;
		bottom: 0.5rem;
		left: calc(282px + 1.5rem);
		z-index: 39;
		width: auto;
	}

	#mp3-desktop-player {
		display: flex !important;
	}

	#mp3-mobile-player {
		display: none !important;
	}
}

/* html:not(.dark) #carrega1, */
html:not(.dark) .mp3-dashboard
{
	background:
		radial-gradient(circle at 14% 12%, rgba(56, 189, 248, 0.13), transparent 24%),
		radial-gradient(circle at 86% 18%, rgba(99, 102, 241, 0.1), transparent 20%),
		linear-gradient(180deg, #f8fbff 0%, #f3f7fc 52%, #eef2f7 100%);
	color: #334155;
}

html:not(.dark) .mp3-dashboard__hero,
html:not(.dark) .mp3-dashboard__featured {
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(148, 163, 184, 0.24);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

html:not(.dark) .mp3-dashboard__stat,
html:not(.dark) .mp3-dashboard__album-card,
html:not(.dark) .mp3-dashboard__empty,
html:not(.dark) .mp3-dashboard__search {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(148, 163, 184, 0.26);
}

html:not(.dark) .mp3-dashboard__album-name {
	color: #0f172a;
}

html:not(.dark) .mp3-dashboard__subtitle,
html:not(.dark) .mp3-dashboard__stat-label,
html:not(.dark) .mp3-dashboard__section-header span,
html:not(.dark) .mp3-dashboard__featured-eyebrow,
html:not(.dark) .mp3-dashboard__album-meta,
html:not(.dark) .mp3-dashboard__featured-copy,
html:not(.dark) .mp3-dashboard__album-count,
html:not(.dark) .mp3-dashboard__empty {
	color: #64748b;
}

html:not(.dark) .mp3-dashboard__search input {
	color: #0f172a;
}

html:not(.dark) .mp3-dashboard__search input::placeholder {
	color: #94a3b8;
}

/* Shared catalog rows: podcasts, favorites, suggestions and playlists. */
html:not(.dark) #carrega .mp3-catalog-track {
	background-color: rgba(255, 255, 255, 0.82);
	border-color: #e2e8f0;
	color: #334155;
}

html:not(.dark) #carrega .mp3-catalog-track:hover,
html:not(.dark) #carrega .mp3-catalog-track.bg-sky-50 {
	background-color: #e0f2fe;
}

html:not(.dark) #carrega .mp3-catalog-track__title {
	color: #0f172a;
}

html:not(.dark) #carrega .mp3-catalog-track__meta {
	color: #64748b;
}

html:not(.dark) #carrega .mp3-catalog-track__index {
	color: #64748b;
}

html.dark .custom-scrollbar {
	scrollbar-color: #475569 #0f172a;
}

html.dark .custom-scrollbar::-webkit-scrollbar-track {
	background: #0f172a;
}

html.dark .custom-scrollbar::-webkit-scrollbar-thumb {
	background: #475569;
	border-radius: 999px;
}

/*
 * Pages loaded by AJAX still contain legacy light Tailwind utilities.
 * These selectors provide a dark fallback while those templates migrate
 * to explicit dark: utilities.
 */

html.dark #carrega .bg-emerald-500\/20 {
	background-color: oklch(95% 0.052 163.051);
}
html.dark #carrega .bg-red-500\/20 {
	background-color: oklch(93.6% 0.032 17.717);
}

 
html.dark #carrega .bg-slate-900\/80,
html.dark #carrega .bg-slate-200,
html.dark #carrega .bg-white,
html.dark #carrega .bg-white\/85,
html.dark #carrega .bg-white\/90,
html.dark #carrega .bg-white\/95 {
	background-color: rgb(15 23 42 / 0.96);
}

html.dark #carrega .bg-slate-50,
html.dark #carrega .bg-slate-100 {
	background-color: #1e293b;
}

html.dark #carrega .text-slate-900,
html.dark #carrega .text-slate-800,
html.dark #carrega .text-gray-700,
html.dark #carrega .text-blue-950 {
	color: #f8fafc;
	/* color: #334155; */
}

html.dark #carrega .text-slate-700,
html.dark #carrega .text-slate-600,
html.dark #carrega .text-slate-500 {
	color: #cbd5e1;
	/* color: #334155; */
}

html.dark #carrega .text-slate-400 {
	color: #94a3b8;
}

html.dark #carrega .border-slate-100,
html.dark #carrega .border-slate-200,
html.dark #carrega .border-blue-200,
html.dark #carrega .border-white\/70 {
	border-color: #334155;
}

html.dark #carrega input,
html.dark #carrega select,
html.dark #carrega textarea {
	background-color: #0f172a;
	border-color: #475569;
	color: #f8fafc;
}

html.dark #carrega input::placeholder,
html.dark #carrega textarea::placeholder {
	color: #64748b;
}

html.dark #carrega .mp3-catalog-track {
	border-color: #334155;
	background-color: #0f172a;
	color: #e2e8f0;
}

html.dark #carrega .mp3-catalog-track:hover,
html.dark #carrega .mp3-catalog-track.bg-sky-50 {
	background-color: #334155;
	color: #e0f2fe;
}

html.dark #carrega .mp3-catalog-track__title {
	color: #f8fafc;
}

html.dark #carrega .mp3-catalog-track__meta {
	color: #cbd5e1;
}

html.dark #carrega .mp3-catalog-track__index {
	color: #7dd3fc;
}

html.dark #carrega .mp3-dashboard__album-card {
	background-color: rgba(15, 23, 42, 0.92);
	border-color: #334155;
	color: #e2e8f0;
}

html.dark #carrega .mp3-dashboard__album-card:hover {
	background-color: #1e293b;
	border-color: #475569;
}

html.dark #carrega .mp3-dashboard__album-name {
	color: #f8fafc;
}

html.dark #carrega .mp3-dashboard__album-count {
	color: #cbd5e1;
}

input[type="range"].mp3-footer-seek,
input[type="range"].mp3-footer-volume {
	height: 5px;
	background: #cbd5e1;
	accent-color: #0ea5e9;
}

input[type="range"].mp3-footer-seek::-webkit-slider-thumb,
input[type="range"].mp3-footer-volume::-webkit-slider-thumb {
	width: 14px;
	height: 14px;
	background: #0ea5e9;
	box-shadow: 0 2px 8px rgba(14, 165, 233, 0.35);
}

input[type="range"].mp3-footer-seek::-moz-range-thumb,
input[type="range"].mp3-footer-volume::-moz-range-thumb {
	width: 14px;
	height: 14px;
	background: #0ea5e9;
	box-shadow: 0 2px 8px rgba(14, 165, 233, 0.35);
}

html.dark input[type="range"].mp3-footer-seek,
html.dark input[type="range"].mp3-footer-volume {
	background: #475569;
}

html.dark #sidebar-desktop,
html.dark #sidebar-mobile [data-mobile-sidebar-panel],
html.dark #mp3-desktop-player,
html.dark #mp3-mobile-player,
html.dark #mp3-sidebar-player,
html.dark #bottom-nav,
html.dark #menu-dropdown-perfil,
html.dark #menu-dropdown-perfil-mobile {
	background-color: rgb(15 23 42 / 0.96);
	border-color: #334155;
	color: #e2e8f0;
}

.mp3-navbar-surface {
	border-color: #bfdbfe;
	background-color: #ffffff;
	background-image: linear-gradient(90deg, #ffffff 0%, #f8fafc 55%, #f0f9ff 100%);
	color: #334155;
}

.mp3-navbar-surface--mobile {
	border-color: #e2e8f0;
	background-image: linear-gradient(90deg, #ffffff 0%, #f8fafc 100%);
}

html.dark .mp3-navbar-surface {
	border-color: #334155;
	background-color: rgb(15 23 42 / 0.96);
	background-image: linear-gradient(90deg, #020617 0%, #0f172a 55%, #1e293b 100%);
	color: #e2e8f0;
}

html.dark .mp3-navbar-surface--mobile {
	background-image: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
}

.mp3-mobile-search-panel {
	position: fixed;
	left: 50%;
	width: min(380px, calc(100vw - 24px));
	transform: translateX(-50%);
}

html.dark #sidebar-desktop .text-slate-900,
html.dark #sidebar-mobile .text-slate-900,
html.dark #mp3-desktop-player .text-slate-900,
html.dark #mp3-mobile-player .text-slate-900,
html.dark #mp3-sidebar-player .text-slate-900,
html.dark #menu-dropdown-perfil .text-slate-800,
html.dark #menu-dropdown-perfil-mobile .text-slate-800 {
	color: #f8fafc;
}

html.dark #sidebar-desktop .text-slate-600,
html.dark #sidebar-desktop .text-slate-500,
html.dark #sidebar-mobile .text-slate-600,
html.dark #sidebar-mobile .text-slate-500,
html.dark #mp3-desktop-player .text-slate-700,
html.dark #mp3-desktop-player .text-slate-500,
html.dark #mp3-mobile-player .text-slate-700,
html.dark #mp3-mobile-player .text-slate-500,
html.dark #mp3-sidebar-player .text-slate-700,
html.dark #mp3-sidebar-player .text-slate-500,
html.dark #bottom-nav,
html.dark #menu-dropdown-perfil .text-slate-700,
html.dark #menu-dropdown-perfil-mobile .text-slate-700 {
	color: #cbd5e1;
}

html.dark #sidebar-desktop .bg-white,
html.dark #sidebar-mobile .bg-white,
html.dark #mp3-desktop-player .bg-white,
html.dark #mp3-mobile-player .bg-white,
html.dark #mp3-sidebar-player .bg-white {
	background-color: #1e293b;
}

html.dark #sidebar-desktop .border-slate-100,
html.dark #sidebar-mobile .border-slate-100,
html.dark #menu-dropdown-perfil .border-slate-200,
html.dark #menu-dropdown-perfil .bg-slate-300,
html.dark #menu-dropdown-perfil-mobile .border-slate-200,
html.dark #menu-dropdown-perfil-mobile .bg-slate-300 {
	border-color: #334155;
	background-color: #1e293b;
}

html.dark #sidebar-desktop a:hover,
html.dark #sidebar-mobile a:hover,
html.dark #menu-dropdown-perfil a:hover,
html.dark #menu-dropdown-perfil-mobile a:hover {
	background-color: #1e293b;
	color: #f8fafc;
}

#menu-tema [data-theme-value][aria-pressed="true"] {
	background-color: #f0f9ff;
	color: #0369a1;
	font-weight: 700;
}

html.dark #menu-tema [data-theme-value][aria-pressed="true"] {
	background-color: #334155;
	color: #7dd3fc;
}
