/* ================== TABLE POLA — Responsive Mobile Upgrade ================== */
.table-pola {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(11px, 2.8vw, 14px); /* Ukuran font responsif */
  text-align: center;
  table-layout: fixed; /* Tetap fixed tapi dengan penyesuaian */
  background: rgba(5, 5, 15, 0.4);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.12);
  /* Hapus properti scroll horizontal */
  word-wrap: break-word;
}

.table-pola th,
.table-pola td {
  padding: 8px 4px; /* Padding disesuaikan */
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  color: #00f3ff;
  text-shadow: 0 0 3px rgba(0, 255, 255, 0.6);
  border: 1px solid rgba(0, 255, 255, 0.2);
  /* Penyesuaian untuk konten penuh */
  word-break: break-word; /* Memastikan teks wrap dengan baik */
  white-space: normal; /* Diubah ke normal agar teks bisa wrap */
  line-height: 1.3; /* Tinggi baris untuk keterbacaan */
}

/* Header dengan gradien & glow */
.table-pola th {
  background: linear-gradient(135deg, rgba(0, 150, 255, 0.35), rgba(0, 255, 220, 0.25));
  backdrop-filter: blur(3px);
  padding: 10px 4px; /* Padding lebih besar untuk header */
}

/* Body cell dengan neon glass halus */
.table-pola td {
  background: rgba(10, 10, 25, 0.6);
  backdrop-filter: blur(2px);
}

.table-pola td:hover {
  background: rgba(0, 255, 255, 0.12);
  transform: scale(1.02);
}

/* Zebra stripe halus */
.table-pola tr:nth-child(even) td {
  background: rgba(5, 5, 20, 0.4);
}

/* Responsive adjustments untuk tablet */
@media (max-width: 768px) {
  .table-pola {
    font-size: clamp(10px, 2.5vw, 13px);
  }
  
  .table-pola th,
  .table-pola td {
    padding: 6px 3px;
  }
}

/* Responsive adjustments untuk mobile kecil */
@media (max-width: 480px) {
  .table-pola {
    font-size: clamp(9px, 2.2vw, 12px);
  }
  
  .table-pola th,
  .table-pola td {
    padding: 5px 2px;
    line-height: 1.2;
  }
  
  /* Kurangi efek pada hover untuk performa mobile */
  .table-pola td:hover {
    transform: scale(1.01);
  }
}

/* Opsi untuk layar sangat kecil - sederhanakan tampilan */
@media (max-width: 360px) {
  .table-pola {
    font-size: clamp(8px, 2vw, 11px);
  }
  
  .table-pola th,
  .table-pola td {
    padding: 4px 1px;
  }
  
  /* Untuk konten yang sangat padat, sembunyikan kolom yang kurang penting */
  .table-pola .secondary-info {
    display: none;
  }
}

/* Untuk memastikan konten pendek dan menengah tetap terbaca */
.table-pola .short-text {
  min-width: 40px;
}

.table-pola .medium-text {
  min-width: 60px;
}/* =========================================================
   KANGJITU UI — Neo Neon Edition (Full CSS)
   - Font baru: Space Grotesk + Chakra Petch
   - Marquee (running-text) baru: CSS-only, pause on hover
   - Button & Percent: neon glass + animasi halus
   - Seluruh style dirapikan & error minor diperbaiki
   ========================================================= */

/* ================== FONT IMPORT ================== */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&family=Chakra+Petch:wght@500;700&display=swap");

