.kiri.atas,
.navigasi {
    align-content: center
}

.article-alexistogel .cta::before,
.navigasi a::before {
    background: linear-gradient(0deg, transparent, gold, #fff, gold, transparent);
    z-index: 0;
    content: "";
    position: absolute
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Courier New', Courier, monospace
}

:root {
    --background-belakang: rgb(70, 0, 0);
    --background-main: rgb(141, 0, 0);
    --warna-gold: gold;
    --warna-putih: #e0e0e0;
    --gradasi: linear-gradient(to bottom, #410303 0%, #750404 100%)
}

body {
    background-color: var(--background-belakang);
    color: var(--warna-putih);
    line-height: 1.5;
    background-color: #050000
}

.container {
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 0 1px 3px #000
}

.logo-alexis {
    width: 200px;
    display: block
}

header {
    background: var(--gradasi);
    text-align: center;
    box-shadow: 0 2px 3px 2px #000
}

.aturan-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px
}

.btn-daftar,
.btn-login,
.navigasi a {
    padding: 10px 20px;
    font-weight: 700;
    text-decoration: none
}

.tombol {
    display: flex;
    gap: 20px
}

.btn-daftar,
.btn-login {
    background-color: var(--warna-gold);
    color: #000;
    font-size: 1.5rem;
    border-radius: 10px 0;
    box-shadow: 0 2px 3px 1px #000
}

.pembelah-dua {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-top: 7px
}

.navigasi,
.swiper {
    width: 90%;
    margin: auto
}

main {
    background-color: var(--background-main);
    padding: 10px
}

.navigasi {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap
}

.navigasi a {
    position: relative;
    border-radius: 10px;
    background: red;
    width: 100%;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 6px 3px #000;
    display: inline-block;
    overflow: hidden;
    transition: transform .3s
}

.navigasi a::before {
    inset: -2px;
    animation: 2.8s linear infinite navBorderUp
}

.navigasi a::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #111;
    border-radius: 8px;
    z-index: 1
}

.article-alexistogel .cta *,
.navigasi a p {
    position: relative;
    z-index: 2
}

@keyframes navBorderUp {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}

.navigasi a:hover {
    background-color: gold;
    color: gold;
    box-shadow: 0 0 5px 4px gold;
    transform: translateY(-2px)
}

.swiper {
    height: 450px
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 1px #000
}

.gambar-tiga {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    width: 100%
}

.togel-arcade-casino {
    width: 32%;
    border-radius: 10px;
    border: 1px solid gold;
    box-shadow: 1px 1px 1px #000
}

.kiri.atas {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.kanan.atas {
    background: #3c0000;
    padding: 0
}

.kanan {
    padding: 0 5px
}

.rtp-terupdate {
    padding: 10px;
    margin-top: 30px
}

.togelSwiper {
    height: 220px;
    overflow: hidden;
    width: 100%
}

.swiper-slide.item-rtp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 6px;
    background: #000;
    border: 1px solid gold;
    border-radius: 6px;
    color: #fff;
    font-size: 14px
}

.nama-permainan {
    font-weight: 600
}

.persentase-rtp {
    color: gold;
    font-weight: 700
}

h2.judul-rtp-update {
    color: gold
}

.alexis-table {
    margin-bottom: 15px;
    margin-top: 5px
}

.alexistogel-table {
    border: 1px solid gold;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 4px;
    margin: 20px auto;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.judul-marquee {
    text-align: center;
    color: gold
}

table.alexistogel-table thead {
    font-size: 15px;
    text-align: center;
    background: radial-gradient(circle 214px at 46.5% 54.2%, #6e0000 0, #600000 96%);
    color: #fff;
    line-height: 33px
}

table tr {
    background-color: #eaeaea
}

thead th {
    background: linear-gradient(360deg, #b00000, red);
    color: #fff;
    border: 1px solid gold;
    font-weight: 700
}

table.alexistogel-table td {
    background-color: #910203;
    border: 1px solid gold;
    padding: 6px
}

.panel-layanan {
    margin: auto;
    padding: 10px;
    background: var(--gradasi);
    border-radius: 10px;
    border: 1px solid gold;
    box-shadow: 0 0 6px 3px #000;
    width: 94%
}

.bar,
.bar span {
    border-radius: 10px
}

.panel-header {
    border-bottom: 1px dashed gold;
    padding-bottom: 15px;
    color: gold
}

.panel-header h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px
}

.panel-header span {
    font-size: 12px;
    color: #aaa
}

.info strong {
    display: block;
    font-size: 14px
}

.info small {
    color: #888;
    font-size: 11px
}

.bar-wrapper {
    display: flex;
    align-items: center;
    gap: 15px
}

.bar {
    flex: 1;
    height: 8px;
    background: #222;
    overflow: hidden
}

.bar span {
    display: block;
    height: 100%;
    background: gold
}

.time {
    font-size: 28px;
    color: gold;
    min-width: 60px;
    text-align: right
}

.time small {
    font-size: 12px
}

.bankSwiper {
    width: 100%;
    padding: 10px 0;
    height: 100px
}

.bankSwiper .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.bankSwiper img {
    height: auto;
    width: 150px;
    filter: grayscale(20%);
    transition: transform .3s, filter .3s
}

.bankSwiper img:hover {
    transform: scale(1.1);
    filter: grayscale(0%)
}

.article-alexistogel {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8;
    color: #fff;
    padding: 30px;
    margin: auto
}

.article-alexistogel h1 {
    color: gold;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center
}

.article-alexistogel h2 {
    color: gold;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    border-left: 5px solid #b80000;
    padding-left: 10px
}

.article-alexistogel h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: wheat
}

.article-alexistogel p {
    margin-bottom: 18px;
    text-align: justify
}

.article-alexistogel ul {
    margin: 15px 0 20px 20px
}

.article-alexistogel ul li {
    margin-bottom: 8px
}

.article-alexistogel .highlight {
    background: #fff3cd;
    padding: 15px;
    border-left: 5px solid #ffc107;
    margin: 25px 0
}

.article-alexistogel .highlight p {
    margin: 0;
    color: #000
}

.article-alexistogel .cta {
    position: relative;
    background: #b80000;
    color: #fff;
    padding: 25px;
    text-align: center;
    margin-top: 40px;
    border-radius: 8px;
    overflow: hidden
}

.article-alexistogel .cta::before {
    inset: -3px;
    animation: 3s linear infinite borderMoveUp
}

.navigasi i {
    margin-right: 10px
}

.article-alexistogel .cta::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #b80000;
    border-radius: 6px;
    z-index: 1
}

