@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --osl-primary: #b32222;
  --osl-primary-dark: #941a1a;
  --osl-dark: #111111;
  --osl-text: #6f6f6f;
  --osl-light: #fff3f3;
  --osl-white: #ffffff;
  --osl-border: #e9e9e9;
  --osl-bg: #f7f7f7;
}

body {
  font-family: "Inter", sans-serif;
  /* background: var(--osl-bg); */
  background: radial-gradient(circle at top left, rgba(179, 34, 34, 0.08), transparent 35%),
    var(--osl-bg);
  color: var(--osl-dark);
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}

body p {
  color: var(--osl-text);
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.osl-section {
  padding: 60px 0;
}

.osl-section-sm {
  padding: 40px 0;
}

.osl-card {
  background: var(--osl-white);
  border: 1px solid var(--osl-border);
  border-radius: 16px;
  padding: 20px;
  transition: 0.3s ease;
}

.osl-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.osl-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--osl-dark);
  margin-bottom: 5px;
}

.osl-subtitle {
  font-size: 14px;
  color: var(--osl-text);
  margin-bottom: 0;
}

.osl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.25s ease;
  cursor: pointer;
}

.osl-btn-primary {
  background: var(--osl-primary);
  color: #fff;
  border-color: var(--osl-primary);
}

.osl-btn-primary:hover {
  background: var(--osl-primary-dark);
  color: #fff;
}

.osl-btn-light {
  background: var(--osl-light);
  color: var(--osl-primary);
  border-color: #ffdcdc;
}

.osl-btn-light:hover {
  background: var(--osl-primary);
  color: #fff;
}

.osl-table {
  width: 100%;
  border-collapse: collapse;
}

.osl-table th {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--osl-text);
  padding-bottom: 10px;
  font-weight: 700;
}

.osl-table td {
  padding: 8px 0;
  font-size: 14px;
  color: var(--osl-dark);
  border-top: 1px solid var(--osl-border);
}

.osl-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 999px;
  background: var(--osl-light);
  color: var(--osl-primary);
  font-weight: 700;
}

.osl-img {
  width: 100%;
  display: block;
  border-radius: 14px;
}

@media (max-width: 991px) {
  .osl-section {
    padding: 40px 0;
  }

  .osl-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .osl-card {
    padding: 15px;
  }

  .osl-btn {
    min-height: 40px;
    padding: 9px 18px;
    font-size: 13px;
  }
}

/* ==============================
   OSL MAIN NAVBAR
============================== */

.osl-nav-inner {
  display: flex;
  align-items: center;
}

.osl-nav-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.osl-back-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.osl-back-btn svg {
  width: 19px;
  height: 19px;
}

.osl-back-btn:hover {
  background: #fff;
  color: var(--osl-primary);
  transform: translateX(-2px);
}

.osl-brand {
  margin-right: 0;
}

@media (max-width: 991px) {
  .osl-nav-toggle {
    margin-left: auto;
  }
}

img.logo_game {
  height: 66px;
  border-radius: 10px;
  padding: 4px 8px;
}

/* sticky */
.osl-sidebar-sticky {
  position: sticky;
  top: 90px;
}

.osl-teams-card {
  padding: 28px;
  background: #fff;
}

@media (max-width: 991px) {
  .osl-sidebar-sticky {
    position: static;
  }
}

/* nav links with icons */
.osl-nav-menu .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.osl-nav-menu .nav-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .osl-nav-menu .nav-link {
    width: 100%;
  }
}


/* ===============================
   FULL SCREEN EXTRA MENU + TOGGLE
================================ */

.stats-extra-toggle {
  width: 42px;
  height: 42px;
  background: #000;
  border: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: 10px;
  flex: 0 0 auto;
  position: relative;
  z-index: 100002;
  border-radius: 8px;
}

.stats-extra-toggle span {
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
  display: block;
  transition: 0.25s ease;
}

.stats-extra-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.stats-extra-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.stats-extra-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.stats-extra-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 78px;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.96);
  z-index: 100000;

  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  align-content: start;
  gap: 14px;
  padding: 45px 8vw;
  overflow-y: auto;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  pointer-events: none;
  transition: 0.25s ease;
}

.stats-extra-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.stats-extra-menu a {
  color: #fff;
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  transition: 0.2s ease;
}

.stats-extra-menu a::after {
  content: "›";
  font-size: 22px;
  opacity: 0.45;
}

.stats-extra-menu a:hover {
  background: #b32222;
  border-color: #b32222;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .stats-extra-menu {
    top: 72px;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    padding: 32px 18px;
  }
}

@media (max-width: 575px) {
  .stats-extra-menu {
    top: 64px;
    grid-template-columns: 1fr;
    padding: 24px 14px;
    gap: 10px;
  }

  .stats-extra-menu a {
    min-height: 52px;
    font-size: 14px;
  }
}

/* ================= NAVBAR BG ================= */