/* ================== VARIABLES ================== */
:root {
  /* Font */
  --font-base: "Space Grotesk", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-display: "Chakra Petch", var(--font-base);

  --smaller-font: 0.7rem;
  --small-font: 0.87rem;
  --normal-font: 1rem;
  --medium-font: 1.1rem;
  --large-font: 1.7rem;
  --x-large-font: 2rem;

  /* Gaming Font Sizes */
  --game-xs: 0.6rem;
  --game-sm: 0.85rem;
  --game-md: 1.1rem;
  --game-lg: 1.5rem;
  --game-xl: 2.2rem;
  --game-xxl: 3rem;

  /* Color */
  --bg-color: #131313;
  --text-first: #fafafa;
  --text-second: #0a0a0a;
  --first-color: #008dc4;
  --second-color: #004a75;
  --third-color: #0284fd;
  --fourth-color: #014a86;
  --fifth-color: #027bcc;
  --g1: #006cc4;
  --g2: #004675;

  /* Neon UI */
  --neon-blue: #00f3ff;
  --neon-pink: #ff00f7;
  --neon-green: #1eff00;
  --neon-purple: #8a2be2;
  --cyber-yellow: #f9f002;
  --matrix-green: #00ff41;
  --dark-ui: #0a0a15;
  --ui-glow: rgba(0, 243, 255, 0.2);
  --ui-dark: #0c0c1a;

  /* Buttons/Track */
  --btn-radius: 12px;
  --btn-glow: rgba(0, 243, 255, 0.45);
  --track-bg: #0c1020;
  --track-border: rgba(255, 255, 255, 0.08);
  --track-gloss: rgba(255, 255, 255, 0.06);

  /* Percent states */
  --pct-great-1: #1eff00;
  --pct-great-2: #22c55e;
  --pct-good-1: #ffd54a;
  --pct-good-2: #ff9f0a;
  --pct-bad-1: #ff1d4d;
  --pct-bad-2: #dc2626;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: var(--font-base);
  background: 
    /* 80% Black overlay */ linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), /* Original gradient layers */ radial-gradient(circle at 10% 20%, rgba(0, 75, 117, 0.2) 0%, transparent 20%),
    radial-gradient(circle at 90% 80%, rgba(0, 143, 196, 0.2) 0%, transparent 20%), linear-gradient(to bottom, #070710 0%, #0a0a1a 100%);
  color: var(--text-first);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(rgba(0, 243, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 243, 255, 0.05) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  z-index: -1;
}
.img-fluid {
  margin-left: 6rem;
}

/* ================== LOGO WRAPPER ================== */
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
  position: relative;
  background: rgba(0, 0, 0, 0.25); /* shadow subtle di belakang logo */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}

/* Logo Image - Desktop */
.logo img {
  max-width: 22%; /* lebih kecil dan elegan */
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 10px #e1ac00) drop-shadow(0 0 20px #022c36);
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Mobile / Tablet */
@media (max-width: 768px) {
  .logo img {
    max-width: 85%;
  }
}

/* ================== AUTH FORMS ================== */
.auth-container {
  background: linear-gradient(145deg, #0a0a14 0%, #1a1a2e 100%);
  border: 1px solid rgba(0, 243, 255, 0.6);
  border-radius: 15px;
  padding: 2.5rem;
  max-width: 460px;
  margin: 3rem auto;
  position: relative;
  overflow: hidden;
}

.auth-container::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(to bottom right, transparent 45%, rgba(0, 243, 255, 0.3) 50%, transparent 55%);
  animation: scanlines 5s linear infinite;
  z-index: 0;
}

@keyframes scanlines {
  from {
    transform: translateY(-50%) rotate(45deg);
  }
  to {
    transform: translateY(50%) rotate(45deg);
  }
}

.auth-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  color: #00f3ff;
  text-align: center;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 12px #00f3ff, 0 0 25px #2575fc;
  letter-spacing: 1px;
  position: relative;
}

.auth-title::after {
  content: "";
  display: block;
  width: 65%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00f3ff, transparent);
  margin: 0.5rem auto 0;
}

.form-group {
  margin-bottom: 1.3rem;
  position: relative;
}

.form-label {
  display: block;
  margin-bottom: 0.6rem;
  color: #1affd5;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Space Grotesk", sans-serif;
}

.form-input {
  width: 100%;
  padding: 0.9rem 1rem;
  background: rgba(10, 10, 20, 0.75);
  border: 1px solid #6a11cb;
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.25s ease;
}

