:root{
  --ink:#0b0c10;
  --ink2:#111318;
  --bg:#ffffff;
  --muted:#6b7280;
  --border:#e5e7eb;
  --soft:#f6f7f9;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --radius: 16px;

  /* Brand (logo only) */
  --poolYellow:#FFD400;
  --roomsBlue:#1e63ff;
  --puckRed:#ff2a2a;
  --font-logo:"Orbitron", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: #111827;
}

/* NAVBAR */
.nav-black{
background: radial-gradient(900px 420px at 50% 0%, rgb(17 24 39), transparent 55%), rgb(17 24 39);
position: sticky;
}

.gap-2 {
    gap: .2rem !important;
}

/* =========================================================
   BRAND LOGO — POOL ● ROOMS + puck (electric)
   (kept from old theme, adapted to pro layout)
   ========================================================= */

.brand-logo{
  position: relative;
  display:inline-flex;
  align-items:center;
  user-select:none;
  text-decoration:none !important;
  transform-origin:center;
  animation: logoMicroShake 3.6s infinite ease-in-out;
}

.brand-logo::before,
.brand-logo::after{ display:none !important; }

.brand-split {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-logo);
    font-weight: 1000;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.96rem;
}

.gap-3 {
    gap: .2rem !important;
}

.btn-danger{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    background: #ff0000;
    color: #fff !important;
    font-weight: 1000;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    background: #ff0000;
    color: #fff !important;
    font-weight: 1000;
    text-decoration: none !important;
}

.brand-split .brand-pool{
  color: var(--poolYellow) !important;
  text-shadow: 0 0 6px rgba(255,212,0,.55), 0 0 16px rgba(255,212,0,.22);
}
.brand-split .brand-rooms{
  color: var(--roomsBlue) !important;
  text-shadow: 0 0 6px rgba(30,99,255,.55), 0 0 18px rgba(30,99,255,.20);
}

.text-bg-info {
    color: var(--bs-white) !important;
    background-color: var(--bs-danger-text-emphasis) !important;
}

.brand-bolt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin: 0 6px;
  transform: translateY(1px);
}
.brand-bolt.brand-puck i{
  font-size: 1.08em;
  color: var(--puckRed) !important;
  text-shadow:
    0 0 2px rgba(255,255,255,.55),
    0 0 6px rgba(255,42,42,.45),
    0 0 12px rgba(255,42,42,.22);
  filter: drop-shadow(0 0 6px rgba(255,42,42,.30));
  transform-origin:center;
  animation: seqPuck 7.2s infinite, arcPuck 1.05s infinite steps(2,end);
}

.brand-split .brand-pool{ animation: seqPool 7.2s infinite; }
.brand-split .brand-rooms{ animation: seqRooms 7.2s infinite; }

@keyframes logoMicroShake{
  0%, 100% { transform: translate(0,0); }
  18%      { transform: translate(0.3px, -0.2px); }
  36%      { transform: translate(-0.4px, 0.2px); }
  58%      { transform: translate(0.2px, 0.4px); }
  78%      { transform: translate(-0.3px, -0.2px); }
}

@keyframes seqPool{
  0%   { transform: translateX(0) scale(1); filter: brightness(1); opacity:.95; }
  8%   { transform: translateX(0) scale(1.10); filter: brightness(1.35); opacity:1; }
  16%  { transform: translateX(0) scale(1.02); filter: brightness(1.05); opacity:.97; }
  48%  { transform: translateX(0) scale(1); filter: brightness(1); opacity:.95; }
  52%  { transform: translateX(2px)  scale(1.06) skewX(-2deg); filter: brightness(1.22) contrast(1.05); }
  58%  { transform: translateX(-3px) scale(.98) skewX(2deg);  filter: brightness(.94) contrast(1.10); }
  64%  { transform: translateX(1px)  scale(1.08) skewX(-3deg); filter: brightness(1.28); }
  70%  { transform: translateX(-2px) scale(1.00) skewX(3deg);  filter: brightness(1.05) contrast(1.12); }
  78%  { transform: translateX(3px)  scale(1.07) skewX(-2deg); filter: brightness(1.18); }
  86%  { transform: translateX(-2px) scale(.99) skewX(2deg);   filter: brightness(.96); }
  94%  { transform: translateX(1px)  scale(1.05) skewX(-2deg); filter: brightness(1.14); }
  100% { transform: translateX(0) scale(1); filter: brightness(1); opacity:.95; }
}

@keyframes seqPuck{
  0%   { transform: translateX(0) scale(1) rotate(0deg); opacity:.92; }
  20%  { transform: translateX(0) scale(1.14) rotate(-6deg); opacity:1; }
  28%  { transform: translateX(0) scale(1.04) rotate(-2deg); opacity:.97; }
  32%  { transform: translateX(0) scale(1) rotate(0deg); opacity:.92; }
  48%  { transform: translateX(0) scale(1) rotate(0deg); opacity:.92; }
  52%  { transform: translateX(-2px) scale(1.14) rotate(-10deg); opacity:1; }
  55%  { transform: translateX(2px)  scale(1.06) rotate(6deg);  opacity:.96; }
  60%  { transform: translateX(-3px) scale(1.18) rotate(-12deg); opacity:1; }
  63%  { transform: translateX(1px)  scale(1.07) rotate(8deg);  opacity:.97; }
  69%  { transform: translateX(-2px) scale(1.16) rotate(-9deg); opacity:1; }
  74%  { transform: translateX(2px)  scale(1.05) rotate(5deg);  opacity:.96; }
  82%  { transform: translateX(-1px) scale(1.12) rotate(-7deg); opacity:1; }
  90%  { transform: translateX(1px)  scale(1.03) rotate(3deg);  opacity:.95; }
  100% { transform: translateX(0) scale(1) rotate(0deg); opacity:.92; }
}

@keyframes seqRooms{
  0%   { transform: translateX(0) scale(1); filter: brightness(1); opacity:.95; }
  38%  { transform: translateX(0) scale(1.10); filter: brightness(1.33); opacity:1; }
  48%  { transform: translateX(0) scale(1); filter: brightness(1); opacity:.95; }
  52%  { transform: translateX(3px)  scale(1.06) skewX(2deg);  filter: brightness(1.22) contrast(1.08); }
  59%  { transform: translateX(-2px) scale(.99) skewX(-2deg);  filter: brightness(.96) contrast(1.10); }
  66%  { transform: translateX(2px)  scale(1.08) skewX(3deg);  filter: brightness(1.28); }
  73%  { transform: translateX(-3px) scale(1.00) skewX(-3deg); filter: brightness(1.06) contrast(1.12); }
  81%  { transform: translateX(2px)  scale(1.07) skewX(2deg);  filter: brightness(1.18); }
  89%  { transform: translateX(-2px) scale(.99) skewX(-2deg);  filter: brightness(.96); }
  96%  { transform: translateX(1px)  scale(1.05) skewX(2deg);  filter: brightness(1.14); }
  100% { transform: translateX(0) scale(1); filter: brightness(1); opacity:.95; }
}

@keyframes arcPuck{
  0%, 72%, 100%{
    text-shadow:
      0 0 2px rgba(255,255,255,.55),
      0 0 6px rgba(255,42,42,.45),
      0 0 12px rgba(255,42,42,.22);
    filter: drop-shadow(0 0 6px rgba(255,42,42,.30));
  }
  73%{
    text-shadow:
      0 0 3px rgba(255,255,255,.95),
      0 0 10px rgba(255,255,255,.55),
      0 0 14px rgba(255,42,42,.60);
    filter: drop-shadow(0 0 10px rgba(255,255,255,.30));
  }
  75%{
    text-shadow:
      0 0 3px rgba(255,255,255,.95),
      0 0 12px rgba(30,99,255,.70),
      0 0 20px rgba(30,99,255,.35),
      0 0 16px rgba(255,42,42,.55);
    filter:
      drop-shadow(0 0 12px rgba(30,99,255,.28))
      drop-shadow(0 0 10px rgba(255,255,255,.25));
  }
  77%{
    text-shadow:
      0 0 4px rgba(255,255,255,.95),
      0 0 14px rgba(255,42,42,.85),
      0 0 26px rgba(255,42,42,.45);
    filter: drop-shadow(0 0 14px rgba(255,42,42,.45));
  }
  80%{
    text-shadow:
      0 0 2px rgba(255,255,255,.65),
      0 0 8px rgba(255,42,42,.60),
      0 0 14px rgba(255,42,42,.28);
    filter: drop-shadow(0 0 8px rgba(255,42,42,.35));
  }
}

@media (max-width: 520px){
  .brand-split{ font-size: 1.30rem; letter-spacing: 2.0px; }
}

/* Mini logo footer (light background friendly) */
.footer-mini-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family: var(--font-logo);
  letter-spacing: 2.2px;
  font-weight: 900;
  text-transform: uppercase;
  user-select:none;
}
.footer-mini-logo .mini-pool{
  color: var(--poolYellow);
  text-shadow: 0 0 10px rgba(255,212,0,.25);
}
.footer-mini-logo .mini-rooms{
  color: var(--roomsBlue);
  text-shadow: 0 0 10px rgba(30,99,255,.20);
}
.footer-mini-logo .mini-puck{
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--puckRed);
  box-shadow:
    0 0 10px rgba(255,42,42,.20),
    0 0 0 2px rgba(255,255,255,.18) inset;
  position: relative;
}
.footer-mini-logo .mini-puck::after{
  content:"";
  position:absolute;
  top:-45%;
  left:-80%;
  width:70%;
  height:180%;
  background: linear-gradient(120deg,
    rgba(255,255,255,0),
    rgba(255,255,255,.95),
    rgba(255,212,0,.65),
    rgba(255,255,255,0)
  );
  transform: rotate(12deg);
  opacity: 0;
  animation: footerSpark 6.8s infinite;
  mix-blend-mode: screen;
}
@keyframes footerSpark{
  0%, 78%, 100% { opacity:0; left:-80%; }
  80% { opacity:1; left:160%; }
  81% { opacity:0; left:200%; }
}
.navbar .nav-link{
  color: rgba(255,255,255,.82);
  font-weight: 500;
}
.navbar .nav-link:hover{ color: #fff; }
.navbar .nav-link.active{ color:#fff; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #dc3545; }
.navbar .btn{ border-radius: 999px; }

/* HERO full width */
.hero{
  padding-top: 200px;
  padding-bottom: 100px;
  background:
    radial-gradient(1200px 500px at 15% 10%, rgba(0,0,0,.06), transparent 40%),
    radial-gradient(900px 450px at 90% 0%, rgba(0,0,0,.05), transparent 35%),
    #fff;
}
.badge-soft {
    background: rgb(17 24 39) !important;
    color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, .08);
}

/* Hero card (visual placeholder) */
.hero-card{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card-inner{ padding: 18px; }
.placeholder-visual{
  height: 260px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.02)),
    #fff;
  overflow: hidden;
  position: relative;
}
.pv-top, .pv-mid, .pv-bot{
  position:absolute; left:14px; right:14px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
}
.pv-top{ top:18px; height: 14px; width: 55%; }
.pv-mid{ top:54px; height: 10px; width: 80%; }
.pv-bot{ bottom:18px; height: 120px; border-radius: 12px; background: rgba(0,0,0,.05); }

