.home-featured-card,.home-featured-carousel{width:100%;min-width:0}.home-featured-card{background:#1b1838;border-radius:16px;overflow:hidden}.home-featured-slide-wrap{position:relative;overflow:hidden}.home-featured-slide{width:100%}.home-featured-skeleton{min-height:168px;border-radius:16px;background:linear-gradient(110deg,rgba(36,32,74,.9),rgba(55,48,105,.95) 45%,rgba(36,32,74,.9) 90%);background-size:200% 100%;animation:home-featured-shimmer 1.4s ease-in-out infinite}@keyframes home-featured-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.home-featured-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin:0;padding:10px 12px 14px;border-top:1px solid rgba(255,255,255,.06)}.home-featured-dot{width:8px;height:8px;padding:0;border:none;border-radius:9999px;background:rgba(255,255,255,.22);cursor:pointer;transition:transform .2s ease,background .2s ease}.home-featured-dot:hover{background:rgba(196,181,253,.55);transform:scale(1.15)}.home-featured-dot--active{background:#a78bfa;transform:scale(1.2)}