.ppsc-scope {
  --black: #0e0e0e;
  --red: #a3242c;
  --red-dark: #7c1b21;
  --gold: #cc9420;
  --gold-light: #e9c979;
  --cream: #fdfcfa;
  --paper: #f2ede1;
  --text: #161616;
  --grey: #5a5a5a;
  --grey-light: #8c8c8c;
  --line: #e4ddc9;
  --surface: #080808;
  --surface-2: #1c1c1e;
  --text-onDark: #f2ede1;
  --muted-onDark: #cccccc;
  --red-light: #fff;
  --line-dark: rgba(233, 201, 121, 0.14);
}
.ppsc-scope * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ppsc-scope {
  font-family: "Inter", sans-serif;
  color: var(--text-onDark);
  overflow-x: hidden;
}
.ppsc-scope .display {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 44px;
  font-weight: 500;
}
.ppsc-scope img {
  display: block;
  max-width: 100%;
}
.ppsc-scope a {
  color: inherit;
  text-decoration: none;
}
.ppsc-scope .wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}

/* ============ SCOREBOARD BAR (signature structural device) ============ */
.ppsc-scope .scorebar {
  background: var(--black);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  gap: 8px 14px;
  padding: 10px clamp(20px, 4vw, 56px);
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid rgba(233, 201, 121, 0.25);
  flex-wrap: wrap;
}
.ppsc-scope .scorebar .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}
.ppsc-scope .scorebar span {
  font-family: "Bebas Neue";
  letter-spacing: 0.18em;
  font-size: clamp(0.7rem, 1.4vw, 0.85rem);
  white-space: normal;
}
.ppsc-scope .scorebar .fade {
  color: rgba(233, 201, 121, 0.5);
}

/* ============ HERO ============ */
.ppsc-scope .hero {
  position: relative;
  background: var(--black);
  color: #fff;
  overflow: hidden;
}
.ppsc-scope .hero-photo {
  position: absolute;
  inset: 0;
}
.ppsc-scope .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 50%;
}
.ppsc-scope .hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(8, 8, 8, 0.96) 0%,
    rgba(8, 8, 8, 0.86) 32%,
    rgba(8, 8, 8, 0.4) 58%,
    rgba(8, 8, 8, 0.12) 72%,
    rgba(8, 8, 8, 0.42) 100%
  );
}
.ppsc-scope .hero-inner {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 4vw, 52px) clamp(20px, 4vw, 56px)
    clamp(48px, 9vw, 100px);
  min-height: clamp(520px, 58vw, 720px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ppsc-scope .jersey-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  font-family: "Bebas Neue";
  letter-spacing: 0.14em;
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  padding: 0.7em 1.3em 0.7em 1em;
  clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%);
  width: fit-content;
}
.ppsc-scope .jersey-tab b {
  font-size: 1.3em;
  color: var(--gold-light);
}

.ppsc-scope .hero-title {
  max-width: min(760px, 70%);
  margin-top: clamp(16px, 3vw, 30px);
}
.ppsc-scope .hero-title .eyebrow {
  display: block;
  font-family: "Bebas Neue";
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 0.95;
  color: #fff;
}
.ppsc-scope .hero-title .main {
  display: block;
  font-family: "Bebas Neue";
  font-size: clamp(2.5rem, 5vw + 1.5rem, 5.625rem);
  line-height: 1.04;
  color: var(--gold);
  margin-top: clamp(2px, 0.6vw, 8px);
}
.ppsc-scope .hero-title sup {
  font-size: 0.34em;
  top: -0.7em;
}

.ppsc-scope .hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.ppsc-scope .hero-tag p {
  color: #fff;
  font-family: "Inter";
  font-weight: 400;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  letter-spacing: 0.01em;
  line-height: 1.4;
  max-width: 380px;
}
.ppsc-scope .hero-tag .rule {
  width: 60px;
  height: 4px;
  background: var(--red);
  margin-bottom: 12px;
}

