/* FIVE LEGEND — PWA 5.3 CLEAN
   Point d’entrée CSS modulaire.
   Objectif : Background.png appliqué directement à chaque page, sans correctifs empilés.
*/

@import url('./variables.css?v=pwa5.15.153');
@import url('./base.css?v=pwa5.15.153');
@import url('./layout.css?v=pwa5.15.153');
@import url('./navigation.css?v=pwa5.15.153');

@import url('./app-core.css?v=pwa5.15.153');

@import url('./auth.css?v=pwa5.15.153');
@import url('./onboarding.css?v=pwa5.15.153');
@import url('./home.css?v=pwa5.15.179');
@import url('./players-search.css?v=pwa5.15.153');
@import url('./player-profile.css?v=pwa5.15.153');
@import url('./matches-search.css?v=pwa5.15.153');
@import url('./match-create.css?v=pwa5.15.153');
@import url('./match-comments.css?v=pwa5.15.153');
@import url('./question-support.css?v=pwa5.15.153');
@import url('./reglement-5legend.css?v=pwa5.15.153');
@import url('./evaluation.css?v=pwa5.15.153');
@import url('./evaluation-equipe.css?v=pwa5.15.188');
@import url('./vestiaire.css?v=pwa5.15.188');
@import url('./admin.css?v=pwa5.15.197');
@import url('./responsive.css?v=pwa5.15.153');
@import url('./offline.css?v=pwa5.15.153');
@import url('./match-organization.css?v=pwa5.15.153');

/* ==========================================================
   FOND GLOBAL UNIQUE — PWA 4.2
   Image principale : public_html/assets/images/Background.png
   Fallback : public_html/assets/images/background.png
   Application directe sur toutes les pages #pg-* pour éviter qu'une page
   locale masque le background général.
   ========================================================== */
:root{
  --fl-real-bg:url('/assets/images/Background.png?v=pwa5.15.153');
  --fl-real-bg-fallback:url('/assets/images/background.png?v=pwa5.15.153');
  --fl-logo-url:url('/assets/images/LOGO5LEGEND.png?v=pwa5.15.153');
  --fl-page-bg-overlay-top:rgba(5,5,5,.56);
  --fl-page-bg-overlay-mid:rgba(5,5,5,.68);
  --fl-page-bg-overlay-bottom:rgba(5,5,5,.88);
}

html,
body{
  min-height:100% !important;
  width:100% !important;
  overflow-x:hidden !important;
  background:#050505 !important;
  color:#f5f0e8 !important;
}

body{
  position:relative !important;
  background:#050505 !important;
}

/* Fond de sécurité derrière toute l'application. */
body::before{
  content:'' !important;
  position:fixed !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background-image:
    var(--fl-real-bg),
    var(--fl-real-bg-fallback) !important;
  background-size:cover,cover !important;
  background-position:center center,center center !important;
  background-repeat:no-repeat,no-repeat !important;
  opacity:.58 !important;
  transform:translate3d(0,0,0) !important;
}

body::after{
  content:'' !important;
  position:fixed !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 50% 0%,rgba(217,171,0,.12),transparent 34%),
    linear-gradient(180deg,rgba(5,5,5,.58) 0%,rgba(5,5,5,.70) 48%,rgba(5,5,5,.92) 100%) !important;
  transform:translate3d(0,0,0) !important;
}

body > *{
  position:relative !important;
  z-index:1 !important;
}

/* Pages transparentes par défaut, mais avec Background.png appliqué directement quand elles sont actives. */
.page,
.ob-page,
.ob-reveal,
[id^='pg-']{
  background-color:transparent !important;
}

.page:not(.active),
.ob-page:not(.active){
  display:none !important;
  opacity:0 !important;
  pointer-events:none !important;
  visibility:hidden !important;
}

.page.active,
.ob-page.active,
.ob-reveal.show,
[id^='pg-'].active{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  min-height:100dvh !important;
  background-color:#050505 !important;
  background-image:
    linear-gradient(rgba(217,171,0,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,171,0,.026) 1px, transparent 1px),
    linear-gradient(180deg,var(--fl-page-bg-overlay-top) 0%,var(--fl-page-bg-overlay-mid) 48%,var(--fl-page-bg-overlay-bottom) 100%),
    radial-gradient(circle at 50% 0%,rgba(217,171,0,.12),transparent 36%),
    var(--fl-real-bg),
    var(--fl-real-bg-fallback) !important;
  background-size:
    46px 46px,
    46px 46px,
    cover,
    cover,
    cover,
    cover !important;
  background-position:
    center top,
    center top,
    center center,
    center top,
    center center,
    center center !important;
  background-repeat:
    repeat,
    repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat !important;
  background-attachment:
    scroll,
    scroll,
    scroll,
    scroll,
    fixed,
    fixed !important;
}

/* Les pseudo-fonds généraux hérités ne doivent plus remplacer Background.png.
   Les pseudo-éléments internes aux cartes ne sont pas concernés. */
.page.active::before,
.ob-page.active::before,
.ob-reveal.show::before{
  content:none !important;
  display:none !important;
  background:none !important;
  opacity:0 !important;
}

/* Connexion : même ambiance globale, avec un voile un peu plus sombre pour la lisibilité. */
#pg-connexion.active,
#pg-connexion.fl-login-v1225.active{
  --fl-page-bg-overlay-top:rgba(5,5,5,.46);
  --fl-page-bg-overlay-mid:rgba(5,5,5,.62);
  --fl-page-bg-overlay-bottom:rgba(5,5,5,.86);
}

.fl-login-bg-v1229,
.fl-signup-bg-v1229,
.ob-hero-bg{
  background:transparent !important;
  background-image:none !important;
}

img[src*='Logo5legend'],
img[src*='LOGO-5LEGEND'],
.fl-login-logo-v1277,
.fl135-header-logo,
.fl135-main-nav-logo,
.eval113-logo-img{
  object-fit:contain !important;
}

.fl135-logo-mark,
.fl135-logo-icon,
.fl-login-logo-mark,
.nav-logo-mark{
  background-image:var(--fl-logo-url) !important;
  background-size:contain !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

/* FIVE LEGEND — Créer match : nettoyage du bloc centre vide */
#pg-creer-match #cm-centre-results:empty,
#pg-creer-match #cm-centre-results:not([style*="block"]):empty{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
}
#pg-creer-match #cm-centre-selected,
#pg-creer-match #cm-centre-selected[style*="block"]:empty{
  display:none !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
#pg-creer-match .cmx-centre-section{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
#pg-creer-match .cmx-centre-section + .cmx-section{
  margin-top:0 !important;
}

/* FIVE LEGEND — Avatars / photos de profil : affichage propre des photos uploadées */
.fl-avatar-initials{position:relative;z-index:2;pointer-events:none;}
.has-photo .fl-avatar-initials{display:none!important;}
.nav-av.has-photo,
.dash-av.has-photo,
.flj-avatar-v1416.has-photo,
.fl1485-avatar.has-photo,
.flv1452-avatar.has-photo,
.fl1507-picker-avatar.has-photo{
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
}
.nav-av.has-photo{border:1.5px solid var(--gold)!important;}
#pg-dashboard .fl1507-avatar-uploader{position:relative!important;cursor:pointer!important;}
#pg-dashboard .fl1507-avatar-uploader:active{transform:scale(.985);}
#pg-dashboard .fl1507-avatar-camera{
  position:absolute!important;
  right:-2px!important;
  bottom:-2px!important;
  width:28px!important;
  height:28px!important;
  min-height:28px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:16px!important;
  color:#0b0b0b!important;
  background:linear-gradient(135deg,#f4d653,#c89b00)!important;
  border:2px solid #0b0b0b!important;
  box-shadow:0 8px 18px rgba(0,0,0,.35)!important;
  z-index:4!important;
  pointer-events:none!important;
}
#pg-dashboard .fl1507-avatar-uploader.is-uploading::after{
  content:'Upload…';
  position:absolute;
  inset:auto auto -28px 50%;
  transform:translateX(-50%);
  color:#f7c62d;
  font:800 10px/1 Inter,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
#pg-dashboard .set79-avatar-inner.has-photo,
#pg-dashboard .dash-av.has-photo{background-color:#101111!important;}
#pg-profil .flv13-avatar.has-photo::before,
#pg-profil .fl107-avatar.has-photo::before{content:none!important;display:none!important;}
#pg-profil .flv13-avatar.has-photo #prf-photo,
#pg-profil .fl107-avatar.has-photo #prf-photo{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:999px!important;
}
#pg-joueurs .flj-avatar-v1416.has-photo{
  border-color:#D9AB00!important;
  box-shadow:0 0 24px rgba(217,171,0,.22)!important;
}
.fl1507-picker-avatar{
  width:38px;height:38px;border-radius:50%;border:2px solid #d9ab00;display:flex;align-items:center;justify-content:center;font-weight:900;color:#d9ab00;font-family:Barlow Condensed,sans-serif;flex-shrink:0;background:#080808;
}
.fl1485-avatar.has-photo,
.flv1452-avatar.has-photo{
  border-color:#D9AB00!important;
  box-shadow:0 0 18px rgba(217,171,0,.20)!important;
}
.eval-avatar-clean.has-photo{background-size:cover!important;background-position:center!important;color:transparent!important;-webkit-text-fill-color:transparent!important;}

/* Sélecteur photo de profil natif fiable mobile */
#pg-dashboard .fl1507-avatar-input,
#pg-dashboard #dash-avatar-input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  pointer-events:none!important;
  z-index:-1!important;
}
#pg-dashboard .fl1508-avatar-hit{
  position:absolute!important;
  inset:0!important;
  z-index:7!important;
  display:block!important;
  border-radius:999px!important;
  cursor:pointer!important;
  background:transparent!important;
  -webkit-tap-highlight-color:transparent!important;
}
#pg-dashboard .fl1507-avatar-camera{z-index:8!important;pointer-events:none!important;}


/* Réglage avatar : photo visible + retrait photo */
#pg-dashboard .set79-avatar.fl1507-avatar-uploader{
  overflow:visible!important;
}
#pg-dashboard .set79-avatar-inner,
#pg-dashboard .dash-av{
  overflow:hidden!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
#pg-dashboard .fl1507-avatar-camera{
  right:0!important;
  bottom:0!important;
  width:32px!important;
  height:32px!important;
  min-height:32px!important;
  font-size:18px!important;
  z-index:10!important;
  border:2px solid #050505!important;
  box-shadow:0 0 0 1px rgba(217,171,0,.65),0 8px 22px rgba(0,0,0,.45)!important;
}
#pg-dashboard .fl1538-avatar-remove{
  position:absolute!important;
  top:-6px!important;
  right:-6px!important;
  width:28px!important;
  height:28px!important;
  min-height:28px!important;
  border-radius:999px!important;
  border:2px solid #050505!important;
  background:rgba(230,65,65,.96)!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:17px!important;
  line-height:1!important;
  z-index:12!important;
  cursor:pointer!important;
  box-shadow:0 8px 20px rgba(0,0,0,.45)!important;
  -webkit-tap-highlight-color:transparent!important;
}
#pg-dashboard .fl1538-avatar-remove[hidden]{
  display:none!important;
}
#pg-dashboard .set79-avatar.has-photo .fl1507-avatar-camera{
  opacity:1!important;
  transform:none!important;
}



/* Réglage avatar : image forcée dans le grand cercle */
#pg-dashboard .set79-avatar.has-photo #dash-avatar,
#pg-dashboard .set79-avatar.has-photo .set79-avatar-inner.dash-av{
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
}
#pg-dashboard .set79-avatar.has-photo #dash-avatar::before,
#pg-dashboard .set79-avatar.has-photo #dash-avatar::after,
#pg-dashboard .set79-avatar.has-photo .set79-avatar-inner.dash-av::before,
#pg-dashboard .set79-avatar.has-photo .set79-avatar-inner.dash-av::after{
  display:none!important;
  content:none!important;
}

/* ==========================================================
   FIVE LEGEND — Auto-évaluation initiale en accordéons
   Ciblé uniquement sur #ob-3.
   ========================================================== */
