body {
	background: url('/images/Background.webp') no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Roboto, sans-serif;
}

.container {
	max-width: 1500px;
	margin: 0 auto;
	border-left: 1px solid;
    border-right: 1px solid;
    border-image: linear-gradient(#db4ac3, #157dee) 1; 
}

.top-header {
	background: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 16px;
}

.top-header .logo {
	height: 50px;
}

.livechat-btn {
	background: linear-gradient(#db4ac3, #157dee);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 20px;
	text-decoration: none;
	text-shadow: 0 0 4px #000;
	animation: blink 1s infinite;
}

@keyframes blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}

.headline-bar {
	display: flex;
	align-items: center;
	background-color: #303031;
	position: relative;
	height: 40px;
	overflow: hidden;
}

.headline-bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 35px;
	right: 0;
	height: 2px;
	background-color: #db4ac3;
}

.headline-bar::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 0;
	height: 2px;
	background-color: #157dee;
}

.headline-right-skew {
    position: relative;
	width: 35px;
	height: 100%;
	background-image: linear-gradient(#db4ac3, #157dee);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	transform: skewX(-25deg);
	z-index: 2;
	overflow: visible;
}

.headline-right-skew::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px; 
    width: 20px;
    height: 100%;
    background-image: linear-gradient(#db4ac3, #157dee);
    transform: skewX(25deg); 
    z-index: -1;
}

.headline-icon {
	position: relative;
	width: 35px;
	height: 100%;
	background-image: linear-gradient(#db4ac3, #157dee);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	transform: skewX(-25deg);
	z-index: 2;
	overflow: visible;
}

.headline-icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px; 
	width: 35px;
	height: 100%;
	background-image: linear-gradient(#db4ac3, #157dee);
	z-index: 1;
}

.headline-icon::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	width: 10px;
	height: 100%;
	background-image: linear-gradient(#db4ac3, #157dee);
	z-index: 1;
}

.headline-icon i {
	color: #fff;
	font-size: 16px;
	transform: skewX(25deg);
	z-index: 3;
	position: relative;
}

.headline-marquee {
	flex: 1;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.marquee {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	animation: marquee 12s linear infinite;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}

.marquee a {
	color: transparent;
	background: #ffbb00;
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: bold; 
	text-decoration: none; 
}

@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

.header-banner {
	position: relative;
}

.header-banner img {
	width: 100%;
	display: block;
}

#bannerSlider .hero-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

#bannerSlider { 
    position: relative; 
    overflow: hidden; 
}

#bannerSlider .hero-viewport { 
    overflow: hidden; 
    width: 100%; 
}

#bannerSlider .hero-track { 
    display: flex; 
    transform: translateX(0); 
    will-change: transform; 
}

#bannerSlider .hero-slide { 
    flex: 0 0 100%; 
    display: block; 
}

#bannerSlider .hero-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: #fff;
	font-size: 56px; 
	font-weight: 900; 
	line-height: 1;
	padding: 0 6px;
	width: auto;
	height: auto;
	cursor: pointer;
	z-index: 3;
}

#bannerSlider .hero-nav.prev { 
    left: 4px; 
}

#bannerSlider .hero-nav.next { 
    right: 4px; 
}

#bannerSlider .hero-dots {
	position: absolute; 
	left: 50%; 
	bottom: 8px; 
	transform: translateX(-50%);
	display: flex; 
	gap: 6px; 
	z-index: 3;
}

#bannerSlider .hero-dots button {
	width: 8px; 
	height: 8px; 
	border-radius: 999px; 
	border: 0;
	background: rgba(255,255,255,.55); 
	cursor: pointer; 
	transition: opacity .2s, transform .2s;
}

#bannerSlider .hero-dots button.active { 
    background: #fff; 
}

#bannerSlider .hero-dots button:hover { 
    opacity: .9; 
    transform: scale(1.1); 
}

.header-buttons {
	width: 100%;
	display: flex;
	text-transform: uppercase;
}

