/* ============================================
   METEORBET88 RTP - Modern RGB Elegant Theme
   Updated: 2026-02-21
   ============================================ */

:root {
  --bg-dark: #0a0a1a;
  --bg-card: rgba(18, 18, 42, 0.9);
  --accent-cyan: #00d4ff;
  --accent-magenta: #ff00aa;
  --accent-green: #00ec7a;
  --accent-gold: #ffc107;
  --accent-blue: #6366f1;
  --text-primary: #f1f5f9;
  --text-muted: #94a3b8;
  --border-glass: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.25);
  --shadow-glow: 0 0 30px rgba(0, 212, 255, 0.15);
  --shadow-rgb: 0 0 20px rgba(0, 212, 255, 0.2), 0 0 40px rgba(255, 0, 170, 0.1);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  font-family: 'Plus Jakarta Sans', 'Poppins', system-ui, sans-serif;
  box-sizing: border-box;
}

* { scroll-behavior: smooth; }
p { margin: 0; }

body {
  background: var(--bg-dark);
  background-image: 
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(99, 102, 241, 0.25), transparent),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(0, 212, 255, 0.12), transparent),
    radial-gradient(ellipse 60% 40% at 0% 0%, rgba(255, 0, 170, 0.06), transparent),
    radial-gradient(ellipse 50% 30% at 50% 100%, rgba(0, 236, 122, 0.08), transparent);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg,
    rgba(0, 212, 255, 0.04) 0%,
    rgba(255, 0, 170, 0.03) 25%,
    rgba(99, 102, 241, 0.04) 50%,
    rgba(0, 236, 122, 0.03) 75%,
    rgba(0, 212, 255, 0.04) 100%);
  background-size: 400% 400%;
  animation: rgb-shimmer 12s ease infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes rgb-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

