body {
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.dark-mode {
    background-color: #121212;
    color: #f1f1f1;
}

.dark-mode .card {
    background-color: #1e1e1e;
    color: #f1f1f1;
}

.dark-mode .card-header {
    background-color: #252525;
    color: #fff;
}

.dark-mode .text-muted {
    color: #aaa !important;
}

.dark-mode .text-dark {
    color: #fff !important;
}

.dark-mode .breadcrumb-item,
.dark-mode .breadcrumb-item.active {
    color: #aaa;
}

.dark-mode .form-control,
.dark-mode .form-select {
    background-color: #222;
    border-color: #444;
    color: #fff;
}

.dark-mode .form-control::placeholder {
    color: #999;
}

.dark-mode .list-group-item {
    background-color: #1e1e1e;
    color: #fff;
    border-color: #333;
}

.dark-mode .table {
    color: #fff;
}

.dark-mode a {
    color: #66b3ff;
}
/*==========*/
.navbar-brand{

font-size:26px;

font-weight:bold;

}

/* ==========================================
   VARELORA NAVBAR LOGO
========================================== */

.navbar-brand{
    padding:0;
    margin-right:28px;
    flex-shrink:0;
}

.navbar-logo{
    width:260px;          /* Desktop */
    height:48px;
    object-fit:contain;
    display:block;
    transition:all .3s ease;
}

.navbar-brand:hover .navbar-logo{
    transform:scale(1.02);
}

/* Tablet */
@media (max-width:992px){
    .navbar-logo{
        width:200px;
        height:42px;
    }
}

/* Mobile */
@media (max-width:576px){
    .navbar-logo{
        width:165px;
        height:36px;
    }
}

.navbar-brand img{
    width:42px;
    height:42px;
    object-fit:contain;
}

.brand-text{
    font-size:28px;
    font-weight:800;
    color:#fff;
    letter-spacing:-.5px;
}

.nav-link{

font-weight:600;

padding-left:10px!important;

padding-right:10px!important;

}

.dropdown-menu{

border-radius:12px;

border:none;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.dropdown-item{

padding:10px 18px;

}

.dropdown-item:hover{

background:#0d6efd;

color:#fff;

}

.navbar{

z-index:9999;

}

/* =========================================================
   VARELORA PREMIUM NAVBAR
========================================================= */

.varelora-navbar{
    background:rgba(16,77,101,.96);
    backdrop-filter:blur(14px);
    box-shadow:0 8px 24px rgba(0,0,0,.15);
    padding:10px 0;
    transition:.3s;
}

.navbar-brand{
    gap:12px;
    color:#fff !important;
    font-size:24px;
    font-weight:800;
    letter-spacing:.3px;
}

.brand-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    background:linear-gradient(135deg,#00C896,#0F766E);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    box-shadow:0 8px 18px rgba(0,200,150,.35);
}

.brand-text{
    color:#fff;
    font-weight:800;
}

.navbar-toggler{
    border:none;
    color:#fff;
    font-size:20px;
}

.navbar-toggler:focus{
    box-shadow:none;
}

.varelora-navbar .nav-link{
    color:rgba(255,255,255,.85) !important;
    font-size:14px;
    font-weight:600;
    padding:10px 14px !important;
    border-radius:10px;
    transition:.25s;
    display:flex;
    align-items:center;
    gap:8px;
}

.varelora-navbar .nav-link:hover,
.varelora-navbar .nav-link.active{
    color:#fff !important;
    background:rgba(255,255,255,.08);
}

/* Dropdown */

.dropdown-menu-lg{
    min-width:360px;
    border:none;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.category-item{
    display:flex;
    align-items:center;
    gap:10px;
    border-radius:10px;
    padding:10px 12px;
    transition:.2s;
}

.category-item:hover{
    background:#eef8fb;
    color:#104d65;
}

.category-item i{
    color:#00B894;
    width:20px;
}

.view-all-link{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    color:#104d65;
    font-weight:700;
    padding:8px 10px;
    border-radius:10px;
}

.view-all-link:hover{
    background:#104d65;
    color:#fff;
}

/* Tag Chips */

.tag-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.tag-chip{
    background:#F1F5F9;
    color:#104d65;
    padding:6px 12px;
    border-radius:50px;
    text-decoration:none;
    font-size:12px;
    font-weight:600;
    transition:.2s;
}

.tag-chip:hover{
    background:#104d65;
    color:#fff;
}

/* Search */

.search-form{
    width:240px;
}

.search-box{
    position:relative;
}

.search-box input{
    width:100%;
    height:42px;
    border:none;
    border-radius:50px;
    padding-left:40px;
    padding-right:14px;
    background:#F4F7FA;
    font-size:14px;
}

.search-box input:focus{
    outline:none;
    box-shadow:0 0 0 3px rgba(0,200,150,.2);
}

.search-box i{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#6b7280;
}

/* Dark Mode Button */

.theme-toggle{
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#FFD54A;
    transition:.25s;
}

.theme-toggle:hover{
    background:#FFD54A;
    color:#104d65;
    transform:rotate(20deg);
}

/* Mobile */

@media(max-width:991px){

    .dropdown-menu-lg{
        min-width:100%;
    }

    .search-form{
        width:100%;
        margin:15px 0;
    }

    .theme-toggle{
        width:100%;
        border-radius:12px;
        margin-top:10px;
    }

}

/* ==========================================
   NAVBAR ACTIONS FIX
========================================== */

/* Menu memenuhi ruang tengah */
.navbar-collapse{
    display:flex;
    align-items:center;
}

.navbar-nav{
    flex:1;
    justify-content:center;
    flex-wrap:nowrap;
}

/* Search + Dark Mode selalu di kanan */
.navbar-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex-shrink:0;
    margin-left:auto;
}

.search-form{
    width:240px;
    margin:0;
}

.search-box{
    position:relative;
}

.search-box input{
    width:100%;
    height:42px;
    border:none;
    border-radius:50px;
    padding:0 16px 0 40px;
    background:#f4f7fa;
    font-size:14px;
}

.search-box i{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#64748b;
}

.theme-toggle{
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#FFD54A;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

/* Desktop sedikit lebih kecil agar muat */
@media (max-width:1399px){
    .search-form{
        width:200px;
    }

    .navbar-nav .nav-link{
        padding:8px 10px !important;
        font-size:13px;
    }
}

/* Mobile */
@media (max-width:991px){

    .navbar-nav{
        flex-wrap:wrap;
    }

    .navbar-actions{
        width:100%;
        margin-top:15px;
        gap:12px;
    }

    .search-form{
        flex:1;
        width:auto;
    }

    .theme-toggle{
        width:48px;
        height:48px;
    }
}

/* =====================================================
   NAVBAR CENTER FIX (Desktop)
===================================================== */

/* ===============================
   NAVBAR COLLAPSE FIX
================================ */

/* Desktop */
@media (min-width:1200px){

    .varelora-navbar .navbar-collapse{
        display:flex !important;
        align-items:center;
    }

}

/* Mobile & Tablet */
@media (max-width:1199.98px){

    /* Bootstrap yang mengatur hidden/show */
    .varelora-navbar .navbar-collapse:not(.show){
        display:none !important;
    }

    .varelora-navbar .navbar-collapse.show{
        display:block !important;
        background:#104d65;
        margin-top:12px;
        padding:15px;
        border-radius:16px;
    }

    /* Menu menjadi vertikal */
    .navbar-center{
        flex-direction:column;
        align-items:flex-start;
        width:100%;
        gap:0;
    }

    .navbar-center .nav-item,
    .navbar-center .nav-link{
        width:100%;
    }

    /* Search & Dark Mode ikut di dalam menu */
    .navbar-actions{
        flex-direction:column;
        width:100%;
        margin-top:15px;
    }

    .search-form{
        width:100%;
    }

    .theme-toggle{
        width:100%;
        border-radius:12px;
        height:44px;
    }
}

/* Menu benar-benar di tengah */
.navbar-center{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:1;
    gap:4px;
}

/* Jangan mepet kiri */
.navbar-center .nav-item{
    margin:0 2px;
}

.navbar-center .nav-link{
    white-space:nowrap;
    padding:10px 12px !important;
    font-size:14px;
    font-weight:600;
}

/* Search + Dark Mode tetap di kanan */
.navbar-actions{
    display:flex;
    align-items:center;
    gap:10px;
    margin-left:20px;
    flex-shrink:0;
}

/* Logo tidak ikut mendorong menu */
.navbar-brand{
    margin-right:30px !important;
    flex-shrink:0;
    min-width:180px;
}

/* ==========================================
   VARELORA BREADCRUMB
========================================== */

.varelora-breadcrumb{
    background:linear-gradient(135deg,#f4fbfd,#edf6fa);
    border:1px solid #d9eef5;
    border-radius:16px;
    padding:14px 20px;
    box-shadow:0 4px 12px rgba(16,77,101,.05);
}

.varelora-breadcrumb .breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
}

.varelora-breadcrumb .breadcrumb-item{
    font-size:14px;
    font-weight:500;
    color:#6c757d;
}

.varelora-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    content:"\f105"; /* Font Awesome chevron-right */
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#9fb6bf;
    margin:0 8px;
}

.varelora-breadcrumb a{
    color:#104d65;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:6px;
    transition:.2s ease;
}

.varelora-breadcrumb a:hover{
    color:#0d6efd;
}

.varelora-breadcrumb .active{
    color:#00a884;
    font-weight:700;
    display:flex;
    align-items:center;
    gap:6px;
}

.varelora-breadcrumb i{
    font-size:13px;
}

/* Mobile */
@media (max-width:576px){

    .varelora-breadcrumb{
        padding:12px 15px;
        border-radius:12px;
    }

    .varelora-breadcrumb .breadcrumb-item{
        font-size:13px;
    }

}

/*====== HERO SLIDER */

.hero-slider,
.hero-placeholder{
    padding-top: 30px; /* atau 40px */
}

.carousel-caption{

    background:rgba(0,0,0,.45);

    padding:30px;

    border-radius:12px;

    max-width:500px;

    bottom:60px;

}

.carousel-caption h1{

    font-size:40px;

    font-weight:bold;

}

.carousel-caption p{

    font-size:18px;

}

.carousel-item img{

    transition:all .5s;

}

.carousel-item:hover img{

    transform:scale(1.03);

}

/* CATEGORY SECTION */

.category-card{

transition:.25s;

border-radius:16px;

cursor:pointer;

}

.category-card:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.category-icon{

font-size:45px;

color:#0d6efd;

}

.category-icon span{

font-size:48px;

}

.category-card h6{

font-weight:700;

margin-bottom:8px;

}

.game-player{

background:#000;

border-radius:12px;

overflow:hidden;

}


.game-player iframe{

display:block;

width:100%;

height:700px;

border:none;

}


@media(max-width:768px){

.game-player iframe{

height:420px;

}

}


.card img{

transition:.3s;

}


.card:hover img{

transform:scale(1.04);

}


.card{

transition:.3s;

}


.card:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

/* FOOTER */

/* ===========================
   FOOTER LINKS
=========================== */

/*
.footer-links{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-links li{
    border-bottom:1px solid rgba(255,255,255,.06);
}

.footer-links li:last-child{
    border-bottom:none;
}

.footer-links li a{

    display:flex;
    align-items:center;

    padding:12px 0;

    color:#cfd6e4;

    text-decoration:none;

    font-size:15px;

    transition:all .25s ease;

}

.footer-links li a::before{

    content:"›";

    font-size:18px;

    color:#4dabff;

    margin-right:10px;

    transition:.25s;

}

.footer-links li a:hover{

    color:#ffffff;

    padding-left:8px;

}

.footer-links li a:hover::before{

    color:#0d6efd;

    transform:translateX(5px);

}
*/

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

    background:#1b2430;

    border-radius:10px;

    overflow:hidden;

}

.footer-links li{

    border-bottom:1px solid rgba(255,255,255,.05);

}

.footer-links li:last-child{

    border-bottom:none;

}

.footer-links a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:13px 18px;

    color:#d7dce5;

    text-decoration:none;

    transition:.25s;

}

