.slot-marquee{margin-top:24px}.slot-marquee .games-row{margin-top:0}.slot-marquee__shell{display:grid;grid-template-columns:minmax(160px,200px) minmax(0,1fr);gap:20px;align-items:stretch}.slot-marquee__aside{display:flex;flex-direction:column;gap:14px;padding:20px 18px;border-radius:16px;background:linear-gradient(165deg,rgb(36 48 82 / .9) 0%,rgb(17 24 42 / .75) 100%);border:1px solid rgb(255 255 255 / .08)}.slot-marquee__badge{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:rgb(135 192 14 / .15)}.slot-marquee__badge-icon{width:28px;height:28px;object-fit:contain}.slot-marquee__heading{margin:0;font-size:20px;font-weight:700;line-height:1.25;color:#fff}.slot-marquee__more{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding:8px 14px;border-radius:999px;border:1px solid rgb(135 192 14 / .45);color:#a8e020;font-size:13px;font-weight:600;text-decoration:none;transition:background 0.25s ease,border-color 0.25s ease,color 0.25s ease}.slot-marquee__more:hover{background:rgb(135 192 14 / .12);border-color:#87c00e;color:#c8f030}.slot-marquee__more svg{flex-shrink:0}.slot-marquee__pager{display:flex;gap:8px}.slot-marquee__pager-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid rgb(255 255 255 / .12);background:rgb(255 255 255 / .06);color:#fff;cursor:pointer;transition:background 0.25s ease,border-color 0.25s ease}.slot-marquee__pager-btn:hover{background:rgb(135 192 14 / .2);border-color:rgb(135 192 14 / .5)}.slot-marquee__stage{min-width:0;display:flex;align-items:center}.slot-marquee__swiper{width:100%;overflow:hidden}.slot-marquee__slide{width:auto}.slot-marquee__card{display:block;width:148px;color:#fff;text-decoration:none}.slot-marquee__card-media{position:relative;aspect-ratio:3 / 4;border-radius:14px;overflow:hidden;background:#1d273e;box-shadow:0 8px 24px rgb(0 0 0 / .25);transition:transform 0.3s ease,box-shadow 0.3s ease}.slot-marquee__card:hover .slot-marquee__card-media{transform:translateY(-4px);box-shadow:0 14px 32px rgb(0 0 0 / .35)}.slot-marquee__card-img{width:100%;height:100%;object-fit:cover;display:block}.slot-marquee__card-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:rgb(9 15 30 / .55);opacity:0;transition:opacity 0.25s ease}.slot-marquee__card:hover .slot-marquee__card-play{opacity:1}@media (max-width:768px){.slot-marquee__shell{grid-template-columns:1fr;gap:14px}.slot-marquee__aside{flex-direction:row;flex-wrap:wrap;align-items:center;padding:14px 16px;gap:12px}.slot-marquee__heading{flex:1;font-size:17px}.slot-marquee__more{margin-top:0;order:3}.slot-marquee__pager{order:4;margin-left:auto}.slot-marquee__card{width:120px}}@media (max-width:480px){.slot-marquee{margin-top:16px}.slot-marquee__card{width:108px}}