#ob-3 .fl1536-accordion{
  margin:0 0 12px !important;
  padding:0 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,rgba(16,16,16,.96),rgba(8,8,8,.94)) !important;
  border:1px solid rgba(255,255,255,.09) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.32) !important;
}
#ob-3 .fl1536-accordion::before{
  width:4px !important;
  background:linear-gradient(180deg,#654E06 0%,#D9AB00 45%,#FFF0A6 52%,#D9AB00 62%,#654E06 100%) !important;
}
#ob-3 .fl1536-accordion .ob-cat-hdr{
  margin:0 !important;
  padding:13px 14px 13px 16px !important;
  min-height:62px !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  border-bottom:0 !important;
  cursor:pointer !important;
  -webkit-tap-highlight-color:transparent !important;
}
#ob-3 .fl1536-accordion.is-open .ob-cat-hdr{
  border-bottom:1px solid rgba(255,255,255,.075) !important;
}
#ob-3 .fl1536-accordion .ob-cat-ico{
  width:38px !important;
  height:38px !important;
  border-radius:12px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03)) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06) !important;
}
#ob-3 .fl1536-accordion .ob-cat-title{
  font-family:Barlow Condensed,Inter,sans-serif !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:3px !important;
  text-transform:uppercase !important;
  font-style:italic !important;
}
#ob-3 .fl1536-accordion .ob-cat-score{
  font-family:Rajdhani,Inter,sans-serif !important;
  font-size:26px !important;
  font-weight:800 !important;
  line-height:1 !important;
  color:#D9AB00 !important;
  -webkit-text-fill-color:#D9AB00 !important;
}
#ob-3 .fl1536-accordion .ob-cat-chevron{
  width:28px !important;
  height:28px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 28px !important;
  color:#f5f0e8 !important;
  font-size:22px !important;
  line-height:1 !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.075) !important;
  transition:transform .18s ease, border-color .18s ease, color .18s ease !important;
}
#ob-3 .fl1536-accordion.is-open .ob-cat-chevron{
  transform:rotate(180deg) !important;
  color:#D9AB00 !important;
  border-color:rgba(217,171,0,.35) !important;
}
#ob-3 .fl1536-accordion .ob-cat-panel{
  display:none !important;
  padding:8px 14px 12px 16px !important;
}
#ob-3 .fl1536-accordion.is-open .ob-cat-panel{
  display:block !important;
}
#ob-3 .fl1536-accordion .ob-attr-row{
  display:block !important;
  padding:11px 0 12px !important;
  border-bottom:1px solid rgba(255,255,255,.065) !important;
}
#ob-3 .fl1536-accordion .ob-attr-row:last-child{
  border-bottom:0 !important;
  padding-bottom:4px !important;
}
#ob-3 .fl1536-accordion .ob-attr-lbl{
  display:block !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 0 8px !important;
  color:#e7ded0 !important;
  -webkit-text-fill-color:#e7ded0 !important;
  font-family:Inter,sans-serif !important;
  font-size:13px !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  text-shadow:0 1px 10px rgba(0,0,0,.45) !important;
}
#ob-3 .fl1536-accordion .ob-rating-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:7px !important;
  justify-content:stretch !important;
  align-items:center !important;
  max-width:none !important;
  width:100% !important;
  white-space:normal !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn{
  width:100% !important;
  height:38px !important;
  min-width:0 !important;
  min-height:38px !important;
  border-radius:11px !important;
  padding:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-family:Rajdhani,Inter,sans-serif !important;
  font-size:22px !important;
  font-weight:900 !important;
  line-height:1 !important;
  color:transparent !important;
  -webkit-text-fill-color:transparent !important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.22) !important;
  overflow:hidden !important;
  position:relative !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn::before{
  content:attr(data-note) !important;
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(90deg,#654E06 0%,#D9AB00 42%,#FFF0A6 52%,#D9AB00 62%,#654E06 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
  -webkit-text-fill-color:transparent !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn.active{
  background:linear-gradient(135deg,#6b5206 0%,#D9AB00 38%,#FFF1A8 50%,#D9AB00 62%,#7a5d05 100%) !important;
  border-color:rgba(255,226,105,.88) !important;
  box-shadow:0 0 0 1px rgba(217,171,0,.45),0 0 22px rgba(217,171,0,.34),inset 0 1px 0 rgba(255,255,255,.35) !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn.active::before{
  background:none !important;
  color:#080808 !important;
  -webkit-text-fill-color:#080808 !important;
  text-shadow:0 1px 0 rgba(255,255,255,.24) !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn.active::after{
  content:'' !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:inherit !important;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.20) 42%,transparent 72%) !important;
  opacity:.7 !important;
  pointer-events:none !important;
}
@media(max-width:420px){
  #ob-3 .fl1536-accordion .ob-cat-hdr{padding:12px 12px 12px 15px !important;}
  #ob-3 .fl1536-accordion .ob-cat-title{font-size:14px !important;letter-spacing:2.5px !important;}
  #ob-3 .fl1536-accordion .ob-cat-score{font-size:24px !important;}
  #ob-3 .fl1536-accordion .ob-cat-panel{padding:7px 12px 11px 15px !important;}
  #ob-3 .fl1536-accordion .ob-rating-grid{gap:6px !important;}
  #ob-3 .fl1536-accordion .ob-rate-btn{height:36px !important;font-size:20px !important;border-radius:10px !important;}
}


/* FIVE LEGEND — Navigation : avatar en cercle parfait */
.nav-av,
button.nav-av{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  max-width:38px !important;
  min-height:38px !important;
  max-height:38px !important;
  aspect-ratio:1 / 1 !important;
  box-sizing:border-box !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:50% !important;
  overflow:hidden !important;
  flex:0 0 38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  appearance:none !important;
  -webkit-appearance:none !important;
}
.nav-av.has-photo{
  border-radius:50% !important;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}

/* ==========================================================
   FIVE LEGEND — PWA 4.2
   Optimisation mobile complète avec scroll restauré.
   Objectif : expérience application, zones sûres, navigation fixe,
   et pages scrollables sur Android/iOS.
   ========================================================== */
:root{
  --fl-safe-top:env(safe-area-inset-top,0px);
  --fl-safe-bottom:env(safe-area-inset-bottom,0px);
  --fl-top-nav-height:60px;
  --fl-bottom-nav-height:68px;
  --fl-app-bottom-space:calc(var(--fl-bottom-nav-height) + var(--fl-safe-bottom) + 26px);
}

html{
  width:100% !important;
  min-height:100% !important;
  min-height:100dvh !important;
  background:#050505 !important;
  color-scheme:dark;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  overflow-x:hidden !important;
  overflow-y:hidden !important;
  overscroll-behavior:none;
}

body{
  width:100% !important;
  min-height:100vh !important;
  min-height:100dvh !important;
  background:#050505 !important;
  overflow-x:hidden !important;
  overflow-y:hidden !important;
  overscroll-behavior:none;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  touch-action:auto !important;
}

@supports (-webkit-touch-callout:none){
  html,body{min-height:-webkit-fill-available !important;}
}

/* Le scroll se fait dans la page active, pas sur le body.
   C’est indispensable en PWA standalone avec une navigation fixe. */
.page,
.ob-page,
.ob-reveal,
[id^='pg-']{
  -webkit-overflow-scrolling:touch !important;
  touch-action:pan-y !important;
  overscroll-behavior-y:auto !important;
  overscroll-behavior-x:none !important;
  scroll-behavior:smooth;
  box-sizing:border-box !important;
}

.page.active,
.ob-page.active,
.ob-reveal.show,
[id^='pg-'].active{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:100% !important;
  height:100vh !important;
  height:100dvh !important;
  max-height:100dvh !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  padding-bottom:var(--fl-app-bottom-space) !important;
}

/* Quand la navigation haute est visible, les pages démarrent sous le header. */
body:not(.fl-auth-login-only) .page.active:not(#pg-connexion),
body:not(.fl-auth-login-only) [id^='pg-'].active:not(#pg-connexion){
  padding-top:calc(var(--fl-top-nav-height) + var(--fl-safe-top)) !important;
}

/* Connexion / onboarding : rendu plein écran mais toujours scrollable si contenu long. */
#pg-connexion.active,
.ob-page.active:not(.page),
.ob-reveal.show{
  padding-top:var(--fl-safe-top) !important;
  overflow-y:auto !important;
}

/* Navigation haute : zone sûre + rendu sombre premium. */
.nav{
  min-height:calc(var(--fl-top-nav-height) + var(--fl-safe-top)) !important;
  height:calc(var(--fl-top-nav-height) + var(--fl-safe-top)) !important;
  padding-top:var(--fl-safe-top) !important;
  padding-left:max(20px,env(safe-area-inset-left,0px)) !important;
  padding-right:max(20px,env(safe-area-inset-right,0px)) !important;
  background:rgba(5,5,5,.94) !important;
  border-bottom:1px solid rgba(217,171,0,.16) !important;
  -webkit-backdrop-filter:blur(18px) saturate(1.08) !important;
  backdrop-filter:blur(18px) saturate(1.08) !important;
}

.nav > div:first-child{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  min-width:0 !important;
}

.fl135-header-logo,
.fl135-main-nav-logo,
.fl-login-logo-v1277{
  max-height:34px !important;
  width:auto !important;
  object-fit:contain !important;
}

.fl-logo-error + .nav-brand-top,
.nav.logo-fallback .nav-brand-top{
  display:block !important;
  color:#f5f0e8 !important;
  font-size:14px !important;
  letter-spacing:.08em !important;
  text-transform:none !important;
}

/* Navigation basse : fixée, mais sans bloquer le scroll des pages. */
.bnav{
  min-height:calc(var(--fl-bottom-nav-height) + var(--fl-safe-bottom)) !important;
  height:calc(var(--fl-bottom-nav-height) + var(--fl-safe-bottom)) !important;
  padding-top:9px !important;
  padding-bottom:var(--fl-safe-bottom) !important;
  padding-left:env(safe-area-inset-left,0px) !important;
  padding-right:env(safe-area-inset-right,0px) !important;
  background:rgba(5,5,5,.94) !important;
  border-top:1px solid rgba(217,171,0,.20) !important;
  -webkit-backdrop-filter:blur(18px) saturate(1.08) !important;
  backdrop-filter:blur(18px) saturate(1.08) !important;
  pointer-events:auto !important;
}

.bnav-btn{
  min-height:50px !important;
  justify-content:flex-start !important;
  -webkit-tap-highlight-color:transparent !important;
  touch-action:manipulation !important;
}

.bnav-btn svg,
.bnav-btn .material-symbols-outlined{
  flex:0 0 auto !important;
}

/* Les zones interactives restent tactiles, sans retirer le pan vertical des pages. */
input,
select,
textarea,
button{
  font-size:max(16px,1em);
  -webkit-tap-highlight-color:transparent;
}

button,
[role='button'],
.bnav-btn,
.nav-av,
[data-go],
[data-page],
.clickable{
  cursor:pointer;
  touch-action:manipulation;
}

/* Limite les débordements horizontaux fréquents sur mobile. */
main,
section,
article,
.card,
.flh-shell,
.players-shell,
.matches-shell,
.vestiaire-shell{
  max-width:100%;
}

/* Toast de mise à jour PWA centré au milieu de l'écran. */
#fl-pwa-update-toast{
  position:fixed !important;
  inset:50% auto auto 50% !important;
  top:50% !important;
  left:50% !important;
  right:auto !important;
  bottom:auto !important;
  transform:translate3d(-50%,-50%,0) !important;
  width:min(420px,calc(100vw - 32px)) !important;
  max-width:calc(100vw - 32px) !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  margin:0 !important;
  z-index:2147483647 !important;
}

/* Amélioration légère tablette sans casser le design mobile. */
@media (min-width:768px){
  .bnav{
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    width:min(100%,680px) !important;
    border-radius:24px 24px 0 0 !important;
    border-left:1px solid rgba(217,171,0,.14) !important;
    border-right:1px solid rgba(217,171,0,.14) !important;
  }
  .nav{
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    width:min(100%,680px) !important;
  }
}


/* ==========================================================
   PWA 4.2 — RESTAURATION BARRE HAUTE APP
   Objectif : conserver le header logo gauche + avatar droite au-dessus
   des pages scrollables, sans masquer la nav basse.
   ========================================================== */
body > #main-nav.nav{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:2147483000 !important;
  display:flex;
  align-items:center !important;
  justify-content:space-between !important;
  min-height:calc(var(--fl-top-nav-height) + var(--fl-safe-top)) !important;
  height:calc(var(--fl-top-nav-height) + var(--fl-safe-top)) !important;
  padding-top:var(--fl-safe-top) !important;
  padding-left:max(20px,env(safe-area-inset-left,0px)) !important;
  padding-right:max(20px,env(safe-area-inset-right,0px)) !important;
  background:rgba(5,5,5,.94) !important;
  border-bottom:1px solid rgba(217,171,0,.16) !important;
  -webkit-backdrop-filter:blur(18px) saturate(1.08) !important;
  backdrop-filter:blur(18px) saturate(1.08) !important;
  pointer-events:auto !important;
}

body > #main-bnav.bnav{
  z-index:2147482990 !important;
}

body[data-fl-page]:not([data-fl-page="connexion"]):not([data-fl-page="inscription"]):not([data-fl-page="admin"]) #main-nav.nav{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
}

body[data-fl-page="connexion"] #main-nav.nav,
body[data-fl-page="inscription"] #main-nav.nav,
body[data-fl-page="admin"] #main-nav.nav,
body.force-login #main-nav.nav,
body.fl-auth-login-only #main-nav.nav{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
}

#main-nav .fl-top-logo-btn{
  appearance:none !important;
  -webkit-appearance:none !important;
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  min-width:0 !important;
  max-width:220px !important;
  cursor:pointer !important;
}

#main-nav .fl135-main-nav-logo{
  display:block !important;
  width:auto !important;
  height:30px !important;
  max-width:190px !important;
  object-fit:contain !important;
  object-position:left center !important;
}

#main-nav .fl-nav-logo-fallback{
  display:none !important;
  color:#f5f0e8 !important;
  font-family:'Montserrat','Inter',Arial,sans-serif !important;
  font-size:22px !important;
  font-weight:500 !important;
  letter-spacing:.08em !important;
  white-space:nowrap !important;
}

#main-nav.logo-fallback .fl-nav-logo-fallback,
#main-nav .fl135-main-nav-logo[style*="display: none"] + .fl-nav-logo-fallback{
  display:inline-flex !important;
}

#main-nav.logo-fallback .fl-nav-logo-fallback::first-letter{
  color:#D9AB00 !important;
}

#main-nav .nav-av,
#main-nav button.nav-av{
  flex:0 0 auto !important;
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  border-radius:50% !important;
  border:1.5px solid var(--gold,#D9AB00) !important;
  background:linear-gradient(135deg,#654E06,#CCAB00,#654E06) !important;
  color:#0d0d0d !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  font-size:12px !important;
  font-weight:800 !important;
  pointer-events:auto !important;
}

#main-nav .nav-av.has-photo{
  background-size:cover !important;
  background-position:center !important;
  color:transparent !important;
}

body:not(.fl-auth-login-only) .page.active:not(#pg-connexion),
body:not(.fl-auth-login-only) [id^='pg-'].active:not(#pg-connexion){
  padding-top:calc(var(--fl-top-nav-height) + var(--fl-safe-top)) !important;
}

@media (min-width:768px){
  body > #main-nav.nav{
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    width:min(100%,680px) !important;
  }
}

/* ==========================================================
   FIVE LEGEND — PWA 5.3 : FOND GLOBAL UNIFIÉ SUR TOUTES LES PAGES
   Objectif : appliquer assets/images/background.png comme sur la page Matchs,
   même lorsque des anciens styles #pg-* définissent un fond noir ou une grille.
   ========================================================== */
:root{
  --fl-real-bg:url('/assets/images/background.png?v=pwa5.15.153');
  --fl-real-bg-fallback:url('/assets/images/Background.png?v=pwa5.15.153');
}

