.pr-shootout-page,
.pr-shootout-page * {
  box-sizing: border-box;
}

.pr-shootout-page {
  min-height: 100vh;
  padding: 0 0 72px;
  background: #eef4fb;
}

.pr-shootout-maintenance {
  border-bottom: 1px solid #d6a734;
  background: #fff3c9;
  color: #5b4307;
}

.pr-shootout-maintenance .pr-container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .86rem;
  font-weight: 750;
  text-align: center;
}

.pr-shootout-maintenance i {
  color: #b67900;
}

.pr-shootout-hero-shell {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(94, 184, 235, .20);
  background:
    radial-gradient(circle at 14% 12%, rgba(18, 112, 255, .27), transparent 35%),
    radial-gradient(circle at 88% 18%, rgba(0, 209, 255, .17), transparent 31%),
    linear-gradient(118deg, #08152a 0%, #071a2b 56%, #073145 100%);
}

.pr-shootout-hero {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 38px;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 46px;
  color: #fff;
}

.pr-shootout-kicker,
.pr-shootout-mode,
.pr-shootout-section-title > span,
.pr-shootout-leaderboard header span,
.pr-shootout-result__copy > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #73caff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pr-shootout-hero h1 {
  margin: 8px 0 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.4rem, 7vw, 6.9rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .86;
}

.pr-shootout-hero h1 span {
  color: #37b8ff;
}

.pr-shootout-hero p {
  margin: 18px 0 0;
  color: #d5e3f4;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 600;
}

.pr-shootout-guest-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  border: 1px solid rgba(115, 202, 255, .34);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(20, 121, 207, .16);
  color: #c9ecff;
  font-size: .78rem;
  font-weight: 800;
}

.pr-shootout-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.pr-shootout-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.pr-shootout-button:not(:disabled):hover {
  transform: translateY(-2px);
}

.pr-shootout-button:disabled {
  cursor: not-allowed;
  opacity: .52;
}

.pr-shootout-button--primary {
  background: #168cff;
  color: #fff;
}

.pr-shootout-button--primary:not(:disabled):hover {
  background: #0878e6;
}

.pr-shootout-button--ghost {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.pr-shootout-button--ghost:not(:disabled):hover {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .14);
}

.pr-shootout-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(10, 27, 48, .78);
}

.pr-shootout-hero__stats article {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.pr-shootout-hero__stats article:last-child {
  border-right: 0;
}

.pr-shootout-hero__stats span {
  color: #99abc2;
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pr-shootout-hero__stats strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
}

.pr-shootout-alert-wrap {
  padding-top: 26px;
}

.pr-shootout-alert {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 24px;
  border: 1px solid #efb640;
  border-radius: 14px;
  padding: 17px 19px;
  background: #fff7df;
  color: #5a410b;
}

.pr-shootout-alert > i {
  margin-top: 3px;
  color: #c48100;
}

.pr-shootout-alert div {
  display: grid;
  gap: 3px;
}

.pr-shootout-app {
  display: grid;
  margin-top: 32px;
  grid-template-columns: minmax(0, 1.72fr) minmax(300px, .78fr);
  gap: 24px;
  align-items: start;
}

.pr-shootout-game-column,
.pr-shootout-sidebar {
  display: grid;
  gap: 24px;
}

.pr-shootout-game-card,
.pr-shootout-how,
.pr-shootout-leaderboard,
.pr-shootout-rules {
  border: 1px solid #dce4ee;
  border-radius: 20px;
  background: #fff;
}

.pr-shootout-game-card {
  overflow: hidden;
}

.pr-shootout-game-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px 18px;
}

.pr-shootout-game-card__head h2,
.pr-shootout-section-title h2,
.pr-shootout-leaderboard h2,
.pr-shootout-rules h2,
.pr-shootout-result h3 {
  margin: 3px 0 0;
  color: #102039;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}

.pr-shootout-game-card__head h2 {
  font-size: 2rem;
}

.pr-shootout-mode {
  color: #1479cf;
}

.pr-shootout-sound {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #ced9e6;
  border-radius: 12px;
  background: #f6f9fc;
  color: #1b385d;
}

.pr-shootout-sound[aria-pressed="false"] {
  color: #8c99aa;
}

.pr-shootout-scoreboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e4eaf1;
  border-bottom: 1px solid #e4eaf1;
  background: #f8fafc;
}