.ppsc-scope .hero-live {
  background: rgba(14, 14, 14, 0.6);
  border: 1px solid rgba(233, 201, 121, 0.4);
  padding: 0.9em 1.3em;
  display: flex;
  align-items: baseline;
  gap: 10px;
  backdrop-filter: blur(2px);
}
.ppsc-scope .hero-live .lbl {
  font-family: "Bebas Neue";
  color: var(--gold-light);
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}
.ppsc-scope .hero-live .n {
  font-family: "Bebas Neue";
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.ppsc-scope .hero-live .u {
  font-family: "Bebas Neue";
  color: var(--gold);
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

/* ============ HOW IT WORKS (playbook) ============ */
.ppsc-scope .playbook {
  background: var(--surface);
  padding: clamp(42px, -2vw, 40px) 0;
}
.ppsc-scope .sec-head {
  margin-bottom: 10px;
}
.ppsc-scope .sec-head .kicker {
  font-family: "Bebas Neue";
  color: var(--gold-light);
  letter-spacing: 0.16em;
  font-size: 14px;
  margin-bottom: 8px;
}
.ppsc-scope .sec-head h2 {
  font-family: "Bebas Neue";
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--text-onDark);
}

.ppsc-scope .play-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}
.ppsc-scope .play {
  padding: clamp(22px, 3vw, 34px) clamp(18px, 2.4vw, 28px);
  border-right: 1px solid var(--line-dark);
  position: relative;
}
.ppsc-scope .play:last-child {
  border-right: none;
}
.ppsc-scope .play .num {
  font-family: "Bebas Neue";
  font-size: 54px;
  color: var(--surface);
  -webkit-text-stroke: 1.5px var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.ppsc-scope .play h3 {
  font-family: "Bebas Neue";
  letter-spacing: 0.03em;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--text-onDark);
}
.ppsc-scope .play p {
  color: var(--muted-onDark);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.ppsc-scope .play .not-req {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 14px;
}
.ppsc-scope .play .not-req span {
  font-family: "Bebas Neue";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--red-light);
  display: flex;
  align-items: center;
  gap: 4px;
}
.ppsc-scope .play .not-req span::before {
  content: "✕";
  font-weight: 600;
}
.ppsc-scope .play .thats-it {
  font-family: "Caveat";
  font-weight: 600;
  color: var(--red);
  font-size: 42px;
  margin-top: 10px;
  padding-left: 34px;
  line-height: 1;
}
.ppsc-scope .play .verify-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: #fff;
  font-family: "Bebas Neue";
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 0.5em 0.9em;
  margin-top: 12px;
}

/* ============ CATEGORIES (scouting report) ============ */
.ppsc-scope .scouting {
  background: var(--black);
  padding: clamp(2px, 7vw, 10px) 0;
}
.ppsc-scope .scout-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: clamp(24px, 4vw, 36px);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 16px;
}
.ppsc-scope .scout-head h2 {
  font-family: "Bebas Neue";
  font-size: clamp(1.6rem, 3.6vw, 2.3rem);
  color: var(--text-onDark);
}
.ppsc-scope .scout-head span {
  font-family: "Bebas Neue";
  color: var(--muted-onDark);
  letter-spacing: 0.08em;
  font-size: 18px;
}
.ppsc-scope .scout-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.6vw, 16px);
}
.ppsc-scope .badge {
  background: var(--surface-2);
  border: 1px solid var(--line-dark);
  padding: clamp(18px, 2.2vw, 24px) 10px;
  text-align: center;
  transition: border-color 0.15s ease;
}
.ppsc-scope .badge .ico {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--red-light);
}
.ppsc-scope .badge .ico svg {
  width: 34px;
  height: 34px;
}
.ppsc-scope .badge .ico i:before {
  font-size: 34px;
}
.ppsc-scope .badge p {
  font-family: "Bebas Neue";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: var(--text-onDark);
}

