
.gbm-mc{
 --gbm-navy:#071f55;--gbm-blue:#064ad8;--gbm-bg:#edf5ff;--gbm-text:#071f55;--gbm-muted:#71809b;
 width:100%;background:var(--gbm-bg);padding:36px 0 28px;overflow:hidden;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box
}
.gbm-mc *{box-sizing:border-box}
.gbm-mc__inner{width:min(100%,1540px);margin:0 auto;padding:0 20px}
.gbm-mc__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.gbm-mc__head h2{margin:0;color:var(--gbm-navy);font-size:clamp(36px,4vw,62px);line-height:.98;font-weight:900;letter-spacing:-1.5px}
.gbm-mc__more{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;background:#fff;color:var(--gbm-navy)!important;text-decoration:none!important;padding:20px 26px;border-radius:12px;font-weight:900;box-shadow:0 8px 26px rgba(7,31,85,.08)}
.gbm-mc__viewport{width:100%;overflow:hidden}
.gbm-mc__track{display:flex;gap:18px;transition:transform .35s ease;will-change:transform}
.gbm-mc__card{position:relative;flex:0 0 calc((100% - 54px)/4);min-width:0;min-height:310px;background:#fff;border-radius:14px;padding:20px;box-shadow:0 10px 30px rgba(7,31,85,.08);border:1px solid rgba(7,31,85,.07);display:flex;flex-direction:column}
.gbm-mc__top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px;color:#111}
.gbm-mc__top strong{white-space:nowrap;font-size:14px}
.gbm-mc__league{display:flex;align-items:center;gap:7px;min-width:0;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gbm-mc__league i{display:inline-block;flex:0 0 14px;width:14px;height:14px;border-radius:50%;background:radial-gradient(circle,#fff 0 25%,#e72b2b 27% 50%,#111 52% 100%)}
.gbm-mc__date{text-align:center;margin:22px 0 18px;color:var(--gbm-muted);font-weight:800;font-size:16px;white-space:nowrap}
.gbm-mc__teams{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px}
.gbm-mc__team{text-align:center;min-width:0}
.gbm-mc__logo{width:86px;height:86px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center}
.gbm-mc__logo img{display:block!important;width:100%!important;height:100%!important;max-width:86px!important;max-height:86px!important;object-fit:contain!important;margin:0!important}
.gbm-mc__team span{display:block;width:100%;font-size:13px;color:var(--gbm-text);font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gbm-mc__score{display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}
.gbm-mc__score span{background:var(--gbm-blue);color:#fff;padding:10px 11px;border-radius:8px;min-width:46px;text-align:center;font-size:25px;font-weight:900}
.gbm-mc__score b{font-size:20px;color:var(--gbm-navy)}
.gbm-mc__score .gbm-mc__time{min-width:86px;font-size:24px}
.gbm-mc__meta{margin-top:auto;padding-top:14px;border-top:1px solid #e9eef6;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;color:#68758b}
.gbm-mc__stadium{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gbm-mc__status{flex:0 0 auto;font-weight:900;color:var(--gbm-blue)}
.gbm-mc__card-link{position:absolute;inset:0;z-index:5}
.gbm-mc__controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px}
.gbm-mc__controls button{width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:var(--gbm-navy);font-size:28px;font-weight:900;cursor:pointer;box-shadow:0 6px 18px rgba(7,31,85,.12)}
.gbm-mc__controls button:disabled{opacity:.35;cursor:default}
.gbm-mc__dots{display:flex;gap:6px}
.gbm-mc__dots i{display:block;width:8px;height:8px;border-radius:50%;background:#bfd1ed}
.gbm-mc__dots i.active{background:var(--gbm-blue)}
.gbm-mc__empty{background:#fff;padding:30px;border-radius:14px}
@media(max-width:1180px){
 .gbm-mc__inner{padding:0 16px}
 .gbm-mc__card{flex-basis:calc((100% - 18px)/2)}
}
@media(max-width:720px){
 .gbm-mc{padding:24px 0 22px}
 .gbm-mc__inner{padding:0 12px}
 .gbm-mc__head{align-items:flex-start;margin-bottom:20px}
 .gbm-mc__head h2{font-size:36px}
 .gbm-mc__more{padding:13px 15px;font-size:12px;border-radius:9px}
 .gbm-mc__track{gap:12px}
 .gbm-mc__card{flex-basis:100%;min-height:292px;padding:18px}
 .gbm-mc__logo{width:74px;height:74px}
 .gbm-mc__logo img{max-width:74px!important;max-height:74px!important}
 .gbm-mc__score .gbm-mc__time{min-width:80px;font-size:21px}
}


/* v1.3 — skor, canlı durum ve goller */
.gbm-mc__score{
  position:relative;
  min-width:116px;
}
.gbm-mc__score .gbm-score-home,
.gbm-mc__score .gbm-score-away{
  min-width:48px;
  padding:9px 11px;
}
.gbm-live-minute{
  position:absolute;
  left:50%;
  top:100%;
  transform:translate(-50%,5px);
  color:#e31f2f;
  font-size:11px;
  font-weight:900;
  background:#fff;
  border:1px solid #ffd3d8;
  border-radius:10px;
  padding:2px 7px;
  white-space:nowrap;
}
.gbm-live-minute:empty{display:none}
.gbm-mc__goals{
  margin-top:18px;
  padding:12px 13px;
  border-radius:9px;
  background:#f4f8ff;
  border:1px solid #dce8fb;
  color:#0a2f6d;
  font-size:11px;
  line-height:1.45;
  min-height:54px;
}
.gbm-mc__goals strong{
  display:block;
  margin-bottom:4px;
  font-size:11px;
  color:#064ad8;
}
.gbm-mc__goals.is-empty{
  opacity:.72;
}
.gbm-mc__status.gbm-status-canli{
  color:#e41f2d;
  animation:gbmPulse 1.2s infinite;
}
.gbm-mc__status.gbm-status-devre-arasi{
  color:#e09100;
}
.gbm-mc__status.gbm-status-mac-sonu{
  color:#16814c;
}
@keyframes gbmPulse{
  0%,100%{opacity:1}
  50%{opacity:.45}
}


/* v1.6 — referans görsele göre premium kart tasarımı */
.gbm-mc{
  --gbm-navy:#08255d;
  --gbm-blue:#0d56e5;
  --gbm-bg:#eef5ff;
  background:linear-gradient(180deg,#eef5ff 0%,#f7fbff 100%);
  padding:34px 0 26px;
}
.gbm-mc__inner{max-width:1600px}
.gbm-mc__head{align-items:flex-start;margin-bottom:28px}
.gbm-mc__title-wrap{display:flex;flex-direction:column;gap:8px}
.gbm-mc__head h2{
  font-size:clamp(42px,4.2vw,68px);
  line-height:.95;
  letter-spacing:-2px;
}
.gbm-mc__subtitle{
  color:#60708a;
  font-size:16px;
  font-weight:700;
}
.gbm-mc__more{
  border-radius:16px;
  padding:18px 26px;
  box-shadow:0 10px 26px rgba(8,37,93,.08);
}
.gbm-mc__track{gap:18px}
.gbm-mc__card{
  flex:0 0 calc((100% - 54px)/4);
  min-height:570px;
  padding:22px 24px;
  border-radius:18px;
  border:1px solid #e7edf6;
  box-shadow:0 12px 30px rgba(8,37,93,.08);
}
.gbm-mc__top{font-size:13px}
.gbm-mc__league{font-size:13px;color:#0b2554}
.gbm-mc__league i{width:13px;height:13px;flex-basis:13px}
.gbm-mc__date{
  display:flex;
  justify-content:center;
  gap:20px;
  margin:24px 0 12px;
  color:#62738f;
  font-size:14px;
  font-weight:800;
}
.gbm-mc__status-row{
  display:flex;
  justify-content:center;
  margin-bottom:24px;
}
.gbm-mc__status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 14px;
  border-radius:999px;
  border:1px solid #d9e5f6;
  background:#f7faff;
  color:#6a7891;
  font-size:11px;
  font-weight:900;
}
.gbm-mc__teams{
  grid-template-columns:minmax(0,1fr) 126px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.gbm-mc__logo{
  width:78px;
  height:78px;
  margin:0 auto 12px;
}
.gbm-mc__logo img{
  width:100%!important;
  height:100%!important;
  max-width:78px!important;
  max-height:78px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.gbm-mc__team span{
  font-size:12px;
  line-height:1.25;
  min-height:30px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
.gbm-mc__score{
  min-width:126px;
  gap:7px;
}
.gbm-mc__score .gbm-score-home,
.gbm-mc__score .gbm-score-away{
  min-width:46px;
  padding:8px 10px;
  background:#fff;
  color:#0b2554;
  border:1px solid #dbe6f6;
  box-shadow:0 4px 12px rgba(8,37,93,.06);
  border-radius:10px;
  font-size:24px;
}
.gbm-mc__score b{
  color:#173d79;
  font-size:20px;
}
.gbm-live-minute{
  top:-30px;
  transform:translateX(-50%);
  border:none;
  background:transparent;
  color:#e21e2b;
}
.gbm-mc__meta{
  border-top:0;
  margin-top:20px;
  padding-top:0;
  justify-content:flex-start;
  color:#53637d;
  font-size:11px;
}
.gbm-mc__stadium{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
.gbm-mc__goals{
  margin-top:22px;
  min-height:104px;
  background:#f8fbff;
  border:1px solid #dde9fa;
  border-radius:12px;
  padding:15px 16px;
}
.gbm-mc__goals strong{
  color:#0d56e5;
  font-size:11px;
  margin-bottom:8px;
}
.gbm-mc__goals .gbm-goals-text{
  color:#5f6f89;
  font-size:12px;
}
.gbm-mc__details{
  margin-top:auto;
  text-align:right;
  color:#0d56e5;
  font-size:12px;
  font-weight:900;
}
.gbm-mc__controls{margin-top:24px}
.gbm-mc__controls button{
  width:48px;height:48px;
  background:#fff;
  border:1px solid #e3ebf6;
}
.gbm-mc__dots i{
  width:7px;height:7px;
}
.gbm-mc__dots i.active{background:#0d56e5}
.gbm-mc__status.gbm-status-canli{
  color:#fff;
  background:#e31d2b;
  border-color:#e31d2b;
}
.gbm-mc__status.gbm-status-mac-sonu{
  color:#fff;
  background:#16814c;
  border-color:#16814c;
}
.gbm-mc__status.gbm-status-planlandi{
  color:#0d56e5;
  background:#eef5ff;
  border-color:#bcd2fa;
}
@media(max-width:1180px){
  .gbm-mc__card{min-height:540px}
}
@media(max-width:720px){
  .gbm-mc__head{gap:10px}
  .gbm-mc__head h2{font-size:38px}
  .gbm-mc__subtitle{font-size:13px}
  .gbm-mc__more{padding:12px 14px}
  .gbm-mc__card{min-height:520px}
  .gbm-mc__teams{grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr)}
  .gbm-mc__logo{width:68px;height:68px}
  .gbm-mc__logo img{max-width:68px!important;max-height:68px!important}
}


/* =========================================================
   v1.7 — Tam Responsive PC / Tablet / Telefon
   Referans görsele göre kompakt kartlar
   ========================================================= */

.gbm-mc,
.gbm-mc * {
    box-sizing: border-box;
}

.gbm-mc {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.gbm-mc__inner {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
}

.gbm-mc__viewport {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.gbm-mc__track {
    width: auto;
    display: flex;
    align-items: stretch;
    gap: 16px;
}

/* DESKTOP — 4 kart */
.gbm-mc__card {
    flex: 0 0 calc((100% - 48px) / 4);
    width: calc((100% - 48px) / 4);
    min-width: 0;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 18px 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

/* Başlık alanı */
.gbm-mc__head {
    width: 100%;
    align-items: flex-start;
}

.gbm-mc__title-wrap {
    min-width: 0;
}

.gbm-mc__head h2 {
    max-width: 100%;
    word-break: normal;
}

.gbm-mc__more {
    flex: 0 0 auto;
}

/* Kart üst satırı */
.gbm-mc__top {
    min-height: 22px;
}

.gbm-mc__league,
.gbm-mc__top strong {
    line-height: 1.2;
}

/* Tarih / saat */
.gbm-mc__date {
    margin: 18px 0 10px !important;
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    line-height: 1.2;
}

.gbm-mc__status-row {
    margin-bottom: 14px !important;
}

/* Logo - skor - logo alanı tam merkezli */
.gbm-mc__teams {
    width: 100%;
    min-height: 132px;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-items: center !important;
    column-gap: 8px !important;
    margin: 0 !important;
}

.gbm-mc__team {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-rows: 72px auto;
    align-items: center;
    justify-items: center;
    text-align: center;
}

.gbm-mc__logo {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    margin: 0 auto 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

.gbm-mc__logo img {
    display: block !important;
    position: static !important;
    float: none !important;
    margin: auto !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: 68px !important;
    max-height: 68px !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

.gbm-mc__team span {
    width: 100%;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 2px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Skor kesin ortada */
.gbm-mc__score {
    width: 112px !important;
    min-width: 112px !important;
    display: grid !important;
    grid-template-columns: 44px 12px 44px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    position: relative !important;
    margin: 0 auto !important;
}

.gbm-mc__score .gbm-score-home,
.gbm-mc__score .gbm-score-away {
    width: 44px !important;
    min-width: 44px !important;
    height: 48px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 9px !important;
    font-size: 23px !important;
    line-height: 1 !important;
}

.gbm-mc__score b {
    width: 12px;
    text-align: center;
}

/* Goller alanı artık gereksiz uzunluk yaratmaz */
.gbm-mc__goals {
    min-height: 72px !important;
    height: auto !important;
    margin-top: 14px !important;
    padding: 11px 12px !important;
}

.gbm-mc__goals strong {
    margin-bottom: 5px !important;
}

.gbm-mc__meta {
    margin-top: 12px !important;
    min-height: 28px;
}

.gbm-mc__details {
    margin-top: 10px !important;
    min-height: 18px;
}

/* Dört kartın altları aynı hizada ama gereksiz yüksek değil */
.gbm-mc__card {
    align-self: stretch;
}

.gbm-mc__controls {
    margin-top: 18px !important;
}


/* ---------------------------------------------------------
   1200 px ve altı — 3 kart
   --------------------------------------------------------- */
@media (max-width: 1280px) {
    .gbm-mc__inner {
        padding-left: 14px;
        padding-right: 14px;
    }

    .gbm-mc__card {
        flex-basis: calc((100% - 32px) / 3);
        width: calc((100% - 32px) / 3);
    }
}


/* ---------------------------------------------------------
   TABLET — 2 kart
   --------------------------------------------------------- */
@media (max-width: 980px) {
    .gbm-mc {
        padding-top: 26px !important;
    }

    .gbm-mc__head {
        gap: 12px;
        margin-bottom: 20px !important;
    }

    .gbm-mc__head h2 {
        font-size: clamp(34px, 6vw, 48px) !important;
        letter-spacing: -1.2px !important;
    }

    .gbm-mc__subtitle {
        font-size: 14px !important;
    }

    .gbm-mc__more {
        padding: 13px 16px !important;
        font-size: 12px !important;
    }

    .gbm-mc__card {
        flex-basis: calc((100% - 14px) / 2);
        width: calc((100% - 14px) / 2);
    }

    .gbm-mc__track {
        gap: 14px;
    }

    .gbm-mc__teams {
        grid-template-columns: minmax(0,1fr) 106px minmax(0,1fr) !important;
    }

    .gbm-mc__score {
        width: 106px !important;
        min-width: 106px !important;
        grid-template-columns: 42px 10px 42px !important;
    }

    .gbm-mc__score .gbm-score-home,
    .gbm-mc__score .gbm-score-away {
        width: 42px !important;
        min-width: 42px !important;
        height: 46px !important;
        font-size: 22px !important;
    }
}


/* ---------------------------------------------------------
   TELEFON — 1 tam kart
   --------------------------------------------------------- */
@media (max-width: 640px) {
    .gbm-mc {
        padding: 20px 0 18px !important;
    }

    .gbm-mc__inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .gbm-mc__head {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        align-items: start !important;
        gap: 8px !important;
        margin-bottom: 16px !important;
    }

    .gbm-mc__head h2 {
        font-size: 31px !important;
        line-height: .98 !important;
        letter-spacing: -1px !important;
    }

    .gbm-mc__subtitle {
        font-size: 11px !important;
        margin-top: 4px !important;
    }

    .gbm-mc__more {
        padding: 10px 11px !important;
        border-radius: 10px !important;
        font-size: 10px !important;
        gap: 5px !important;
    }

    .gbm-mc__track {
        gap: 10px !important;
    }

    .gbm-mc__card {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px 14px 14px !important;
        border-radius: 14px !important;
    }

    .gbm-mc__top {
        font-size: 11px !important;
    }

    .gbm-mc__league {
        max-width: 72%;
        font-size: 11px !important;
    }

    .gbm-mc__top strong {
        font-size: 11px !important;
    }

    .gbm-mc__date {
        margin: 13px 0 8px !important;
        gap: 6px 12px !important;
        font-size: 12px !important;
    }

    .gbm-mc__status-row {
        margin-bottom: 10px !important;
    }

    .gbm-mc__status {
        padding: 5px 10px !important;
        font-size: 9px !important;
    }

    .gbm-mc__teams {
        min-height: 118px !important;
        grid-template-columns: minmax(0,1fr) 100px minmax(0,1fr) !important;
        column-gap: 5px !important;
    }

    .gbm-mc__team {
        grid-template-rows: 62px auto !important;
    }

    .gbm-mc__logo {
        width: 62px !important;
        height: 62px !important;
        min-width: 62px !important;
        min-height: 62px !important;
        margin-bottom: 6px !important;
    }

    .gbm-mc__logo img {
        max-width: 58px !important;
        max-height: 58px !important;
    }

    .gbm-mc__team span {
        min-height: 30px !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    .gbm-mc__score {
        width: 100px !important;
        min-width: 100px !important;
        grid-template-columns: 39px 10px 39px !important;
        gap: 6px !important;
    }

    .gbm-mc__score .gbm-score-home,
    .gbm-mc__score .gbm-score-away {
        width: 39px !important;
        min-width: 39px !important;
        height: 43px !important;
        font-size: 21px !important;
    }

    .gbm-mc__goals {
        min-height: 60px !important;
        margin-top: 10px !important;
        padding: 9px 10px !important;
        border-radius: 10px !important;
        font-size: 10px !important;
    }

    .gbm-mc__goals strong,
    .gbm-mc__goals .gbm-goals-text {
        font-size: 10px !important;
    }

    .gbm-mc__meta {
        margin-top: 9px !important;
        min-height: 22px !important;
        font-size: 9px !important;
    }

    .gbm-mc__details {
        margin-top: 7px !important;
        font-size: 10px !important;
    }

    .gbm-mc__controls {
        margin-top: 12px !important;
    }

    .gbm-mc__controls button {
        width: 38px !important;
        height: 38px !important;
        font-size: 23px !important;
    }
}


/* Çok küçük telefonlar */
@media (max-width: 380px) {
    .gbm-mc__head h2 {
        font-size: 27px !important;
    }

    .gbm-mc__more {
        padding: 9px 8px !important;
        font-size: 9px !important;
    }

    .gbm-mc__teams {
        grid-template-columns: minmax(0,1fr) 92px minmax(0,1fr) !important;
    }

    .gbm-mc__score {
        width: 92px !important;
        min-width: 92px !important;
        grid-template-columns: 36px 8px 36px !important;
    }

    .gbm-mc__score .gbm-score-home,
    .gbm-mc__score .gbm-score-away {
        width: 36px !important;
        min-width: 36px !important;
        height: 40px !important;
        font-size: 19px !important;
    }

    .gbm-mc__logo {
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        min-height: 56px !important;
    }

    .gbm-mc__logo img {
        max-width: 52px !important;
        max-height: 52px !important;
    }
}


/* =========================================================
   v2.0 — MAÇ MERKEZİ
   ========================================================= */
.gbm-center,
.gbm-center *{box-sizing:border-box}

.gbm-center{
    --center-navy:#08255d;
    --center-blue:#0d56e5;
    --center-bg:#f5f9ff;
    --center-line:#dfe8f6;
    width:100%;
    max-width:1500px;
    margin:0 auto;
    padding:26px 18px 34px;
    color:var(--center-navy);
    font-family:Arial,Helvetica,sans-serif;
}

.gbm-center__hero{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:24px;
    padding:26px 28px;
    background:#eef5ff;
    border:1px solid var(--center-line);
    border-radius:20px;
}

.gbm-center__eyebrow{
    color:var(--center-blue);
    font-size:11px;
    font-weight:900;
    letter-spacing:.12em;
}

.gbm-center__hero h1{
    margin:6px 0 4px;
    font-size:44px;
    line-height:1;
    color:var(--center-navy);
}

.gbm-center__hero p{
    margin:0;
    color:#64758e;
}

.gbm-center__live-chip{
    padding:12px 16px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--center-line);
    font-weight:800;
    white-space:nowrap;
}

.gbm-center__tabs{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
    margin-bottom:20px;
}

.gbm-center__tabs button{
    min-height:46px;
    padding:10px 12px;
    border:1px solid var(--center-line);
    border-radius:12px;
    background:#fff;
    color:var(--center-navy);
    font-weight:800;
    cursor:pointer;
}

.gbm-center__tabs button.is-active{
    background:var(--center-blue);
    border-color:var(--center-blue);
    color:#fff;
}

.gbm-center__panel{
    display:none;
    background:#fff;
    border:1px solid var(--center-line);
    border-radius:18px;
    padding:20px;
}

.gbm-center__panel.is-active{display:block}

.gbm-center__section-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
}

.gbm-center__section-head h2{
    margin:0;
    font-size:24px;
    color:var(--center-navy);
}

.gbm-center__section-head span{
    color:#718099;
    font-size:12px;
}

.gbm-center__table-wrap{
    width:100%;
    overflow-x:auto;
}

.gbm-center__table{
    width:100%;
    border-collapse:collapse;
    min-width:760px;
}

.gbm-center__table th,
.gbm-center__table td{
    padding:10px 9px;
    border-bottom:1px solid #edf1f7;
    text-align:center;
    font-size:12px;
}

.gbm-center__table th:nth-child(2),
.gbm-center__table td:nth-child(2){
    text-align:left;
}

.gbm-center__table tbody tr.is-sariyer{
    background:#eef5ff;
}

.gbm-center__team-cell{
    display:flex;
    align-items:center;
    gap:9px;
    min-width:190px;
}

.gbm-center__team-cell img{
    width:28px!important;
    height:28px!important;
    object-fit:contain!important;
    flex:0 0 28px;
}

.gbm-center__matches{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.gbm-center__match{
    border:1px solid var(--center-line);
    border-radius:14px;
    padding:14px;
    background:#fbfdff;
}

.gbm-center__match-meta{
    display:flex;
    justify-content:space-between;
    gap:8px;
    color:#687993;
    font-size:11px;
    margin-bottom:12px;
}

.gbm-center__match-main{
    display:grid;
    grid-template-columns:minmax(0,1fr) 86px minmax(0,1fr);
    align-items:center;
    gap:8px;
}

.gbm-center__match-team{
    min-width:0;
    display:flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    font-weight:800;
}

.gbm-center__match-team:last-child{
    justify-content:flex-end;
    text-align:right;
}

.gbm-center__match-team img{
    width:38px!important;
    height:38px!important;
    object-fit:contain!important;
    flex:0 0 38px;
}

.gbm-center__match-score{
    text-align:center;
    font-size:22px;
    font-weight:900;
}

.gbm-center__match-score small{
    display:block;
    margin-top:3px;
    font-size:9px;
    color:#74839a;
}

.gbm-center__leaders{
    display:grid;
    gap:8px;
}

.gbm-center__leader{
    display:grid;
    grid-template-columns:34px minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    padding:10px 12px;
    border:1px solid var(--center-line);
    border-radius:12px;
    background:#fbfdff;
}

.gbm-center__rank{
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef5ff;
    color:var(--center-blue);
    font-weight:900;
}

.gbm-center__player{
    min-width:0;
    display:flex;
    align-items:center;
    gap:10px;
}

.gbm-center__player img{
    width:42px!important;
    height:42px!important;
    object-fit:cover!important;
    border-radius:50%;
}

.gbm-center__player strong,
.gbm-center__player span{
    display:block;
}

.gbm-center__player strong{font-size:13px}
.gbm-center__player span{font-size:10px;color:#78879c;margin-top:2px}
.gbm-center__leader-value{font-size:13px;white-space:nowrap}

.gbm-center__empty{
    padding:28px;
    border-radius:12px;
    background:#f7faff;
    color:#65758c;
    text-align:center;
    font-size:13px;
}

@media(max-width:900px){
    .gbm-center__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
    .gbm-center__matches{grid-template-columns:1fr}
}

@media(max-width:640px){
    .gbm-center{padding:14px 10px 24px}
    .gbm-center__hero{
        padding:18px;
        border-radius:14px;
        align-items:flex-start;
    }
    .gbm-center__hero h1{font-size:32px}
    .gbm-center__hero p{font-size:11px}
    .gbm-center__live-chip{display:none}
    .gbm-center__tabs{
        grid-template-columns:1fr 1fr;
        gap:6px;
    }
    .gbm-center__tabs button{
        min-height:42px;
        font-size:11px;
        padding:8px;
    }
    .gbm-center__panel{
        padding:12px;
        border-radius:14px;
    }
    .gbm-center__section-head h2{font-size:20px}
    .gbm-center__match-main{
        grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr);
    }
    .gbm-center__match-team{
        flex-direction:column;
        text-align:center!important;
        justify-content:center!important;
        font-size:10px;
    }
    .gbm-center__match-team img{
        width:34px!important;
        height:34px!important;
    }
    .gbm-center__match-score{font-size:18px}
    .gbm-center__leader{
        grid-template-columns:28px minmax(0,1fr) auto;
        gap:8px;
        padding:9px;
    }
    .gbm-center__rank{
        width:26px;height:26px;font-size:11px;
    }
    .gbm-center__player img{
        width:34px!important;
        height:34px!important;
    }
    .gbm-center__player strong{font-size:11px}
    .gbm-center__leader-value{font-size:11px}
}

.gbm-center__section-head span{
    display:inline-flex;align-items:center;gap:5px;padding:5px 8px;
    border-radius:999px;background:#f4f8ff;border:1px solid #e1eaf7
}


/* =========================================================
   v2.2 — Sağ Sidebar: Puan Durumu + Haftanın Skorları
   ========================================================= */
.gbm-side,.gbm-side *{box-sizing:border-box}
.gbm-side{display:grid;gap:16px;width:100%;font-family:Arial,Helvetica,sans-serif}
.gbm-side__box{
    width:100%;overflow:hidden;background:#fff;border:1px solid #dfe8f6;
    border-radius:14px;color:#08255d
}
.gbm-side__head{
    display:flex;align-items:center;justify-content:space-between;gap:8px;
    padding:13px 14px;background:#eef5ff;border-bottom:1px solid #dfe8f6
}
.gbm-side__head h3{margin:0;font-size:15px;color:#08255d}
.gbm-side__head a,.gbm-side__head span{font-size:10px;font-weight:800;color:#0d56e5;text-decoration:none}
.gbm-side__standing-row{
    display:grid;grid-template-columns:24px minmax(0,1fr) 26px 30px;align-items:center;
    gap:5px;min-height:35px;padding:6px 10px;border-bottom:1px solid #eef2f7;font-size:10px
}
.gbm-side__standing-row:last-child{border-bottom:0}
.gbm-side__standing-head{min-height:29px;background:#fafcff;color:#7b899f;font-weight:800}
.gbm-side__standing-row.is-sariyer{background:#edf5ff}
.gbm-side__team{min-width:0;display:flex;align-items:center;gap:6px}
.gbm-side__team img{width:22px!important;height:22px!important;object-fit:contain!important;flex:0 0 22px}
.gbm-side__team b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}
.gbm-side__score-row{
    display:grid;grid-template-columns:minmax(0,1fr) 28px;gap:8px;
    padding:9px 11px;border-bottom:1px solid #eef2f7
}
.gbm-side__score-row:last-child{border-bottom:0}
.gbm-side__score-teams{display:grid;gap:5px;min-width:0}
.gbm-side__score-teams span{
    display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    font-size:10px;font-weight:700;color:#263b62
}
.gbm-side__score-value{display:grid;gap:3px;align-content:center}
.gbm-side__score-value strong{
    display:flex;align-items:center;justify-content:center;width:26px;height:20px;
    border-radius:5px;background:#0d56e5;color:#fff;font-size:11px
}
.gbm-side__empty{padding:18px;text-align:center;color:#77869b;font-size:11px}

@media(max-width:768px){
    .gbm-side{grid-template-columns:1fr;gap:12px}
}


/* v2.3 — Sağ sidebar puan tablosu: O G B M P */
.gbm-side__standing-row{
    grid-template-columns:22px minmax(0,1fr) 24px 24px 24px 24px 28px!important;
    gap:4px!important;
    padding:6px 8px!important;
}
.gbm-side__standing-head{
    font-size:9px!important;
}
.gbm-side__standing-row > span:not(.gbm-side__team){
    text-align:center;
}
.gbm-side__team b{
    font-size:9.5px!important;
}
@media(max-width:420px){
    .gbm-side__standing-row{
        grid-template-columns:20px minmax(0,1fr) 22px 22px 22px 22px 26px!important;
        gap:3px!important;
        padding:5px 6px!important;
        font-size:9px!important;
    }
}


/* =========================================================
   v2.4 — Sidebar AG/YG + dikey maç slider
   ========================================================= */
.gbm-side__standing-row{
    grid-template-columns:20px minmax(0,1fr) 21px 21px 21px 21px 24px 24px 27px!important;
    gap:3px!important;
    padding:6px 6px!important;
    font-size:9px!important;
}
.gbm-side__standing-head{
    font-size:8.5px!important;
}
.gbm-side__team b{
    font-size:9px!important;
}
.gbm-side__team img{
    width:19px!important;
    height:19px!important;
    flex-basis:19px!important;
}

.gbm-side__scores-slider{
    position:relative;
    height:228px;
    overflow:hidden;
}
.gbm-side__scores-track{
    display:flex;
    flex-direction:column;
    will-change:transform;
    transition:transform .55s ease;
}
.gbm-side__score-row{
    flex:0 0 76px;
    min-height:76px;
    align-items:center;
    background:#fff;
}
.gbm-side__score-row.is-upcoming{
    background:#f8fbff;
}
.gbm-side__score-row.is-upcoming::before{
    content:"";
    width:3px;
    align-self:stretch;
    background:#b7cdf5;
    border-radius:3px;
    margin-right:5px;
}
.gbm-side__score-time{
    min-width:54px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
}
.gbm-side__score-time strong{
    color:#0d56e5;
    font-size:11px;
}
.gbm-side__score-time small{
    color:#7c8a9e;
    font-size:7.5px;
    white-space:nowrap;
}
.gbm-side__score-row.is-played .gbm-side__score-value strong{
    background:#0d56e5;
}

@media(max-width:420px){
    .gbm-side__standing-row{
        grid-template-columns:18px minmax(0,1fr) 19px 19px 19px 19px 21px 21px 24px!important;
        gap:2px!important;
        font-size:8px!important;
    }
    .gbm-side__team b{font-size:8px!important}
}


/* =========================================================
   GBM Match Center PRO v3.0 — PROFESSIONAL SIDEBAR
   Completely isolated from theme styles
   ========================================================= */

.gbm-side-pro,
.gbm-side-pro *{
    box-sizing:border-box!important;
}

.gbm-side-pro{
    width:100%!important;
    max-width:100%!important;
    display:grid!important;
    gap:14px!important;
    margin:0!important;
    padding:0!important;
    font-family:Arial,Helvetica,sans-serif!important;
    color:#09255a!important;
}

.gbm-side-pro__leaguebar{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:14px 15px!important;
    border-radius:14px!important;
    background:#08255d!important;
    color:#fff!important;
}

.gbm-side-pro__leaguebar > div{
    display:grid!important;
    gap:2px!important;
}

.gbm-side-pro__eyebrow{
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.08em!important;
    color:#bcd2fa!important;
    font-weight:800!important;
}

.gbm-side-pro__leaguebar strong{
    font-size:13px!important;
    line-height:1.2!important;
    color:#fff!important;
}

.gbm-side-pro__leaguebar a{
    color:#fff!important;
    text-decoration:none!important;
    font-size:10px!important;
    font-weight:800!important;
    white-space:nowrap!important;
}

.gbm-side-pro__section{
    width:100%!important;
    overflow:hidden!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    border:1px solid #dde7f5!important;
    border-radius:14px!important;
}

.gbm-side-pro__title{
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    padding:11px 13px!important;
    background:#eef5ff!important;
    border-bottom:1px solid #dde7f5!important;
}

.gbm-side-pro__title h3{
    margin:0!important;
    padding:0!important;
    color:#09255a!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:900!important;
}

.gbm-side-pro__title a,
.gbm-side-pro__title span{
    margin:0!important;
    color:#0d56e5!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:800!important;
    text-decoration:none!important;
    white-space:nowrap!important;
}

/* Puan Durumu */
.gbm-side-pro__table{
    width:100%!important;
    overflow:hidden!important;
}

.gbm-side-pro__tr{
    width:100%!important;
    min-height:34px!important;
    display:grid!important;
    grid-template-columns:18px minmax(70px,1fr) 18px 18px 18px 18px 21px 21px 24px!important;
    align-items:center!important;
    gap:2px!important;
    padding:5px 6px!important;
    border-bottom:1px solid #edf2f8!important;
    background:#fff!important;
    font-size:8.5px!important;
    line-height:1!important;
}

.gbm-side-pro__tr:last-child{
    border-bottom:0!important;
}

.gbm-side-pro__th{
    min-height:27px!important;
    background:#fafcff!important;
    color:#8491a6!important;
    font-size:7.5px!important;
    font-weight:800!important;
}

.gbm-side-pro__tr.is-sariyer{
    background:#edf5ff!important;
}

.gbm-side-pro__tr > span{
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    color:#263b61!important;
}

.gbm-side-pro__team{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:5px!important;
    min-width:0!important;
    text-align:left!important;
}

.gbm-side-pro__team img{
    display:block!important;
    position:static!important;
    float:none!important;
    width:18px!important;
    height:18px!important;
    max-width:18px!important;
    max-height:18px!important;
    object-fit:contain!important;
    margin:0!important;
    padding:0!important;
    flex:0 0 18px!important;
}

.gbm-side-pro__team b{
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    color:#09255a!important;
    font-size:8.5px!important;
    line-height:1.1!important;
    font-weight:800!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}

/* Haftanın maçları */
.gbm-side-pro__match-slider{
    width:100%!important;
    height:282px!important;
    overflow:hidden!important;
    position:relative!important;
    background:#fff!important;
}

.gbm-side-pro__match-track{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    margin:0!important;
    padding:0!important;
    will-change:transform!important;
    transition:transform .5s ease!important;
}

.gbm-side-pro__match{
    flex:0 0 94px!important;
    width:100%!important;
    height:94px!important;
    margin:0!important;
    padding:9px 12px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:5px!important;
    border-bottom:1px solid #edf2f8!important;
    background:#fff!important;
    position:relative!important;
}

.gbm-side-pro__match.is-upcoming{
    background:#f8fbff!important;
}

.gbm-side-pro__match.is-upcoming::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    top:10px!important;
    bottom:10px!important;
    width:3px!important;
    border-radius:3px!important;
    background:#b9cff8!important;
}

.gbm-side-pro__match-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    min-height:12px!important;
    font-size:7.5px!important;
    line-height:1!important;
    color:#8491a6!important;
}

.gbm-side-pro__match-row{
    width:100%!important;
    min-height:20px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 24px!important;
    align-items:center!important;
    gap:8px!important;
}

.gbm-side-pro__club{
    min-width:0!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    color:#17345f!important;
    font-size:10px!important;
    line-height:1.15!important;
    font-weight:800!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}

.gbm-side-pro__score{
    width:24px!important;
    height:21px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
    border-radius:5px!important;
    background:#0d56e5!important;
    color:#fff!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:900!important;
}

.gbm-side-pro__match.is-upcoming .gbm-side-pro__score{
    background:#eaf2ff!important;
    color:#0d56e5!important;
}

.gbm-side-pro__upcoming{
    position:absolute!important;
    right:12px!important;
    top:8px!important;
    padding:2px 5px!important;
    border-radius:999px!important;
    background:#edf4ff!important;
    color:#6e7e95!important;
    font-size:6.5px!important;
    line-height:1!important;
    font-weight:800!important;
}

/* Gol / asist krallığı */
.gbm-side-pro__leaders{
    width:100%!important;
    display:grid!important;
}

.gbm-side-pro__leader{
    width:100%!important;
    min-height:48px!important;
    display:grid!important;
    grid-template-columns:26px minmax(0,1fr) 25px!important;
    align-items:center!important;
    gap:7px!important;
    padding:7px 10px!important;
    border-bottom:1px solid #edf2f8!important;
}

.gbm-side-pro__leader:last-child{
    border-bottom:0!important;
}

.gbm-side-pro__rank{
    width:23px!important;
    height:23px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    background:#edf5ff!important;
    color:#0d56e5!important;
    font-size:9px!important;
    font-weight:900!important;
}

.gbm-side-pro__player{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
}

.gbm-side-pro__player img{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    max-width:30px!important;
    min-height:30px!important;
    max-height:30px!important;
    margin:0!important;
    padding:0!important;
    border-radius:50%!important;
    object-fit:cover!important;
    flex:0 0 30px!important;
}

.gbm-side-pro__player > div{
    min-width:0!important;
}

.gbm-side-pro__player strong,
.gbm-side-pro__player span{
    min-width:0!important;
    display:block!important;
    margin:0!important;
    padding:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}

.gbm-side-pro__player strong{
    color:#17345f!important;
    font-size:9.5px!important;
    line-height:1.15!important;
    font-weight:800!important;
}

.gbm-side-pro__player span{
    margin-top:2px!important;
    color:#8491a6!important;
    font-size:7.5px!important;
    line-height:1!important;
}

.gbm-side-pro__leader > strong{
    color:#0d56e5!important;
    font-size:11px!important;
    text-align:center!important;
}

.gbm-side-pro__empty{
    padding:20px!important;
    color:#7a889e!important;
    font-size:10px!important;
    text-align:center!important;
}

@media(max-width:767px){
    .gbm-side-pro{
        gap:10px!important;
    }

    .gbm-side-pro__leaguebar{
        padding:12px!important;
    }

    .gbm-side-pro__tr{
        grid-template-columns:17px minmax(68px,1fr) 17px 17px 17px 17px 20px 20px 23px!important;
        padding:5px!important;
        font-size:8px!important;
    }

    .gbm-side-pro__team b{
        font-size:8px!important;
    }
}


/* v3.1 — Aktif hafta maçları */
.gbm-side-pro__title > span{
    min-width:48px!important;
    text-align:center!important;
    padding:4px 7px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid #d9e5f6!important;
}


/* =========================================================
   v3.2 — Haftalar ayrı slide: 1. Hafta, 2. Hafta...
   ========================================================= */
.gbm-side-pro__week-nav{
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
}
.gbm-side-pro__week-nav button{
    width:23px!important;height:23px!important;display:flex!important;
    align-items:center!important;justify-content:center!important;
    padding:0!important;margin:0!important;border:1px solid #d7e4f7!important;
    border-radius:6px!important;background:#fff!important;color:#0d56e5!important;
    font-size:15px!important;font-weight:900!important;cursor:pointer!important;
}
.gbm-side-pro__week-nav strong{
    min-width:52px!important;text-align:center!important;color:#0d56e5!important;
    font-size:9px!important;white-space:nowrap!important;
}
.gbm-side-pro__week-slider{
    width:100%!important;overflow:hidden!important;background:#fff!important;
}
.gbm-side-pro__week-track{
    width:100%!important;display:flex!important;align-items:flex-start!important;
    transition:transform .45s ease!important;will-change:transform!important;
}
.gbm-side-pro__week-slide{
    flex:0 0 100%!important;width:100%!important;min-width:100%!important;
    max-height:410px!important;overflow-y:auto!important;scrollbar-width:thin!important;
}
.gbm-side-pro__week-match{
    width:100%!important;padding:9px 11px!important;border-bottom:1px solid #edf2f8!important;
    background:#fff!important;display:grid!important;gap:5px!important;position:relative!important;
}
.gbm-side-pro__week-match.is-upcoming{background:#f9fbff!important}
.gbm-side-pro__week-match.is-played::before{
    content:""!important;position:absolute!important;left:0!important;top:8px!important;bottom:8px!important;
    width:3px!important;border-radius:3px!important;background:#1a9b60!important;
}
.gbm-side-pro__week-match.is-upcoming::before{
    content:""!important;position:absolute!important;left:0!important;top:8px!important;bottom:8px!important;
    width:3px!important;border-radius:3px!important;background:#b9cff8!important;
}
.gbm-side-pro__week-meta{
    display:flex!important;justify-content:space-between!important;align-items:center!important;
    color:#8a98ab!important;font-size:7.5px!important;line-height:1!important;
}
.gbm-side-pro__week-row{
    display:grid!important;grid-template-columns:minmax(0,1fr) 25px!important;gap:8px!important;align-items:center!important;
}
.gbm-side-pro__week-row span{
    min-width:0!important;color:#17345f!important;font-size:10px!important;font-weight:800!important;
    white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
}
.gbm-side-pro__week-row strong{
    width:25px!important;height:21px!important;display:flex!important;align-items:center!important;justify-content:center!important;
    background:#0d56e5!important;color:#fff!important;border-radius:5px!important;font-size:11px!important;
}
.gbm-side-pro__week-match.is-upcoming .gbm-side-pro__week-row strong{
    background:#eaf2ff!important;color:#0d56e5!important;
}
.gbm-side-pro__week-dots{
    display:flex!important;justify-content:center!important;gap:5px!important;padding:9px!important;
    border-top:1px solid #edf2f8!important;background:#fafcff!important;
}
.gbm-side-pro__week-dots button{
    width:7px!important;height:7px!important;padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;
    background:#c6d5eb!important;cursor:pointer!important;
}
.gbm-side-pro__week-dots button.is-active{background:#0d56e5!important}


/* v3.3 — Kullanıcı ayarlı yazı boyutu ve maç paneli yüksekliği */
.gbm-side-pro{
    --gbm-side-scale:1;
    --gbm-week-height:410px;
}
.gbm-side-pro__title h3{
    font-size:calc(14px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__leaguebar strong{
    font-size:calc(13px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__eyebrow,
.gbm-side-pro__leaguebar a{
    font-size:calc(10px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__tr{
    font-size:calc(8.5px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__th{
    font-size:calc(7.5px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__team b{
    font-size:calc(8.5px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__week-row span{
    font-size:calc(10px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__week-row strong{
    font-size:calc(11px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__week-meta{
    font-size:calc(7.5px * var(--gbm-side-scale))!important;
}
.gbm-side-pro__week-slide{
    max-height:var(--gbm-week-height)!important;
}


/* =========================================================
   v3.4 — 1-19 hafta dropdown + ayrı yazı boyutu kontrolleri
   ========================================================= */
.gbm-side-pro{
    --gbm-table-scale:1;
    --gbm-match-scale:1;
}

/* Puan durumu ayrı ölçek */
.gbm-side-pro__tr{
    font-size:calc(8.5px * var(--gbm-table-scale))!important;
}
.gbm-side-pro__th{
    font-size:calc(7.5px * var(--gbm-table-scale))!important;
}
.gbm-side-pro__team b{
    font-size:calc(8.5px * var(--gbm-table-scale))!important;
}
.gbm-side-pro__team img{
    width:calc(18px * var(--gbm-table-scale))!important;
    height:calc(18px * var(--gbm-table-scale))!important;
    max-width:calc(18px * var(--gbm-table-scale))!important;
    max-height:calc(18px * var(--gbm-table-scale))!important;
}

/* Haftanın maçları ayrı ölçek */
.gbm-side-pro__week-row span{
    font-size:calc(10px * var(--gbm-match-scale))!important;
}
.gbm-side-pro__week-row strong{
    font-size:calc(11px * var(--gbm-match-scale))!important;
}
.gbm-side-pro__week-meta{
    font-size:calc(7.5px * var(--gbm-match-scale))!important;
}

.gbm-side-pro__week-nav{
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
}

.gbm-side-pro__week-select{
    min-width:82px!important;
    height:27px!important;
    margin:0!important;
    padding:2px 24px 2px 8px!important;
    border:1px solid #d7e4f7!important;
    border-radius:7px!important;
    background-color:#fff!important;
    color:#0d56e5!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:900!important;
    cursor:pointer!important;
    outline:none!important;
}

.gbm-side-pro__week-select:focus{
    border-color:#0d56e5!important;
    box-shadow:0 0 0 2px rgba(13,86,229,.10)!important;
}

/* 19 nokta yerine dropdown kullanıldığı için eski nokta satırı gizli */
.gbm-side-pro__week-dots{
    display:none!important;
}


/* v3.5 — Haftanın tam lig programı */
.gbm-side-pro__fixture-source{
    padding:6px 11px!important;
    background:#fafcff!important;
    border-bottom:1px solid #edf2f8!important;
    color:#8290a5!important;
    font-size:calc(7.5px * var(--gbm-match-scale))!important;
    font-weight:700!important;
}
.gbm-side-pro__week-slide{
    max-height:var(--gbm-week-height)!important;
}


/* v5.0.1 TFF Live Engine */
.gbm-side-pro__tr.is-sariyer{
    box-shadow:inset 3px 0 0 #0d56e5!important;
}


/* =========================================================
   v6.0 — Stable / SSL fallback / 1-38 hafta
   ========================================================= */
.gbm-side-pro__fixture-source{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
}
.gbm-live-dot{
    width:7px!important;
    height:7px!important;
    flex:0 0 7px!important;
    display:inline-block!important;
    border-radius:50%!important;
    background:#19a463!important;
    box-shadow:0 0 0 3px rgba(25,164,99,.12)!important;
}


/* v6.1 — TFF parser düzeltmeleri */
.gbm-side-pro__team b{
    text-transform:none!important;
}
.gbm-side-pro__fixture-source{
    font-weight:800!important;
}


/* =========================================================
   v6.2 — Match Center: tüm Sarıyer fikstürü + canlı veri
   ========================================================= */
.gbm-center__matches{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
}
.gbm-center__match{
    margin:0!important;
}
.gbm-center__match-score small{
    display:block!important;
    margin-top:4px!important;
}
@media(max-width:780px){
    .gbm-center__matches{
        grid-template-columns:1fr!important;
    }
}


/* =========================================================
   v6.3 — Compact Match Center
   ========================================================= */
.gbm-center{
    --gbm-center-team-font:15px;
    --gbm-center-stat-font:13px;
    --gbm-center-logo:24px;
    --gbm-center-row-height:40px;
    --gbm-center-table-height:650px;
}

.gbm-center__summary{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:10px!important;
    margin:14px 0!important;
}
.gbm-center__summary-card{
    padding:12px!important;
    border:1px solid #e1e9f5!important;
    border-radius:12px!important;
    background:#f9fbff!important;
}
.gbm-center__summary-card span,
.gbm-center__summary-card small{
    display:block!important;
    color:#7e8aa0!important;
    font-size:11px!important;
}
.gbm-center__summary-card strong{
    display:block!important;
    margin-top:3px!important;
    color:#0b2a61!important;
    font-size:14px!important;
    line-height:1.2!important;
}

.gbm-center__table-wrap{
    width:100%!important;
    max-height:var(--gbm-center-table-height)!important;
    overflow:auto!important;
    border:1px solid #e1e9f5!important;
    border-radius:12px!important;
}
.gbm-center__table{
    width:100%!important;
    table-layout:fixed!important;
    border-collapse:collapse!important;
}
.gbm-center__table th,
.gbm-center__table td{
    height:var(--gbm-center-row-height)!important;
    min-height:var(--gbm-center-row-height)!important;
    padding:6px 7px!important;
    font-size:var(--gbm-center-stat-font)!important;
    vertical-align:middle!important;
    text-align:center!important;
    white-space:nowrap!important;
}
.gbm-center__table th{
    position:sticky!important;
    top:0!important;
    z-index:3!important;
    background:#eef5ff!important;
}
.gbm-center__table th:nth-child(1),
.gbm-center__table td:nth-child(1){
    width:44px!important;
}
.gbm-center__table th:nth-child(2),
.gbm-center__table td:nth-child(2){
    width:auto!important;
    text-align:left!important;
}
.gbm-center__table th:nth-child(n+3),
.gbm-center__table td:nth-child(n+3){
    width:48px!important;
}
.gbm-center__team-cell{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
}
.gbm-center__team-cell img{
    width:var(--gbm-center-logo)!important;
    height:var(--gbm-center-logo)!important;
    min-width:var(--gbm-center-logo)!important;
    max-width:var(--gbm-center-logo)!important;
    max-height:var(--gbm-center-logo)!important;
    object-fit:contain!important;
}
.gbm-center__team-cell span{
    min-width:0!important;
    display:block!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:var(--gbm-center-team-font)!important;
    font-weight:700!important;
}

@media(max-width:900px){
    .gbm-center__summary{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .gbm-center__table{
        min-width:760px!important;
    }
}
@media(max-width:520px){
    .gbm-center__summary{
        grid-template-columns:1fr!important;
    }
    .gbm-center__table-wrap{
        max-height:560px!important;
    }
}


/* =========================================================
   v6.4 — Maç Merkezi hafta hafta skorlar
   ========================================================= */
.gbm-center__week-controls{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
}
.gbm-center__week-controls button{
    width:30px!important;
    height:30px!important;
    border:1px solid #d8e3f2!important;
    border-radius:7px!important;
    background:#fff!important;
    color:#0d56e5!important;
    font-size:18px!important;
    font-weight:900!important;
    cursor:pointer!important;
}
.gbm-center__week-controls select{
    min-width:96px!important;
    height:30px!important;
    border:1px solid #d8e3f2!important;
    border-radius:7px!important;
    background:#fff!important;
    color:#0b2a61!important;
    font-size:12px!important;
    font-weight:800!important;
    padding:0 8px!important;
}
.gbm-center__week-title{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:10px!important;
    margin-bottom:10px!important;
    padding:9px 11px!important;
    border-radius:10px!important;
    background:#f4f8ff!important;
}
.gbm-center__week-title strong{
    color:#0b2a61!important;
    font-size:14px!important;
}
.gbm-center__week-title span{
    color:#7d899c!important;
    font-size:10px!important;
}
.gbm-center__week-match-list{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
}
.gbm-center__week-match{
    position:relative!important;
    padding:10px 12px!important;
    border:1px solid #e1e9f5!important;
    border-radius:11px!important;
    background:#fff!important;
}
.gbm-center__week-match.is-sariyer{
    background:#edf5ff!important;
    border-color:#9cbcf5!important;
    box-shadow:inset 4px 0 0 #0d56e5!important;
}
.gbm-center__week-match-meta{
    display:flex!important;
    justify-content:space-between!important;
    gap:8px!important;
    margin-bottom:6px!important;
    color:#8190a5!important;
    font-size:9px!important;
}
.gbm-center__week-team-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 34px!important;
    align-items:center!important;
    gap:8px!important;
    min-height:28px!important;
}
.gbm-center__week-team-row span{
    min-width:0!important;
    color:#18365f!important;
    font-size:12px!important;
    font-weight:800!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}
.gbm-center__week-team-row strong{
    width:32px!important;
    height:25px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:6px!important;
    background:#0d56e5!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:900!important;
}
.gbm-center__sariyer-badge{
    position:absolute!important;
    top:7px!important;
    right:46px!important;
    padding:2px 6px!important;
    border-radius:999px!important;
    background:#0d56e5!important;
    color:#fff!important;
    font-size:7px!important;
    font-weight:900!important;
}
@media(max-width:760px){
    .gbm-center__week-match-list{
        grid-template-columns:1fr!important;
    }
    .gbm-center__section-head{
        align-items:flex-start!important;
    }
}

/* GBM Sports Center PRO v7 */
.gbm-center__hero{border-radius:18px!important}
.gbm-center__tabs{position:sticky!important;top:0!important;z-index:20!important;backdrop-filter:blur(8px)!important}
.gbm-center__summary-card,.gbm-center__week-match{transition:transform .18s ease,border-color .18s ease!important}
.gbm-center__summary-card:hover,.gbm-center__week-match:hover{transform:translateY(-1px)!important}