.osl-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: linear-gradient(135deg, #9f1414 0%, #b32222 55%, #d92929 100%);
  box-shadow: 0 10px 30px rgba(179, 34, 34, 0.25);
}

.osl-navbar {
  min-height: 78px;
  padding: 0;
  background: transparent;
}

.osl-navbar .container {
  display: flex;
  align-items: center;
}

/* ================= BRAND ================= */

.osl-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
}

.osl-brand:hover {
  color: #fff;
}

.osl-brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #fff;
  color: var(--osl-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.osl-brand-text {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}

/* ================= NAV MENU ================= */

.osl-nav-menu {
  gap: 4px;
}

.osl-nav-menu .nav-link {
  padding: 20px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 999px;
  transition: 0.25s;
}

.osl-nav-menu .nav-link:hover {
  /* background: rgba(255, 255, 255, 0.15); */
  color: #fff;
}

.osl-nav-menu .nav-link.active {
  /* background: #fff; */
  color: #fff;
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.12); */
}

/* ================= RIGHT SIDE ================= */

.osl-nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.osl-nav-login {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.osl-nav-login:hover {
  color: #fff3f3;
}

/* BUTTON */
.osl-nav-actions .osl-btn-primary {
  background: #fff;
  color: var(--osl-primary);
  border-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.osl-nav-actions .osl-btn-primary:hover {
  background: var(--osl-dark);
  color: #fff;
  border-color: var(--osl-dark);
}

/* ================= HAMBURGER ================= */

.osl-nav-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.osl-nav-toggle span {
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
}

/* ================= MOBILE ================= */
@media (min-width: 992px) and (max-width: 1199px) {
  img.logo_game {
    height: 48px;
  }
}

@media (max-width: 991px) {

  .osl-navbar {
    padding: 10px 0;
  }

  .osl-nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .osl-mobile-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    background: linear-gradient(135deg, #7f1010 0%, var(--osl-primary) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px 16px 16px;
  }

  .osl-nav-menu {
    gap: 0;
  }

  .osl-nav-menu .nav-link {
    padding: 12px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .osl-nav-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding-top: 14px;
  }

  .osl-nav-login,
  .osl-nav-actions .osl-btn {
    width: 100%;
    justify-content: center;
  }

  img.logo_game {
    height: 52px;
  }
}

@media (max-width: 575px) {
  .osl-brand-text {
    display: none;
  }
}



/* ==============================
   OSL STATS OVERVIEW
============================== */

.osl-stats-overview {
  background:
    radial-gradient(circle at top left, rgba(179, 34, 34, 0.08), transparent 35%),
    var(--osl-bg);
}

.osl-page-intro {
  max-width: 720px;
  margin-bottom: 28px;
}

.osl-page-intro h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--osl-dark);
  letter-spacing: -1.2px;
  margin: 12px 0 10px;
}

.osl-page-intro p {
  font-size: 16px;
  max-width: 620px;
}

.osl-stat-card {
  position: relative;
  overflow: hidden;
  background: var(--osl-white);
  border: 1px solid var(--osl-border);
  border-radius: 18px;
  padding: 20px;
  min-height: 130px;
}

.osl-stat-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: var(--osl-light);
}

.osl-stat-card span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--osl-text);
  margin-bottom: 10px;
}

.osl-stat-card h3 {
  position: relative;
  z-index: 1;
  font-size: 34px;
  font-weight: 800;
  color: var(--osl-dark);
  margin-bottom: 5px;
}

.osl-stat-card p {
  position: relative;
  z-index: 1;
  font-size: 13px;
}

.osl-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.osl-card-head h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--osl-dark);
  margin: 10px 0 0;
}

.osl-card-head p {
  margin-top: 6px;
  font-size: 14px;
}

.osl-small-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--osl-primary);
  white-space: nowrap;
}

.osl-leaderboard-card {
  padding: 28px;
  background:
    linear-gradient(135deg, #fff 0%, #fff 68%, var(--osl-light) 100%);
}

.osl-mini-board {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--osl-border);
  border-radius: 18px;
  padding: 18px;
  transition: 0.25s ease;
}

.osl-mini-board:hover {
  transform: translateY(-3px);
  border-color: rgba(179, 34, 34, 0.28);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.06);
}

.osl-mini-board::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 99px 99px 0;
  background: var(--osl-primary);
}

.osl-board-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-left: 10px;
  margin-bottom: 14px;
}

.osl-board-title h4 {
  font-size: 15px;
  font-weight: 800;
  color: var(--osl-dark);
  margin: 0;
}

.osl-board-title a {
  font-size: 12px;
  font-weight: 800;
  color: var(--osl-primary);
}

.osl-mini-board ul,
.osl-daily-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.osl-mini-board li+li {
  margin-top: 8px;
}

.osl-mini-board li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  color: inherit;
  background: #fafafa;
  transition: 0.25s ease;
}

