.ls-shell {
	--ls-bg: #0f0f0f;
	--ls-panel: #161616;
	--ls-border: rgba(115, 109, 98, 0.35);
	--ls-gold: #d5c698;
	--ls-muted: #8a8378;
	color: #d7d0c4;
}

.ls-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	min-height: 520px;
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	overflow: hidden;
	background: var(--ls-bg);
}

.ls-player-wrap {
	flex: 1 1 65%;
	min-width: 280px;
	background: #000;
}

.ls-player {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #000;
}

.ls-player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ls-player__empty {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	color: var(--ls-muted);
	text-align: center;
	padding: 1rem;
}

.ls-player__empty i {
	font-size: 2.5rem;
	color: var(--ls-gold);
}

.ls-sidebar {
	flex: 0 0 320px;
	max-width: 100%;
	background: var(--ls-panel);
	border-left: 1px solid var(--ls-border);
	display: flex;
	flex-direction: column;
}

.ls-tabs {
	display: flex;
	border-bottom: 1px solid var(--ls-border);
}

.ls-tab {
	flex: 1;
	padding: 0.85rem 0.5rem;
	border: 0;
	background: transparent;
	color: var(--ls-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.ls-tab--active {
	color: var(--ls-gold);
	box-shadow: inset 0 -2px 0 var(--ls-gold);
}

.ls-panel {
	display: none;
	flex: 1;
	overflow: auto;
	padding: 1rem;
}

.ls-panel--active {
	display: block;
}

.ls-stream-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ls-stream-item {
	width: 100%;
	text-align: left;
	padding: 0.75rem 0.5rem;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: transparent;
	color: #c4bdb2;
	cursor: pointer;
}

.ls-stream-item:hover,
.ls-stream-item--active {
	background: rgba(213, 198, 152, 0.08);
	color: var(--ls-gold);
}

.ls-stream-item__line {
	display: block;
	font-size: 0.9rem;
	line-height: 1.35;
	font-weight: 600;
}

.ls-stream-item__name {
	font-weight: 700;
}

.ls-stream-item__of {
	margin: 0 0.2rem;
	font-weight: 500;
	opacity: 0.85;
}

.ls-stream-item__realm {
	font-weight: 600;
}

.ls-stream-item__viewers {
	margin-left: 0.35rem;
	font-weight: 700;
	color: inherit;
}

.ls-stream-item__live {
	margin-left: 0.35rem;
	color: #e74c3c;
}

.ls-stream-item__offline {
	margin-left: 0.35rem;
	opacity: 0.75;
	font-weight: 600;
}

.ls-stream-empty {
	padding: 1rem 0.5rem;
	color: var(--ls-muted);
	font-size: 0.85rem;
}

.ls-help,
.ls-channel-help,
.ls-form .form-check-label,
.ls-shell .text-muted,
.ls-shell .ls-form small.ls-channel-help {
	color: #d7d0c4 !important;
}

.ls-help {
	font-size: 0.82rem;
	margin-bottom: 1rem;
	line-height: 1.45;
}

.ls-channel-help {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.82rem;
	line-height: 1.45;
}

.ls-form .form-label {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--ls-muted);
}

.ls-form .form-control {
	background: #0a0a0a;
	border-color: var(--ls-border);
	color: #e8e2d6;
}

.ls-form .form-control:focus {
	background: #111;
	border-color: var(--ls-gold);
	color: #fff;
	box-shadow: none;
}

@media (max-width: 991px) {
	.ls-sidebar {
		flex: 1 1 100%;
		border-left: 0;
		border-top: 1px solid var(--ls-border);
	}
}
