 /* ... (Keep all your existing CSS here) ... */
    @charset "UTF-8";
    [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
        display: none !important;
    }
    ng\:form { display: block; }
    .ng-animate-shim { visibility: hidden; }
    .ng-anchor { position: absolute; }
    
    .sidebar-provider-icon { width: 24px; height: 24px; object-fit: contain; margin-right: 12px; display: inline-block; vertical-align: middle; }
    #back-to-top::after { content: '↑'; font-size: 24px; font-weight: bold; }

    /* Compact Featured Grid */
    .featured-mini-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; padding: 0 5px; }
    .featured-item-mini { transition: var(--transition-smooth); border-radius: 8px; overflow: hidden; border: 1px solid rgba(217, 70, 239, 0.3); background: rgba(0,0,0,0.3); }
    .featured-item-mini:hover { transform: scale(1.05); border-color: var(--neon-magenta); box-shadow: 0 0 15px rgba(217, 70, 239, 0.4); z-index: 5; }
    .featured-img-mini { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
    .category-shelf { margin-top: 40px; border-top: 1px solid var(--glass-border); padding-top: 20px; }
    
    /* Glow Wrapper */
    .featured-glow-wrapper { background: rgba(13, 13, 18, 0.5); border: 1.5px solid rgba(217, 70, 239, 0.4); border-radius: 20px; padding: 20px 15px; margin-bottom: 35px; box-shadow: 0 0 15px rgba(217, 70, 239, 0.15), inset 0 0 10px rgba(217, 70, 239, 0.1); position: relative; }
    .featured-glow-wrapper::before { content: ''; position: absolute; top: -1px; left: 30px; right: 30px; height: 2px; background: linear-gradient(90deg, transparent, var(--neon-magenta), transparent); box-shadow: 0 0 15px var(--neon-magenta); z-index: 2; }

    /* Minislider */
    .mslider-container-borderanim { display: block; margin: 25px auto !important; width: 95%; max-width: 1300px; position: relative; padding: 15px 5px 80px; background: rgba(0,0,0,0.3); border-radius: 20px; border: 1.5px solid rgba(217, 70, 239, 0.3); overflow: hidden; box-shadow: 0 0 20px rgba(217, 70, 239, 0.4); perspective: 1000px; }
    .game-item-mslider__img { width: 100%; height: 100px; object-fit: cover; border-radius: 12px; border: 1px solid rgba(217, 70, 239, 0.4); box-shadow: 0 0 20px rgba(217, 70, 239, 0.4); background: #000; cursor: pointer; -webkit-box-reflect: below 2px linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 100%); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
    .game-item-mslider__img:hover { transform: scale(1.05) translateZ(10px); box-shadow: 0 10px 30px rgba(217, 70, 239, 0.8); border-color: rgba(217, 70, 239, 1); } 

    /* Mobile Nav */
    .fyre-mobile-nav { position: fixed; bottom: 0; left: 0; width: 100%; height: 70px; background: rgba(5, 5, 5, 0.95); backdrop-filter: blur(20px); border-top: 1px solid rgba(255, 255, 255, 0.08); z-index: 99999; display: none; }
    @media screen and (max-width: 1024px) { .fyre-mobile-nav { display: block; } .carcass__body { padding-bottom: 85px !important; } }
    .mobile-nav-container { display: flex; justify-content: space-around; align-items: center; height: 100%; }
    .mobile-nav-item { display: flex; flex-direction: column; align-items: center; color: #94a3b8; text-decoration: none !important; }
    .mobile-nav-item i { font-size: 22px; margin-bottom: 4px; }
    .mobile-nav-item span { font-size: 9px; font-weight: 800; letter-spacing: 1px; }
    .mobile-nav-item:active, .mobile-nav-item.active { color: var(--neon-cyan); text-shadow: 0 0 10px var(--neon-cyan); }
    .mobile-nav-item.accent-magenta { color: var(--neon-magenta); }
    .mobile-balance-pill { background: rgba(99, 102, 241, 0.1); border: 1px solid var(--neon-indigo); padding: 4px 12px; border-radius: 15px; text-align: center; line-height: 1.1; }
    .mobile-balance-pill .label { font-size: 7px; color: var(--neon-indigo); display: block; }
    .mobile-balance-pill .value { font-size: 12px; color: #fff; font-weight: 900; display: block; }

    /* Scroll Fixes */
    html, body { overflow-x: hidden !important; max-width: 100vw !important; width: 100% !important; position: relative; }
    *, *::before, *::after { box-sizing: border-box !important; }
    .modal { max-width: 92vw !important; width: 100% !important; left: 50% !important; transform: translate(-50%, -50%) scale(1) !important; box-sizing: border-box !important; max-height: calc(100vh - 140px) !important; overflow-y: auto !important; overscroll-behavior: contain !important; }
    .modal::-webkit-scrollbar { width: 4px; }
    .modal::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.02); border-radius: 10px; }
    .modal::-webkit-scrollbar-thumb { background: var(--neon-magenta); border-radius: 10px; }
    .modal__body, .popup__body { overflow: visible !important; }
    .modal__content, .popup__body, .modal__input-inner, .input__inner, input, select, button { max-width: 100% !important; box-sizing: border-box !important; }
    .carcass__body, .main-content, .contain, .mslider-container-borderanim { max-width: 100% !important; box-sizing: border-box !important; }
	.mslider-container {
    overflow: hidden !important; /* Hides anything outside the border */
    width: 100%;
}

.mslide {
    padding: 0 5px; /* Creates a 10px visual gap between games */
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

    /* Mobile Grid Overrides */
    @media screen and (max-width: 1024px) {
        .carcass, .carcass__body, .main-content { margin-left: 0 !important; width: 100% !important; max-width: 100vw !important; }
        .contain, .category-shelf, .games-list { padding-left: 12px !important; padding-right: 12px !important; width: 100% !important; box-sizing: border-box !important; }
        .category-shelf .games-list__wrap, .games-list__wrap { margin: 0 !important; padding: 0 !important; width: 100% !important; max-width: 100vw !important; box-sizing: border-box !important; }
        .professional-high-density-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; box-sizing: border-box !important; }
        .game-item-mini, .game-card-inner, .game-card-img-container { min-width: 0 !important; max-width: 100% !important; width: 100% !important; margin: 0 !important; box-sizing: border-box !important; }
        .game-img-mini { width: 100% !important; max-width: 100% !important; height: auto !important; object-fit: cover !important; }
        .featured-mini-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 8px !important; width: 100% !important; margin: 0 !important; box-sizing: border-box !important; }
    }

    /* Category Pills */
    .mobile-categories-bar { display: none; }
    @media screen and (max-width: 1024px) {
        .mobile-categories-bar { display: flex; align-items: center; gap: 10px; overflow-x: auto; padding: 12px; background: rgba(5, 5, 5, 0.6); border-bottom: 1px solid var(--glass-border); scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-bottom: 10px; }
        .mobile-categories-bar::-webkit-scrollbar { display: none; }
        .mobile-cat-pill { display: flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; color: #cbd5e1; font-size: 11px; font-weight: 800; text-transform: uppercase; white-space: nowrap; flex-shrink: 0; transition: var(--transition-smooth); }
        .mobile-cat-pill img { width: 16px; height: 16px; object-fit: contain; filter: grayscale(100%) opacity(0.7); transition: var(--transition-smooth); }
        .mobile-cat-pill:hover, .mobile-cat-pill.active { background: rgba(99, 102, 241, 0.15); border-color: var(--neon-indigo); color: #fff; box-shadow: 0 0 12px rgba(99, 102, 241, 0.3); }
        .mobile-cat-pill:hover img, .mobile-cat-pill.active img { filter: grayscale(0%) opacity(1); }
    }

    /* Wheel of Fortune */
    .wheel-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(10px); z-index: 9999999; display: none; align-items: center; justify-content: center; flex-direction: column; }
    .wheel-wrapper { position: relative; width: 320px; height: 320px; margin-bottom: 40px; }
    .wheel-pointer { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 40px solid var(--neon-cyan); z-index: 10; filter: drop-shadow(0 0 10px var(--neon-cyan)); }
    .wheel-disc { width: 100%; height: 100%; border-radius: 50%; border: 3px solid var(--neon-magenta); box-shadow: 0 0 30px rgba(217, 70, 239, 0.4), inset 0 0 20px rgba(0,0,0,0.8); background: conic-gradient( #1e1e2f 0deg 45deg, #2d2b42 45deg 90deg, #1e1e2f 90deg 135deg, #2d2b42 135deg 180deg, #1e1e2f 180deg 225deg, #2d2b42 225deg 270deg, #1e1e2f 270deg 315deg, var(--neon-magenta) 315deg 360deg ); transition: transform 5s cubic-bezier(0.1, 0.9, 0.2, 1); transform: rotate(0deg); }
    .btn-spin-wheel { background: linear-gradient(45deg, var(--neon-magenta), var(--neon-indigo)); border: none; padding: 15px 50px; border-radius: 30px; color: white; font-weight: 900; font-size: 18px; letter-spacing: 2px; box-shadow: 0 0 20px rgba(217, 70, 239, 0.5); cursor: pointer; text-transform: uppercase; }
    .btn-spin-wheel:active { transform: scale(0.95); }
    .close-wheel { position: absolute; top: 20px; right: 20px; color: white; font-size: 30px; cursor: pointer; }
	@media screen and (max-width: 1024px) {
    /* 1. Fix the Modal Positioning */
    .modal {
        top: 10% !important; /* Move it up from the middle */
        transform: translateX(-50%) !important; /* Remove vertical transform to stop the 'jumping' */
        position: fixed !important;
        margin: 0 auto !important;
    }

    /* 2. Ensure Username/Password Fields are visible */
    .modal__content {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }

    /* 3. Prevent the keyboard from squishing the modal */
    .modal__body {
        max-height: 70vh !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    /* 4. Fix specific VanguardLTE login IDs if they exist */
    #login-modal, #registration-confirm {
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important; /* Force content to the top */
    }
/* 1. Set the DEFAULT Hidden State (No !important here) */
.modal {
    display: none;
    opacity: 0;
    pointer-events: none;
}

/* 2. Re-apply our Mobile Position Fix ONLY when the modal is actually OPEN */
/* Vanguard uses .in (Bootstrap) or .active (Custom) or :target */
.modal.in, .modal.active, .modal.show, .modal:target {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    
    /* Your S23 Ultra Position Fix */
    top: 10% !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: fixed !important;
    z-index: 999999 !important;
}

/* 3. Specifically KILL the #registration-confirm from auto-loading via URL hash */
#registration-confirm:target:not(.active) {
    display: none !important;
}
/* Add this to your list.css or style block */
/* --- ARTIGIANO FUNKY WHEEL ADD-ONS --- */

/* 1. THE REACTOR HUB (Center Piece) */

@keyframes reactorPulse {
    from { transform: translate(-50%, -50%) scale(0.85); filter: brightness(1); }
    to { transform: translate(-50%, -50%) scale(1.1); filter: brightness(1.4); }
}

/* 2. SYNTHWAVE SLICES (Corrected for 7 Slices) */


/* 3. IMPACT SHAKE (Simplified to prevent rotation conflicts) */
.wheel-impact-shake {
    animation: impactThud 0.4s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes impactThud {
    10%, 90% { transform: rotate(var(--rotate-deg)) translate3d(-2px, 0, 0); }
    20%, 80% { transform: rotate(var(--rotate-deg)) translate3d(4px, 0, 0); }
    30%, 50%, 70% { transform: rotate(var(--rotate-deg)) translate3d(-6px, 0, 0); }
    40%, 60% { transform: rotate(var(--rotate-deg)) translate3d(6px, 0, 0); }
}

/* 4. JACKPOT & COINS */
/* Ensure the wrapper is the BOSS of the screen */
.jackpot-wrapper {
    position: fixed !important;
    top: 0; left: 0; 
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.92) !important;
    z-index: 20000000 !important;
    display: none; /* JS will change this to flex */
    align-items: center;
    justify-content: center;
}

/* Fix the Desktop "Flat" look by forcing the Hub */
.wheel-disc {
    position: relative !important;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    
    /* 1. The Funky Background */
    background: conic-gradient(
        from 0deg,
        #0f172a 0deg 51.4deg,      /* Deep Space */
        #6366f1 51.4deg 102.8deg,  /* Indigo */
        #0f172a 102.8deg 154.2deg, 
        #d946ef 154.2deg 205.6deg, /* Magenta */
        #0f172a 205.6deg 257deg,
        #22d3ee 257deg 308.4deg,   /* Cyan */
        #f43f5e 308.4deg 360deg    /* Rose */
    ) !important;

    /* 2. The 3D Depth */
    border: 10px solid #1e1e2f !important;
    outline: 3px solid var(--neon-magenta);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5), inset 0 0 60px rgba(0,0,0,0.8);
    
    /* 3. The Desktop 3D Force */
    transform-style: preserve-3d !important;
    backface-visibility: hidden;
    will-change: transform;
}
.wheel-disc::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 70px; height: 70px;
    background: radial-gradient(circle, var(--neon-cyan) 0%, #0f172a 80%);
    border: 4px solid #fff;
    border-radius: 50%;
    /* translateZ pulls the hub TOWARDS the camera on desktop */
    transform: translate(-50%, -50%) translateZ(40px) !important;
    box-shadow: 0 0 25px var(--neon-cyan), 0 0 50px var(--neon-magenta);
    z-index: 10;
    animation: reactorPulse 1.5s infinite alternate ease-in-out;
}
.wheel-wrapper {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 0 auto 40px;
    /* This creates the 3D "viewing" area for Desktop */
    perspective: 1000px !important;
    transform-style: preserve-3d !important;
}

/* The Coin itself - MUST have width/height/background */
.coin-particle {
    position: fixed !important;
    width: 30px !important;
    height: 30px !important;
    background: #ffd700 !important; /* Pure Gold */
    background: linear-gradient(135deg, #fff700, #b8860b) !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.8) !important;
    z-index: 21000000 !important;
    pointer-events: none;
}

@keyframes zoomThrob {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); }
}

@keyframes pulseGlow {
    from { filter: drop-shadow(0 0 10px var(--neon-magenta)); }
    to { filter: drop-shadow(0 0 30px var(--neon-cyan)); }
}
#jackpot-overlay {
    z-index: 20000000 !important; /* Extremely high */
}



#fyre-wheel-modal {
    z-index: 9999999 !important; /* Lower than the jackpot */
}