.osl-mini-board li a:hover {
  background: var(--osl-light);
}

.osl-mini-board strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--osl-dark);
}

.osl-mini-board li span {
  min-width: 42px;
  height: 30px;
  border-radius: 999px;
  background: var(--osl-dark);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.osl-sidebar-stack {
  display: grid;
  gap: 20px;
}

/* ==============================
   SIDEBAR
============================== */

.osl-sidebar-stack {
  display: grid;
  gap: 20px;
}

/* DAILY CARD */
.osl-sidebar-daily {
  background: var(--osl-dark);
  color: #fff;
  padding: 22px;
}

.osl-sidebar-daily h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 12px 0 8px;
}

.osl-sidebar-daily p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.osl-daily-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.osl-daily-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.osl-daily-list li:last-child a {
  border-bottom: 0;
}

.osl-daily-list li a:hover {
  opacity: 0.8;
}

/* MORE CARD */
.osl-sidebar-more h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}

.osl-more-row {
  display: block;
  padding: 12px 0;
  border-top: 1px solid var(--osl-border);
  text-decoration: none;
  color: inherit;
}

.osl-more-row span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--osl-primary);
  margin-bottom: 4px;
}

.osl-more-row strong {
  display: block;
  font-size: 14px;
  color: var(--osl-dark);
}

.osl-more-row small {
  color: var(--osl-text);
  font-size: 12px;
}

.osl-more-row:hover {
  background: var(--osl-light);
  padding-left: 6px;
  transition: 0.2s;
}

.osl-more-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
}

.osl-more-item {
  display: block;
  padding: 14px 0;
  border-top: 1px solid var(--osl-border);
  color: inherit;
}

.osl-more-item span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--osl-primary);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.osl-more-item strong {
  display: block;
  font-size: 15px;
  color: var(--osl-dark);
}

.osl-more-item small {
  color: var(--osl-text);
}

@media (max-width: 991px) {
  .osl-page-intro h1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .osl-page-intro h1 {
    font-size: 28px;
  }

  .osl-card-head {
    flex-direction: column;
  }

  .osl-leaderboard-card {
    padding: 18px;
  }
}

/* ==============================
   STICKY SIDEBAR
============================== */

.osl-sidebar-col {
  position: relative;
}

.osl-sidebar-sticky {
  width: 100%;
}

.osl-sidebar-sticky.is-fixed {
  position: fixed;
  top: 90px;
  z-index: 50;
}

.osl-sidebar-sticky.is-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

@media (max-width: 991px) {

  .osl-sidebar-sticky,
  .osl-sidebar-sticky.is-fixed,
  .osl-sidebar-sticky.is-bottom {
    position: static;
    width: 100% !important;
  }
}

/* ==============================
   UPGRADED MINI BOARDS (PLAYERS)
============================== */

.osl-mini-board {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #fafafa);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 20px;
  transition: 0.35s ease;
  overflow: hidden;
}

.osl-mini-board::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(179, 34, 34, 0.08), transparent 60%);
  opacity: 0;
  transition: 0.3s;
}

.osl-mini-board:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.osl-mini-board:hover::after {
  opacity: 1;
}

.osl-board-title {
  padding-left: 0;
  margin-bottom: 18px;
}

.osl-board-title h4 {
  font-size: 16px;
}

.osl-board-title a {
  font-size: 12px;
  color: var(--osl-primary);
  font-weight: 700;
}

/* list items */
.osl-mini-board li a {
  background: #fff;
  border: 1px solid var(--osl-border);
  border-radius: 12px;
  padding: 12px 14px;
  transition: 0.25s ease;
}

.osl-mini-board li a:hover {
  background: #fff;
  border-color: rgba(179, 34, 34, 0.25);
  transform: translateX(4px);
}

