:root {
	--thr-red: #f0304a;
	--thr-red-deep: #a60024;
	--thr-blue: #516dff;
	--thr-ink: #05070c;
	--thr-panel: #10131b;
	--thr-panel-soft: #151925;
	--thr-line: rgba(255, 255, 255, 0.12);
	--thr-text: #f7f8fc;
	--thr-muted: #aeb4c4;
}

.thr-live,
.thr-live * {
	box-sizing: border-box;
}

.thr-live {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	color: var(--thr-text);
	background:
		radial-gradient(circle at 12% 36%, rgba(166, 0, 36, 0.19), transparent 34rem),
		linear-gradient(180deg, #05070c 0%, #080b12 58%, #0d1017 100%);
	font-family: inherit;
}

.thr-live a {
	text-decoration: none;
}

.thr-live__hero {
	position: relative;
	min-height: 390px;
	padding: clamp(5rem, 9vw, 9rem) max(5vw, 1.25rem) clamp(4rem, 7vw, 7rem);
	isolation: isolate;
	border-bottom: 1px solid var(--thr-line);
	background:
		linear-gradient(90deg, rgba(4, 5, 8, 0.99) 0%, rgba(5, 7, 12, 0.84) 50%, rgba(5, 7, 12, 0.95) 100%),
		linear-gradient(135deg, #141824 0%, #06080d 56%, #15030a 100%);
}

.thr-live__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: 0.33;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: linear-gradient(to right, black 0%, transparent 82%);
}

.thr-live__hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 46%;
	background: linear-gradient(to top, #05070c, transparent);
}

.thr-live__hero-glow {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(12px);
	pointer-events: none;
}

.thr-live__hero-glow--one {
	top: 18%;
	right: 10%;
	width: min(30vw, 420px);
	aspect-ratio: 1;
	opacity: 0.26;
	background: radial-gradient(circle, var(--thr-red) 0%, transparent 68%);
}

.thr-live__hero-glow--two {
	right: 29%;
	bottom: -22%;
	width: min(22vw, 300px);
	aspect-ratio: 1;
	opacity: 0.16;
	background: radial-gradient(circle, var(--thr-blue) 0%, transparent 68%);
}

.thr-live__hero-content,
.thr-live__stage,
.thr-live__guide,
.thr-live__after {
	width: min(1480px, 100%);
	margin-inline: auto;
}

.thr-live__eyebrow,
.thr-live__section-label {
	margin: 0 0 0.75rem;
	color: var(--thr-red);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1.4;
	text-transform: uppercase;
}

.thr-live__hero h1 {
	max-width: 960px;
	margin: 0;
	font-size: clamp(3.15rem, 8vw, 7.5rem);
	font-weight: 900;
	letter-spacing: -0.07em;
	line-height: 0.88;
	text-transform: uppercase;
	text-wrap: balance;
}

.thr-live__description {
	max-width: 720px;
	margin: 1.6rem 0 0;
	color: #d9dce6;
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	line-height: 1.7;
}

.thr-live__signals {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 2rem;
}

.thr-live__signals span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0.5rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #dde0e9;
	background: rgba(255, 255, 255, 0.055);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	backdrop-filter: blur(8px);
}

.thr-live__signals i {
	width: 8px;
	height: 8px;
	margin-right: 0.5rem;
	border-radius: 50%;
	background: var(--thr-red);
	box-shadow: 0 0 0 5px rgba(240, 48, 74, 0.16), 0 0 18px rgba(240, 48, 74, 0.8);
	animation: thr-live-pulse 1.8s ease-in-out infinite;
}

.thr-live__stage {
	padding: clamp(3rem, 6vw, 6rem) max(4vw, 1rem);
}

.thr-live__stage-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem;
	margin-bottom: 1.35rem;
}

.thr-live__stage-heading h2,
.thr-live__after h2 {
	margin: 0;
	color: var(--thr-text);
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.thr-live__fullscreen-link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.72rem 1rem;
	border: 1px solid var(--thr-line);
	border-radius: 9px;
	color: var(--thr-text);
	background: rgba(255, 255, 255, 0.045);
	font-size: 0.82rem;
	font-weight: 750;
	transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.thr-live__fullscreen-link:hover,
.thr-live__fullscreen-link:focus-visible {
	border-color: rgba(240, 48, 74, 0.7);
	color: #fff;
	background: rgba(240, 48, 74, 0.12);
	transform: translateY(-1px);
}

.thr-live__broadcast-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	gap: 1rem;
	align-items: stretch;
}

.thr-live__broadcast-grid--video-only {
	grid-template-columns: minmax(0, 1fr);
}

.thr-live__panel {
	overflow: hidden;
	border: 1px solid var(--thr-line);
	border-radius: 14px;
	background: var(--thr-panel);
	box-shadow: 0 22px 65px rgba(0, 0, 0, 0.34);
}

.thr-live__panel--chat {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.thr-live__panel-bar {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.8rem 1rem;
	border-bottom: 1px solid var(--thr-line);
	color: var(--thr-muted);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
	font-size: 0.72rem;
}

.thr-live__panel-title {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--thr-text);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.thr-live__live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--thr-red);
	box-shadow: 0 0 12px rgba(240, 48, 74, 0.9);
}

.thr-live__chat-icon {
	position: relative;
	width: 15px;
	height: 12px;
	border: 1.5px solid var(--thr-blue);
	border-radius: 4px;
}

.thr-live__chat-icon::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: -4px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: var(--thr-blue) transparent transparent transparent;
}

.thr-live__video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
}

.thr-live__chat-frame {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	background: #0c0e14;
}

.thr-live__video-frame iframe,
.thr-live__chat-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.thr-live__guide {
	padding: 0 max(4vw, 1rem) clamp(4rem, 7vw, 7rem);
}