.mini-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}
.mini-stat{
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px 12px;
  background: #fff;
}
.mini-stat .k{ font-size: 12px; color: var(--muted); }
.mini-stat .v{ font-size: 14px; font-weight: 700; }

/* Sections */
.section{ padding: 56px 0; }
.section-alt{

}
.section-head{ margin-bottom: 18px; }

/* Cards clean */
.card-clean{
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .03);
    box-shadow: 0px -1px 9px rgba(0, 0, 0, .10);
    overflow: hidden;
}
.card-clean .card-body{ padding: 11px; }

/* Steps */
.step {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(251 3 3);
    border: 1px solid rgba(0, 0, 0, .08);
    font-weight: 800;
    color: #fff;
}

.stepblue {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(13 110 253);
    border: 1px solid rgba(0, 0, 0, .08);
    font-weight: 800;
    color: #fff;
}

.stepyellow {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(243 225 2);
    border: 1px solid rgba(0, 0, 0, .08);
    font-weight: 800;
    color: #fff;
}

.stepgreen {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgb(65 112 15);
    border: 1px solid rgba(0, 0, 0, .08);
    font-weight: 800;
    color: #fff;
}


/* Lists */
.clean-list{ padding-left: 18px; }
.clean-list li{ margin-bottom: 10px; }
.clean-list li:last-child{ margin-bottom: 0; }

/* CTA */
.cta{ padding: 34px 0; }
.cta-inner{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
}

/* Footer */
.footer{
  padding: 22px 0 30px;
  border-top: 1px solid var(--border);
  background: #fff;
}
.link-muted{
  color: var(--muted);
  text-decoration: none;
}
.link-muted:hover{ color:#111; text-decoration: underline; }

/* Accordion tweaks */
.accordion-item{
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
}
.accordion-button{ font-weight: 600; }
.accordion-button:not(.collapsed){
  background: rgba(0,0,0,.04);
  color:#111;
}
.accordion-button:focus{ box-shadow: none; border-color: var(--border); }

/* Forms */
.form-control, .form-select{
  border-radius: 12px;
  border-color: var(--border);
}
.form-control:focus, .form-select:focus{
  border-color: rgba(0,0,0,.35);
  box-shadow: 0 0 0 .2rem rgba(0,0,0,.08);
}
.btn-lg{ border-radius: 999px; }

/* Utility */
.page-pad{ padding-top: 42px; padding-bottom: 56px; }
.kpi{
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px;
  background:#fff;
}
.kpi .k{ font-size: 12px; color: var(--muted); }
.kpi .v{ font-size: 18px; font-weight: 800; }

/* Responsive */
@media (max-width: 991.98px){
  .hero{ padding-top: 84px; }
  .cta-inner{ flex-direction: column; align-items: flex-start; }
  .mini-stats{ grid-template-columns: 1fr; }
  .page-pad{ }
}


/* Flash messages under navbar */
.flash-wrap{ padding-top: 78px; }
@media (max-width: 991.98px){ .flash-wrap{ padding-top: 70px; } }


/* Nav avatar */
.nav-avatar{width:26px;height:26px;border-radius:999px;object-fit:cover;display:inline-block;}
.nav-avatar--placeholder{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16);color:#fff;font-weight:800;line-height:22px;text-align:center;}

.profile-avatar{width:100px;height:100px;border-radius:999px;object-fit:cover;display:flex;align-items:center;justify-content:center;font-weight:900;background:rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.08);}
.profile-avatar--placeholder{color:#111;}

/* ===========================
   RANKING — meta line
   =========================== */

.rank-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;}
.rank-meta__pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.rank-meta__label
 {
    font-size: 14px;
    color: var(--bs-black);
    font-weight: 600;
}
.rank-meta__value {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-black);
}

@media (max-width: 767px){
  .rank-meta{gap:8px;margin-top:3px;}
  .rank-meta__pill{margin-bottom: 12px;}
}

/* ===========================
   RANKING — avatars + mobile
   =========================== */

.rank-avatar-cell{width:70px;text-align:center;}
.rank-avatar{width:50px;height:50px;border-radius:999px;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;font-weight:900;}
.rank-avatar--placeholder{
    background: radial-gradient(400px 180px at 50% 0%, #f3f4f6, #f3f4f6 65%), #f3f4f6;
    color: var(--bs-black);
}

.team-logo{width:50px;height:50px;object-fit:contain;display:inline-block;}

@media (max-width: 767px){
  /* force scroll instead of squishing columns */
  .ranking-table{min-width: 620px;}
  .team-logo{width:50px;height:50px;}
  .rank-avatar{width:50px;height:50px;}
}


/* ===========================
   RANKING — cards (mobile first)
   =========================== */

.ranking-grid{ --rg-gap: .75rem; }
.ranking-grid.row{
  --bs-gutter-x: var(--rg-gap);
  --bs-gutter-y: var(--rg-gap);
}

/* Card */
.ranking-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .06);
    overflow: hidden;
}
.ranking-card .card-body{ padding: 14px 14px 12px; }
.ranking-card.is-eliminated{ opacity: .82; }

/* Header row */
.ranking-head{ gap: 12px !important; }
.ranking-card .rank-avatar-cell{ width: 44px; text-align:left; }
.ranking-card .rank-avatar{ width: 44px; height: 44px; }

/* Pick row (photo joueur / logo équipe) */
.pr-pickrow{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 0;
}
.pr-pickimg{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 auto;
  background: var(--soft);
  border: 1px solid rgba(0,0,0,.10);
}
.pr-pickimg.is-headshot{

}
.pr-pickimg.is-logo{
  object-fit: contain;
  padding: 6px;
  background: #f9fafb;
}
.pr-picktext{ min-width: 0; }
.pr-pickname{
  font-weight: 800;
  line-height: 1.30;
  margin-bottom: 1px;
  font-size: 1.1rem;
}
.pr-pickteam{
  font-weight: 800;
  color: var(--muted);
}
.pr-pickmeta{
  font-size: 12px;
  color: var(--bs-black);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  FONT-WEIGHT: 900;
}
.pr-pickmeta strong{
  color: #111827;
  font-weight: 900;
}

/* Badges sizing inside cards */
.ranking-card .badge{ font-weight: 900; }

/* Mobile tweaks */
@media (max-width: 576px){
  .ranking-grid{ --rg-gap: .65rem; }
  .ranking-card .card-body{ padding: 12px 12px 10px; }
  .ranking-card .rank-avatar-cell{ width: 60px; }
  .ranking-card .rank-avatar{ width: 60px; height: 60px; }
  .pr-pickimg{ width: 80px; height: 80px; }
  .pr-pickmeta{ font-size: 12px; }
  .pr-pickdate{ display:none; }
}

/* Desktop bump */
@media (min-width: 768px){
  .ranking-card .rank-avatar-cell{ width: 52px; }
  .ranking-card .rank-avatar{ width: 52px; height: 52px; }
  .pr-pickimg{ width: 80px; height: 80px; }
}


/* =========================================================
   POOLROOMS — FOOTER (clean, responsive) — no class duplicates
   ========================================================= */
.pr-footer{
  border-top: 1px solid rgba(15, 23, 42, .10);
  background: #111827;
}

.pr-footer__inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 22px 16px;
}

.pr-footer__top{
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 18px;
  align-items: start;
}

.pr-footer__logo{
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1;
  color: #0b1220;
}

.pr-footer__dot{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ef4444;
  margin: 0 8px;
  vertical-align: middle;
}

.pr-footer__tagline{
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
}

.pr-footer__nav{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
  align-content: start;
}

.pr-footer__link{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.pr-footer__link:hover{
  text-decoration: underline;
}

.pr-footer__cta{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.pr-footer__meta{
  color: #ffffff;
  font-size: 13px;
}

.pr-footer__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: #dc3545;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid rgba(17,24,39,.15);
}

.pr-footer__btn:hover{
  filter: brightness(1.07);
}

.pr-footer__bottom{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, .08);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.pr-footer__copy{
  color: #ffffff;
  font-size: 12.5px;
}

.pr-footer__smalllinks{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.pr-footer__smalllink{
  color: #ffffff;
  text-decoration: none;
  font-size: 12.5px;
}

.pr-footer__smalllink:hover{
  text-decoration: underline;
}

.pr-footer__sep{
  color: #dc3545;
}

/* Mobile */
@media (max-width: 860px){
  .pr-footer__top{
    grid-template-columns: 1fr;
  }
  .pr-footer__nav{
    grid-template-columns: 1fr 1fr;
  }
  .pr-footer__cta{
    align-items: flex-start;
  }
}

/* Footer nav — petit chevron ">" avant chaque lien */
.pr-footer__link{
  position: relative; /* safe */
  padding-left: 14px; /* espace pour le chevron */
}

.pr-footer__link::before{
  content: "›";              /* ou ">" si tu veux plus “brut” */
  position: absolute;
  left: 0;
  top: 0.1em;
  opacity: .85;
  font-weight: 900;
  transform: translateY(0.02em);
}

.pr-footer__link:hover::before{
  opacity: 1;
}


.pr-footer__smalllink{
  position: relative;
  padding-left: 12px;
}

.pr-footer__smalllink::before{
  content: "›";
  position: absolute;
  left: 0;
  top: 0.05em;
  opacity: .75;
  font-weight: 900;
}
.pr-footer__smalllink:hover::before{ opacity: 1; }


/* Footer — réutilise le logo du header, mais plus petit */
.pr-footer .brand-logo{
  animation: none;              /* enlève le micro-shake dans le footer */
  transform: scale(.78);        /* taille */
  transform-origin: left center;
  text-decoration: none;
}

.pr-footer .brand-split{
  font-size: 1.30rem;           /* ajuste la taille du texte */
  letter-spacing: 2px;
}


/* Header — tagline sous le logo */
#mainNav .brand-logo{
  display: flex;              /* override inline-flex */
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  line-height: 1;
}

/* garde le logo “sur une ligne” */
#mainNav .brand-split{ display: inline-flex; }

#mainNav .nav-tagline{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 11.2px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
  color: rgba(255,255,255,.85);
  line-height: 1.2;
}