html,
body{
  background:#050505 !important;
}

body::before{
  content:'' !important;
  position:fixed !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background-image:var(--fl-real-bg),var(--fl-real-bg-fallback) !important;
  background-size:cover,cover !important;
  background-position:center center,center center !important;
  background-repeat:no-repeat,no-repeat !important;
  opacity:.72 !important;
}

body::after{
  content:'' !important;
  position:fixed !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background-image:
    radial-gradient(circle at 50% 0%,rgba(217,171,0,.10),transparent 38%),
    linear-gradient(180deg,rgba(5,5,5,.42) 0%,rgba(5,5,5,.66) 48%,rgba(5,5,5,.88) 100%) !important;
  opacity:1 !important;
}

body > *{
  position:relative !important;
  z-index:1 !important;
}

#pg-accueil.page.active,
#pg-joueurs.page.active,
#pg-matchs.page.active,
#pg-vestiaire.page.active,
#pg-dashboard.page.active,
#pg-profil.page.active,
#pg-admin.page.active,
#pg-creer-match.page.active,
#pg-detail-match.page.active,
#pg-match-rejoint.page.active,
#pg-eval.page.active,
#pg-eval-done.page.active,
#pg-dispos.page.active,
#pg-connexion.ob-page.active,
.page.active,
.ob-page.active{
  background-color:#050505 !important;
  background-image:
    linear-gradient(180deg,rgba(5,5,5,.36) 0%,rgba(5,5,5,.60) 48%,rgba(5,5,5,.86) 100%),
    radial-gradient(circle at 50% 0%,rgba(217,171,0,.11),transparent 38%),
    linear-gradient(rgba(217,171,0,.030) 1px,transparent 1px),
    linear-gradient(90deg,rgba(217,171,0,.030) 1px,transparent 1px),
    var(--fl-real-bg),
    var(--fl-real-bg-fallback) !important;
  background-size:
    100% 100%,
    100% 100%,
    46px 46px,
    46px 46px,
    cover,
    cover !important;
  background-position:
    center center,
    center top,
    center top,
    center top,
    center center,
    center center !important;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat,
    repeat,
    no-repeat,
    no-repeat !important;
  background-attachment:
    scroll,
    scroll,
    scroll,
    scroll,
    fixed,
    fixed !important;
}

/* Les pages avec un ancien design très sombre gardent leurs cartes, mais pas un fond noir plein écran. */
#pg-joueurs.flj-v1235.page.active,
#pg-dashboard.page.active,
#pg-vestiaire.page.active,
#pg-profil.fl107-profile-page.page.active,
#pg-profil.flv13-profile-page.page.active,
#pg-admin.page.active{
  background-color:#050505 !important;
  background-image:
    linear-gradient(180deg,rgba(5,5,5,.34) 0%,rgba(5,5,5,.60) 48%,rgba(5,5,5,.88) 100%),
    radial-gradient(circle at 50% 0%,rgba(217,171,0,.12),transparent 38%),
    linear-gradient(rgba(217,171,0,.030) 1px,transparent 1px),
    linear-gradient(90deg,rgba(217,171,0,.030) 1px,transparent 1px),
    var(--fl-real-bg),
    var(--fl-real-bg-fallback) !important;
  background-size:100% 100%,100% 100%,46px 46px,46px 46px,cover,cover !important;
  background-position:center center,center top,center top,center top,center center,center center !important;
  background-repeat:no-repeat,no-repeat,repeat,repeat,no-repeat,no-repeat !important;
  background-attachment:scroll,scroll,scroll,scroll,fixed,fixed !important;
}

@supports (-webkit-touch-callout:none){
  #pg-accueil.page.active,
  #pg-joueurs.page.active,
  #pg-matchs.page.active,
  #pg-vestiaire.page.active,
  #pg-dashboard.page.active,
  #pg-profil.page.active,
  #pg-admin.page.active,
  .page.active,
  .ob-page.active{
    background-attachment:scroll,scroll,scroll,scroll,scroll,scroll !important;
  }
}

/* FIVE LEGEND — PWA 5.3 : fond global initial forcé sans clic logo */
:root{
  --fl-real-bg:url('/assets/images/background.png?v=pwa5.15.153');
  --fl-real-bg-fallback:url('/assets/images/Background.png?v=pwa5.15.153');
  --fl-logo-url:url('/assets/images/LOGO5LEGEND.png?v=pwa5.15.153');
}
body::before{
  background-image:var(--fl-real-bg),var(--fl-real-bg-fallback) !important;
}
#pg-accueil.page.active,
#pg-joueurs.page.active,
#pg-matchs.page.active,
#pg-vestiaire.page.active,
#pg-dashboard.page.active,
#pg-profil.page.active,
#pg-admin.page.active,
#pg-creer-match.page.active,
#pg-detail-match.page.active,
#pg-match-rejoint.page.active,
#pg-eval.page.active,
#pg-eval-done.page.active,
#pg-dispos.page.active,
#pg-connexion.ob-page.active,
.page.active,
.ob-page.active{
  background-color:#050505 !important;
  background-image:
    linear-gradient(180deg,rgba(5,5,5,.36) 0%,rgba(5,5,5,.60) 48%,rgba(5,5,5,.86) 100%),
    radial-gradient(circle at 50% 0%,rgba(217,171,0,.11),transparent 38%),
    linear-gradient(rgba(217,171,0,.030) 1px,transparent 1px),
    linear-gradient(90deg,rgba(217,171,0,.030) 1px,transparent 1px),
    var(--fl-real-bg),
    var(--fl-real-bg-fallback) !important;
  background-size:100% 100%,100% 100%,46px 46px,46px 46px,cover,cover !important;
  background-position:center center,center top,center top,center top,center center,center center !important;
  background-repeat:no-repeat,no-repeat,repeat,repeat,no-repeat,no-repeat !important;
  background-attachment:scroll,scroll,scroll,scroll,fixed,fixed !important;
}
#main-nav .fl135-main-nav-logo,
.fl135-header-logo,
.fl135-main-nav-logo{
  content:url('/assets/images/LOGO5LEGEND.png?v=pwa5.15.153') !important;
  object-fit:contain !important;
}


/* ==========================================================
   FIVE LEGEND — PWA 5.14
   Auto-évaluation : accordéons plus compacts, sélection en contour,
   bouton validation réduit et actif.
   ========================================================== */
#ob-3 > div[style*="padding:16px 20px"]{
  padding:12px 20px 92px !important;
}
#ob-3 .fl1536-accordion{
  margin:0 0 17px !important;
  border-radius:16px !important;
  box-shadow:0 14px 34px rgba(0,0,0,.28) !important;
}
#ob-3 .fl1536-accordion .ob-cat-hdr{
  min-height:54px !important;
  padding:10px 13px 10px 15px !important;
  gap:9px !important;
}
#ob-3 .fl1536-accordion .ob-cat-ico{
  width:34px !important;
  height:34px !important;
  border-radius:11px !important;
}
#ob-3 .fl1536-accordion .ob-cat-ico svg,
#ob-3 .fl1536-accordion .ob-cat-ico .material-symbols-outlined{
  width:18px !important;
  height:18px !important;
  font-size:19px !important;
}
#ob-3 .fl1536-accordion .ob-cat-title{
  font-size:14px !important;
  letter-spacing:2.6px !important;
}
#ob-3 .fl1536-accordion .ob-cat-score{
  font-size:23px !important;
}
#ob-3 .fl1536-accordion .ob-cat-chevron{
  width:26px !important;
  height:26px !important;
  flex-basis:26px !important;
  font-size:20px !important;
}
#ob-3 .fl1536-accordion .ob-cat-panel{
  padding:6px 13px 11px 15px !important;
}
#ob-3 .fl1536-accordion .ob-attr-row{
  padding:9px 0 10px !important;
}
#ob-3 .fl1536-accordion .ob-attr-lbl{
  margin-bottom:7px !important;
  font-size:12px !important;
}
#ob-3 .fl1536-accordion .ob-rating-grid{
  gap:7px !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn{
  height:34px !important;
  min-height:34px !important;
  border-radius:10px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.014)) padding-box,
             linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.18),rgba(255,255,255,.12)) border-box !important;
  border:1px solid transparent !important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.22) !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn.active,
#ob-3 .fl-v1220-rate.active{
  background:linear-gradient(180deg,rgba(8,8,8,.98),rgba(14,14,14,.92)) padding-box,
             linear-gradient(90deg,#654E06 0%,#D9AB00 42%,#FFF0A6 52%,#D9AB00 62%,#654E06 100%) border-box !important;
  border:2px solid transparent !important;
  color:transparent !important;
  -webkit-text-fill-color:transparent !important;
  box-shadow:0 0 0 1px rgba(217,171,0,.28),0 0 14px rgba(217,171,0,.22) !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn.active::before,
#ob-3 .fl-v1220-rate.active::before{
  background:linear-gradient(90deg,#654E06 0%,#D9AB00 42%,#FFF0A6 52%,#D9AB00 62%,#654E06 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
}
#ob-3 .fl1536-accordion .ob-rate-btn.active::after{
  display:none !important;
}
#ob-3 > div[style*="position:sticky"]{
  padding:11px 20px calc(11px + env(safe-area-inset-bottom,0px)) !important;
}
#ob-3 #ob-btn-3{
  min-height:52px !important;
  height:52px !important;
  max-height:52px !important;
  border-radius:15px !important;
  font-size:18px !important;
  line-height:1.05 !important;
  letter-spacing:.04em !important;
  opacity:1 !important;
  filter:none !important;
  pointer-events:auto !important;
}
#ob-3 #ob-btn-3.is-saving{
  opacity:.78 !important;
  pointer-events:none !important;
}
#signup-final-error{
  margin:0 0 10px !important;
  padding:11px 13px !important;
  border-radius:13px !important;
  border:1px solid rgba(255,180,171,.35) !important;
  background:rgba(147,0,10,.22) !important;
  color:#ffdad6 !important;
  -webkit-text-fill-color:#ffdad6 !important;
  font-family:Inter,sans-serif !important;
  font-size:12.5px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}
@media(max-width:420px){
  #ob-3 .fl1536-accordion{margin-bottom:16px !important;}
  #ob-3 .fl1536-accordion .ob-cat-hdr{min-height:52px !important;padding:9px 12px 9px 14px !important;}
  #ob-3 .fl1536-accordion .ob-cat-title{font-size:13px !important;letter-spacing:2.35px !important;}
  #ob-3 .fl1536-accordion .ob-cat-score{font-size:22px !important;}
  #ob-3 .fl1536-accordion .ob-rate-btn{height:33px !important;min-height:33px !important;font-size:19px !important;}
  #ob-3 #ob-btn-3{height:50px !important;min-height:50px !important;font-size:17px !important;}
}

/* ==========================================================
   FIVE LEGEND — PWA 5.15.153
   Correctif iPhone auto-évaluation : bouton validation non flottant
   + scroll normal de toute la page d'évaluation.
   ========================================================== */
#ob-3.ob-page.active{
  display:block !important;
  height:100dvh !important;
  max-height:100dvh !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  padding-bottom:0 !important;
}
#ob-3 .fl514-eval-content{
  display:block !important;
  position:relative !important;
  flex:none !important;
  overflow:visible !important;
  padding:14px 20px 12px !important;
  margin:0 !important;
  box-sizing:border-box !important;
}
#ob-3 .fl514-eval-submit-wrap,
#ob-3 > div[style*="position:sticky"]{
  position:static !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  transform:none !important;
  z-index:2 !important;
  display:block !important;
  width:100% !important;
  flex:none !important;
  margin:0 !important;
  padding:6px 20px calc(30px + env(safe-area-inset-bottom,0px)) !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  box-sizing:border-box !important;
}
#ob-3 .fl514-eval-submit-wrap #ob-btn-3,
#ob-3 > div[style*="position:sticky"] #ob-btn-3{
  position:relative !important;
  width:100% !important;
  margin:0 !important;
}
@supports (-webkit-touch-callout:none){
  #ob-3.ob-page.active{
    height:-webkit-fill-available !important;
    max-height:none !important;
  }
}


/* ==========================================================
   PWA 5.15.153 — Révélation niveau initial
   Design strict inspiré du modèle fourni + confettis conservés.
   ========================================================== */
body.fl-reveal-open{
  overflow:hidden !important;
}

body.fl-reveal-open #main-nav,
body.fl-reveal-open #main-bnav,
body.fl-reveal-open .nav,
body.fl-reveal-open .bnav{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

#ob-reveal.fl-level-result-celebration{
  position:fixed !important;
  inset:0 !important;
  z-index:2147483646 !important;
  display:none !important;
  width:100% !important;
  min-height:100dvh !important;
  overflow:hidden auto !important;
  -webkit-overflow-scrolling:touch !important;
  box-sizing:border-box !important;
  background-color:#050505 !important;
  color:#e3e2e2 !important;
  font-family:Inter,Montserrat,system-ui,sans-serif !important;
  padding:0 16px calc(26px + env(safe-area-inset-bottom,0px)) !important;
}

body.fl-reveal-open #ob-reveal.fl-level-result-celebration,
#ob-reveal.fl-level-result-celebration.show,
#ob-reveal.fl-level-result-celebration.active,
#ob-reveal.fl-level-result-celebration[aria-hidden="false"]{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

#ob-reveal.fl-level-result-celebration::before,
#ob-reveal.fl-level-result-celebration::after{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
}

#ob-reveal.fl-level-result-celebration::before{
  background:
    linear-gradient(rgba(217,171,0,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,171,0,.055) 1px, transparent 1px) !important;
  background-size:40px 40px !important;
  opacity:.72 !important;
}

#ob-reveal.fl-level-result-celebration::after{
  background:
    radial-gradient(circle at 50% 30%, rgba(217,171,0,.16) 0%, rgba(217,171,0,.08) 32%, transparent 70%),
    linear-gradient(180deg, rgba(5,5,5,.18) 0%, rgba(5,5,5,.82) 72%, rgba(5,5,5,.98) 100%),
    var(--fl-real-bg),
    var(--fl-real-bg-fallback) !important;
  background-size:cover,cover,cover,cover !important;
  background-position:center center,center center,center center,center center !important;
  background-repeat:no-repeat !important;
  opacity:1 !important;
}

