.slot-rtp-live {
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(43,198,255,.20), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(0,102,255,.30), transparent 34%),
    linear-gradient(135deg, #020b18 0%, #041b3f 45%, #062d72 100%);
  color: #ffffff;
}

.slot-rtp-live::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.slot-rtp-live::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -160px;
  top: 90px;
  background: rgba(0,130,255,.24);
  filter: blur(95px);
  border-radius: 50%;
  pointer-events: none;
}

.rtp-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: auto;
}

.rtp-heading {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.rtp-badge,
.panel-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(111,211,255,.35);
  color: #8fe1ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
}

.rtp-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #c7ecff 60%, #5ed4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rtp-heading p {
  color: #d9ecff;
  font-size: 16px;
  line-height: 1.85;
}

.rtp-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
}

.rtp-table-card,
.rtp-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  border: 1px solid rgba(138,214,255,.18);
  box-shadow:
    inset 0 0 24px rgba(255,255,255,.035),
    0 18px 55px rgba(0,25,80,.32);
  backdrop-filter: blur(14px);
}

.rtp-table-card {
  padding: 28px;
}

.rtp-table-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.rtp-table-head h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.rtp-table-head p {
  color: #cbe7ff;
  font-size: 14px;
  line-height: 1.6;
}

.rtp-table-head > span {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 999px;
  color: #8fe1ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(111,211,255,.24);
  font-size: 12px;
  font-weight: 900;
}

.rtp-table {
  display: grid;
  gap: 12px;
}

.rtp-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr .7fr .7fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  color: #d9ecff;
  font-size: 14.5px;
}

.rtp-title {
  background: linear-gradient(135deg, rgba(49,201,255,.20), rgba(0,102,255,.18));
  color: #ffffff;
  font-weight: 900;
}

.rtp-percent {
  font-size: 15px;
  font-weight: 950;
}

.rtp-percent.high {
  color: #8fe1ff;
}

.rtp-percent.mid {
  color: #d9ecff;
}

.rtp-percent.low {
  color: #b9d8f4;
}

.rtp-status {
  display: inline-flex;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.rtp-status.hot {
  color: #70d8ff;
  background: rgba(49,201,255,.18);
  border: 1px solid rgba(111,211,255,.35);
}

.rtp-status.stable {
  color: #ffffff;
  background: rgba(0,102,255,.20);
  border: 1px solid rgba(111,211,255,.28);
}

.rtp-status.normal {
  color: #d9ecff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
}

.rtp-panel {
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(0,102,255,.34), rgba(49,201,255,.13)),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border-color: rgba(111,211,255,.38);
}

.rtp-panel-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -100px;
  top: -100px;
  background: rgba(76,207,255,.24);
  border-radius: 50%;
  filter: blur(34px);
  pointer-events: none;
}

.rtp-panel h3 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.rtp-panel p {
  position: relative;
  z-index: 1;
  color: #d9ecff;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.rtp-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.rtp-list li {
  display: flex;
  gap: 12px;
  color: #d9ecff;
  font-size: 15px;
  line-height: 1.65;
}

.rtp-list span {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(0,120,255,.35);
}

.rtp-cta {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.rtp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: .35s ease;
}

.rtp-btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  box-shadow: 0 14px 38px rgba(0,119,255,.38);
}

.rtp-btn.secondary {
  color: #eef8ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.24);
}

.rtp-btn:hover {
  transform: translateY(-4px);
  filter: brightness(1.12);
}

.rtp-note {
  max-width: 920px;
  margin: 34px auto 0;
  padding: 22px 28px;
  border-radius: 22px;
  text-align: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(111,211,255,.20);
  color: #d9ecff;
  line-height: 1.8;
}

@media (max-width: 992px) {
  .slot-rtp-live {
    padding: 76px 18px;
  }

  .rtp-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .slot-rtp-live {
    padding: 60px 16px;
  }

  .rtp-heading h2 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }

  .rtp-heading p {
    font-size: 15px;
  }

  .rtp-table-card,
  .rtp-panel {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .rtp-table-head {
    flex-direction: column;
  }

  .rtp-row {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 15px;
  }

  .rtp-title {
    display: none;
  }

  .rtp-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rtp-btn {
    width: 100%;
  }

  .rtp-note {
    padding: 20px;
    border-radius: 18px;
    font-size: 15px;
  }
}