.form-input:focus {
  outline: none;
  border-color: #f9f9f9;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.85rem;
}

/* ================== FUTURISTIC NEON BUTTONS — SIMPLIFIED ================== */
.btn-credit-glowing1,
.btn-credit-glowing2 {
  position: relative;
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 2px solid transparent;
  border-radius: 16px;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  background-clip: padding-box;
  z-index: 1;
}

/* Gradient movement — lebih lembut */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Button 1 */
.btn-credit-glowing1 {
  background: linear-gradient(45deg, #00f3ff, #2575fc);
  background-size: 200% 200%;
  animation: gradientMove 6s ease infinite;
  border-color: #00f3ff;
  text-shadow: 0 0 8px rgba(0, 243, 255, 0.7);
}

.btn-credit-glowing1:hover {
  transform: translateY(-3px) scale(1.05);
}

/* Button 2 */
.btn-credit-glowing2 {
  background: linear-gradient(45deg, #00c9ff, #1affd5);
  background-size: 200% 200%;
  animation: gradientMove 6s ease infinite reverse;
  border-color: #00c9ff;
  text-shadow: 0 0 8px rgba(0, 200, 255, 0.7);
}

.btn-credit-glowing2:hover {
  transform: translateY(-3px) scale(1.05);
}

/* Active/Click state */
.btn-credit-glowing1:active,
.btn-credit-glowing2:active {
  transform: translateY(1px) scale(1);
}

/* Hover glow overlay — lebih subtle */
.btn-credit-glowing1::after,
.btn-credit-glowing2::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  border-radius: 50%;
  z-index: 0;
}

.btn-credit-glowing1:hover::after,
.btn-credit-glowing2:hover::after {
  opacity: 1;
  transform: scale(1.2);
}

@keyframes rippleHyper {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(30);
    opacity: 0;
  }
}
/* ================== RTP / CARD MEDIA ================== */
/* Game Image Styling */
.rtp-card-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: all 0.3s ease;
  object-fit: cover;
  aspect-ratio: 16/9; /* Maintain aspect ratio */
}

/* Hover Effects */
.rtp-card-img:hover {
  transform: scale(1.03);
  filter: brightness(1.05) saturate(1.1);
}