.footer-links a::after{

    content:"→";

    color:#4dabff;

}

.footer-links a:hover{

    background:#243244;

    color:#fff;

}

.footer h5{
    position:relative;
    margin-bottom:20px;
    padding-bottom:10px;
    font-size:18px;
    font-weight:700;
}

.footer h5::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:45px;
    height:3px;
    background:#0d6efd;
    border-radius:20px;
}

/* ===== Card Game ===== */

.game-card{
    background:#fff;
    border-radius:14px;        /* Sudut lebih tumpul */
    overflow:hidden;
    transition:.25s;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    padding:6px;               /* Memberi jarak thumbnail dengan card */
}

.game-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 20px rgba(0,0,0,.15);
}

/* Thumbnail */

/* Thumbnail 4:3 Landscape */
.game-thumb{
    display:block;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:8px;
    background:#eee;
}

.game-thumb img{
    width:100%;
    aspect-ratio:4 / 3;     /* Rasio 4:3 */
    object-fit:cover;
    display:block;
    border-radius:12px;
    transition:transform .25s ease;
}

.game-card:hover .game-thumb img{
    transform:scale(1.05);
}

/* Info */

.game-info{
    padding:2px 4px 6px;
}

/* Judul */

.game-title{
    display:block;
    font-size:12px;
    font-weight:600;
    color:#222;
    text-decoration:none;
    line-height:1.35;
    height:34px;
    overflow:hidden;
}

