/* Dedicated hero game carousel styles */
.hero-carousel{position:relative;z-index:2;width:100%;height:190px;min-width:0}
.carousel-card{position:relative;width:100%;height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:linear-gradient(135deg,var(--surface2),var(--surface));box-shadow:var(--shadow);animation:carouselFade .5s ease}
.carousel-card>img,.carousel-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.carousel-placeholder{display:grid;place-items:center;color:var(--gold);font-size:64px;font-weight:900;background:radial-gradient(circle at 20% 20%,rgba(255,211,107,.3),transparent 40%),radial-gradient(circle at 80% 30%,rgba(89,223,255,.24),transparent 42%),#151928}
.carousel-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,9,15,.9),rgba(7,9,15,.2) 70%,rgba(7,9,15,.55)),linear-gradient(0deg,rgba(7,9,15,.82),transparent 65%)}
.carousel-copy{position:absolute;left:20px;right:18px;bottom:28px}
.carousel-copy>span{display:inline-flex;padding:4px 9px;border-radius:999px;color:#101016;background:var(--gold);font-size:11px;font-weight:900}
.carousel-copy h3{margin:9px 0 3px;color:#fff;font-size:28px;line-height:1.1;text-shadow:0 2px 12px #000}
.carousel-copy p{margin:0 0 10px;color:#e7edf8;font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.carousel-copy a{display:inline-flex;padding:7px 12px;border-radius:9px;color:#101016;background:var(--gold);font-size:12px;font-weight:900}
.carousel-dots{position:absolute;right:15px;bottom:13px;display:flex;gap:5px}
.carousel-dots i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.5)}
.carousel-dots i.active{width:18px;border-radius:5px;background:var(--gold)}
.carousel-empty{height:100%;display:grid;place-items:center;border:1px dashed rgba(255,255,255,.28);border-radius:20px;color:var(--muted);background:rgba(255,255,255,.05)}
@keyframes carouselFade{from{opacity:.15;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}
@media(min-width:981px){.hero{grid-template-columns:minmax(0,680px) 340px;justify-content:center;align-items:center;gap:18px;padding-left:24px;padding-right:24px}.hero-content{max-width:680px}}
@media(max-width:980px){.hero{grid-template-columns:1fr;gap:16px}.hero-carousel{height:190px;order:2}}
@media(max-width:640px){.hero-carousel{height:180px}.carousel-copy{left:15px;bottom:23px}.carousel-copy h3{font-size:23px}.carousel-copy p{font-size:12px}}