#ob-reveal .fl-reveal-bg-grid,
#ob-reveal .fl-reveal-stadium-glow{
  position:fixed !important;
  inset:0 !important;
  pointer-events:none !important;
  z-index:1 !important;
}

#ob-reveal .fl-reveal-bg-grid{
  background:
    linear-gradient(rgba(217,171,0,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217,171,0,.045) 1px, transparent 1px) !important;
  background-size:40px 40px !important;
  opacity:.56 !important;
}

#ob-reveal .fl-reveal-stadium-glow{
  background:radial-gradient(circle at 50% 30%, rgba(217,171,0,.15) 0%, transparent 70%) !important;
}

#ob-reveal .fl-reveal-confetti{
  position:fixed !important;
  inset:0 !important;
  z-index:80 !important;
  width:100vw !important;
  height:100dvh !important;
  pointer-events:none !important;
}

#ob-reveal .fl-reveal-header,
#ob-reveal .fl-reveal-main,
#ob-reveal .fl-reveal-bottom-glow{
  position:relative !important;
  z-index:20 !important;
}

#ob-reveal .fl-reveal-header{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
  padding:calc(34px + env(safe-area-inset-top,0px)) 0 16px !important;
  flex:0 0 auto !important;
}

#ob-reveal .fl-reveal-header-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100% !important;
}

#ob-reveal .fl-reveal-back,
#ob-reveal .fl-reveal-header-spacer{
  width:40px !important;
  height:40px !important;
  flex:0 0 40px !important;
}

#ob-reveal .fl-reveal-back{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:0 !important;
  background:transparent !important;
  color:#e3e2e2 !important;
  -webkit-text-fill-color:#e3e2e2 !important;
  border-radius:999px !important;
  padding:0 !important;
}

#ob-reveal .fl-reveal-back .material-symbols-outlined{
  font-size:30px !important;
}

#ob-reveal .fl-reveal-brand-text{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:0 !important;
  text-align:center !important;
}

#ob-reveal .fl-reveal-brand-title{
  display:block !important;
  font-family:Oswald,"Barlow Condensed",Arial,sans-serif !important;
  font-size:clamp(40px,10.5vw,56px) !important;
  line-height:.9 !important;
  letter-spacing:-.045em !important;
  font-weight:700 !important;
  color:#e3e2e2 !important;
  -webkit-text-fill-color:#e3e2e2 !important;
  text-transform:uppercase !important;
  text-shadow:0 16px 34px rgba(0,0,0,.68) !important;
}

#ob-reveal .fl-reveal-brand-kicker{
  display:block !important;
  margin-top:8px !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.18em !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  text-transform:none !important;
}

#ob-reveal .fl-reveal-main{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  padding:18px 0 0 !important;
  gap:0 !important;
}

#ob-reveal .fl-reveal-headline{
  width:100% !important;
  text-align:center !important;
  margin:0 0 34px !important;
  opacity:1 !important;
  transform:none !important;
  visibility:visible !important;
}

#ob-reveal .fl-reveal-title{
  margin:0 0 24px !important;
  font-family:Oswald,"Barlow Condensed",Arial,sans-serif !important;
  font-size:clamp(36px,10vw,54px) !important;
  line-height:1.03 !important;
  letter-spacing:.01em !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  color:#f5f0e8 !important;
  -webkit-text-fill-color:#f5f0e8 !important;
  text-shadow:0 18px 42px rgba(0,0,0,.62) !important;
}

#ob-reveal .fl-reveal-title::after{
  display:none !important;
}

#ob-reveal .fl-reveal-subtitle{
  max-width:580px !important;
  margin:0 auto !important;
  font-family:Inter,system-ui,sans-serif !important;
  color:rgba(245,240,232,.72) !important;
  -webkit-text-fill-color:rgba(245,240,232,.72) !important;
  font-size:clamp(18px,4.8vw,26px) !important;
  line-height:1.55 !important;
  font-weight:500 !important;
}

#ob-reveal .fl-reveal-hero{
  position:relative !important;
  width:100% !important;
  max-width:520px !important;
  height:430px !important;
  margin:0 auto 80px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
}

#ob-reveal .fl-reveal-hero::before{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:520px !important;
  height:520px !important;
  transform:translate(-50%,-50%) !important;
  border-radius:999px !important;
  background:radial-gradient(circle, rgba(217,171,0,.09) 0%, rgba(217,171,0,.035) 42%, transparent 70%) !important;
  filter:blur(2px) !important;
  pointer-events:none !important;
}

#ob-reveal .fl-reveal-orbit{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  border-radius:999px !important;
  pointer-events:none !important;
  z-index:1 !important;
}

#ob-reveal .fl-reveal-orbit-one{
  width:430px !important;
  height:430px !important;
  border:1px solid rgba(217,171,0,.20) !important;
  animation:fl-reveal-rotate 22s linear infinite !important;
}

#ob-reveal .fl-reveal-orbit-two{
  width:345px !important;
  height:345px !important;
  border:1px dashed rgba(217,171,0,.22) !important;
  animation:fl-reveal-rotate 18s linear infinite reverse !important;
}

#ob-reveal .fl-reveal-ring{
  position:relative !important;
  z-index:3 !important;
  width:260px !important;
  height:260px !important;
  border-radius:999px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  background:radial-gradient(circle at 50% 26%, rgba(39,36,22,.88), rgba(6,6,6,.96) 72%) !important;
  border:2px solid rgba(217,171,0,.46) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.035),
    0 0 60px rgba(217,171,0,.22),
    0 30px 76px rgba(0,0,0,.70) !important;
  opacity:1 !important;
  transform:none !important;
  animation:fl-reveal-pulse-gold 2s infinite !important;
}

#ob-reveal .fl-reveal-ring::before,
#ob-reveal .fl-reveal-ring::after{
  content:none !important;
}

#ob-reveal .fl-reveal-score{
  position:relative !important;
  z-index:4 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  text-align:center !important;
}

#ob-reveal .fl-reveal-score span{
  display:block !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:12px !important;
  line-height:1 !important;
  letter-spacing:.32em !important;
  font-weight:900 !important;
  color:#d9ab00 !important;
  -webkit-text-fill-color:#d9ab00 !important;
  text-transform:uppercase !important;
  opacity:.88 !important;
}

#ob-reveal .fl-reveal-score strong{
  display:block !important;
  font-family:Oswald,"Barlow Condensed",Arial,sans-serif !important;
  font-size:clamp(86px,25vw,126px) !important;
  line-height:.82 !important;
  letter-spacing:-.05em !important;
  font-weight:700 !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  text-shadow:0 0 24px rgba(217,171,0,.45) !important;
}

#ob-reveal .fl-reveal-stars{
  position:relative !important;
  z-index:4 !important;
  display:flex !important;
  gap:5px !important;
  margin-top:10px !important;
  color:rgba(217,171,0,.58) !important;
  -webkit-text-fill-color:rgba(217,171,0,.58) !important;
  font-size:18px !important;
  letter-spacing:.03em !important;
  line-height:1 !important;
}

#ob-reveal .fl-reveal-style-pill{
  position:absolute !important;
  left:50% !important;
  bottom:42px !important;
  transform:translateX(-50%) !important;
  z-index:6 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  min-height:52px !important;
  max-width:86% !important;
  padding:0 26px !important;
  border-radius:999px !important;
  border:1px solid rgba(217,171,0,.36) !important;
  background:rgba(48,48,49,.92) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.46) !important;
  color:#f5f0e8 !important;
  -webkit-text-fill-color:#f5f0e8 !important;
  opacity:1 !important;
  visibility:visible !important;
  white-space:normal !important;
  text-align:left !important;
}

#ob-reveal .fl-reveal-style-pill .material-symbols-outlined{
  flex:0 0 auto !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  font-size:24px !important;
}

#ob-reveal .fl-reveal-style-pill strong{
  display:block !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:13px !important;
  line-height:1.1 !important;
  letter-spacing:.20em !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  color:#f5f0e8 !important;
  -webkit-text-fill-color:#f5f0e8 !important;
}

#ob-reveal .fl-reveal-info-list{
  width:100% !important;
  max-width:680px !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:24px !important;
  margin:0 auto 70px !important;
}

#ob-reveal .fl-reveal-info-card{
  width:100% !important;
  min-height:112px !important;
  display:flex !important;
  align-items:center !important;
  gap:22px !important;
  padding:24px 28px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.03) !important;
  backdrop-filter:blur(20px) !important;
  -webkit-backdrop-filter:blur(20px) !important;
  border:1px solid rgba(217,171,0,.20) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.25) !important;
  box-sizing:border-box !important;
}

#ob-reveal .fl-reveal-info-icon{
  flex:0 0 38px !important;
  width:38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  font-size:32px !important;
}

#ob-reveal .fl-reveal-info-card h3{
  margin:0 0 10px !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.28em !important;
  color:#f5f0e8 !important;
  -webkit-text-fill-color:#f5f0e8 !important;
  text-transform:uppercase !important;
}

#ob-reveal .fl-reveal-info-card p{
  margin:0 !important;
  font-family:Inter,system-ui,sans-serif !important;
  color:rgba(245,240,232,.78) !important;
  -webkit-text-fill-color:rgba(245,240,232,.78) !important;
  font-size:17px !important;
  line-height:1.55 !important;
  font-weight:500 !important;
}

#ob-reveal .fl-reveal-footer{
  width:100% !important;
  max-width:680px !important;
  margin:0 auto !important;
  padding:0 10px 24px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
  position:relative !important;
  z-index:35 !important;
  opacity:1 !important;
  transform:none !important;
}

#ob-reveal .fl-reveal-cta{
  width:100% !important;
  min-height:72px !important;
  border:0 !important;
  border-radius:9px !important;
  background:linear-gradient(135deg,#d9ab00 0%,#f7c62d 50%,#d9ab00 100%) !important;
  color:#241a00 !important;
  -webkit-text-fill-color:#241a00 !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.24em !important;
  text-transform:uppercase !important;
  box-shadow:0 20px 50px rgba(217,171,0,.24), inset 0 1px 0 rgba(255,255,255,.34) !important;
}

#ob-reveal .fl-reveal-secondary{
  width:100% !important;
  min-height:66px !important;
  border-radius:9px !important;
  border:1px solid rgba(227,226,226,.65) !important;
  background:rgba(5,5,5,.34) !important;
  color:#f5f0e8 !important;
  -webkit-text-fill-color:#f5f0e8 !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.24em !important;
  text-transform:uppercase !important;
}

#ob-reveal .fl-reveal-cta:active,
#ob-reveal .fl-reveal-secondary:active{
  transform:scale(.985) !important;
}

#ob-reveal .fl-reveal-bottom-glow{
  position:fixed !important;
  left:50% !important;
  bottom:0 !important;
  width:600px !important;
  height:130px !important;
  transform:translateX(-50%) !important;
  border-radius:999px 999px 0 0 !important;
  background:rgba(247,198,45,.10) !important;
  filter:blur(46px) !important;
  pointer-events:none !important;
  z-index:2 !important;
}

#ob-reveal .fl-reveal-headline,
#ob-reveal .fl-reveal-hero,
#ob-reveal .fl-reveal-info-list,
#ob-reveal .fl-reveal-footer{
  visibility:visible !important;
  opacity:1 !important;
}

@keyframes fl-reveal-pulse-gold{
  0%{box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 0 0 0 rgba(217,171,0,.28),0 0 60px rgba(217,171,0,.22),0 30px 76px rgba(0,0,0,.70);}
  70%{box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 0 0 30px rgba(217,171,0,0),0 0 60px rgba(217,171,0,.22),0 30px 76px rgba(0,0,0,.70);}
  100%{box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 0 0 0 rgba(217,171,0,0),0 0 60px rgba(217,171,0,.22),0 30px 76px rgba(0,0,0,.70);}
}

@keyframes fl-reveal-rotate{
  to{transform:translate(-50%,-50%) rotate(360deg);}
}

@media(min-width:768px){
  #ob-reveal .fl-reveal-info-list{
    grid-template-columns:1fr 1fr !important;
  }
}

@media(max-width:430px){
  #ob-reveal.fl-level-result-celebration{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  #ob-reveal .fl-reveal-header{
    padding-top:calc(30px + env(safe-area-inset-top,0px)) !important;
    padding-bottom:12px !important;
  }

  #ob-reveal .fl-reveal-brand-title{
    font-size:42px !important;
  }

  #ob-reveal .fl-reveal-brand-kicker{
    font-size:12px !important;
    letter-spacing:.16em !important;
  }

  #ob-reveal .fl-reveal-main{
    padding-top:14px !important;
  }

  #ob-reveal .fl-reveal-title{
    font-size:39px !important;
    margin-bottom:24px !important;
  }

  #ob-reveal .fl-reveal-subtitle{
    font-size:20px !important;
    line-height:1.55 !important;
  }

  #ob-reveal .fl-reveal-headline{
    margin-bottom:26px !important;
  }

  #ob-reveal .fl-reveal-hero{
    height:394px !important;
    margin-bottom:64px !important;
  }

  #ob-reveal .fl-reveal-ring{
    width:222px !important;
    height:222px !important;
  }

  #ob-reveal .fl-reveal-score strong{
    font-size:96px !important;
  }

  #ob-reveal .fl-reveal-orbit-one{
    width:346px !important;
    height:346px !important;
  }

  #ob-reveal .fl-reveal-orbit-two{
    width:282px !important;
    height:282px !important;
  }

  #ob-reveal .fl-reveal-style-pill{
    bottom:30px !important;
    min-height:50px !important;
    padding:0 20px !important;
  }

  #ob-reveal .fl-reveal-style-pill strong{
    font-size:12px !important;
    letter-spacing:.18em !important;
  }

  #ob-reveal .fl-reveal-info-list{
    gap:22px !important;
    margin-bottom:58px !important;
  }

  #ob-reveal .fl-reveal-info-card{
    min-height:110px !important;
    padding:22px 24px !important;
    gap:18px !important;
  }

  #ob-reveal .fl-reveal-info-card p{
    font-size:16px !important;
  }

  #ob-reveal .fl-reveal-cta{
    min-height:72px !important;
    font-size:13px !important;
    letter-spacing:.20em !important;
  }

  #ob-reveal .fl-reveal-secondary{
    min-height:64px !important;
    font-size:13px !important;
    letter-spacing:.20em !important;
  }
}