/* ============ NATIONAL IMPACT DASHBOARD (leaderboard) ============ */
.ppsc-scope .leaderboard {
  background: var(--surface);
  padding: clamp(56px, 8vw, 45px) 0;
}
.ppsc-scope .lb-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.ppsc-scope .rank-list {
  display: flex;
  flex-direction: column;
}
.ppsc-scope .rank-row {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-dark);
}
.ppsc-scope .rank-row .pos {
  font-family: "Bebas Neue";
  font-size: 1.6rem;
  color: var(--muted-onDark);
}
.ppsc-scope .rank-row.r1 .pos {
  color: var(--gold);
}
.ppsc-scope .rank-row .bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ppsc-scope .rank-row .name {
  font-family: "Bebas Neue";
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  color: var(--text-onDark);
}
.ppsc-scope .rank-row .bar-track {
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}
.ppsc-scope .rank-row .bar-fill {
  position: absolute;
  inset: 0;
  background: var(--red);
}
.ppsc-scope .rank-row.r1 .bar-fill {
  background: var(--gold);
  width: 100%;
}
.ppsc-scope .rank-row.r2 .bar-fill {
  background: var(--red);
  width: 83.4%;
}
.ppsc-scope .rank-row.r3 .bar-fill {
  background: var(--red-dark);
  width: 52.6%;
}
.ppsc-scope .rank-row .val {
  font-family: "Bebas Neue";
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  text-align: right;
  white-space: nowrap;
  color: var(--text-onDark);
}
.ppsc-scope .rank-row .val small {
  font-size: 0.6rem;
  color: var(--muted-onDark);
  letter-spacing: 0.08em;
  margin-left: 4px;
}

