a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #0072dd
}

html {
    overflow-y: scroll;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.color-1 {
background: url('https://dgnusantara.xyz/sys_data/cmp_dst/20260324/img_69c25b9397f715.60421998.webp') center top / 100% 100% no-repeat fixed,
        linear-gradient(135deg, #1a0533 0%, #2d0a5e 50%, #1a0533 100%);
    min-height: 100vh;
}

.row.align-items-center.py-1 {
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
}

.color-2 {
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.color-3 {
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
}

.color-4 {
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
}

.color-5 {
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
}

.color-6 {
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
}

.text-justify {
    text-align: justify;
}

.web-logo {
    width: 100%;
    max-width: 200px;

}

.card-game {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

i.icon {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.bi-person-plus-fill {
    margin-right: 0.5rem;
}

.btn-regis {
    font-size: .875rem;
    font-weight: 700;
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow:
        0 10px 25px rgba(255, 215, 0, 0.4),
        0 5px 15px rgba(124, 58, 237, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -3px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(0) perspective(1000px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-regis:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.btn-regis:hover:before {
    left: 100%;
}

.btn-regis:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
    color: #ffffff;
    transform: translateY(-4px) perspective(1000px) rotateX(5deg);
    box-shadow:
        0 15px 35px rgba(255, 215, 0, 0.5),
        0 8px 20px rgba(124, 58, 237, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -3px 8px rgba(0, 0, 0, 0.15);
}

.btn-regis:active {
    transform: translateY(-1px) perspective(1000px) rotateX(2deg);
    box-shadow:
        0 5px 15px rgba(255, 215, 0, 0.3),
        0 3px 10px rgba(124, 58, 237, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 3px 8px rgba(0, 0, 0, 0.25);
}

.mr-n1 {
    margin-right: -1rem;
}

.btn-slide {
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
    box-shadow:
        0 8px 18px rgba(255, 215, 0, 0.4),
        0 4px 12px rgba(124, 58, 237, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -3px 8px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 6px;
    transform: translateY(0) perspective(800px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-slide:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.btn-slide:hover:before {
    left: 100%;
}

.btn-slide:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
    transform: translateY(-3px) perspective(800px) rotateX(4deg);
    box-shadow:
        0 12px 25px rgba(255, 215, 0, 0.5),
        0 6px 18px rgba(124, 58, 237, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -3px 8px rgba(0, 0, 0, 0.15);
}

.list-group-item .provider-thumbnail {
    display: block;
    margin: 0;
    width: 2rem;
    height: 2rem;
}

.list-group-item span {
    margin-left: .5rem;
    font-weight: 700;
}

.list-group-item {
    border-bottom: 5px solid #FFD700;
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
    box-shadow:
        0 6px 15px rgba(255, 215, 0, 0.35),
        0 3px 10px rgba(124, 58, 237, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-bottom: 8px;
    transform: translateZ(0) perspective(1000px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.list-group-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background: linear-gradient(135deg, #3b0f7a 0%, #5b21b6 100%);
    transform: translateY(-3px) perspective(1000px) rotateX(3deg);
    box-shadow:
        0 10px 22px rgba(255, 215, 0, 0.45),
        0 5px 15px rgba(124, 58, 237, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -2px 6px rgba(0, 0, 0, 0.15);
}

.list-group-item-action:hover:before {
    left: 100%;
}

.list-group-item.active {
    background: linear-gradient(135deg, #4c1d95 0%, #6d28d9 100%);
    border-bottom: 4px solid #FFD700 !important;
    box-shadow: 0 4px 20px rgba(148, 0, 211, 0.4) !important;
    transform: translateY(-2px) !important;
    position: relative;
}

.list-group-item.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(255, 215, 0, 0.15),
            rgba(124, 58, 237, 0.2),
            rgba(255, 215, 0, 0.15),
            rgba(192, 132, 252, 0.2),
            rgba(255, 215, 0, 0.15));
    background-size: 400% 400%;
    animation: elegant-shift 4s ease infinite;
    pointer-events: none;
    z-index: 1;
}

.list-group-item.active>* {
    position: relative;
    z-index: 2;
}

@keyframes elegant-shift {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.list-group-item.active span {
    color: #FFD700 !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.list-group-item.active a {
    color: #FFD700 !important;
    font-weight: 900 !important;
}

.card.card-game {
    background: none;
    display: block;
    position: relative;
    min-height: 100px;
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    height: 100%;
}

.card.card-game .game-link {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 33px;
    width: auto;
    height: auto;
    background-color: rgba(26, 5, 51, 0.7);
}

.card.card-game:hover .game-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.card-game span {
    color: #ffffff;
    text-transform: capitalize;
    width: 85%;
    font-weight: 700;
    text-align: center;
    font-size: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-game {
    padding: 3px 8px;
    color: #fff;
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    border: none;
    box-shadow:
        0 6px 14px rgba(255, 215, 0, 0.4),
        0 3px 9px rgba(124, 58, 237, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -2px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(0) perspective(800px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-game:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.btn-game:hover:before {
    left: 100%;
}

.btn-game:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
    color: #fff;
    transform: translateY(-3px) perspective(800px) rotateX(4deg);
    box-shadow:
        0 10px 20px rgba(255, 215, 0, 0.5),
        0 5px 14px rgba(124, 58, 237, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.15);
}

.btn-game:active {
    transform: translateY(-1px) perspective(800px) rotateX(2deg);
    box-shadow:
        0 4px 10px rgba(255, 215, 0, 0.3),
        0 2px 7px rgba(124, 58, 237, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 2px 6px rgba(0, 0, 0, 0.25);
}

.btn-login {
    border-radius: 0;
    line-height: 1.2;
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
    box-shadow:
        0 7px 16px rgba(255, 215, 0, 0.4),
        0 4px 11px rgba(124, 58, 237, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -3px 7px rgba(0, 0, 0, 0.2);
    border: none;
    transform: translateY(0) perspective(900px) rotateX(0deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-login:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.btn-login:hover:before {
    left: 100%;
}

.btn-login:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%);
    transform: translateY(-3px) perspective(900px) rotateX(4deg);
    box-shadow:
        0 12px 24px rgba(255, 215, 0, 0.5),
        0 6px 16px rgba(124, 58, 237, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -3px 7px rgba(0, 0, 0, 0.15);
}

.btn-login small,
.btn-login span {
    animation: blinking 1s step-start infinite;
}

.btn-group span {
    font-weight: 700;
}

input#search {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #4c1d95;
    background: linear-gradient(135deg, rgba(255, 238, 0, 0.95), rgba(255, 238, 0, 0.9));
    color: #1a0533;
    font-size: .875rem;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color .2s ease, border-color .2s ease;
}

.card-provider {
    position: relative;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 0 !important;
    flex: 1 1 auto;
    margin: 0 auto;
}

.card-provider img {
    width: 100%;
}

.card-title {
    text-align: center;
}

.card-deck {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.game-item {
    height: 0;
    position: relative;
    padding-bottom: 67.44186%;
}

.game-item-img {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
}

.owl-item {
    text-align: center;
}

.owl-item .active span {
    background: linear-gradient(135deg, #9400D3, #c084fc, #FFD700, #9400D3);
    background-size: 300% 300%;
    animation: text-gradient 3s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    text-shadow: none;
    filter: drop-shadow(0 2px 4px rgba(148, 0, 211, 0.3));
}

@keyframes text-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.owl-item span {
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: .625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
}

.carousel-game {
    background: linear-gradient(135deg, rgba(29, 5, 69, 0.92) 0%, rgba(45, 10, 94, 0.95) 100%);
    border-radius: 3px;
}

.carousel-game .col {
    flex: 0 0 0%;
    height: auto;
}

#owl-game {
    flex: 1 0 auto;
    width: 50%;
    margin: 0 auto;
}

.animate-charcter {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.card.card-game .card-body .game-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: rgba(26, 5, 51, 0.7);
}

.card.card-game .card-body:hover .game-link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.percent {
    height: 25px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background: linear-gradient(135deg, #1d3557 0%, #2d0a5e 100%);
    border-radius: 0 0 4px 4px;
    padding: 4px 5px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 -3px 5px #1a0533 inset, 0 1px 0px #7c3aed;
    box-shadow: 0 -3px 5px #1a0533 inset, 0 1px 0px #7c3aed;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    transform: translateY(9px);
    color: white;
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.percent-bar {
    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;
    border-radius: 2px;
    transition: width 0.6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    z-index: 10;
}

.yellow {
    background-color: #debc01;
}

.green {
    background-color: #0eb700;
}

.red {
    background-color: #b12c55;
}

.shine {
    position: relative;
}

.shine:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: animate-shine 2s ease-out infinite;
    -moz-animation: animate-shine 2s ease-out infinite;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-close {
    font-size: 23px;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 18px;
}

.modal .modal-dialog .modal-content .modal-body p.text-list {
    display: block;
    position: relative;
    width: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-body h5,
.modal .modal-dialog .modal-content .modal-body p {
    font-size: 14px;
}

.footer-text {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid #4c1d95;
}

@keyframes blinking {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

@-moz-keyframes animate-shine {
    0% {
        opacity: 0;
        width: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        width: 95%;
    }
}

@media (max-width: 767px) {
    body {
        background: linear-gradient(135deg, #1a0533 0%, #2d0a5e 50%, #1a0533 100%);
        background-attachment: fixed;
    }
}

@media (min-width: 576px) {
    .text-xs-left {
        text-align: left;
    }
}

@media (min-width: 993px) {
    .modal .modal-dialog .modal-content {
        max-width: 400px;
        margin: 0 auto;
    }
}

.text-white {
    color: #fff;
}

/* =============================================
   BOTTOM NAV - TEMA UNGU PUTIH KUNING
   ============================================= */

.bottom-nav {
    display: none;
}

@media (max-width: 991px) {
    .bottom-nav {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: linear-gradient(180deg, #1a0533 0%, #2d0a5e 60%, #1a0533 100%);
        justify-content: space-around;
        align-items: stretch;
        padding: 0;
        border-top: 3px solid #FFD700;
        box-shadow:
            0 -4px 20px rgba(148, 0, 211, 0.5),
            0 -2px 10px rgba(255, 215, 0, 0.35),
            0 -1px 0 rgba(255, 215, 0, 0.6);
        height: 68px;
        border-radius: 18px 18px 0 0;
        overflow: hidden;
    }

    body {
        padding-bottom: 68px;
    }
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 1;
    padding: 8px 4px 6px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: transparent;
    overflow: hidden;
    border: none;
    outline: none;
}

.bottom-nav-item+.bottom-nav-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(255, 215, 0, 0.35) 50%,
            transparent 100%);
}

.bottom-nav-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.25) 0%, rgba(148, 0, 211, 0.15) 60%, transparent 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

.bottom-nav-item:active::after {
    width: 100px;
    height: 100px;
    opacity: 1;
}

.bottom-nav-item:active {
    transform: scale(0.93);
}

.bottom-nav-icon {
    font-size: 24px;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.65);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1;
    position: relative;
    z-index: 1;
}

.bottom-nav-item span {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    letter-spacing: 0.3px;
    line-height: 1.2;
    max-width: 100%;
    word-wrap: break-word;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    text-shadow: none;
}

.bottom-nav-item:hover .bottom-nav-icon,
.bottom-nav-item.active .bottom-nav-icon {
    color: #FFD700;
    filter:
        drop-shadow(0 0 6px rgba(255, 215, 0, 0.8)) drop-shadow(0 0 12px rgba(148, 0, 211, 0.6));
    transform: translateY(-3px) scale(1.18);
}

.bottom-nav-item:hover span,
.bottom-nav-item.active span {
    color: #FFD700;
    text-shadow:
        0 0 8px rgba(255, 215, 0, 0.7),
        0 1px 3px rgba(0, 0, 0, 0.6);
}

.bottom-nav-item.active::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: #FFD700;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.9), 0 0 4px rgba(255, 215, 0, 0.6);
    top: auto;
    bottom: 6px;
}

.bottom-nav-item.active {
    background: linear-gradient(180deg,
            rgba(255, 215, 0, 0.12) 0%,
            rgba(148, 0, 211, 0.08) 100%);
}

.bottom-nav-item.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg,
            transparent,
            #FFD700 30%,
            #c084fc 70%,
            transparent);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
    bottom: auto;
    opacity: 1;
}

/* =============================================
   TOP NAV
   ============================================= */

.top-nav {
    display: none;
    padding: 8px 0;
}

.top-nav-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    max-width: 1170px;
    margin: 0 auto;
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
}

.top-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgba(124, 58, 237, 0.6) 0%, rgba(91, 33, 182, 0.95) 100%);
    backdrop-filter: blur(5px);
    min-width: 90px;
    flex: 1;
    box-shadow:
        0 6px 0 rgba(45, 10, 94, 0.8),
        0 8px 20px rgba(124, 58, 237, 0.5),
        inset 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.top-nav-item:hover {
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.7) 0%, rgba(109, 40, 217, 1) 100%);
    transform: translateY(2px);
    box-shadow:
        0 4px 0 rgba(45, 10, 94, 0.8),
        0 6px 15px rgba(124, 58, 237, 0.6),
        inset 0 2px 5px rgba(0, 0, 0, 0.4);
    color: #FFD700;
    text-decoration: none;
}

.top-nav-item:active {
    transform: translateY(6px);
    box-shadow:
        0 0 0 rgba(45, 10, 94, 0.8),
        0 2px 10px rgba(124, 58, 237, 0.4),
        inset 0 2px 5px rgba(0, 0, 0, 0.3);
}

.top-nav-icon {
    font-size: 22px;
    margin-bottom: 4px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}

.top-nav-item:hover .top-nav-icon {
    transform: scale(1.15);
}

.top-nav-item span {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .top-nav {
        display: block;
    }

    .bottom-nav {
        display: none;
    }
}

@media (max-width: 991px) {
    .top-nav {
        display: none;
    }
}

/* =============================================
   RESPONSIVE KECIL
   ============================================= */

@media (max-width: 380px) {
    .bottom-nav {
        height: 62px;
    }

    .bottom-nav-icon {
        font-size: 21px;
        margin-bottom: 2px;
    }

    .bottom-nav-item span {
        font-size: 9px;
    }
}

@media (max-width: 340px) {
    .bottom-nav-icon {
        font-size: 19px;
    }

    .bottom-nav-item span {
        font-size: 8px;
    }
}

/* =============================================
   GAME ITEM & LABEL
   ============================================= */

.game-item {
    position: relative;
}

.label-new-img {
    position: absolute;
    top: -19px;
    left: -15px;
    width: 60px;
    height: 60px;
    z-index: 15;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.px-3.py-3 {
    background: linear-gradient(135deg, #2d0a5e 0%, #3b0f7a 100%);
}