.header-buttons a {
	flex: 1;
	text-align: center;
	padding: 14px 0;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.btn-login {
	background-image: linear-gradient(to bottom, #8B008B 0%, #D33AC5 70%)
}

.btn-daftar {
	background-image: linear-gradient(to bottom, #4682B4 0%, #1E90FF 70%)
}

.btn-login:hover,
.close-btn:hover {
    background: linear-gradient(to top, #FFD700 0%, #FFA500 70%);
}

.btn-daftar:hover,
.read-more-btn:hover {
    background: linear-gradient(to top, #FF6B6B 0%, #FFA500 70%);
}

.header-buttons i {
	margin-right: 8px;
}

.rtp-nav {
	padding: 15px;
	background: #303031;
	border-bottom: 2px solid #303031;
}

.provider-rail {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px 42px;
	overflow: hidden;
	background: #303031;
	border-radius: 8px;
	margin-bottom: 12px;
}

.provider-bar {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	width: 100%;
}

.provider-bar::-webkit-scrollbar { 
    display: none; 
}

.provider-bar button {
	flex: 0 0 calc((100% - (16px * 4)) / 5); 
	background: transparent;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: transform .18s ease;
}

.provider-bar button:hover {
	transform: scale(1.06);
}

.provider-bar button img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 12px;
}

.prov-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: #fff;
	font-size: 56px; 
	font-weight: 900; 
	line-height: 1;
	padding: 0 6px;
	width: auto;
	height: auto;
	cursor: pointer;
	z-index: 3;
}

.prov-arrow.prev { 
    left: 4px; 
}

.prov-arrow.next { 
    right: 4px; 
}

.prov-arrow:hover { 
    transform: translateY(-50%) scale(1.08); 
}

.prov-arrow:disabled { 
    opacity: .25; cursor: default; 
}

.search-bar {
	margin-top: 12px;
	display: flex;
	gap: 6px;
}

.search-bar input {
	flex: 1;
	padding: 8px 10px;
	border: 1px solid #555;
	border-radius: 6px;
	background: #2a2a2b;
	color: #fff;
}

.search-bar button {
	padding: 8px 14px;
	border: none;
	background: linear-gradient(45deg,#db4ac3,#157dee);
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
}

.rtp-empty {
	padding: 24px;
	text-align: center;
	font-size: 15px;
}

.main-content {
    display: flex;
    gap: 15px;
    padding: 10px 10px 0;
    background: #303031;
}

.article-body {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
}

.article-body ol {
    padding-left: 25px;
}

.article-body ul {
    padding: 5px 0 15px 30px;
}

.article-body h1 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.article-body .h1-des {
    margin: 5px 0 10px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

.article-body h2 {
    text-transform: uppercase;
}

.article-body h3 {
    margin: 10px 0 15px;
}

.article-body p {
    text-align: justify;
}

.article-body li>p {
    margin: 0;
}

.article-body li>ul {
    margin-bottom: 10px;
}

.article-body a {
    color: transparent;
	background: linear-gradient(#ff6307, #fe852e);
	-webkit-background-clip: text;
	background-clip: text;
	font-weight: bold; 
	text-decoration: none;
}

.article-body a:hover {
    color: #000
}

.article-body .article-banner {
    width: 100%;
    height: auto;
    display: block;
}

.article-sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    width: 300px;
    display: flex;
    flex-direction: column;
    margin: 0 0 18px;
    gap: 15px
}

.sidebar-banner img {
    width: 100%;
}

.sidebar-section {
	margin-bottom: 24px;
}

.sidebar-title {
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 4px;
	color: #fff
}

.sidebar-title::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #db4ac3;
}

.link-box {
	background-color: #fff;
	padding: 10px 5px 5px 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.sidebar-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-links li {
	margin-bottom: 10px;
}

.sidebar-links li .icon {
	margin-right: 4px;
	color: #007bff;
}

.sidebar-links a {
	text-decoration: none;
	font-weight: bold;
	color: #ff6600; 
	transition: color 0.3s ease;
}

.sidebar-links a:hover {
	color: #bb1919;
}

.sidebar-video {
    overflow: hidden;
    margin-top: 10px;
}

.sidebar-video img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.faq-container {
    margin: 0 auto;
}

.faq-item {
    background: #303031;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-item input {
    display: none;
}

.faq-item label {
    display: block;
    padding: 15px 20px;
    background-image: linear-gradient(#db4ac3, #157dee);
    color: #FFF;
    text-shadow: 0 0 4px #000;
    cursor: pointer;
}

.faq-item .faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #fff;
    padding: 0 20px;
}

.faq-item input:checked ~ .faq-answer {
    max-height: 300px;
}

.copyright-info {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 8px 0 80px;
	text-transform: uppercase;
	background: #303031;
}

.copyright-info::before {
	content: "";
	display: block;
	height: 1px;
	background: linear-gradient(to right, #db4ac3, #157dee);
	margin-bottom: 8px;
}

.copyright-info a {
	color: transparent;
    background: #ffbb00;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold; 
    text-decoration: none;
}

.floating-footer {
	position: fixed;
	bottom: 0;
	width: 1500px;
	max-width: 100%;
	background-image: linear-gradient(#db4ac3, #157dee);
	z-index: 1000;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
}

.footer-container {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 5px;
	text-shadow: 0 0 4px #000;
}

.footer-container a {
	flex: 1;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 10px;
}

.footer-container a i {
	display: block;
	font-size: 18px;
}

.floating-footer a {
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	gap: 3px
}

.floating-footer a:hover,
.floating-footer a.active {
	background-color: #000;
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    text-decoration: none; 
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 3000;
}

.back-to-top:hover {
    background: #0056b3;
    transform: scale(1.05);
}

body:not(:target) .back-to-top {
    opacity: 1;
    visibility: visible;
}

.hidden-content {
    display: none; 
    margin-top: 10px;
}

.toggle-checkbox:checked ~ .hidden-content {
    display: block;
}

.read-more-btn {
    background: #1E90FF;
    color: #fff;
    text-shadow: 0 0 4px #000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 5px;
    text-align: center;
    display: block;
    align-items: center;
    text-transform: uppercase;
}

.toggle-checkbox {
    display: none;
}

.close-btn {
    background-color: #D33AC5 ;
    color: #fff;
    text-shadow: 0 0 4px #000;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 5px;
    text-align: center;
    display: block;
    align-items: center;
    text-transform: uppercase;
}

.toggle-checkbox:checked ~ .read-more-btn {
    display: none;
}

.provider-nav {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}

.prov-arrow {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	border: 0;
	background: transparent;
	color: #ffffffcc;
	font-size: 28px;
	cursor: pointer;
	user-select: none;
}

.prov-arrow:disabled {
	opacity: .35;
	cursor: default;
}

.provider-bar {
	flex: 1 1 auto;
	display: flex;
	gap: 30px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 4px 2px;
}

.provider-bar::-webkit-scrollbar {
	height: 6px;
}

.provider-bar img {
	display: block;
	width: 200px;
	height: 200px;
	object-fit: contain;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
	transition: transform .18s ease;
}

.provider-bar button {
	flex: 0 0 auto;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.provider-bar button:hover img {
	transform: scale(1.06);
}

.rtp-header {
	display: block;
	margin: 10px 0 14px;
}

.rtp-title {
	margin: 0 0 10px;
	letter-spacing: .2px;
}

#rtpProvName {
    background: linear-gradient(#db4ac3, #157dee);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    color: transparent;
}

.rtp-date {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 15px;
	font-weight: bold;
}

.rtp-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.rtp-card {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	background: #1e1f21;
	border: 1px solid #2a2b2e;
	box-shadow: 0 2px 10px rgba(0,0,0,.35);
	overflow: hidden;
}

.rtp-thumb {
	position: relative;
	aspect-ratio: 1/1;
	overflow: hidden;
	background: #0e0f11;
}

.rtp-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease, filter .25s ease;
}

.rtp-thumb:hover img {
	transform: scale(1.05);
	filter: brightness(.5);
}

.rtp-thumb .hover-cta {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .25s ease;
}

.rtp-thumb:hover .hover-cta {
	opacity: 1;
}

.rtp-thumb .hover-cta a {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: linear-gradient(#db4ac3, #157dee);
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 4px #000;
}

.rtp-thumb .hover-cta a:hover {
	background: #000;
	color: #fff;
}

.rtp-name {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	text-align: center;
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	padding: 8px 10px 0;
	color: #fff;
}

.rtp-meter {
	padding: 8px 12px 0;
}

.rtp-meter .bar {
	position: relative;
	height: 15px;
	border-radius: 10px;
	background: #2b2e33;
	overflow: hidden;
}

.rtp-meter .bar .fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	border-radius: 10px;
}

.rtp-meter .bar .fill::after {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		45deg,
		rgba(255,255,255,.13) 0 12px,
		transparent 12px 24px
	);
	animation: stripesMove 1.6s linear infinite;
	mix-blend-mode: overlay;
}

@keyframes stripesMove {
	to { background-position: 48px 0; }
}

.rtp-meter .pct {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #e7edf7;
	text-shadow: 0 1px 2px rgba(0,0,0,.45);
	pointer-events: none;
}

.rtp-actions {
	padding: 12px 12px 0;
}

.rtp-actions .btn-sim {
	width: 100%;
	border: 0;
	border-radius: 8px;
	background: #2f3246;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	cursor: pointer;
}

.rtp-actions .btn-sim:disabled {
	opacity: .5;
	cursor: default;
}

.rtp-panel {
	padding: 12px;
}

.rtp-panel .time {
	text-align: center;
	color: #f5d442;
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 6px;
}

.rtp-panel .pola-unavail {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff4d4d;
	font-weight: 800;
	padding: 14px 0;
	text-align: center;
}

.pola-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 6px 0;
	border-top: 1px dashed #2c2d31;
}

.pola-row:first-child { 
    border-top: 0; 
}

.pola-row .label {
	color: #e7e7e7;
	font-weight: 700;
}

.pola-row .chips {
	display: flex;
	gap: 8px;
	align-items: center;
}

.pola-row .dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #b91c1c;       
}

.pola-row .dot.on {
	background: #16a34a;      
}

.play-cta-bottom {
	padding: 0 12px 12px;
}

.play-cta-bottom a {
	display: block;
	text-align: center;
	padding: 9px 12px;
	border-radius: 10px;
	text-decoration: none;
	text-shadow: 0 0 4px #000;
	color: #fff;
	background: linear-gradient(#db4ac3, #157dee);
}

.play-cta-bottom a:hover {
	background: #000;
	color: #fff;
}

.sim-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.6);
	z-index: 999;
}

.sim-modal[aria-hidden="false"] { 
    display: flex; 
}

#simModal input[type="number"]::-webkit-outer-spin-button,
#simModal input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#simModal input[type="number"] {
	-moz-appearance: textfield;
}

#simModal.sim-modal[aria-hidden="false"] {
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center; 
	padding: 12px;
	z-index: 1000000;       
	pointer-events: auto;
}

#simModal.sim-modal[aria-hidden="false"]::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.55);
	z-index: 0;  
	pointer-events: none;
}