.game-title:hover{
    color:#0d6efd;
}

/* Tombol View All */
.view-all-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 16px;
    font-size:13px;
    font-weight:600;
    color:#104d65;
    background:#fff;
    border:1px solid #d7e5ea;
    border-radius:999px;
    text-decoration:none;
    transition:all .25s ease;
}

.view-all-btn:hover{
    background:#104d65;
    color:#fff;
    border-color:#104d65;
    transform:translateX(3px);
    box-shadow:0 6px 15px rgba(16,77,101,.25);
}


/* ===== Category Card ===== */

.category-card{
    border-radius:16px;
    transition:0.25s ease;
    padding:12px;
    text-align:center;
}

.category-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(16,77,101,.15);
}

.category-icon{
    width:64px;
    height:64px;
    margin:0 auto 12px;
    border-radius:50%;
    background:#EAF6FB;

    /* Membuat ikon tepat di tengah */
    display:flex;
    align-items:center;
    justify-content:center;
}

.category-icon i{
    font-size:28px;
    color:#104d65;
    line-height:1;      /* Hilangkan jarak baseline */
    display:block;
}

/* ===== Section Header ===== */

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:15px;
    border-bottom:2px solid #eef3f6;
    padding-bottom:14px;
    margin-bottom:24px;
}

.section-left{
    position:relative;
    padding-left:16px;
}