/* Footer — logo + tagline comme le header */
.pr-footer .brand-logo{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  line-height: 1;
  text-decoration: none;
}

/* Le logo reste sur 1 ligne */
.pr-footer .brand-split{
  display: inline-flex;
  align-items: center;
}

/* Tagline du footer (même vibe que header) */
.pr-footer .nav-tagline{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
  opacity: .85;
  color: rgba(255,255,255,.85);
  line-height: 1.2;
}

/* Optionnel: un peu plus compact dans le footer */
.pr-footer .brand-split{ font-size: 1.70rem; }


/* Pages légales */
.legal-updated{
  margin: 10px 0 14px;
  font-size: 14px;
  color: rgba(17,24,39,.70);
}
.legal-updated strong{ color: rgba(17,24,39,.92); }


/* =========================
   Index — Matchs du jour
   ========================= */

.todays-games{
  margin-top: 18px;
}

.todays-games__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.todays-games__title{
  margin:0;
  font-size:18px;
  letter-spacing:.2px;
}

.todays-games__meta{
  display:flex;
  align-items:center;
  gap:8px;
  opacity:.8;
  font-size:13px;
}

.todays-games__meta .dot{
  opacity:.6;
}

.todays-games__empty{
  padding:14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  background:rgba(255,255,255,.65);
}

.games-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:12px;
}

@media (max-width: 1100px){
  .games-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .todays-games__head{ align-items:flex-start; flex-direction:column; }
  .games-grid{ grid-template-columns: 1fr; }
}

.game-card{
  border:1px solid rgba(0,0,0,.08);
  border-radius:14px;
  background:rgba(255,255,255,.72);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  padding:12px;
}

.game-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

.game-card__time{
  font-weight:800;
  letter-spacing:.2px;
}
.game-card__time .tz{
  font-weight:700;
  opacity:.7;
  font-size:12px;
  margin-left:6px;
}

.game-card__state {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgb(255 12 12);
    border: 1px solid rgba(0, 0, 0, .06);
    white-space: nowrap;
    color: #fff;
}

.game-card__teams{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:10px;
}

.vs{
  font-size:12px;
  opacity:.7;
  font-weight:800;
  letter-spacing:.6px;
  text-transform:uppercase;
}

.team{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.team__logo{
  width:38px;
  height:38px;
  border-radius:10px;
  background:rgba(0,0,0,.04);
  border:1px solid rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex:0 0 auto;
}
.team__logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.team__logo--ph{
  width:18px;
  height:18px;
  border-radius:6px;
  background:rgba(0,0,0,.12);
}

.team__txt{
  min-width:0;
}
.team__abbr{
  font-weight:900;
  letter-spacing:.3px;
}
.team__name{
  font-size:12px;
  opacity:.8;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}



/* =========================================================
   FOOTER — Simple / Pro (add-on)
   Colle ça à la fin de theme.css
   ========================================================= */

.pr-footer{
  padding: 28px 0;
}

.pr-footer .pr-footer__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Layout principal */
.pr-footer .pr-footer__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 22px;
  flex-wrap: wrap; /* important pour éviter de briser mobile */
}

/* Colonne brand */
.pr-footer .pr-footer__brand{
  min-width: 240px;
}

.pr-footer .brand-logo{
  display:inline-flex;
  flex-direction:column;
  gap: 6px;
  text-decoration:none;
}

.pr-footer .nav-tagline,
.pr-footer .pr-footer__tagline{
  font-size: 10.5px;
  opacity: .80;
  line-height: 1.35;
  max-width: 360px;
}

/* Navigation */
.pr-footer .pr-footer__nav{
  display:flex;
  gap: 18px;
  flex: 1 1 10px;
  justify-content:center;
}

.pr-footer .pr-footer__navcol{
  display:flex;
  flex-direction:column;
  gap: 10px;
  min-width: 140px;
}

.pr-footer .pr-footer__navtitle{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  opacity: .70;
  margin-bottom: 2px;
}

/* Liens (petit chevron style) */
.pr-footer .pr-footer__link,
.pr-footer a.pr-footer__link{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  text-decoration:none;
  opacity: .92;
}

.pr-footer .pr-footer__link::before{
  content: "›";
  opacity: .55;
  font-weight: 900;
  transform: translateY(-.5px);
}

.pr-footer .pr-footer__link:hover{
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Zone CTA */
.pr-footer .pr-footer__cta{
  flex: 0 1 60px;
  display:flex;
  flex-direction:column;
  gap: 10px;
  align-items:flex-end;
}

.pr-footer .pr-footer__meta{
  font-size: 12.5px;
  opacity: .85;
  white-space: nowrap;
}

.pr-footer .pr-footer__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 800;
  white-space: nowrap;
}