a:hover { text-decoration: none; color: var(--text-primary); }
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 12px; padding-right: 12px; }
.header-compact { padding-top: 4px !important; padding-bottom: 2px !important; }
.logo-center { text-align: center; padding-bottom: 2px; }
.logo-center a { display: inline-block; transition: transform var(--transition); }
.logo-center a:hover { transform: scale(1.02); }
.logo-mobile { max-width: 220px; height: auto; filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3)); }
.title { display: flex; justify-content: center; }
.title-text { color: var(--text-primary); font-size: clamp(1.25rem, 4vw, 2.5rem); font-weight: 700; letter-spacing: -0.02em; }
.text-big { font-size: clamp(1rem, 2.5vw, 1.5rem) !important; font-weight: 700; color: var(--text-primary) !important; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); line-height: 1.3; }
.word { color: var(--text-muted); font-size: clamp(0.8rem, 2vw, 0.95rem); }
.text-shadow { text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.footerrtp > div, .whatsapp > div, .Whatsapp > div, .facebook > div, .instagram > div, .APK > div {
  position: fixed !important; left: 8px !important; z-index: 1000 !important; opacity: 0.98; transition: transform var(--transition);
}
.footerrtp > div { bottom: 90px !important; }
.whatsapp > div, .Whatsapp > div { bottom: 150px !important; }
.facebook > div, .instagram > div { bottom: 210px !important; }
.APK > div { bottom: 270px !important; }

.footerrtp a, .whatsapp a, .Whatsapp a, .facebook a, .instagram a, .APK a {
  display: inline-block; transition: transform var(--transition), box-shadow var(--transition);
}
.footerrtp a:hover, .whatsapp a:hover, .Whatsapp a:hover, .facebook a:hover, .instagram a:hover, .APK a:hover {
  transform: scale(1.05); box-shadow: var(--shadow-rgb);
}

body > div[style*="position: fixed"][style*="bottom: 20px"][style*="right"] a,
body > div[style*="position: fixed"][style*="right: 5px"] a { display: inline-flex; border-radius: 50%; box-shadow: var(--shadow-soft); transition: transform var(--transition); }
body > div[style*="position: fixed"][style*="right"] a:hover { transform: scale(1.05); }

@media (max-width: 768px) {
  .footerrtp > div, .whatsapp > div, .Whatsapp > div, .facebook > div, .instagram > div, .APK > div { left: 8px !important; }
  .footerrtp > div { bottom: 82px !important; }
  .whatsapp > div, .Whatsapp > div { bottom: 138px !important; }
  .facebook > div, .instagram > div { bottom: 194px !important; }
  .APK > div { bottom: 250px !important; }
}
@media (max-width: 480px) {
  .footerrtp > div { bottom: 76px !important; }
  .whatsapp > div, .Whatsapp > div { bottom: 128px !important; }
  .facebook > div, .instagram > div { bottom: 180px !important; }
  .APK > div { bottom: 232px !important; }
}

.bg-glass-swipper {
  background: var(--bg-card) !important; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 212, 255, 0.25) !important; border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-soft), 0 0 20px rgba(0, 212, 255, 0.15), 0 0 40px rgba(255, 0, 170, 0.08);
  position: relative;
}
.bg-glass-swipper::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.12), transparent 40%, transparent 60%, rgba(255, 0, 170, 0.1));
  pointer-events: none;
}
.swiper-slide { text-align: center; display: flex; justify-content: center; align-items: center; width: auto; overflow: hidden; border-radius: var(--radius-sm); transition: all var(--transition); }
.swiper-slide:hover { background: linear-gradient(135deg, rgba(0, 212, 255, 0.08), rgba(255, 0, 170, 0.05)); transform: translateY(-2px); box-shadow: 0 4px 20px rgba(0, 212, 255, 0.15); }
.swiper-slide small { color: var(--text-muted); font-size: 0.75rem; font-weight: 500; transition: color var(--transition); }
.swiper-slide:hover small { color: var(--accent-cyan); text-shadow: 0 0 10px rgba(0, 212, 255, 0.5); }
.swiper-slide:hover img { transform: scale(0.95); }
.img-provider { max-height: 40px; width: auto; object-fit: contain; transition: transform var(--transition); }
.swiper-button-next::after, .swiper-button-prev::after {
  background: rgba(255, 255, 255, 0.15) !important; padding: 10px 14px !important; font-size: 12px !important; color: #fff !important;
  font-weight: 700; border-radius: 50%; backdrop-filter: blur(8px); border: 1px solid var(--border-glass); transition: background var(--transition), transform var(--transition);
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after { background: rgba(0, 212, 255, 0.3) !important; transform: scale(1.05); }

.btn-light { background: linear-gradient(135deg, #f59e0b 0%, #eab308 50%, #f59e0b 100%) !important; background-size: 200% 100% !important; color: #fff !important; border: none; padding: 12px 20px !important; border-radius: var(--radius-sm); font-weight: 600; box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4), 0 0 20px rgba(255, 0, 170, 0.1); transition: all var(--transition); }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(245, 158, 11, 0.5), 0 0 30px rgba(0, 212, 255, 0.2); color: #fff; background-position: 100% 0; }
.btn-outline-light { background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(99, 102, 241, 0.2) 50%, rgba(255, 0, 170, 0.1) 100%) !important; color: #fff !important; padding: 12px 20px !important; border-radius: var(--radius-sm); font-weight: 600; border: 1px solid rgba(0, 212, 255, 0.4) !important; transition: all var(--transition); }
.btn-outline-light:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 6px 24px rgba(0, 212, 255, 0.3), 0 0 20px rgba(255, 0, 170, 0.15); border-color: rgba(255, 0, 170, 0.5) !important; }

.notif-marque { background: var(--bg-card); border-radius: var(--radius-sm); padding: 10px 14px; border: 1px solid rgba(0, 212, 255, 0.2); font-size: clamp(0.75rem, 2vw, 0.85rem); color: var(--text-muted); box-shadow: 0 0 15px rgba(0, 212, 255, 0.08); overflow: hidden; align-items: center; }
.notif-marque i { color: var(--accent-cyan); margin-right: 8px; text-shadow: 0 0 8px rgba(0, 212, 255, 0.5); }
.ticker-wrapper { overflow: hidden; white-space: nowrap; width: 100%; }
.ticker-content { display: inline-flex; align-items: center; white-space: nowrap; animation: ticker-scroll 30s linear infinite; will-change: transform; color: var(--text-primary); }
.ticker-content span { padding-right: 40px; }
.notif-marque:hover .ticker-content { animation-play-state: paused; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-content { animation: none; } }
marquee { color: var(--text-primary); display: none; }

.slot { display: block; }
.slot .slot-sidebar { padding-right: 10px; padding-left: 0; margin-top: 5px; background-color: transparent; float: none !important; width: 100% !important; flex: none !important; max-width: 100% !important; }
.slot-sidebar-nav { display: flex; flex-wrap: nowrap; padding-left: 0; margin-bottom: 0; list-style: none; gap: 4px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.slot-sidebar-nav > li { border-bottom: none; min-width: fit-content; position: relative; display: block; padding: 6px 10px; background: var(--bg-card); border: 1px solid var(--border-glass); border-radius: var(--radius-sm); transition: background var(--transition), border-color var(--transition); }
.slot-sidebar-nav > li > a { color: var(--text-primary); font-size: 13px; padding: 6px 8px; display: block; background-color: transparent; }
.slot-sidebar-nav > li.active, .slot-sidebar-nav > li:hover { background: rgba(0, 212, 255, 0.15); border-color: rgba(0, 212, 255, 0.4); }
.active { background: linear-gradient(135deg, rgba(0, 146, 177, 0.9), rgba(0, 212, 255, 0.5)) !important; border-color: var(--accent-cyan) !important; }
.btn-provider { text-align: center; display: block; }
.enter { display: none; }
.slot .content { float: none; width: 100%; padding: 0; flex: 0 0 100%; max-width: 100%; background-color: transparent; }

.wrapper { width: 100%; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; position: relative; z-index: 0; }
@media (min-width: 576px) { .wrapper { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (min-width: 768px) { .wrapper { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 992px) { .wrapper { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
@media (min-width: 1200px) { .wrapper { grid-template-columns: repeat(5, 1fr); gap: 20px; } }

.card { float: none; width: 100% !important; background: var(--bg-card); text-align: center; border-radius: var(--radius-md); overflow: hidden; border: 1px solid rgba(0, 212, 255, 0.2); box-shadow: var(--shadow-soft), 0 0 15px rgba(0, 212, 255, 0.05); transition: all var(--transition); position: relative; }
.card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), transparent 50%, rgba(255, 0, 170, 0.08)); opacity: 0; transition: opacity var(--transition); pointer-events: none; }
.card:hover { transform: translateY(-6px); border-color: rgba(0, 212, 255, 0.5); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 35px rgba(0, 212, 255, 0.25), 0 0 60px rgba(255, 0, 170, 0.15); }
.card:hover::before { opacity: 1; }
.card, .card-content { border: none; position: relative; }
.card-content { margin: 0; padding: 10px; color: var(--text-primary); font-size: 12px; overflow: hidden; filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2)); }
.card-content a { display: block; }
.card-content img.img-zoom { width: 100% !important; max-width: 100%; height: auto; border-radius: var(--radius-sm); margin: 6px 0 !important; transition: transform 0.4s ease; min-height: 100px; object-fit: cover; background: linear-gradient(135deg, rgba(30, 30, 60, 0.6), rgba(20, 20, 45, 0.8)); }
img.img-zoom.img-broken { opacity: 0.9; }
.card--lux .card-content { padding: 12px; }
.card--lux .card-content img.img-zoom { border: 2px solid rgba(255, 205, 65, 0.68); border-radius: 10px; }

.percent { height: 28px; display: flex; overflow: hidden; line-height: 0; font-size: 0.75rem; background: rgba(255, 255, 255, 0.08); position: relative; z-index: 1; border-radius: 14px; width: 92%; margin: 8px auto; border: 1px solid var(--border-glass); }
.percent p { z-index: 15; position: absolute; text-align: center; width: 100%; font-size: 13px; font-weight: 700; transform: translateY(6px); color: var(--text-primary); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
.percent-bar { display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; transition: width 0.6s ease; z-index: 10; border-radius: 14px; }
.percent-bar.yellow { background: linear-gradient(90deg, #f59e0b, #eab308); }
.percent-bar.green { background: linear-gradient(90deg, #10b981, #34d399); }
.percent-bar.red { background: linear-gradient(90deg, #ef4444, #f87171); }
.jamBg { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.08) 75%, transparent 75%, transparent); background-size: 0.5rem 0.5rem; animation: progress-bar-stripes 1s linear infinite; }
@keyframes progress-bar-stripes { 0% { background-position: 0 0; } 100% { background-position: 0.5rem 0; } }

.jamgacor { background: linear-gradient(135deg, #059669 0%, #10b981 100%); font-family: inherit !important; padding: 8px 10px; border-radius: var(--radius-sm); border: 1px solid rgba(255, 255, 255, 0.2); margin-bottom: 6px; }
.jamgacor h5 { font-size: clamp(0.85em, 2vw, 1.1em); font-weight: 700; margin: 0; color: #fff; }
.pola { background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); font-family: inherit !important; padding: 8px 10px; border-radius: var(--radius-sm); border: 1px solid rgba(255, 255, 255, 0.2); }
.pola h5 { font-size: clamp(0.85em, 2vw, 1.1em); font-weight: 700; margin: 0 0 4px 0; color: #fff; }
.pola p {
  font-size: 0.95em;
  margin: 4px 0;
  color: rgba(255, 255, 255, 0.95);
  min-height: 20px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.2px;
  word-break: break-word;
}
.pola p .kw-mode { color: #00ff66; }
.pola p .kw-num { color: #39d2ff; font-weight: 800; }
.pola p .kw-key { color: #f2f2f2; }
.pola p .kw-on { color: #00ff7a; text-shadow: 0 0 8px rgba(0, 255, 122, 0.4); }
.pola p .kw-off { color: #ff3b3b; text-shadow: 0 0 8px rgba(255, 59, 59, 0.4); }
.pola p .kw-signal { color: #ffd54f; }
.pola p .kw-alert { color: #ffd1d1; font-weight: 800; letter-spacing: 0.5px; }
.pola p .kw-muted { color: rgba(255, 255, 255, 0.7); }
.jam { margin-bottom: 0; padding: 4px 0; color: #000; font-weight: bold; }

.hover-btn { position: absolute; opacity: 0; background: rgba(0, 0, 0, 0.85); transition: opacity var(--transition); z-index: 10; width: 100%; height: 50%; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; }
.card:hover .hover-btn { opacity: 1; }
.hover-btn:hover ~ .img-zoom, .wrap-pulse .pulse1 { position: relative; }
.play-btn { font-size: 14px; text-decoration: none; color: #fff; text-align: center; padding: 10px 24px; display: inline-block; background: linear-gradient(135deg, #00d4ff 0%, #6366f1 35%, #ff00aa 70%, #00ec7a 100%); background-size: 200% 200%; border-radius: 24px; transition: all var(--transition); font-weight: 600; border: 1px solid rgba(255, 255, 255, 0.35); box-shadow: 0 4px 14px rgba(0, 212, 255, 0.4), 0 0 20px rgba(255, 0, 170, 0.25); animation: rgb-glow 4s ease infinite; }
.play-btn:hover { background: linear-gradient(135deg, #00d4ff 0%, #22c55e 100%); color: #fff; transform: scale(1.05); box-shadow: 0 6px 24px rgba(0, 212, 255, 0.6), 0 0 30px rgba(0, 236, 122, 0.4); animation: none; }
@keyframes rgb-glow { 0%, 100% { box-shadow: 0 4px 14px rgba(0, 212, 255, 0.4), 0 0 20px rgba(255, 0, 170, 0.25); } 50% { box-shadow: 0 4px 18px rgba(255, 0, 170, 0.5), 0 0 25px rgba(0, 212, 255, 0.3); } }
.maintenance { position: absolute; background: rgba(0, 0, 0, 0.7); z-index: 10; width: 100%; height: 100%; color: #fff; text-align: center; margin: -10px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; }
.maintenance p { position: relative; font-size: 13px; padding: 12px; }

.gradient-border { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; background: var(--bg-card); border-radius: var(--radius-md); border: 1px solid var(--border-glass); padding: 1.25rem; }
.card-c.h-100.gradient-border { backdrop-filter: blur(8px); }
.card-body { flex: 1 1 auto; min-height: 1px; padding: 1.25rem; }
.card-body h3 { color: var(--text-primary); font-size: clamp(1.1rem, 3vw, 1.35rem); }
.card-body p, .p-justify { color: var(--text-muted); font-size: clamp(0.875rem, 2vw, 1rem); line-height: 1.6; }
.card-body a { color: var(--accent-cyan); text-decoration: none; transition: color var(--transition); }
.card-body a:hover { color: var(--accent-green); }
.h2-center { text-align: center; }
.text-white { color: #fff !important; }
.border-radius-10 { border-radius: var(--radius-sm) !important; }
.h-100 { height: 100% !important; }

* ::-webkit-scrollbar { width: 6px; height: 6px; background: rgba(0, 0, 0, 0.2); border-radius: 3px; }
* ::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(255, 255, 255, 0.2); }
* ::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.3); }

@media (max-width: 992px) { .logo-mobile { max-width: 200px; } .slot .slot-sidebar, .slot .content { float: none !important; width: 100% !important; flex: none !important; max-width: 100% !important; } .card { width: 100% !important; } .hover-btn { display: flex; } .hover-btn:hover ~ .img-zoom { transform: scale(1); } .slot-sidebar-nav li a p { font-size: 0.7em; } .slot-sidebar-nav li a img { height: 18px !important; } .jamgacor > h5, .pola > h5 { font-size: 0.95em; } .pola > p { font-size: 0.75em; } }
@media (max-width: 576px) { .wrapper { gap: 10px; padding: 0 4px; } .card-content { padding: 8px; } .percent { width: 96%; margin: 6px auto; } .pola > p { font-size: 0.7em !important; } .container { padding-left: 10px; padding-right: 10px; } }

.adv { justify-content: center; display: flex; flex-wrap: wrap; }
img { vertical-align: middle; border-style: none; }
.next-btn { background: var(--bg-card); border: 1px solid var(--border-glass); color: #fff; }
.mySlides { display: none; }
.short { display: none; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
.bg-light-blue, .element { background-color: rgba(0, 174, 239, 0.15); }
.element { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); backdrop-filter: blur(4px); border-radius: var(--radius-sm); border: 1px solid var(--border-glass); }
.bg-glass, .bg-glass-swipper { border: 1px solid var(--border-glass); }
.content, .size1, .wrapper { width: 100%; }
.bg-glass { backdrop-filter: blur(8px); box-shadow: var(--shadow-soft); }
.bg-glass:hover { background: rgba(99, 102, 241, 0.12); border-color: rgba(99, 102, 241, 0.25); }
.border-radius-20 { border-radius: var(--radius-lg) !important; }
.ygg-img { border: 4px solid var(--border-glass); border-radius: var(--radius-sm); }

/* ============================================
   Premium Fullscreen Loader (Meteor)
   ============================================ */
html.meteor-boot-active {
  overflow: hidden;
}

.meteor-loader {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(ellipse 80% 60% at 50% 35%, rgba(99, 102, 241, 0.18), transparent 60%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(0, 212, 255, 0.10), transparent 70%),
    linear-gradient(180deg, #060a1c 0%, #03060f 100%);
}

.meteor-loader--boot .meteor-loader__logo {
  animation-duration: 1.15s;
  animation-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1);
}

.meteor-loader--boot .meteor-loader__bar {
  animation-duration: 580ms;
}

.meteor-loader--boot .meteor-loader__label {
  animation-duration: 620ms;
}
.meteor-loader__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(28% 22% at 22% 28%, rgba(0, 212, 255, 0.14), transparent 70%),
    radial-gradient(28% 22% at 78% 72%, rgba(255, 0, 170, 0.12), transparent 70%),
    radial-gradient(20% 20% at 50% 50%, rgba(255, 255, 255, 0.04), transparent 70%);
  filter: blur(0.4px);
}
.meteor-loader__pulse {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.10), transparent 60%);
  opacity: 0.6;
  animation: meteorPulse 5s ease-in-out infinite;
  mix-blend-mode: screen;
}
.meteor-loader__center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 0 24px;
}
.meteor-loader__logo {
  width: 38vw;
  max-width: 320px;
  min-width: 180px;
  display: block;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  animation: meteorLogoReveal 1.4s cubic-bezier(0.22, 1, 0.36, 1) 200ms forwards,
             meteorLogoFloat 6s ease-in-out 1.6s infinite;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.55));
}
.meteor-loader__bar {
  position: relative;
  width: min(48vw, 280px);
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  opacity: 0;
  animation: meteorFadeIn 700ms ease 600ms forwards;
}
.meteor-loader__barFill {
  position: absolute;
  top: 0;
  left: -35%;
  height: 100%;
  width: 35%;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 212, 255, 0.6) 25%, rgba(255, 0, 170, 0.7) 75%, transparent 100%);
  filter: drop-shadow(0 0 12px rgba(0, 212, 255, 0.45));
  animation: meteorBarSweep 2.6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.meteor-loader__label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(90deg, #ffffff 0%, #00d4ff 35%, #ff00aa 65%, #ffffff 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  text-shadow: 0 0 18px rgba(0, 212, 255, 0.18);
  filter: drop-shadow(0 0 6px rgba(0, 212, 255, 0.35));
  opacity: 0;
  animation: meteorFadeIn 800ms ease 900ms forwards,
             meteorLabelShine 4.2s ease-in-out 1.5s infinite;
}
@keyframes meteorLabelShine {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.meteor-loader--hide {
  animation: meteorFadeOut 840ms cubic-bezier(0.45, 0, 0.2, 1) forwards;
}
@keyframes meteorPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50%      { opacity: 0.85; transform: scale(1.04); }
}
@keyframes meteorLogoReveal {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes meteorLogoFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-3px) scale(1); }
}
@keyframes meteorBarSweep {
  0%   { left: -35%; }
  100% { left: 100%; }
}
@keyframes meteorFadeIn {
  to { opacity: 1; }
}
@keyframes meteorFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.018);
  }
}

@media (prefers-reduced-motion: reduce) {
  .meteor-loader__pulse,
  .meteor-loader__barFill,
  .meteor-loader__logo { animation: none; }
  .meteor-loader__logo,
  .meteor-loader__bar,
  .meteor-loader__label { opacity: 1; transform: none; }
  .meteor-loader--hide { animation-duration: 280ms; }
}

/* ============================================
   Horizontal game showcase strip
   ============================================ */
.lux-game-scroll {
  margin: 14px 0 20px;
  padding: 10px 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0, 212, 255, 0.2);
  background: rgba(10, 14, 30, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28), inset 0 0 20px rgba(255, 0, 170, 0.08);
}
.lux-game-scroll__title {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 1px;
  color: #ff4fb2;
  text-shadow: 0 0 8px rgba(255, 79, 178, 0.4);
}
.lux-game-scroll__viewport {
  overflow: hidden;
  border-radius: 12px;
  padding: 2px 0;
}
.lux-game-scroll__track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: luxScrollRun 72s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}
.lux-game-scroll__item {
  width: 164px;
  height: 108px;
  border-radius: 8px;
  overflow: hidden;
  border: none;
  box-shadow: none;
  flex: 0 0 auto;
  background: #0b1022;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lux-game-scroll__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  border: none;
  display: block;
}
@keyframes luxScrollRun {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50.02%, 0, 0); }
}