.section-left::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:5px;
    height:55px;
    border-radius:10px;
    background:linear-gradient(180deg,#00c896,#104d65);
}

.section-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#e9f8f4;
    color:#0b8f6a;
    padding:5px 12px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    margin-bottom:8px;
}

.section-heading{
    font-size:30px;
    font-weight:800;
    color:#104d65;
    margin:0;
    line-height:1.2;
}

.section-subtitle{
    margin:6px 0 0;
    color:#6c757d;
    font-size:14px;
}


/* =========================================
   CATEGORY HERO
========================================= */

.category-hero{
    background:linear-gradient(135deg,#104d65,#19a9a4);
    color:#fff;
    padding:70px 0;
    border-radius:0 0 30px 30px;
}

.category-hero h1{
    font-size:42px;
    font-weight:800;
}

.category-hero p{
    max-width:650px;
    opacity:.95;
}

.hero-stats{
    display:flex;
    gap:40px;
    margin-top:30px;
}

.hero-stats h3{
    margin:0;
    font-size:34px;
    font-weight:800;
}

.hero-stats span{
    font-size:14px;
}

/* =========================================
   CATEGORY CARD
========================================= */

.category-link{
    text-decoration:none;
}

.category-box{
    background:#fff;
    border-radius:18px;
    padding:25px 15px;
    text-align:center;
    transition:.25s ease;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    height:100%;
}

.category-box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 24px rgba(16,77,101,.18);
}

