.rtp-live-section {
  position: relative;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 189, 248, 0.24), transparent 34%),
    radial-gradient(circle at 88% 4%, rgba(37, 99, 235, 0.3), transparent 36%),
    linear-gradient(135deg, #020617 0%, #071b3a 46%, #0b3f88 100%);
  color: #ffffff;
  overflow: hidden;
}

.rtp-live-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    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: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.75), transparent);
  pointer-events: none;
}

.rtp-live-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.rtp-live-heading {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.rtp-live-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.45);
  color: #93c5fd;
  font-size: 14px;
  font-weight: 800;
}

.rtp-live-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.15;
  color: #ffffff;
}

.rtp-live-heading p {
  margin: 0;
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.8;
}

.rtp-live-summary {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 22px;
  margin-bottom: 24px;
}

.rtp-live-info,
.rtp-live-stats,
.rtp-table-wrap,
.rtp-live-note {
  border: 1px solid rgba(96, 165, 250, 0.26);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 45, 95, 0.76));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  border-radius: 26px;
}

.rtp-live-info {
  padding: 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.rtp-live-dot {
  width: 13px;
  height: 13px;
  margin-top: 7px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 0 7px rgba(56, 189, 248, 0.14);
  flex-shrink: 0;
}

.rtp-live-info h3 {
  margin: 0 0 10px;
  font-size: 26px;
  color: #ffffff;
}

.rtp-live-info p {
  margin: 0;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.75;
}

.rtp-live-stats {
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.rtp-live-stats div {
  padding: 18px 14px;
  border-radius: 20px;
  background: rgba(59, 130, 246, 0.14);
  border: 1px solid rgba(125, 211, 252, 0.2);
  text-align: center;
}

.rtp-live-stats strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.rtp-live-stats span {
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 700;
}

.rtp-table-wrap {
  overflow: hidden;
}

.rtp-table {
  width: 100%;
  border-collapse: collapse;
}

.rtp-table thead {
  background: linear-gradient(135deg, rgba(29, 78, 216, 0.9), rgba(56, 189, 248, 0.48));
}

.rtp-table th,
.rtp-table td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid rgba(96, 165, 250, 0.18);
}

.rtp-table th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.rtp-table td {
  color: #dbeafe;
  font-size: 14px;
}

.rtp-game {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rtp-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #1d4ed8, #38bdf8);
  font-size: 24px;
  flex-shrink: 0;
}

.rtp-game strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.rtp-game small {
  display: block;
  margin-top: 3px;
  color: #93c5fd;
  font-size: 12px;
}

.rtp-bar {
  width: 130px;
  height: 9px;
  margin-bottom: 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.65);
  overflow: hidden;
}

.rtp-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
}

.rtp-table b {
  color: #ffffff;
  font-size: 13px;
}

.rtp-status {
  display: inline-flex;
  justify-content: center;
  min-width: 72px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.rtp-status.hot {
  background: rgba(56, 189, 248, 0.18);
  border: 1px solid rgba(125, 211, 252, 0.4);
  color: #7dd3fc;
}

.rtp-status.best {
  background: rgba(37, 99, 235, 0.22);
  border: 1px solid rgba(96, 165, 250, 0.45);
  color: #bfdbfe;
}

.rtp-status.stable {
  background: rgba(30, 64, 175, 0.24);
  border: 1px solid rgba(147, 197, 253, 0.34);
  color: #dbeafe;
}

.rtp-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.rtp-live-note {
  margin-top: 24px;
  padding: 22px 26px;
}

.rtp-live-note p {
  margin: 0;
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 992px) {
  .rtp-live-summary {
    grid-template-columns: 1fr;
  }

  .rtp-table-wrap {
    overflow-x: auto;
  }

  .rtp-table {
    min-width: 900px;
  }
}

@media (max-width: 640px) {
  .rtp-live-section {
    padding: 70px 16px;
  }

  .rtp-live-heading {
    text-align: left;
    margin-bottom: 32px;
  }

  .rtp-live-heading h2 {
    font-size: 28px;
  }

  .rtp-live-heading p {
    font-size: 15px;
  }

  .rtp-live-info,
  .rtp-live-stats,
  .rtp-table-wrap,
  .rtp-live-note {
    border-radius: 22px;
  }

  .rtp-live-info {
    padding: 22px;
  }

  .rtp-live-info h3 {
    font-size: 22px;
  }

  .rtp-live-stats {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .rtp-table-wrap {
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .rtp-table,
  .rtp-table thead,
  .rtp-table tbody,
  .rtp-table th,
  .rtp-table td,
  .rtp-table tr {
    display: block;
  }

  .rtp-table {
    min-width: 0;
  }

  .rtp-table thead {
    display: none;
  }

  .rtp-table tr {
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9), rgba(15, 45, 95, 0.76));
    border: 1px solid rgba(96, 165, 250, 0.26);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  }

  .rtp-table td {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(96, 165, 250, 0.16);
  }

  .rtp-table td:first-child {
    display: block;
    padding-top: 0;
  }

  .rtp-table td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .rtp-table td::before {
    content: attr(data-label);
    color: #93c5fd;
    font-size: 13px;
    font-weight: 900;
  }

  .rtp-table td:first-child::before {
    display: none;
  }

  .rtp-bar {
    width: 120px;
  }

  .rtp-action {
    min-width: 88px;
  }
}