.pr-shootout-scoreboard > div {
  display: grid;
  gap: 3px;
  padding: 14px 18px;
  border-right: 1px solid #e4eaf1;
}

.pr-shootout-scoreboard > div:last-child {
  border-right: 0;
}

.pr-shootout-scoreboard span {
  color: #75849a;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pr-shootout-scoreboard strong {
  color: #13243d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.pr-shootout-scoreboard b {
  font: inherit;
}

.pr-shootout-rink {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-top: 1px solid #173a55;
  border-bottom: 1px solid #c7dde9;
  background: #06101e;
  touch-action: none;
  user-select: none;
}

.pr-shootout-rink canvas {
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
  touch-action: none;
}

.pr-shootout-rink canvas.is-dragging {
  cursor: grabbing;
}

.pr-shootout-rink__message {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: min(88%, 430px);
  display: grid;
  gap: 2px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  padding: 11px 15px;
  background: rgba(4, 15, 29, .90);
  backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.pr-shootout-rink__message strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.pr-shootout-rink__message span {
  color: #c6d6e8;
  font-size: .82rem;
}

.pr-shootout-rink__message.is-success strong {
  color: #62e394;
}

.pr-shootout-rink__message.is-danger strong {
  color: #ff7b7b;
}

.pr-shootout-points-pop {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  color: #ffe45f;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  pointer-events: none;
}

.pr-shootout-points-pop.is-animating {
  animation: pr-shootout-points .9s ease both;
}

@keyframes pr-shootout-points {
  0% { opacity: 0; transform: translate(-50%, 20px) scale(.8); }
  25% { opacity: 1; transform: translate(-50%, 0) scale(1.06); }
  100% { opacity: 0; transform: translate(-50%, -28px) scale(1); }
}

.pr-shootout-progress {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px 8px;
}

.pr-shootout-progress span {
  width: 15px;
  height: 15px;
  border: 2px solid #b8c4d3;
  border-radius: 50%;
  background: #fff;
}

.pr-shootout-progress span.is-goal {
  border-color: #1ca75b;
  background: #1ca75b;
}

.pr-shootout-progress span.is-save,
.pr-shootout-progress span.is-miss {
  border-color: #dd4255;
  background: #dd4255;
}

.pr-shootout-progress span.is-current {
  border-color: #168cff;
  background: #dceeff;
}

.pr-shootout-instruction {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 8px 24px 22px;
  border: 1px solid #dbe7f3;
  border-radius: 13px;
  padding: 13px 15px;
  background: #f4f9ff;
  color: #173352;
}

.pr-shootout-instruction > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #168cff;
  color: #fff;
}

.pr-shootout-instruction div {
  display: grid;
  gap: 2px;
}

.pr-shootout-instruction strong {
  font-size: .9rem;
}

.pr-shootout-instruction span {
  color: #65768d;
  font-size: .8rem;
}

.pr-shootout-result {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin: 0 24px 24px;
  border: 1px solid #b8dfff;
  border-radius: 16px;
  padding: 18px;
  background: #edf8ff;
}

.pr-shootout-result[hidden] {
  display: none;
}

.pr-shootout-result__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #168cff;
  color: #fff;
  font-size: 1.3rem;
}

.pr-shootout-result h3 {
  font-size: 1.6rem;
}

.pr-shootout-result p {
  margin: 3px 0 0;
  color: #5c6f86;
  font-size: .88rem;
}

.pr-shootout-how {
  padding: 24px;
}

.pr-shootout-section-title h2 {
  font-size: 1.8rem;
}

.pr-shootout-how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.pr-shootout-how__grid article {
  display: grid;
  gap: 7px;
  border: 1px solid #e0e7ef;
  border-radius: 14px;
  padding: 17px;
  background: #f9fbfd;
}