/* ================== RTP / CARD MEDIA (Persegi) ================== */
.place-img-rtp {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  aspect-ratio: 1/1; /* Persegi */
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rtp-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.place-img-rtp:hover .rtp-card-img {
  transform: scale(1.05);
}

/* ================== PERCENT BAR (Ganti efek) ================== */
.percent {
  height: 18px;
  width: 100%;
  margin: 10px 0;
  position: relative;
  border-radius: 12px;
  background: #0a0a15;
  border: 1px solid rgba(0, 255, 255, 0.2);
  overflow: hidden;
}

.percent-bar {
  height: 100%;
  width: 0;
  border-radius: 12px;
  position: relative;
  background: linear-gradient(90deg, #00f3ff, #008dc4, #00f3ff);
  animation: neonBar 2s ease-in-out infinite alternate;
  transition: width 0.6s ease;
}

@keyframes neonBar {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

/* ================== PERCENT COMPACT ================== */
.percent p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: 700;
  font-size: 10px; /* lebih kecil */
  color: #00f3ff;
  text-shadow: 0 0 4px #00f3ff, 0 0 8px rgba(0, 243, 255, 0.5);
  z-index: 2;
}

/* ================== TABLE POLA — Compact Responsive ================== */
.table-pola {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(9px, 2.2vw, 11px); /* Ukuran font lebih kecil */
  text-align: center;
  table-layout: fixed;
  background: rgba(5, 5, 15, 0.4);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.1);
  margin: 0 auto;
}

.table-pola.text-center {
  text-align: center;
}

.table-pola tbody {
  width: 100%;
}

.table-pola tr {
  height: 24px; /* Tinggi baris lebih kompak */
}

.table-pola td {
  padding: 3px 2px; /* Padding lebih kecil */
  font-weight: 500; /* Sedikit lebih ringan */
  text-transform: uppercase;
  transition: all 0.2s ease;
  color: #00f3ff;
  text-shadow: 0 0 2px rgba(0, 255, 255, 0.5);
  border: 1px solid rgba(0, 255, 255, 0.15);
  background: rgba(10, 10, 25, 0.6);
  backdrop-filter: blur(2px);
  word-break: break-word;
  white-space: normal;
  line-height: 1.2;
}

/* Kolom pertama (teks Manual) sedikit berbeda */
.table-pola td:first-child {
  background: rgba(0, 100, 150, 0.3);
  font-weight: 600;
  min-width: 55px; /* Lebar minimum untuk kolom teks */
}

/* Style untuk ikon centang dan silang */
.table-pola .lni {
  font-size: 11px; /* Ikon lebih kecil */
  vertical-align: middle;
}

.table-pola .text-success {
  color: #00ff8c !important;
  text-shadow: 0 0 4px rgba(0, 255, 140, 0.6);
}

.table-pola .text-danger {
  color: #ff3366 !important;
  text-shadow: 0 0 4px rgba(255, 51, 102, 0.6);
}

/* Efek hover yang lebih sederhana */
.table-pola tr:hover td {
  background: rgba(0, 255, 255, 0.1);
}

/* Zebra stripe yang lebih halus */
.table-pola tr:nth-child(even) td {
  background: rgba(5, 5, 20, 0.35);
}

.table-pola tr:nth-child(even) td:first-child {
  background: rgba(0, 80, 130, 0.25);
}

/* Responsive adjustments untuk tablet */
@media (max-width: 768px) {
  .table-pola {
    font-size: clamp(8px, 2vw, 10px);
    border-radius: 4px;
  }
  
  .table-pola tr {
    height: 22px;
  }
  
  .table-pola td {
    padding: 2px 1px;
  }
  
  .table-pola .lni {
    font-size: 10px;
  }
  
  .table-pola td:first-child {
    min-width: 50px;
  }
}

/* Responsive adjustments untuk mobile kecil */
@media (max-width: 480px) {
  .table-pola {
    font-size: clamp(7px, 1.8vw, 9px);
  }
  
  .table-pola tr {
    height: 20px;
  }
  
  .table-pola td {
    padding: 2px 1px;
  }
  
  .table-pola .lni {
    font-size: 9px;
  }
  
  .table-pola td:first-child {
    min-width: 45px;
    padding: 2px 1px;
  }
}

/* Untuk layar sangat kecil */
@media (max-width: 360px) {
  .table-pola {
    font-size: clamp(6px, 1.6vw, 8px);
  }
  
  .table-pola tr {
    height: 18px;
  }
  
  .table-pola td {
    padding: 1px;
  }
  
  .table-pola .lni {
    font-size: 8px;
  }
  
  .table-pola td:first-child {
    min-width: 40px;
  }
}
/* Play Button */
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
  display: block !important; /* Override inline style */
}

.place-img-rtp:hover .btn-play {
  opacity: 1;
}

.btn-play:hover {
  background: rgba(0, 100, 200, 0.9);
  transform: translate(-50%, -50%) scale(1.05);
}

/* Hot Game Badge */
.hot-game {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .place-img-rtp {
    height: 150px;
  }

  .btn-play {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .hot-game {
    width: 30px;
    height: 30px;
  }
}

/* Play Button Styling */
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 24px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}

.btn-play:hover {
  background: rgba(0, 100, 200, 0.8);
  transform: translate(-50%, -50%) scale(1.05);
}

.place-img-rtp:hover .btn-play {
  opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .rtp-card-img {
    border-radius: 8px;
  }

  .btn-play {
    padding: 10px 20px;
    font-size: 1rem;
  }
}

