:root {
    --smaller-font: 0.7rem;
    --small-font: 0.87rem;
    --normal-font: 1rem;
    --medium-font: 1.1rem;
    --large-font: 1.7rem;
    --x-large-font: 2rem;
    --bg-color: #131313;
    --text-first: #fafafa;
    --text-second: #0a0a0a;

    --first-color: #0096c4;
    --second-color: #fa0000;
    --third-color: #028cfd;
    --fourth-color: #014a86;
    --fifth-color: #0271cc;
    --g1: #0096c4;
    --g2: #fa0000;
 }

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.register-button,
.login-button {
    text-align: center;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;

    font-weight: bold;
    transition: all .4s;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.register-button {
    background: linear-gradient(to right, #64d6cc, #117f98);
    animation: blinking .7s infinite;
    transform: scale(0.9);
}

.register-button:hover{
  transform: scale(1);
  color: #ffff;
}

.login-button {
    background: linear-gradient(to left, #64d6cc, #117f98);
    animation: blinkings .7s infinite;
    transform: scale(0.9);
}

.login-button:hover{
  transform: scale(1);
  color: #ffff;
}

@keyframes blinking{
    0%{border:2px solid #0C2226}
    100%{border:2px solid #117f98}
}
@keyframes blinkings{
    0%{border:2px solid #117f98}
    100%{border:2px solid #0C2226}
}

.slot {

  display: block;

}



.slot .slot-sidebar {

  padding-right: 10px;

  padding-left: 0;

  margin-top: 5px;

  float: none !important;

  width: 100% !important;

  flex: none !important;

  max-width: 100% !important;

  padding-right: 0 !important;

}



.btn-provider:hover {
  border: 1px solid #fff;
  background-color: #117f98;
}



.slot-sidebar-nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: nowrap;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

}



.slot-sidebar-nav>li {

  border-bottom: 1px solid #64d6cc;

  width: 100%;

  position: relative;

  display: block;

  border-bottom: none;

  padding: 6px;

  background: linear-gradient(to top, #64d6cc, #117f98);

  /* WARNA BUTTON PROVIDER 1 */

}

@media (max-width: 767px) {
.slot-sidebar-nav>li {
  padding: 4px 2px;
}
}

.modal-content {
  background-color: #006770;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
.slot-sidebar-nav>li>a {

  color: #fff;

  font-size: 13px;

  padding: 7px 10px;

  display: block;

  background-color: black;

}



.btn-provider {

  text-align: center;

  display: block;

}



.enter {

  display: none;

}



.btn-provider span {

  position: unset;

}



.active {
  background: linear-gradient(to bottom, #03a7ff 0%, #02395e 88%);
}

.next-btn {
  background: linear-gradient(to top, #117f98, #117f98);
  width: 15%;
}



.mySlides {
  display: none;
}



.next-btn {
  background-color: #117f98;
  border: none;
  color: #fff;
}

@media (max-width: 992px) {

  .slot-sidebar-nav {

    flex-wrap: nowrap;

  }



  .slot-sidebar {

    float: none !important;

    width: 100% !important;

    flex: none !important;

    max-width: 100% !important;

    padding-right: 0 !important;

  }



  .content {

    float: none !important;

    width: 100% !important;

    flex: none !important;

    max-width: 100% !important;

  }



  .card {

    width: 33.3% !important;

  }



  .hover-btn {

    display: none;

  }



  .hover-btn:hover~.img-zoom {

    transform: scale(1);

    position: relative;

  }



  .btn-provider {

    text-align: center;

    display: block;

  }



  .enter {

    display: block;

  }



  .btn-provider span {

    position: unset;

  }



  .btn-provider i {

    margin: 0;

  }



  .slot-sidebar-nav li {

    border-bottom: none;

  }



  .slot-sidebar-nav li a p {

    font-size: 5px;

  }



  .img-zoom {

    height: auto;

  }



  .slot-sidebar-nav li a img {

    height: 17.5px !important;

  }



  .maintenance p {

    font-size: 5px;

  }

}

.rtp-card {
    background: linear-gradient(0deg, #117f98 0%, #0C2226 100%);
    padding: 0.7rem;
    text-align: center;
    width: 24rem;
    max-width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;
}

.rtp-card-img {
    max-width: 100%;
    width: 29rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.place-img-rtp {
    width: 100%;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-items: center;
    border-radius: 5px;
    box-shadow: 1px 0px 4px 2px #131313 inset;
}

.place-img-rtp:hover {
    cursor: pointer;
}

.btn-play {
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    z-index: 10;
    border: none;
    border-radius: 5px;
    padding: 0.3rem;
    width: 12rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: capitalize;
    max-width: 70%;
    border: 2px solid #0C2226;
    background: linear-gradient(to right, #117f98, #64d6cc);
    color: #ffffff;
}

.btn-play:hover {
    background: linear-gradient(#117f98, #117f98);
    color: #ffff;
}

.pola-wrapper {
    background: var(--text-second);
    padding: 0.9rem;
    width: 14rem;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
}

.pola-wrapper h4 {
    font-size: 0.9rem;
}

.pola-wrapper h5 {
    font-size: 0.7rem;
}

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

.jam-wrapper {
    background: #131313;
    border-radius: 50%;
    padding: 0.6rem;
}

.table-pola {
    max-width: 100%;
    width: 9rem;
}

.table-pola tr td {
    text-align: center;
    font-size: 0.7rem;
}

.top-game, .hot-game {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 3rem;
    top: 0rem;
    height: 2.9rem;
    left: 0.4rem;
    z-index: 2;
}

.top-game {
    background: url('../rtpbentuk4d.com/topbentuk.html');
}

.hot-game {
    background: url('../rtpbentuk4d.com/hotbentuk.html');
}

.icon-providers {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
    top: 0.5rem;
    right: 0.5rem;
}

.icon-providers img {
    width: 1.7rem;
}

.slider, .swiper {
    width: 100%;
    max-width: 100%;
}

.slider {
    /*padding: 1rem;*/
}

.slider-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper {
    background: linear-gradient(0deg, var(--text-second) 0%, var(--text-second) 100%);
    height: 100%;
    /*border-bottom: 1px dashed #006770;*/
}

.bg-theme {
    background: var(--bg-color);
    padding: 0.5rem;
}

.running-text {
    background: linear-gradient(to right, #117f98, #64d6cc);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    color: #ffffff;
    padding: .2rem .8rem .5rem;
    border-radius: 5px 5px 0 0;
}

.running-text marquee {
    /*background: #000;*/
    /*border-radius: 3px;*/
    /*padding: 3px 2px;*/
    line-height: 1;
    font-weight: bold;
}

.icon-prov {
    background: linear-gradient(0deg, #006770 0%, #003534 100%);
    display: flex;
    justify-content: center;
    position: relative;
    overflow: auto !important;
}

.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-right: auto;
margin-left: auto;
}

.item-prov {
    padding: 0 0.5rem;
}

.btn-credit {
    background: linear-gradient(to right top, #ffffff, #006770, var(--second-color), var(--fifth-color), #ffffff);
    box-shadow:  0px 0px 0px 1px #006770, inset 0px 2px 0px 0px #006770, inset 0px 0px 0px 2px #006770, 3px 3px 3px 1px rgb(0 0 0 / 20%);
    padding: 0.6rem;
    color: var(--text-first);
    border: none;
    font-weight: bold;
    border-right: 1px solid #006770;
}

.btn-credit:hover {
    background: linear-gradient(0deg, #003534 0%, #006770 100%);
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    border-top: 3px solid #64d6cc;
}

.item-nav-bottom {
    background: linear-gradient(0deg, #117f98 0%, #117f98 100%);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.3rem;
}

.item-nav-bottom:hover {
    background: linear-gradient(#117f98, #64d6cc);
    color: #ffffff;
    cursor: pointer;
}

.item-nav-bottom p {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.btn-up {
  display: none;
  position: fixed;
  bottom: 3.8rem;
  right: 0;
  z-index: 99;
  font-size: 0.9rem;
}

/* Percentage */
.percent{
    height: 19px;
    margin-top: 10px !important;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: -15px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.percent-bar{
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

.good{
    background-color: #ffc107;
}

.great{
    background-color: #28a745;
}

.bad{
    background-color: #dc3545;
}

.content-home {
    padding: 1rem;
    margin-bottom: 4rem;
    background: var(--text-first);
    color: var(--text-second);
}

/* Container */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px !important;
    }
}

/* =========================================================
   2026 RESPONSIVE UI REFRESH
   Keeps the original HTML structure, assets and destinations.
   ========================================================= */
:root {
    --rtp-accent: #64d6cc;
    --rtp-accent-2: #19a9b7;
    --rtp-deep: #117f98;
    --rtp-bg: #030708;
    --rtp-surface: rgba(7, 18, 21, .92);
    --rtp-surface-2: rgba(12, 31, 35, .94);
    --rtp-line: rgba(100, 214, 204, .22);
    --rtp-line-strong: rgba(100, 214, 204, .48);
    --rtp-text: #f5fbfb;
    --rtp-muted: #a9c3c5;
    --rtp-radius: 16px;
    --rtp-shadow: 0 14px 38px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--rtp-text);
    background-color: var(--rtp-bg);
    background-image:
        linear-gradient(180deg, rgba(1, 8, 10, .80), rgba(0, 0, 0, .90)),
        url('../blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0BiJUDlpYkKZvkrfmgFyoz3bbhW2L3llEgUtbxrC/s1470/luxury-background-abstract-elegant-arrow-geometric-shiny-line-gold-with-maroon-vector.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

/* Main shell */
main.container {
    width: min(100% - 22px, 1180px) !important;
    max-width: 1180px !important;
    margin-inline: auto;
    padding-inline: 0 !important;
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
}

.logo {
    display: flex;
    justify-content: center;
    padding: 14px 8px 10px;
}
.logo a { display: inline-flex; align-items: center; justify-content: center; }
.logo img {
    width: clamp(180px, 28vw, 300px) !important;
    max-height: 112px;
    object-fit: contain;
    margin: 0 !important;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.34));
}

/* Hero / slider */
.slider-wrapper {
    overflow: hidden;
    border: 1px solid var(--rtp-line);
    border-radius: var(--rtp-radius) !important;
    background: #051012 !important;
    box-shadow: var(--rtp-shadow) !important;
}
.running-text {
    min-height: 36px;
    display: flex;
    align-items: center;
    padding: 8px 14px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(90deg, #0d5969, #117f98 38%, #36bdb9 100%) !important;
    color: #fff;
    font-size: .86rem !important;
    letter-spacing: .35px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.18);
}
.running-text marquee { line-height: 1.2 !important; }
.slider, .swiper, .swiper-wrapper, .swiper-slide { max-width: 100%; }
.slider-img {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 5.4;
    object-fit: cover;
    border-radius: 0 !important;
}

/* Login / register */
.mt-2 > .row.g-3 { --bs-gutter-x: .65rem; --bs-gutter-y: .65rem; }
.login-button, .register-button {
    min-height: 48px;
    margin: 0 0 8px !important;
    padding: 11px 18px !important;
    transform: none !important;
    animation: none !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 12px !important;
    color: #fff !important;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .8px;
    box-shadow: 0 8px 18px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.13);
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease !important;
}
.login-button { background: linear-gradient(135deg, #0b5363 0%, #117f98 55%, #1ba0ae 100%) !important; }
.register-button { background: linear-gradient(135deg, #117f98 0%, #35b8b5 55%, #64d6cc 100%) !important; color: #041011 !important; }
.login-button:hover, .register-button:hover { transform: translateY(-1px) !important; filter: brightness(1.07); }
.login-button:active, .register-button:active { transform: translateY(0) scale(.99) !important; }

/* Provider carousel/nav */
.slot { margin: 4px 0 10px; }
.slot .slot-sidebar { padding: 0 !important; margin: 0 !important; }
.slot-sidebar-nav {
    align-items: stretch;
    gap: 6px;
    margin: 0 !important;
    padding: 7px !important;
    overflow: hidden;
    border: 1px solid var(--rtp-line);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(10,31,35,.96), rgba(4,13,15,.96));
    box-shadow: 0 8px 24px rgba(0,0,0,.24);
}
.slot-sidebar-nav > li {
    min-width: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 3px !important;
    border: 1px solid rgba(100,214,204,.14) !important;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(25,108,120,.55), rgba(5,31,36,.8)) !important;
    overflow: hidden;
}
.slot-sidebar-nav > li > a {
    width: 100%;
    min-height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 6px 8px !important;
    border-radius: 8px;
    background: rgba(0,0,0,.35) !important;
    transition: background .18s ease, transform .18s ease;
}
.btn-provider:hover { border: 0 !important; background: rgba(100,214,204,.12) !important; transform: translateY(-1px); }
.slot-sidebar-nav li a img {
    width: auto !important;
    max-width: 100% !important;
    height: 38px !important;
    object-fit: contain;
}
.next-btn {
    flex: 0 0 42px;
    width: 42px !important;
    min-width: 42px;
    border: 1px solid rgba(100,214,204,.24) !important;
    border-radius: 10px;
    background: linear-gradient(180deg, #137a8d, #0b5363) !important;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    transition: filter .18s ease, transform .18s ease;
}
.next-btn:hover { filter: brightness(1.13); transform: scale(1.02); }

/* RTP section */
.bg-theme {
    margin-top: 8px;
    padding: 12px !important;
    border: 1px solid var(--rtp-line);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(7,17,19,.96), rgba(3,9,10,.97)) !important;
    box-shadow: var(--rtp-shadow);
}
.bg-theme > .d-flex:first-child {
    align-items: center;
    margin: 0 0 6px;
    padding: 0 3px 7px;
    border-bottom: 1px solid rgba(100,214,204,.12);
}
.bg-theme h6 { color: #cfe2e3; margin-bottom: 5px; }
.title-game {
    position: relative;
    margin: 6px 0 4px;
    padding: 10px 12px 10px 15px;
    overflow: hidden;
    border: 1px solid rgba(100,214,204,.18);
    border-radius: 11px;
    background: linear-gradient(90deg, rgba(17,127,152,.28), rgba(100,214,204,.07));
    color: #f7ffff;
    font-size: clamp(1rem, 2vw, 1.28rem) !important;
    font-weight: 850;
    letter-spacing: .35px;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.title-game::before {
    content: "";
    position: absolute;
    inset: 7px auto 7px 0;
    width: 3px;
    border-radius: 4px;
    background: var(--rtp-accent);
    box-shadow: 0 0 12px rgba(100,214,204,.45);
}
.bg-theme > .row.justify-content-center { --bs-gutter-x: .58rem; --bs-gutter-y: .58rem; }

.rtp-card {
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    min-height: 214px;
    margin: 0 !important;
    padding: 9px !important;
    overflow: hidden;
    border: 1px solid rgba(100,214,204,.19);
    border-radius: 14px !important;
    background: linear-gradient(145deg, rgba(15,58,65,.96), rgba(5,21,24,.97) 58%, rgba(9,42,49,.96)) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.27), inset 0 1px 0 rgba(255,255,255,.035);
    content-visibility: auto;
    contain-intrinsic-size: 280px 230px;
    animation: none !important;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
@media (hover:hover) and (pointer:fine) {
    .rtp-card:hover {
        transform: translateY(-2px);
        border-color: rgba(100,214,204,.42);
        box-shadow: 0 13px 28px rgba(0,0,0,.34), 0 0 18px rgba(35,185,184,.07);
    }
}
.rtp-card > .row {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: 8px;
    align-items: stretch;
    margin: 0 !important;
}
.rtp-card > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}
.place-img-rtp {
    height: 100%;
    min-height: 185px;
    padding: 0 !important;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 11px !important;
    background: #061113;
    box-shadow: none !important;
}
.rtp-card-img {
    width: 100% !important;
    height: 100%;
    min-height: 185px;
    object-fit: cover;
    border-radius: 10px !important;
    box-shadow: none !important;
    transition: transform .25s ease, filter .25s ease;
}
@media (hover:hover) and (pointer:fine) { .place-img-rtp:hover .rtp-card-img { transform: scale(1.025); filter: saturate(1.05); } }
.btn-play {
    top: auto !important;
    bottom: 8px;
    left: 50%;
    width: calc(100% - 16px) !important;
    max-width: none !important;
    min-height: 32px;
    padding: 6px 8px !important;
    transform: translateX(-50%) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 9px !important;
    background: linear-gradient(90deg, rgba(7,76,90,.95), rgba(31,174,177,.95)) !important;
    color: #fff !important;
    font-size: .68rem !important;
    font-weight: 800;
    letter-spacing: .2px;
    box-shadow: 0 7px 18px rgba(0,0,0,.36) !important;
    backdrop-filter: blur(7px);
}
.pola-wrapper {
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    min-height: 185px;
    padding: 11px 9px 9px !important;
    border: 1px solid rgba(100,214,204,.13);
    border-radius: 11px !important;
    background: linear-gradient(180deg, rgba(2,8,10,.94), rgba(3,15,17,.92)) !important;
    box-shadow: none !important;
}
.pola-wrapper h4 {
    margin: 1px 0 6px;
    padding-right: 21px;
    color: #ecffff;
    font-size: .82rem !important;
    font-weight: 800;
}
.pola-wrapper h5 { margin-top: 8px !important; color: #d8eff0; font-size: .68rem !important; }
.pola-wrapper hr { margin: 6px 0; border-color: rgba(100,214,204,.2); opacity: 1; }
.icon-providers { top: 8px !important; right: 8px !important; width: 21px !important; opacity: .9; }
.icon-providers img { width: 21px !important; height: 21px; object-fit: contain; }
.table-pola { width: 100% !important; max-width: none; margin: 0 auto; }
.table-pola tr td { padding: 2px 1px; color: #dbecec; font-size: .66rem !important; line-height: 1.25; }
.percent {
    height: 17px !important;
    margin-top: 8px !important;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px !important;
    background: rgba(255,255,255,.12) !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.28);
}
.percent p {
    inset: 0;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    color: #071011 !important;
    font-size: 10px !important;
    line-height: 15px;
}
.percent-bar { animation-duration: 1.8s !important; }
.hot-game, .top-game { transform: scale(.84); transform-origin: top left; }

/* Bottom navigation */
.nav-bottom {
    width: min(calc(100% - 16px), 720px) !important;
    left: 50% !important;
    right: auto !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%);
    overflow: hidden;
    border: 1px solid rgba(100,214,204,.28) !important;
    border-radius: 15px;
    background: rgba(3,14,16,.89);
    box-shadow: 0 12px 34px rgba(0,0,0,.48);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.item-nav-bottom {
    min-height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px 4px !important;
    border-right: 1px solid rgba(255,255,255,.055);
    background: transparent !important;
    color: #eafafa !important;
    font-size: .72rem !important;
    transition: background .18s ease, color .18s ease;
}
.item-nav-bottom:last-child { border-right: 0; }
.item-nav-bottom i { color: var(--rtp-accent); font-size: 1.05rem; }
.item-nav-bottom:hover { background: rgba(100,214,204,.1) !important; }
.btn-up { right: 12px !important; bottom: 76px !important; border-radius: 10px !important; }

/* Popup cleanup */
#pop-up-container { padding: 16px; z-index: 100000 !important; }
#bg-black { background: rgba(0,0,0,.82) !important; backdrop-filter: blur(5px); }
#pop-up-wrapper {
    width: min(92vw, 520px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(100,214,204,.28);
    border-radius: 16px !important;
    background: #071113 !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.62), 0 0 30px rgba(52,197,197,.08);
}
#pop-up-wrapper img { display:block; width:100%; height:auto; border-radius: 0 !important; }
#pop-up-wrapper button {
    min-height: 46px;
    padding: 10px 14px !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, #117f98, #64d6cc) !important;
    color: #041113 !important;
    font-size: .8rem !important;
    font-weight: 850 !important;
    letter-spacing: .45px;
}
.fireworks-container { z-index: 9999 !important; }

/* Accessibility/performance */
.rtp-card.animate__animated { animation: none !important; }
.content-home { border-radius: 16px; }
:focus-visible { outline: 2px solid var(--rtp-accent); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .fireworks-container { display: none !important; }
}