@media(max-width:370px){
  #ob-reveal .fl-reveal-title{
    font-size:35px !important;
  }

  #ob-reveal .fl-reveal-subtitle{
    font-size:18px !important;
  }

  #ob-reveal .fl-reveal-ring{
    width:206px !important;
    height:206px !important;
  }

  #ob-reveal .fl-reveal-score strong{
    font-size:86px !important;
  }

  #ob-reveal .fl-reveal-orbit-one{
    width:318px !important;
    height:318px !important;
  }

  #ob-reveal .fl-reveal-orbit-two{
    width:258px !important;
    height:258px !important;
  }
}

/* PWA 5.15.153 — Connexion : logo PNG officiel réduit et net */
#pg-connexion .fl-login-logo-v1277{
  content:url('/assets/images/LOGO5LEGEND.png?v=pwa5.15.153') !important;
  display:block !important;
  width:min(148px, 38vw) !important;
  max-width:148px !important;
  height:auto !important;
  max-height:148px !important;
  object-fit:contain !important;
  margin:0 auto 16px !important;
  image-rendering:auto !important;
  filter:drop-shadow(0 12px 28px rgba(217,171,0,.18)) !important;
}

@media (max-width:430px){
  #pg-connexion .fl-login-logo-v1277{
    width:min(136px, 36vw) !important;
    max-width:136px !important;
    max-height:136px !important;
    margin-bottom:14px !important;
  }
}



/* v5.15.153 — Vestiaire : dégradé doré 3 points final sur les éléments jaunes.
   Dégradé identique à la page Trouver un joueur. */
#pg-vestiaire{
  --fl-gold-gradient-3:linear-gradient(135deg,#654E06 0%,#D9AB00 45%,#F1C026 62%,#654E06 100%);
}

/* Textes, chiffres et pictos dorés du Vestiaire */
#pg-vestiaire .flv72-kicker,
#pg-vestiaire .vest99-kicker,
#pg-vestiaire .vest1542-shared-line .material-symbols-outlined,
#pg-vestiaire .vest1542-switch-btn .material-symbols-outlined,
#pg-vestiaire .vest1542-switch-item.active span:first-child,
#pg-vestiaire .vest1542-switch-item .material-symbols-outlined,
#pg-vestiaire .vest1542-stats .material-symbols-outlined,
#pg-vestiaire .vest1542-stat-card strong,
#pg-vestiaire .vest1542-stat-card .vest1542-stat-label,
#pg-vestiaire .flv72-section-title,
#pg-vestiaire .vest99-section-title,
#pg-vestiaire .vest1542-mini-count,
#pg-vestiaire .vest1542-rate-pill,
#pg-vestiaire .vest1542-perf-line strong,
#pg-vestiaire .vest1542-perf-line span,
#pg-vestiaire .vest1542-top-player .material-symbols-outlined,
#pg-vestiaire .vest1542-top-player em,
#pg-vestiaire .vest1542-top-player strong,
#pg-vestiaire .vest1542-series-row strong,
#pg-vestiaire .vest1542-management .material-symbols-outlined,
#pg-vestiaire .vest1542-role-badge.member,
#pg-vestiaire .vest-five-summary-card strong,
#pg-vestiaire .vest-five-slot b,
#pg-vestiaire .vest-five-slot span,
#pg-vestiaire .eqv-performance summary strong,
#pg-vestiaire .eqv-stat-grid strong,
#pg-vestiaire .eqv-stat-grid span,
#pg-vestiaire .eqv-count strong,
#pg-vestiaire .eqv-count span,
#pg-vestiaire .eqv-record-row p strong,
#pg-vestiaire .eqv-record-badge span,
#pg-vestiaire .eqv-record-badge strong,
#pg-vestiaire .eqv-analysis-average strong,
#pg-vestiaire .eqv-analysis-average span,
#pg-vestiaire .eqv-team-profile em,
#pg-vestiaire .eqv-team-profile strong,
#pg-vestiaire .eqv-top-player-card em,
#pg-vestiaire .eqv-top-player-card strong,
#pg-vestiaire .eqv-criterion span,
#pg-vestiaire .eqv-criterion strong,
#pg-vestiaire .eqv-slot-body b,
#pg-vestiaire .eqv-slot-body b span,
#pg-vestiaire .eqv-picker-row strong,
#pg-vestiaire [style*="color:var(--gold)"],
#pg-vestiaire [style*="color: var(--gold)"]{
  background-image:var(--fl-gold-gradient-3)!important;
  background-size:100% 100%!important;
  background-position:center!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
}

/* Boutons / badges dorés : même dégradé 3 points en fond, texte sombre conservé. */
#pg-vestiaire .vest1542-role-badge.captain,
#pg-vestiaire .flv72-gold-btn,
#pg-vestiaire .vest99-gold-btn,
#pg-vestiaire .gm-tab.on,
#pg-vestiaire .flv72-tab.on,
#pg-vestiaire .vest99-tab.on{
  background:var(--fl-gold-gradient-3)!important;
}

#pg-vestiaire .vest1542-role-badge.captain,
#pg-vestiaire .vest1542-role-badge.captain *,
#pg-vestiaire .flv72-gold-btn,
#pg-vestiaire .flv72-gold-btn *,
#pg-vestiaire .vest99-gold-btn,
#pg-vestiaire .vest99-gold-btn *,
#pg-vestiaire .gm-tab.on,
#pg-vestiaire .flv72-tab.on,
#pg-vestiaire .vest99-tab.on{
  color:#241a00!important;
  -webkit-text-fill-color:#241a00!important;
}

/* Exceptions : conserver les états de lecture/faible/correct et les textes secondaires lisibles. */
#pg-vestiaire .eqv-criterion.empty strong,
#pg-vestiaire .eqv-criterion.weak strong,
#pg-vestiaire .eqv-criterion.ok strong,
#pg-vestiaire .eqv-criterion.strong strong,
#pg-vestiaire .vest-five-passive,
#pg-vestiaire .eqv-slot-readonly,
#pg-vestiaire .eqv-slot-passive,
#pg-vestiaire .vest1542-switch-item em,
#pg-vestiaire .vest1542-stat-card small,
#pg-vestiaire .eqv-performance summary em,
#pg-vestiaire .eqv-history-empty,
#pg-vestiaire .eqv-slot-body em,
#pg-vestiaire .eqv-picker-row em{
  background-image:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:initial!important;
}



/* ==========================================================
   v5.15.153 — Correctif final Vestiaire
   Le correctif est placé directement à la fin de main.css, donc après
   tous les overrides globaux. Objectif : forcer le dégradé doré 3 points
   sur tous les éléments jaunes du Vestiaire.
   ========================================================== */
#pg-vestiaire .flv72-kicker,
#pg-vestiaire .vest99-kicker,
#pg-vestiaire .flv72-section-title,
#pg-vestiaire .vest99-section-title,
#pg-vestiaire .vest1542-stat-card strong,
#pg-vestiaire .vest1542-stat-card .vest1542-stat-label,
#pg-vestiaire .vest1542-mini-count,
#pg-vestiaire .vest1542-rate-pill,
#pg-vestiaire .vest1542-perf-line strong,
#pg-vestiaire .vest1542-perf-line span,
#pg-vestiaire .vest1542-top-player em,
#pg-vestiaire .vest1542-top-player strong,
#pg-vestiaire .vest1542-series-row strong,
#pg-vestiaire .vest-five-summary-card strong,
#pg-vestiaire .vest-five-summary-card span,
#pg-vestiaire .vest-five-slot b,
#pg-vestiaire .vest-five-slot span,
#pg-vestiaire .flv72-team-head,
#pg-vestiaire .vest99-team-head,
#pg-vestiaire .eqv-performance summary strong,
#pg-vestiaire .eqv-stat-grid strong,
#pg-vestiaire .eqv-count strong,
#pg-vestiaire .eqv-stat-grid span,
#pg-vestiaire .eqv-count span,
#pg-vestiaire .eqv-record-row p strong,
#pg-vestiaire .eqv-record-badge span,
#pg-vestiaire .eqv-record-badge strong,
#pg-vestiaire .eqv-analysis-average strong,
#pg-vestiaire .eqv-analysis-average span,
#pg-vestiaire .eqv-team-profile em,
#pg-vestiaire .eqv-team-profile strong,
#pg-vestiaire .eqv-top-player-card em,
#pg-vestiaire .eqv-top-player-card strong,
#pg-vestiaire .eqv-criterion span,
#pg-vestiaire .eqv-criterion strong,
#pg-vestiaire .eqv-slot-body b,
#pg-vestiaire .eqv-slot-body b span,
#pg-vestiaire .eqv-picker-row strong,
#pg-vestiaire .flv1561-roster-card strong,
#pg-vestiaire .flv1561-roster-card b,
#pg-vestiaire .flv1561-roster-card .flv1561-roster-note,
#pg-vestiaire .vest1542-management .vest99-outline-btn,
#pg-vestiaire .vest1542-management .flv72-outline-btn,
#pg-vestiaire [style*="color:#D9AB00"],
#pg-vestiaire [style*="color: #D9AB00"],
#pg-vestiaire [style*="color:#d9ab00"],
#pg-vestiaire [style*="color: #d9ab00"],
#pg-vestiaire [style*="color:var(--gold)"],
#pg-vestiaire [style*="color: var(--gold)"]{
  background-image:linear-gradient(135deg,#654E06 0%,#D9AB00 45%,#F1C026 62%,#654E06 100%)!important;
  background-color:transparent!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-fill-color:transparent!important;
}

#pg-vestiaire .material-symbols-outlined,
#pg-vestiaire .vest1542-stat-icon .material-symbols-outlined,
#pg-vestiaire .vest1542-shared-line .material-symbols-outlined,
#pg-vestiaire .vest1542-top-player .material-symbols-outlined,
#pg-vestiaire .vest1542-management .material-symbols-outlined,
#pg-vestiaire .flv72-outline-btn .material-symbols-outlined,
#pg-vestiaire .vest99-outline-btn .material-symbols-outlined{
  background-image:linear-gradient(135deg,#654E06 0%,#D9AB00 45%,#F1C026 62%,#654E06 100%)!important;
  background-color:transparent!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-fill-color:transparent!important;
}

/* Exceptions : conserver les boutons pleins et les textes secondaires lisibles. */
#pg-vestiaire .flv72-muted,
#pg-vestiaire .vest99-muted,
#pg-vestiaire .vest1542-stat-card small,
#pg-vestiaire .vest1542-add-btn,
#pg-vestiaire .vest1542-add-btn span,
#pg-vestiaire .flv72-gold-btn,
#pg-vestiaire .flv72-gold-btn span,
#pg-vestiaire .vest99-gold-btn,
#pg-vestiaire .vest99-gold-btn span{
  background-image:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
  text-fill-color:inherit!important;
}








/* v5.15.153 — Vestiaire : titre jaune réellement descendu via spacer HTML. */
#pg-vestiaire .vest109-title-spacer{
  display:block!important;
  height:24px!important;
  min-height:24px!important;
  flex:0 0 24px!important;
}


/* ==========================================================
   FIVE LEGEND — PWA 5.15.153
   Auto-évaluation : scroll classique + sélection simple jaune.
   ========================================================== */

/* Le haut de l'écran "Note tes compétences" ne reste plus collé.
   Toute la page scrolle normalement, sans superposition. */
#ob-3.ob-page,
#ob-3.ob-page.active{
  display:block !important;
  height:100dvh !important;
  max-height:100dvh !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  -webkit-overflow-scrolling:touch !important;
}

#ob-3 > div:first-child{
  position:static !important;
  top:auto !important;
  z-index:1 !important;
  flex-shrink:0 !important;
  background:linear-gradient(180deg,rgba(204,171,0,0.05),transparent) !important;
  border-bottom:1px solid rgba(204,171,0,0.15) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

#ob-3 .fl514-eval-content{
  position:relative !important;
  overflow:visible !important;
  z-index:1 !important;
}

/* Sélection des notes : contour plus fin, jaune simple, sans effet doré. */
#ob-3 .fl1536-accordion .ob-rate-btn.active,
#ob-3 .ob-rate-btn.active{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border:1px solid #F1C026 !important;
  box-shadow:none !important;
  outline:none !important;
}

#ob-3 .fl1536-accordion .ob-rate-btn.active::before,
#ob-3 .ob-rate-btn.active::before{
  background:none !important;
  background-image:none !important;
  color:#F1C026 !important;
  -webkit-text-fill-color:#F1C026 !important;
  text-shadow:none !important;
}

#ob-3 .fl1536-accordion .ob-rate-btn.active::after,
#ob-3 .ob-rate-btn.active::after{
  display:none !important;
  content:none !important;
}


/* ==========================================================
   FIVE LEGEND 5.15.153 — Auto-évaluation compacte stricte Stitch
   Reprise fidèle du code fourni, intégrée à la logique existante.
   Cible stricte : #ob-3 uniquement.
   ========================================================== */

#ob-3{
  background:#0c0c0c !important;
  color:#e2e2e2 !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  min-height:100dvh !important;
  padding:0 !important;
}

#ob-3::before{
  content:'' !important;
  position:fixed !important;
  inset:0 !important;
  pointer-events:none !important;
  opacity:.20 !important;
  z-index:0 !important;
  background-image:
    linear-gradient(rgba(247,198,45,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,198,45,.02) 1px, transparent 1px) !important;
  background-size:30px 30px !important;
}