#simModal.sim-modal[aria-hidden="false"] > * {
	position: relative;
	z-index: 1;  
	pointer-events: auto;
}

#simModal.sim-modal[aria-hidden="false"] #simResult p {
	text-align: left;
}

#simModal.sim-modal[aria-hidden="false"] #simResult p:not(:last-of-type) {
	margin: 10px 0 14px;
}
    
#simModal.sim-modal[aria-hidden="false"] #simResult p:last-of-type {
    padding-bottom: 10px;
}
    
.sim-dialog {
	width: min(720px, 92vw);
	background: #1f2021;
	color: #fff;
	border-radius: 12px;
	border: 1px solid #3a3a3a;
	padding: 0 10px 10px;
	position: relative;
}

.sim-toast {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.98);
	background: #1f2021;
	color: #fff;
	border: 1px solid #3a3a3a;
	border-radius: 10px;
	padding: 10px 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
	z-index: 1000;
	max-width: min(420px, 92vw);
	text-align: center;
	font-size: 14px;
}

.sim-toast[data-show="1"] {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	pointer-events: auto;
}

.sim-close {
	position: absolute;
	right: 10px;
	top: 8px;
	background: transparent;
	border: none;
	color: #bbb;
	font-size: 22px;
	cursor: pointer;
}

.sim-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 10px;
}

