.game-band{margin-top:24px}.game-band .games-row{margin-top:0}.game-band__inner{padding:22px 24px 20px;border-radius:20px 20px 12px 12px;background:linear-gradient(180deg,rgb(29 39 62 / .95) 0%,rgb(17 24 42 / .6) 100%);border:1px solid rgb(255 255 255 / .06);border-bottom:3px solid #87c00e}.game-band__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.game-band__label{display:flex;align-items:center;gap:10px;min-width:0}.game-band__label-icon{flex-shrink:0;width:32px;height:32px;object-fit:contain}.game-band__label-text{font-size:22px;font-weight:700;line-height:1.2;color:#fff}.game-band__toolbar{display:flex;align-items:stretch;flex-shrink:0;border-radius:12px;overflow:hidden;border:1px solid rgb(255 255 255 / .1);background:rgb(9 15 30 / .5)}.game-band__toolbar-link{display:inline-flex;align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:600;color:#fff;text-decoration:none;border-right:1px solid rgb(255 255 255 / .1);transition:background 0.25s ease}.game-band__toolbar-link:hover{background:rgb(135 192 14 / .15)}.game-band__toolbar-link svg{flex-shrink:0}.game-band__toolbar-btn{display:flex;align-items:center;justify-content:center;width:40px;border:none;background:#fff0;color:rgb(255 255 255 / .85);cursor:pointer;transition:background 0.25s ease,color 0.25s ease}.game-band__toolbar-btn+.game-band__toolbar-btn{border-left:1px solid rgb(255 255 255 / .1)}.game-band__toolbar-btn:hover{background:rgb(255 255 255 / .08);color:#a8e020}.game-band__carousel{min-width:0}.game-band__swiper{overflow:hidden;margin:0 -6px;padding:6px}.game-band__slide{width:auto}.game-band__tile{display:block;width:124px;padding:4px;color:#fff;text-decoration:none;transition:transform 0.3s ease}.game-band__tile:hover{transform:scale(1.05)}.game-band__tile-frame{aspect-ratio:2 / 3;border-radius:16px;overflow:hidden;padding:3px;background:linear-gradient(135deg,#87c00e 0%,rgb(135 192 14 / .2) 50%,transparent 100%);box-shadow:0 6px 20px rgb(0 0 0 / .3)}.game-band__tile-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:13px}@media (max-width:768px){.game-band__inner{padding:16px 14px 14px}.game-band__header{flex-direction:column;align-items:flex-start;gap:12px}.game-band__toolbar{width:100%}.game-band__toolbar-link{flex:1;justify-content:center}.game-band__label-text{font-size:18px}.game-band__tile{width:108px}}@media (max-width:480px){.game-band{margin-top:16px}}