.skv-stage {
	background: linear-gradient(135deg, rgba(245, 197, 66, 0.14), rgba(39, 196, 107, 0.08));
	border: 1px solid rgba(245, 197, 66, 0.26);
	border-radius: var(--skv-radius);
	color: var(--skv-text);
	display: grid;
	min-height: 150px;
	padding: 22px;
}

.skv-stage-empty {
	align-items: center;
	color: var(--skv-muted);
	justify-items: center;
	text-align: center;
}

.skv-stage-panel {
	display: grid;
	gap: 12px;
}

.skv-admin-stage__content {
	display: grid;
	gap: 12px;
}

.skv-admin-stage__card {
	display: grid;
	gap: 12px;
}

.skv-admin-stage__visual {
	aspect-ratio: 500 / 468;
	background: rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(214, 167, 44, 0.55);
	border-radius: 12px;
	box-shadow: 0 0 22px rgba(242, 201, 76, 0.12);
	overflow: hidden;
	position: relative;
}

.skv-admin-stage__bg {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	user-select: none;
	width: 100%;
	z-index: 1;
}

.skv-admin-page--fila .skv-admin-stage__overlay {
	align-items: flex-start;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 12% 8% 13%;
	pointer-events: none;
	position: absolute;
	text-align: center;
	z-index: 2;
}

.skv-admin-page--fila .skv-admin-stage__content-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: center;
	max-width: 90%;
	min-width: 0;
	min-height: 0;
	text-align: center;
}

.skv-admin-page--fila .skv-admin-stage__avatar {
	aspect-ratio: 1 / 1;
	display: block;
	flex: 0 0 auto;
	height: auto;
	margin: 0 0 0.75rem;
	max-width: 78px;
	object-fit: contain;
	object-position: center;
	width: clamp(54px, 15%, 78px);
}

.skv-admin-stage__name,
.skv-admin-stage__separator,
.skv-admin-stage__song,
.skv-admin-stage__artist {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.skv-admin-page--fila .skv-admin-stage__name {
	color: #fff;
	display: -webkit-box;
	font-size: clamp(1.18rem, 2.3vw, 1.75rem);
	font-weight: 900;
	letter-spacing: 0.12em;
	line-height: 1.12;
	margin: 0;
	max-width: 92%;
	overflow-wrap: anywhere;
	text-align: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.skv-admin-page--fila .skv-admin-stage__separator {
	align-items: center;
	color: #f2c94c;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	line-height: 1;
	margin: 0.65rem 0 0.55rem;
	width: 48%;
}

.skv-admin-page--fila .skv-admin-stage__separator span {
	background: rgba(242, 201, 76, 0.62);
	display: block;
	flex: 1 1 auto;
	height: 1px;
}

.skv-admin-page--fila .skv-admin-stage__separator strong {
	font-size: 11px;
	line-height: 1;
}

.skv-admin-stage__track {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 92%;
	width: 100%;
}

.skv-admin-page--fila .skv-admin-stage__song {
	color: #f2c94c;
	display: -webkit-box;
	font-size: clamp(0.98rem, 1.75vw, 1.28rem);
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.16;
	margin: 0;
	max-width: 90%;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.skv-admin-stage__song-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.1;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.skv-admin-page--fila .skv-admin-stage__artist {
	color: #fff;
	display: -webkit-box;
	font-size: clamp(0.72rem, 1.1vw, 0.95rem);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.18;
	margin-top: 0.35rem;
	max-width: 88%;
	overflow-wrap: anywhere;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.skv-admin-stage__actions {
	justify-content: center;
	padding-left: 0;
}

@media (max-width: 640px) {
	.skv-admin-page--fila .skv-admin-stage__avatar {
		width: clamp(48px, 17%, 64px);
	}

	.skv-admin-page--fila .skv-admin-stage__name {
		font-size: clamp(1.05rem, 5.2vw, 1.45rem);
		letter-spacing: 0.10em;
		line-height: 1.10;
	}

	.skv-admin-page--fila .skv-admin-stage__separator {
		margin: 0.5rem 0 0.45rem;
		width: 46%;
	}

	.skv-admin-page--fila .skv-admin-stage__song {
		font-size: clamp(0.88rem, 4.1vw, 1.12rem);
		line-height: 1.12;
	}

	.skv-admin-page--fila .skv-admin-stage__artist {
		font-size: clamp(0.68rem, 3.1vw, 0.86rem);
		line-height: 1.12;
		margin-top: 0.25rem;
	}
}