/* ================== BADGES / PROVIDERS ================== */
.top-game,
.hot-game {
  background-repeat: no-repeat !important;
  position: absolute;
  width: 3rem;
  top: 0;
  height: 2.9rem;
  left: 0.4rem;
  z-index: 2;
}
.top-game {
  background: url(../../blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhojGyOgpphWLcniLUCegzlqLnb784eWsnoxzY9IMW/s1600/top.gif);
}
.hot-game {
  background: url(../../blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRVDLBaQnBUsWUv30dBwE2pOd4BKCfBEPRrwGNx-K/s1600/hot.gif);
}

.icon-providers {
  position: absolute;
  right: 0.5rem;
  width: 1rem;
}
.icon-providers img {
  width: 1rem;
  display: block;
}

.running-text {
  font-size: 13px;
}

/* ================== CYBERPUNK SLIDER STYLES ================== */
.slider-wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.5), 0 0 40px rgba(0, 140, 255, 0.3);
  border: 1px solid rgba(0, 242, 255, 0.3);
  background: rgba(10, 10, 30, 0.7);
  margin-bottom: 2rem;
}

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

/* Cyberpunk Swiper Slider */
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.swiper-slide-active .slider-img {
  transform: scale(1.03);
}

/* Cyber Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #00f2ff;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.5);
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 242, 255, 0.2);
  transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
  color: #00f2ff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 242, 255, 0.7);
}

/* Cyber Pagination */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(0, 242, 255, 0.3);
}

.swiper-pagination-bullet-active {
  background: #00f2ff;
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.7);
  transform: scale(1.3);
}

/* Cyber Glow Effect */
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 50px rgba(0, 242, 255, 0.2);
  pointer-events: none;
  border-radius: inherit;
}

.bg-theme {
  background: rgba(15, 25, 50, 0.6); /* dark glass effect */
  padding: 0.6rem;
  border: 1px solid rgba(0, 200, 255, 0.25);
  border-radius: 12px;
  backdrop-filter: blur(10px) saturate(180%);
  box-shadow: 0 4px 20px rgba(0, 200, 255, 0.15), 0 0 12px rgba(0, 180, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  cursor: pointer;
}

.icon-prov {
  background: linear-gradient(349deg, rgb(11, 177, 219) 0%, rgba(19, 20, 227, 1) 100%);
  position: relative;
  overflow: auto !important;
  border: 1px #fff solid;
  border-radius: 8px;
}
.icon-card-bg {
  cursor: pointer;
  padding: 0.1rem !important;
  color: var(--text-first);
}
.icon-card-bg p {
  font-size: 0.73rem;
  font-weight: 700;
  color: var(--text-first);
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.img-prov {
  display: block;
  margin: 0 1px;
}
.item-prov {
  padding: 0 1px;
}

.col-3 {
  flex: 0 0 auto;
  width: 35%;
}


/* Item nav */
.item-nav-bottom {
  flex: 1;
  margin: 0 6px;
  padding: 0.7rem 0.35rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: 18px;
  color: #fff;
  position: relative;
  transition: all 0.35s ease;
  cursor: pointer;
  z-index: 1;
}

/* Aurora hover sweep */
.item-nav-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #6a0dad, #4b0082, #1e90ff, #00cfff);
  background-size: 400% 400%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
  animation: sweepAurora 5s ease-in-out infinite alternate;
}

.item-nav-bottom:hover::before {
  opacity: 1;
}

.item-nav-bottom:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.08);
  text-shadow: 0 0 10px #6a0dad, 0 0 20px #1e90ff;
  box-shadow: 0 0 20px rgba(106, 13, 173, 0.45), 0 0 30px rgba(30, 144, 255, 0.35);
}

