.rope-tv {
	position: relative;
	width: 100%;
	min-width: 0;
	overflow: hidden;
}

.rope-tv .tradingview-widget-container,
.rope-tv .tradingview-widget-container__widget {
	width: 100%;
	height: 100%;
}

.rope-tv iframe {
	display: block;
	border: 0 !important;
}

.rope-tv--hero {
	height: 100%;
	min-height: 430px;
	background:
		linear-gradient(135deg, rgba(216, 170, 76, 0.16), transparent 55%),
		#030303;
}

.rope-tv--hero::before,
.rope-tv--hero::after {
	position: absolute;
	z-index: 3;
	content: "";
	pointer-events: none;
}

.rope-tv--hero::before {
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 30%, rgba(0, 0, 0, 0.16)),
		radial-gradient(circle at 68% 50%, rgba(216, 170, 76, 0.2), transparent 38%);
}

.rope-tv--hero::after {
	left: 10%;
	right: 5%;
	bottom: 28%;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(242, 207, 122, 0.95), transparent);
	box-shadow: 0 0 24px rgba(242, 207, 122, 0.55);
	transform: rotate(-11deg);
	transform-origin: right center;
}

.rope-tv__loading {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 4;
	display: grid;
	gap: 2px;
	padding: 10px 12px;
	border: 1px solid rgba(242, 207, 122, 0.34);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.62);
	color: #f4ead6;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.rope-tv.is-loaded .rope-tv__loading {
	opacity: 0;
}

.rope-tv__loading span {
	color: #f2cf7a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.rope-tv__loading strong {
	font-size: 13px;
	line-height: 1.4;
}

.rope-tv--market {
	height: 310px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.36);
}

.rope-tv--market .tradingview-widget-container {
	height: 274px;
}

.rope-tv__note {
	margin: 0;
	padding: 6px 10px 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #777064;
	font-size: 11px;
	line-height: 1.35;
}

@media (max-width: 760px) {
	.rope-tv--hero {
		min-height: 390px;
	}
}