/* Ligne du bas */
.pr-footer .pr-footer__bottom{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.pr-footer .pr-footer__copy{
  font-size: 12.5px;
  opacity: .78;
}

.pr-footer .pr-footer__smalllinks{
  display:flex;
  align-items:center;
  gap: 10px;
}

.pr-footer .pr-footer__smalllink{
  font-size: 12.5px;
  opacity: .85;
  text-decoration:none;
}

.pr-footer .pr-footer__smalllink:hover{
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pr-footer .pr-footer__sep{
  opacity: .45;
}

/* =========================
   Mobile / Tablet
   ========================= */
@media (max-width: 860px){
  .pr-footer .pr-footer__top{
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .pr-footer .pr-footer__nav{
    justify-content:flex-start;
    gap: 24px;
  }

  .pr-footer .pr-footer__cta{
    align-items: stretch;
  }

  .pr-footer .pr-footer__btn{
    width: 100%;
  }

  .pr-footer .pr-footer__meta{
    white-space: normal;
  }
}

/* =========================================================
   FOOTER — FIX MOBILE (patch)
   Colle à la fin de theme.css
   ========================================================= */
@media (max-width: 640px){

  /* On calme le padding général */
  .pr-footer{
    padding: 18px 0;
  }

  .pr-footer .pr-footer__inner{
    padding: 0 14px;
  }

  /* Stack propre */
  .pr-footer .pr-footer__top{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap: 14px;
  }

  /* Brand en haut */
  .pr-footer .pr-footer__brand{
    flex: 0 0 auto;
    min-width: 0;
	margin-bottom: 20px;
  }

  .pr-footer .nav-tagline,
  .pr-footer .pr-footer__tagline{
    max-width: 100%;
  }

  /* NAV: grille 2 colonnes, plus compacte */
  .pr-footer .pr-footer__nav{
    width: 100%;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    justify-content:unset;
	margin-bottom: 20px;
  }

  .pr-footer .pr-footer__navcol{
    min-width: 0;
    gap: 8px;
  }

  /* IMPORTANT: enlève les chevrons sur mobile
     (c’est ce qui te fait la rangée de > seule) */
  .pr-footer .pr-footer__link::before{
    content: none !important;
  }

  .pr-footer .pr-footer__link{
    padding: 10px 10px;
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
  }

  /* CTA: meta + bouton full width */
  .pr-footer .pr-footer__cta{
    align-items:stretch;
    gap: 10px;
  }

  .pr-footer .pr-footer__meta{
    white-space: normal;
  }

  .pr-footer .pr-footer__btn{
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
  }

  /* Bas de footer: empile propre */
  .pr-footer .pr-footer__bottom{
    margin-top: 14px;
    padding-top: 14px;
    flex-direction:column;
    align-items:flex-start;
    gap: 10px;
  }
}

/* =========================================================
   FOOTER — badges WHC + bottom bar clean (CSS ONLY)
   Colle à la fin de theme.css
   ========================================================= */

/* Bottom bar: flex propre + wrap */
.pr-footer .pr-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

/* Les 2 badges (dans ton HTML ce sont 2 <a> directs) */
.pr-footer .pr-footer__bottom > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:6px 8px;
  border-radius:12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  text-decoration:none;
}

.pr-footer .pr-footer__bottom > a img{
  display:block;
  height:34px;     /* taille uniforme */
  width:auto;
}

/* Si tu veux un peu plus “premium” visuellement */
.pr-footer .pr-footer__bottom > a{
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

/* --- Mobile --- */
@media (max-width: 640px){
  /* Moins de hauteur globale */
  .pr-footer{
    padding: 18px 0;
  }

  /* Bottom bar: empile et centre */
  .pr-footer .pr-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  /* On centre les badges et on les met ensemble visuellement */
  .pr-footer .pr-footer__bottom > a{
    width:100%;
    justify-content:center;
  }

  /* Et on range les éléments dans le bon ordre */
  .pr-footer .pr-footer__copy{ order: 1; }
  .pr-footer .pr-footer__bottom > a{ order: 2; }
  .pr-footer .pr-footer__smalllinks{ order: 3; }

  /* Liens bas: sur une ligne clean */
  .pr-footer .pr-footer__smalllinks{
    width:100%;
    justify-content:flex-start;
  }
}


/* =========================================================
   FOOTER — tighten CTA spacing + lighter badges (MOBILE)
   Colle à la fin de theme.css
   ========================================================= */
@media (max-width: 640px){

  /* Resserre l'espace global entre sections */
  .pr-footer .pr-footer__top{
    gap: 10px !important;
  }

  /* Zone CTA (heure + bouton) moins "loin" du reste */
  .pr-footer .pr-footer__cta{
    margin-top: 0 !important;
    padding-top: 0 !important;
    gap: 8px !important;
  }

  .pr-footer .pr-footer__meta{
    margin: 0 !important;
  }

  .pr-footer .pr-footer__btn{
    margin: 0 !important;
  }

  /* Moins d'espace avant la barre du bas */
  .pr-footer .pr-footer__bottom{
    margin-top: 10px !important;
    padding-top: 12px !important;
  }

  /* Badges: plus compacts et moins "encadrés" */
  .pr-footer .pr-footer__bottom > a{
    padding: 6px 10px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.035) !important;  /* plus subtil */
    border: 1px solid rgba(255,255,255,.07) !important;
    box-shadow: none !important;                    /* enlève l'effet trop lourd */
  }

  .pr-footer .pr-footer__bottom > a img{
    height: 30px !important;  /* un peu plus petit */
  }

  /* Si tu veux qu'ils soient moins hauts visuellement */
  .pr-footer .pr-footer__bottom > a{
    min-height: 44px !important;
  }

  /* Liens bas un peu plus proches */
  .pr-footer .pr-footer__smalllinks{
    margin-top: 2px !important;
  }
}


/* =========================================================
   FOOTER — Mobile fix (évite le gros vide) + badges en ligne
   Colle à la fin de theme.css
   ========================================================= */

/* Badges (desktop + mobile) */
.pr-footer__badges{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.pr-footer__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 5px;
  border-radius:14px;
  background:none;
  border:none;
  text-decoration:none;
}

.pr-footer__badge img{
  display:block;
  height:22px;
  width:auto;
}

/* Mobile */
@media (max-width: 640px){

  /* IMPORTANT: enlève le "scale" qui crée un vide fantôme */
  .pr-footer .brand-logo{
    transform: none !important;
  }

  /* Au lieu de scale, on ajuste la taille proprement */
  .pr-footer .brand-split{ 
    font-size: 1.05rem !important;
  }

  /* Resserre l’ensemble */
  .pr-footer__inner{
    padding: 16px 14px !important;
  }

  .pr-footer__top{
    gap: 12px !important;
  }

  /* CTA plus proche du reste */
  .pr-footer__cta{
    gap: 8px !important;
    align-items: flex-start !important;
  }

  /* Un peu moins d’air avant la ligne du bas */
  .pr-footer__bottom{
    margin-top: 12px !important;
    padding-top: 12px !important;
  }

  /* Badges sur la même ligne (2 colonnes) */
  .pr-footer__badges{
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
  }

  .pr-footer__badge{
    width:100%;
    padding: 8px 10px;
  }

  .pr-footer__badge img{
    height: 28px;
  }
}


/* =========================================================
   FOOTER — FIX GROS ESPACE CTA (cause: transform: scale)
   Colle à la fin de theme.css
   ========================================================= */
@media (max-width: 860px){

  /* IMPORTANT: enlève le scale qui crée le vide fantôme */
  .pr-footer .brand-logo{
    transform: none !important;
  }

  /* On ajuste la taille proprement (sans transform) */
  .pr-footer .brand-split{
    font-size: 1.39rem !important;
    letter-spacing: 2px !important;
  }

  /* Resserre le footer globalement */
  .pr-footer__inner{
    padding: 16px 14px !important;
  }

  .pr-footer__top{
    gap: 12px !important;
  }

  /* CTA plus compact */
  .pr-footer__cta{
    gap: 8px !important;
  }

  /* Séparation du bas un peu moins loin */
  .pr-footer__bottom{
    margin-top: 12px !important;
    padding-top: 12px !important;
  }
}

.pr-footer__siglink{
  opacity:.75;
}
.pr-footer__siglink:hover{
  opacity:1;
}

/* =========================
   Sticky footer SANS changer le fond global
   ========================= */
html, body{
  height: 100%;
}
body{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  background: transparent; /* IMPORTANT: ne force plus le bleu */
}
main{
  flex: 1 0 auto;
}
footer.pr-footer{
  flex: 0 0 auto;
}

/* Le footer garde son fond bleu */
.pr-footer{
  background: #0b1220; /* ou ta variable existante */
}

/* =========================================================
   FIX "Houston" header (décalage / mini scroll / 100vw)
   Colle à la fin de theme.css
   ========================================================= */

/* Empêche le micro scroll horizontal qui décale tout */
html, body{
  overflow-x: hidden;
}

/* Si un element utilise 100vw, il peut déborder (scrollbar). Force à 100% */
.pr-header,
.site-header,
header{
  width: 100%;
  max-width: 100%;
}

/* Certains containers font 100vw -> on neutralise si présent */
.pr-header__inner,
.navbar,
.container-fluid{
  max-width: 100%;
}

/* Évite les marges/padding fantômes */
body{
  margin: 0;
}

/* Si tu as un wrapper global qui dépasse, ça le coupe propre */
.pr-page,
.page,
.wrap{
  max-width: 100%;
}
/* =========================================================
   PoolRooms — Badges (Champion / Trophies / Diamonds / Admin)
   Add this ONCE inside your main theme.css
   ========================================================= */

.pr-badges{display:inline-flex;gap:.2rem;flex-wrap:wrap;align-items:center}

.pr-badge{
  display:inline-flex;align-items:center;gap:.1rem;
  padding:.26rem .50rem;
  font-size:.65rem;font-weight:800;line-height:1;
  border:1px solid rgba(0,0,0,.12);
  white-space:nowrap;
  border-radius: var(--bs-border-radius-pill) !important;
}
/* Directeur Général */
.pr-badge--gm{
    display: inline-flex;
    align-items: center;
    gap: .1rem;
    padding: .26rem .50rem;
    font-size: .60rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid rgb(255 255 255 / 0%);
    white-space: nowrap;
    color: #fff !important;
    background-color: #dc3545 !important;
	border-radius: var(--bs-border-radius-pill) !important;
}

.pr-badge i {
    font-size: 1.1em;
}
.pr-badge__count{font-weight:900;opacity:.9}

/* Champion (argent) */
.pr-badge--champion{
  background:linear-gradient(180deg,#f3f4f6,#d1d5db);
  color:#111827;
  border-color:rgba(17,24,39,.18);
}

/* Trophy count */
.pr-badge--trophy{
  background: linear-gradient(180deg, #f3f4f6, #d1d5db);
  color:#111827;
  border-color:rgba(17,24,39,.12);
}

/* Diamonds */
.pr-badge--diamond{
  padding:.28rem .5rem;
  border-color:rgba(0,0,0,.12);
}
.pr-badge--diamond-green{background: linear-gradient(180deg, #f3f4f6, #d1d5db);color:#064e3b; border-color:rgba(34,197,94,.35)}
.pr-badge--diamond-blue{background: linear-gradient(180deg, #f3f4f6, #d1d5db);color:#1604ff; border-color:rgba(59,130,246,.35)}
.pr-badge--diamond-red{background: linear-gradient(180deg, #f3f4f6, #d1d5db);color:#7f1d1d; border-color:rgba(239,68,68,.35)}

/* Admin */
.pr-badge--admin {
    border-color: rgba(239, 68, 68, .35);
    font-weight: 600;
    font-size: .60rem;
    color: #fff !important;
    background-color: #198754 !important;
	border-radius: var(--bs-border-radius-pill) !important;
}

/* Champions page layout */
.pr-champions{display:grid;gap:.85rem}
.pr-champion-card{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1rem;border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
}
.pr-champion-card__name{font-size:1.05rem;font-weight:900}
.pr-champion-card__meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}
.pr-pill{
  display:inline-flex;align-items:center;
  padding:.22rem .55rem;
  background:rgba(17,24,39,.06);
  font-weight:800;font-size:.75rem;
}
@media (max-width: 640px){
  .pr-champion-card{flex-direction:column;align-items:flex-start}
  .pr-champion-card__badges{width:100%}
}

.pr-champion-card__note{
  margin-top:.5rem;
  color: rgba(17,24,39,.72);
  font-weight: 600;
  font-size: .9rem;
}

/* =========================================================
   Champions page — better typography / colors
   ========================================================= */

/* Titre + intro */
.pr-champions + * { /* rien */ }

.pr-champion-card__name{
  color:#0f172a;            /* plus foncé */
  letter-spacing:-.2px;
}

.pr-champion-card__meta .pr-pill {
    background: rgb(30 98 245);
    color: var(--bs-light);
    border: 1px solid rgba(2, 6, 23, .08);
}

/* Note publique (texte) */
.pr-champion-card__note{
  margin-top:.55rem;
  color:#334155;            /* slate-600 */
  font-weight:600;
  line-height:1.45;
}

/* Option: mettre en valeur certains mots dans la note */
.pr-champion-card__note strong{
  color:#0f172a;
  font-weight:800;
}

/* Petit tweak global sur les cartes */
.pr-champion-card{
  background:rgba(255,255,255,.88);
  border-color:rgba(2, 6, 23, .10);
}

/* Badges: un peu plus “premium” (sans changer tes couleurs) */
.pr-badge--champion{
  color:#0b1220;
  border-color:rgba(15,23,42,.18);
}
.pr-badge--trophy{
  color:#0b1220;
}

.pr-champion-card__note{
  border-left:3px solid rgba(15,23,42,.18);
  padding-left:.75rem;
}

/* ===== Index hero (scoped) ===== */
.hero.hero--bg{
  position:relative;
  margin:0;
  overflow:visible;
  background:
    radial-gradient(1200px 500px at 20% 10%, rgba(255,255,255,.65), rgba(255,255,255,0) 40%),
    linear-gradient(180deg, rgba(2,6,23,.74) 0%, rgba(2,6,23,.10) 25%, rgba(255,255,255,.0) 100%),
    url('/assets/img/hero_bg.png') center/cover no-repeat;
}

/* keep content above overlays */
.hero.hero--bg > .container-fluid{ position:relative; z-index:1; }

/* Left copy tweaks */
.hero.hero--bg .display-5{ color:#0f172a; letter-spacing:-.8px; }
.hero.hero--bg .lead{ color:rgba(15,23,42,.78) !important; }

/* Mini stats */
.hero.hero--bg .mini-stats{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.75rem; }
.hero.hero--bg .mini-stat{
  padding:.75rem .9rem;
  border-radius:14px;
  border:1px solid rgba(2,6,23,.10);
  background:rgba(255,255,255,.82);
  backdrop-filter: blur(8px);
}
.hero.hero--bg .mini-stat .k{ font-size:.78rem; font-weight:800; color:rgba(15,23,42,.62); text-transform:none; }
.hero.hero--bg .mini-stat .v{ font-size:1.05rem; font-weight:900; color:#0f172a; }

/* Right card */
.hero.hero--bg .hero-card{
  border-radius:18px;
  border:1px solid rgba(2,6,23,.10);
  background:rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  overflow:visible;
}
.hero.hero--bg .hero-card-inner{ padding:1rem; }

.hero.hero--bg .pv-top,
.hero.hero--bg .pv-mid,
.hero.hero--bg .pv-bot{ display:none !important; }

@media (max-width: 991.98px){
  .hero.hero--bg{ padding: 6rem 0 2.25rem; }
  .hero.hero--bg .mini-stats{ grid-template-columns:1fr; }
  .hero.hero--bg .placeholder-visual{ height: 180px; }
}

/* =========================================================
   HOME HERO — PoolRooms Love Pack (pro + premium)
   ========================================================= */

/* Base hero */
.pr-hero{
  position: relative;
  padding: 54px 0 34px;
  overflow: visible; /* important */
  background:
    radial-gradient(1200px 500px at 18% 25%, rgba(255,215,0,.10), transparent 60%),
    radial-gradient(900px 500px at 72% 40%, rgba(0,120,255,.10), transparent 60%),
    linear-gradient(90deg, rgba(8,12,28,.88) 0%, rgba(8,12,28,.65) 42%, rgba(8,12,28,.25) 75%, rgba(8,12,28,.10) 100%),
    url("/assets/img/hero_bg.png") center right / cover no-repeat;
}

/* Subtle grain (optionnel, mais beau) */
.pr-hero::after{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.25));
  pointer-events:none;
}

/* Container spacing */
.pr-hero .container-fluid{ position:relative; z-index:2; }

/* Title + text contrast */
.pr-hero h1{
  color:#f8fafc;
  text-shadow: 0 10px 34px rgba(0,0,0,.45);
  letter-spacing:-.6px;
}
.pr-hero .lead,
.pr-hero p{
  color: rgba(248,250,252,.86);
}

/* Season pill */
.pr-hero .badge-season{
  background: rgba(2,6,23,.55);
  color: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}

/* CTA buttons */
.pr-hero .btn-primary{
  background: linear-gradient(135deg, #ff3b3b 0%, #ff7a18 100%);
  border: none;
  box-shadow: 0 14px 30px rgba(255,59,59,.20);
}
.pr-hero .btn-primary:hover{ filter: brightness(1.02); }

.pr-hero .btn-outline{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.20);
  color: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
}
.pr-hero .btn-outline:hover{ background: rgba(255,255,255,.10); }

/* Mini stats cards */
.pr-hero .hero-stats .card{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}
.pr-hero .hero-stats .card .text-muted{ color: rgba(255,255,255,.70) !important; }
.pr-hero .hero-stats .card .fw-bold,
.pr-hero .hero-stats .card .h5,
.pr-hero .hero-stats .card .h4{
  color: rgba(255,255,255,.95);
}

/* Right big panel (Dernier champion) */
.pr-hero .hero-panel{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
  box-shadow: 0 26px 60px rgba(0,0,0,.28);
}
.pr-hero .hero-panel h3{ color: rgba(255,255,255,.95); }
.pr-hero .hero-panel .text-muted{ color: rgba(255,255,255,.72) !important; }

/* Faux “image” zone in panel: more premium */
.pr-hero .hero-panel .hero-panel__media{
  border-radius: 16px;
  background:
    radial-gradient(650px 220px at 60% 40%, rgba(255,215,0,.14), transparent 60%),
    radial-gradient(650px 220px at 30% 60%, rgba(0,120,255,.14), transparent 60%),
    rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

/* Responsive tweaks */
@media (max-width: 992px){
  .pr-hero{
    padding: 36px 0 26px;
    background-position: center right;
  }
}
@media (max-width: 768px){
  .pr-hero{
    background-position: center top;
  }
}
/* HERO spacing + clamp fix */
.pr-hero{
  /* plus de respiration, selon écran */
  padding-top: clamp(28px, 4vw, 64px) !important;
  padding-bottom: clamp(22px, 3.2vw, 54px) !important;
}

/* Titre du hero : clamp stable */
.pr-hero h1{
  font-size: clamp(38px, 4.2vw, 64px) !important;
  line-height: 1.05 !important;
  margin-bottom: 12px !important;
}

/* Sous-texte : plus lisible et mieux espacée */
.pr-hero p{
  font-size: clamp(16px, 1.4vw, 20px) !important;
  line-height: 1.45 !important;
  margin-bottom: 16px !important;
}

/* Espace entre les boutons et les stats */
.pr-hero .hero-actions{
  margin-bottom: 16px !important;
}

/* Cartes mini-stats : petite marge top sur mobile */
@media (max-width: 768px){
  .pr-hero{
    padding-top: 28px !important;
    padding-bottom: 22px !important;
  }
}

/* Dernier champion — ne prend pas toute la largeur sur desktop */
.champion-card,
.last-champion,
.pr-champion,
#last-champion,
.home-champion{
  width: min(620px, 100%);
  margin-left: auto;   /* colle à droite si tu es dans une colonne */
  margin-right: 0;
}

/* Si ton layout du hero est en grid/flex et que le bloc stretch */
.hero-right,
.hero__right,
.pr-hero__right{
  max-width: 680px;     /* évite de cacher le hero */
}


/* Anti-overflow global du bloc */
.champion-card,
.last-champion,
.pr-champion,
#last-champion,
.home-champion{
  overflow: hidden;
}

/* Avatar + contenu: wrap propre */
.champion-card .row,
.last-champion .row,
.pr-champion .row{
  flex-wrap: wrap;
}

@media (max-width: 720px){
  /* stack: avatar au-dessus + texte en dessous */
  .champion-card .champion-inner,
  .last-champion .champion-inner,
  .pr-champion .champion-inner{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  /* avatar plus petit + centré */
  .champion-card .champion-avatar,
  .last-champion .champion-avatar,
  .pr-champion .champion-avatar{
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  /* évite que les lignes/pills débordent */
  .champion-card .champion-meta,
  .last-champion .champion-meta,
  .pr-champion .champion-meta{
    min-width: 0;
  }

  .champion-card .pill-row,
  .last-champion .pill-row,
  .pr-champion .pill-row{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .champion-card .pill-row > *,
  .last-champion .pill-row > *,
  .pr-champion .pill-row > *{
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}


.champion-card .champion-name,
.last-champion .champion-name,
.pr-champion .champion-name{
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 720px){
  .champion-card .champion-name,
  .last-champion .champion-name,
  .pr-champion .champion-name{
    white-space: normal;
  }
}

/* =========================================================
   HOME (index.php) — Hero + Dernier champion (card)
   - Card moins large sur desktop (laisse respirer l'image)
   - Background du hero mieux centré (la coupe)
   - Mobile: aucun débordement dans le bloc champion
   ========================================================= */

/* Hero background: montre mieux la coupe */
.hero.hero--bg{
  /* un peu plus à gauche pour mieux voir la coupe (moins cachée par la carte) */
  background-position: 15% 65%;
}
@media (max-width: 991.98px){
  .hero.hero--bg{ background-position: 50% 25%; }
}

/* Bloc "Dernier champion" (carte de droite) moins large */
.hero.hero--bg .hero-card{
  max-width: 580px;
  margin-left: auto;
}
@media (min-width: 1200px){
  .hero.hero--bg .hero-card{ max-width: 580px; }
}

/* Empêche les éléments du champion de dépasser */
.hero.hero--bg .hero-card .d-flex{
  flex-wrap: wrap;
}
.hero.hero--bg .hero-card .flex-grow-1{
  min-width: 0;
}

/* Avatar 200x200 -> responsive */
.hero.hero--bg .hero-card img.rounded-circle,
.hero.hero--bg .hero-card .rounded-circle.border{
  max-width: 200px;
}
@media (max-width: 720px){
  .hero.hero--bg .hero-card img.rounded-circle,
  .hero.hero--bg .hero-card .rounded-circle.border{
    width: 140px !important;
    height: 140px !important;
  }
}

/* Pills/badges: wrap propre */
.hero.hero--bg .hero-card .badge,
.hero.hero--bg .hero-card .pr-badge{
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Dernier champion — titre doré */
.champion-title{
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .99rem;
  margin-bottom: .35rem;
  background: linear-gradient(180deg, #fff3b0 0%, #ffd24a 35%, #c99700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}

.pr-badge--webmaster {
    display: inline-flex;
    align-items: center;
    gap: .1rem;
    padding: .26rem .50rem;
    font-size: .60rem;
    font-weight: 600;
    line-height: 1;
    border: 1px solid rgb(255 255 255 / 0%);
    white-space: nowrap;
    color: #fff !important;
    background-color: #0d6efd !important;
	border-radius: var(--bs-border-radius-pill) !important;
}

/* Badges sous le nom */
.lb-badges, .rank-badges{
  margin-top: 2px;
}

/* FOOTER — mobile: mettre le © en dernier (grid-areas, ultra fiable) */
@media (max-width: 768px){

  .pr-footer__bottom{
    display:grid !important;
    gap:12px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "smalllinks"
      "badges"
      "copy";
  }

  .pr-footer__smalllinks{ grid-area: smalllinks; }
  .pr-footer__badges{ grid-area: badges; }
  .pr-footer__copy{ grid-area: copy; }
}

/* Rules block polish */
.rules-card{border-radius:16px;}
.rules-pill{
  font-size:.75rem;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(0,0,0,.04);
}
.rules-list li{
  position:relative;
  padding-left:14px;
}
.rules-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:7px;height:7px;
  border-radius:999px;
  background:rgba(0,0,0,.25);
}
.rules-hint{border-top:1px dashed rgba(0,0,0,.15); padding-top:12px;}

.smallr, smallr {
    font-size: .62em;
}

.text-muted-ranking {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: .65rem;
}

.audit-wrap{
  max-width:1150px;
  margin:0 auto;
  padding:24px;
  padding-top:96px; /* compense le header sticky */
}
@media (max-width:900px){
  .audit-wrap{ padding-top:88px; }
}

/* ===== Footer V2 (Covers-like) ===== */
.pr-footer2{background: radial-gradient(900px 420px at 50% 0%, rgb(17 24 39), transparent 55%), rgb(17 24 39);color:rgba(255,255,255);padding:48px 0 18px;}
.pr-footer2 a{color:rgba(255,255,255);text-decoration:none;}
.pr-footer2 a:hover{color:#ff0000;text-decoration:none;}

.pr-footer2__grid{display:grid;grid-template-columns: 1.2fr .8fr;gap:28px;align-items:start;}
.pr-footer2__cols{display:grid;grid-template-columns: repeat(3, minmax(180px, 1fr));gap:26px;margin-top: 30px;}
.pr-footer2__title{font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:1.1rem;color:#fff;margin-bottom:12px;border-bottom: 3px solid #fd5000;display:inline-block;}
.pr-footer2__link{display:block;padding:6px 0;font-weight:700;}

.pr-footer2__badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.pr-footer2__badge img{height:30px;width:auto;display:block;filter: drop-shadow(0 8px 18px rgba(0,0,0,.22));}

.pr-footer2__card{text-align:center;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px 18px 16px;}
.pr-footer2__cardKicker{font-weight:800;margin-bottom:8px;}
.pr-footer2__cardBig{font-size:2.5rem;font-weight:1000;line-height:1;margin:2px 0 6px;color:#fff;}
.pr-footer2__cardSub{font-weight:800;margin-bottom:14px;}
.pr-footer2__cta{display:inline-flex;justify-content:center;align-items:center;padding:10px 20px;border-radius:10px;background:#ff0000;color:#fff !important;font-weight:1000;text-decoration:none !important;}
.pr-footer2__cta:hover{filter:brightness(1.05);}
.pr-footer2__cardNote{margin-top:9px;font-weight:600;font-size:8px;}

.pr-footer2__bottom{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);display:grid;grid-template-columns: 1fr auto auto;gap:16px;align-items:center;}
.pr-footer2__brand{display:flex;align-items:center;gap:12px;min-width:0;}
.pr-footer2__logoWrap{display:inline-flex;align-items:center;gap:10px;}
.pr-footer2__tagline{font-size:small;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48ch;}

.pr-footer2__social{display:flex;gap:10px;justify-content:center;}
.pr-footer2__icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.12);}
.pr-footer2__icon:hover{background:rgba(0,0,0,.26);text-decoration:none;}

.pr-footer2__copy{font-size:small;font-weight:700;text-align:right;}
.pr-footer2__smalllinks{margin-top:6px;}
.pr-footer2__smalllink{opacity:.9;}
.pr-footer2__sep{opacity:.55;margin:0 6px;}

@media (max-width: 992px){
  .pr-footer2__grid{grid-template-columns:1fr;}
  .pr-footer2__cols{grid-template-columns: repeat(2, minmax(180px, 1fr));}
  .pr-footer2__bottom{grid-template-columns:1fr;text-align:center;}
  .pr-footer2__brand{justify-content:center;gap:8px;}
  .pr-footer2__tagline{white-space:normal;text-align:center;}
  .pr-footer2__copy{text-align:center;}
}
@media (max-width: 520px){
  .pr-footer2__cols{grid-template-columns:1fr;}
}

/* Centrer le bloc "Dernier champion" dans le hero */
.hero-card .hero-card-inner .d-flex.align-items-center.gap-3.mt-2{
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

/* Centre le bloc texte */
.hero-card .hero-card-inner .d-flex.align-items-center.gap-3.mt-2 > .flex-grow-1{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Centre les badges */
.hero-card .hero-card-inner .d-flex.align-items-center.gap-3.mt-2 .mt-2.d-flex{
  justify-content: center !important;
}

/* Titre "Dernier champion" plus clean et centré */
.hero-card .champion-title{
  text-align:center;
  margin-bottom:6px;
}

/* HERO: plus de gros gradient global */
.hero {
  position: relative;
  overflow: hidden;
}

/* Image de fond (si tu l'as en background) */
.hero::before{
  content:"";
  position:absolute; inset:0;
  background: inherit; /* garde ton background-image si tu l'as sur .hero */
  transform: scale(1.02);
  z-index:0;
}

/* Scrim léger global (TRÈS léger, pas laiteux) */
.hero::after{
  content:"";
  position:absolute; inset:0;
  background: rgba(8,12,20,.15); /* léger */
  z-index:1;
}

/* Contenu au-dessus */
.hero .container,
.hero .container-fluid{
  position: relative;
  z-index: 2;
}


/* =========================================================
   HOME HERO CLEAN (V2) — style "Hockey Pro" avec logo Poolrooms
   - Hero plein écran, contenu centré
   - CTA rond
   - Carte Dernier Champion sous les boutons
   ========================================================= */

.pr-hero-clean{
  --hero-overlay: rgba(7, 12, 22, .68);
  --hero-overlay2: rgba(7, 12, 22, .45);
  --hero-accent: #ff2a2a;
  --hero-gold1: #ffe7a6;
  --hero-gold2: #ffd24a;
}

/* Reset: si d'anciens patches avaient changé le layout */
.pr-hero-clean .row,
.pr-hero-clean .col,
.pr-hero-clean .col-12,
.pr-hero-clean [class*="col-"]{
  max-width: unset;
}

/* Background image via variable --hero-img (déjà dans ton HTML) */
.pr-hero-clean{
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: clamp(84px, 10vh, 140px);
  padding-bottom: clamp(46px, 8vh, 120px);
}

.pr-hero-clean::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 50% 26%, rgba(255,255,255,.12), transparent 62%),
    radial-gradient(900px 520px at 50% 95%, rgba(255, 0, 0, .12), transparent 62%),
    linear-gradient(180deg, var(--hero-overlay2), var(--hero-overlay));
  z-index: 1;
}

.pr-hero-clean .container,
.pr-hero-clean .container-fluid{
  position: relative;
  z-index: 2;
}

.pr-hero-clean__wrap{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.pr-hero-clean__badge{
  background: rgba(0,0,0,.55) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: rgba(255,255,255,.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pr-hero-clean__title{
  color:#fff !important;
  font-weight: 1000 !important;
  letter-spacing: .02em;
  text-shadow: 0 14px 38px rgba(0,0,0,.55);
  font-size: clamp(44px, 5.6vw, 78px) !important;
  line-height: 1.02 !important;
}

.pr-hero-clean__lead{
  color: rgba(255,255,255,.86) !important;
  text-shadow: 0 10px 28px rgba(0,0,0,.55);
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(16px, 1.7vw, 20px) !important;
}

.pr-hero-clean__cta .btn{
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-weight: 900 !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.38);
}

.pr-hero-clean__cta .btn-danger{
  background: linear-gradient(180deg, #ff4a4a, #d80b0b) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}

.pr-hero-clean__cta .btn-primary{
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pr-hero-clean__cta .btn-primary:hover{
  background: rgba(255,255,255,.14) !important;
}

/* Champion card (casino clean) */
.pr-hero-clean__champ.hero-card{
  margin: 22px auto 0 !important;
  width: min(520px, 100%) !important;
  background: rgba(0,0,0,.56) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 18px !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 26px 70px rgba(0,0,0,.55);
  position: relative;
  overflow: hidden;
}

.pr-hero-clean__champ.hero-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 20px;
  background: radial-gradient(620px 220px at 50% 0%, rgba(255,42,42,.22), transparent 70%);
  pointer-events:none;
}

.pr-hero-clean__champ .hero-card-inner{
  padding: 18px 18px 16px !important;
  position: relative;
  z-index: 1;
}

.pr-champ{
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pr-champ__avatar{
  width: 110px;
  height: 110px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid rgba(255,255,255,.22);
  box-shadow: 0 18px 46px rgba(0,0,0,.55);
}

.pr-champ__avatar--fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 44px;
  font-weight: 1000;
  color: #111;
  background: rgba(255,255,255,.90);
}

.pr-champ__title{
  font-weight: 1000 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase;
  background: linear-gradient(180deg, var(--hero-gold1), var(--hero-gold2), #c99700);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.pr-champ__name{
  color:#fff;
  font-weight: 1000;
  font-size: 22px;
}

.pr-champ__badges{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pr-champ__quote{
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.4;
  max-width: 46ch;
}

.pr-champ__link{
  margin-top: 4px;
  color:#fff;
  font-weight: 900;
  text-decoration: none;
}
.pr-champ__link:hover{ color: var(--hero-accent); }

/* Mobile spacing */
@media (max-width: 991.98px){
  .pr-hero-clean{ min-height: 100vh; }
  .pr-hero-clean__champ.hero-card{ margin-top: 18px !important; }
}

/* Logo image dans la navbar */
.brand-logo{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap: 4px;
  text-decoration:none;
}

.pr-logo{
  height: 60px;
  width: auto;
  display:block;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 576px){
  .pr-logo{ height: 36px; }
}


/* NAV LOGO: rendre visible et propre */
.navbar .navbar-brand.brand-logo{
  display:flex;
  align-items:center;
  padding: 0;
  margin: 0;
}

/* Mobile */
@media (max-width: 576px){
  .navbar .pr-logo{ height: 60px !important; max-width: 180px; }
}


/* ===== NAV LOGO: plus gros + navbar un peu plus haute ===== */

.pr-nav .navbar-brand.brand-logo{
  display:flex !important;
  align-items:center !important;
  padding: 6px 0 !important;
  margin: 0 !important;
}

.pr-nav .pr-logo{
  height: 96px !important;      /* <-- augmente ici si tu veux encore plus */
  width: auto !important;
  max-width: 320px !important;
  display:block !important;
  object-fit: contain !important;
  image-rendering: auto;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.45));
}

/* Ajuste la hauteur du header */
.pr-nav{
  min-height: 86px !important;
}

/* Mobile */
@media (max-width: 576px){
  .pr-nav{ min-height: 74px !important; }
  .pr-nav .pr-logo{
    height: 60px !important;
    max-width: 240px !important;
  }
}

.reward i.fa-hockey-puck{
  font-size: 0.95em;
  transform: translateY(1px);
}


/* Export PNG: compacter la largeur (image moins large) */
.export-excel table{
  table-layout: fixed !important;   /* force les colonnes à respecter les largeurs */
}

.export-excel th,
.export-excel td{
  padding: 6px 8px !important;      /* moins de padding = moins large */
}

/* Colonne Participant: réduire et tronquer */
.export-excel th.participant,
.export-excel td.participant{
  width: 210px !important;          /* ajuste: 180-240 selon ton goût */
  max-width: 210px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Si tu as une classe pour le nom dans la cellule */
.export-excel .participant-name{
  display: inline-block;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#capture-ranking{
  background:#fff !important;
}

/* === Pagination Poolrooms === */

/* Bouton/chiffre "actif" (ex: 1, 2, 3) : bg #111827 + texte blanc */
.pagination .page-item.active .page-link,
.pagination .page-item.active > a,
.pr-pagination .is-active,
.pr-pagination .pr-page.is-active {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #fff !important;
  font-size: 21px;
}

/* Boutons Préc / Suiv : bg #ff0000 + texte blanc */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pr-pagination .pr-prev,
.pr-pagination .pr-next {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
  font-size: 21px;
}

/* Hover/focus (même couleur, léger boost lisibilité) */
.pagination .page-link:hover,
.pagination .page-link:focus,
.pr-pagination a:hover,
.pr-pagination a:focus {
  filter: brightness(1.05);
  color: #000 !important;
}

/* Optionnel: arrondir un peu et enlever le look "gris" */
.pagination .page-link,
.pr-pagination a {
 
}

/* =========================================================
   NAVBAR LOGO IMAGE (Poolrooms) — PNG
   Place logo file at: /assets/img/logo_poolrooms.png
   ========================================================= */

#mainNav.navbar{
  padding-top: 6px;
  padding-bottom: 6px;
}

#mainNav .navbar-brand.brand-logo{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  animation: none !important;   /* disable old logo shake */
  transform: none !important;   /* disable old scaling */
}

#mainNav .navbar-brand.brand-logo::before,
#mainNav .navbar-brand.brand-logo::after{
  display: none !important;
  content: none !important;
}

#mainNav .pr-logo{
  height: 60px;
  width: auto;
  max-width: 300px;
  display: block;
  object-fit: contain;
  image-rendering: auto;
}

/* Mobile */
@media (max-width: 576px){
  #mainNav .pr-logo{
    height: 45px;
    max-width: 240px;
  }
}

/* ===== Mobile drawer (offcanvas) ===== */
.pr-offcanvas{
  background: rgba(5,7,12,.98);
  border-left: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.pr-offcanvas__header{
  padding: 16px 16px 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.pr-offcanvas__brand{ display:flex; align-items:center; gap:10px; text-decoration:none; }
.pr-offcanvas__body{ padding: 14px 16px 18px; }

/* chip user */
.pr-offcanvas__profile{ margin-bottom: 14px; }
.pr-userchip{
  width: 100%;
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #fff;
}
.pr-userchip__name{ font-weight: 600; font-size: 14px; }

/* liens style “JJ Mécanique” */
.pr-offcanvas__nav .nav-link{
  padding: 14px 2px;
  font-weight: 700;
  letter-spacing: .2px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
}
.pr-offcanvas__nav .nav-link:hover{
  color: #fff;
}
.pr-offcanvas__nav .nav-link.active{
  color: #fff;
  position: relative;
}
.pr-offcanvas__nav .nav-link.active::before{
  content:"";
  position:absolute;
  left:-16px;
  top:0;
  bottom:0;
  width:3px;
  background: rgba(255,255,255,.8);
  border-radius: 3px;
}

/* avatar déjà présent chez toi, mais on sécurise */
.nav-avatar{
  width: 36px; height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.nav-avatar--placeholder{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.16);
  color:#fff;
  font-weight:800;
}


/* =========================================================
   MOBILE OFFCANVAS NAV (JJ Mécanique style) — Poolrooms
   Colle à la fin de theme.css
   ========================================================= */

/* Le drawer */
#navOffcanvas.pr-offcanvas{
  background: radial-gradient(900px 420px at 50% 0%, rgb(17 24 39), transparent 55%), rgb(17 24 39);
  border-left: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

/* Header du drawer */
#navOffcanvas .pr-offcanvas__header{
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Body */
#navOffcanvas .pr-offcanvas__body{
  padding: 14px 16px 18px;
}

/* Chip user (profil) */
#navOffcanvas .pr-offcanvas__profile{ margin-bottom: 14px; }

#navOffcanvas .pr-userchip{
  width: 100%;
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #fff;
}

/* Nom + badge vérifié (gap + taille) */
#navOffcanvas .pr-userchip__name{
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .2px;

  display: flex;
  align-items: center;
  gap: 10px;          /* <-- espace entre le nom et le badge */
  min-width: 0;
}

/* Badge vérifié: supporte svg OU icône <i> */
#navOffcanvas .pr-userchip__name .pr-verified-badge,
#navOffcanvas .pr-userchip__name svg.pr-verified-badge,
#navOffcanvas .pr-userchip__name i.pr-verified-badge,
#navOffcanvas .pr-userchip__name .fi{
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  font-size: 18px;    /* <-- plus gros */
  line-height: 1;
  transform: translateY(1px);
}

/* Liste des liens (look JJ) */
#navOffcanvas .pr-offcanvas__nav .nav-link{
  padding: 14px 2px;
  font-weight: 900;
  letter-spacing: .3px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.92);
}

#navOffcanvas .pr-offcanvas__nav .nav-link:hover{
  color: #fff;
}

#navOffcanvas .pr-offcanvas__nav .nav-link.active{
  color:#fff;
  position: relative;
  text-decoration: none; /* enlève ton underline desktop */
}

#navOffcanvas .pr-offcanvas__nav .nav-link.active::before{
  content:"";
  position:absolute;
  left:-16px;
  top:0;
  bottom:0;
  width:3px;
  background: #ff0000; /* accent rouge (comme ton branding) */
  border-radius: 3px;
}

/* Dropdown menu dans le drawer */
#navOffcanvas .dropdown-menu{
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

#navOffcanvas .dropdown-item{
  color: rgba(255,255,255,.92);
  font-weight: 700;
}

#navOffcanvas .dropdown-item:hover{
  background: rgba(255,255,255,.08);
  color:#fff;
}

/* Bouton toggler: un peu plus "pro" */
#mainNav .navbar-toggler{
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
}

/* =========================================================
   OFFCANVAS NAV — mêmes séparateurs + active sur desktop
   ========================================================= */

/* Séparateurs (HR / border-bottom) sur TOUTES les tailles */
#navOffcanvas .pr-offcanvas__nav .nav-link{
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  padding: 12px 2px !important;
  font-weight: 900 !important;
  letter-spacing: .3px !important;
}

/* Active: barre rouge (2-3px) sur TOUTES les tailles */
#navOffcanvas .pr-offcanvas__nav .nav-link.active{
  position: relative !important;
  color: #fff !important;
  text-decoration: none !important;
}
#navOffcanvas .pr-offcanvas__nav .nav-link.active::before{
  content:"" !important;
  position:absolute !important;
  left:-16px !important;
  top:0 !important;
  bottom:0 !important;
  width:3px !important;
  background:#ff0000 !important;
  border-radius: 3px !important;
}

/* Si tu avais un vieux @media (min-width: 992px) qui enlève tout,
   on l’écrase avec ça: */
@media (min-width: 992px){
  #navOffcanvas .pr-offcanvas__nav .nav-link{
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }
  #navOffcanvas .pr-offcanvas__nav .nav-link.active::before{
    content:"" !important;
  }
}


@media (min-width: 992px){
  #navOffcanvas .pr-offcanvas__nav .nav-link{
    border-bottom: none;
    padding: .5rem .9rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  #navOffcanvas .pr-offcanvas__nav .nav-link.active::before{
    content:none;
  }
}

/* Offcanvas: plus chic sur desktop */
@media (min-width: 992px){
  #navOffcanvas.offcanvas-end{
    width: 380px;
  }
}

