.carousel-nav,.featured-nav{transform:translateY(-50%);cursor:pointer}.place-card{height:220px!important;aspect-ratio:0.640909/1}.place-card-container{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:0}.truly-hidden{display:none!important}.games-carousel{display:flex;gap:15px;padding:15px 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.games-carousel::-webkit-scrollbar{height:8px}.games-carousel::-webkit-scrollbar-track{background:#2d2d2d;border-radius:10px}.games-carousel::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.games-carousel::-webkit-scrollbar-thumb:hover{background:#777}.carousel-nav{position:absolute;top:50%;width:40px;height:40px;background:rgba(0,0,0,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;border:none;color:#fff}.carousel-nav:hover{background:rgba(0,0,0,.9)}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.carousel-title{margin:0}.carousel-view-all{margin-left:15px}@media (max-width:768px){.place-card-container{justify-content:center;gap:10px}.games-carousel{padding:10px 0;gap:10px}.carousel-nav{width:35px;height:35px}.carousel-prev{left:5px}.carousel-next{right:5px}}.skeleton-box{background:linear-gradient(90deg,#333 25%,#444 50%,#333 75%);background-size:200% 100%;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.featured-carousel{position:relative;width:100%}.featured-slide{display:none}.featured-thumb{width:100%;aspect-ratio:16/9;height:auto;border-radius:12px;position:relative;background:#393b3d}.featured-slide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.featured-overlay{position:absolute;inset:0;border-radius:12px;background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.1) 60%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px}.featured-carousel-wrapper{width:100%;overflow:hidden}#featured-carousel-section{width:100%;display:block}.carousel-container{position:relative;width:100%;contain:layout}.games-carousel{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:12px;width:100%}.featured-slide.active{display:block;width:100%}.featured-badge{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.75);color:#fff;font-size:12px;font-weight:700;padding:3px 8px;border-radius:4px}.featured-title{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px}.featured-stats{display:flex;align-items:center;gap:6px}.featured-stat{color:#ccc;font-size:14px}.featured-nav{position:absolute;top:50%;background:rgba(0,0,0,.6);border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:18px;z-index:10;display:flex;align-items:center;justify-content:center}.featured-prev{left:12px}.featured-next{right:12px}.featured-dots{position:absolute;bottom:16px;right:20px;display:flex;gap:6px}.featured-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;padding:0;transition:background .2s}.featured-dot.active{background:#fff}.featured-slide-link{min-width:0;display:block}@media (max-width:768px){.featured-slide-grid{grid-template-columns:1fr}.featured-thumb{height:180px}}

@media (max-width: 991px) {
    .featured-slide-grid {
        grid-template-columns: repeat(3, 1fr); 
        gap: 6px;
    }

    .featured-thumb {
        border-radius: 6px;
    }

    .featured-title {
        font-size: 11px;
    }

    .featured-stat {
        font-size: 10px;
    }

    .featured-badge {
        font-size: 9px;
        padding: 1px 4px;
    }
}