/* TOTOSLOTJP — Sport catalog / provider menu
   Source-derived from https://totoslotjp.store/sport
   UI-only layer; existing football API/widget remains untouched.
*/
body.sport-view{background:#000;min-height:100vh;padding-bottom:48px}
body.sport-view .jp-hero,
body.sport-view .jp-results-strip,
body.sport-view .coupon-widget,
body.sport-view .jp-info-visual,
body.sport-view .jp-safe-note,
body.sport-view .home-extra,
body.sport-view .jp-service-art,
body.sport-view > main.page,
body.sport-view > footer.footer,
body.sport-view .jp-info-badge,
body.sport-view .slot-catalog,
body.sport-view #casinoCatalog{display:none!important}
body.sport-view .jp-mainnav{margin-bottom:0}
body.sport-view .jp-contact-tab{display:flex}
body.sport-view .sport-catalog{display:block}

.sport-catalog{display:none;width:100%;max-width:900px;margin:0 auto;padding:14px 18px 40px;color:#fff;background:#000;box-sizing:border-box}
.sport-catalog-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px}
.sport-catalog-title{margin:0;color:#fff;font-size:18px;line-height:1.1;font-weight:900}
.sport-catalog-status{color:#aaa;font-size:10px;white-space:nowrap}
.sport-provider-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 18px}
.sport-provider-card{min-width:0;height:102px;border:1px solid #4a4a4a;border-radius:7px;background:#090909;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;transition:border-color .15s,background .15s,transform .15s;box-sizing:border-box}
.sport-provider-card:hover,.sport-provider-card:focus-visible{border-color:#d7ad36;background:#111;outline:0;transform:translateY(-1px)}
.sport-provider-card.active{border-color:#e6b934;box-shadow:inset 0 -2px 0 #e6b934;background:#111}
.sport-provider-logo{width:100%;height:52px;display:grid;place-items:center;overflow:hidden}
.sport-provider-logo img{max-width:135px;max-height:52px;width:auto;height:auto;object-fit:contain;display:block}
.sport-provider-fallback{display:none;align-items:center;justify-content:center;width:100%;height:100%;font-size:19px;font-weight:900;letter-spacing:.5px;color:#eee}
.sport-provider-name{font-size:10px;font-weight:900;line-height:1;white-space:nowrap;text-transform:uppercase}
.sport-provider-note{margin:0 0 12px;color:#888;font-size:9px;line-height:1.4;text-align:center}
body.sport-view .football-widget{display:block;width:min(780px,calc(100vw - 34px));max-width:780px;margin:0 auto 24px}
.sport-selected{display:none}

@media(max-width:700px){
  .sport-catalog{padding:11px 12px 30px}
  .sport-catalog-head{margin-bottom:11px}
  .sport-catalog-title{font-size:16px}
  .sport-catalog-status{font-size:9px}
  .sport-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:14px}
  .sport-provider-card{height:88px}
  .sport-provider-logo{height:42px}
  .sport-provider-logo img{max-width:120px;max-height:42px}
  .sport-provider-name{font-size:9px}
  body.sport-view .football-widget{width:calc(100vw - 24px)}
}