#ob-3 .fl132-page-shell{
  position:relative !important;
  z-index:1 !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:100dvh !important;
}

#ob-3 .fl132-topbar{
  width:100% !important;
  height:56px !important;
  flex:0 0 56px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  padding:0 16px !important;
  background:rgba(12,15,15,.80) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
  border-bottom:1px solid rgba(247,198,45,.20) !important;
  position:relative !important;
  top:auto !important;
  z-index:1 !important;
}

#ob-3 .fl132-topbar-menu{
  color:#f7c62d !important;
  font-size:24px !important;
}

#ob-3 .fl132-topbar-logo{
  margin:0 !important;
  font-family:Oswald, Rajdhani, Inter, sans-serif !important;
  font-size:30px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
  text-transform:uppercase !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
}

#ob-3 .fl132-topbar-avatar{
  width:32px !important;
  height:32px !important;
  border-radius:999px !important;
  border:1px solid rgba(247,198,45,.20) !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:10px !important;
  font-weight:900 !important;
  color:#f7c62d !important;
  background:rgba(255,255,255,.04) !important;
}

#ob-3 .fl132-main{
  flex:1 1 auto !important;
  width:100% !important;
  max-width:512px !important;
  margin:0 auto !important;
  padding:16px 12px 96px !important;
  position:relative !important;
  z-index:1 !important;
}

#ob-3 .fl132-main-header{
  text-align:center !important;
  margin:0 0 24px !important;
}

#ob-3 .fl132-step-eyebrow{
  margin:0 0 4px !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:10px !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  letter-spacing:.20em !important;
  text-transform:uppercase !important;
  color:rgba(247,198,45,.70) !important;
}

#ob-3 .fl132-main-title{
  margin:0 !important;
  font-family:Oswald, Rajdhani, Inter, sans-serif !important;
  font-size:40px !important;
  line-height:.90 !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}

#ob-3 .fl132-main-title span{
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  font-style:italic !important;
}

#ob-3 .fl132-progress-block{
  margin:0 0 16px !important;
  padding:0 4px !important;
}

#ob-3 .fl132-progress-row{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:10px !important;
  margin-bottom:8px !important;
}

#ob-3 .fl132-step-label{
  display:block !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:9px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
  color:rgba(247,198,45,.60) !important;
  margin:0 !important;
}

#ob-3 .fl132-category-row{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-top:2px !important;
}

#ob-3 .fl132-category-icon{
  font-size:18px !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
}

#ob-3 .fl132-category-title{
  font-family:Oswald, Rajdhani, Inter, sans-serif !important;
  font-size:20px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}

#ob-3 .fl132-dot-row{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:4px !important;
  margin-bottom:4px !important;
}

#ob-3 .fl132-dot{
  width:6px !important;
  height:6px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  cursor:pointer !important;
}

#ob-3 .fl132-dot.is-active,
#ob-3 .fl132-dot.is-done{
  background:#f7c62d !important;
}

#ob-3 .fl132-progress-track{
  height:2px !important;
  width:100% !important;
  border-radius:999px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.10) !important;
}

#ob-3 .fl132-progress-line{
  height:100% !important;
  border-radius:999px !important;
  background:#f7c62d !important;
  transition:width .4s cubic-bezier(.4,0,.2,1) !important;
}

#ob-3 .fl132-assessment-container{
  display:block !important;
  width:100% !important;
}

#ob-3 .fl132-rating-card{
  background:rgba(30,32,32,.40) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
  border:1px solid rgba(247,198,45,.15) !important;
  border-radius:16px !important;
  padding:12px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
}

#ob-3 .fl132-rating-row{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

#ob-3 .fl132-rating-row-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  padding:0 4px !important;
  margin-bottom:6px !important;
}

#ob-3 .fl132-rating-label{
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:11px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.90) !important;
}

#ob-3 .fl132-rating-value{
  font-family:Oswald, Rajdhani, Inter, sans-serif !important;
  font-size:18px !important;
  line-height:1 !important;
  font-weight:700 !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  text-shadow:0 0 10px rgba(247,198,45,.30) !important;
}

#ob-3 .fl132-rating-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:4px !important;
  width:100% !important;
}

#ob-3 .fl132-rating-btn{
  width:100% !important;
  height:34px !important;
  min-height:34px !important;
  padding:0 !important;
  border-radius:8px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(255,255,255,.05) !important;
  background:rgba(255,255,255,.05) !important;
  color:rgba(255,255,255,.60) !important;
  -webkit-text-fill-color:rgba(255,255,255,.60) !important;
  font-family:Oswald, Rajdhani, Inter, sans-serif !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1 !important;
  transition:all .16s ease !important;
  box-shadow:none !important;
}

#ob-3 .fl132-rating-btn::before,
#ob-3 .fl132-rating-btn::after{
  content:none !important;
  display:none !important;
}

#ob-3 .fl132-rating-btn.active,
#ob-3 .fl132-rating-btn.rating-btn-active{
  background:linear-gradient(135deg,#f7c62d,#d9ab00) !important;
  color:#241a00 !important;
  -webkit-text-fill-color:#241a00 !important;
  box-shadow:0 0 12px rgba(247,198,45,.30) !important;
  border-color:#f7c62d !important;
}

#ob-3 .fl132-actions{
  margin:24px 0 0 !important;
  padding:0 4px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
}

#ob-3 .fl132-action-btn{
  width:100% !important;
  min-height:50px !important;
  border:0 !important;
  border-radius:12px !important;
  background:#f7c62d !important;
  color:#241a00 !important;
  -webkit-text-fill-color:#241a00 !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
  box-shadow:0 4px 16px rgba(247,198,45,.15) !important;
}

#ob-3 .fl132-action-btn[hidden],
#ob-3 [hidden]{
  display:none !important;
}

#ob-3 .fl132-completion-card{
  background:rgba(30,32,32,.40) !important;
  backdrop-filter:blur(12px) !important;
  -webkit-backdrop-filter:blur(12px) !important;
  border:1px solid rgba(247,198,45,.15) !important;
  border-radius:16px !important;
  padding:24px 18px !important;
  text-align:center !important;
}

#ob-3 .fl132-completion-icon{
  width:64px !important;
  height:64px !important;
  border-radius:999px !important;
  background:rgba(247,198,45,.10) !important;
  border:1px solid rgba(247,198,45,.40) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 auto 18px !important;
}

#ob-3 .fl132-completion-icon .material-symbols-outlined{
  color:#f7c62d !important;
  font-size:40px !important;
}

#ob-3 .fl132-completion-card h3{
  font-family:Oswald, Rajdhani, Inter, sans-serif !important;
  font-size:24px !important;
  line-height:1.05 !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  font-style:italic !important;
  color:#fff !important;
  margin:0 0 10px !important;
}

#ob-3 .fl132-completion-card p{
  font-family:Inter,sans-serif !important;
  font-size:13px !important;
  line-height:1.45 !important;
  color:rgba(200,198,197,.72) !important;
  max-width:260px !important;
  margin:0 auto 16px !important;
}

#ob-3 .fl132-completion-icons{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  color:#f7c62d !important;
  opacity:.30 !important;
}

#ob-3 .fl132-bottom-nav{
  width:100% !important;
  min-height:64px !important;
  flex:0 0 64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-around !important;
  padding:0 8px !important;
  background:rgba(12,15,15,.90) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
  border-top:1px solid rgba(247,198,45,.10) !important;
  box-shadow:0 -4px 20px rgba(0,0,0,.50) !important;
  margin-top:auto !important;
}

#ob-3 .fl132-bottom-link{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  color:rgba(200,198,197,.50) !important;
  text-decoration:none !important;
  min-width:48px !important;
}

#ob-3 .fl132-bottom-link .material-symbols-outlined{
  font-size:22px !important;
}

#ob-3 .fl132-bottom-link em{
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:9px !important;
  line-height:1 !important;
  font-weight:700 !important;
  font-style:normal !important;
  text-transform:uppercase !important;
  margin-top:3px !important;
}

#ob-3 .fl132-bottom-link.is-active{
  color:#f7c62d !important;
  filter:drop-shadow(0 0 8px rgba(241,192,38,.30)) !important;
}


/* ==========================================================
   FIVE LEGEND 5.15.153 — Accueil : note réelle plus compacte
   Objectif : réduire la largeur horizontale du bloc Note réelle,
   supprimer le bouton de partage et ajouter un séparateur haut/bas.
   ========================================================== */

#pg-accueil .flh-profile-grid{
  grid-template-columns:minmax(0,1fr) 148px !important;
  gap:12px !important;
  align-items:stretch !important;
}

#pg-accueil .flh-profile-grid > .flh-note-card,
#pg-accueil .flh-note-card.flh-note-card-real-design,
#pg-accueil .flh-note-card.flh-note-card-v1545.flh-note-card-real-design{
  width:148px !important;
  min-width:148px !important;
  max-width:148px !important;
  min-height:138px !important;
  padding:12px !important;
}

#pg-accueil .flh-note-card-real-design .acc-note-top-grid,
#pg-accueil .flh-profile-grid > .flh-note-card .acc-note-top-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:6px !important;
}

#pg-accueil .flh-note-card-real-design .acc-note-section-main,
#pg-accueil .flh-profile-grid > .flh-note-card .acc-note-section-main{
  padding-right:6px !important;
}

#pg-accueil .flh-note-card-real-design .acc-note-section-xp,
#pg-accueil .flh-profile-grid > .flh-note-card .acc-note-section-xp{
  padding-left:6px !important;
}

#pg-accueil .flh-note-card-real-design .acc-note-kicker,
#pg-accueil .flh-profile-grid > .flh-note-card .acc-note-kicker,
#pg-accueil .flh-note-card-real-design .acc-xp .acc-xp-label,
#pg-accueil .flh-profile-grid > .flh-note-card .acc-xp .acc-xp-label{
  font-size:8px !important;
  letter-spacing:-.04em !important;
}

#pg-accueil .flh-note-card-real-design #acc-note,
#pg-accueil .flh-profile-grid > .flh-note-card #acc-note{
  font-size:18px !important;
}

#pg-accueil .flh-note-card-real-design .acc-xp .acc-xp-value,
#pg-accueil .flh-profile-grid > .flh-note-card .acc-xp .acc-xp-value{
  font-size:20px !important;
}

#pg-accueil #acc-share-site{
  display:none !important;
}

#pg-accueil .flh-top-bottom-separator{
  display:block !important;
  width:100% !important;
  height:1px !important;
  margin:18px 0 18px !important;
  background:linear-gradient(90deg, transparent, rgba(217,171,0,.46), transparent) !important;
  opacity:.90 !important;
  position:relative !important;
  z-index:1 !important;
}

#pg-accueil .flh-player-stats{
  margin-top:0 !important;
  padding-top:0 !important;
}

@media (max-width:390px){
  #pg-accueil .flh-profile-grid{
    grid-template-columns:minmax(0,1fr) 148px !important;
    gap:10px !important;
  }

  #pg-accueil .flh-profile-grid > .flh-note-card,
  #pg-accueil .flh-note-card.flh-note-card-real-design,
  #pg-accueil .flh-note-card.flh-note-card-v1545.flh-note-card-real-design{
    width:148px !important;
    min-width:148px !important;
    max-width:148px !important;
    padding:12px !important;
  }
}

@media (max-width:360px){
  #pg-accueil .flh-profile-grid{
    grid-template-columns:minmax(0,1fr) 140px !important;
    gap:8px !important;
  }

  #pg-accueil .flh-profile-grid > .flh-note-card,
  #pg-accueil .flh-note-card.flh-note-card-real-design,
  #pg-accueil .flh-note-card.flh-note-card-v1545.flh-note-card-real-design{
    width:140px !important;
    min-width:140px !important;
    max-width:140px !important;
    padding:10px !important;
  }

  #pg-accueil .flh-note-card-real-design #acc-note,
  #pg-accueil .flh-profile-grid > .flh-note-card #acc-note{
    font-size:17px !important;
  }

  #pg-accueil .flh-note-card-real-design .acc-xp .acc-xp-value,
  #pg-accueil .flh-profile-grid > .flh-note-card .acc-xp .acc-xp-value{
    font-size:18px !important;
  }
}


/* ==========================================================
   FIVE LEGEND 5.15.153 — Bloc Objectif lancement strict
   Reprise du bloc noir mat fourni, uniquement page connexion.
   ========================================================== */

#connexion #fl-launch-counter-v1224.fl-launch-black-v145,
#fl-launch-counter-v1224.fl-launch-black-v145{
  width:100% !important;
  margin:28px auto 0 !important;
  padding:0 !important;
  border-radius:20px !important;
  background:#000 !important;
  border:1px solid rgba(217,171,0,.42) !important;
  box-shadow:none !important;
  overflow:hidden !important;
  position:relative !important;
}

#fl-launch-counter-v1224.fl-launch-black-v145::before,
#fl-launch-counter-v1224.fl-launch-black-v145::after{
  content:none !important;
  display:none !important;
}

#fl-launch-counter-v1224 .fl-launch-black-inner-v145{
  width:100% !important;
  min-height:540px !important;
  padding:54px 30px 34px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  background:#000 !important;
}

#fl-launch-counter-v1224 .fl-launch-black-head-v145{
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  text-align:center !important;
  margin:0 0 58px !important;
}

#fl-launch-counter-v1224 .fl-launch-black-kicker-v145{
  display:block !important;
  margin:0 0 16px !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.30em !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
}

#fl-launch-counter-v1224 .fl-launch-black-title-v145{
  margin:0 !important;
  padding:0 !important;
  max-width:320px !important;
  font-family:Oswald,Inter,sans-serif !important;
  font-size:38px !important;
  line-height:1.14 !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  letter-spacing:.02em !important;
  color:#e3e2e2 !important;
  -webkit-text-fill-color:#e3e2e2 !important;
  text-align:center !important;
  text-shadow:none !important;
}

#fl-launch-counter-v1224 .fl-launch-black-numbers-v145{
  width:100% !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:center !important;
  gap:12px !important;
  margin:0 0 30px !important;
  text-align:center !important;
}