.category-circle{
    width:72px;
    height:72px;
    margin:0 auto 15px;
    border-radius:50%;
    background:linear-gradient(135deg,#e8f6fb,#d4fff5);
    display:flex;
    align-items:center;
    justify-content:center;
}

.category-circle i{
    font-size:30px;
    color:#104d65;
}

.category-box h5{
    font-size:16px;
    color:#222;
    margin-bottom:6px;
    font-weight:700;
}

.category-box span{
    font-size:13px;
    color:#777;
}

/* =========================================
   POPULAR CATEGORY
========================================= */

.popular-category{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:18px;
    border-radius:16px;
    background:#fff;
    text-decoration:none;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.25s;
}

.popular-category:hover{
    background:#104d65;
    color:#fff;
}

.popular-category i{
    font-size:28px;
    color:#00b894;
}

.popular-category:hover i{
    color:#fff;
}

.popular-category span{
    font-size:13px;
    font-weight:600;
}

/* ==========================================
   CATEGORY HEADER VARELORA
========================================== */

.category-header{
    background:linear-gradient(135deg,#104d65,#167b8a);
    color:#fff;
    border-radius:24px;
    padding:28px 32px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    box-shadow:0 12px 30px rgba(16,77,101,.18);
    overflow:hidden;
    position:relative;
}

.category-header::after{
    content:"";
    position:absolute;
    right:-40px;
    top:-40px;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
}

.category-header-content{
    display:flex;
    align-items:center;
    gap:20px;
    position:relative;
    z-index:2;
}

.category-icon-circle{
    width:82px;
    height:82px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(8px);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.category-icon-circle i{
    font-size:34px;
    color:#fff;
}

.category-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 14px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.2);
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    margin-bottom:10px;
}

.category-title{
    font-size:34px;
    font-weight:800;
    margin:0 0 8px;
    color:#fff;
}

.category-desc{
    margin:0;
    color:rgba(255,255,255,.9);
    font-size:15px;
    max-width:560px;
    line-height:1.6;
}

.category-stat{
    min-width:150px;
    text-align:center;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    border-radius:20px;
    padding:18px 20px;
    position:relative;
    z-index:2;
}

.category-stat h3{
    margin:0;
    font-size:30px;
    font-weight:800;
    color:#fff;
}

.category-stat span{
    font-size:13px;
    color:rgba(255,255,255,.85);
}

/* Mobile */
@media (max-width:768px){

    .category-header{
        flex-direction:column;
        align-items:flex-start;
        padding:22px;
    }

    .category-header-content{
        align-items:flex-start;
    }

    .category-title{
        font-size:28px;
    }

    .category-stat{
        width:100%;
        text-align:left;
    }

}

/* ==========================================
   TAG HEADER VARELORA
========================================== */

.tag-header{
    background:linear-gradient(135deg,#104d65,#2b5876);
    color:#fff;
    border-radius:24px;
    padding:28px 32px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    box-shadow:0 12px 30px rgba(16,77,101,.18);
    position:relative;
    overflow:hidden;
}

.tag-header::after{
    content:"";
    position:absolute;
    right:-50px;
    top:-50px;
    width:200px;
    height:200px;
    background:rgba(255,255,255,.06);
    border-radius:50%;
}

.tag-header-content{
    display:flex;
    align-items:center;
    gap:20px;
    position:relative;
    z-index:2;
}

.tag-icon-circle{
    width:82px;
    height:82px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.tag-icon-circle i{
    font-size:34px;
    color:#fff;
}

.tag-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 14px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.2);
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    margin-bottom:10px;
}

.tag-title{
    font-size:34px;
    font-weight:800;
    margin:0 0 8px;
    color:#fff;
}

.tag-desc{
    margin:0;
    color:rgba(255,255,255,.9);
    font-size:15px;
    line-height:1.6;
    max-width:560px;
}

.tag-stat{
    min-width:160px;
    text-align:center;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    border-radius:20px;
    padding:18px;
    position:relative;
    z-index:2;
}

.tag-stat h3{
    margin:0;
    font-size:30px;
    font-weight:800;
}

.tag-stat span{
    font-size:13px;
    color:rgba(255,255,255,.85);
}

/* Mobile */
@media (max-width:768px){

    .tag-header{
        flex-direction:column;
        align-items:flex-start;
        padding:22px;
    }

    .tag-header-content{
        align-items:flex-start;
    }

    .tag-title{
        font-size:28px;
    }

    .tag-stat{
        width:100%;
        text-align:left;
    }

}

/* ==========================================
   PAGE HEADER VARELORA
========================================== */

.page-header{
    background:linear-gradient(135deg,#104d65,#1b7f8d);
    color:#fff;
    border-radius:24px;
    padding:28px 32px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    position:relative;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(16,77,101,.18);
}

.page-header::after{
    content:"";
    position:absolute;
    right:-50px;
    top:-50px;
    width:180px;
    height:180px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
}

.page-header-content{
    display:flex;
    align-items:center;
    gap:18px;
    position:relative;
    z-index:2;
}

.page-icon-circle{
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.page-icon-circle i{
    font-size:32px;
    color:#FFD54A;
}

.page-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.2);
    padding:6px 14px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    margin-bottom:10px;
}

.page-title{
    font-size:34px;
    font-weight:800;
    color:#fff;
    margin:0 0 8px;
}

.page-description{
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:15px;
    max-width:560px;
    line-height:1.6;
}

.page-stat{
    min-width:150px;
    text-align:center;
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    position:relative;
    z-index:2;
}

.page-stat h3{
    margin:0;
    font-size:30px;
    font-weight:800;
}

.page-stat span{
    font-size:13px;
    color:rgba(255,255,255,.85);
}

@media(max-width:768px){

    .page-header{
        flex-direction:column;
        align-items:flex-start;
        padding:22px;
    }

    .page-title{
        font-size:28px;
    }

    .page-stat{
        width:100%;
        text-align:left;
    }

}

/* =========================================================
   VARELORA SECTION HEADER
========================================================= */

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:22px;
    padding-bottom:14px;
    border-bottom:1px solid #edf2f7;
}