/* score pill */
.osl-mini-board li span {
  background: linear-gradient(135deg, #111, #333);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
}

/* ==============================
   TEAM BOARDS UPGRADE
============================== */

.osl-team-board {
  background: linear-gradient(145deg, #ffffff, #fafafa);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.osl-team-board:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.osl-team-board-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* team list */
.osl-team-board li a {
  background: #fff;
  border: 1px solid var(--osl-border);
  border-radius: 12px;
  padding: 12px 14px;
  transition: 0.25s ease;
}

.osl-team-board li a:hover {
  background: #fff;
  border-color: rgba(179, 34, 34, 0.25);
  transform: translateX(4px);
}

/* rank circle */
.osl-team-board li a::before {
  background: linear-gradient(135deg, #b32222, #ff4d4d);
  color: #fff;
}

/* stat pill */
.osl-team-board span {
  background: linear-gradient(135deg, #111, #333);
}

/* ===============================
   OSX DIFFERENT LEADERS UI
================================ */

.osx-panel {
  background: #111;
  color: #fff;
  border-radius: 26px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
}

.osx-panel::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -90px;
  top: -120px;
  background: radial-gradient(circle, rgba(179, 34, 34, 0.55), transparent 65%);
}

.osx-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.osx-panel-head h2 {
  color: #fff;
  margin: 8px 0 0;
  font-size: 28px;
  font-weight: 600;
}

.osx-panel-head a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.osx-kicker {
  display: inline-flex;
  background: #b32222;
  color: #fff;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.osx-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.osx-feature-card {
  min-height: 230px;
  border-radius: 22px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(179, 34, 34, 0.95), rgba(111, 12, 12, 0.9)),
    linear-gradient(145deg, #222, #111);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.osx-feature-card span,
.osx-feature-card p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.osx-feature-card h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 12px 0 8px;
  line-height: 1.05;
}

.osx-feature-card strong {
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
}

.osx-rank-list {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  padding: 18px;
}

.osx-rank-list h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 14px;
}

.osx-rank-list a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  color: #fff;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.osx-rank-list em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 900;
}

.osx-rank-list span {
  font-weight: 500;
}

.osx-rank-list b {
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 12px;
}

.osx-metric-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.osx-metric-row article,
.osx-team-strip article {
  background: #fff;
  color: #111;
  border-radius: 10px;
  padding: 18px;
}

.osx-metric-row span,
.osx-team-strip small {
  color: #b32222;
  font-weight: 900;
  font-size: 12px;
}

/* FORCE ONE ROW FOR CATEGORY TABS */
.osx-category-tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  overflow-x: auto;
  /* important for small screens */
}

/* EACH BOX SIZE */
.osx-category-tabs article {
  flex: 0 0 auto;
  /* shrink na ho */
  min-width: 140px;
  /* adjust if needed */
  text-align: center;
}

/* REMOVE GRID EFFECT */
.osx-metric-row.osx-category-tabs {
  grid-template-columns: none !important;
}

.osx-metric-row h4,
.osx-team-strip h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 10px 0;
}

.osx-metric-row b,
.osx-team-strip strong {
  display: inline-flex;
  background: #111;
  color: #fff;
  padding: 6px 13px;
  border-radius: 999px;
}

.osx-team-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* ===============================
   SUB PLAYER LIST (SAFE ADD)
================================ */

.osx-sub-list {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* dark panel support */
.osx-panel .osx-sub-list {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.osx-sub-list a {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 0.2s ease;
}

/* light cards fallback */
.osx-metric-row .osx-sub-list a {
  color: #555;
}

.osx-sub-list span {
  font-weight: 700;
}

/* hover */
.osx-sub-list a:hover {
  color: #fff;
}

/* light hover */
.osx-metric-row .osx-sub-list a:hover {
  color: var(--osl-primary);
}

.osx-link-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* text wrap fix */
.osx-link-full h4 {
  margin: 0;
}

/* number badge */
.osx-link-full b {
  margin-left: auto;
}

.osx-link-full2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* category boxes click style */
.osx-category-tabs article {
  cursor: pointer;
}

.osx-category-tabs article h4 {
  margin: 0;
}

.osx-category-tabs article.is-active {
  background: #b32222;
  color: #fff;
  border-color: #b32222;
}

.osx-category-tabs article:hover {
  background: #b32222;
  color: #fff;
  border-color: #b32222;
}

/* .osx-category-tabs article {
  padding: 10px 14px;
  border-radius: 12px;
} */
.osx-category-tabs article.is-active h4 {
  color: #fff;
}

.osx-category-tabs h4 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.osx-category-tabs i {
  width: 16px;
  height: 16px;
}

@media (max-width: 991px) {

  .osx-feature-grid,
  .osx-metric-row,
  .osx-team-strip {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .osx-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .osx-feature-grid,
  .osx-metric-row,
  .osx-team-strip {
    grid-template-columns: 1fr;
  }

  .osx-panel-head {
    flex-direction: column;
  }

  .osx-feature-card strong {
    font-size: 54px;
  }
}


/* ==============================
   UNIQUE FOOTER REDESIGN
============================== */

.osl-new-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(179, 34, 34, 0.36), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(217, 41, 41, 0.22), transparent 26%),
    #080808;
  color: #fff;
  padding: 44px 0 26px;
}

.osl-new-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px),
    linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.035) 49%, transparent 51%);
  background-size: 34px 34px, 120px 120px;
  opacity: 0.35;
  pointer-events: none;
}

.osl-new-footer .container {
  position: relative;
  z-index: 1;
}

.footer-cta-strip {
  background: linear-gradient(135deg, #b32222, #6d0f0f);
  border-radius: 24px;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  box-shadow: 0 24px 55px rgba(179, 34, 34, 0.25);
  margin-bottom: 34px;
}

.footer-cta-strip span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.75);
}

.footer-cta-strip h3 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  max-width: 700px;
}

.footer-cta-btn {
  flex: 0 0 auto;
  background: #fff;
  color: #b32222;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.footer-cta-btn:hover {
  color: #b32222;
  transform: translateY(-2px);
}

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
  gap: 18px;
}