#fl-launch-counter-v1224 .fl-launch-black-current-v145{
  display:inline-block !important;
  font-family:Oswald,Inter,sans-serif !important;
  font-size:84px !important;
  line-height:.88 !important;
  font-weight:700 !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  text-shadow:none !important;
}

#fl-launch-counter-v1224 .fl-launch-black-target-v145{
  display:inline-block !important;
  margin-bottom:7px !important;
  font-family:Oswald,Inter,sans-serif !important;
  font-size:56px !important;
  line-height:.9 !important;
  font-weight:700 !important;
  color:rgba(226,226,226,.34) !important;
  -webkit-text-fill-color:rgba(226,226,226,.34) !important;
}

#fl-launch-counter-v1224 .fl-launch-black-progress-v145{
  width:100% !important;
  max-width:290px !important;
  height:7px !important;
  margin:0 auto 14px !important;
  border-radius:999px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.11) !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}

#fl-launch-counter-v1224 .fl-launch-black-fill-v145{
  height:100% !important;
  min-width:2px !important;
  border-radius:999px !important;
  background:#f7c62d !important;
  box-shadow:none !important;
}

#fl-launch-counter-v1224 .fl-launch-black-percent-v145{
  margin:0 0 48px !important;
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  color:rgba(226,226,226,.50) !important;
  -webkit-text-fill-color:rgba(226,226,226,.50) !important;
  text-align:center !important;
}

#fl-launch-counter-v1224 .fl-launch-black-copy-v145{
  max-width:300px !important;
  margin:0 auto 72px !important;
  padding:0 !important;
  font-family:Inter,system-ui,sans-serif !important;
  font-size:20px !important;
  line-height:1.52 !important;
  font-weight:500 !important;
  color:rgba(226,226,226,.78) !important;
  -webkit-text-fill-color:rgba(226,226,226,.78) !important;
  text-align:center !important;
}

#fl-launch-counter-v1224 .fl-launch-black-copy-v145 b,
#fl-launch-counter-v1224 .fl-launch-black-copy-v145 strong{
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  font-weight:800 !important;
}

#fl-launch-counter-v1224 .fl-launch-black-badge-v145{
  width:100% !important;
  max-width:300px !important;
  min-height:74px !important;
  margin-top:auto !important;
  padding:0 18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:18px !important;
  border-radius:10px !important;
  border:1px solid rgba(217,171,0,.34) !important;
  background:transparent !important;
  box-shadow:none !important;
}

#fl-launch-counter-v1224 .fl-launch-black-medal-v145{
  flex:0 0 auto !important;
  font-size:25px !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
}

#fl-launch-counter-v1224 .fl-launch-black-badge-v145 span:last-child{
  font-family:Montserrat,Inter,sans-serif !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.18em !important;
  color:#f7c62d !important;
  -webkit-text-fill-color:#f7c62d !important;
  white-space:nowrap !important;
}

@media(max-width:390px){
  #fl-launch-counter-v1224 .fl-launch-black-inner-v145{
    min-height:520px !important;
    padding:50px 24px 30px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-title-v145{
    font-size:34px !important;
    max-width:292px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-current-v145{
    font-size:76px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-target-v145{
    font-size:50px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-copy-v145{
    font-size:18px !important;
    max-width:286px !important;
    margin-bottom:66px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-badge-v145{
    max-width:286px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-badge-v145 span:last-child{
    font-size:13px !important;
    letter-spacing:.16em !important;
  }
}


/* ==========================================================
   FIVE LEGEND 5.15.153 — Bloc lancement compact
   Même largeur/proportion que la carte de connexion, sans toucher à la carte connexion.
   ========================================================== */

#pg-connexion #fl-launch-counter-v1224.fl-launch-black-v145,
#fl-launch-counter-v1224.fl-launch-black-v145{
  width:100% !important;
  max-width:100% !important;
  margin:22px auto 0 !important;
  padding:0 !important;
  border-radius:22px !important;
  background:#000 !important;
  border:1px solid rgba(217,171,0,.34) !important;
  box-shadow:none !important;
  overflow:hidden !important;
  position:relative !important;
}

#fl-launch-counter-v1224 .fl-launch-black-inner-v145{
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  padding:30px 24px 26px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  background:#000 !important;
}

#fl-launch-counter-v1224 .fl-launch-black-head-v145{
  width:100% !important;
  margin:0 0 24px !important;
  align-items:center !important;
  text-align:center !important;
}

#fl-launch-counter-v1224 .fl-launch-black-kicker-v145{
  margin:0 0 12px !important;
  font-size:11px !important;
  letter-spacing:.26em !important;
  line-height:1 !important;
}

#fl-launch-counter-v1224 .fl-launch-black-title-v145{
  max-width:300px !important;
  font-size:30px !important;
  line-height:1.12 !important;
  letter-spacing:.01em !important;
}

#fl-launch-counter-v1224 .fl-launch-black-numbers-v145{
  margin:0 0 20px !important;
  gap:10px !important;
  align-items:flex-end !important;
}

#fl-launch-counter-v1224 .fl-launch-black-current-v145{
  font-size:62px !important;
  line-height:.9 !important;
}

#fl-launch-counter-v1224 .fl-launch-black-target-v145{
  margin-bottom:6px !important;
  font-size:42px !important;
  line-height:.9 !important;
}

#fl-launch-counter-v1224 .fl-launch-black-progress-v145{
  max-width:100% !important;
  height:6px !important;
  margin:0 auto 10px !important;
}

#fl-launch-counter-v1224 .fl-launch-black-percent-v145{
  margin:0 0 24px !important;
  font-size:10px !important;
  letter-spacing:.08em !important;
}

#fl-launch-counter-v1224 .fl-launch-black-copy-v145{
  max-width:312px !important;
  margin:0 auto 28px !important;
  font-size:15px !important;
  line-height:1.45 !important;
}

#fl-launch-counter-v1224 .fl-launch-black-badge-v145{
  width:100% !important;
  max-width:100% !important;
  min-height:58px !important;
  margin-top:0 !important;
  padding:0 16px !important;
  border-radius:12px !important;
  gap:12px !important;
}

#fl-launch-counter-v1224 .fl-launch-black-medal-v145{
  font-size:22px !important;
}

#fl-launch-counter-v1224 .fl-launch-black-badge-v145 span:last-child{
  font-size:12px !important;
  letter-spacing:.14em !important;
}

@media(max-width:390px){
  #fl-launch-counter-v1224 .fl-launch-black-inner-v145{
    padding:28px 20px 24px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-title-v145{
    font-size:27px !important;
    max-width:270px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-current-v145{
    font-size:56px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-target-v145{
    font-size:38px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-copy-v145{
    font-size:14px !important;
    line-height:1.42 !important;
    margin-bottom:24px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-badge-v145{
    min-height:54px !important;
  }
  #fl-launch-counter-v1224 .fl-launch-black-badge-v145 span:last-child{
    font-size:11px !important;
    letter-spacing:.12em !important;
  }
}


/* ==========================================================
   FIVE LEGEND 5.15.153 — Fonds internes 100% noirs
   Connexion + Objectif lancement, sans toucher aux dimensions.
   ========================================================== */

/* Bloc Objectif lancement : fond intérieur noir pur, sans lueur */
#pg-connexion #fl-launch-counter-v1224,
#pg-connexion #fl-launch-counter-v1224.fl-launch-black-v145,
#pg-connexion #fl-launch-counter-v1224 .fl-launch-black-inner-v145,
#pg-connexion #fl-launch-counter-v1224 .fl-launch-card-inner-v1226{
  background:#000 !important;
  background-color:#000 !important;
  background-image:none !important;
  box-shadow:none !important;
  filter:none !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}

#pg-connexion #fl-launch-counter-v1224::before,
#pg-connexion #fl-launch-counter-v1224::after,
#pg-connexion #fl-launch-counter-v1224 .fl-launch-black-inner-v145::before,
#pg-connexion #fl-launch-counter-v1224 .fl-launch-black-inner-v145::after,
#pg-connexion #fl-launch-counter-v1224 .fl-launch-card-inner-v1226::before,
#pg-connexion #fl-launch-counter-v1224 .fl-launch-card-inner-v1226::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
}

/* Supprime tout overlay/glow interne éventuel du bloc lancement */
#pg-connexion #fl-launch-counter-v1224 [class*="glow"],
#pg-connexion #fl-launch-counter-v1224 [class*="Glow"],
#pg-connexion #fl-launch-counter-v1224 [class*="halo"],
#pg-connexion #fl-launch-counter-v1224 [class*="light"]{
  display:none !important;
  opacity:0 !important;
  background:none !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Carte Connexion : intérieur noir pur, bordure conservée */
#pg-connexion .fl-login-card-v1225{
  background:#000 !important;
  background-color:#000 !important;
  background-image:none !important;
  box-shadow:none !important;
  filter:none !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}

#pg-connexion .fl-login-card-v1225::before,
#pg-connexion .fl-login-card-v1225::after{
  content:none !important;
  display:none !important;
  opacity:0 !important;
}

/* Supprime les halos internes dans la carte connexion sans modifier les champs */
#pg-connexion .fl-login-card-v1225 [class*="glow"],
#pg-connexion .fl-login-card-v1225 [class*="Glow"],
#pg-connexion .fl-login-card-v1225 [class*="halo"],
#pg-connexion .fl-login-card-v1225 [class*="light"]{
  display:none !important;
  opacity:0 !important;
  background:none !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Champs email / mot de passe : noirs aussi, pour éviter la transparence jaune */
#pg-connexion .fl-login-card-v1225 input,
#pg-connexion .fl-login-card-v1225 .fl-login-field-v1225 input{
  background:#000 !important;
  background-color:#000 !important;
  background-image:none !important;
  box-shadow:none !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}

/* Garde uniquement les bordures dorées, pas de halo autour des panneaux */
#pg-connexion .fl-login-card-v1225,
#pg-connexion #fl-launch-counter-v1224.fl-launch-black-v145{
  border-color:rgba(217,171,0,.34) !important;
}

/* Ne pas noircir le shell global : on conserve le fond stade autour des blocs */


/* v5.15.188 — Vestiaire > Équipe VS équipe : profil collectif data compact
   Réécriture propre du seul bloc Profil collectif / Équipe complète. */
#pg-vestiaire .eqv-profile-data-card{
  padding:18px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.032)!important;
  border:1px solid rgba(217,171,0,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
#pg-vestiaire .eqv-profile-data-head{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
}
#pg-vestiaire .eqv-team-profile-data{
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  padding:12px 13px!important;
  border-radius:18px!important;
  background:rgba(217,171,0,.065)!important;
  border:1px solid rgba(217,171,0,.16)!important;
}
#pg-vestiaire .eqv-team-profile-data > div{
  min-width:0!important;
}
#pg-vestiaire .eqv-team-profile-data strong{
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:22px!important;
  line-height:1.08!important;
}
#pg-vestiaire .eqv-profile-score{
  width:78px!important;
  min-width:78px!important;
  min-height:64px!important;
  border-radius:18px!important;
  background:rgba(27,28,28,.78)!important;
  border:1px solid rgba(217,171,0,.13)!important;
}
#pg-vestiaire .eqv-profile-score strong{
  font-size:30px!important;
  line-height:1!important;
}
#pg-vestiaire .eqv-profile-score span{
  margin-top:5px!important;
  font-size:12px!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
#pg-vestiaire .eqv-profile-global-bar{
  position:relative!important;
  z-index:1!important;
  height:7px!important;
  width:100%!important;
  margin:0 0 13px!important;
  border-radius:999px!important;
  overflow:hidden!important;
  background:rgba(52,53,53,.86)!important;
  box-shadow:inset 0 1px 3px rgba(0,0,0,.45)!important;
}
#pg-vestiaire .eqv-profile-global-bar b{
  display:block!important;
  height:100%!important;
  width:0;
  border-radius:999px!important;
  background:linear-gradient(135deg,#654E06 0%,#D9AB00 45%,#F1C026 62%,#654E06 100%)!important;
  transition:width .35s ease!important;
}
#pg-vestiaire .eqv-data-criteria{
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  margin:0 0 14px!important;
}
#pg-vestiaire .eqv-data-criterion{
  padding:11px 12px!important;
  border-radius:16px!important;
  background:rgba(0,0,0,.16)!important;
  border:1px solid rgba(255,255,255,.065)!important;
}
#pg-vestiaire .eqv-data-criterion > span{
  display:block!important;
  margin:0 0 6px!important;
  font-family:Montserrat,Inter,sans-serif!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  background:linear-gradient(135deg,#654E06 0%,#D9AB00 45%,#F1C026 62%,#654E06 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
}
#pg-vestiaire .eqv-data-line{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:9px!important;
  margin-bottom:8px!important;
}
#pg-vestiaire .eqv-data-note{
  display:flex!important;
  align-items:flex-end!important;
  gap:5px!important;
  min-width:0!important;
}
#pg-vestiaire .eqv-data-note strong{
  display:block!important;
  margin:0!important;
  font-family:Oswald,Montserrat,sans-serif!important;
  font-size:24px!important;
  line-height:.95!important;
  font-weight:700!important;
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  color:#f5f0e8!important;
  -webkit-text-fill-color:#f5f0e8!important;
}
#pg-vestiaire .eqv-data-note small{
  display:block!important;
  margin:0 0 2px!important;
  font-family:Montserrat,Inter,sans-serif!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  color:#d1c5ad!important;
  -webkit-text-fill-color:#d1c5ad!important;
}
#pg-vestiaire .eqv-data-criterion i{
  height:7px!important;
  margin:0!important;
}
#pg-vestiaire .eqv-trend{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  min-height:28px!important;
  max-width:128px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  border:1px solid rgba(209,197,173,.18)!important;
  background:rgba(52,53,53,.58)!important;
  font-style:normal!important;
  white-space:nowrap!important;
}
#pg-vestiaire .eqv-trend,
#pg-vestiaire .eqv-trend *{
  background-image:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
}
#pg-vestiaire .eqv-trend b{
  display:block!important;
  font-family:Inter,Montserrat,sans-serif!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
}
#pg-vestiaire .eqv-trend span{
  display:block!important;
  font-family:Montserrat,Inter,sans-serif!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
}
#pg-vestiaire .eqv-trend.up{
  color:#51e77b!important;
  background:rgba(81,231,123,.10)!important;
  border-color:rgba(81,231,123,.25)!important;
}
#pg-vestiaire .eqv-trend.down{
  color:#ffb4ab!important;
  background:rgba(255,180,171,.10)!important;
  border-color:rgba(255,180,171,.24)!important;
}
#pg-vestiaire .eqv-trend.stable{
  color:#d1c5ad!important;
  background:rgba(52,53,53,.58)!important;
  border-color:rgba(209,197,173,.16)!important;
}
#pg-vestiaire .eqv-data-criterion.empty .eqv-data-note strong{
  color:rgba(245,240,232,.64)!important;
  -webkit-text-fill-color:rgba(245,240,232,.64)!important;
}
@media (max-width:430px){
  #pg-vestiaire .eqv-profile-data-card{padding:15px!important;border-radius:22px!important;}
  #pg-vestiaire .eqv-profile-data-head{gap:10px!important;margin-bottom:11px!important;}
  #pg-vestiaire .eqv-team-profile-data{padding:11px 12px!important;}
  #pg-vestiaire .eqv-team-profile-data .material-symbols-outlined{width:32px!important;height:32px!important;min-width:32px!important;font-size:19px!important;}
  #pg-vestiaire .eqv-team-profile-data em{font-size:8.5px!important;letter-spacing:.12em!important;}
  #pg-vestiaire .eqv-team-profile-data strong{font-size:21px!important;}
  #pg-vestiaire .eqv-profile-score{width:72px!important;min-width:72px!important;min-height:60px!important;}
  #pg-vestiaire .eqv-profile-score strong{font-size:28px!important;}
  #pg-vestiaire .eqv-data-criteria{gap:8px!important;}
  #pg-vestiaire .eqv-data-criterion{padding:10px 11px!important;border-radius:15px!important;}
  #pg-vestiaire .eqv-data-criterion > span{font-size:9.5px!important;letter-spacing:.11em!important;}
  #pg-vestiaire .eqv-data-note strong{font-size:23px!important;}
  #pg-vestiaire .eqv-trend{min-height:27px!important;padding:0 7px!important;max-width:118px!important;}
  #pg-vestiaire .eqv-trend span{font-size:9.5px!important;}
}