.section-title-wrap{
    display:flex;
    align-items:center;
    gap:14px;
}

.section-title{
    margin:0;
    font-size:28px;
    font-weight:800;
    color:#104d65;
    display:flex;
    align-items:center;
    gap:12px;
}

.section-title i{
    width:42px;
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    flex-shrink:0;
}

.section-line{
    width:60px;
    height:4px;
    border-radius:20px;
    background:linear-gradient(90deg,#00C896,#104d65);
}

/* ===== Icon Warna ===== */

.featured-icon{
    background:linear-gradient(135deg,#FFD54A,#F59E0B);
}

.new-icon{
    background:linear-gradient(135deg,#22C55E,#16A34A);
}

.popular-icon{
    background:linear-gradient(135deg,#FF6A00,#FF3D00);
}

.hot-icon{
    background:linear-gradient(135deg,#FACC15,#EAB308);
}

/* ===== View All Button ===== */

.view-all-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 18px;
    border-radius:50px;
    background:#104d65;
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    transition:.25s ease;
}

.view-all-btn:hover{
    background:#0b3c50;
    color:#fff;
    transform:translateX(3px);
    box-shadow:0 8px 18px rgba(16,77,101,.18);
}

.view-all-btn i{
    font-size:12px;
}

/* ===== Mobile ===== */

@media (max-width:768px){

    .section-header{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }

    .section-title{
        font-size:22px;
    }

    .section-line{
        display:none;
    }

    .view-all-btn{
        width:100%;
        justify-content:center;
    }

}

/* ==========================================
   GAME ACTION BUTTONS SHARE, LIKE ...
========================================== */

.game-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.game-actions .btn{
    border-radius:50px;
    padding:10px 18px;
    font-weight:600;
    transition:.25s;
}

.game-actions .btn i{
    margin-right:6px;
}

.game-actions .btn:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

/* ==========================================
   REPORT GAME CARD
========================================== */

.report-card{
    background:linear-gradient(135deg,#fff5f5,#fff);
    border:1px solid #ffd9d9;
    border-radius:20px;
    padding:22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    box-shadow:0 8px 25px rgba(255,0,0,.05);
}

.report-content{
    display:flex;
    align-items:center;
    gap:18px;
}

.report-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#dc3545;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.report-text h5{
    margin-bottom:6px;
    font-weight:700;
    color:#b02a37;
}

.report-text p{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.6;
}

.report-btn{
    border-radius:50px;
    padding:12px 22px;
    font-weight:700;
    white-space:nowrap;
}

.report-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(220,53,69,.2);
}

/* Mobile */
@media(max-width:768px){

    .report-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .report-btn{
        width:100%;
    }

}

/* =========================================================
   COMMENTS VARELORA
========================================================= */

.comments-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:1px solid #edf2f7;
}

.comments-header{
    background:linear-gradient(135deg,#104d65,#167b8a);
    color:#fff;
    padding:22px 24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.comments-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.comment-count{
    background:rgba(255,255,255,.15);
    padding:8px 14px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
}

.comments-body{
    padding:24px;
}

.comment-item{
    display:flex;
    gap:15px;
    padding:20px 0;
    border-bottom:1px solid #edf2f7;
}

.comment-avatar{
    width:48px;
    height:48px;
    border-radius:50%;
    background:linear-gradient(135deg,#00c896,#0f766e);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
    flex-shrink:0;
}

.comment-content{
    flex:1;
}

.comment-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}

.comment-time{
    color:#94a3b8;
    font-size:13px;
}

.comment-rating{
    margin:6px 0;
}

.comment-rating i{
    color:#d1d5db;
}

.comment-rating i.active{
    color:#f59e0b;
}

.comment-text{
    margin:8px 0 0;
    color:#475569;
    line-height:1.7;
}

.empty-comments i{
    font-size:50px;
    color:#cbd5e1;
}

.comment-form{
    background:#f8fbfc;
    border-radius:18px;
    padding:22px;
}

.comment-input{
    border-radius:12px;
    border:1px solid #d9e6ec;
    padding:12px 15px;
}

.comment-input:focus{
    border-color:#00c896;
    box-shadow:0 0 0 .2rem rgba(0,200,150,.15);
}

.btn-submit-comment{
    background:#104d65;
    color:#fff;
    border-radius:50px;
    padding:12px 24px;
    font-weight:700;
}

.btn-submit-comment:hover{
    background:#0b3d4f;
    color:#fff;
    transform:translateY(-2px);
}

@media(max-width:768px){

    .comments-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .comment-item{
        align-items:flex-start;
    }

}

/* Success Alert Animation */

#commentAlert .alert{
    animation: commentFade .4s ease;
}

@keyframes commentFade{

    from{
        opacity:0;
        transform:translateY(-10px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* ==========================================================
   VARELORA PAGINATION
========================================================== */

.pagination-wrap{
    margin-top:50px;
}

.pagination{
    gap:10px;
}

.pagination .page-item .page-link{

    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:none;
    border-radius:14px;

    background:#ffffff;
    color:#104d65;

    font-weight:700;
    font-size:15px;

    box-shadow:0 6px 18px rgba(16,77,101,.08);

    transition:.25s ease;
}

.pagination .page-item .page-link:hover{

    background:#00c896;
    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 12px 24px rgba(0,200,150,.25);

}

.pagination .page-item.active .page-link{

    background:linear-gradient(135deg,#00c896,#104d65);
    color:#fff;

    box-shadow:0 12px 24px rgba(16,77,101,.30);

}

.pagination .page-item.disabled .page-link{

    opacity:.45;
    pointer-events:none;
    background:#eef3f7;
    color:#94a3b8;

}

.pagination .page-arrow{

    width:50px;
    height:46px;

}

.pagination .dots{

    background:transparent !important;
    box-shadow:none !important;
    color:#94a3b8 !important;

}

.pagination-info{

    color:#64748b;
    font-size:14px;

}

.pagination-info strong{
    color:#104d65;
}

/* Mobile */
@media(max-width:576px){

    .pagination{
        gap:6px;
    }

    .pagination .page-item .page-link{

        width:40px;
        height:40px;

        font-size:13px;
        border-radius:12px;

    }

}

/* ==========================================================
   HERO PLACEHOLDER VARELORA
========================================================== */

.hero-placeholder-box{

    background:linear-gradient(135deg,#0b2d3a,#104d65,#00c896);
    border-radius:32px;
    padding:60px;
    overflow:hidden;
    position:relative;
    color:#fff;

}

.hero-placeholder-box::before{

    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-120px;
    top:-120px;

    background:rgba(255,255,255,.08);
    border-radius:50%;

}

.hero-placeholder-box::after{

    content:"";
    position:absolute;
    width:260px;
    height:260px;
    left:-70px;
    bottom:-70px;

    background:rgba(255,255,255,.05);
    border-radius:50%;

}

.hero-badge{

    display:inline-block;
    padding:8px 18px;

    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);

    border-radius:50px;

    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;

}

.hero-title{

    font-size:48px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:20px;

}

.hero-title span{

    color:#5dffcf;

}

.hero-desc{

    font-size:18px;
    color:rgba(255,255,255,.9);
    line-height:1.8;

}

.hero-features{

    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-top:24px;

}

.hero-features span{

    background:rgba(255,255,255,.12);
    padding:10px 16px;
    border-radius:50px;

    font-size:14px;
    font-weight:600;

}

.hero-features i{

    color:#8dffd8;
    margin-right:6px;

}

.hero-placeholder-image{

    max-height:420px;
    border-radius:22px;
    box-shadow:0 20px 45px rgba(0,0,0,.25);

}

@media(max-width:768px){

    .hero-placeholder-box{
        padding:35px 25px;
        border-radius:24px;
    }

    .hero-title{
        font-size:32px;
    }

    .hero-desc{
        font-size:16px;
    }

    .hero-placeholder-image{
        max-height:280px;
        margin-top:15px;
    }

}