.footer-brand-box,
.footer-link-card {
  /* background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.09); */
  border-radius: 22px;
  padding: 22px;
  backdrop-filter: blur(10px);
}

.footer-logo-wrap {
  display: inline-flex;
  background: #fff;
  border-radius: 14px;
  padding: 8px 12px;
  margin-bottom: 16px;
}

.footer-logo-wrap img {
  height: 52px;
  width: auto;
  display: block;
}

.footer-brand-box p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
  max-width: 410px;
}

.footer-link-card h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-link-card a:last-child {
  border-bottom: none;
}

.footer-link-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.72);
  padding: 9px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, color 0.25s ease;
}

.footer-link-card a::after {
  content: "›";
  opacity: 0;
  transform: translateX(-6px);
  transition: 0.2s ease;
}

.footer-link-card a:hover {
  color: var(--osl-primary);
  padding-left: 6px;
}

.footer-link-card a:hover {
  color: var(--osl-primary);
  transform: translateX(6px) scale(1.03);
}

.footer-link-card a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.footer-bottom-bar {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer-bottom-bar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.footer-social-new {
  display: flex;
  gap: 10px;
}

.footer-social-new a {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social-new a:hover {
  background: #b32222;
  color: #fff;
}

@media (max-width: 991px) {
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cta-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  .osx-feature-grid,
  .osx-metric-row,
  .osx-team-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .osl-new-footer {
    padding: 32px 0 22px;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-cta-strip {
    border-radius: 18px;
    padding: 20px;
  }

  .footer-cta-strip h3 {
    font-size: 22px;
  }

  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

body.stats-menu-open {
  overflow: hidden !important;
  height: 100vh !important;
}

.stats-extra-menu.is-open {
  position: fixed !important;
  top: 72px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: calc(100vh - 72px) !important;
  overflow-y: auto !important;
  z-index: 99998 !important;
}

/* Navbar always visible on scroll */
.osl-site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
}

/* navbar ki height ke liye page ko neeche push karo */
body {
  padding-top: 78px !important;
}

@media (max-width: 991px) {
  body {
    padding-top: 72px !important;
  }
}



/* ==============================
   UNIQUE PLAYER PROFILE HERO
============================== */

.player-profile-hero {
  background:
    radial-gradient(circle at 18% 15%, rgba(179, 34, 34, 0.45), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #070707 0%, #121212 48%, #300808 100%);
  color: #fff;
  padding: 38px 0 28px;
  overflow: hidden;
}

.pp-hero-main {
  min-height: 340px;
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 46px;
  position: relative;
}

.pp-hero-main::before {
  content: "STATS";
  position: absolute;
  right: 3%;
  top: 8%;
  font-size: clamp(80px, 12vw, 180px);
  font-weight: 950;
  letter-spacing: -8px;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.pp-hero-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 28px;
  overflow: hidden;

  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent),
    url('../img/jayson-tatum.png') no-repeat center bottom;

  background-size: contain;

  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pp-team-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #fff;
  color: #b32222;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
}

.pp-hero-media img {
  width: 100%;
  padding: 20px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}

.pp-player-meta {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.pp-hero-content h1 {
  color: #fff;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin: 0;
}

.pp-follow-btn {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.07);
}

.pp-follow-btn:hover {
  background: #fff;
  color: #111;
}

.pp-stats-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.pp-stat,
.pp-info {
  min-height: 78px;
  border-radius: 16px;
  padding: 13px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.pp-stat {
  background: linear-gradient(135deg, #b32222, #771010);
}

.pp-stat span,
.pp-info span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.pp-stat strong,
.pp-info strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 5px;
}

.pp-stat strong {
  font-size: 28px;
}

@media (max-width: 1199px) {
  .pp-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .pp-hero-main {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .pp-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pp-hero-media {
    max-width: 300px;
  }

  .pp-hero-main {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}

.pp-subnav {
  background: linear-gradient(135deg, #090909, #210606);
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-subnav-wrap {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 8px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  scrollbar-width: none;
}

.pp-subnav-wrap::-webkit-scrollbar {
  display: none;
}

.pp-tab {
  flex: 0 0 auto;
  padding: 11px 18px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.25s ease;
}

.pp-tab:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.pp-tab.is-active {
  background: linear-gradient(135deg, #b32222, #751010);
  color: #fff;
  box-shadow: 0 8px 22px rgba(179, 34, 34, 0.35);
}

/* ==============================
   PLAYER CONTENT LIGHT SECTIONS
============================== */

.pp-content-section {
  background: #f6f7f9;
  padding: 42px 0;
}

.pp-light-card {
  background: #fff;
  border: 1px solid #e9edf2;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.06);
}

.pp-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.pp-section-head span {
  color: #b32222;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.pp-section-head h2 {
  margin: 5px 0 0;
  color: #111;
  font-size: 24px;
  font-weight: 900;
}

.pp-view-link {
  color: #b32222;
  font-size: 13px;
  font-weight: 900;
}

/* videos */
.pp-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pp-video-card {
  color: inherit;
  background: #fafafa;
  border: 1px solid #eef0f3;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.25s ease;
}

.pp-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
  color: inherit;
}

.pp-video-thumb {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: #ddd;
}

.pp-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-play {
  position: absolute;
  left: 14px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #b32222;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.pp-video-thumb small {
  position: absolute;
  right: 12px;
  bottom: 14px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
}

.pp-video-card h4 {
  padding: 14px 15px 16px;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  color: #111;
}

/* table */
.pp-games-table-wrap {
  overflow-x: auto;
}

.pp-games-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 860px;
}

.pp-games-table th {
  background: #f1f3f6;
  color: #667085;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 13px 14px;
  font-weight: 900;
  text-align: left;
}

.pp-games-table td {
  padding: 14px;
  border-bottom: 1px solid #eef0f3;
  color: #111;
  font-size: 14px;
  font-weight: 650;
}

.pp-games-table tbody tr:hover {
  background: #fff7f7;
}

.pp-win,
.pp-loss {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.pp-win {
  background: #e9f8ef;
  color: #168044;
}

.pp-loss {
  background: #fdecec;
  color: #b32222;
}

@media (max-width: 991px) {
  .pp-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pp-light-card {
    padding: 18px;
    border-radius: 18px;
  }

  .pp-video-grid {
    grid-template-columns: 1fr;
  }

  .pp-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pp-video-thumb {
  position: relative;
  height: 160px;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

/* 🔥 VIDEO FIX */
.pp-video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* overlay for better readability */
.pp-video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* play button */
.pp-play {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #b32222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
}

/* duration */
.pp-video-thumb small {
  position: absolute;
  right: 10px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
}


/* ==============================
   PLAYER NEWS / AWARDS / EXPLORE
============================== */

.pp-more-section {
  background: #f6f7f9;
  padding: 0 0 46px;
}

.pp-info-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 22px;
}

.pp-news-list {
  display: grid;
  gap: 14px;
}

.pp-news-list article {
  position: relative;
  padding: 16px 16px 16px 20px;
  border-radius: 16px;
  background: #fafafa;
  border: 1px solid #edf0f4;
}

.pp-news-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 99px;
  background: #b32222;
}

.pp-news-list small {
  display: block;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 5px;
}

.pp-news-list h4 {
  margin: 0 0 5px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.pp-news-list p {
  margin: 0;
  color: #60646c;
  font-size: 14px;
  line-height: 1.5;
}

/* awards */
.pp-awards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pp-awards-list span {
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  background: #fff4f4;
  color: #9f1919;
  border: 1px solid #ffdada;
  font-size: 13px;
  font-weight: 850;
}

/* explore players */
.pp-player-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pp-player-mini {
  min-height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at right top, rgba(179, 34, 34, 0.12), transparent 50%),
    #fafafa;
  border: 1px solid #edf0f4;
  color: #111;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  transition: 0.25s ease;
}

.pp-player-mini:hover {
  transform: translateY(-4px);
  color: #111;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
}

.pp-player-mini img {
  position: absolute;
  left: 8px;
  bottom: 0;
  max-height: 132px;
  max-width: 120px;
  object-fit: contain;
}

.pp-player-mini div {
  margin-left: 115px;
  position: relative;
  z-index: 1;
}

.pp-player-mini small {
  color: #b32222;
  font-size: 11px;
  font-weight: 900;
}

.pp-player-mini h4 {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

@media (max-width: 991px) {
  .pp-info-grid {
    grid-template-columns: 1fr;
  }

  .pp-player-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pp-player-strip {
    grid-template-columns: 1fr;
  }
}

.pp-social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pp-social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: 1px solid #e5e7eb;
  color: #111;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.2s ease;
}

.pp-social-icons a:hover {
  background: #b32222;
  color: #fff;
  border-color: #b32222;
}



.pp-roster-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.pp-roster-table {
  width: 100%;
  min-width: 1050px;
  border-collapse: separate;
  border-spacing: 0;
}

.pp-roster-table th {
  background: #f1f3f6;
  color: #667085;
  font-size: 11px;
  text-transform: uppercase;
  padding: 13px 14px;
  font-weight: 900;
}

.pp-roster-table td {
  padding: 14px;
  border-bottom: 1px solid #eef0f3;
  color: #111;
  font-size: 14px;
  font-weight: 650;
}

.pp-roster-table tbody tr:hover {
  background: #fff7f7;
}

.pp-roster-table td:first-child {
  color: #b32222;
  font-weight: 900;
}

section.pp-light-section {
  padding: 42px 0;
}

/* subtle green accents for roster table */
.pp-roster-table td:nth-child(8) {
  color: #168044;
  font-weight: 900;
}

.pp-roster-table td:nth-child(3) {
  background: #e9f8ef;
  color: #168044;
  border-radius: 999px;
  display: inline-flex;
  min-width: 34px;
  justify-content: center;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
}

/* Roster pagination - theme matched */
.pp-table-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 0 0;
  font-size: 13px;
  font-weight: 800;
  color: #667085;
}

.pp-table-footer select {
  height: 36px;
  min-width: 58px;
  border: 1px solid #ffdada;
  border-radius: 999px;
  padding: 0 12px;
  background: #fff7f7;
  color: #b32222;
  font-size: 13px;
  font-weight: 900;
  outline: none;
}

.pp-pagination-controls {
  display: flex;
  gap: 6px;
}

.pp-pagination-controls button {
  width: 36px;
  height: 36px;
  border: 1px solid #ffdada;
  background: #fff7f7;
  color: #b32222;
  border-radius: 999px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  transition: 0.2s ease;
}

.pp-pagination-controls button:hover {
  background: #b32222;
  border-color: #b32222;
  color: #fff;
}

.pp-pagination-controls button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  background: #f3f4f6;
  color: #98a2b3;
  border-color: #e5e7eb;
}

@media (max-width: 575px) {
  .pp-table-footer {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.pp-coach-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pp-coach-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f8f9fb;
  border: 1px solid #eee;
  transition: 0.2s;
}

.pp-coach-row:hover {
  background: #fff;
  border-color: #ddd;
}

.pp-coach-row span {
  font-size: 13px;
  color: #888;
  font-weight: 600;
}

.pp-coach-row strong {
  font-size: 14px;
  color: #111;
}

.pp-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pp-video-card {
  color: inherit;
  background: #fafafa;
  border: 1px solid #eef0f3;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.25s ease;
}

.pp-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
}

.pp-video-thumb {
  position: relative;
  height: 160px;
  overflow: hidden;
  background: #000;
}

.pp-video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.pp-play {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #b32222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
}

.pp-video-thumb small {
  position: absolute;
  right: 10px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
}

.pp-video-card h4 {
  padding: 14px 15px 16px;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  color: #111;
}

@media (max-width: 991px) {
  .pp-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pp-video-grid {
    grid-template-columns: 1fr;
  }
}




/* team stats page */


.pp-stats-banner {
  background: linear-gradient(135deg, #b32222, #7a1010);
  border-radius: 20px;
  padding: 22px 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pp-stats-banner span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.8;
}

.pp-stats-banner h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.pp-stats-banner a {
  background: #fff;
  color: #b32222;
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 13px;
  font-weight: 900;
}

/* Filters */
.pp-filter-card {
  padding: 20px 24px;
}

.team-stat-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
}

.team-mini-logo {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff7f7;
  color: #b32222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffdada;
}

.pp-global-select,
.pp-form-group select,
.pp-form-group input {
  height: 42px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f8f9fb;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  outline: none;
}

.pp-global-select:focus,
.pp-form-group select:focus,
.pp-form-group input:focus {
  border-color: #b32222;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(179, 34, 34, 0.08);
}

.pp-form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pp-form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pp-form-group label {
  color: #667085;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.pp-form-actions-right {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
}

.pp-advanced-link {
  color: #b32222;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .pp-form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pp-stats-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-stat-breadcrumb {
    flex-direction: column;
    align-items: stretch;
  }

  .pp-form-grid {
    grid-template-columns: 1fr;
  }
}

.pp-global-select,
.pp-form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #f8f9fb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;

  height: 44px;
  padding: 0 40px 0 14px;

  font-size: 14px;
  font-weight: 700;
  color: #111;

  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23b32222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* Hover + Focus */
.pp-global-select:hover,
.pp-form-group select:hover {
  border-color: #b32222;
  background-color: #fff;
}

.pp-global-select:focus,
.pp-form-group select:focus {
  outline: none;
  border-color: #b32222;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(179, 34, 34, 0.08);
}

/* custom team dropdown */
.pp-custom-dropdown {
  position: relative;
}

.pp-dropdown-btn {
  height: 44px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  cursor: pointer;
}

.pp-dropdown-btn:hover {
  border-color: #b32222;
}

.pp-drop-arrow {
  color: #b32222;
  font-size: 16px;
  line-height: 1;
}

.team-mini-logo img,
.pp-dropdown-menu img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.pp-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
  padding: 8px;
  z-index: 50;
  display: none;
}

.pp-custom-dropdown.is-open .pp-dropdown-menu {
  display: block;
}

.pp-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  border-radius: 10px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.pp-dropdown-menu a:hover,
.pp-dropdown-menu a.is-active {
  background: #fff7f7;
  color: #b32222;
}

.pp-small-dropdown .pp-dropdown-menu {
  min-width: 180px;
}

@media (max-width: 575px) {

  .pp-dropdown-btn,
  .pp-custom-dropdown {
    width: 100%;
  }

  .pp-dropdown-menu {
    width: 100%;
  }
}

.pp-dropdown-menu a i {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  color: #b32222;
}

.pp-drop-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b32222;
}

.pp-drop-arrow svg {
  width: 16px;
  height: 16px;
}

/* ==============================
   THEME SELECT DROPDOWN FIX
============================== */

.pp-form-group select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  height: 44px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  color: #111;
  padding: 0 42px 0 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;

  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23b32222' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px;
}

.pp-form-group select:hover {
  border-color: #ffdada;
  background-color: #fff7f7;
}

.pp-form-group select:focus {
  outline: none;
  border-color: #b32222;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(179, 34, 34, 0.10);
}

/* opened option list color support */
.pp-form-group select option {
  background: #fff;
  color: #111;
  font-weight: 700;
}

/* label spacing better */
.pp-form-group label {
  color: #667085;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.team-filter-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.team-filter-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pp-advanced-dropdown {
  margin-left: auto;
}

.pp-advanced-btn {
  background: #fff7f7;
  border-color: #ffdada;
  color: #b32222;
}

.pp-advanced-menu {
  right: 0;
  left: auto;
  min-width: 260px;
}

@media (max-width: 575px) {

  .team-filter-topbar,
  .team-filter-left {
    flex-direction: column;
    align-items: stretch;
  }

  .pp-advanced-dropdown {
    margin-left: 0;
  }

  .pp-advanced-menu {
    left: 0;
    right: auto;
  }
}

.pp-stats-banner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #b32222 0%, #7a1010 100%);
  border-radius: 22px;
  padding: 24px 28px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  box-shadow: 0 18px 45px rgba(179, 34, 34, 0.22);
}

.pp-stats-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(45deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.25;
}

.pp-banner-left,
.pp-banner-center,
.pp-banner-btn {
  position: relative;
  z-index: 1;
}

.pp-banner-left span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.85;
}