/* Banner: sans contour/cadre */
#navOffcanvas .pr-menu-banner{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 18px;      /* garde coins arrondis si tu veux */
  overflow: hidden;
}

#navOffcanvas .pr-menu-banner img{
  display:block;
  width: 100%;
  height: auto;           /* ✅ adaptatif */
  aspect-ratio: 1 / 1;    /* ✅ garde carré */
  object-fit: cover;      /* ✅ crop propre */
}

#navOffcanvas .pr-menu-banner:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,.45);
}

/* Ultra petit: moins de marge */
@media (max-width: 360px){
  #navOffcanvas .pr-menu-banner{ margin: 6px 0 10px; border-radius: 14px; }
}

#navOffcanvas .pr-menu-banner{
  overflow:hidden;
  border-radius: 18px;
}

#navOffcanvas .pr-menu-banner img {
    width: 70%;
    height: auto;
    transform: translateX(25%);
    margin-top: 20px;
}

/* Rotator container (en bas du menu) */
#navOffcanvas .pr-menu-banner--rotator{
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
}

/* Slides empilés */
#navOffcanvas .pr-menu-banner--rotator {
    position: relative;
    width: 80%;
    aspect-ratio: 1 / 1;
    margin-left: 33px;
}

#navOffcanvas .pr-banner-slide{
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