.thr-live__guide-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.thr-live__guide-heading h2 {
	margin: 0;
	color: var(--thr-text);
	font-size: clamp(1.8rem, 3vw, 2.85rem);
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1.08;
	text-wrap: balance;
}

.thr-live__guide-heading p:last-child {
	max-width: 720px;
	margin: 0.8rem 0 0;
	color: var(--thr-muted);
	font-size: 0.96rem;
	line-height: 1.65;
}

.thr-live__timezone {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0.52rem 0.8rem;
	border: 1px solid var(--thr-line);
	border-radius: 999px;
	color: #dce0ea;
	background: rgba(255, 255, 255, 0.045);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.thr-live__guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.thr-live__show-card {
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--thr-line);
	border-radius: 14px;
	background: linear-gradient(180deg, #151925, #0f121a);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.thr-live__show-card:hover {
	border-color: rgba(240, 48, 74, 0.62);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38);
	transform: translateY(-3px);
}

.thr-live__show-art {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #080a0f;
}

.thr-live__show-art::after {
	content: "";
	position: absolute;
	inset: 45% 0 0;
	background: linear-gradient(to top, rgba(4, 6, 10, 0.74), transparent);
	pointer-events: none;
}

.thr-live__show-art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.thr-live__show-card:hover .thr-live__show-art img {
	transform: scale(1.025);
}

.thr-live__show-status {
	position: absolute;
	right: 0.75rem;
	bottom: 0.7rem;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0.38rem 0.62rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: #fff;
	background: rgba(5, 7, 12, 0.8);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.thr-live__show-card:not(.thr-live__show-card--upcoming) .thr-live__show-status {
	border-color: rgba(240, 48, 74, 0.58);
	background: rgba(183, 0, 44, 0.88);
}

.thr-live__show-details {
	padding: 1rem 1rem 1.1rem;
}

.thr-live__show-details h3 {
	margin: 0;
	color: #fff;
	font-size: 1.03rem;
	font-weight: 820;
	letter-spacing: -0.018em;
	line-height: 1.25;
}

.thr-live__show-details p {
	margin: 0.58rem 0 0;
	color: var(--thr-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.thr-live__show-details strong {
	display: block;
	margin-top: 0.2rem;
	color: var(--thr-red);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.035em;
}

.thr-live__show-card--upcoming .thr-live__show-details strong {
	color: #c8ccda;
}

.thr-live__after {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 2.5rem 5rem;
	align-items: end;
	padding: clamp(3.5rem, 7vw, 7rem) max(4vw, 1.25rem);
	border-top: 1px solid var(--thr-line);
	background:
		radial-gradient(circle at 82% 50%, rgba(81, 109, 255, 0.11), transparent 32rem),
		linear-gradient(180deg, rgba(255, 255, 255, 0.016), transparent);
}

.thr-live__after-copy > p:last-child {
	max-width: 760px;
	margin: 1rem 0 0;
	color: var(--thr-muted);
	font-size: 1rem;
	line-height: 1.75;
}

.thr-live__show-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.thr-live__show-tags span {
	padding: 0.62rem 0.82rem;
	border: 1px solid var(--thr-line);
	border-radius: 8px;
	color: #d7dae4;
	background: rgba(255, 255, 255, 0.038);
	font-size: 0.76rem;
	font-weight: 720;
}

.thr-live__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	grid-column: 1 / -1;
}

.thr-live__button {
	display: inline-flex;
	min-height: 45px;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.1rem;
	border-radius: 8px;
	font-size: 0.82rem;
	font-weight: 800;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.thr-live__button:hover,
.thr-live__button:focus-visible {
	color: #fff;
	transform: translateY(-1px);
}

.thr-live__button--primary {
	border: 1px solid var(--thr-red);
	color: #fff;
	background: linear-gradient(135deg, var(--thr-red), #c40031);
	box-shadow: 0 10px 28px rgba(198, 0, 49, 0.23);
}

.thr-live__button--secondary {
	border: 1px solid var(--thr-line);
	color: var(--thr-text);
	background: rgba(255, 255, 255, 0.04);
}

.thr-live__button--secondary:hover,
.thr-live__button--secondary:focus-visible {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.08);
}

@keyframes thr-live-pulse {
	0%,
	100% {
		opacity: 0.66;
		transform: scale(0.88);
	}

	50% {
		opacity: 1;
		transform: scale(1.08);
	}
}

@media (max-width: 1020px) {
	.thr-live__broadcast-grid {
		grid-template-columns: minmax(0, 1fr) 330px;
	}

	.thr-live__panel-note {
		display: none;
	}

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

@media (max-width: 820px) {
	.thr-live__hero {
		min-height: 350px;
	}

	.thr-live__broadcast-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.thr-live__chat-frame {
		min-height: 520px;
	}

	.thr-live__after {
		grid-template-columns: minmax(0, 1fr);
	}

	.thr-live__guide-heading {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.thr-live__hero {
		padding-top: 4rem;
	}

	.thr-live__hero h1 {
		font-size: clamp(2.9rem, 18vw, 5rem);
		line-height: 0.9;
	}

	.thr-live__signals {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.thr-live__signals span {
		width: fit-content;
	}

	.thr-live__stage-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.thr-live__fullscreen-link {
		width: 100%;
		justify-content: center;
	}

	.thr-live__panel {
		border-radius: 10px;
	}

	.thr-live__panel-bar {
		min-height: 48px;
	}

	.thr-live__chat-frame {
		min-height: 470px;
	}

	.thr-live__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.thr-live__guide-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.thr-live__signals i {
		animation: none;
	}

	.thr-live__fullscreen-link,
	.thr-live__button,
	.thr-live__show-card,
	.thr-live__show-art img {
		transition: none;
	}
}
