.mm-page .mm-score-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.mm-page .mm-top-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}

.mm-page .mm-top-btn {
  min-height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #1688ff, #0d6efd);
  box-shadow: 0 8px 18px rgba(13, 110, 253, 0.18);
}

.mm-page .mm-top-btn.secondary {
  color: #0d6efd;
  background: #eaf5ff;
  border: 1px solid #cfe5ff;
  box-shadow: none;
}

.mm-page .mm-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.mm-page .mm-team img {
  display: block;
  width: 56px;
  height: 56px;
  max-width: none;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #d7eafb;
  background: #fff;
  flex-shrink: 0;
  margin: 0 auto;
}

.mm-page .mm-team b {
  display: block;
  margin-top: 8px;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 11px;
  line-height: 1.3;
  color: #10243d;
}

.mm-page .mm-turnuva-chip {
  margin: 0 0 12px;
  padding: 10px 14px;
  border-radius: 14px;
  background: linear-gradient(90deg, #041f41, #0a4a85);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.35;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mm-page .mm-center {
  text-align: center;
  min-width: 120px;
}

.mm-page .mm-score {
  font-size: 28px;
  font-weight: 900;
  color: #0d6efd;
  line-height: 1;
}

.mm-page .mm-meta {
  margin-top: 6px;
  font-size: 11px;
  color: #6b7f99;
  font-weight: 700;
}

.mm-page .mm-status {
  margin-top: 8px;
  font-size: 11px;
  color: #0b4e9a;
  font-weight: 900;
}

.mm-page .mm-chrono {
  margin-top: 8px;
  font-size: 18px;
  color: #dc2626;
  font-weight: 900;
}

.mm-page .mm-events {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 12px;
}

.mm-page .mm-kadro-gorselleri {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 12px;
}

.mm-page .mm-kadro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.mm-page .mm-kadro-item {
  border: 1px solid #e7eff8;
  border-radius: 14px;
  background: #f8fbff;
  padding: 10px;
}

.mm-page .mm-kadro-title {
  font-size: 11px;
  font-weight: 900;
  color: #10243d;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mm-page .mm-kadro-item img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #d7eafb;
  background: #fff;
}

/* Maç olayları — web (turnuva_maclar) aksiyon görünümü */
.mm-page .mm-events-aksiyon-header {
  display: flex;
  align-items: stretch;
  gap: 6px;
  margin-bottom: 4px;
}

.mm-page .mm-events-aksiyon-header .ev,
.mm-page .mm-events-aksiyon-header .mis {
  flex: 1;
  min-width: 0;
  padding: 8px 8px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mm-page .mm-events-aksiyon-header .dk {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.mm-page .mm-events-list {
  padding: 8px 6px;
  background: #f9fafb;
  border-radius: 12px;
  margin-top: 4px;
}

.mm-page .mm-row:not(.mm-row-m) {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 12px;
}

.mm-page .mm-events-list > .mm-row:not(.mm-row-m):last-child {
  border-bottom: none;
}

.mm-page .mm-row .ev,
.mm-page .mm-row .mis {
  flex: 1;
  min-width: 0;
  padding: 7px 8px;
  border-radius: 8px;
  text-transform: uppercase;
}

.mm-page .mm-row .ev {
  text-align: right;
  background: rgba(220, 38, 38, 0.08);
}

.mm-page .mm-row .mis {
  text-align: left;
  background: rgba(30, 64, 175, 0.08);
}

.mm-page .mm-row .dk {
  flex: 0 0 42px;
  text-align: center;
  color: #6b7280;
  font-weight: 700;
  font-size: 11px;
}

.mm-page .mm-row.mm-row-m {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  margin: 5px 0;
  background: #f8fafc;
  border-radius: 10px;
  border-bottom: none;
}

.mm-page .mm-row.mm-row-m .dk {
  flex: 1;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #475569;
  font-size: 12px;
  line-height: 1.35;
}

.mm-page .futbolcu-detay-trigger {
  color: #0d6efd;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.mm-page .futbolcu-detay-trigger:hover,
.mm-page .futbolcu-detay-trigger:focus-visible {
  color: #0a58ca;
  text-decoration: none;
}

.mm-page .mm-empty {
  text-align: center;
  padding: 26px 16px;
  color: #6b7f99;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 18px;
}

.futbolcu-detay-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.futbolcu-detay-overlay.show {
  display: flex;
}

.futbolcu-detay-modal {
  background: #fff;
  border-radius: 16px;
  max-width: 460px;
  width: 100%;
  max-height: 88vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.futbolcu-detay-modal .modal-header {
  padding: 14px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.futbolcu-detay-modal .modal-header h3 {
  margin: 0;
  font-size: 18px;
}

.futbolcu-detay-modal .modal-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #6b7280;
}

.futbolcu-detay-modal .modal-body {
  padding: 14px;
  overflow-y: auto;
}

.futbolcu-detay-modal .futbolcu-ozet {
  display: flex;
  gap: 12px;
  align-items: center;
}

.futbolcu-detay-modal .futbolcu-ozet img,
.futbolcu-detay-modal .futbolcu-avatar-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  background: #e5e7eb;
  display: grid;
  place-items: center;
}

.futbolcu-detay-modal .futbolcu-bilgi .ad {
  font-weight: 900;
  text-transform: uppercase;
}

.futbolcu-detay-modal .futbolcu-bilgi .takim {
  font-size: 12px;
  color: #6b7f99;
}

.futbolcu-detay-modal .detay-baslik {
  margin-top: 12px;
  font-weight: 900;
  font-size: 13px;
}

.futbolcu-detay-modal .detay-liste {
  font-size: 12px;
  color: #374151;
}

.futbolcu-detay-modal .detay-liste .bos {
  color: #9ca3af;
}