#navOffcanvas .pr-banner-slide.is-active{
  opacity: 1;
  pointer-events: auto;
}

#navOffcanvas .pr-banner-slide img{
  object-fit: cover;
  display:block;
}


#navOffcanvas .pr-menu-adnote{
  margin-top: 12px;
  text-align: center;
  font-size: 10px;
  color: rgb(255 16 16);
}

#navOffcanvas .pr-menu-adnote b{
  color: #fff;
}

#navOffcanvas .pr-menu-adnote a{
  color: #ff0000;
  text-decoration: none;
  font-weight: 800;
}

  /* Auth card look (style InsideBox-inspired, sans logo) */
  .pr-auth-wrap{ padding: 40px 0; }
  .pr-auth-card{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0,0,0,.08);
    overflow: hidden;
    background:#fff;
  }
  .pr-auth-card .card-body{ padding: 34px 34px 28px; }
  .pr-auth-kicker{ font-size: .9rem; color: rgba(0,0,0,.55); margin-bottom: 8px; }
  .pr-auth-title{ font-size: 2.15rem; line-height: 1.1; font-weight: 800; margin: 0 0 10px; }
  .pr-auth-sub{ color: rgba(0,0,0,.6); margin: 0 0 18px; }
  .pr-auth-input{
    border-radius: 12px;
    padding: 14px 14px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
  }
  .pr-auth-input:focus{
    border-color: rgba(220,53,69,.65);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.15);
  }
  .pr-auth-label{ font-size: .95rem; font-weight: 600; color: rgba(0,0,0,.75); margin-bottom: 8px; }
  .pr-auth-btn{ border-radius: 12px; padding: 12px 14px; font-weight: 800; letter-spacing: .2px; }
  .pr-auth-links a{ color: rgba(0,0,0,.7); }
  .pr-auth-links a:hover{ color: rgba(0,0,0,.95); }
  .pr-auth-help{ color: rgba(0,0,0,.55); font-size: .86rem; margin-top: 6px; }

  @media (max-width: 520px){
    .pr-auth-wrap{ padding: 22px 0; }
    .pr-auth-card .card-body{ padding: 26px 18px 20px; }
    .pr-auth-title{ font-size: 1.8rem; }
  }
  
  
    /* Auth card look (style InsideBox-inspired, sans logo) */
  .pr-auth-wrap{ padding: 40px 0; }
  .pr-auth-card{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0,0,0,.08);
    overflow: hidden;
    background:#fff;
  }
  .pr-auth-card .card-body{ padding: 34px 34px 28px; }
  .pr-auth-kicker{ font-size: .9rem; color: rgba(0,0,0,.55); margin-bottom: 8px; }
  .pr-auth-title{ font-size: 2.15rem; line-height: 1.1; font-weight: 800; margin: 0 0 10px; }
  .pr-auth-sub{ color: rgba(0,0,0,.6); margin: 0 0 18px; }
  .pr-auth-input{
    border-radius: 12px;
    padding: 14px 14px;
    border: 1px solid rgba(0,0,0,.14);
    background: #fff;
  }
  .pr-auth-input:focus{
    border-color: rgba(220,53,69,.65);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.15);
  }
  .pr-auth-label{ font-size: .95rem; font-weight: 600; color: rgba(0,0,0,.75); margin-bottom: 8px; }
  .pr-auth-btn{ border-radius: 12px; padding: 12px 14px; font-weight: 800; letter-spacing: .2px; }
  .pr-auth-links a{ color: rgba(0,0,0,.7); }
  .pr-auth-links a:hover{ color: rgba(0,0,0,.95); }
  .pr-auth-help{ color: rgba(0,0,0,.55); font-size: .86rem; margin-top: 6px; }

  @media (max-width: 520px){
    .pr-auth-wrap{ padding: 22px 0; }
    .pr-auth-card .card-body{ padding: 26px 18px 20px; }
    .pr-auth-title{ font-size: 1.8rem; }
  }


