.kiri.atas,
.navigasi {
  align-content: center;
}
.article-katsu5 .cta::before,
.navigasi a::before {
  background: linear-gradient(
    0deg,
    transparent,
    white,
    #fff,
    white,
    transparent
  );
  z-index: 0;
  content: "";
  position: absolute;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
}
:root {
  --background-belakang: rgb(70, 0, 53);
  --background-main: rgb(163, 0, 150);
  --warna-white: rgb(255, 0, 200);
  --warna-putih: #e0e0e0;
  --gradasi: linear-gradient(to bottom, #410334 0%, #2c003a 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-katsu5 {
  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-white);
  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: rgb(48, 0, 36);
  width: 100%;
  font-size: 20px;
  color: #fff;
  box-shadow: 0 0 6px 3px #000;
  display: inline-block;
  overflow: hidden;
  transition: transform 0.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-katsu5 .cta *,
.navigasi a span {
  position: relative;
  z-index: 2;
}
@keyframes navBorderUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.navigasi a:hover {
  background-color: white;
  color: white;
  box-shadow: 0 0 5px 4px white;
  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%;
}
.slot-arcade-casino {
  width: 32%;
  border-radius: 10px;
  border: 1px solid white;
  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;
}
.slotSwiper {
  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 white;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}
.nama-permainan {
  font-weight: 600;
}
.persentase-rtp {
  color: white;
  font-weight: 700;
}
h2.judul-rtp-update {
  color: white;
}
.alexis-table {
  margin-bottom: 15px;
  margin-top: 5px;
}
.katsu5-table {
  border: 1px solid white;
  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: white;
}
table.katsu5-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, #4d0057, rgb(58, 0, 45));
  color: #fff;
  border: 1px solid white;
  font-weight: 700;
}
table.katsu5-table td {
  background-color: #57003a;
  border: 1px solid rgb(255, 255, 255);
  padding: 6px;
}
.panel-layanan {
  margin: auto;
  padding: 10px;
  background: var(--gradasi);
  border-radius: 10px;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 0 6px 3px #000;
  width: 94%;
}
.bar,
.bar span {
  border-radius: 10px;
}
.panel-header {
  border-bottom: 1px dashed white;
  padding-bottom: 15px;
  color: white;
}
.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: white;
}
.time {
  font-size: 28px;
  color: white;
  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 0.3s,
    filter 0.3s;
}
.bankSwiper img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.article-katsu5 {
  font-family: "Outfit", sans-serif;
  line-height: 1.8;
  color: #fff;
  padding: 30px;
  margin: auto;
}
.article-katsu5 h1 {
  color: white;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.article-katsu5 h2 {
  color: white;
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 15px;
  border-left: 5px solid #290022;
  padding-left: 10px;
}
.article-katsu5 h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: wheat;
}
.article-katsu5 p {
  margin-bottom: 18px;
  text-align: justify;
}
.article-katsu5 ul {
  margin: 15px 0 20px 20px;
}
.article-katsu5 ul li {
  margin-bottom: 8px;
}
.article-katsu5 .highlight {
  background: #fff3cd;
  padding: 15px;
  border-left: 5px solid #ffc107;
  margin: 25px 0;
}
.article-katsu5 .highlight p {
  margin: 0;
  color: #000;
}
.article-katsu5 .cta {
  position: relative;
  background: #290022;
  color: #fff;
  padding: 25px;
  text-align: center;
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.article-katsu5 .cta::before {
  inset: -3px;
  animation: 3s linear infinite borderMoveUp;
}
.navigasi i {
  margin-right: 10px;
}
.article-katsu5 .cta::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #290022;
  border-radius: 6px;
  z-index: 1;
}
@keyframes borderMoveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.article-katsu5 .cta h2 {
  color: #fff;
  border: none;
  padding: 0;
}
.article-katsu5 .cta p {
  color: #fff;
}
.isi-article {
  border-top: 10px solid white;
  background: linear-gradient(to bottom, #8d0063 0, #000 100%);
}
article.article-katsu5 a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.marquee-katsu5 {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    #7a0066,
    #420037,
    #9d0095,
    #470047,
    #3a0024
  );
  padding: 12px 0;
  position: relative;
  box-shadow: 0 0 0 rgba(0, 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, 0.8);
}
.site-footer {
  background: #0b0b0b;
  color: #fff;
  padding: 40px 20px;
  border-top: 1px solid white;
}
.footer-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}
.footer-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: rgb(119, 119, 119);
}
.footer-desc,
.footer-links {
  margin-bottom: 20px;
}
.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;
}