/* ==========================================================
   FIVE LEGEND — PWA 5.15.197
   Intégration stricte du cockpit Stitch sur la zone analytics
   de ?page=dashboard uniquement. Navigation globale intacte.
   ========================================================== */
#pg-dashboard #fl-admin-dashboard-access-v195.fl-analytics-shell-v196{
  width:100%!important;
  max-width:1440px!important;
  margin:22px auto 28px!important;
  color:#e2e2e2!important;
  font-family:Inter,Arial,sans-serif!important;
  isolation:isolate!important;
}
#pg-dashboard #fl-admin-dashboard-access-v195 *{box-sizing:border-box!important;}
#pg-dashboard .fl-stitch-cockpit-v197{
  background:#000!important;
  border:1px solid rgba(217,171,0,.14)!important;
  border-radius:24px!important;
  padding:0 12px 18px!important;
  overflow:hidden!important;
  box-shadow:0 22px 70px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.04)!important;
}
#pg-dashboard .fl-stitch-topbar-v197{
  min-height:64px!important;
  margin:0 -12px 18px!important;
  padding:0 16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  background:rgba(18,20,20,.86)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
  border-bottom:1px solid rgba(247,198,45,.10)!important;
}
#pg-dashboard .fl-stitch-topbar-left-v197,
#pg-dashboard .fl-stitch-topbar-right-v197{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
#pg-dashboard .fl-stitch-topbar-left-v197 .material-symbols-outlined{color:#f7c62d!important;font-size:24px!important;}
#pg-dashboard .fl-stitch-topbar-left-v197 h1{
  margin:0!important;color:#f7c62d!important;font:700 12px/14px Montserrat,Arial,sans-serif!important;letter-spacing:.18em!important;text-transform:uppercase!important;
}
#pg-dashboard .fl-stitch-topbar-left-v197 p,
#pg-dashboard .fl-stitch-topbar-right-v197 span{
  margin:2px 0 0!important;color:#d1c5ad!important;font:600 10px/13px Inter,Arial,sans-serif!important;
}
#pg-dashboard .fl-stitch-topbar-right-v197 div{display:none!important;text-align:right!important;}
#pg-dashboard .fl-stitch-topbar-right-v197 strong{display:block!important;color:#e2e2e2!important;font:800 12px/15px Inter,Arial,sans-serif!important;}
#pg-dashboard .fl-stitch-avatar-v197{
  width:40px!important;height:40px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:#1e2020!important;border:1px solid rgba(247,198,45,.30)!important;color:#f7c62d!important;font:800 12px/1 Montserrat,Arial,sans-serif!important;
}
#pg-dashboard .fl-analytics-gate-card-v196,
#pg-dashboard .fl-analytics-panel-v196 .fl-analytics-card-v196,
#pg-dashboard .fl-analytics-panel-v196 .fl-analytics-hero-v196,
#pg-dashboard .fl-analytics-kpi-v196{
  background:rgba(20,20,20,.80)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
  border:1px solid rgba(217,171,0,.15)!important;
  box-shadow:none!important;
  transition:all .30s ease!important;
}
#pg-dashboard .fl-analytics-gate-card-v196:hover,
#pg-dashboard .fl-analytics-panel-v196 .fl-analytics-card-v196:hover,
#pg-dashboard .fl-analytics-panel-v196 .fl-analytics-hero-v196:hover,
#pg-dashboard .fl-analytics-kpi-v196:hover{
  border-color:rgba(217,171,0,.50)!important;
  box-shadow:0 0 15px rgba(217,171,0,.10)!important;
  transform:translateY(-2px)!important;
}
#pg-dashboard .fl-analytics-gate-card-v196{
  border-radius:18px!important;
  padding:18px!important;
}
#pg-dashboard .fl-analytics-panel-v196[hidden]{display:none!important;}
#pg-dashboard .fl-analytics-hero-v196{
  border-radius:16px!important;
  padding:24px!important;
  margin:0!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-start!important;
  gap:18px!important;
  overflow:hidden!important;
  position:relative!important;
}
#pg-dashboard .fl-analytics-status-badge-v196{
  display:inline-block!important;
  padding:4px 8px!important;
  margin:0 0 8px!important;
  background:rgba(247,198,45,.10)!important;
  border:1px solid rgba(247,198,45,.20)!important;
  border-radius:4px!important;
  color:#f7c62d!important;
  font:700 10px/14px Montserrat,Arial,sans-serif!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
#pg-dashboard .fl-analytics-hero-v196 h2,
#pg-dashboard .fl-analytics-card-head-v196 h3{
  color:#fff!important;
  font-family:Oswald,Montserrat,Arial,sans-serif!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
#pg-dashboard .fl-analytics-hero-v196 h2{font-size:24px!important;line-height:32px!important;margin:0!important;}
#pg-dashboard .fl-analytics-hero-v196 p{color:#d1c5ad!important;font:400 14px/22px Inter,Arial,sans-serif!important;margin:8px 0 0!important;}
#pg-dashboard .fl-analytics-refresh-v196,
#pg-dashboard .fl-analytics-filter-v196.on,
#pg-dashboard .fl-analytics-gate-v196 button{
  background:linear-gradient(180deg,#F2C94C 0%,#D9AB00 100%)!important;
  color:#111!important;
  border-color:transparent!important;
}
#pg-dashboard .fl-analytics-refresh-v196,
#pg-dashboard .fl-analytics-gate-v196 button{
  min-height:44px!important;
  padding:0 18px!important;
  border-radius:12px!important;
  font:800 10px/16px Montserrat,Arial,sans-serif!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
#pg-dashboard .fl-analytics-filters-v196{
  display:flex!important;
  gap:8px!important;
  overflow-x:auto!important;
  padding:14px 0 8px!important;
  scrollbar-width:thin!important;
}
#pg-dashboard .fl-analytics-filter-v196{
  flex:0 0 auto!important;
  border-radius:999px!important;
  border:1px solid rgba(217,171,0,.15)!important;
  background:rgba(20,20,20,.80)!important;
  color:#d1c5ad!important;
  padding:9px 22px!important;
  font:800 10px/14px Montserrat,Arial,sans-serif!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
#pg-dashboard .fl-analytics-kpi-grid-v196{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin:14px 0 18px!important;
}
#pg-dashboard .fl-analytics-kpi-v196{
  min-width:0!important;
  border-radius:16px!important;
  padding:14px 12px!important;
  border-left:4px solid #f7c62d!important;
}
#pg-dashboard .fl-analytics-kpi-v196 p{
  margin:0 0 5px!important;
  color:#d1c5ad!important;
  font:800 9.5px/13px Montserrat,Arial,sans-serif!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
#pg-dashboard .fl-analytics-kpi-v196 strong{
  color:#fff!important;
  font:700 30px/36px Oswald,Arial,sans-serif!important;
  letter-spacing:.01em!important;
}
#pg-dashboard .fl-analytics-kpi-v196 small{
  display:block!important;
  color:rgba(209,197,173,.68)!important;
  font:600 10px/14px Inter,Arial,sans-serif!important;
  margin-top:6px!important;
}
#pg-dashboard .fl-analytics-bento-v196{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:18px!important;
}
#pg-dashboard .fl-analytics-main-v196,
#pg-dashboard .fl-analytics-side-v196{display:flex!important;flex-direction:column!important;gap:18px!important;}
#pg-dashboard .fl-analytics-card-v196{border-radius:18px!important;overflow:hidden!important;}
#pg-dashboard .fl-analytics-card-head-v196,
#pg-dashboard .fl-analytics-alert-head-v196{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:18px!important;border-bottom:1px solid rgba(255,255,255,.05)!important;
}
#pg-dashboard .fl-analytics-card-head-v196 h3{font-size:24px!important;line-height:32px!important;margin:0!important;}
#pg-dashboard .fl-analytics-card-head-v196 .material-symbols-outlined{color:#f7c62d!important;}
#pg-dashboard .fl-analytics-card-head-compact-v196{padding:18px 18px 8px!important;}
#pg-dashboard .fl-analytics-card-head-compact-v196 h3{margin:0!important;color:#f7c62d!important;font:800 11px/16px Montserrat,Arial,sans-serif!important;letter-spacing:.10em!important;text-transform:uppercase!important;border-bottom:1px solid rgba(247,198,45,.20)!important;padding-bottom:10px!important;}
#pg-dashboard .fl-analytics-card-body-v196{padding:16px 18px 18px!important;}
#pg-dashboard .fl-analytics-alerts-v196{border-color:rgba(255,180,171,.20)!important;}
#pg-dashboard .fl-analytics-alert-head-v196{background:rgba(255,180,171,.10)!important;color:#ffb4ab!important;justify-content:flex-start!important;}
#pg-dashboard .fl-analytics-alert-head-v196 h3{margin:0!important;color:#ffb4ab!important;font:800 12px/16px Montserrat,Arial,sans-serif!important;letter-spacing:.10em!important;text-transform:uppercase!important;}
#pg-dashboard .fl-analytics-alert-item-v196.critical{background:rgba(127,29,29,.20)!important;border-color:rgba(239,68,68,.20)!important;}
#pg-dashboard .fl-analytics-alert-item-v196.warn{background:rgba(120,53,15,.20)!important;border-color:rgba(245,158,11,.20)!important;}
#pg-dashboard .fl-analytics-match-grid-v196{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;}
#pg-dashboard .fl-analytics-recent-row-v196{display:flex!important;gap:12px!important;overflow-x:auto!important;padding-bottom:4px!important;}
#pg-dashboard .fl-analytics-recent-card-v196{flex:0 0 240px!important;}
@media (max-width:420px){
  #pg-dashboard .fl-stitch-cockpit-v197{margin-left:-4px!important;margin-right:-4px!important;padding-left:10px!important;padding-right:10px!important;}
  #pg-dashboard .fl-analytics-kpi-grid-v196{gap:10px!important;}
  #pg-dashboard .fl-analytics-kpi-v196{padding:12px 10px!important;}
  #pg-dashboard .fl-analytics-kpi-v196 strong{font-size:27px!important;line-height:32px!important;}
  #pg-dashboard .fl-analytics-kpi-v196 p{font-size:8.7px!important;line-height:12px!important;letter-spacing:.07em!important;}
}
@media (max-width:620px){
  #pg-dashboard .fl-analytics-hero-v196{display:block!important;padding:18px!important;}
  #pg-dashboard .fl-analytics-refresh-v196{width:100%!important;margin-top:16px!important;}
  #pg-dashboard .fl-stitch-topbar-right-v197{display:none!important;}
}
@media (min-width:720px){
  #pg-dashboard .fl-stitch-cockpit-v197{padding:0 20px 24px!important;}
  #pg-dashboard .fl-stitch-topbar-v197{margin-left:-20px!important;margin-right:-20px!important;padding-left:24px!important;padding-right:24px!important;}
  #pg-dashboard .fl-stitch-topbar-right-v197 div{display:block!important;}
  #pg-dashboard .fl-analytics-kpi-grid-v196{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
  #pg-dashboard .fl-analytics-kpi-v196{padding:18px!important;}
  #pg-dashboard .fl-analytics-kpi-v196 strong{font-size:40px!important;line-height:48px!important;}
  #pg-dashboard .fl-analytics-bento-v196{grid-template-columns:minmax(0,8fr) minmax(280px,4fr)!important;align-items:start!important;}
  #pg-dashboard .fl-analytics-match-grid-v196{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  #pg-dashboard .fl-analytics-players-grid-v196{grid-template-columns:minmax(0,1.1fr) 260px!important;}
  #pg-dashboard .fl-analytics-hero-v196 h2{font-size:32px!important;line-height:40px!important;}
}
