.provider-landing { padding-top: 10px; }
.provider-page-banner .banner-slider { margin-bottom: 10px; }
.slot-provider-shortcuts { display: flex; gap: 7px; margin: 0 0 12px; padding: 3px 1px 8px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.slot-provider-shortcuts::-webkit-scrollbar { display: none; }
.slot-provider-shortcuts a { min-width: 78px; height: 58px; display: flex; flex: 0 0 78px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: linear-gradient(180deg,#181c30,#131728); color: #aeb3c7; scroll-snap-align: start; }
.slot-provider-shortcuts a.active { border-color: #8b5cf6; background: linear-gradient(180deg,rgba(124,58,237,.34),rgba(58,34,104,.32)); color: #fff; box-shadow: 0 7px 18px rgba(124,58,237,.2),inset 0 -2px #8b5cf6; }
.slot-provider-shortcuts img,.slot-provider-shortcuts i { width: 34px; height: 27px; display: grid; flex: 0 0 27px; place-items: center; object-fit: cover; border-radius: 6px; background: rgba(255,255,255,.07); color: #c4b5fd; font-size: 7px; font-style: normal; font-weight: 900; }
.slot-provider-shortcuts span { width: 100%; overflow: hidden; font-size: 7px; font-weight: 800; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.provider-catalog-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: #14182a;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}
.provider-catalog-name { min-width: 165px; display: flex; flex-direction: column; padding: 0 8px; }
.provider-catalog-name small { color: #a78bfa; font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.provider-catalog-name b { margin-top: 2px; overflow: hidden; color: #f6f7fb; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.provider-search {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: #090d1b;
  transition: border-color .2s,box-shadow .2s;
}
.provider-search:focus-within { border-color: #8b5cf6; box-shadow: 0 0 0 3px rgba(139,92,246,.14); }
.provider-search>i { width: 20px; height: 20px; display: grid; flex: 0 0 20px; place-items: center; color: #9b8cf2; }
.provider-search>i svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.provider-search input { width: 100%; height: 100%; padding: 0 12px; border: 0; outline: 0; background: transparent; color: #fff; font: 700 12px Manrope,sans-serif; }
.provider-search input::placeholder { color: #7f849b; }
.provider-search button { width: 28px; height: 28px; padding: 0; border: 0; border-radius: 8px; background: rgba(255,255,255,.08); color: #c8cad7; font-size: 18px; cursor: pointer; }
.provider-game-grid { scroll-margin-top: 90px; }
.provider-game-grid .game-card { border: 1px solid rgba(255,255,255,.07); background: linear-gradient(180deg,#191d32,#15182a); }
.provider-game-grid .game-info h3 { color: #f4f4f8; }
.provider-game-grid .game-info .game-rtp { width: 100%; display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto; justify-items: center; align-items: center; gap: 4px; text-align: center; }
.provider-game-grid .game-rtp span { display: block; grid-row: 1; color: #9ba0b6; font-weight: 800; }
.provider-game-grid .game-rtp>i { display: block; grid-row: 2; width: 58px; height: 4px; background: rgba(255,255,255,.1); }
.provider-game-grid .game-rtp>i>b { background: currentColor; box-shadow: 0 0 7px currentColor; }
.provider-game-grid .game-rtp.rtp-low { color: #ef4444; }
.provider-game-grid .game-rtp.rtp-medium { color: #facc15; }
.provider-game-grid .game-rtp.rtp-high { color: #22c55e; }
.provider-game-grid .game-rtp.rtp-low span { color: #f87171; }
.provider-game-grid .game-rtp.rtp-medium span { color: #fde047; }
.provider-game-grid .game-rtp.rtp-high span { color: #4ade80; }
.game-random-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 7px; }
.game-random-notes>span { min-width: 0; padding: 5px 4px; border: 1px solid rgba(255,255,255,.07); border-radius: 6px; background: rgba(8,11,23,.68); text-align: center; }
.game-random-notes small,.game-random-notes b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.game-random-notes small { color: #8b5cf6; font-size: 5px; font-weight: 900; letter-spacing: .08em; }
.game-random-notes b { margin-top: 2px; color: #b9bdcc; font-size: 6px; }
.provider-load-more { display: flex; flex-direction: column; align-items: center; gap: 11px; margin: 28px 0 12px; }
.provider-load-more button { display: flex; align-items: center; gap: 12px; min-width: 220px; justify-content: center; padding: 13px 20px; border: 1px solid rgba(167,139,250,.45); border-radius: 12px; background: linear-gradient(135deg,#7c3aed,#9333ea); color: #fff; box-shadow: 0 10px 24px rgba(124,58,237,.24); font-size: 10px; font-weight: 900; cursor: pointer; transition: transform .2s,box-shadow .2s; }
.provider-load-more button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(124,58,237,.34); }
.provider-load-more button:disabled { opacity: .6; }
.provider-load-more button i { font-size: 14px; font-style: normal; }
.provider-load-more button.is-loading i { animation: provider-spin .8s linear infinite; }
.provider-load-more small { color: #777d94; font-size: 9px; font-weight: 700; }
@keyframes provider-spin { to { transform: rotate(360deg); } }
@media(max-width:640px) {
  .provider-category-menu { margin-bottom: 8px; }
  .provider-category-menu a:first-child { color: #fff; }
  .provider-category-menu a.active { background: rgba(124,58,237,.28); color: #c4b5fd; box-shadow: inset 0 -2px #8b5cf6; }
  .provider-landing { padding-top: 4px; }
  .slot-provider-shortcuts { position: relative; left: 50%; width: 100vw; box-sizing: border-box; gap: 6px; margin: 0 0 8px; padding: 4px 10px 8px; transform: translateX(-50%); background: rgba(8,11,23,.62); }
  .slot-provider-shortcuts a { position: relative; min-width: calc((100vw - 38px)/4); height: calc((100vw - 38px)/4); flex-basis: calc((100vw - 38px)/4); justify-content: flex-start; gap: 0; padding: 4px; overflow: hidden; border-radius: 10px; }
  .slot-provider-shortcuts a.active:after { position: absolute; z-index: 3; top: 4px; right: 4px; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: #8b5cf6; color: #fff; content: "✓"; font-size: 8px; font-weight: 900; box-shadow: 0 2px 6px #0008; }
  .slot-provider-shortcuts img,.slot-provider-shortcuts i { width: 100%; height: calc(100% - 21px); flex: 0 0 calc(100% - 21px); object-fit: contain; border-radius: 7px; font-size: 9px; }
  .slot-provider-shortcuts span { height: 21px; display: flex; align-items: center; justify-content: center; padding: 0 2px; font-size: 7px; }
  .provider-catalog-tools { position: sticky; z-index: 15; top: 6px; align-items: stretch; flex-direction: column; gap: 8px; margin-bottom: 10px; padding: 8px; border: 1px solid rgba(139,92,246,.25); border-radius: 12px; background: rgba(18,22,39,.96); box-shadow: 0 10px 28px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
  .provider-catalog-name { min-width: 0; max-width: none; flex-direction: row; align-items: center; gap: 7px; padding: 0 2px; border: 0; }
  .provider-catalog-name small { padding: 3px 6px; border-radius: 99px; background: rgba(124,58,237,.18); color: #c4b5fd; font-size: 5px; }
  .provider-catalog-name b { margin: 0; color: #fff; font-size: 9px; }
  .provider-search { width: 100%; height: 42px; padding: 0 8px; border: 1px solid rgba(167,139,250,.32); border-radius: 10px; background: #090d1c; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
  .provider-search:focus-within { border-color: #a78bfa; box-shadow: 0 0 0 3px rgba(139,92,246,.16); }
  .provider-search>i { width: 22px; height: 22px; flex-basis: 22px; color: #a78bfa; }
  .provider-search>i svg { width: 15px; height: 15px; stroke-width: 2.2; }
  .provider-search input { padding: 0 8px; color: #fff; font-size: 10px; font-weight: 700; }
  .provider-search input::placeholder { color: #737a91; opacity: 1; }
  .provider-search button { width: 26px; height: 26px; border-radius: 7px; background: rgba(255,255,255,.08); font-size: 16px; }
  .provider-search button { width: 23px; height: 23px; border-radius: 6px; font-size: 15px; }
  .provider-game-grid.games { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 5px; }
  .provider-game-grid .game-card { min-width: 0; padding: 3px; border-radius: 8px; }
  .provider-game-grid .cover { aspect-ratio: 1.08; border-radius: 6px; }
  .provider-game-grid .hot-game-badge { top: 3px; left: 3px; padding: 2px 4px; font-size: 5px; }
  .provider-game-grid .hot-game-badge i { font-size: 6px; }
  .provider-game-grid .game-info { min-height: 69px; height: 69px; padding: 4px 2px 2px; }
  .provider-game-grid .game-info h3 { max-width: 100%; font-size: 6px; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .provider-game-grid .game-info .game-rtp { display: grid; gap: 2px; margin-top: 3px; font-size: 5px; }
  .provider-game-grid .game-rtp>i { width: 34px; height: 3px; }
  .game-random-notes { gap: 2px; margin-top: 4px; }
  .game-random-notes>span { padding: 3px 1px; border-radius: 4px; }
  .game-random-notes small { font-size: 4px; }
  .game-random-notes b { margin-top: 1px; font-size: 4px; }
  .provider-load-more { margin-top: 22px; }
  .provider-load-more button { min-width: 205px; }
}
@media(max-width:350px) {
  .provider-catalog-tools { padding: 7px; }
  .provider-search { height: 39px; }
  .provider-search input { font-size: 9px; }
}