.pr-shootout-how__grid i {
  color: #168cff;
  font-size: 1.25rem;
}

.pr-shootout-how__grid strong {
  color: #13243d;
}

.pr-shootout-how__grid span {
  color: #697a90;
  font-size: .84rem;
  line-height: 1.5;
}

.pr-shootout-leaderboard,
.pr-shootout-rules {
  overflow: hidden;
}

.pr-shootout-leaderboard > header,
.pr-shootout-rules > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.pr-shootout-leaderboard > header > i,
.pr-shootout-rules > header > i {
  color: #168cff;
  font-size: 1.35rem;
}

.pr-shootout-leaderboard h2,
.pr-shootout-rules h2 {
  font-size: 1.55rem;
}

.pr-shootout-leaderboard__list {
  display: grid;
}

.pr-shootout-rank {
  display: grid;
  grid-template-columns: 28px 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid #edf1f5;
}

.pr-shootout-rank:last-child {
  border-bottom: 0;
}

.pr-shootout-rank.is-current {
  background: #edf7ff;
}

.pr-shootout-rank__position {
  color: #6e7c90;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
}

.pr-shootout-rank:nth-child(1) .pr-shootout-rank__position { color: #c49300; }
.pr-shootout-rank:nth-child(2) .pr-shootout-rank__position { color: #75808f; }
.pr-shootout-rank:nth-child(3) .pr-shootout-rank__position { color: #a96532; }

.pr-shootout-rank__avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d9e1eb;
  border-radius: 50%;
  background: #eef3f8;
  color: #8190a3;
}

.pr-shootout-rank__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-shootout-rank__member {
  min-width: 0;
  display: grid;
}

.pr-shootout-rank__member strong {
  overflow: hidden;
  color: #172941;
  font-size: .86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pr-shootout-rank__member small {
  color: #7a899d;
  font-size: .72rem;
}

.pr-shootout-rank__score {
  color: #0e6fc7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

.pr-shootout-empty {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 38px 20px;
  color: #7b899b;
  text-align: center;
}

.pr-shootout-empty i {
  color: #9eb4ca;
  font-size: 1.5rem;
}

.pr-shootout-empty strong {
  color: #334962;
}

.pr-shootout-empty span {
  font-size: .82rem;
}

.pr-shootout-rules {
  padding-bottom: 8px;
}

.pr-shootout-rules > header {
  justify-content: flex-start;
}

.pr-shootout-rules p {
  margin: 0;
  padding: 17px 20px 12px;
  color: #64758b;
  font-size: .86rem;
  line-height: 1.6;
}

.pr-shootout-rules ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 14px;
}

.pr-shootout-rules li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #edf1f5;
  color: #52657d;
  font-size: .79rem;
}

.pr-shootout-rules li strong {
  color: #152a45;
  text-align: right;
}

@media (max-width: 1080px) {
  .pr-shootout-hero {
    grid-template-columns: 1fr;
  }

  .pr-shootout-hero__stats {
    max-width: 720px;
  }

  .pr-shootout-app {
    grid-template-columns: 1fr;
  }

  .pr-shootout-sidebar {
    grid-template-columns: 1.2fr .8fr;
  }
}

@media (max-width: 700px) {
  .pr-shootout-page {
    padding: 0 0 48px;
  }

  .pr-shootout-hero-shell {
    background:
      radial-gradient(circle at 20% 5%, rgba(18, 112, 255, .26), transparent 33%),
      radial-gradient(circle at 88% 15%, rgba(0, 209, 255, .14), transparent 31%),
      linear-gradient(155deg, #071426 0%, #09233a 100%);
  }

  .pr-shootout-hero {
    min-height: 0;
    gap: 26px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pr-shootout-app {
    margin-top: 20px;
  }

  .pr-shootout-hero h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 15vw, 4.45rem);
    letter-spacing: -.055em;
  }

  .pr-shootout-hero__actions,
  .pr-shootout-button {
    width: 100%;
  }

  .pr-shootout-guest-pill {
    max-width: 100%;
  }

  .pr-shootout-hero__stats article {
    min-height: 88px;
    padding: 15px 10px;
    text-align: center;
  }

  .pr-shootout-hero__stats span {
    font-size: .65rem;
  }

  .pr-shootout-game-card__head {
    padding: 18px;
  }

  .pr-shootout-game-card__head h2 {
    font-size: 1.65rem;
  }

  .pr-shootout-scoreboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-shootout-scoreboard > div:nth-child(2) {
    border-right: 0;
  }

  .pr-shootout-scoreboard > div:nth-child(-n+2) {
    border-bottom: 1px solid #e4eaf1;
  }

  .pr-shootout-rink {
    aspect-ratio: 4 / 5;
  }

  .pr-shootout-rink__message {
    bottom: 16px;
  }

  .pr-shootout-result {
    grid-template-columns: auto 1fr;
    margin: 0 18px 18px;
  }

  .pr-shootout-result .pr-shootout-button {
    grid-column: 1 / -1;
  }

  .pr-shootout-instruction {
    margin: 8px 18px 18px;
  }

  .pr-shootout-how {
    padding: 20px;
  }

  .pr-shootout-how__grid,
  .pr-shootout-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pr-shootout-button,
  .pr-shootout-points-pop {
    transition: none;
    animation: none;
  }
}


/* Shootout — emplacement publicitaire administrable */
.pr-shootout-ad-card {
  overflow: hidden;
  border: 1px solid #dbe4ee;
  border-radius: 18px;
  background: #fff;
}

.pr-shootout-ad-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid #e4eaf1;
}

.pr-shootout-ad-card__head > div {
  display: grid;
  gap: 2px;
}

.pr-shootout-ad-card__head span {
  color: #168cff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pr-shootout-ad-card__head h2 {
    margin: 0;
    color: var(--bs-gray);
    font-size: 10px;
}

.pr-shootout-ad-card__head > i {
  color: #168cff;
  font-size: 1.25rem;
}

.pr-shootout-ad-card__head small {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid #dbe4ee;
  border-radius: 999px;
  color: #62748a;
  font-size: .68rem;
  font-weight: 800;
}

.pr-shootout-ad-carousel {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.pr-shootout-ad-viewport {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: #f3f7fb;
}

.pr-shootout-ad-slide {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transform: translateX(12px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.pr-shootout-ad-slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.pr-shootout-ad-slide:hover {
  color: inherit;
  text-decoration: none;
}

.pr-shootout-ad-media {
  display: grid;
  place-items: center;
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: #f3f7fb;
}

.pr-shootout-ad-media img {
  width: 100%;
  height: auto;
  max-height: 460px;
  display: block;
  object-fit: contain;
}

.pr-shootout-ad-slide--text {
  background: linear-gradient(145deg, #071426, #0c3152);
}

.pr-shootout-ad-copy {
  min-height: 240px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 9px;
  padding: 24px;
  color: #fff;
}

.pr-shootout-ad-copy > span {
  color: #55bdff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pr-shootout-ad-copy strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  line-height: 1.05;
}

.pr-shootout-ad-copy em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 3px;
  padding: 0 13px;
  border-radius: 10px;
  background: #168cff;
  color: #fff;
  font-size: .76rem;
  font-style: normal;
  font-weight: 850;
}

.pr-shootout-ad-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.pr-shootout-ad-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c8d3df;
}

.pr-shootout-ad-dots button.is-active {
  width: 22px;
  background: #168cff;
}

.pr-shootout-ad-card--adsense {
  padding-bottom: 14px;
}

.pr-shootout-adsense-slot {
  min-height: 250px;
  padding: 14px;
}

.pr-shootout-adsense-unit {
  display: block;
  width: 100%;
  min-height: 250px;
}

.pr-shootout-ad-card--adsense:has(.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}

@media (max-width: 700px) {
  .pr-shootout-ad-card__head {
    padding: 16px 18px;
  }

  .pr-shootout-ad-carousel {
    padding: 12px;
  }

  .pr-shootout-ad-media,
  .pr-shootout-ad-viewport {
    min-height: 0;
  }

  .pr-shootout-ad-media img {
    max-height: none;
  }
}
