.turkey-fixtures-panel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  --wf-muted: #c9bdf1;
  --wf-line: rgba(152, 104, 255, .34);
}

/* Panel içi track/kart — saf CSS, JS genişlik ölçümü yok */
.turkey-fixtures-panel .wc-viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.turkey-fixtures-panel .wc-track {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 2px !important;
  scroll-padding-inline: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.turkey-fixtures-panel .wf-card,
.turkey-fixtures-panel .wf-card.is-featured,
.turkey-fixtures-panel .wc-skeleton-card {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  contain: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}

.turkey-fixtures-panel.is-hidden {
  display: none;
}

.wc-inner--compact {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--wf-line);
  border-radius: 18px;
  padding: 12px 12px 10px;
  background:
    radial-gradient(circle at 88% 0%, rgba(148, 77, 255, .34), transparent 12rem),
    linear-gradient(135deg, rgba(48, 32, 114, .94), rgba(31, 23, 77, .92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 12px 32px rgba(0, 0, 0, .16);
}

.wc-head--compact {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

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

.wc-flag {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
}

.wc-flag .match-team-logo {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.wc-eyebrow {
  margin: 0 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--wf-muted);
}

.wc-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22df4f;
}

.wc-title-copy h2 {
  margin: 0;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.15;
  font-weight: 900;
}

.wc-subtitle {
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 700;
  color: var(--wf-muted);
}

.wc-toolbar {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.wc-toolbar--simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wc-section-label {
  font-size: 12px;
  font-weight: 800;
  color: #eadfff;
  letter-spacing: .01em;
}

.wc-stage-row,
.wc-market-scroll {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.wc-stage-row::-webkit-scrollbar,
.wc-market-scroll::-webkit-scrollbar {
  display: none;
}

.wc-chip,
.wc-market-chip,
.wc-all {
  flex: 0 0 auto;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  color: #eadfff;
  font-size: 11px;
  font-weight: 800;
  padding: 0 11px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}

.wc-chip.is-active,
.wc-market-chip.is-active {
  background: rgba(141, 85, 255, .28);
  border-color: rgba(177, 108, 255, .5);
  color: #fff;
}

.wc-all {
  flex: 0 0 auto;
  margin-left: auto;
  background: transparent;
  border-color: rgba(255, 255, 255, .08);
  color: #c9bdf1;
  font-size: 10px;
}

.wc-title-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.wc-toolbar--simple .wc-section-label {
  min-width: 0;
  flex: 1 1 auto;
}

.wc-viewport {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.wc-track {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 6px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
}

.wc-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.wc-track::-webkit-scrollbar {
  display: none;
}

.turkey-fixtures-panel .wf-card {
  scroll-snap-align: start;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(18, 14, 48, .55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  overflow: hidden;
}

.turkey-fixtures-panel .wf-card.is-featured {
  border-color: rgba(177, 108, 255, .45);
  background:
    radial-gradient(circle at 100% 0%, rgba(141, 85, 255, .18), transparent 55%),
    rgba(24, 18, 68, .62);
}

.wf-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.wf-card-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  flex-shrink: 1;
  min-width: 0;
}

.wf-stage,
.wf-round {
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wf-stage {
  background: rgba(141, 85, 255, .22);
  border: 1px solid rgba(177, 108, 255, .32);
  color: #eadfff;
}

.wf-round {
  background: rgba(255, 255, 255, .06);
  color: #c9bdf1;
}

.wf-card-body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.wf-teams {
  display: grid;
  gap: 2px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.wf-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 2px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  min-width: 0;
}

.wf-status {
  font-size: 10px;
  font-weight: 700;
  color: var(--wf-muted);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
}

.wf-status.is-live {
  color: #22df4f;
  font-weight: 800;
}

.wf-detail {
  font-size: 10px;
  font-weight: 800;
  color: #eadfff;
  text-decoration: none;
  flex: 0 0 auto;
}

.wf-card-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.turkey-fixtures-panel .match-stat-btn {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 231, 1, .22);
  border-radius: 8px;
  background: rgba(0, 231, 1, .08);
  color: #00e701;
  cursor: pointer;
  padding: 0;
  transition: background .15s, border-color .15s, transform .1s;
}

.turkey-fixtures-panel .match-stat-btn svg {
  width: 15px;
  height: 15px;
}

.turkey-fixtures-panel .match-stat-btn:hover:not(:disabled) {
  background: rgba(0, 231, 1, .16);
  border-color: rgba(0, 231, 1, .45);
}

.turkey-fixtures-panel .match-stat-btn:active:not(:disabled) {
  transform: scale(0.96);
}

.turkey-fixtures-panel .match-stat-btn.is-disabled,
.turkey-fixtures-panel .match-stat-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .04);
  color: var(--wf-muted);
}

/* Maç istatistik modal (spor bülteni ile aynı) */
.match-stats-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.match-stats-modal[hidden] {
  display: none !important;
}

body.match-stats-modal-open {
  overflow: hidden;
}

.match-stats-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(4px);
}

.match-stats-modal__panel {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(92vh, 820px);
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #12141c;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .55);
  overflow: hidden;
}

.match-stats-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
}

.match-stats-modal__title {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  min-width: 0;
}

.match-stats-modal__teams {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-stats-modal__vs {
  color: var(--wf-muted, #c9bdf1);
  font-weight: 700;
  margin: 0 4px;
}

.match-stats-modal__close {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.match-stats-modal__close:hover {
  background: rgba(255, 255, 255, .14);
}

.match-stats-modal__body {
  flex: 1;
  min-height: 0;
  background: #0d0f14;
  overflow: hidden;
  --stats-iframe-crop: 56px;
}

.match-stats-modal__iframe {
  display: block;
  width: 100%;
  margin-top: calc(-1 * var(--stats-iframe-crop));
  height: calc(min(78vh, 720px) + var(--stats-iframe-crop));
  min-height: calc(420px + var(--stats-iframe-crop));
  border: 0;
  background: #0d0f14;
}

@media (max-width: 899px) {
  .match-stats-modal__panel {
    width: 100%;
    max-height: 92vh;
  }

  .match-stats-modal__iframe {
    min-height: calc(60vh + var(--stats-iframe-crop, 56px));
    height: calc(72vh + var(--stats-iframe-crop, 56px));
  }
}

/* Spor sayfası ile uyumlu takım satırı / logo */
.turkey-fixtures-panel .match-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 0;
  line-height: 1.1;
}

.turkey-fixtures-panel .match-clock {
  color: var(--wf-muted);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.turkey-fixtures-panel .match-clock.is-live-clock {
  color: #00e701;
}

.turkey-fixtures-panel .match-score {
  font-size: 10px;
  font-weight: 900;
  color: #ffb3c1;
}

.turkey-fixtures-panel .match-team-line {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.turkey-fixtures-panel .match-team-line .match-team-logo {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 6px;
  object-fit: contain;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(152, 104, 255, .22);
  box-shadow: none;
}

.turkey-fixtures-panel .match-team-name {
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.turkey-fixtures-panel .match-team-line.is-turkey-team .match-team-name {
  color: #c8f7d8;
  font-weight: 900;
}

/* Bülten oranları — sports.css ile aynı davranış */
.turkey-fixtures-panel .bulletin-betting {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 2;
}

.turkey-fixtures-panel .bulletin-betting.is-empty {
  min-height: 36px;
  place-content: center;
}

.turkey-fixtures-panel .empty-inline {
  font-size: 10px;
  color: var(--wf-muted);
  font-weight: 700;
}

.turkey-fixtures-panel .bulletin-market-tabs-track {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .22) transparent;
  padding-bottom: 2px;
}

.turkey-fixtures-panel .bulletin-market-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 0 1px 2px;
  min-width: 0;
  max-width: none;
}

.turkey-fixtures-panel .bulletin-market-tab {
  flex: 0 0 auto;
  scroll-snap-align: start;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: var(--wf-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  cursor: pointer;
}

.turkey-fixtures-panel .bulletin-market-tab.active:not(:disabled) {
  color: #fff;
  border-color: rgba(0, 231, 1, .45);
  background: linear-gradient(135deg, rgba(0, 231, 1, .18), rgba(124, 58, 237, .32));
}

.turkey-fixtures-panel .bulletin-market-tab.is-disabled,
.turkey-fixtures-panel .bulletin-market-tab:disabled {
  opacity: .35;
  cursor: not-allowed;
  border-style: dashed;
}

.turkey-fixtures-panel .bulletin-market-panel {
  display: none;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.turkey-fixtures-panel .bulletin-market-panel.active {
  display: block;
}

.turkey-fixtures-panel .bulletin-market-panels {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.turkey-fixtures-panel .bulletin-odds {
  --wf-odds-gap: 4px;
  display: grid;
  gap: var(--wf-odds-gap);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.turkey-fixtures-panel .bulletin-odds.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.turkey-fixtures-panel .bulletin-odds.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.turkey-fixtures-panel .bulletin-odds > .odd-btn {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.turkey-fixtures-panel .odd-btn {
  min-width: 0;
  min-height: 34px;
  padding: 4px 3px;
  border: 1px solid var(--wf-line);
  border-radius: 8px;
  background: rgba(0, 0, 0, .22);
  color: #fff;
  cursor: pointer;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
}

.turkey-fixtures-panel .odd-btn span {
  display: block;
  font-size: 9px;
  color: var(--wf-muted);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.turkey-fixtures-panel .odd-btn b {
  display: block;
  font-size: 13px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.turkey-fixtures-panel .odd-btn.selected,
.turkey-fixtures-panel .odd-btn:hover:not(.is-locked) {
  background: linear-gradient(135deg, #8d55ff, #7143d6);
  border-color: transparent;
}

.turkey-fixtures-panel .odd-btn.is-locked {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none;
}

.turkey-fixtures-panel .bulletin-panel-empty {
  margin: 0;
  padding: 8px 2px;
  text-align: center;
  color: var(--wf-muted);
  font-size: 10px;
  font-weight: 700;
}

.wc-empty {
  padding: 20px 10px;
  text-align: center;
  color: var(--wf-muted);
  font-size: 12px;
  font-weight: 700;
}

.turkey-fixtures-panel .wc-skeleton-card {
  height: 148px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(255,255,255,.05) 25%, rgba(255,255,255,.1) 50%, rgba(255,255,255,.05) 75%);
  background-size: 200% 100%;
  animation: wc-shimmer 1.2s ease-in-out infinite;
}

@keyframes wc-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.turkey-fixtures-panel .wc-scroll-footer {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 6px 2px 2px;
}

.turkey-fixtures-panel .wc-scroll-footer.is-visible {
  display: flex !important;
}

.turkey-fixtures-panel .wc-scroll-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(177, 108, 255, .42);
  background: rgba(141, 85, 255, .18);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s ease, opacity .15s ease, transform .15s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.turkey-fixtures-panel .wc-scroll-arrow:not(:disabled):hover {
  background: rgba(141, 85, 255, .32);
  transform: translateY(-1px);
}

.turkey-fixtures-panel .wc-scroll-arrow:disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.turkey-fixtures-panel .wc-scroll-indicator {
  min-width: 52px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  color: var(--wf-muted);
  letter-spacing: .04em;
}

.turkey-fixtures-panel.wc-has-scroll .wc-inner--compact {
  padding-bottom: 10px;
}

@media (min-width: 900px) {
  .turkey-fixtures-panel .wc-track {
    gap: 10px !important;
    padding: 2px !important;
  }

  .turkey-fixtures-panel .wf-card,
  .turkey-fixtures-panel .wf-card.is-featured,
  .turkey-fixtures-panel .wc-skeleton-card {
    flex: 0 0 300px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }
}

@media (max-width: 899px) {
  .turkey-fixtures-panel {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .turkey-fixtures-panel .wc-inner--compact {
    overflow-x: hidden;
  }

  .turkey-fixtures-panel .wc-head--compact {
    min-width: 0;
  }

  .turkey-fixtures-panel .wc-title-copy h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .turkey-fixtures-panel .wc-toolbar--simple {
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
  }

  .turkey-fixtures-panel .wc-all {
    margin-left: 0;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .turkey-fixtures-panel .wc-viewport {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .turkey-fixtures-panel .wc-track {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0 2px;
    overflow-x: visible;
    overflow-y: hidden;
    scroll-snap-type: none;
    touch-action: pan-y;
    cursor: grab;
    will-change: transform;
  }

  .turkey-fixtures-panel.is-carousel-mode .wc-track.is-dragging {
    cursor: grabbing;
  }

  .turkey-fixtures-panel .wf-card,
  .turkey-fixtures-panel .wf-card.is-featured,
  .turkey-fixtures-panel .wc-skeleton-card {
    flex: 0 0 32%;
    width: 32%;
    min-width: 32%;
    max-width: 32%;
    contain: none;
    box-sizing: border-box;
    padding: 8px;
    gap: 6px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
  }

  .turkey-fixtures-panel .wf-teams,
  .turkey-fixtures-panel .wf-card-foot a {
    touch-action: manipulation;
  }

  .turkey-fixtures-panel .wf-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    gap: 6px;
    align-items: start;
  }

  .turkey-fixtures-panel .wf-card-tags {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .turkey-fixtures-panel .match-team-name {
    font-size: 11px;
  }

  .turkey-fixtures-panel .bulletin-betting {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .turkey-fixtures-panel .bulletin-market-tabs-track {
    max-width: 100%;
    min-width: 0;
  }

  .turkey-fixtures-panel .bulletin-market-tab {
    max-width: 64px;
    padding: 4px 8px;
    font-size: 8px;
  }

  .turkey-fixtures-panel .bulletin-odds {
    --wf-odds-gap: 3px;
    gap: var(--wf-odds-gap);
  }

  .turkey-fixtures-panel .bulletin-odds > .odd-btn {
    min-height: 28px;
    padding: 2px 2px;
  }

  .turkey-fixtures-panel .odd-btn {
    min-height: 28px;
    padding: 2px 2px;
  }

  .turkey-fixtures-panel .odd-btn span {
    font-size: 8px;
  }

  .turkey-fixtures-panel .odd-btn b {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .turkey-fixtures-panel .wc-inner--compact {
    padding: 10px 10px 8px;
  }

  .turkey-fixtures-panel .wf-card-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .turkey-fixtures-panel .wf-card-tags {
    justify-content: flex-start;
  }

  .turkey-fixtures-panel .wf-stage,
  .turkey-fixtures-panel .wf-round {
    font-size: 8px;
    padding: 2px 6px;
  }
}

/* Ana sayfa kompakt bahis — tüm marketler */
.turkey-fixtures-panel .wf-home-betting {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.turkey-fixtures-panel .wf-home-betting--empty {
  min-height: 34px;
  display: grid;
  place-items: center;
  color: var(--wf-muted);
  font-size: 10px;
  font-weight: 700;
}

.turkey-fixtures-panel .wf-home-market-tabs-track {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 4px;
}

.turkey-fixtures-panel .wf-home-market-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: 0;
}

.turkey-fixtures-panel .wf-home-market-tab {
  flex: 0 0 auto;
  height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: var(--wf-muted);
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.turkey-fixtures-panel .wf-home-market-tab.is-active:not(.is-disabled) {
  color: #fff;
  border-color: rgba(0, 231, 1, .45);
  background: linear-gradient(135deg, rgba(0, 231, 1, .18), rgba(124, 58, 237, .32));
}

.turkey-fixtures-panel .wf-home-market-tab.is-disabled,
.turkey-fixtures-panel .wf-home-market-tab:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.turkey-fixtures-panel .wf-home-market-panels {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.turkey-fixtures-panel .wf-home-market-panel {
  display: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.turkey-fixtures-panel .wf-home-market-panel.is-active {
  display: block;
}

.turkey-fixtures-panel .wf-home-odds {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.turkey-fixtures-panel .wf-home-odds--empty {
  min-height: 34px;
  display: grid;
  place-items: center;
  color: var(--wf-muted);
  font-size: 10px;
  font-weight: 700;
}

.turkey-fixtures-panel .wf-home-odds-grid {
  display: grid;
  gap: 3px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.turkey-fixtures-panel .wf-home-odds-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.turkey-fixtures-panel .wf-home-odds-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.turkey-fixtures-panel .wf-home-odds-cols-1 {
  grid-template-columns: minmax(0, 1fr);
}

.turkey-fixtures-panel .wf-home-odd-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 32px;
  padding: 3px 2px;
  border: 1px solid var(--wf-line);
  border-radius: 8px;
  background: rgba(0, 0, 0, .22);
  color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  box-sizing: border-box;
  font: inherit;
}

.turkey-fixtures-panel .wf-home-odd-label {
  font-size: 9px;
  font-weight: 800;
  color: var(--wf-muted);
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.turkey-fixtures-panel .wf-home-odd-price {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.turkey-fixtures-panel .wf-home-odd-btn.is-selected,
.turkey-fixtures-panel .wf-home-odd-btn:hover:not(.is-locked) {
  background: linear-gradient(135deg, #8d55ff, #7143d6);
  border-color: transparent;
}

.turkey-fixtures-panel .wf-home-odd-btn.is-selected .wf-home-odd-label,
.turkey-fixtures-panel .wf-home-odd-btn:hover:not(.is-locked) .wf-home-odd-label {
  color: rgba(255, 255, 255, .85);
}

.turkey-fixtures-panel .wf-home-odd-btn.is-locked {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none;
}
