/* Yerel / lig puan cetveli + fikstür — mobil */

.pc-page {
  padding-bottom: 88px;
}

.pc-page .breadcrumb {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.pc-page .breadcrumb a {
  color: var(--blue);
}

.pc-lig-bar {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.pc-lig-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 8px;
}

.pc-lig-select {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #f8fafc;
  color: #0f172a;
}

.pc-card {
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(8, 60, 116, 0.08);
}

.pc-section-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 900;
  color: #0f172a;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--pc-accent, var(--blue));
}

.pc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -4px;
}

.pc-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 12px;
}

.pc-table th,
.pc-table td {
  padding: 8px 6px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.pc-table th {
  font-weight: 800;
  color: var(--muted);
  background: #f8fafc;
  white-space: nowrap;
}

.pc-table tbody tr:last-child td {
  border-bottom: none;
}

.pc-col-team {
  text-align: left !important;
  font-weight: 700;
  color: #0f172a;
  max-width: 140px;
}

.pc-col-pts {
  font-weight: 900;
  color: var(--pc-accent, var(--blue));
}

.pc-empty {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
  padding: 20px 8px;
}

.pc-empty--sm {
  padding: 12px 8px;
  font-size: 13px;
}

.pc-hafta {
  margin-bottom: 18px;
}

.pc-hafta:last-child {
  margin-bottom: 0;
}

.pc-hafta-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
  color: #b91c1c;
  padding: 8px 12px;
  border-radius: 10px;
  background: #fef2f2;
  border-left: 4px solid #dc2626;
}

.pc-mac-card {
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fafbfc;
}

.pc-mac-card:last-child {
  margin-bottom: 0;
}

.pc-mac-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.pc-mac-team {
  font-size: 12px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.35;
}

.pc-mac-team--home {
  text-align: right;
}

.pc-mac-team--away {
  text-align: left;
}

.pc-mac-score {
  text-align: center;
  font-weight: 900;
  font-size: 15px;
  color: #dc2626;
  padding: 6px 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fecaca;
  min-width: 52px;
}

.pc-mac-meta {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-align: center;
}

.pc-mac-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  background: #dc2626;
  border: none;
}

.pc-mac-btn:active {
  opacity: 0.92;
}