.sim-form input {
	background: #2a2a2b;
	color: #fff;
	border: 1px solid #444;
	border-radius: 6px;
	padding: 10px;
}

.sim-form button {
	background: #2f3246;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px;
	cursor: pointer;
	font-weight: 800;
}

.sim-kpi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 8px 0 10px;
}

.sim-kpi .kpi {
	font-weight: 700;
}

.text-orange-grad {
	background: linear-gradient(90deg,#ff6307,#fe852e);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sim-meter { 
    margin-top: 10px; 
}

.sim-meter .meter-bar {
	position: relative;
	height: 18px;
	border-radius: 10px;
	background: #2a2a2b;
	overflow: hidden;
}

.sim-meter .meter-bar .fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	border-radius: 10px;
}

.sim-meter .meter-bar .pct-in {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	text-shadow: 0 1px 2px rgba(0,0,0,.75);
}

.sim-meter .meter-bar .fill::after {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		45deg,
		rgba(255,255,255,.13) 0 12px,
		transparent 12px 24px
	);
	animation: stripesMove 1.6s linear infinite;
	mix-blend-mode: overlay;
}

.sim-meter .value-inside {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 12px;
	color: #e7edf7;
	text-shadow: 0 1px 2px rgba(0,0,0,.45);
	pointer-events: none;
}