.pp-banner-left h3 {
  margin: 6px 0 4px;
  font-size: 26px;
  font-weight: 600;
}

.pp-banner-left p {
  margin: 0;
  font-size: 14px;
  opacity: 0.78;
  color: #fff;
}

.pp-banner-center {
  width: 96px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pp-banner-center strong {
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.pp-banner-center small {
  font-size: 11px;
  font-weight: 900;
  opacity: 0.8;
}

.pp-banner-btn {
  background: #fff;
  color: #b32222;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .pp-stats-banner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .pp-banner-center {
    display: none;
  }

  .pp-banner-btn {
    width: fit-content;
  }
}

.pp-advanced-menu {
  width: 1000px;
  padding: 22px;
}

.pp-advanced-content {
  width: 100%;
}

.pp-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.pp-adv-col h5 {
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #111;
}

.pp-adv-col .pp-form-group {
  margin-bottom: 10px;
}

.pp-adv-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 16px;
}

.pp-reset-btn {
  font-size: 13px;
  font-weight: 800;
  color: #111;
  text-decoration: none;
}

.pp-primary-btn {
  background: #111827;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.pp-primary-btn:hover {
  background: #000;
}

/* responsive */
@media (max-width: 991px) {
  .pp-advanced-menu {
    width: 100%;
  }

  .pp-adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pp-adv-grid {
    grid-template-columns: 1fr;
  }
}