/* =========================================================
   NAVBAR — Ultra small mobile (iPhone 11 / PWA shortcut)
   Fix: logo trop haut => burger en dessous
   (Add-on safe override — keep this at END of theme.css)
   ========================================================= */
@media (max-width: 430px){

  /* Évite que le container wrap en 2 rangées */
  #mainNav .container,
  #mainNav .container-fluid{
    flex-wrap: nowrap !important;
  }

  /* Navbar un peu plus compacte */
  #mainNav.navbar{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* Force logo + burger sur la même ligne */
  #mainNav .brand-logo,
  #mainNav .navbar-brand.brand-logo{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;

    /* important: ne jamais prendre 100% de la rangée */
    width: auto !important;
    flex: 0 1 auto !important;
    max-width: calc(100% - 64px) !important; /* laisse la place au toggler */
  }

  /* La tagline est jolie… mais sur ultra petit écran elle casse la hauteur */
  #mainNav .nav-tagline{
    display: none !important;
  }

  /* Réduit le logo */
  #mainNav .pr-logo{
    height: 60px !important;
    max-width: 210px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.35)) !important;
  }

  /* Toggler à droite, jamais en dessous */
  #mainNav .navbar-toggler{
    margin-left: auto !important;
    padding: .35rem .5rem !important;
  }
}