.sim-note {
    margin-bottom: 5px;
}

.rtp-hide {
	display: none;
}

@media (max-width: 768px) {
    .container {
        border-image: none;
    }
    
    .header-buttons {
		position: relative;
    }
    
    .rtp-nav {
        padding: 0 5px 5px;
    }
    
    .provider-rail { 
        padding: 8px 36px 0 36px; 
    }
    
	.provider-bar { 
	    gap: 12px; 
	}
	
	#bannerSlider .hero-nav,
	.prov-arrow {
	    font-size: 24px;
	}
	
	.provider-bar img {
	    width: 130px;
	    height: 130px;
	}
	
	.main-content {
		display: flex;
		flex-direction: column;
	}
	
	.main-content .article-sidebar {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	.rtp-grid { 
	    grid-template-columns: repeat(2, 1fr);
	}
	
	.rtp-name {
	    font-size: 12px;
	}
	
	.rtp-panel .time {
	    font-size: 12px;
	}
	
	.pola-row {
	    font-size: 11px;
	}
	
	.play-cta-bottom a {
	    font-size: 13px;
	}
	
	#simModal { 
	    display: none; 
	}
	
	#simModal[aria-hidden="false"] {
		position: fixed;
		inset: 0;
		display: flex;
		align-items: center;        
		justify-content: center;
		padding: 12px;
		z-index: 1000;
	}
	
	#simModal[aria-hidden="false"] > * {
		box-sizing: border-box;
		overflow: auto;                  
		margin: 0;                         
		padding: 0 16px 16px;
		overscroll-behavior: contain; 
	}

    #simModal[aria-hidden="false"] .kpi-row {
		margin-bottom: 10px;
	}
	
	#simModal.sim-modal[aria-hidden="false"] #simChart {
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.sim-kpi {
	    font-size: 18px;
	}
	
	.sim-note {
	    font-size: 15px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-content {
		display: flex;
		flex-direction: column;
	}
	
	#rtpGrid,
	.rtp-grid {
		display: grid; 
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#rtpGrid .rtp-card,
	.rtp-grid .rtp-card {
		width: auto;
	}
}

@media (min-width: 810px) and (max-width: 834px) and (orientation: portrait) {
    .main-content {
		display: flex;
		flex-direction: column;
	}
	
	#rtpGrid,
	.rtp-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (width: 1024px) and (orientation: landscape) {
	#rtpGrid,
	.rtp-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#rtpGrid .rtp-card,
	.rtp-grid .rtp-card {
		width: auto;
	}
}