/* Aurora animation */
@keyframes sweepAurora {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.item-nav-bottom p {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
}

/* Responsive tweaks for mobile */
@media screen and (max-width: 768px) {
  .nav-bottom {
    width: 98%;
    bottom: 10px;
    padding: 0.4rem 0.5rem;
  }
  .item-nav-bottom {
    font-size: 0.76rem;
    padding: 0.55rem 0.25rem;
    margin: 0 3px;
  }
}

.row {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

/* ================== UTILITIES ================== */
.btn-up {
  display: none;
  position: fixed;
  bottom: 6rem; /* tombol lebih ke atas */
  right: 1rem;
  z-index: 99;
  font-size: 0.9rem;
  background: linear-gradient(135deg, #a6caee, #616dd8); /* ungu ke biru */
  color: #fff;
  padding: 0.55rem 0.9rem;
  border-radius: 14px;
  border: 2px solid #616dd8; /* border biru */
  box-shadow: 0 6px 18px rgba(97, 109, 216, 0.5), 0 0 28px rgba(97, 109, 216, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-up:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 12px 28px rgba(97, 109, 216, 0.6), 0 0 40px rgba(97, 109, 216, 0.5);
}
/* ================== PERCENT BAR FUTURISTIK ================== */
.percent {
  height: 24px;
  width: 100%;
  margin: 12px auto 0;
  position: relative;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)), linear-gradient(0deg, #1a1a1a, #111);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.08), inset 0 -1px 2px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

/* Overlay efek garis diagonal halus */
.percent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 8px, transparent 8px 16px);
  pointer-events: none;
  z-index: 1;
}

/* Glossy effect */
.percent::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), transparent);
  pointer-events: none;
  z-index: 2;
}

/* Label percent di tengah */
.percent p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  z-index: 4;
}

/* Bar animasi */
.percent-bar {
  height: 100%;
  width: 0; /* set via inline style: width: 78%; */
  border-radius: inherit;
  position: relative;
  z-index: 3;
  background-size: 200% 100%;
  animation: pctMove 1.5s linear infinite;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2), 0 0 20px rgba(0, 255, 255, 0.25);
  transition: width 0.6s ease;
}

/* Shine sweep efek */
.percent-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shineSweep 2.5s ease-in-out infinite;
}