/* Encore plus petit (vieux iPhone / SE) */
@media (max-width: 360px){
  #mainNav .pr-logo{
    height: 60px !important;
    max-width: 180px !important;
  }
}

/* =========================================================
   PROFILE MODAL — polish (no horizontal scroll + better crop)
   ========================================================= */
#prMemberProfileModal .modal-body{ overflow-x: hidden; }
#prMemberProfileModal .pr-profile2{ overflow-x: hidden; }
#prMemberProfileModal .pr-profile2 .pr-hero{ overflow: hidden; border-radius: 16px; }
#prMemberProfileModal .pr-profile2 .pr-cover{ height: 220px; }
#prMemberProfileModal .pr-profile2 .pr-cover.has-img{ background-position: center 35%; }

@media (max-width: 576px){
  #prMemberProfileModal .pr-profile2 .pr-cover{ height: 160px; }
  #prMemberProfileModal .pr-profile2 .pr-avatar-wrap{ width: 92px; height: 92px; transform: translateY(-38px); }
  #prMemberProfileModal .pr-profile2 h1.h4{ font-size: 1.25rem; }
}


/* Profile v2 — cover + dashboard */
.pr-profile2 .pr-cover{
  height: 240px;
  /* Default cover (when user has no custom cover) */
  background:
    radial-gradient(900px 260px at 15% 15%, rgba(59,130,246,.45), transparent 60%),
    radial-gradient(900px 260px at 85% 10%, rgba(239,68,68,.35), transparent 62%),
    radial-gradient(620px 220px at 50% 110%, rgba(16,185,129,.20), transparent 60%),
    url('/assets/img/hero_bg.png') center / cover no-repeat,
    linear-gradient(135deg, #0b1220, #101b35 55%, #0b1220);
  position: relative;
}
.pr-profile2 .pr-cover.has-img{
  background-size: cover;
  background-position: center;
}
.pr-profile2 .pr-cover::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.25));
}

@media (min-width: 992px){
  /* Default cover: better framing on desktop */
  .pr-profile2 .pr-cover{
    background:
      radial-gradient(900px 260px at 15% 15%, rgba(59,130,246,.45), transparent 60%),
      radial-gradient(900px 260px at 85% 10%, rgba(239,68,68,.35), transparent 62%),
      radial-gradient(620px 220px at 50% 110%, rgba(16,185,129,.20), transparent 60%),
      url('/assets/img/hero_bg.png') 50% 28% / cover no-repeat,
      linear-gradient(135deg, #0b1220, #101b35 55%, #0b1220);
  }
}
.pr-profile2--modal .pr-cover{ height: 200px; }
.pr-profile2 .pr-profile-hero{
  border-radius: 18px;
  overflow: hidden;
}
/* Hero spacing */
.pr-profile2 .pr-hero-id{ margin-top: -18px; }
.pr-profile2 .pr-hero-actions{ margin-top: -18px; }

.pr-profile2 .pr-member-pill{
  font-weight: 800;
  padding: .32rem .72rem;
}

@media (max-width: 576px){
  .pr-profile2 .pr-hero-id{ margin-top: -10px; }
  .pr-profile2 .pr-hero-actions{ margin-top: -10px; }
}

.pr-profile2 .pr-avatar-wrap{
  width: 112px; height:112px;
  border-radius: 999px;
  overflow:hidden;
  border: 4px solid #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,.18);
  transform: translateY(-44px);
  background:#fff;
}
.pr-profile2 .pr-avatar{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
}
.pr-profile2 .pr-avatar--placeholder{
  width:100%; height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size: 38px;
  color:#FFF;
  background: radial-gradient(400px 180px at 50% 0%, var(--bs-red), var(--bs-black) 65%), #f3f4f6;
}
.pr-profile2 .pr-meta{
  color: #6b7280;
  font-size: .9rem;
}
.pr-profile2 .pr-meta strong{ color:#111827; }
.pr-profile2 .pr-badges{ display:flex; gap:.60rem; flex-wrap: wrap; align-items:center; }
.pr-profile2 .pr-badges .pr-badge{ border-radius:999px; }

.pr-profile2 .pr-tabs .nav-link{
  border-radius: 14px;
  font-weight: 800;
  display:flex;
  gap:.7rem;
  align-items:center;
  justify-content:flex-start;
}
.pr-profile2 .pr-tabs .nav-link .fi{ font-size: 1.1rem; opacity:.9; }
.pr-profile2 .pr-tabs .nav-link.active{
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.pr-profile2 .pr-kpi{
  border: 1px solid rgba(0,0,0,.06);
}
.pr-profile2 .pr-kpi .k{ font-size:0.88rem; color:#212529; font-weight:800; letter-spacing:.02em; }
.pr-profile2 .pr-kpi .v{ font-weight:600; font-size:0.78rem; }
.pr-profile2 .pr-bio{
  white-space: pre-wrap;
  line-height: 1.45;
}
.pr-profile2 .pr-mini-btns .btn{ white-space:nowrap; }
@media (max-width: 576px){
  .pr-profile2 .pr-cover{ height: 185px; }
  .pr-profile2--modal .pr-cover{ height: 165px; }
  .pr-profile2 .pr-avatar-wrap{ width: 96px; height:96px; transform: translateY(-40px); }

  /* Mobile: réorganiser les boutons */
  .pr-profile2 .pr-mini-btns{
    margin-top: .85rem !important;
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: .55rem !important;
  }
  .pr-profile2 .pr-mini-btns .btn{
    width: 100%;
    justify-content: center;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .pr-profile2 .pr-tabs .nav{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: .55rem !important;
  }
  .pr-profile2 .pr-tabs .nav-link{
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: .75rem .65rem;
  }
  .pr-profile2 .pr-tabs .nav-link i{ margin-right: .35rem; }
}

    /* Profil (sans cover) — empêcher l’avatar de "sortir" du bloc */
    .pr-profile2 .pr-profile-block .pr-avatar-wrap,
    .pr-profile2--modal .pr-avatar-wrap{
      position: relative !important;
      top: 0 !important;
      left: auto !important;
      right: auto !important;
      transform: none !important;
      margin-top: 0 !important;
    }
    .pr-profile2 .pr-avatar-wrap{
      width: 120px;
      height: 120px;
      border-radius: 999px;
      overflow: hidden;
    }
    .pr-profile2 .pr-avatar{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
	
	.text-bg-warning{
    color: var(--bs-white) !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.fa-fire:before {
    content: "\f06d";
    color: var(--bs-orange);
}

.text-bg-secondary {
    color: #fff !important;
    background-color: var(--bs-orange) !important;
}

.pr-pickteam {
    font-weight: 900;
    color: var(--bs-emphasis-color);
    font-size: 0.60rem;
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-black) !important;
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-white);
}

/* =========================================================
   RANKING — "Membre PoolRooms" pill polish
   - Align badges left with member name
   - Make the pill smaller than player name
   ========================================================= */
.rank-badges,
.lb-badges{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:6px;
}

.pr-member-pill{
  font-size: .75rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  padding: .28rem .63rem;
  background: #FFF;
}

.pr-member-pill i{
  font-size: .85em;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: var(--bs-orange) !important;
}

a.pr-user-link {
    color: inherit;
    text-decoration: none;
    font-weight: 900 !important;
    font-size: 1.30rem;
}

/* =========================================================
   ADS — menu mobile rotator (text or image)
   ========================================================= */
#navOffcanvas .pr-banner-slide img{
  width: 100%;
  height: 100%;
  transform: none;
  margin-top: 0;
}

#navOffcanvas .pr-banner-slide--text{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    linear-gradient(135deg, rgba(225,29,46,.92), rgba(17,24,39,.96));
  color:#fff;
  text-decoration:none;
}

#navOffcanvas .pr-banner-slide__kicker{
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}

#navOffcanvas .pr-banner-slide__title{
  font-size:1.15rem;
  line-height:1.08;
  font-weight:1000;
  color:#fff;
}

#navOffcanvas .pr-banner-slide__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:.78rem;
  font-weight:900;
  text-decoration:none;
}

#navOffcanvas .pr-banner-slide__btn.is-static{
  cursor:default;
  pointer-events:none;
}


.offcanvas .nav-link + .pr-mobile-menu-ad {
  margin-top: 13px;
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 1rem;
}

.form-select {
    padding: .375rem 3.355rem .375rem .75rem;
}