body {
    background-color: #1c1c1c;
    font-family: 'Inter', sans-serif;
    color: #fff;
    min-height: 100vh;
}
body.home-page {
    background-color: #1c1c1c !important;
}
.bg-black { background-color: #0a0a0a !important; }
.text-primary { color: var(--primary-color) !important; }
.btn-primary { background-color: var(--primary-color); border-color: var(--primary-color); color: #000; font-weight: bold; box-shadow: 0 4px 15px rgba(204, 102, 0, 0.6); transition: all 0.3s ease; }
.btn-primary:hover { background-color: #e68900; box-shadow: 0 6px 20px rgba(252, 0, 0, 0.8); transform: translateY(-2px); }
.product-card { background: rgba(15, 23, 34, 0.7) !important; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.1) !important; border-radius: 20px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: hidden; position: relative; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(255, 255, 255, 0.05); }
.product-card:hover { transform: translateY(-12px) scale(1.03); border-color: rgba(0, 123, 255, 0.4) !important; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 20px var(--hover-color, rgba(0, 123, 255, 0.2)); background: rgba(20, 30, 45, 0.8) !important; }
.product-card img { height: 200px; object-fit: cover; width: 100%; transition: transform 0.5s ease; } .product-card:hover img { transform: scale(1.1); }
.price-tag { font-size: 1.25rem; font-weight: bold; color: var(--primary-color); }
.badge-ue { background-color: rgba(0, 0, 0, 0.8); border: 1px solid var(--primary-color); color: #fff; padding: 0.4rem 0.8rem; font-weight: bold; border-radius: 4px; font-size: 0.8rem; text-transform: uppercase; }
body.light-mode { background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url("background.png") !important; color: #212529 !important; }
body.light-mode .card { background-color: #fff !important; color: #000 !important; border-color: #dee2e6 !important; }
.snowflake { position: fixed; top: -10px; color: white; font-size: 1em; user-select: none; pointer-events: none; animation: fall linear infinite; z-index: 9999; }
@keyframes fall { 0% { transform: translateY(0) rotate(0deg); opacity: 1; } 100% { transform: translateY(100vh) rotate(360deg); opacity: 0.3; } }
#snow-toggle { position: fixed; bottom: 20px; right: 20px; z-index: 10000; background: rgba(0, 123, 255, 0.2); backdrop-filter: blur(5px); border: 1px solid rgba(0, 123, 255, 0.5); color: white; padding: 10px 20px; border-radius: 50px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 0 15px rgba(0, 123, 255, 0.6); } #snow-toggle:hover { box-shadow: 0 0 25px rgba(0, 123, 255, 0.9); background: rgba(0, 123, 255, 0.4); transform: scale(1.05); }
.roadmap-card { padding: 25px 30px; background-color: #111; position: relative; border-radius: 0 0 15px 15px; border: 1px solid #222; border-top: none; margin-top: 40px; }
.roadmap-card::before { content: ""; position: absolute; top: -40px; left: -1px; width: calc(100% + 2px); height: 40px; background-image: url("roadmap-header.png"); background-size: 100% 100%; background-repeat: no-repeat; }
.tech-details-content strong { color: #ffc107; }
.tech-details-content a { color: #00d2ff; }
.ql-editor { color: white; background: #1e1e1e; }

/* --- FULL ROADMAP STYLING --- */
.roadmap-section { padding: 80px 0; position: relative; }
.roadmap-title { text-transform: uppercase; letter-spacing: 3px; font-weight: 800; margin-bottom: 50px; }
.timeline { position: relative; max-width: 1200px; margin: 0 auto; padding: 40px 0; }
.timeline::after { content: ""; position: absolute; width: 2px; background-color: #333; top: 0; bottom: 0; left: 50%; margin-left: -1px; }
.timeline-item { padding: 10px 40px; position: relative; background-color: inherit; width: 50%; }
.timeline-item::after { content: ""; position: absolute; width: 36px; height: 36px; right: -10px; background-color: #000; border: 4px solid var(--primary-color); top: 15px; border-radius: 50%; z-index: 1; }
.left { left: 0; }
.right { left: 50%; }
.right::after { left: -10px; }
.roadmap-card { padding: 25px 30px; background-color: #111; position: relative; border-radius: 0 0 15px 15px; border: 1px solid #222; border-top: none; margin-top: 40px; transition: all 0.3s ease; }
.roadmap-card::before { content: ""; position: absolute; top: -40px; left: -1px; width: calc(100% + 2px); height: 40px; background-image: url("roadmap-header.png"); background-size: 100% 100%; background-repeat: no-repeat; pointer-events: none; }
.stage-label { position: absolute; top: -30px; left: 20px; z-index: 2; color: #fff; text-shadow: 1px 1px 2px #000; font-weight: 800; font-size: 0.8rem; }
.roadmap-status { font-size: 0.75rem; padding: 4px 12px; border-radius: 50px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; display: inline-block; }
.status-completed { background: rgba(40, 167, 69, 0.2); color: #28a745; }
.status-progress { background: rgba(255, 193, 7, 0.2); color: #ffc107; }
.status-waiting { background: rgba(108, 117, 125, 0.2); color: #6c757d; }
.roadmap-progress { height: 6px; background: #222; border-radius: 10px; margin: 15px 0 5px 0; overflow: hidden; }
.progress-fill { height: 100%; background: var(--primary-color); border-radius: 10px; }
.progress-percent { font-size: 0.7rem; color: #888; text-align: right; display: block; }
@media screen and (max-width: 768px) {
    .timeline::after { left: 31px; }
    .timeline-item { width: 100%; padding-left: 70px; padding-right: 25px; }
    .timeline-item::after { left: 21px; right: auto; }
    .right { left: 0%; }

    /* Navbar Mobile Fixes */
    .nav-stats-group {
        margin-left: 0 !important;
        margin-top: 15px;
        width: 100%;
        justify-content: space-around;
        padding: 10px;
    }
    .navbar-brand img {
        width: 60px !important;
        height: 60px !important;
    }
    
    /* Grid & Cards Mobile */
    .game-card {
        min-height: auto !important;
        margin-bottom: 20px;
    }
    .game-card-img {
        height: 150px !important;
    }
    
    /* Typography Mobile */
    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }
    .roadmap-title { font-size: 2rem !important; }
    
    /* Modal Mobile */
    .modal-dialog {
        margin: 10px;
    }
    
    /* Sidebar Filters Mobile */
    .sidebar-filters {
        margin-bottom: 20px;
    }

    /* FiveM Alert Mobile */
    #fivem-alert-box {
        top: auto !important;
        bottom: 80px !important;
        right: 10px !important;
        left: 10px !important;
        max-width: none !important;
        margin: 0 !important;
    }
}

/* Extra Small Devices Fix */
@media screen and (max-width: 480px) {
    .nav-stats-group {
        flex-wrap: wrap;
        gap: 10px;
    }
    .btn-claim {
        font-size: 0.75rem !important;
        padding: 15px 5px !important;
    }
}


/* --- SKELETON SCREEN --- */
.skeleton { background: #222; background: linear-gradient(90deg, #222 25%, #333 50%, #222 75%); background-size: 200% 100%; animation: skeleton-loading 1.5s infinite; border-radius: 4px; }
@keyframes skeleton-loading { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.skeleton-card { height: 300px; border-radius: 15px; margin-bottom: 20px; }
.skeleton-text { height: 20px; width: 100%; margin-bottom: 10px; }
.skeleton-title { height: 30px; width: 60%; margin-bottom: 20px; }
.skeleton-img { height: 200px; width: 100%; margin-bottom: 15px; }
/* --- NAVBAR BASE --- */
.navbar {
    background-color: #1f242b !important;
}

/* --- NAVBAR LINK STYLES --- */
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.navbar-nav .nav-link:hover {
    color: #ff4500 !important;
    text-shadow: 0 0 12px rgba(255, 69, 0, 0.8);
    transform: translateY(-1px);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ff9800;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 80%;
}

/* --- STEAM DEALS SYSTEM --- */
.deal-card {
    background-color: #0b141d; /* Steam Dark Blue */
    border: 1px solid #1c2733;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.deal-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
    z-index: 10;
    border-color: var(--primary-color);
}
.deal-media-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9; /* Standard video ratio */
    background: #000;
    overflow: hidden;
}
.deal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}
.deal-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease;
}
/* When hovering card, hide image and show video */
.deal-card:hover .deal-img {
    opacity: 0;
}
.deal-card:hover .deal-video {
    opacity: 1;
}

.deal-info {
    padding: 15px;
    background: linear-gradient(to right, #16202d, #0b141d);
}
.deal-title {
    font-size: 1.1rem;
    color: #c7d5e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.deal-price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.discount-badge {
    background-color: #4c6b22;
    color: #a4d007;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2px 6px;
    display: inline-block;
}
.price-box {
    text-align: right;
}
.original-price {
    color: #738895;
    text-decoration: line-through;
    font-size: 0.8rem;
}
.final-price {
    color: #66c0f4; /* Steam Blue */
    font-weight: bold;
    font-size: 1rem;
}
/* --- GLASS EFFECT NAVIGATION --- */
.navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.navbar-nav .nav-link:hover {
    color: #ff4500 !important;
    text-shadow: 0 0 12px rgba(255, 69, 0, 0.8);
    transform: translateY(-1px);
}

.navbar-nav .nav-link.active {
    background: rgba(75, 0, 130, 0.4) !important;
    border: 1px solid #4b0082 !important;
    color: #ffffff !important;
    box-shadow: 0 0 15px rgba(75, 0, 130, 0.5) !important;
    border-radius: 4px;
}

/* Rimuoviamo la linea sotto che avevamo messo prima per pulizia */
.navbar-nav .nav-link::after {
    display: none !important;
}
/* --- PWR CARDS TECH GLASS STYLE --- */
.pwr-card {
    min-width: 300px;
    background: rgba(15, 23, 34, 0.7) !important; /* Grigio scuro tech trasparente */
    backdrop-filter: blur(15px); /* Effetto vetro */
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important; /* Contorno sottile chiaro */
    border-radius: 20px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 
                inset 0 0 15px rgba(255, 255, 255, 0.05); /* Shadow interna per profondità */
}

.pwr-card:hover {
    transform: translateY(-12px) scale(1.03);
    border-color: rgba(0, 123, 255, 0.4) !important; /* Bagliore blu tech al passaggio */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 
                0 0 20px rgba(0, 123, 255, 0.2);
    background: rgba(20, 30, 45, 0.8) !important;
}

.pwr-card img {
    transition: transform 0.5s ease;
}

.pwr-card:hover img {
    transform: scale(1.1);
}

.pwr-card-body h3 {
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,0.2);
}
/* --- HARD LINE TITLES STYLING --- */
.navbar-brand span, 
.roadmap-title, 
h2 span.text-primary,
h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900 !important; /* Forza il grassetto massimo */
    
    /* Shadow "Dura" per profondità e dettaglio */
    text-shadow: 2px 2px 0px #000, 
                 4px 4px 0px rgba(0,0,0,0.5),
                 0px 0px 10px rgba(255, 152, 0, 0.2);
}

.navbar-brand span {
    font-size: 1.8rem;
}

.text-primary {
    color: #ff9800 !important;
    /* Effetto metallico/duro sull'arancione */
    text-shadow: 2px 2px 0px #000, 
                 0px 0px 8px rgba(255, 152, 0, 0.6);
}

.roadmap-title {
    font-size: 3rem;
    border-bottom: 3px solid #ff9800;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

/* Rettifica per i titoli delle sezioni nella Home/Roadmap */
.roadmap-title span {
    color: #fff;
    text-shadow: 2px 2px 0px #000;
}

/* Effetto durezza anche sui titoli delle card */
.deal-title, .pwr-card-body h3 {
    font-weight: 800;
    text-shadow: 1px 1px 2px #000;
}
/* --- NAVBAR STATS GROUP --- */
.nav-stats-group {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
}

.nav-stats-group .nav-link {
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    padding: 8px 10px !important;
    margin: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.nav-stats-group .nav-link:hover {
    color: #ff4500 !important;
    transform: scale(1.15) !important;
    text-shadow: 0 0 10px rgba(255, 69, 0, 0.5);
    cursor: none !important;
}

.nav-stats-group .vr {
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 20px;
}

/* Fix dropdown alignment in stats group */
.nav-stats-group .dropdown-toggle::after { vertical-align: middle; margin-left: 5px; }
.nav-stats-group .dropdown-menu { border-radius: 10px; margin-top: 10px !important; }



/* --- CAPCOM PRAGMATA STYLE CURSOR --- */
html, body {
    cursor: auto !important;
}
a, button, .btn, .nav-link, .product-card, .deal-card, .room-card, .pwr-card, input, select, textarea, .cursor-pointer {
    cursor: pointer;
}

#custom-cursor {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 1000000;
    transform: translate(-50%, -50%);
    transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1), 
                height 0.3s cubic-bezier(0.23, 1, 0.32, 1), 
                border-color 0.3s, 
                background-color 0.3s;
}

#custom-cursor-dot {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 1000001;
    transform: translate(-50%, -50%);
}

/* Effetto Hover */
#custom-cursor.hover {
    width: 70px;
    height: 70px;
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
}
/* --- COOL DARK ORANGE LOGO GLOW & ROTATION --- */
@keyframes rotateLogo {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.navbar-brand img, 
.site-logo,
a[href="index.html"] img {
    transition: all 0.5s ease;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    animation: rotateLogo 15s linear infinite; /* Ruota ogni 15 secondi */
}

.navbar-brand img:hover,
.site-logo:hover {
    animation-play-state: paused; /* Si ferma quando passi il mouse */
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
    transform: scale(1.1);
}
/* --- USER DROPDOWN HOVER EFFECTS --- */
.dropdown-menu-dark .dropdown-item {
    transition: all 0.3s ease;
    border-radius: 6px;
    margin: 2px 8px;
    width: calc(100% - 16px);
    padding: 8px 12px;
}

.dropdown-menu-dark .dropdown-item:hover {
    background: rgba(255, 152, 0, 0.15) !important;
    color: #ff9800 !important;
    text-shadow: 0 0 10px rgba(255, 152, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(255, 152, 0, 0.1), 0 4px 15px rgba(0, 0, 0, 0.4);
    transform: translateX(5px);
}

.dropdown-menu-dark .dropdown-item i {
    transition: transform 0.3s ease;
}

.dropdown-menu-dark .dropdown-item:hover i {
    transform: scale(1.2);
    color: #ff9800;
}
/* --- PROFILE MODAL TABS STYLING --- */
#profileTabs .nav-link {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.5) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

#profileTabs .nav-link.active {
    background: linear-gradient(to bottom, rgba(255, 152, 0, 0.2), rgba(255, 152, 0, 0.05)) !important;
    color: #ff9800 !important;
    border-bottom: 3px solid #ff9800 !important;
    text-shadow: 0 0 15px rgba(255, 152, 0, 0.5);
    box-shadow: inset 0 -10px 20px rgba(255, 152, 0, 0.05);
}

#profileTabs .nav-link:hover:not(.active) {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}
/* --- PWRLIFE NAV ITEM STYLING --- */
.nav-link.nav-pwrlife {
    background: linear-gradient(45deg, #ff0000, #b30000) !important;
    color: #fff !important;
    border: 1px solid #ff0000 !important;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6), inset 0 0 5px rgba(255, 255, 255, 0.3) !important;
    font-weight: 800 !important;
    text-shadow: 1px 1px 2px #000;
    transition: all 0.3s ease-in-out !important;
    margin-left: 5px;
}

.nav-link.nav-pwrlife:hover {
    background: linear-gradient(45deg, #b30000, #ff0000) !important;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.9), 0 0 10px rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px) scale(1.05);
}

.nav-link.nav-pwrlife.active {
    background: linear-gradient(45deg, #ff0000, #b30000) !important;
    border-color: #ff0000 !important;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.8), 0 0 15px rgba(255, 255, 255, 0.5) !important;
}

/* --- PWRLIFE PAGE BACKGROUND --- */
body.pwrlife-page { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("https://images3.alphacoders.com/133/1335661.jpeg") !important; background-size: cover !important; background-attachment: fixed !important; background-position: center !important; }

/* --- DISCORD FLOATING ICON --- */
#discord-floating-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    cursor: none !important;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 0 10px rgba(138, 43, 226, 0.8));
}

#discord-floating-icon:hover {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 0 20px rgba(138, 43, 226, 1));
}

#discord-floating-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* --- FACEBOOK FLOATING ICON --- */
#facebook-floating-icon {
    position: fixed;
    bottom: 20px;
    left: 90px; /* Posizionata accanto a Discord (20px + 60px + 10px) */
    width: 60px;
    height: 60px;
    z-index: 9999;
    cursor: none !important;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 0 10px rgba(105, 105, 105, 0.8));
}

#facebook-floating-icon:hover {
    transform: scale(1.1) rotate(-5deg);
    filter: drop-shadow(0 0 20px rgba(105, 105, 105, 1));
}

#facebook-floating-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Optimization: Content Visibility */
section, .product-card, .deal-card {
    content-visibility: auto;
    contain-intrinsic-size: 0 300px;
}
img {
    loading: lazy;
}

/* --- COMMUNITY USER LIST HOVER --- */
.hover-bg-dark:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.2s ease;
}



/* --- GRAIN EFFECT --- */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.05;
    mix-blend-mode: overlay;
}




/* --- CINEMATIC GRADING / VIGNETTE --- */
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9998;
    background: radial-gradient(circle, transparent 30%, rgba(0,0,0,0.4) 100%),
                linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 15%, transparent 85%, rgba(0,0,0,0.6) 100%);
}

/* --- PWRKEY NAVBAR BUTTON --- */
.nav-link.nav-pwrkey {
    background: linear-gradient(45deg, #ff4500, #ff8c00) !important;
    color: #fff !important;
    border: 1px solid #ff4500 !important;
    box-shadow: 0 0 15px rgba(255, 69, 0, 0.6), inset 0 0 5px rgba(255, 255, 255, 0.3) !important;
    font-weight: 800 !important;
    text-shadow: 1px 1px 2px #000;
    transition: all 0.3s ease-in-out !important;
    margin-left: 5px;
}

.nav-link.nav-pwrkey:hover {
    background: linear-gradient(45deg, #ff8c00, #ff4500) !important;
    box-shadow: 0 0 25px rgba(255, 69, 0, 0.9), 0 0 10px rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px) scale(1.05);
}

/* Platform Colors */
.platform-steam { background-color: #1b2838 !important; color: #66c0f4 !important; }
.platform-xbox { background-color: #107c10 !important; color: #9bf00b !important; }
.platform-pc { background-color: #0078d4 !important; color: #ffffff !important; }
.platform-playstation { background-color: #003087 !important; color: #ffffff !important; }
/* --- ASSETS FREE SIDEBAR --- */
.filter-link {
    color: rgba(255,255,255,0.6) !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    transition: all 0.3s;
    display: block;
    padding: 5px 0;
}
.filter-link:hover {
    color: #ff9800 !important;
    padding-left: 5px;
}
.filter-link.active {
    color: #ff9800 !important;
    font-weight: bold;
    border-left: 2px solid #ff9800;
    padding-left: 10px;
}
.sidebar-filters h5 {
    font-size: 1rem;
    letter-spacing: 1px;
}


/* --- PREMIUM GAME CARD STYLES (TECH GLASS) --- */
.game-card {
    background: rgba(15, 23, 34, 0.6) !important; /* Semi-transparent dark blue/gray */
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(255, 255, 255, 0.05);
}

.game-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(168, 85, 247, 0.4) !important; /* Purple glow */
    background: rgba(20, 30, 45, 0.8) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(168, 85, 247, 0.2);
}


.game-card-img {
    width: 100%;
    height: 180px; /* Fixed height for consistency */
    object-fit: cover;
    transition: transform 0.5s ease;
}

.game-card:hover .game-card-img {
    transform: scale(1.05);
}

.game-title {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.btn-claim {
    display: block !important;
    width: 100% !important;
    background: linear-gradient(135deg, #28a745, #1e7e34) !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4) !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.btn-claim:hover {
    background: linear-gradient(135deg, #34ce57, #28a745) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.6) !important;
}

.platform-icon {
    font-size: 1.1em;
    vertical-align: middle;
    margin-right: 4px;
}

.countdown-badge {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    font-family: 'Consolas', monospace; /* Tech feel */
}

.expired-card {
    filter: grayscale(1);
    opacity: 0.6;
    pointer-events: none; /* Disable clicking */
}
.expired-card .btn-claim {
    background: #333;
    box-shadow: none;
    color: #888;
}

.platform-epic { background-color: #000 !important; color: #fff !important; border: 1px solid #333; }
.platform-steam { background-color: #171a21 !important; color: #66c0f4 !important; border: 1px solid #1c2533; }