.pp-stats-split-table {
  min-width: 1600px;
}

.pp-glossary-badge {
  background: #f1f3f6;
  color: #98a2b3;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.pp-split-control-row td {
  border-bottom: none !important;
  padding: 12px 0 6px !important;
}

.pp-split-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

.pp-split-controls select {
  height: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0 28px 0 10px;
  font-weight: 800;
}

.pp-split-controls button {
  width: 34px;
  height: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f3f4f6;
  color: #98a2b3;
}

.pp-split-head th {
  background: #f1f3f6;
  color: #111;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 13px 14px;
  border-bottom: 1px solid #eef0f3;
}

.pp-stats-split-table td:nth-child(n+8) {
  color: #b32222;
}

.pp-team-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 8px 14px;
  color: #fff;
  font-weight: 700;
}

.pp-team-badge img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

#gritter-notice-wrapper {
  display: none;
}


.osl-leader-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #111827;
  border-radius: 8px;
  overflow: hidden;
  margin: 18px 0 22px;
  background: #fff;
}

.osl-leader-toggle button {
  border: 0;
  background: #fff;
  color: #111;
  min-height: 42px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
}

.osl-leader-toggle button.is-active {
  background: linear-gradient(135deg, rgba(179, 34, 34, 0.95), rgba(111, 12, 12, 0.9)),    linear-gradient(145deg, #222, #111);
  color: #fff;
}

.osl-leader-toggle button:hover {
  background: #fff7f7;
  color: #b32222;
}

.osl-leader-toggle button.is-active:hover {
  background: #c12525;
  color: #fff;
}