/* Gradient dan glow per status */
.percent-bar.great {
  background: linear-gradient(90deg, #00ff7f, #00ffa3, #00ff7f); /* Hijau neon baru */
  box-shadow: inset 0 0 12px rgba(0, 255, 127, 0.35), /* glow dalam */ 0 0 25px rgba(0, 255, 127, 0.45); /* glow luar */
}

.percent-bar.good {
  background: linear-gradient(90deg, #ffaa10, #ffc830, #ffaa10);
  box-shadow: inset 0 0 10px rgba(255, 159, 10, 0.25), 0 0 20px rgba(255, 159, 10, 0.35);
}

.percent-bar.bad {
  background: linear-gradient(90deg, #ff1d4d, #ff4b70, #ff1d4d);
  box-shadow: inset 0 0 10px rgba(255, 29, 77, 0.25), 0 0 20px rgba(255, 29, 77, 0.35);
}
/* Border glow mengikuti status */
.percent:has(.percent-bar.great) {
  border-color: rgba(0, 255, 157, 0.35);
}
.percent:has(.percent-bar.good) {
  border-color: rgba(255, 159, 10, 0.35);
}
.percent:has(.percent-bar.bad) {
  border-color: rgba(255, 29, 77, 0.35);
}

/* Animations */
@keyframes pctMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes shineSweep {
  0% {
    left: -40%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -40%;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .percent {
    height: 20px;
  }
  .percent p {
    font-size: 12px;
  }
}
/* ================== RUNNING TEXT (MARQUEE) ==================
   HTML minimal:
   <div class="running-text">
     <div class="marquee-track">
       <span>Promo A</span>
       <span>Bonus New Member 20%</span>
       <span>OODS Terbesar</span>
       <span>MIN DP 5K</span>
     </div>
   </div>
   - Text otomatis loop. Hover = pause.
   - Ubah kecepatan via --speed.

/* ================== CONTENT WRAPPER ================== */

.content-home {
  padding: 1.5rem;
  margin-bottom: 4.5rem;
  background: linear-gradient(160deg, #0a192f, #112d4e, #1c3d70);
  color: #e0f7ff;
  border: 1px solid rgba(0, 200, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55), 0 0 12px rgba(0, 150, 255, 0.15);
  backdrop-filter: saturate(180%) blur(6px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.content-home:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 36px rgba(0, 180, 255, 0.55), 0 0 48px rgba(0, 200, 255, 0.25);
}

/* ================== CONTENT WRAPPER ================== */
.content-home {
  padding: 1rem;
  margin-bottom: 3rem;
  background: linear-gradient(160deg, #0d1b34, #12304f, #1a3b6a);
  color: #c0f0ff;
  border: 1px solid rgba(0, 180, 255, 0.15);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45), 0 0 10px rgba(0, 150, 255, 0.12);
  backdrop-filter: saturate(160%) blur(5px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.content-home:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 10px 28px rgba(0, 180, 255, 0.45), 0 0 35px rgba(0, 200, 255, 0.2);
}

/* ================== POLA / TABLE DARK BLUE PREMIUM ================== */
.pola-wrapper {
  position: relative;
  background: rgba(10, 15, 38, 0.55);
  width: 14rem;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 200, 255, 0.25);
  backdrop-filter: blur(16px) saturate(200%);
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 180, 255, 0.35), 0 0 32px rgba(0, 200, 255, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pola-wrapper > * {
  position: relative;
  z-index: 2;
}

/* Judul pola */
.pola-wrapper h4 {
  font-size: 13px;
  font-family: "Orbitron", sans-serif;
  color: #fdffff;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-shadow: 0 0 6px #7da2fe, 0 0 10px #6876e2;
}

.pola-wrapper h5 {
  font-size: 11px;
  font-family: "Rajdhani", sans-serif;
  color: #d0f0ff;
  font-weight: 500;
  margin: 0;
  opacity: 0.95;
  text-shadow: 0 0 4px #00caff;
}

.pola-wrapper h4 i,
.pola-wrapper h5 i {
  color: #3edfff;
}

/* Jam bulat */
.jam-wrapper {
  background: linear-gradient(145deg, #006fff, #00d4ff);
  border-radius: 50%;
  padding: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 200, 255, 0.8);
  color: #fff;
  font-size: 0.85rem;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  margin-bottom: 0.7rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jam-wrapper:hover {
  transform: scale(1.1);
  box-shadow: 0 0 28px rgba(0, 220, 255, 0.85), 0 0 32px rgba(0, 255, 255, 0.35);
}

.table-pola tr td {
    text-align: center;
    font-size: clamp(8px, 2.5vw, 10.5px); /* Ukuran font responsive */
    padding: 4px 2px; /* Padding lebih kecil untuk mobile */
    border: 1px solid rgba(0, 180, 255, 0.18);
    color: #d0f4ff;
    transition: 0.3s;
    border-radius: 5px; /* Border radius lebih kecil */
    word-wrap: break-word; /* Memastikan teks tidak meluber */
    overflow: hidden;
    max-width: 120px; /* Lebar maksimum sel */
}

/* Media query untuk perangkat mobile */
@media screen and (max-width: 768px) {
    .table-pola {
        width: 100% !important;
        display: block;
        overflow-x: auto; /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    }
    
    .table-polo tr {
        display: table;
        width: 100%;
        table-layout: fixed; /* Membuat kolom lebih seragam */
    }
    
    .table-pola tr td {
        padding: 3px 1px; /* Padding lebih kecil untuk mobile */
        font-size: clamp(7px, 2.2vw, 9px); /* Ukuran lebih kecil untuk mobile */
    }
}
/* Container */
.container {
  position: relative;
}

.container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 10, 25, 0.65), rgba(10, 20, 50, 0.85)), url("path/to/your-image.jpg") center/cover no-repeat;
  z-index: -1;
  border-radius: 16px;
  backdrop-filter: blur(6px);
}

/* Animasi aurora background */
@keyframes aurora {
  0% {
    transform: translate(-30%, -25%) scale(1.25);
  }
  100% {
    transform: translate(30%, 25%) scale(1.25);
  }
}

/* Pastikan konten di dalam container tetap terlihat */
.container > * {
  position: relative;
  z-index: 1;
}
