#gen-p9its7zu .slots-carousel{grid-column:1/-1;position:relative;margin-top:18px;padding:10px 4px 6px;}
#gen-p9its7zu .slots-carousel__title{margin:0 8px 12px;font-size:18px;font-weight:600;color:#fff;font-family:Roboto,sans-serif;}
#gen-p9its7zu .slots-carousel__track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 8px 14px;cursor:grab;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
#gen-p9its7zu .slots-carousel__track::-webkit-scrollbar{display:none;}
#gen-p9its7zu .slots-carousel__track.is-dragging{cursor:grabbing;scroll-behavior:auto;}
#gen-p9its7zu .slot-card{position:relative;flex:0 0 160px;height:200px;border-radius:14px;overflow:hidden;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:space-between;padding:12px;color:#fff;font-family:Roboto,sans-serif;background:linear-gradient(145deg,rgba(255,255,255,0.08),rgba(255,255,255,0.02));box-shadow:0 6px 18px rgba(0,0,0,0.35);transition:transform .25s ease, box-shadow .25s ease;user-select:none;}
#gen-p9its7zu .slot-card::before{content:"";position:absolute;inset:0;background:var(--slot-color,#333);opacity:.85;z-index:0;}
#gen-p9its7zu .slot-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.55) 100%);z-index:1;}
#gen-p9its7zu .slot-card>*{position:relative;z-index:2;}
#gen-p9its7zu .slot-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.5);}
#gen-p9its7zu .slot-card__img{font-size:56px;text-align:center;margin-top:18px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));}
#gen-p9its7zu .slot-card__name{font-size:15px;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5);}
#gen-p9its7zu .slot-card__tag{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.55);color:#ffd54a;font-size:10px;font-weight:700;padding:3px 7px;border-radius:20px;letter-spacing:.5px;z-index:3;}
#gen-p9its7zu .slots-carousel__nav{position:absolute;top:55%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:none;background:rgba(0,0,0,.6);color:#fff;font-size:24px;line-height:1;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .2s;}
#gen-p9its7zu .slots-carousel__nav:hover{background:rgba(0,0,0,.85);}
#gen-p9its7zu .slots-carousel__nav--prev{left:-4px;}
#gen-p9its7zu .slots-carousel__nav--next{right:-4px;}
#gen-p9its7zu .slots-carousel__dots{display:flex;justify-content:center;gap:6px;margin-top:6px;}
#gen-p9its7zu .slots-carousel__dots span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.3);transition:background .2s, width .2s;}
#gen-p9its7zu .slots-carousel__dots span.active{background:#fff;width:18px;border-radius:4px;}
@media(max-width:520px){#gen-p9its7zu .slot-card{flex:0 0 140px;height:180px;}#gen-p9its7zu .slots-carousel__nav{display:none;}}