/* ── Top Pick ────────────────────────────────────── */
.osz-mpp-wrap {
  width: 100%;
  margin: 0 auto;
  font-family: inherit;
}
.osz-mpp-table-wrap {
  overflow-x: auto;
}
.osz-mpp-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 520px;
  background: #f8f1e2;
  border: none;
}
.osz-mpp-table thead th {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 14px 16px 12px;
  font-weight: 700;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.osz-mpp-table tbody tr {
  border: none;
}
.osz-mpp-table tbody td {
  border-top: none;
  border-left: 2px solid #c33d2d;
  border-bottom: 2px solid #c33d2d;
  border-right: none;
  padding: 14px 16px;
  vertical-align: middle;
  background: #f8f1e2;
  box-sizing: border-box;
}
.osz-mpp-table tbody td:last-child {
  border-right: 2px solid #c33d2d;
}
.osz-mpp-table tbody tr:first-child td {
  border-top: 2px solid #c33d2d;
}
.osz-mpp-player {
  display: flex;
  align-items: center;
  gap: 12px;
}
.osz-mpp-avatar img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  display: block;
}
.osz-mpp-name {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.osz-mpp-count {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  width: 120px;
  color: #222;
}
.osz-mpp-action {
  text-align: center;
  width: 150px;
}
.osz-mpp-btn {
  display: inline-block;
  background: #c84b32;
  color: #fff;
  padding: 10px 14px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1;
  min-width: 92px;
  text-align: center;
}
.osz-mpp-btn:hover {
  color: #fff;
  opacity: 0.92;
}

@media (max-width: 640px) {
  .osz-mpp-table {
    min-width: 500px;
  }
  .osz-mpp-table thead th,
  .osz-mpp-table tbody td {
    padding: 12px;
  }
  .osz-mpp-count {
    width: 90px;
  }
  .osz-mpp-action {
    width: 120px;
  }
}

/* ── Milestones ──────────────────────────────────── */
.osz-mm-wrap {
  width: 100%;
  margin: 0 auto;
  font-family: inherit;
}
.osz-mm-table-wrap {
  overflow-x: auto;
}
.osz-mm-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 760px;
  background: #f8f1e2;
  border: none;
}
.osz-mm-table thead th {
  border: none !important;
  background: transparent !important;
  padding: 14px 16px 12px;
  font-weight: 700;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.osz-mm-table tbody td {
  border-top: none;
  border-left: 2px solid #c33d2d;
  border-bottom: 2px solid #c33d2d;
  border-right: none;
  padding: 14px 16px;
  vertical-align: middle;
  background: #f8f1e2;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.osz-mm-table tbody td:last-child {
  border-right: 2px solid #c33d2d;
}
.osz-mm-table tbody tr:first-child td {
  border-top: 2px solid #c33d2d;
}
.osz-mm-opponent {
  text-align: left;
}
.osz-mm-opponent-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 100%;
}
.osz-mm-avatar img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  display: block;
}
.osz-mm-name {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}
.osz-mm-action {
  width: 150px;
}
.osz-mm-btn {
  display: inline-block;
  background: #c84b32;
  color: #fff;
  padding: 10px 14px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1;
  min-width: 92px;
  text-align: center;
}
.osz-mm-btn:hover {
  color: #fff;
  opacity: 0.92;
}

/* ── Season Record ───────────────────────────────── */
.osz-msr-wrap {
  width: 100%;
  margin: 0 auto;
  font-family: inherit;
}
.osz-msr-table-wrap {
  overflow-x: auto;
}
.osz-msr-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 580px;
  background: #f8f1e2;
  border: none;
}
.osz-msr-table thead th {
  border: none !important;
  background: transparent !important;
  padding: 14px 16px 12px;
  font-weight: 700;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.osz-msr-table tbody td {
  border-top: none;
  border-left: 2px solid #c33d2d;
  border-bottom: 2px solid #c33d2d;
  border-right: none;
  padding: 14px 16px;
  vertical-align: middle;
  background: #f8f1e2;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.osz-msr-table tbody td:last-child {
  border-right: 2px solid #c33d2d;
}
.osz-msr-table tbody tr:first-child td {
  border-top: 2px solid #c33d2d;
}
.osz-msr-season {
  text-align: left;
}
.osz-msr-season-link {
  color: #222;
  text-decoration: none;
  font-weight: 700;
}
.osz-msr-season-link:hover {
  color: #c84b32;
}

/* ── Manager Matches ─────────────────────────────── */
@keyframes osz-spin {
  to {
    transform: rotate(360deg);
  }
}

.osz-mgr-matches-wrap {
  width: 100%;
  font-family: inherit;
}

.osz-mgr-season-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  border: 4px solid #c33d2d;
  margin-bottom: 20px;
}
.osz-mgr-season-filter label {
  font-weight: 700;
  font-size: 16px;
}
#osz-mgr-season-select {
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #c33d2d;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  min-width: 200px;
  font-weight: 500;
  transition: all 0.3s;
}
#osz-mgr-season-select:hover {
  border-color: #8b0000;
  box-shadow: 0 2px 6px rgba(200, 16, 46, 0.2);
}
#osz-mgr-season-select:focus {
  outline: none;
  border-color: #c8102e;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.1);
}

.osz-mgr-loading {
  color: #666;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 6px;
}
.osz-mgr-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #c8102e;
  border-radius: 50%;
  animation: osz-spin 0.6s linear infinite;
}

.osz-mgr-table-wrap {
  overflow-x: auto;
}
.osz-mgr-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 700px;
  background: #f8f1e2;
  border: none;
}
.osz-mgr-table thead th {
  border: none !important;
  background: transparent !important;
  padding: 14px 16px 12px;
  font-weight: 700;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.osz-mgr-table tbody td {
  border-top: none;
  border-left: 2px solid #c33d2d;
  border-bottom: 2px solid #c33d2d;
  border-right: none;
  padding: 14px 16px;
  vertical-align: middle;
  background: #f8f1e2;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.osz-mgr-table tbody td:last-child {
  border-right: 2px solid #c33d2d;
}
.osz-mgr-table tbody tr:first-child td {
  border-top: 2px solid #c33d2d;
}

.osz-mgr-opponent {
  text-align: left;
}
.osz-mgr-opponent-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.osz-mgr-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: block;
}
.osz-mgr-avatar img {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  object-fit: cover !important;
  display: block !important;
}
.osz-mgr-opp-name {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}
.osz-mgr-opp-name:hover {
  color: #c84b32;
}

.osz-mgr-action {
  width: 140px;
}
.osz-mgr-btn {
  display: inline-block;
  background: #c84b32;
  color: #fff;
  padding: 10px 14px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1;
  min-width: 92px;
  text-align: center;
}
.osz-mgr-btn:hover {
  color: #fff;
  opacity: 0.92;
}

#osz-mgr-matches-table-wrap.osz-updating {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s;
}

@media (max-width: 640px) {
  .osz-mm-table {
    min-width: 720px;
  }
  .osz-mm-table thead th,
  .osz-mm-table tbody td {
    padding: 12px;
  }
  .osz-msr-table {
    min-width: 520px;
  }
  .osz-msr-table thead th,
  .osz-msr-table tbody td {
    padding: 12px;
  }
  .osz-mgr-table {
    min-width: 640px;
  }
  .osz-mgr-table thead th,
  .osz-mgr-table tbody td {
    padding: 12px;
  }
}