.ppsc-scope .map-panel {
  background: transparent;
  border: none;
  padding: clamp(10px, 1.6vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}
.ppsc-scope .map-panel svg {
  width: 100%;
  height: auto;
}

/* signature scoreboard total panel */
.ppsc-scope .scoreboard-panel {
  margin-top: clamp(28px, 4vw, 40px);
  background: var(--black);
  border: 1px solid rgba(233, 201, 121, 0.5);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  overflow: hidden;
}
.ppsc-scope .scoreboard-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.025) 0px,
    rgba(255, 255, 255, 0.025) 1px,
    transparent 1px,
    transparent 3px
  );
  pointer-events: none;
}
.ppsc-scope .scoreboard-panel .bolt {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(233, 201, 121, 0.5);
}
.ppsc-scope .scoreboard-panel .bolt.tl {
  top: 10px;
  left: 10px;
}
.ppsc-scope .scoreboard-panel .bolt.tr {
  top: 10px;
  right: 10px;
}
.ppsc-scope .scoreboard-panel .bolt.bl {
  bottom: 10px;
  left: 10px;
}
.ppsc-scope .scoreboard-panel .bolt.br {
  bottom: 10px;
  right: 10px;
}
.ppsc-scope .scoreboard-panel .lbl {
  font-family: "Bebas Neue";
  color: var(--gold-light);
  letter-spacing: 0.14em;
  font-size: 16px;
}
.ppsc-scope .scoreboard-panel .num-wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.ppsc-scope .scoreboard-panel .num {
  font-family: "Bebas Neue";
  color: var(--gold);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1;
  text-shadow: 0 0 18px rgba(204, 148, 32, 0.45);
}
.ppsc-scope .scoreboard-panel .unit {
  font-family: "Bebas Neue";
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.ppsc-scope .impact-note {
  font-size: 14px;
  color: var(--muted-onDark);
  font-style: italic;
}

/* ============ RECOGNITION (medal rack) ============ */
.ppsc-scope .rack {
  background: var(--black);
  padding: clamp(56px, 8vw, 45px) 0;
}
.ppsc-scope .rack-case {
  background: var(--surface-2);
  border: 1px solid var(--line-dark);
}
.ppsc-scope .rack-top {
  background: var(--black);
  color: var(--gold-light);
  font-family: "Bebas Neue";
  letter-spacing: 0.14em;
  font-size: 18px;
  padding: 0.85em 1.4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ppsc-scope .rack-top span.fade {
  color: rgba(233, 201, 121, 0.5);
  font-size: 18px;
}
.ppsc-scope .rack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ppsc-scope .rack-tier {
  padding: clamp(24px, 3vw, 34px) clamp(14px, 2vw, 20px);
  border-right: 1px solid var(--line-dark);
  text-align: center;
}
.ppsc-scope .rack-tier:last-child {
  border-right: none;
}
.ppsc-scope .rack-tier .medal {
  width: clamp(56px, 6vw, 74px);
  height: clamp(56px, 6vw, 74px);
  margin: 0 auto 14px;
  background: var(--text-onDark);
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
}
.ppsc-scope .rack-tier .medal img {
  border-radius: 5px;
}
.ppsc-scope .rack-tier .name {
  font-family: "Bebas Neue";
  font-size: 18px;
  letter-spacing: 0.03em;
}
.ppsc-scope .rack-tier.bronze .name {
  color: #d99659;
}
.ppsc-scope .rack-tier.silver .name {
  color: #c7c7c7;
}
.ppsc-scope .rack-tier.gold .name {
  color: var(--gold-light);
}
.ppsc-scope .rack-tier.trophy .name {
  color: var(--red-light);
}
.ppsc-scope .rack-tier .hrs {
  font-family: "Bebas Neue";
  letter-spacing: 0.06em;
  font-size: 14px;
  color: var(--muted-onDark);
  margin-top: 4px;
}

/* ============ CTA (certificate) ============ */
.ppsc-scope .cta {
  position: relative;
  background: var(--black);
  color: #fff;
  min-height: clamp(360px, 42vw, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(20px, 4vw, 40px);
}
.ppsc-scope .cta-photo {
  position: absolute;
  inset: 0;
}
.ppsc-scope .cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppsc-scope .cta-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 8, 8, 0.88),
    rgba(8, 8, 8, 0.7) 40%,
    rgba(8, 8, 8, 0.92)
  );
}
.ppsc-scope .cta-card {
  position: relative;
  z-index: 2;
  max-width: 640px;
  text-align: center;
  border: 1px solid rgba(233, 201, 121, 0.5);
  padding: clamp(30px, 5vw, 52px) clamp(24px, 4vw, 44px);
  background: rgba(14, 14, 14, 0.35);
  backdrop-filter: blur(1px);
}
.ppsc-scope .cta-card .corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid var(--gold);
}
.ppsc-scope .cta-card .corner.tl {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
.ppsc-scope .cta-card .corner.tr {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}
.ppsc-scope .cta-card .corner.bl {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}
.ppsc-scope .cta-card .corner.br {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}
.ppsc-scope .cta-card svg.quote {
  width: clamp(26px, 3vw, 34px);
  height: clamp(26px, 3vw, 34px);
  margin-bottom: 14px;
}
.ppsc-scope .cta-card h2 {
  font-family: "Bebas Neue";
  font-size: clamp(1.8rem, 4.4vw, 3rem);
  line-height: 1.06;
}
.ppsc-scope .cta-card h2 .gold {
  color: var(--gold);
  display: block;
}
.ppsc-scope .cta-card .display {
  font-size: 64px;
}
.ppsc-scope .cta-card .tag {
  font-family: "Bebas Neue";
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  margin-top: 18px;
}
.ppsc-scope .cta-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto 0;
  max-width: 220px;
}
.ppsc-scope .cta-div .l {
  flex: 1;
  height: 2px;
  background: var(--red);
}
.ppsc-scope .cta-div svg {
  width: 13px;
  height: 13px;
  flex: none;
}

/* ============ FOOTER ============ */
.ppsc-scope .foot {
  background: var(--black);
  color: rgba(255, 255, 255, 0.55);
  padding: 18px clamp(20px, 4vw, 56px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Bebas Neue";
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  border-top: 1px solid rgba(233, 201, 121, 0.25);
}
.ppsc-scope .foot .gold {
  color: var(--gold-light);
}

@media (max-width: 900px) {
  .ppsc-scope .play-row {
    grid-template-columns: 1fr;
  }
  .ppsc-scope .play {
    border-right: none;
    border-bottom: 1px solid var(--line-dark);
  }
  .ppsc-scope .play:last-child {
    border-bottom: none;
  }
  .ppsc-scope .scout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ppsc-scope .lb-grid {
    grid-template-columns: 1fr;
  }
  .ppsc-scope .rack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ppsc-scope .rack-tier:nth-child(2n) {
    border-right: none;
  }
  .ppsc-scope .rack-tier:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }
  .ppsc-scope .hero-title {
    max-width: 100%;
  }
  .ppsc-scope .hero-bottom {
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .ppsc-scope .scout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ppsc-scope .scoreboard-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}