@keyframes borderMoveUp {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}

.article-alexistogel .cta h2 {
    color: #fff;
    border: none;
    padding: 0
}

.article-alexistogel .cta p {
    color: #fff
}

.isi-article {
    border-top: 10px solid gold;
    background: linear-gradient(to bottom, #8d0000 0, #000 100%)
}

article.article-alexistogel a {
    color: gold;
    text-decoration: none;
    font-weight: 700
}

.marquee-alexistogel {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #7a0000, #b80000, #9d0000, #b80000, #7a0000);
    padding: 12px 0;
    position: relative;
    box-shadow: 0 0 0 rgba(0, 0, 0, .7)
}

.marquee-track {
    display: flex;
    width: max-content;
    will-change: transform
}

.mqrquee {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.mqrquee span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-right: 60px;
    text-shadow: 0 0 6px rgba(0, 0, 0, .8)
}

.site-footer {
    background: #0b0b0b;
    color: #fff;
    padding: 40px 20px;
    border-top: 1px solid gold
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    text-align: center
}

.footer-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fc0
}
.footer-links li {
    list-style: none;
    border-bottom: 1px solid gold;
}
.footer-desc, .footer-links {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    justify-content: center;
}
.footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc
}

.footer-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 14px
}

.footer-links a:hover {
    color: #fc0
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 15px;
    font-size: 13px;
    color: #999
}
 
#beatCanvas {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at center, #200, #050000)
}

canvas {
    image-rendering: optimizeSpeed;
    image-rendering: crisp-edges
}

.gambar-utama img { 
    width: 100%;
    border-radius: 10px;
    border: 1px solid gold;
    box-shadow: 1px 1px 1px black;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 0;
    margin: 0 0 15px 0;
    background: transparent;
    font-size: 14px;
}

/* Breadcrumb Item */
.breadcrumb-item {
    color: #666;
}

/* Breadcrumb Separator */
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    padding: 0 8px;
    color: #999;
}

/* Breadcrumb Link */
.breadcrumb-item a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: gold;
    text-decoration: underline;
}

/* Active Page */
.breadcrumb-item.active {
    color: gold;
    font-weight: 600;
    pointer-events: none;
}

/* Responsive */
@media (max-width: 600px) {
    .breadcrumb {
        font-size: 13px;
    }
}


:root {
    --primary: #ff9800;
    --secondary: #ff5722;
    --bg-dark: #2a0f0f;
    --card-bg: #271111;
    --text-light: #e5e7eb;
    --text-muted: #9ca3af;
  }
  
  .faq-modern {
    max-width: 900px;
    margin: 60px auto;
    font-family: 'Segoe UI', sans-serif;
    padding: 20px;
  }
  
  .faq-modern h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: var(--text-light);
  }
  
  .faq-card {
    background: linear-gradient(135deg, var(--card-bg), #020617);
    border-radius: 16px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.05);
  }
  
  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .faq-question:hover {
    background: rgba(255,255,255,0.03);
  }
  
  .faq-question h3 {
    font-size: 18px;
    color: var(--primary);
    margin: 0;
  }
  
  .faq-icon {
    font-size: 22px;
    color: var(--primary);
    transition: transform 0.4s ease;
  }
  
  .faq-card.active .faq-icon {
    transform: rotate(45deg);
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.4s ease;
  }
  
  .faq-card.active .faq-answer {
    max-height: 300px;
    padding: 0 24px 20px;
  }
  
  .faq-answer p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0;
  }
  
  /* Mobile */
  @media (max-width: 600px) {
    .faq-modern h2 {
      font-size: 26px;
    }
    .faq-question h3 {
      font-size: 16px;
    }
  }
.avatar img {
    width: 50px;
    border-radius: 50px;
    border:1px solid gold;
}
.review-section {
  max-width: 1000px;
  margin: 80px auto;
  font-family: 'Segoe UI', sans-serif;
  padding: 20px;
}

.review-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #e5e7eb;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.review-card {
  background: linear-gradient(145deg, #2a0f0f, #170202);
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.45);
  border: 1px solid gold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9800, #ff5722);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-weight: bold;
  font-size: 18px;
  margin-right: 12px;
}

.reviewer-name {
  font-size: 16px;
  font-weight: 600;
  color: #f9fafb;
}

.review-stars {
  color: #fbbf24;
  margin-top: 2px;
  font-size: 14px;
}

.review-text {
  font-size: 15px;
  line-height: 1.8;
  color: #9ca3af;
}

.review-badge {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,152,0,0.15);
  color: #ff9800;
}



button#semua , button#live , button#togel , button#slot , button#elottery , button#arcade , button#poker { 
    border: 1px solid gold;
    min-height: 90px;
}