
:root{
  --bg:#0e0b16;
  --bg-soft:#161123;
  --surface:rgba(22,17,35,.72);
  --surface-2:rgba(255,255,255,.06);
  --card:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.14);
  --text:#f6f4ff;
  --text-soft:#d2cdea;
  --muted:#a7a0c7;
  --primary:#ff90c8;
  --primary-2:#9f8cff;
  --success:#8cf0ae;
  --warning:#ffd47c;
  --danger:#ff8fa5;
  --shadow:0 30px 80px rgba(0,0,0,.35);
  --radius:28px;
  --radius-sm:18px;
  --container:min(1240px, calc(100% - 32px));
}

/* =========================================================
   Pages temporairement fermées + écran de développement
   ========================================================= */
.main-nav .nav-disabled{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  color:rgba(239,235,248,.62);
  background:rgba(255,255,255,.035);
  font-size:.95rem;
  font-weight:700;
  line-height:1;
  cursor:not-allowed;
  white-space:nowrap;
}
.main-nav .nav-disabled small{
  padding:4px 6px;
  border:1px solid rgba(255,196,92,.24);
  border-radius:999px;
  color:#ffd889;
  background:rgba(255,196,92,.09);
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.feature-catalog-link.is-coming-soon{
  cursor:not-allowed;
  border-style:dashed;
  opacity:.78;
}
.feature-catalog-link.is-coming-soon:hover{
  transform:none;
  border-color:rgba(255,216,137,.22);
  background:rgba(255,255,255,.055);
}
.feature-catalog-link .soon-pill{
  display:inline-flex;
  margin-top:12px;
  padding:5px 9px;
  border:1px solid rgba(255,216,137,.22);
  border-radius:999px;
  color:#ffdc97;
  background:rgba(255,196,92,.08);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.button.button-disabled{
  opacity:.58;
  cursor:not-allowed;
  pointer-events:none;
}

.development-page{
  min-height:100vh;
  margin:0;
  overflow-x:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 50% -10%,rgba(171,92,246,.22),transparent 42%),
    linear-gradient(145deg,#090711 0%,#110c1a 52%,#0a0811 100%);
  font-family:"DM Sans",sans-serif;
}
.development-orb{
  position:fixed;
  z-index:0;
  border-radius:50%;
  filter:blur(12px);
  pointer-events:none;
  animation:developmentFloat 9s ease-in-out infinite;
}
.development-orb-one{
  width:260px;
  height:260px;
  top:12%;
  left:-90px;
  background:radial-gradient(circle,rgba(238,130,205,.28),transparent 70%);
}
.development-orb-two{
  width:320px;
  height:320px;
  right:-110px;
  bottom:4%;
  background:radial-gradient(circle,rgba(108,110,255,.25),transparent 70%);
  animation-delay:-4s;
}
.development-header{
  position:relative;
  z-index:2;
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
  padding:24px 0;
}
.development-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
}
.development-brand img{
  width:92px;
  height:auto;
  object-fit:contain;
}
.development-brand span{
  display:grid;
  gap:2px;
}
.development-brand strong{
  font-size:1rem;
  letter-spacing:.08em;
}
.development-brand small{
  color:rgba(239,235,248,.62);
  font-size:.74rem;
}
.development-main{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:min(1120px,calc(100% - 40px));
  min-height:calc(100vh - 150px);
  margin:0 auto;
  padding:30px 0 80px;
}
.development-card{
  position:relative;
  width:min(720px,100%);
  padding:clamp(32px,6vw,66px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035));
  box-shadow:0 35px 100px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.1);
  text-align:center;
}
.development-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.08) 48%,transparent 70%);
  transform:translateX(-120%);
  animation:developmentSweep 5.5s ease-in-out infinite;
  pointer-events:none;
}
.development-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:9px 13px;
  border:1px solid rgba(255,216,137,.27);
  border-radius:999px;
  color:#ffe2a9;
  background:rgba(255,196,92,.09);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.development-badge i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#ffd16d;
  box-shadow:0 0 0 5px rgba(255,209,109,.1),0 0 18px rgba(255,209,109,.65);
  animation:developmentPulse 1.8s ease-in-out infinite;
}
.development-icon{
  display:grid;
  place-items:center;
  width:74px;
  height:74px;
  margin:28px auto 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(238,130,205,.22),rgba(117,92,246,.18));
  box-shadow:0 18px 50px rgba(119,70,189,.2);
  font-size:2rem;
}
.development-kicker{
  margin:0 0 10px;
  color:#d9b7ff;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.development-card h1{
  max-width:640px;
  margin:0 auto 18px;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2.5rem,7vw,4.6rem);
  font-weight:600;
  line-height:.96;
  letter-spacing:-.035em;
  background:linear-gradient(100deg,#fff 5%,#f3c5dc 52%,#ffd67d 96%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.development-copy{
  max-width:590px;
  margin:0 auto;
  color:rgba(239,235,248,.72);
  font-size:clamp(.98rem,2vw,1.08rem);
  line-height:1.75;
}
.development-progress{
  width:min(390px,100%);
  height:7px;
  margin:28px auto 30px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.08);
}
.development-progress span{
  display:block;
  width:68%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#92f4bf,#ffd17a,#ef83cd);
  box-shadow:0 0 18px rgba(239,131,205,.4);
  animation:developmentProgress 2.5s ease-in-out infinite alternate;
}
.development-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}
.development-note{
  margin:22px 0 0;
  color:rgba(239,235,248,.45);
  font-size:.78rem;
}
@keyframes developmentFloat{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(12px,-18px,0)}
}
@keyframes developmentSweep{
  0%,55%{transform:translateX(-120%)}
  85%,100%{transform:translateX(120%)}
}
@keyframes developmentPulse{
  0%,100%{transform:scale(.88);opacity:.7}
  50%{transform:scale(1.12);opacity:1}
}
@keyframes developmentProgress{
  from{width:58%}
  to{width:74%}
}
@media(max-width:760px){
  .main-nav .nav-disabled{
    justify-content:space-between;
    width:100%;
    border-radius:16px;
  }
  .development-header,.development-main{
    width:min(100% - 28px,1120px);
  }
  .development-header{padding:17px 0}
  .development-main{min-height:calc(100vh - 105px);padding:20px 0 50px}
  .development-card{padding:32px 20px;border-radius:26px}
  .development-brand img{width:74px}
  .development-brand small{display:none}
  .development-actions{display:grid}
  .development-actions .button{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .development-orb,.development-card::before,.development-badge i,.development-progress span{
    animation:none!important;
  }
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
.skip-link{
  position:fixed;
  top:12px;
  left:12px;
  z-index:10000;
  padding:12px 16px;
  border-radius:12px;
  background:#fff;
  color:#171020;
  font-weight:900;
  transform:translateY(-160%);
  transition:transform .18s ease;
}
.skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid #fff !important;
  outline-offset:3px !important;
  box-shadow:0 0 0 6px rgba(159,140,255,.72) !important;
}
body{
  margin:0;
  min-height:100vh;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,144,200,.22), transparent 22rem),
    radial-gradient(circle at 90% 0%, rgba(159,140,255,.18), transparent 28rem),
    radial-gradient(circle at 50% 80%, rgba(87,173,255,.10), transparent 26rem),
    linear-gradient(180deg, #110d1b 0%, #0d0a14 52%, #09070f 100%);
  overflow-x:hidden;
}
body::before, body::after{
  content:""; position:fixed; inset:auto; width:32rem; height:32rem; border-radius:50%; filter:blur(70px); pointer-events:none; z-index:-2;
}
body::before{left:-8rem; top:-10rem; background:rgba(255,144,200,.14)}
body::after{right:-8rem; top:3rem; background:rgba(159,140,255,.18)}
img{max-width:100%; display:block}
a{text-decoration:none; color:inherit}
button,input,select,textarea{font:inherit}
.container{width:var(--container); margin-inline:auto}
.page-shell{position:relative; isolation:isolate}
.bg-grid{
  position:fixed; inset:0; pointer-events:none; z-index:-3; opacity:.16;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,.8), transparent 80%);
}
.orb{position:fixed; border-radius:50%; filter:blur(10px); opacity:.65; pointer-events:none; z-index:-1; animation:float 12s ease-in-out infinite}
.orb.one{width:180px; height:180px; left:6%; top:18%; background:radial-gradient(circle at 30% 30%, #fff, rgba(255,144,200,.55) 35%, transparent 68%)}
.orb.two{width:240px; height:240px; right:10%; top:22%; background:radial-gradient(circle at 30% 30%, #fff, rgba(159,140,255,.45) 38%, transparent 70%); animation-delay:-4s}
.orb.three{width:180px; height:180px; right:22%; bottom:10%; background:radial-gradient(circle at 40% 40%, #fff, rgba(96,212,255,.35) 34%, transparent 68%); animation-delay:-8s}
@keyframes float{0%,100%{transform:translateY(0) translateX(0)}50%{transform:translateY(-18px) translateX(10px)}}
.site-header{
  position:sticky; top:0; z-index:40;
  backdrop-filter:blur(18px);
  background:rgba(14,11,22,.58);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-header .wrap{width:var(--container); margin-inline:auto; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:16px 0}
.brand{display:flex; align-items:center; gap:12px; min-width:0}
.brand img{width:132px; height:auto; border-radius:0; box-shadow:none; object-fit:contain}
.brand-text{display:flex; flex-direction:column}
.brand-text strong{font-size:1rem; line-height:1.1}
.brand-text span{font-size:.84rem; color:var(--muted)}
@media (max-width: 880px){.brand img{width:104px}}
.main-nav{display:flex; align-items:center; gap:8px; flex-wrap:wrap}
.main-nav a{padding:12px 14px; border-radius:999px; color:var(--text-soft); font-weight:700; transition:.25s ease; position:relative}
.main-nav a:hover, .main-nav a.active{background:rgba(255,255,255,.08); color:#fff; box-shadow:0 8px 24px rgba(0,0,0,.18)}
.right-controls{display:flex; align-items:center; gap:10px}
.lang-switch{display:flex; gap:4px; padding:4px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid var(--stroke)}
.lang-switch button{background:transparent; color:var(--text-soft); border:0; padding:9px 11px; border-radius:999px; cursor:pointer; font-weight:800}
.lang-switch button.active{background:linear-gradient(135deg, var(--primary), var(--primary-2)); color:#fff}
.menu-button{display:none; width:46px; height:46px; border:0; border-radius:14px; background:rgba(255,255,255,.08); color:#fff; cursor:pointer}
main{padding-bottom:40px}
.section{padding:78px 0}
.section.compact{padding:52px 0}
.badge{
  display:inline-flex; align-items:center; gap:8px; border-radius:999px; padding:10px 16px; background:rgba(255,255,255,.08); border:1px solid var(--stroke); color:#fff; font-weight:800; letter-spacing:.02em;
}
.badge-dot{width:10px; height:10px; border-radius:50%; background:var(--success); box-shadow:0 0 0 10px rgba(140,240,174,.13)}
.hero{padding:42px 0 30px}
.hero-grid{display:grid; grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr); align-items:center; gap:38px; min-height:calc(100vh - 110px)}
.hero-copy h1, .page-hero h1{font-size:clamp(2.6rem,6vw,5.9rem); line-height:.92; margin:.75rem 0 1.2rem; letter-spacing:-.06em}
.page-hero h1{font-size:clamp(2.4rem,5vw,4.5rem)}
.lead{font-size:clamp(1.08rem,2vw,1.28rem); line-height:1.75; color:var(--text-soft); max-width:760px}
.eyebrow{text-transform:uppercase; letter-spacing:.22em; color:#f4bbda; font-size:.76rem; font-weight:900}
.hero-actions,.cta-actions,.button-row{display:flex; flex-wrap:wrap; gap:14px; margin-top:26px}
.button{display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:52px; padding:0 20px; border-radius:999px; border:1px solid transparent; cursor:pointer; font-weight:800; transition:transform .22s ease, box-shadow .22s ease, background .22s ease}
.button:hover{transform:translateY(-2px)}
.button.primary{background:linear-gradient(135deg, var(--primary), var(--primary-2)); color:#fff; box-shadow:0 14px 34px rgba(159,140,255,.28)}
.button.secondary{background:rgba(255,255,255,.06); border-color:var(--stroke); color:#fff}
.button.ghost{background:transparent; border-color:var(--stroke); color:var(--text-soft)}
.glass{
  background:linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.hero-panel{position:relative; padding:22px; overflow:hidden}
.hero-panel::before{content:""; position:absolute; inset:auto -25% -30% auto; width:250px; height:250px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,.20), transparent 70%)}
.panel-screen{padding:18px; background:rgba(8,7,13,.5); border-radius:22px; border:1px solid rgba(255,255,255,.08)}
.panel-top{display:flex; align-items:center; justify-content:space-between; margin-bottom:16px}
.panel-top .dots{display:flex; gap:8px}
.panel-top .dots span{width:10px; height:10px; border-radius:50%; background:rgba(255,255,255,.18)}
.panel-top .chip{padding:7px 12px; background:rgba(255,255,255,.07); border-radius:999px; color:var(--text-soft); font-size:.85rem; font-weight:700}
.dashboard-grid{display:grid; grid-template-columns:1.08fr .92fr; gap:16px}
.metric-stack,.mini-stack{display:grid; gap:14px}
.metric-card,.mini-card,.feature-card,.spot-card,.stat-card,.timeline-card,.download-card,.form-card,.table-wrap,.highlight-card,.cta-card,.mock-card,.content-card,.map-shell,.countdown-card,.promo-card{
  background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.1); border-radius:24px;
}
.metric-card{padding:18px}
.metric-card strong{display:block; font-size:1.05rem; margin-bottom:8px}
.metric-value{font-size:2.1rem; font-weight:900; letter-spacing:-.04em}
.metric-label{color:var(--muted); font-size:.95rem}
.mini-card{padding:18px; min-height:116px}
.mini-card h3{margin:0 0 12px; font-size:1rem}
.mini-card p{margin:0; color:var(--muted); line-height:1.6}
.stats-strip{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:24px}
.stat-card{padding:22px; text-align:center}
.stat-number{display:block; font-size:2rem; font-weight:900}
.stat-label{display:block; margin-top:8px; color:var(--muted); font-weight:700}
.section-head{display:flex; align-items:end; justify-content:space-between; gap:22px; margin-bottom:24px}
.section-head h2{font-size:clamp(1.8rem,4vw,3.4rem); line-height:1; margin:.25rem 0 .55rem; letter-spacing:-.04em}
.section-head p{margin:0; color:var(--text-soft); max-width:720px; line-height:1.7}
.cards-grid{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:18px}
.cards-grid.two{grid-template-columns:repeat(2, minmax(0,1fr))}
.cards-grid.four{grid-template-columns:repeat(4, minmax(0,1fr))}
.feature-card,.content-card,.download-card,.mock-card,.highlight-card,.timeline-card,.countdown-card,.promo-card{padding:22px; position:relative; overflow:hidden}
.feature-card::before,.promo-card::before,.cta-card::before{content:""; position:absolute; inset:auto -60px -70px auto; width:180px; height:180px; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,.12), transparent 70%)}
.feature-icon{width:52px; height:52px; border-radius:16px; display:grid; place-items:center; font-size:1.35rem; background:linear-gradient(135deg, rgba(255,144,200,.24), rgba(159,140,255,.22)); border:1px solid rgba(255,255,255,.12); margin-bottom:16px}
.feature-card h3,.content-card h3,.timeline-card h3,.promo-card h3,.highlight-card h3{margin:0 0 10px; font-size:1.18rem}
.feature-card p,.content-card p,.timeline-card p,.promo-card p,.highlight-card p,.download-card p{margin:0; color:var(--muted); line-height:1.7}
.link-card{transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease}
.link-card:hover{transform:translateY(-5px); border-color:rgba(255,255,255,.25); box-shadow:0 20px 40px rgba(0,0,0,.2)}
.spotlight{display:grid; grid-template-columns:minmax(0,1fr) 360px; gap:18px}
.spot-card{padding:26px}
.spot-card h3{font-size:1.8rem; margin:0 0 12px}
.spot-card p{color:var(--text-soft); line-height:1.75; margin:0 0 18px}
.check-list{list-style:none; padding:0; margin:0; display:grid; gap:12px}
.check-list li{display:flex; gap:12px; align-items:flex-start; color:var(--text-soft)}
.check-list li::before{content:"✓"; display:grid; place-items:center; width:24px; height:24px; border-radius:50%; background:rgba(140,240,174,.14); color:var(--success); font-weight:900; flex:0 0 auto}
.preview-image{border-radius:24px; border:1px solid rgba(255,255,255,.12); overflow:hidden; background:rgba(255,255,255,.04); box-shadow:var(--shadow)}
.preview-image img{width:100%; height:100%; object-fit:cover}
.page-hero{padding-top:34px}
.page-hero .hero-card-inline{padding:18px 20px; display:flex; flex-wrap:wrap; gap:10px; margin-top:24px}
.hero-badges{display:flex; flex-wrap:wrap; gap:12px; margin-top:20px}
.info-pill{display:inline-flex; align-items:center; gap:8px; padding:12px 14px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); color:#fff; font-weight:700}
.form-grid{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px}
.form-grid .full{grid-column:1 / -1}
label{display:block; font-weight:800; margin-bottom:10px}
input,select,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
  border-radius:16px;
  padding:14px 16px;
  outline:none;
}
textarea{min-height:140px; resize:vertical}
input::placeholder, textarea::placeholder{color:#8f88ae}
.form-card{padding:24px}
.generated-box{white-space:pre-wrap; min-height:185px; padding:20px; border-radius:22px; background:rgba(255,255,255,.05); border:1px dashed rgba(255,255,255,.16); color:var(--text-soft)}
.notice{padding:18px 20px; border-radius:20px; background:rgba(255,212,124,.09); color:#ffe3a9; border:1px solid rgba(255,212,124,.18)}
.download-card{display:grid; grid-template-columns:1fr auto; align-items:center; gap:16px}
.download-card strong{font-size:1.15rem}
.mock-grid{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:18px}
.mock-panel{padding:18px; border-radius:24px; background:rgba(10,9,16,.52); border:1px solid rgba(255,255,255,.08)}
.mock-screen{padding:18px; border-radius:20px; background:linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03)); border:1px solid rgba(255,255,255,.08)}
.discord-presence{display:grid; gap:14px}
.discord-card{padding:16px; background:#1f2330; border-radius:18px; display:grid; grid-template-columns:auto 1fr; gap:14px; border:1px solid rgba(255,255,255,.08)}
.discord-avatar{width:56px; height:56px; border-radius:18px; background:linear-gradient(135deg, var(--primary), var(--primary-2)); display:grid; place-items:center; font-size:1.5rem}
.discord-text strong{display:block; margin-bottom:6px}
.discord-text p{margin:0; color:#c1c8db; line-height:1.5}
.tag-list{display:flex; flex-wrap:wrap; gap:10px}
.tag{padding:10px 12px; background:rgba(255,255,255,.06); border-radius:999px; color:var(--text-soft); border:1px solid rgba(255,255,255,.1); font-weight:700}
.map-shell{padding:20px}
.map-toolbar{display:flex; justify-content:space-between; gap:12px; align-items:center; margin-bottom:16px; flex-wrap:wrap}
.map-viewport{position:relative; height:640px; overflow:hidden; border-radius:24px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); cursor:grab}
.map-viewport.dragging{cursor:grabbing}
.map-content{position:absolute; left:0; top:0; transform-origin:top left}
.map-base{display:block; width:1280px; max-width:none; user-select:none; pointer-events:none}
.marker{position:absolute; transform:translate(-50%,-100%); background:linear-gradient(135deg, var(--primary), var(--primary-2)); color:#fff; padding:10px 12px; border-radius:999px; font-size:.88rem; font-weight:800; border:1px solid rgba(255,255,255,.25); box-shadow:0 10px 24px rgba(0,0,0,.25); white-space:nowrap; cursor:pointer}
.marker::after{content:""; position:absolute; left:50%; bottom:-9px; width:14px; height:14px; background:inherit; border-right:1px solid rgba(255,255,255,.25); border-bottom:1px solid rgba(255,255,255,.25); transform:translateX(-50%) rotate(45deg)}
.map-tooltip{position:absolute; min-width:220px; max-width:320px; padding:18px; border-radius:22px; background:rgba(18,14,29,.9); border:1px solid rgba(255,255,255,.12); box-shadow:var(--shadow); pointer-events:none; opacity:0; transform:translateY(8px); transition:.18s ease}
.map-tooltip.show{opacity:1; transform:translateY(0)}
.coords{padding:10px 12px; border-radius:14px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); color:var(--text-soft); font-weight:700}
.champ-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px}
.countdown-value{font-size:clamp(2rem,4vw,3.2rem); font-weight:900; letter-spacing:-.04em; margin:10px 0}
.countdown-sub{color:var(--text-soft)}
.status-chip{display:inline-flex; align-items:center; gap:8px; padding:10px 12px; border-radius:999px; font-weight:800; font-size:.88rem}
.status-chip.live{background:rgba(140,240,174,.12); color:var(--success)}
.status-chip.next{background:rgba(159,140,255,.14); color:#d8ceff}
.table-wrap{padding:18px; overflow:auto}
.table-wrap table{width:100%; border-collapse:collapse; min-width:680px}
.table-wrap th,.table-wrap td{padding:14px 12px; border-bottom:1px solid rgba(255,255,255,.08); text-align:left}
.table-wrap th{color:#fff; font-size:.92rem}
.table-wrap td{color:var(--text-soft)}
.cta-card{padding:28px; display:grid; grid-template-columns:1.1fr .9fr; gap:20px; align-items:center; position:relative; overflow:hidden}
.cta-card h2{font-size:clamp(1.8rem,4vw,3rem); line-height:1.05; margin:0 0 12px}
.cta-card p{margin:0; color:var(--text-soft); line-height:1.75}
.footer{border-top:1px solid rgba(255,255,255,.08); padding:24px 0 40px; margin-top:30px}
.footer .wrap{width:var(--container); margin-inline:auto; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap}
.footer p{margin:6px 0 0; color:var(--muted)}
.small-links{display:flex; gap:14px; flex-wrap:wrap}
.small-links a{color:var(--text-soft)}
.reveal{opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease}
.reveal.is-visible{opacity:1; transform:translateY(0)}
.fade-in{animation:pageEnter .7s ease both}
@keyframes pageEnter{from{opacity:0; transform:translateY(10px)}to{opacity:1; transform:none}}
@media (max-width: 1120px){
  .hero-grid,.spotlight,.cta-card,.cards-grid.four,.champ-grid{grid-template-columns:1fr}
  .cards-grid,.stats-strip,.mock-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .cards-grid.four{grid-template-columns:repeat(2, minmax(0,1fr))}
  .download-card{grid-template-columns:1fr}
}
@media (max-width: 880px){
  .site-header .wrap{padding:14px 0}
  .menu-button{display:grid; place-items:center}
  .main-nav{display:none; position:absolute; left:16px; right:16px; top:76px; flex-direction:column; align-items:stretch; padding:12px; border-radius:24px; background:rgba(15,11,24,.97); border:1px solid rgba(255,255,255,.08); box-shadow:var(--shadow)}
  .main-nav.open{display:flex}
  .main-nav a{border-radius:16px}
  .right-controls{margin-left:auto}
  .lang-switch{display:none}
  .stats-strip,.cards-grid,.cards-grid.two,.cards-grid.four,.form-grid,.mock-grid{grid-template-columns:1fr}
  .dashboard-grid,.spotlight,.cta-card,.champ-grid,.hero-grid{grid-template-columns:1fr}
  .hero-grid{min-height:auto; padding-top:30px}
  .map-viewport{height:460px}
  .page-hero h1, .hero-copy h1{font-size:clamp(2.2rem,9vw,4.2rem)}
}


/* ================= ULTRA EFFECTS ================= */
.ultra-site{cursor:default}
.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:80;background:linear-gradient(90deg,var(--primary),var(--primary-2),#74d7ff);box-shadow:0 0 20px rgba(255,144,200,.7)}
.particles{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:-1;opacity:.76}
.cursor-glow{position:fixed;width:260px;height:260px;border-radius:50%;pointer-events:none;z-index:2;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,144,200,.15),rgba(159,140,255,.08) 38%,transparent 70%);mix-blend-mode:screen;opacity:0;transition:opacity .25s ease}
.preloader{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:radial-gradient(circle at 50% 20%,rgba(255,144,200,.16),transparent 32rem),#0b0812;transition:opacity .55s ease,visibility .55s ease}
body.loaded .preloader{opacity:0;visibility:hidden}
.preloader-card{width:min(360px,calc(100% - 40px));padding:30px;border-radius:32px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 80px rgba(0,0,0,.45);text-align:center;backdrop-filter:blur(20px)}
.preloader-card img{width:170px;height:auto;margin:0 auto 14px;animation:logoPulse 1.8s ease-in-out infinite}
.preloader-card strong{display:block;font-size:1.4rem}.preloader-card span{display:block;color:var(--text-soft);margin-top:6px}
.loader-line{height:8px;background:rgba(255,255,255,.08);border-radius:999px;overflow:hidden;margin-top:22px}.loader-line i{display:block;height:100%;width:44%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--primary-2));animation:loaderMove 1.05s ease-in-out infinite}
@keyframes logoPulse{0%,100%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.08) rotate(3deg)}}
@keyframes loaderMove{0%{transform:translateX(-110%)}100%{transform:translateX(260%)}}
.ticker{overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(255,144,200,.12),rgba(159,140,255,.12));backdrop-filter:blur(12px)}
.ticker-track{display:flex;gap:38px;white-space:nowrap;padding:10px 0;color:var(--text-soft);font-weight:800;animation:ticker 25s linear infinite}.ticker-track span{display:inline-flex;align-items:center;gap:8px}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.hero-copy h1,.page-hero h1,.section-head h2,.showcase-copy h2{background:linear-gradient(135deg,#fff 0%,#ffd7eb 38%,#c8beff 72%,#8ee0ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 34px rgba(255,144,200,.08)}
.button{position:relative;overflow:hidden}.button::after{content:"";position:absolute;inset:-120% auto auto -40%;width:45%;height:320%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:rotate(25deg);transition:transform .75s ease}.button:hover::after{transform:translateX(420%) rotate(25deg)}
.glass,.feature-card,.stat-card,.content-card,.download-card,.countdown-card,.promo-card,.club-card,.install-step,.status-wall{transform-style:preserve-3d;will-change:transform}
.feature-card,.stat-card,.content-card,.download-card,.countdown-card,.promo-card,.club-card,.install-step,.status-wall{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}
.feature-card:hover,.stat-card:hover,.content-card:hover,.download-card:hover,.countdown-card:hover,.promo-card:hover,.club-card:hover,.install-step:hover{transform:translateY(-7px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));border-color:rgba(255,255,255,.28);box-shadow:0 24px 60px rgba(0,0,0,.28)}
.feature-card::after,.stat-card::after,.content-card::after,.promo-card::after,.club-card::after,.install-step::after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--mx,50%) var(--my,20%),rgba(255,255,255,.16),transparent 34%);opacity:0;transition:opacity .25s ease;pointer-events:none}
.feature-card:hover::after,.stat-card:hover::after,.content-card:hover::after,.promo-card:hover::after,.club-card:hover::after,.install-step:hover::after{opacity:1}
.premium-float{animation:premiumFloat 6s ease-in-out infinite}.preview-image{position:relative}.preview-image::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.08) 45%,transparent 70%);transform:translateX(-120%);animation:softScan 5.8s ease-in-out infinite}
@keyframes premiumFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes softScan{0%,45%{transform:translateX(-120%)}75%,100%{transform:translateX(120%)}}
.showcase-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:center}.showcase-copy{padding:28px}.showcase-copy h2{font-size:clamp(1.9rem,4vw,3.4rem);line-height:1.02;margin:.3rem 0 1rem}.showcase-copy p{color:var(--text-soft);line-height:1.75;margin-bottom:18px}.ultra-showcase{position:relative}.ultra-showcase::before{content:"";position:absolute;left:10%;right:10%;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}
.status-wall{padding:18px;border-radius:28px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);display:grid;gap:12px}.status-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:16px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.status-row em{font-style:normal;color:var(--muted);font-weight:700}.pulse-dot{width:13px;height:13px;border-radius:50%;box-shadow:0 0 0 0 currentColor;animation:pulseDot 1.8s ease-in-out infinite}.pulse-dot.green{color:#8cf0ae;background:#8cf0ae}.pulse-dot.pink{color:#ff90c8;background:#ff90c8}.pulse-dot.violet{color:#9f8cff;background:#9f8cff}.pulse-dot.blue{color:#74d7ff;background:#74d7ff}@keyframes pulseDot{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.0)}50%{box-shadow:0 0 0 9px color-mix(in srgb,currentColor 20%,transparent)}}
.install-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}.install-step{position:relative;padding:24px;border-radius:26px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);overflow:hidden}.install-step span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--primary),var(--primary-2));font-weight:900;margin-bottom:18px}.install-step h3{margin:0 0 8px}.install-step p{margin:0;color:var(--muted);line-height:1.65}.install-step:not(:last-child)::before{content:"";position:absolute;right:-20px;top:45px;width:40px;height:2px;background:linear-gradient(90deg,var(--primary),transparent);z-index:2}
.club-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.club-card{position:relative;padding:24px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.12);overflow:hidden}.club-card span{font-size:2.1rem}.club-card h3{margin:14px 0 8px}.club-card p{margin:0;color:var(--text-soft);line-height:1.65}.club-card em{display:inline-flex;margin-top:16px;padding:9px 12px;border-radius:999px;background:rgba(140,240,174,.12);color:var(--success);font-style:normal;font-weight:800;font-size:.86rem}
.map-legend{display:flex;flex-wrap:wrap;gap:14px;padding:18px 20px;align-items:center;justify-content:center}.map-legend span{display:inline-flex;align-items:center;gap:9px;color:var(--text-soft);font-weight:800}.legend-dot{width:12px;height:12px;border-radius:50%;display:inline-block;box-shadow:0 0 18px currentColor}.legend-dot.pink{background:#ff90c8;color:#ff90c8}.legend-dot.violet{background:#9f8cff;color:#9f8cff}.legend-dot.blue{background:#74d7ff;color:#74d7ff}.legend-dot.green{background:#8cf0ae;color:#8cf0ae}.marker{animation:markerPop .5s ease both}.marker:nth-of-type(2){animation-delay:.08s}.marker:nth-of-type(3){animation-delay:.16s}.marker:nth-of-type(4){animation-delay:.24s}.marker:nth-of-type(5){animation-delay:.32s}@keyframes markerPop{from{opacity:0;transform:translate(-50%,-70%) scale(.72)}to{opacity:1;transform:translate(-50%,-100%) scale(1)}}
.cards-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.particles,.cursor-glow{display:none!important}}
@media (max-width:1120px){.showcase-grid,.install-timeline,.club-showcase,.cards-grid.three{grid-template-columns:1fr 1fr}.install-step:not(:last-child)::before{display:none}}
@media (max-width:880px){.showcase-grid,.install-timeline,.club-showcase,.cards-grid.three{grid-template-columns:1fr}.cursor-glow{display:none}.ticker-track{animation-duration:18s}.status-row{grid-template-columns:auto 1fr}.status-row em{grid-column:2}}


.discord-live-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:22px;align-items:center}
.discord-live-card{padding:28px;position:relative;overflow:hidden}
.discord-live-card::before{content:"";position:absolute;inset:-80px -120px auto auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(88,101,242,.22),transparent 70%)}
.discord-widget-card{padding:16px;border-radius:30px;background:linear-gradient(180deg,rgba(88,101,242,.14),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);position:relative;overflow:hidden}
.discord-widget-card::after{content:"";position:absolute;left:18px;right:18px;top:14px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent)}
.discord-widget-frame{width:100%;height:500px;border:0;border-radius:22px;display:block;background:#1e1f22}
.discord-widget-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.discord-widget-header strong{font-size:1.1rem}.discord-widget-header span{color:var(--muted);font-size:.92rem}
.discord-cta-line{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
@media (max-width: 1120px){.discord-live-grid{grid-template-columns:1fr}.discord-widget-frame{height:440px}}


/* Carte interactive complète */
.map-filters{padding:22px;display:grid;gap:18px}
.map-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}
.map-filter-head h3{margin:0 0 8px;font-size:1.35rem}
.map-filter-head p{margin:0;color:var(--text-soft);line-height:1.6;max-width:760px}
.map-filter-actions{display:flex;gap:10px;flex-wrap:wrap}
.map-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}
.map-stats{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:var(--text-soft);font-weight:800;white-space:nowrap}
.map-filter-buttons{display:flex;flex-wrap:wrap;gap:10px;max-height:220px;overflow:auto;padding-right:4px}
.map-filter-btn{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:var(--text-soft);border-radius:999px;padding:10px 13px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-weight:850;transition:transform .2s ease, background .2s ease, border-color .2s ease}
.map-filter-btn:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.28)}
.map-filter-btn.active{background:linear-gradient(135deg, color-mix(in srgb, var(--cat-color) 32%, transparent), rgba(255,255,255,.08));color:#fff;border-color:color-mix(in srgb, var(--cat-color) 68%, rgba(255,255,255,.12))}
.map-filter-btn .count{opacity:.78;font-size:.86rem}
.marker.map-marker-point{width:24px;height:24px;min-width:24px;min-height:24px;padding:0;border-radius:0;display:grid;place-items:center;transform:translate(-50%,-50%);background:transparent;border:none;box-shadow:none;font-size:11px;line-height:1;z-index:2;transition:transform .16s ease, opacity .16s ease}
.marker.map-marker-point::after{display:none}
.marker.map-marker-point:hover,.marker.map-marker-point.is-focused{transform:translate(-50%,-50%) scale(1.18);z-index:8;box-shadow:none}
.marker.map-marker-point.is-hidden{display:none}
.marker.map-marker-point.is-muted{opacity:.28}
.map-tooltip strong{display:block;font-size:1.05rem}
.map-tooltip .tip-cat{display:inline-flex;align-items:center;gap:7px;margin-bottom:8px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:.82rem;font-weight:850}
.map-tooltip .tip-coords{display:block;margin-top:12px;color:var(--muted);font-size:.86rem;font-weight:750}
@media (max-width:880px){.map-search-row{grid-template-columns:1fr}.map-stats{white-space:normal}.map-filter-actions{width:100%}.map-filter-actions .button{flex:1}.marker.map-marker-point{width:20px;height:20px;min-width:20px;min-height:20px}}


/* ===== Carte interactive PRO calibrée ===== */
.pro-map-hero{padding-bottom:34px}
.pro-map-section{padding-top:20px}
.pro-map-app{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:18px;padding:18px;min-height:780px}
.pro-map-sidebar{display:flex;flex-direction:column;gap:14px;min-width:0}
.sidebar-block{padding:18px;border-radius:24px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}
.sidebar-title h2{font-size:1.55rem;margin:.35rem 0 .65rem;letter-spacing:-.03em}
.sidebar-title p{margin:0;color:var(--text-soft);line-height:1.6}
.map-actions-premium{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.map-actions-premium .button{min-height:48px;padding-inline:14px}
.map-label{font-size:.92rem;color:#fff;margin-bottom:10px}
.map-search-premium{height:52px;border-radius:18px;background:rgba(8,7,13,.42);border-color:rgba(255,255,255,.16)}
.map-stats.premium{margin-top:12px;text-align:center;background:linear-gradient(135deg,rgba(255,144,200,.12),rgba(159,140,255,.12));color:#fff}
.sidebar-row-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.mini-action{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:var(--text-soft);border-radius:999px;padding:7px 10px;cursor:pointer;font-weight:850}
.map-filter-buttons.premium{max-height:330px;display:grid;grid-template-columns:1fr;gap:8px;overflow:auto;padding-right:4px}
.map-filter-buttons.premium.collapsed{max-height:0;overflow:hidden;padding:0}
.map-filter-buttons.premium .map-filter-btn{width:100%;justify-content:flex-start;border-radius:16px;padding:11px 12px;background:rgba(255,255,255,.055)}
.map-filter-buttons.premium .map-filter-btn .count{margin-left:auto;padding:3px 8px;border-radius:999px;background:rgba(255,255,255,.08)}
.selected-marker-card{margin-top:auto;min-height:170px}
.selected-marker-card h3{margin:.35rem 0 .5rem;font-size:1.25rem}
.selected-marker-card p{margin:0;color:var(--text-soft);line-height:1.65}
.selected-marker-card .selected-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.selected-marker-card .selected-meta span{padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.07);color:#fff;font-weight:800;font-size:.82rem}
.pro-map-canvas-card{min-width:0;display:grid;grid-template-rows:auto auto 1fr;gap:12px}
.pro-map-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px;border-radius:24px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}
.pro-coords{background:rgba(8,7,13,.44);font-size:.94rem}
.toolbar-buttons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.map-icon-button{min-width:42px;height:42px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;border-radius:14px;cursor:pointer;font-weight:950;transition:transform .2s ease,background .2s ease}
.map-icon-button:hover{transform:translateY(-2px);background:rgba(255,255,255,.12)}
.map-icon-button.wide{padding-inline:13px;min-width:auto}
.pro-map-statusbar{display:flex;gap:10px;flex-wrap:wrap;padding:10px 14px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:var(--muted);font-weight:800;font-size:.88rem}
.pro-map-statusbar span{padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.04)}
.map-viewport.pro{height:min(78vh,820px);min-height:620px;border-radius:30px;background:#111018;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 30px 80px rgba(0,0,0,.38);position:relative}
.map-viewport.pro::before{content:"";position:absolute;inset:0;z-index:5;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 18%,transparent 82%,rgba(0,0,0,.25))}
.map-content{will-change:transform}
.map-base{width:1254px!important;height:1254px!important;max-width:none;object-fit:contain;image-rendering:auto}
.map-grid-overlay{position:absolute;left:0;top:0;width:1254px;height:1254px;pointer-events:none;opacity:0;transition:opacity .2s ease;background-image:linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.14) 1px, transparent 1px);background-size:calc(1254px / 10) calc(1254px / 10)}
.map-grid-overlay.show{opacity:.28}
.marker.map-marker-point{width:18px;height:18px;min-width:18px;min-height:18px;font-size:9px;border-width:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--marker-color) 15%,transparent),0 7px 16px rgba(0,0,0,.34)}
.marker.map-marker-point:hover,.marker.map-marker-point.is-focused{transform:translate(-50%,-50%) scale(1.65)}
.marker.map-marker-point.is-search-hit{box-shadow:0 0 0 8px color-mix(in srgb,var(--marker-color) 32%,transparent),0 12px 28px rgba(0,0,0,.44)}
.map-tooltip{z-index:20;pointer-events:none}
@media (max-width:1120px){.pro-map-app{grid-template-columns:1fr;min-height:auto}.selected-marker-card{margin-top:0}.map-filter-buttons.premium{grid-template-columns:repeat(2,minmax(0,1fr));max-height:280px}}
@media (max-width:880px){.pro-map-app{padding:12px}.map-actions-premium{grid-template-columns:1fr}.map-filter-buttons.premium{grid-template-columns:1fr}.map-viewport.pro{height:64vh;min-height:430px}.toolbar-buttons{width:100%}.map-icon-button.wide{flex:1}.pro-map-statusbar{font-size:.8rem}}


/* === Fusion base + style luxe inspiré du site fourni === */
body{
  font-family:'DM Sans', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.42;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
  mix-blend-mode:screen;
}
.hero-copy h1,.page-hero h1,.section-head h2,.cta-card h2,.rp-title{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-weight:300;
}
.hero-copy h1 em,.section-head h2 em,.rp-title em,.rp-em{
  font-style:italic;
  background:linear-gradient(110deg,#ff78ca 0%,#f0d080 50%,#ff78ca 100%);
  background-size:200%;-webkit-background-clip:text;background-clip:text;color:transparent;
  animation:rpShimmer 4s linear infinite;
}
@keyframes rpShimmer{to{background-position:200% center}}
.button.primary,.lang-switch button.active{
  background:linear-gradient(135deg,#f472c8,#8b42ff 62%,#5530d8);
  box-shadow:0 16px 44px rgba(244,114,200,.26);
}
.button.primary:hover{box-shadow:0 22px 54px rgba(244,114,200,.38)}
.feature-card,.content-card,.download-card,.countdown-card,.promo-card,.install-step,.discord-widget-card{
  transition:transform .25s cubic-bezier(.34,1.56,.64,1),border-color .25s,box-shadow .25s;
}
.feature-card:hover,.content-card:hover,.download-card:hover,.countdown-card:hover,.promo-card:hover,.install-step:hover{
  border-color:rgba(232,160,208,.34);box-shadow:0 24px 64px rgba(0,0,0,.34);
}

.rp-hero-section{padding:70px 0 48px;position:relative;overflow:hidden}
.rp-hero-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 24%,rgba(244,114,200,.13),transparent 28rem),radial-gradient(circle at 84% 35%,rgba(88,101,242,.16),transparent 34rem);pointer-events:none}
.rp-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:46px;align-items:center;min-height:calc(100vh - 190px)}
.rp-eyebrow{display:inline-flex;align-items:center;gap:10px;background:rgba(232,160,208,.07);border:1px solid rgba(232,160,208,.22);border-radius:999px;padding:7px 15px;color:#e8a0d0;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:22px}
.rp-live-dot{width:8px;height:8px;border-radius:50%;background:#4dffc4;box-shadow:0 0 8px #4dffc4;animation:pdot 2s ease-in-out infinite}
@keyframes pdot{0%,100%{box-shadow:0 0 8px #4dffc4}50%{box-shadow:0 0 18px #4dffc4,0 0 30px rgba(77,255,196,.3)}}
.rp-title{font-size:clamp(3.2rem,7vw,6.5rem);line-height:.96;letter-spacing:-.03em;margin:0 0 22px}
.rp-lead{font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.78;color:var(--text-soft);max-width:620px}.rp-lead strong{color:#fff}
.rp-stats-row{display:flex;gap:30px;flex-wrap:wrap;margin-top:32px}.rp-stats-row div{min-width:110px}.rp-stats-row strong{display:block;font-family:'Cormorant Garamond',serif;font-size:2.1rem;line-height:1;background:linear-gradient(120deg,#fff,#e8a0d0);-webkit-background-clip:text;color:transparent}.rp-stats-row span{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:700}
.rp-main-btn{position:relative;overflow:hidden}.rp-main-btn::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.22),transparent);transform:translateX(-120%)}.rp-main-btn:hover::after{animation:btnShine .85s ease}@keyframes btnShine{to{transform:translateX(120%)}}

.rp-discord-mock{height:520px;background:#1e1f22;border-radius:28px;overflow:hidden;box-shadow:0 44px 120px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.07);position:relative;display:flex}
.rp-discord-mock::before{content:"";position:absolute;inset:-90px;z-index:-1;background:radial-gradient(circle at 70% 30%,rgba(244,114,200,.22),transparent 62%),radial-gradient(circle at 20% 80%,rgba(88,101,242,.25),transparent 58%)}
.rp-dm-side{width:68px;background:#111214;display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:9px;flex:0 0 auto}.rp-dm-logo,.rp-dm-bubble{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#36393f;transition:.2s}.rp-dm-logo{border-radius:16px;background-image:url('../assets/logo.png');background-size:cover;background-position:center}.rp-dm-bubble:hover{border-radius:14px;background:#5865f2}.rp-dm-sep{width:32px;height:2px;background:rgba(255,255,255,.08);border-radius:999px}
.rp-dm-main{display:flex;min-width:0;flex:1}.rp-dm-channels{width:190px;background:#2b2d31;padding:14px 8px;display:flex;flex-direction:column;gap:4px;flex-shrink:0}.rp-dm-channels strong{padding:4px 8px;color:#fff;font-size:.95rem}.rp-dm-channels span{font-size:.66rem;font-weight:800;color:#949ba4;text-transform:uppercase;letter-spacing:.1em;padding:10px 8px 2px}.rp-dm-channels p{margin:0;padding:7px 8px;border-radius:8px;color:#949ba4}.rp-dm-channels p.on,.rp-dm-channels p:hover{background:rgba(255,255,255,.09);color:#fff}.rp-profile-mini{margin-top:auto;padding:8px;background:#232428;border-radius:10px;display:flex;align-items:center;gap:8px}.rp-profile-mini div{width:32px;height:32px;border-radius:50%;background-image:url('../assets/logo.png');background-size:cover;background-position:center;position:relative}.rp-profile-mini div::after{content:"";position:absolute;right:-2px;bottom:-2px;width:12px;height:12px;border-radius:50%;background:#23a55a;border:2px solid #232428}.rp-profile-mini b{display:block;color:#fff;font-size:.8rem}.rp-profile-mini small{color:#949ba4}
.rp-dm-content{background:#313338;flex:1;min-width:0;border-left:1px solid rgba(255,255,255,.04);display:flex;flex-direction:column}.rp-dm-content header{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06);font-weight:800;color:#fff}.rp-message{display:flex;gap:10px;padding:16px}.rp-message i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:900;color:#fff;background:linear-gradient(135deg,#9b59b6,#3498db);flex:0 0 auto}.rp-message.alt i{background:linear-gradient(135deg,#e040fb,#7c4dff)}.rp-message b{display:block;color:#f472c8;font-size:.92rem;margin-bottom:4px}.rp-message.alt b{color:#b39ddb}.rp-message p{margin:0;color:#dbdee1;line-height:1.5;font-size:.92rem}
.rp-dm-profile{width:250px;background:#2b2d31;border-left:1px solid rgba(255,255,255,.04);flex-shrink:0;overflow:hidden}.rp-banner{height:62px;background:linear-gradient(135deg,#5a1a7a,#c040a0 60%,#7b2090)}.rp-avatar{width:58px;height:58px;border-radius:50%;background-image:url('../assets/logo.png');background-size:cover;background-position:center;border:4px solid #2b2d31;margin:-28px 12px 8px;position:relative}.rp-avatar::after{content:"";position:absolute;right:0;bottom:0;width:18px;height:18px;border-radius:50%;background:#23a55a;border:3px solid #2b2d31}.rp-dm-profile h3{margin:0 12px 2px;color:#fff;font-size:1rem}.rp-dm-profile>p{margin:0 12px 12px;color:#949ba4;font-size:.82rem}.rp-activity{margin:0 12px;padding:12px;border-radius:12px;background:rgba(0,0,0,.23);border:1px solid rgba(255,255,255,.06)}.rp-activity small{display:block;color:#949ba4;text-transform:uppercase;letter-spacing:.1em;font-weight:800;font-size:.62rem;margin-bottom:10px}.rp-activity-row{display:flex;gap:10px}.rp-game-icon{width:50px;height:50px;border-radius:12px;background-image:url('../assets/logo.png');background-size:cover;background-position:center;position:relative;flex:0 0 auto}.rp-game-icon span{position:absolute;right:-5px;bottom:-5px;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#e040fb,#7c4dff);border:2px solid #2b2d31;display:grid;place-items:center;font-size:.7rem}.rp-activity b{display:block;color:#fff;font-size:.82rem}.rp-activity p{margin:2px 0;color:#b5bac1;font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rp-timer{display:flex!important;align-items:center;gap:6px;color:#949ba4!important}.rp-timer span{width:6px;height:6px;border-radius:50%;background:#4dffc4;box-shadow:0 0 6px #4dffc4}.rp-timer b{display:inline;color:#b5bac1}.rp-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.rp-chips span{font-size:.66rem;padding:4px 8px;border-radius:999px;background:rgba(232,160,208,.1);border:1px solid rgba(232,160,208,.2);color:#dda0dd}.rp-chips span.green{background:rgba(35,165,90,.12);border-color:rgba(35,165,90,.3);color:#7dffc4}
.rp-ornament{display:flex;align-items:center;gap:16px;color:var(--muted);margin:12px 0 30px}.rp-ornament span{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(232,160,208,.35),transparent)}.rp-ornament p{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;margin:0;color:#e8a0d0}
.rp-install{grid-template-columns:repeat(3,minmax(0,1fr))}.rp-faq-list{display:grid;gap:8px}.rp-faq-list details{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:18px;overflow:hidden}.rp-faq-list summary{cursor:pointer;padding:18px 20px;font-weight:800}.rp-faq-list p{padding:0 20px 18px;margin:0;color:var(--text-soft);line-height:1.7}
@media(max-width:1180px){.rp-hero-grid{grid-template-columns:1fr}.rp-discord-mock{max-width:900px;width:100%;margin-inline:auto}.rp-dm-profile{display:none}}
@media(max-width:760px){.rp-title{font-size:clamp(2.6rem,14vw,4.2rem)}.rp-discord-mock{height:auto;min-height:460px}.rp-dm-side{display:none}.rp-dm-channels{display:none}.rp-dm-main{margin:0}.rp-dm-profile{display:none}.rp-install{grid-template-columns:1fr}.rp-stats-row{gap:18px}.rp-dm-content{min-height:400px}}


/* page transitions */
body.page-leaving .preloader{opacity:1;visibility:visible;pointer-events:auto}
body.page-leaving .page-shell{opacity:.88;filter:blur(2px);transform:scale(.995);transition:opacity .3s ease, filter .3s ease, transform .3s ease}
body.loaded .preloader{pointer-events:none}

/* rich presence page refresh */
.rp-real-hero{padding:44px 0 26px}
.rp-real-grid{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(0,1.08fr);gap:26px;align-items:start}
.rp-real-title{font-size:clamp(2.4rem,5vw,4.8rem);line-height:.94;margin:.8rem 0 1rem;letter-spacing:-.05em}
.rp-real-title em{font-style:normal;background:linear-gradient(135deg,var(--primary),#fff3a2);-webkit-background-clip:text;background-clip:text;color:transparent}
.rp-real-lead{font-size:1.08rem;line-height:1.8;color:var(--text-soft);max-width:640px}
.rp-benefit-list{display:grid;gap:12px;margin-top:24px}
.rp-benefit-list div{padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}
.rp-benefit-list strong{display:block;font-size:1rem;margin-bottom:5px}
.rp-benefit-list span{color:var(--muted);line-height:1.6;display:block}
.rp-real-stats{margin-top:20px}
.rp-real-visual{display:grid;gap:18px}
.rp-shot-card,.rp-mini-card{border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);overflow:hidden}
.rp-shot-head{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(8,7,13,.34)}
.rp-shot-head span{color:var(--text-soft);font-size:.92rem;font-weight:700}
.rp-shot-head b{font-size:.82rem;color:#fff;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.08)}
.rp-shot-card img{display:block;width:100%;height:auto;background:#101018}
.rp-shot-card.main-status img{max-height:340px;object-fit:contain;padding:14px;background:radial-gradient(circle at top left, rgba(255,255,255,.06), transparent 40%), #17131f}
.rp-real-bottom{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:18px;align-items:start}
.rp-shot-card.config-card img{padding:10px;background:#ece8ef}
.rp-icon-stack{display:grid;gap:18px}
.rp-mini-card{padding:16px;text-align:center}
.rp-mini-card img{width:100%;max-width:150px;height:auto;margin:0 auto 12px;object-fit:contain}
.rp-mini-card p{margin:0;color:var(--muted);line-height:1.6;font-size:.95rem}
.rp-proof-grid{margin-top:8px}
.main-nav a{font-size:.95rem}
.brand{gap:16px}
.brand-text strong{font-size:1.06rem}
.brand-text span{max-width:230px}
@media (max-width:1120px){
  .rp-real-grid,.rp-real-bottom{grid-template-columns:1fr}
  .rp-icon-stack{grid-template-columns:1fr 1fr}
}
@media (max-width:880px){
  .rp-real-title{font-size:clamp(2.1rem,9vw,3.4rem)}
  .rp-icon-stack{grid-template-columns:1fr}
}


.server-showcase-card{padding:18px;border-radius:30px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow)}
.server-showcase-card img,.server-preview-image img{display:block;width:100%;height:auto;border-radius:22px;object-fit:cover}
.server-showcase-section .section-head p{max-width:900px}
.server-preview-image{min-height:320px}


/* Page Championnats Pro */
.champ-pro-hero{padding-top:54px;position:relative;overflow:hidden}
.champ-pro-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 75% 8%,rgba(255,212,124,.15),transparent 24rem),radial-gradient(circle at 15% 18%,rgba(255,144,200,.17),transparent 26rem)}
.champ-pro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:28px;align-items:center}
.champ-pro-copy h1{font-size:clamp(2.8rem,6.4vw,6.4rem);line-height:.9;letter-spacing:-.07em;margin:18px 0 18px;background:linear-gradient(135deg,#fff 0%,#ffd7eb 35%,#ffc954 68%,#9f8cff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 38px rgba(255,144,200,.12)}
.champ-pro-copy h1 span{display:block}
.champ-dynamic-line{display:inline-flex;margin-top:18px;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#ffe6ad;font-weight:800}
.champ-live-board{padding:24px;position:relative;overflow:hidden}
.champ-live-board::before{content:"";position:absolute;right:-90px;top:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,124,.18),transparent 68%)}
.champ-live-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;color:var(--text-soft)}
.champ-live-current,.champ-live-next{position:relative;padding:20px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}
.champ-live-current h3,.champ-live-next h3{font-size:clamp(1.35rem,2.6vw,2.25rem);line-height:1.05;margin:12px 0 8px;color:#fff}
.champ-live-current p,.champ-live-next p{color:var(--text-soft);line-height:1.6;margin:0}.champ-live-next{margin-top:14px}
.live-pill,.next-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.live-pill{background:rgba(140,240,174,.12);color:var(--success)}.live-pill i{width:9px;height:9px;border-radius:50%;background:var(--success);box-shadow:0 0 16px var(--success)}.next-pill{background:rgba(255,212,124,.12);color:#ffe3a9}.champ-progress-shell{height:10px;margin:18px 0;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.champ-progress-shell i{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--success),var(--warning),var(--primary));box-shadow:0 0 22px rgba(255,144,200,.35);transition:width .6s ease}.champ-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.champ-count-unit{padding:14px 10px;text-align:center;border-radius:18px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.1)}.champ-count-unit strong{display:block;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1;font-weight:950;color:#fff}.champ-count-unit span{display:block;margin-top:7px;color:var(--muted);font-size:.77rem;text-transform:uppercase;letter-spacing:.08em}.champ-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.champ-stat-card{padding:24px;position:relative;overflow:hidden}.champ-stat-card::after{content:"";position:absolute;right:-60px;bottom:-75px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(255,212,124,.12),transparent 70%)}.champ-stat-card span{display:block;font-size:clamp(2.4rem,5vw,4.2rem);font-weight:950;line-height:1;color:#ffd47c}.champ-stat-card strong{display:block;margin:10px 0 8px;font-size:1.08rem}.champ-stat-card p{margin:0;color:var(--muted);line-height:1.6}.champ-focus-grid{display:grid;grid-template-columns:1fr 420px;gap:18px}.champ-timeline-card{padding:22px}.mini-head{margin-bottom:14px}.champ-mini-timeline{display:grid;gap:10px}.mini-time{display:grid;grid-template-columns:76px 1fr auto;gap:14px;align-items:center;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.mini-time.is-next{border-color:rgba(255,212,124,.45);background:linear-gradient(90deg,rgba(255,212,124,.12),rgba(255,255,255,.045))}.mini-time span{font-weight:950;color:#ffd47c}.mini-time strong{color:#fff}.mini-time em{font-style:normal;color:var(--muted);font-size:.88rem}.champ-preview-card{padding:0;overflow:hidden;position:relative;min-height:430px}.champ-preview-card img{width:100%;height:100%;object-fit:cover;display:block}.champ-preview-overlay{position:absolute;left:16px;right:16px;bottom:16px;padding:18px;border-radius:22px;background:rgba(13,10,22,.82);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px)}.champ-preview-overlay span{color:#ffd47c;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:900}.champ-preview-overlay strong{display:block;margin:8px 0 6px;font-size:1.18rem}.champ-preview-overlay p{margin:0;color:var(--text-soft);line-height:1.5}.champ-planner{padding:20px}.champ-planner-toolbar{display:grid;grid-template-columns:1fr minmax(280px,390px);gap:16px;align-items:start;margin-bottom:18px}.champ-day-tabs{display:flex;flex-wrap:wrap;gap:9px}.champ-day-tab{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);color:var(--text-soft);border-radius:16px;padding:11px 13px;cursor:pointer;display:flex;align-items:center;gap:9px;transition:.2s ease}.champ-day-tab span{font-weight:900}.champ-day-tab strong{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.08);font-size:.82rem}.champ-day-tab:hover,.champ-day-tab.active{transform:translateY(-2px);border-color:rgba(255,212,124,.42);background:rgba(255,212,124,.11);color:#fff}.champ-search-wrap{display:flex;gap:8px}.champ-search-wrap input{min-height:50px}.champ-search-wrap button{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.065);color:#fff;border-radius:16px;padding:0 14px;cursor:pointer;font-weight:800}.champ-planner-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:20px 0 14px}.champ-planner-head h3{font-size:1.45rem;margin:0}.champ-planner-head span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.07);color:var(--text-soft);font-weight:800}.champ-schedule-list{display:grid;gap:10px;max-height:680px;overflow:auto;padding-right:6px}.champ-event-card{display:grid;grid-template-columns:96px 1fr auto;gap:15px;align-items:center;padding:14px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);transition:.2s ease}.champ-event-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.065)}.champ-event-card.current{border-color:rgba(140,240,174,.55);background:linear-gradient(90deg,rgba(140,240,174,.14),rgba(255,255,255,.04))}.champ-event-card.next{border-color:rgba(255,212,124,.52);background:linear-gradient(90deg,rgba(255,212,124,.13),rgba(255,255,255,.04))}.champ-event-time{padding:12px;border-radius:16px;background:rgba(0,0,0,.18);text-align:center}.champ-event-time strong{display:block;font-size:1.18rem;color:#fff}.champ-event-time span{display:block;margin-top:4px;color:var(--muted);font-size:.85rem}.champ-event-main h3{font-size:1.03rem;margin:0 0 5px}.champ-event-main p{margin:0;color:var(--muted);line-height:1.5}.champ-event-state span{display:inline-flex;padding:8px 10px;border-radius:999px;font-weight:900;font-size:.78rem;white-space:nowrap}.state-live{color:var(--success);background:rgba(140,240,174,.12)}.state-next{color:#ffe3a9;background:rgba(255,212,124,.12)}.state-normal{color:var(--muted);background:rgba(255,255,255,.06)}.champ-empty{padding:26px;text-align:center;color:var(--muted);border:1px dashed rgba(255,255,255,.14);border-radius:20px}.champ-type-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.champ-type-card{padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);color:#fff;text-align:left;cursor:pointer;transition:.2s ease}.champ-type-card:hover{transform:translateY(-4px);border-color:rgba(255,212,124,.45);box-shadow:0 18px 40px rgba(0,0,0,.22)}.champ-type-card span{font-size:1.55rem}.champ-type-card strong{display:block;margin:12px 0 7px;line-height:1.15}.champ-type-card em{font-style:normal;color:var(--muted);font-size:.9rem}.page-leaving .champ-live-board,.page-leaving .champ-planner{transform:scale(.98);opacity:.65;transition:.25s ease}@media (max-width:1120px){.champ-pro-grid,.champ-focus-grid{grid-template-columns:1fr}.champ-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.champ-planner-toolbar{grid-template-columns:1fr}.champ-preview-card{min-height:360px}}@media (max-width:760px){.champ-countdown,.champ-stats-grid{grid-template-columns:1fr 1fr}.mini-time,.champ-event-card{grid-template-columns:1fr}.champ-type-grid{grid-template-columns:1fr}.champ-search-wrap{flex-direction:column}.champ-event-state{justify-self:start}}@media (max-width:520px){.champ-countdown,.champ-stats-grid{grid-template-columns:1fr}.champ-pro-copy h1{font-size:clamp(2.3rem,13vw,3.8rem)}}


/* Structured server page - real screenshot cards */
.server-pro-hero{padding:56px 0 42px;position:relative;overflow:hidden}
.server-pro-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 70% 10%,rgba(244,114,200,.20),transparent 34rem),radial-gradient(circle at 15% 45%,rgba(80,120,255,.14),transparent 30rem)}
.server-pro-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:28px;align-items:center}
.server-pro-copy h1{font-size:clamp(2.6rem,5.7vw,5.4rem);line-height:.92;letter-spacing:-.055em;margin:.8rem 0 1rem}
.server-pro-copy h1 span{background:linear-gradient(135deg,#ff90c8 0%,#fff0b4 45%,#9f8cff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.server-pro-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.server-pro-pills span{padding:11px 14px;border-radius:999px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12);font-weight:800;color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.14)}
.server-hero-board{padding:18px;overflow:hidden}
.server-board-header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}
.server-board-header strong{display:block;font-size:1.1rem}.server-board-header span{color:var(--muted);display:block;margin-top:4px}.server-board-header em{font-style:normal;padding:8px 10px;border-radius:999px;background:rgba(255,60,115,.15);border:1px solid rgba(255,60,115,.35);color:#ff8fa5;font-weight:900;font-size:.78rem}
.server-board-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.server-mini-preview{min-height:220px;border-radius:24px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);padding:12px;position:relative;overflow:hidden}
.server-mini-preview.wide{grid-column:1/-1;min-height:230px}.server-mini-preview img{width:100%;height:150px;object-fit:cover;object-position:top;border-radius:18px;margin-bottom:12px;border:1px solid rgba(255,255,255,.1)}.server-mini-preview.wide img{height:150px}
.server-mini-preview strong{display:block;font-size:1rem}.server-mini-preview span{display:block;color:var(--muted);font-size:.92rem;line-height:1.5;margin-top:5px}.server-mini-preview::after{content:"";position:absolute;right:-50px;bottom:-60px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.13),transparent 70%)}
.server-mini-preview.pink{box-shadow:inset 0 0 0 1px rgba(255,144,200,.12)}.server-mini-preview.blue{box-shadow:inset 0 0 0 1px rgba(110,170,255,.12)}.server-mini-preview.green{box-shadow:inset 0 0 0 1px rgba(140,240,174,.12)}
.server-live-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px;align-items:stretch}
.server-service-card,.server-update-card,.server-community-card{border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(0,0,0,.24);overflow:hidden;position:relative}
.server-service-card{display:flex;flex-direction:column}.server-service-card.feature-main{grid-row:span 2}.server-service-card.feature-status{grid-column:span 2;display:grid;grid-template-columns:.92fr 1.08fr}
.server-card-text{padding:20px 20px 16px}.server-card-text h3{font-size:1.35rem;margin:12px 0 8px;line-height:1.1}.server-card-text p{margin:0;color:var(--text-soft);line-height:1.65}.service-tag{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;font-size:.82rem;font-weight:900;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06)}.service-tag.pink{color:#ffd7ec;border-color:rgba(255,144,200,.28);background:rgba(255,144,200,.10)}.service-tag.blue{color:#c8dcff;border-color:rgba(110,170,255,.28);background:rgba(110,170,255,.10)}.service-tag.violet{color:#ddd3ff;border-color:rgba(159,140,255,.30);background:rgba(159,140,255,.10)}.service-tag.green{color:#caffdc;border-color:rgba(140,240,174,.28);background:rgba(140,240,174,.10)}.service-tag.gold{color:#ffe8a8;border-color:rgba(255,212,124,.32);background:rgba(255,212,124,.10)}
.server-card-media{padding:0 14px 14px;margin-top:auto}.server-card-media img{width:100%;height:260px;object-fit:cover;object-position:top;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:#050509}.feature-main .server-card-media img{height:520px}.feature-status .server-card-media{padding:14px}.feature-status .server-card-media img{height:310px}
.server-news-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:18px;align-items:start}.server-update-card{padding:0}.server-update-card img{width:100%;max-height:760px;object-fit:cover;object-position:top;border-top:1px solid rgba(255,255,255,.1)}
.server-news-cats{display:grid;gap:14px}.server-news-cats article{border-radius:24px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);padding:14px;overflow:hidden;transition:.22s transform,.22s border-color,.22s box-shadow}.server-news-cats article:hover{transform:translateY(-4px);border-color:rgba(255,144,200,.28);box-shadow:0 20px 42px rgba(0,0,0,.22)}.server-news-cats img{width:100%;height:106px;object-fit:cover;object-position:top;border-radius:18px;margin-bottom:12px;background:#050509}.server-news-cats strong{display:block;font-size:1rem}.server-news-cats span{display:block;color:var(--muted);font-size:.9rem;line-height:1.45;margin-top:4px}
.server-community-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.server-community-card{padding-bottom:18px}.server-community-card img{width:calc(100% - 28px);margin:0 14px 16px;height:420px;object-fit:cover;object-position:top;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:#050509}.server-community-card .button{margin:0 20px}
.status-wall{display:none}.server-showcase-section{display:none}.server-showcase-card{display:none!important}.server-preview-image{display:none!important}
@media(max-width:1180px){.server-pro-grid,.server-news-layout{grid-template-columns:1fr}.server-live-grid{grid-template-columns:1fr 1fr}.server-service-card.feature-main{grid-row:auto}.server-service-card.feature-status{grid-column:1/-1}.feature-main .server-card-media img{height:360px}}
@media(max-width:860px){.server-live-grid,.server-community-grid,.server-service-card.feature-status{grid-template-columns:1fr}.server-board-grid{grid-template-columns:1fr}.server-mini-preview.wide{grid-column:auto}.server-card-media img,.feature-main .server-card-media img,.feature-status .server-card-media img,.server-community-card img{height:auto;max-height:none}.server-pro-copy h1{font-size:clamp(2.2rem,10vw,3.7rem)}}


/* =========================================================
   FIX UI — typographie premium + transition fiable + images non coupées
   ========================================================= */
:root{
  --font-body:'DM Sans', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-title:'Cormorant Garamond', Georgia, serif;
}
html,body,button,input,select,textarea{
  font-family:var(--font-body)!important;
  letter-spacing:-.012em;
}
h1,h2,.hero-copy h1,.page-hero h1,.section-head h2,.server-pro-copy h1,.champ-pro-copy h1,.rp-title,.cta-card h2,
.brand-text strong,.feature-card h3,.server-card-text h3,.champ-event-main h3,.champ-planner-head h3{
  font-family:var(--font-title)!important;
  font-weight:700;
  letter-spacing:-.028em;
}
.main-nav a,.button,.badge,.info-pill,.service-tag,.tag,.status-chip,.champ-day-tab,.champ-event-time strong{
  font-family:var(--font-body)!important;
  font-weight:800;
  letter-spacing:.005em;
}
p,.lead,.server-card-text p,.feature-card p,.champ-event-main p,.section-head p{
  font-weight:400;
  line-height:1.72;
}

/* Nouveau chargement propre entre les pages */
.page-transition-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 20%,rgba(255,144,200,.26),transparent 34rem),
    radial-gradient(circle at 20% 80%,rgba(159,140,255,.22),transparent 30rem),
    rgba(8,5,15,.96);
  backdrop-filter:blur(24px) saturate(160%);
  transition:opacity .32s ease,visibility .32s ease;
}
.page-transition-overlay.show{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.page-transition-card{
  width:min(390px,calc(100% - 36px));
  padding:34px 30px;
  text-align:center;
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 40px 120px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.12);
  transform:translateY(14px) scale(.98);
  transition:transform .34s cubic-bezier(.2,.9,.2,1);
}
.page-transition-overlay.show .page-transition-card{transform:translateY(0) scale(1)}
.page-transition-card img{width:170px;height:auto;margin:0 auto 16px;filter:drop-shadow(0 14px 24px rgba(0,0,0,.35));animation:loaderLogoBreath 1.6s ease-in-out infinite}
.page-transition-card strong{display:block;font-family:var(--font-title)!important;font-size:2rem;line-height:1;color:#fff;margin-bottom:8px}
.page-transition-card span{display:block;color:var(--text-soft);font-weight:700}
.page-transition-card i{display:block;height:8px;margin:24px auto 0;width:100%;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.08);position:relative}
.page-transition-card i::before{content:"";position:absolute;inset:0 auto 0 0;width:45%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),#ffd47c,var(--primary-2));animation:pageLoadMove .9s ease-in-out infinite}
.is-changing-page body{overflow:hidden}
@keyframes pageLoadMove{0%{transform:translateX(-110%)}100%{transform:translateX(255%)}}
@keyframes loaderLogoBreath{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}

/* Les captures doivent rester entières : plus d'image mangée dans le cadre */
.server-mini-preview,
.server-service-card,
.server-update-card,
.server-news-cats article,
.server-community-card,
.preview-image,
.rp-shot-card,
.rp-mini-card{
  overflow:visible!important;
}
.server-mini-preview img,
.server-card-media img,
.feature-main .server-card-media img,
.feature-status .server-card-media img,
.server-update-card img,
.server-news-cats img,
.server-community-card img,
.server-preview-image img,
.preview-image img,
.rp-shot-card img,
.rp-mini-card img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  background:#050509;
  padding:8px;
  border-radius:22px;
}
.server-card-media,
.feature-status .server-card-media{
  padding:0 14px 18px!important;
  margin-top:auto;
}
.server-mini-preview img{
  margin-bottom:14px!important;
}
.server-news-cats img{
  padding:6px;
  border:1px solid rgba(255,255,255,.1);
}
.server-community-card img{
  width:calc(100% - 28px)!important;
  margin:0 14px 18px!important;
}
.server-update-card img{
  border-top:1px solid rgba(255,255,255,.1);
}

/* Cartes plus propres quand les images deviennent complètes */
.server-live-grid{align-items:start!important}
.server-service-card,.server-community-card,.server-update-card,.server-news-cats article{
  box-shadow:0 26px 70px rgba(0,0,0,.27), inset 0 1px 0 rgba(255,255,255,.08);
}
.server-news-cats{align-content:start}
.server-news-cats article{padding:16px!important}

@media(max-width:860px){
  .page-transition-card img{width:135px}
  .page-transition-card strong{font-size:1.55rem}
}


/* Rich Presence page refresh */
.rp-mobile-shell{border-radius:34px;padding:14px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow);overflow:hidden}
.rp-mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 14px;color:#d8d6e5;font-size:.86rem;font-weight:700}
.rp-mobile-topbar strong{font-size:.92rem;color:#fff}
.rp-mobile-screen{border-radius:28px;padding:18px;background:linear-gradient(180deg,#181522,#0f0d17);border:1px solid rgba(255,255,255,.08)}
.rp-mobile-pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:.83rem;font-weight:800;margin-bottom:14px}
.rp-mobile-appcard{border-radius:24px;padding:18px;background:linear-gradient(180deg,#252230,#181621);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.rp-mobile-label{color:#c4bfd6;font-weight:700;font-size:.88rem;margin-bottom:10px}
.rp-mobile-appbody{display:flex;gap:16px;align-items:center}
.rp-mobile-gameicon{width:84px;height:84px;border-radius:50%;background:linear-gradient(135deg,#d938c6,#7d54ff);padding:8px;display:grid;place-items:center;box-shadow:0 16px 40px rgba(0,0,0,.35);flex:0 0 auto}
.rp-mobile-gameicon img{width:100%;height:100%;object-fit:contain;border-radius:50%}
.rp-mobile-details strong{display:block;color:#fff;font-size:1.15rem;line-height:1.2;margin-bottom:6px}
.rp-mobile-details span{display:block;color:#d8d6e5;line-height:1.5;font-size:.97rem}
.rp-mobile-timer{display:flex;align-items:center;gap:8px;margin-top:10px;color:#81f0b2;font-weight:800}.rp-mobile-timer i{width:10px;height:10px;border-radius:50%;background:#35d07f;box-shadow:0 0 12px rgba(53,208,127,.9)}
.rp-mobile-caption{margin:12px 4px 16px;color:var(--muted);line-height:1.7;font-size:.94rem}
.rp-mobile-proof{border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03)}
.rp-mobile-proof img{display:block;width:100%;height:auto;padding:12px;background:radial-gradient(circle at top left, rgba(255,255,255,.05), transparent 42%),#151220}
.rp-shot-card.config-card img{max-height:none;object-fit:contain}
.rp-lang-card{padding:22px 22px 24px;border-radius:28px}
.rp-lang-count{display:flex;align-items:baseline;gap:12px;margin-bottom:18px}.rp-lang-count strong{font-size:2.8rem;line-height:1;color:#fff}.rp-lang-count span{color:var(--muted);font-weight:700}
.rp-lang-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rp-lang-grid span{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);text-align:center;font-weight:700;color:#f5efff}
.rp-install-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}
.rp-install-card{padding:18px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}
.rp-install-card.desktop{grid-column:span 2;display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:center}
.rp-install-badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(232,160,208,.16);border:1px solid rgba(232,160,208,.25);color:#fff;font-size:.82rem;font-weight:800;margin-bottom:12px}
.rp-install-card h3{margin:0 0 8px}.rp-install-card p{margin:0 0 14px;color:var(--muted);line-height:1.7}
.rp-install-media{border-radius:22px;padding:14px;background:#f5f4f9;border:1px solid rgba(0,0,0,.06);display:flex;justify-content:center;align-items:center;min-height:240px;overflow:hidden}
.rp-install-media img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12)}
.rp-install-media.compact-icon{min-height:180px;background:linear-gradient(180deg,#151220,#0b0a12)}
.rp-install-media.compact-icon img{max-height:128px;box-shadow:none;border-radius:0}
@media(max-width:1180px){.rp-lang-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.rp-install-gallery,.rp-install-card.desktop{grid-template-columns:1fr}.rp-install-card.desktop{grid-column:span 1}.rp-mobile-appbody{align-items:flex-start}.rp-mobile-gameicon{width:72px;height:72px}}
@media(max-width:680px){.rp-lang-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rp-install-gallery{grid-template-columns:1fr}.rp-mobile-appbody{flex-direction:column}.rp-mobile-details strong{font-size:1.05rem}.rp-mobile-details span{font-size:.92rem}}


/* Rich Presence live profile redesign */
.rp-lang-top .section-head{margin-bottom:18px}
.rp-live-shell{border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);overflow:hidden}
.rp-live-profile{position:relative;padding:0 18px 18px;background:linear-gradient(180deg,#20222a,#12131a)}
.rp-live-banner{height:110px;border-radius:0 0 24px 24px;background:linear-gradient(135deg,#61207a,#df4bb0 60%,#8a7dff)}
.rp-live-avatar{position:absolute;left:24px;top:66px;width:92px;height:92px;border-radius:50%;padding:6px;background:#111218;border:4px solid #20222a;box-shadow:0 10px 30px rgba(0,0,0,.3)}
.rp-live-avatar img{width:100%;height:100%;object-fit:contain;border-radius:50%;background:linear-gradient(135deg,#d938c6,#6c5cff)}
.rp-live-user{padding:58px 0 12px 122px}
.rp-live-user h3{margin:0;color:#fff;font-size:1.3rem}.rp-live-user p{margin:6px 0 10px;color:#c6c8cf}
.rp-live-tags{display:flex;flex-wrap:wrap;gap:8px}.rp-live-tags span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);color:#eef1f6;font-size:.82rem;font-weight:700}
.rp-live-about,.rp-live-activity,.rp-live-meta{border-radius:22px;padding:18px;background:rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.06)}
.rp-live-about{margin-bottom:14px}.rp-live-about small,.rp-live-activity small{display:block;color:#9fa6b2;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:10px}.rp-live-about p{margin:0;color:#d8dde7;line-height:1.7}
.rp-live-activity-row{display:flex;gap:14px;align-items:center}.rp-live-gameicon{width:72px;height:72px;border-radius:18px;padding:8px;background:linear-gradient(135deg,#d938c6,#6c5cff);flex:0 0 auto;box-shadow:0 10px 26px rgba(0,0,0,.32)}.rp-live-gameicon img{width:100%;height:100%;object-fit:contain}.rp-live-activity-copy strong{display:block;color:#fff;font-size:1rem;margin-bottom:5px}.rp-live-activity-copy span{display:block;color:#d8dde7;line-height:1.55}.rp-live-timer{display:flex;align-items:center;gap:8px;margin-top:10px;color:#7cffbe;font-weight:800}.rp-live-timer i{width:9px;height:9px;border-radius:50%;background:#3bdd83;box-shadow:0 0 12px #3bdd83}
.rp-live-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.rp-live-meta div{padding:14px;border-radius:16px;background:rgba(255,255,255,.04)}.rp-live-meta strong{display:block;color:#fff;font-size:.9rem;margin-bottom:5px}.rp-live-meta span{display:block;color:#aeb6c2;line-height:1.5;font-size:.86rem}
.rp-real-bottom-advanced{grid-template-columns:minmax(0,1fr) minmax(0,0.86fr)}
.rp-side-stack{display:grid;gap:18px}.proof-card img{padding:12px;background:#14121b}.rp-icon-stack-row{grid-template-columns:1fr 1fr}
.rp-proof-grid .feature-card,.cards-grid .feature-card{min-height:100%}
@media(max-width:1080px){.rp-real-bottom-advanced{grid-template-columns:1fr}.rp-live-meta{grid-template-columns:1fr}.rp-live-user{padding-left:116px}}
@media(max-width:680px){.rp-live-avatar{width:78px;height:78px;left:18px;top:74px}.rp-live-user{padding:74px 0 12px 0}.rp-live-user h3{margin-top:10px}.rp-live-activity-row{align-items:flex-start}.rp-live-gameicon{width:64px;height:64px}.rp-icon-stack-row{grid-template-columns:1fr}.rp-live-tags span{font-size:.78rem}}


/* Simpler Rich Presence live block */
.rp-live-simple{padding:18px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}
.rp-simple-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;color:#fff;font-weight:800}.rp-simple-head span{font-size:1rem}.rp-simple-head b{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);font-size:.92rem}
.online-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#3bdd83;box-shadow:0 0 12px rgba(59,221,131,.95)}
.rp-simple-card{padding:20px;border-radius:26px;background:linear-gradient(180deg,#151823,#0f1119);border:1px solid rgba(255,255,255,.08)}
.rp-simple-label{color:#9ba3b5;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}
.rp-simple-activity{display:flex;align-items:center;gap:16px}.rp-simple-icon{width:88px;height:88px;border-radius:24px;padding:10px;background:linear-gradient(135deg,#d938c6,#7f62ff);flex:0 0 auto;box-shadow:0 12px 32px rgba(0,0,0,.32)}.rp-simple-icon img{width:100%;height:100%;object-fit:contain}.rp-simple-copy strong{display:block;color:#fff;font-size:1.28rem;line-height:1.2;margin-bottom:6px}.rp-simple-copy span{display:block;color:#d2d8e5;line-height:1.6}.rp-simple-time{display:flex;align-items:center;gap:10px;margin-top:12px;color:#7cffbe;font-size:1.05rem;font-weight:900}
.rp-simple-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.rp-simple-tags span{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#eef2fb;font-weight:700;font-size:.87rem}
.rp-real-bottom-simple{grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:start}.rp-real-bottom-simple .rp-mini-card img{max-height:190px;object-fit:contain}.rp-real-bottom-simple .rp-mini-card p{margin-top:12px}
@media(max-width:1080px){.rp-real-bottom-simple{grid-template-columns:1fr}}
@media(max-width:680px){.rp-simple-head{flex-direction:column;align-items:flex-start}.rp-simple-activity{align-items:flex-start}.rp-simple-icon{width:74px;height:74px;border-radius:20px}.rp-simple-copy strong{font-size:1.08rem}.rp-icon-stack-row{grid-template-columns:1fr}}


/* Use provided Discord status screenshot */
.rp-live-shot-card{padding:18px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}
.rp-live-shot-frame{padding:12px;border-radius:24px;background:linear-gradient(180deg,#141722,#0f1119);border:1px solid rgba(255,255,255,.08)}
.rp-live-shot-frame img{display:block;width:100%;height:auto;border-radius:18px;object-fit:contain;box-shadow:0 12px 30px rgba(0,0,0,.24)}
.rp-live-caption{padding:14px 4px 2px}.rp-live-caption strong{display:block;color:#fff;font-size:1rem;margin-bottom:8px}.rp-live-caption p{margin:0;color:var(--muted);line-height:1.7}


/* Cleaner Rich Presence spotlight */
.rp-status-spotlight{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.74fr);gap:20px;align-items:stretch}
.rp-status-main,.rp-status-side-card{padding:18px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}
.rp-discord-frame{position:relative;overflow:hidden}.rp-discord-frame::before{content:"";display:block;height:8px;margin-bottom:10px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.02))}
.rp-status-side{display:grid;gap:20px}.rp-status-side-card h3{margin:14px 0 10px;font-size:1.32rem;line-height:1.2}.rp-status-side-card p{margin:0 0 16px;color:var(--muted);line-height:1.75}
.rp-side-points{display:grid;gap:12px}.rp-side-points div{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.rp-side-points strong{display:block;color:#fff;font-size:.95rem;margin-bottom:4px}.rp-side-points span{display:block;color:#cfd2df;line-height:1.55;font-size:.92rem}.rp-side-points b{color:#7cffbe}
.rp-real-bottom-simple{grid-template-columns:minmax(0,1fr);margin-top:20px}.rp-real-bottom-simple .config-card img{max-height:none;object-fit:contain}
.rp-lang-grid-flags span{display:flex;align-items:center;justify-content:center;gap:10px}.rp-lang-grid-flags i{font-style:normal;font-size:1.15rem;line-height:1}
@media(max-width:1080px){.rp-status-spotlight{grid-template-columns:1fr}.rp-status-side{grid-template-columns:1fr}}


/* Final polish — flags visible + better Rich Presence and server layouts */
.rp-real-grid{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)!important;align-items:start!important}
.rp-status-spotlight{grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr)!important;align-items:start!important}
.rp-status-main,.rp-status-side-card{padding:16px 16px 18px!important}
.rp-status-main{overflow:hidden!important}
.rp-discord-frame{padding:10px!important}
.rp-discord-frame img{padding:0!important;border-radius:16px!important;background:transparent!important}
.rp-status-side{gap:14px!important}
.rp-status-side-card h3{font-size:1.2rem!important;line-height:1.22!important}
.rp-status-side-card p{font-size:.96rem!important;line-height:1.65!important;margin-bottom:12px!important}
.rp-side-points{gap:10px!important}.rp-side-points div{padding:12px 14px!important;border-radius:16px!important}
.rp-icon-stack-row{grid-template-columns:1fr 1fr!important;gap:14px!important}.rp-mini-card{padding:16px!important}.rp-mini-card img{max-height:120px!important;object-fit:contain!important;background:#0c0b12!important}
.rp-real-bottom-simple{margin-top:16px!important}
.rp-shot-card.config-card{padding:16px!important}
.rp-shot-card.config-card img{max-height:430px!important;padding:0!important;background:#fff!important}
.rp-lang-card{padding:24px 22px 24px!important}
.rp-lang-grid-flags{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.rp-lang-grid-flags span{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:14px 16px!important;text-align:left!important}
.rp-lang-grid-flags .flag{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",emoji!important;font-size:1.28rem!important;line-height:1!important;font-weight:400!important;display:inline-block!important;min-width:1.6rem!important}
.rp-lang-grid-flags em{font-style:normal!important;font-weight:800!important;color:#fff!important}
.server-pro-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;align-items:start!important}
.server-hero-board{padding:20px!important}.server-board-grid{align-items:start!important}
.server-mini-preview{display:flex!important;flex-direction:column!important;min-height:unset!important}.server-mini-preview img{aspect-ratio:4/3;object-fit:contain!important;background:#0a0911!important;padding:8px!important}.server-mini-preview.wide img{aspect-ratio:16/9!important}
.server-live-grid,.server-community-grid,.server-news-layout{align-items:start!important}
.server-community-card{display:flex!important;flex-direction:column!important;gap:0!important;padding-bottom:20px!important}.server-community-card img{height:auto!important;max-height:440px!important;object-fit:contain!important;background:#09080f!important}.server-community-card .button{margin-top:auto!important;align-self:flex-start!important}
.server-news-cats img{aspect-ratio:16/9;object-fit:contain!important;background:#09080f!important}
@media(max-width:1180px){.rp-real-grid,.server-pro-grid{grid-template-columns:1fr!important}.rp-status-spotlight{grid-template-columns:1fr!important}.rp-lang-grid-flags{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.rp-lang-grid-flags{grid-template-columns:repeat(2,minmax(0,1fr))!important}.rp-icon-stack-row{grid-template-columns:1fr!important}}


/* Final fix 2 — real flags + better framed server imagery */
.rp-lang-grid-flags{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.rp-lang-grid-flags .lang-item{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:13px 14px!important;text-align:left!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:15px!important}
.rp-lang-grid-flags .flag-img{width:26px!important;height:18px!important;object-fit:cover!important;border-radius:4px!important;display:block!important;padding:0!important;background:transparent!important;box-shadow:0 0 0 1px rgba(255,255,255,.1)}
.rp-lang-grid-flags em{font-style:normal!important;font-weight:800!important;color:#fff!important;line-height:1.2!important}
.server-mini-preview{padding:14px!important}.server-mini-preview img{width:100%!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.1)!important;background:#0b0a10!important;padding:8px!important;margin-bottom:12px!important}
.server-mini-preview.portrait-preview img{aspect-ratio:9/16!important;object-fit:contain!important}
.server-mini-preview.landscape-preview img{aspect-ratio:16/9!important;object-fit:contain!important}
.server-mini-preview.status-preview img{aspect-ratio:4/3!important;object-fit:contain!important}
.server-card-media{padding:0 16px 16px!important}.server-card-media img{width:100%!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.1)!important;background:#0b0a10!important;padding:10px!important;object-fit:contain!important}
.server-service-card.code-card .server-card-media img{aspect-ratio:9/16!important;max-height:560px!important}
.server-service-card.starcoins-card .server-card-media img,.server-service-card.shop-card .server-card-media img{aspect-ratio:4/3!important;max-height:330px!important}
.server-service-card.status-card .server-card-media img{aspect-ratio:16/9!important;max-height:360px!important}
.server-update-card img{aspect-ratio:9/16!important;object-fit:contain!important;background:#0b0a10!important;padding:10px!important}
.server-news-cats article img{aspect-ratio:16/9!important;object-fit:contain!important;background:#0b0a10!important;padding:6px!important}
.server-community-card img{width:calc(100% - 32px)!important;margin:0 16px 16px!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.1)!important;background:#0b0a10!important;padding:10px!important;object-fit:contain!important}
.server-community-card.championship-card img{aspect-ratio:4/5!important;max-height:560px!important}
.server-community-card.reshade-card img{aspect-ratio:16/10!important;max-height:420px!important}
@media(max-width:1180px){.rp-lang-grid-flags{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.rp-lang-grid-flags{grid-template-columns:repeat(2,minmax(0,1fr))!important}.server-mini-preview img,.server-card-media img,.server-community-card img,.server-update-card img{padding:6px!important}}


/* Restore cleaner Rich Presence layout like preferred screenshot */
.rp-real-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)!important;gap:22px!important}
.rp-real-visual{display:grid;gap:18px}
.rp-status-banner-card{padding:16px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}
.status-large-frame{padding:12px!important}.status-large-frame img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;border-radius:18px!important;background:transparent!important}
.rp-showcase-grid{display:grid;grid-template-columns:minmax(0,1.24fr) minmax(220px,.76fr);gap:18px;align-items:start}
.main-config-card{padding:16px!important}.main-config-card img{width:100%!important;height:auto!important;max-height:560px!important;object-fit:contain!important;border-radius:18px!important;background:#fff!important;padding:0!important}
.rp-showcase-side{display:grid;gap:18px}.showcase-mini{min-height:0!important;padding:14px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;text-align:center!important}.showcase-mini img{width:100%!important;max-width:180px!important;max-height:180px!important;height:auto!important;object-fit:contain!important;margin:0 auto 14px!important;border-radius:18px!important;background:#0c0b12!important;padding:8px!important}.showcase-mini p{margin:0;color:#cfd2df;line-height:1.6}
.rp-lang-grid-flags{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.rp-lang-grid-flags .lang-item{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;padding:13px 14px!important;text-align:left!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:15px!important}
.rp-lang-grid-flags .flag-img{width:24px!important;height:18px!important;object-fit:cover!important;border-radius:4px!important;display:block!important;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.rp-lang-grid-flags em{font-style:normal!important;font-weight:800!important;color:#fff!important;line-height:1.2!important}
/* server image framing pass */
.server-mini-preview img,.server-card-media img,.server-update-card img,.server-news-cats article img,.server-community-card img{object-fit:contain!important;background:#0a0910!important;padding:8px!important;border-radius:18px!important}
.server-mini-preview.portrait-preview img,.server-service-card.code-card .server-card-media img{aspect-ratio:9/16!important}
.server-mini-preview.landscape-preview img,.server-service-card.status-card .server-card-media img,.server-news-cats article img{aspect-ratio:16/9!important}
.server-service-card.starcoins-card .server-card-media img,.server-service-card.shop-card .server-card-media img,.server-mini-preview.status-preview img,.server-community-card.reshade-card img{aspect-ratio:4/3!important}
.server-community-card.championship-card img,.server-update-card img{aspect-ratio:9/16!important}
@media(max-width:1180px){.rp-real-grid{grid-template-columns:1fr!important}.rp-showcase-grid{grid-template-columns:1fr!important}.rp-lang-grid-flags{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.rp-lang-grid-flags{grid-template-columns:repeat(2,minmax(0,1fr))!important}}


/* Final server image framing fix — make images fill their cards again */
.server-mini-preview img,
.server-card-media img,
.server-update-card img,
.server-news-cats article img,
.server-community-card img{
  object-fit:cover !important;
  object-position:top center !important;
  padding:0 !important;
  background:transparent !important;
}
.server-mini-preview.portrait-preview img,
.server-service-card.code-card .server-card-media img,
.server-community-card.championship-card img,
.server-update-card img{
  aspect-ratio:9/16 !important;
}
.server-mini-preview.landscape-preview img,
.server-service-card.status-card .server-card-media img,
.server-news-cats article img{
  aspect-ratio:16/9 !important;
}
.server-service-card.starcoins-card .server-card-media img,
.server-service-card.shop-card .server-card-media img,
.server-mini-preview.status-preview img,
.server-community-card.reshade-card img{
  aspect-ratio:4/3 !important;
}
.server-news-cats article img{
  height:170px !important;
  border-radius:18px !important;
}
.server-card-media img{
  border-radius:20px !important;
}
.server-community-card img{
  max-height:none !important;
}


/* Clean card titles — remove ugly grey header bars */
.rp-shot-head{
  background:transparent !important;
  border-bottom:0 !important;
  padding:0 0 14px !important;
  margin:0 !important;
}
.rp-shot-head span{
  color:#fff !important;
  font-size:1rem !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
}
.rp-shot-head b{
  color:#fff !important;
  background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.07)) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(0,0,0,.16) !important;
  padding:9px 13px !important;
  font-size:.84rem !important;
  font-weight:900 !important;
}
.rp-status-banner-card,.main-config-card,.showcase-mini{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)) !important;
}
.rp-status-banner-card{
  padding:18px !important;
}
.main-config-card{
  padding:18px !important;
}
.status-large-frame{
  margin-top:0 !important;
}
/* Clean server section card titles too */
.server-board-header{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
}
.server-board-header strong{
  color:#fff !important;
  font-weight:900 !important;
}
.server-board-header span{
  color:#d6cde6 !important;
}
.server-card-text h3,.server-news-cats strong,.server-community-card h3{
  color:#fff !important;
  text-shadow:none !important;
}


/* Final live timer + full server images */
.rp-status-banner-card{display:grid;gap:14px}
.rp-live-time-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}
.rp-live-time-label{display:inline-flex;align-items:center;gap:10px;color:#d9dcec;font-weight:700;font-size:.96rem}
.rp-live-time-panel strong{font-size:1.08rem;color:#7cffbe;letter-spacing:.03em;font-weight:900}
@media(max-width:640px){.rp-live-time-panel{flex-direction:column;align-items:flex-start}.rp-live-time-panel strong{font-size:1rem}}

/* Show full images in server section */
.server-mini-preview img,
.server-card-media img,
.server-update-card img,
.server-news-cats article img,
.server-community-card img{
  object-fit:contain !important;
  object-position:center top !important;
  background:#09080f !important;
  padding:8px !important;
}
.server-card-media img{height:auto !important;max-height:none !important}
.server-service-card.code-card .server-card-media img{aspect-ratio:9/16 !important;max-height:560px !important}
.server-service-card.starcoins-card .server-card-media img,
.server-service-card.shop-card .server-card-media img,
.server-mini-preview.status-preview img,
.server-community-card.reshade-card img{aspect-ratio:4/3 !important;max-height:360px !important}
.server-service-card.status-card .server-card-media img,
.server-news-cats article img{aspect-ratio:16/9 !important;max-height:230px !important}
.server-update-card img,
.server-community-card.championship-card img{aspect-ratio:9/16 !important;max-height:620px !important}
.server-mini-preview.portrait-preview img{aspect-ratio:9/16 !important;max-height:280px !important}
.server-mini-preview.landscape-preview img{aspect-ratio:16/9 !important;max-height:180px !important}
.server-mini-preview.wide img{max-height:180px !important}
.server-community-card img{width:calc(100% - 28px) !important;margin:0 14px 16px !important}
.server-news-cats article{display:flex;flex-direction:column}
.server-news-cats article img{width:100% !important}


/* FINAL PASS — direct timer overlay + harmonized server cards */
.status-large-frame{position:relative!important;overflow:hidden!important}
.status-large-frame img{display:block;width:100%!important;height:auto!important;object-fit:contain!important}
.rp-status-overlay{position:absolute;left:30.5%;bottom:28.5%;pointer-events:none}
.rpc-overlay-chip{display:inline-flex;align-items:center;gap:8px;padding:4px 8px;border-radius:999px;background:rgba(18,20,28,.16);backdrop-filter:blur(2px)}
.rpc-overlay-chip strong{color:#66f2a4;font-size:1.04rem;font-weight:900;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.55)}
@media(max-width:900px){.rp-status-overlay{left:31%;bottom:27%}.rpc-overlay-chip strong{font-size:.9rem}}
@media(max-width:640px){.rp-status-overlay{left:31%;bottom:26%}.rpc-overlay-chip{padding:3px 6px}.rpc-overlay-chip strong{font-size:.8rem}}

/* Server page: consistent framing and harmonized heights */
.server-mini-preview,.server-service-card,.server-update-card,.server-community-card,.server-news-cats article{display:flex!important;flex-direction:column!important}
.server-mini-preview,.server-news-cats article,.server-service-card,.server-update-card,.server-community-card{overflow:hidden!important}
.server-mini-preview img,.server-card-media img,.server-update-card img,.server-news-cats article img,.server-community-card img{width:100%!important;display:block!important;object-fit:contain!important;object-position:center top!important;background:#0b0a10!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;padding:8px!important}
.server-board-grid{align-items:start!important}.server-mini-preview{padding:14px!important;min-height:auto!important}.server-mini-preview strong{margin-top:2px}.server-mini-preview span{margin-top:6px!important}
.server-mini-preview.portrait-preview img{height:360px!important;aspect-ratio:auto!important}.server-mini-preview.landscape-preview img{height:210px!important;aspect-ratio:auto!important}.server-mini-preview.status-preview img,.server-mini-preview.wide img{height:215px!important;aspect-ratio:auto!important}
.server-live-grid{align-items:stretch!important}.server-service-card{min-height:100%!important}.server-card-text{padding:20px 20px 14px!important}.server-card-media{padding:0 20px 20px!important;margin-top:auto!important}
.server-service-card.code-card .server-card-media img{height:560px!important;max-height:none!important;aspect-ratio:auto!important}.server-service-card.starcoins-card .server-card-media img{height:280px!important;max-height:none!important;aspect-ratio:auto!important}.server-service-card.shop-card .server-card-media img{height:430px!important;max-height:none!important;aspect-ratio:auto!important}.server-service-card.status-card .server-card-media img{height:360px!important;max-height:none!important;aspect-ratio:auto!important}
.server-news-layout{align-items:start!important}.server-update-card{padding-bottom:18px!important}.server-update-card img{height:760px!important;max-height:none!important;aspect-ratio:auto!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-left:none!important;border-right:none!important}.server-news-cats{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;align-content:start!important}.server-news-cats article{padding:14px!important;min-height:0!important}.server-news-cats article img{height:180px!important;max-height:none!important;aspect-ratio:auto!important;margin-bottom:14px!important}.server-news-cats strong{font-size:1.05rem!important;margin-top:2px}.server-news-cats span{font-size:.95rem!important;line-height:1.55!important}
.server-community-grid{align-items:stretch!important}.server-community-card{padding-bottom:18px!important}.server-community-card img{width:calc(100% - 40px)!important;margin:0 20px 18px!important}.server-community-card.championship-card img{height:620px!important;max-height:none!important;aspect-ratio:auto!important}.server-community-card.reshade-card img{height:355px!important;max-height:none!important;aspect-ratio:auto!important}.server-community-card .button{margin:0 20px!important;margin-top:auto!important;align-self:flex-start!important}
@media(max-width:1180px){.server-live-grid,.server-community-grid,.server-news-layout,.server-pro-grid{grid-template-columns:1fr!important}.server-service-card.code-card .server-card-media img{height:460px!important}.server-update-card img{height:620px!important}}
@media(max-width:860px){.server-mini-preview.portrait-preview img{height:300px!important}.server-service-card.code-card .server-card-media img{height:380px!important}.server-service-card.shop-card .server-card-media img{height:340px!important}.server-update-card img{height:520px!important}.server-community-card.championship-card img{height:500px!important}.server-community-card.reshade-card img{height:300px!important}.server-news-cats article img{height:160px!important}}


/* Hotfix: overlay timer aligned to the original timer zone */
.rp-status-overlay{left:25.8%!important;top:53.8%!important;bottom:auto!important;transform:none!important}
.rpc-overlay-chip{padding:0!important;background:transparent!important;backdrop-filter:none!important;box-shadow:none!important;gap:5px!important}
.rpc-overlay-chip .online-dot{width:11px!important;height:11px!important;box-shadow:0 0 10px rgba(80,235,146,.55)!important}
.rpc-overlay-chip strong{font-size:1.02rem!important;line-height:1!important;color:#73e3a1!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important}
@media(max-width:900px){.rp-status-overlay{left:25.9%!important;top:53.6%!important}.rpc-overlay-chip strong{font-size:.93rem!important}}
@media(max-width:640px){.rp-status-overlay{left:26%!important;top:53.2%!important}.rpc-overlay-chip strong{font-size:.84rem!important}}

/* Hotfix: server images must fill the frames again while staying readable */
.server-mini-preview img,
.server-card-media img,
.server-update-card img,
.server-news-cats article img,
.server-community-card img{
  object-fit:cover !important;
  object-position:top center !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:18px !important;
}
.server-mini-preview.portrait-preview img{height:360px!important}
.server-mini-preview.landscape-preview img{height:210px!important}
.server-mini-preview.status-preview img,.server-mini-preview.wide img{height:215px!important}
.server-service-card.code-card .server-card-media img{height:560px!important}
.server-service-card.starcoins-card .server-card-media img{height:280px!important}
.server-service-card.shop-card .server-card-media img{height:430px!important}
.server-service-card.status-card .server-card-media img{height:360px!important}
.server-update-card img{height:760px!important}
.server-news-cats article img{height:190px!important}
.server-community-card.championship-card img{height:620px!important}
.server-community-card.reshade-card img{height:355px!important}
@media(max-width:1180px){.server-service-card.code-card .server-card-media img{height:460px!important}.server-update-card img{height:620px!important}}
@media(max-width:860px){.server-mini-preview.portrait-preview img{height:300px!important}.server-service-card.code-card .server-card-media img{height:380px!important}.server-service-card.shop-card .server-card-media img{height:340px!important}.server-update-card img{height:520px!important}.server-community-card.championship-card img{height:500px!important}.server-community-card.reshade-card img{height:300px!important}.server-news-cats article img{height:160px!important}}


/* Rebuilt live status card instead of static image */
.rp-status-banner-card{display:grid;gap:14px}.rpc-mock-card{padding:14px;border-radius:26px;background:linear-gradient(180deg,rgba(6,8,16,.92),rgba(10,12,20,.96));border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.rpc-mock-top{padding:8px 10px 14px;color:#d8dbea;font-weight:800;font-size:1.02rem}.rpc-mock-panel{padding:18px 18px 16px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.05)}
.rpc-mock-row{display:grid;grid-template-columns:138px minmax(0,1fr) auto;gap:18px;align-items:center}.rpc-main-icon{width:138px;height:138px;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#d93fd0,#8a38f2 70%);box-shadow:0 18px 40px rgba(0,0,0,.25)}.rpc-main-icon img{width:84%;height:84%;object-fit:contain}.rpc-main-copy{padding-right:10px}.rpc-play-label{color:#f3f3f5;font-size:1.06rem;font-weight:700;margin-bottom:10px}.rpc-main-copy h3{margin:0 0 6px;color:#fff;font-size:2rem;line-height:1.05;font-weight:800}.rpc-main-copy p{margin:0;color:#d9dbe4;font-size:1.12rem;line-height:1.35;font-weight:700}.rpc-main-copy p + p{margin-top:2px}.rpc-live-time{display:flex;align-items:center;gap:9px;margin-top:14px}.rpc-live-time strong{font-size:1.5rem;font-weight:900;color:#69eb9d;letter-spacing:.01em}.rpc-ellipsis{align-self:flex-start;color:#f1f1f5;font-size:1.7rem;opacity:.88;letter-spacing:2px;padding-top:2px}.rpc-buttons{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px;padding-left:156px}.rpc-buttons a{display:flex;align-items:center;justify-content:center;height:52px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06);color:#ececf0;text-decoration:none;font-size:1.02rem;font-weight:800;transition:.2s ease}.rpc-buttons a:hover{background:rgba(255,255,255,.12);transform:translateY(-1px)}
@media(max-width:900px){.rpc-mock-row{grid-template-columns:96px minmax(0,1fr)}.rpc-main-icon{width:96px;height:96px}.rpc-main-copy h3{font-size:1.4rem}.rpc-main-copy p{font-size:.95rem}.rpc-live-time strong{font-size:1.15rem}.rpc-buttons{padding-left:114px}.rpc-ellipsis{display:none}}
@media(max-width:640px){.rpc-mock-row{grid-template-columns:1fr;gap:14px}.rpc-main-copy{padding-right:0}.rpc-buttons{padding-left:0}.rpc-main-icon{width:94px;height:94px}}

/* Final server section: full images, no forced crop, cleaner wrappers */
.server-board-grid,.server-live-grid,.server-news-layout,.server-community-grid{align-items:start!important}
.server-mini-preview,.server-service-card,.server-update-card,.server-community-card,.server-news-cats article{height:auto!important;min-height:0!important}
.server-mini-preview img,.server-card-media img,.server-update-card img,.server-news-cats article img,.server-community-card img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:unset!important;aspect-ratio:auto!important;padding:0!important;background:transparent!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.1)!important}
.server-mini-preview{padding:14px!important}.server-mini-preview strong,.server-news-cats strong{margin-top:10px!important}.server-mini-preview span,.server-news-cats span{margin-top:6px!important}
.server-mini-preview.wide{grid-column:1/-1!important}.server-mini-preview.wide img{width:100%!important}
.server-card-media{padding:0 18px 18px!important;margin-top:0!important}
.server-update-card{padding-bottom:18px!important}.server-update-card img{margin-top:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}
.server-news-cats{grid-template-columns:1fr!important;gap:16px!important}.server-news-cats article{padding:14px!important}.server-news-cats article img{margin-bottom:12px!important}
.server-community-card{padding-bottom:18px!important}.server-community-card img{width:calc(100% - 36px)!important;margin:0 18px 16px!important}.server-community-card .button{margin-top:0!important}
@media(max-width:1180px){.server-live-grid,.server-news-layout,.server-community-grid,.server-pro-grid{grid-template-columns:1fr!important}}


/* Rich Presence live configurator rebuild */
.rpc-mock-card{padding:14px;border-radius:26px;background:linear-gradient(180deg,#0c1119,#111622);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.rpc-mock-top{padding:6px 4px 12px;color:#e4e7f2;font-weight:800;font-size:1.02rem}.rpc-mock-panel{padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.05)}
.rpc-mock-row{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:20px;align-items:center}.rpc-main-icon{position:relative;width:120px;height:120px;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#da42d0,#8f39f5 72%);box-shadow:0 18px 36px rgba(0,0,0,.25)}.rpc-main-icon-img{width:74%;height:74%;object-fit:contain;image-rendering:auto}.rpc-club-badge{position:absolute;right:-4px;bottom:-2px;width:42px;height:42px;border-radius:999px;object-fit:cover;border:3px solid #161927;background:#0b0d14;box-shadow:0 8px 18px rgba(0,0,0,.25)}
.rpc-main-copy h3{margin:0 0 8px;color:#fff;font-size:1.75rem;line-height:1.05;font-weight:800}.rpc-play-label{color:#f0f2f8;font-size:1rem;font-weight:700;margin-bottom:8px}.rpc-main-copy p{margin:0;color:#dadde7;font-size:1.08rem;line-height:1.35;font-weight:700}.rpc-main-copy p + p{margin-top:3px}.rpc-live-time{display:flex;align-items:center;gap:10px;margin-top:15px}.rpc-live-time strong{font-size:1.5rem;font-weight:900;color:#63ea9d;letter-spacing:.01em}.rpc-ellipsis{align-self:flex-start;color:#fff;font-size:1.55rem;opacity:.82;letter-spacing:2px;padding-top:2px}.rpc-buttons{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px;padding-left:140px}.rpc-buttons a{display:flex;align-items:center;justify-content:center;height:48px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06);color:#ececf0;text-decoration:none;font-size:1rem;font-weight:800;transition:.2s ease}.rpc-buttons a:hover{background:rgba(255,255,255,.12)}

.main-config-card{padding:16px!important}.rpc-config-mock{border-radius:18px;overflow:hidden;background:#ece9ef;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 40px rgba(0,0,0,.18)}.rpc-config-windowbar{height:34px;background:#103349;color:#fff;display:flex;align-items:center;gap:10px;padding:0 12px}.rpc-config-dot{width:14px;height:14px;border-radius:50%;background:#cb4af5;box-shadow:0 0 0 2px rgba(255,255,255,.2) inset}.rpc-config-windowbar strong{font-size:.9rem;font-weight:700}.rpc-config-winbtns{margin-left:auto;display:flex;gap:10px}.rpc-config-winbtns i{display:block;width:12px;height:12px;border:1px solid rgba(255,255,255,.8);opacity:.8}.rpc-config-body{position:relative;padding:18px 18px 20px;color:#2f2c39;background:#f3f0f5}.rpc-config-body h3{margin:0 0 6px;color:#302a40;font-size:1.6rem;line-height:1.2;font-weight:800}.rpc-config-sub{margin:0 0 18px;color:#786c88;font-size:.92rem}.rpc-config-grid{display:grid;grid-template-columns:1fr .52fr;gap:14px 14px;padding-right:160px}.rpc-config-grid label{display:flex;flex-direction:column;gap:8px}.rpc-config-grid label.full{grid-column:1/-1}.rpc-config-grid span{font-size:.95rem;font-weight:700;color:#4b4058}.rpc-config-grid input,.rpc-config-grid select{height:44px;border:2px solid #c8c0d0;border-radius:12px;background:#fff;padding:0 12px;color:#231f2d;font-size:1rem;font-weight:500;outline:none}.rpc-config-grid select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#7437a8 50%),linear-gradient(135deg,#7437a8 50%,transparent 50%);background-position:calc(100% - 20px) 18px,calc(100% - 14px) 18px;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:34px}.rpc-url-row{display:grid;grid-template-columns:1fr auto;gap:10px}.rpc-url-row button{height:44px;border:none;border-radius:12px;background:#8b37b9;color:#fff;padding:0 14px;font-weight:800}.rpc-config-preview-card{position:absolute;top:152px;right:18px;width:124px;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:16px;background:#e7dff0;border:1px solid #d0c2dd;min-height:124px}.rpc-config-preview-card img{width:100%;height:auto;max-height:108px;object-fit:contain}.rpc-config-toggles{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 16px}.switch-pill{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:999px;padding:10px 12px;background:#f7f4fa;border:1px solid #ddd1e7;font-weight:700;color:#41344f}.switch-pill input{display:none}.switch-pill i{position:relative;display:block;width:44px;height:24px;border-radius:999px;background:#45c87b;box-shadow:inset 0 0 0 2px rgba(0,0,0,.05)}.switch-pill i::after{content:'';position:absolute;right:2px;top:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15)}.switch-pill input:not(:checked) + i{background:#c0bac8}.switch-pill input:not(:checked) + i::after{right:auto;left:2px}.rpc-config-actions{display:flex;gap:12px}.rpc-config-actions.top-actions{margin-bottom:14px}.rpc-config-actions button{height:42px;border:none;border-radius:12px;padding:0 20px;font-weight:800;font-size:.98rem}.rpc-config-actions .alt{background:#ece5f0;color:#5e486d}.rpc-config-actions button:not(.alt):not(.cancel){background:#8b37b9;color:#fff}.rpc-config-actions.bottom-actions{justify-content:center}.rpc-config-actions .apply{min-width:140px;background:#7b2db1}.rpc-config-actions .cancel{min-width:140px;background:#eddff0;color:#94444e}
.showcase-mini img{image-rendering:auto!important}.showcase-mini:last-child img{max-width:116px!important;max-height:116px!important;padding:0!important;background:transparent!important}.showcase-mini:last-child{justify-content:center!important}.showcase-mini:last-child p{max-width:220px}
@media(max-width:1100px){.rpc-config-grid{padding-right:0;grid-template-columns:1fr 1fr}.rpc-config-preview-card{position:static;width:140px;margin:8px 0 0 auto}.rpc-config-toggles{grid-template-columns:1fr}.rpc-buttons{padding-left:0}.rpc-mock-row{grid-template-columns:96px minmax(0,1fr)}.rpc-main-icon{width:96px;height:96px}.rpc-main-copy h3{font-size:1.42rem}.rpc-main-copy p{font-size:.95rem}.rpc-live-time strong{font-size:1.18rem}.rpc-ellipsis{display:none}}
@media(max-width:720px){.rpc-config-grid{grid-template-columns:1fr}.rpc-url-row{grid-template-columns:1fr}.rpc-config-actions{flex-wrap:wrap}.rpc-mock-row{grid-template-columns:1fr}.rpc-main-icon{width:92px;height:92px}.rpc-buttons{padding-left:0}}

/* Server image full-visibility cleanup */
.server-mini-preview,.server-service-card,.server-update-card,.server-community-card,.server-news-cats article{height:auto!important;min-height:0!important;align-self:start!important}
.server-mini-preview img,.server-card-media img,.server-update-card img,.server-news-cats article img,.server-community-card img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;aspect-ratio:auto!important;padding:0!important;background:transparent!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.1)!important}
.server-board-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}.server-mini-preview.wide{grid-column:1/-1!important}.server-card-media,.server-community-card,.server-news-cats article,.server-update-card{overflow:visible!important}.server-card-media{padding:0 16px 16px!important}.server-news-cats{grid-template-columns:1fr!important;gap:16px!important}.server-news-cats article{padding:14px!important}.server-news-cats article img{margin-bottom:12px!important}.server-community-card img{width:calc(100% - 32px)!important;margin:0 16px 14px!important}.server-update-card{padding-bottom:16px!important}.server-update-card img{margin-top:0!important}
@media(max-width:860px){.server-board-grid,.server-live-grid,.server-news-layout,.server-community-grid{grid-template-columns:1fr!important}}


/* Exact-photo rich presence rebuild */
.rp-real-grid{align-items:start!important}
.rp-exact-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035))!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:26px!important;box-shadow:var(--shadow)!important}
.rp-shot-head{background:transparent!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding:16px 18px!important}
.rp-shot-head span{color:#f1f2f8!important;font-size:1.05rem!important;font-weight:800!important}.rp-shot-head b{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;padding:10px 14px!important;color:#fff!important;font-size:.95rem!important}
.rp-status-exact-frame,.rp-config-exact-frame{position:relative;padding:14px!important}.rp-status-exact-frame img,.rp-config-exact-frame img{display:block;width:100%!important;height:auto!important;border-radius:22px!important;border:1px solid rgba(255,255,255,.08)!important}
.rp-status-exact-frame{overflow:hidden!important}
.rp-time-cover{position:absolute;left:28.1%;top:78.5%;width:24%;height:9.5%;background:linear-gradient(90deg,#11151f 0%,#121824 100%);border-radius:10px;filter:blur(.2px)}
.rp-time-live-exact{position:absolute;left:29%;top:79.1%;display:flex;align-items:center;gap:8px;z-index:2}.rp-time-live-exact .online-dot{width:11px!important;height:11px!important;background:#57eb9b!important;box-shadow:0 0 12px rgba(87,235,155,.55)!important}.rp-time-live-exact strong{font-size:1.08rem!important;line-height:1!important;font-weight:900!important;color:#69f0a6!important;letter-spacing:.01em;text-shadow:0 1px 1px rgba(0,0,0,.55)!important}
.rp-showcase-grid.exact-grid{grid-template-columns:minmax(0,1fr) 170px!important;gap:18px!important}.main-config-card{padding:0!important;overflow:hidden!important}.rp-config-exact-frame{background:transparent!important}.rp-config-exact-frame img{background:#fff!important}
.rp-showcase-side{display:grid!important;gap:18px!important}.showcase-mini{padding:14px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important}.showcase-mini img{display:block;width:100%!important;height:auto!important;object-fit:contain!important;margin:4px auto 12px!important}.showcase-mini p{margin:0!important;color:#d8d9e2!important;line-height:1.55!important;font-size:.96rem!important}.showcase-mini:first-child img{max-width:118px!important;background:#05060a!important;border-radius:14px!important;padding:8px!important}.exact-icon-card img{max-width:104px!important;background:transparent!important;padding:0!important;image-rendering:auto!important}
@media(max-width:1150px){.rp-showcase-grid.exact-grid{grid-template-columns:1fr!important}.rp-showcase-side{grid-template-columns:1fr 1fr!important}}
@media(max-width:740px){.rp-time-live-exact{left:29.2%;top:79.15%}.rp-time-live-exact strong{font-size:.86rem!important}.rp-time-cover{left:28.2%;top:78.55%;width:25%;height:9.8%}.rp-showcase-side{grid-template-columns:1fr!important}}

/* Keep server screenshots visible in full */
.server-mini-preview,.server-service-card,.server-update-card,.server-community-card,.server-news-cats article{height:auto!important;min-height:0!important;align-self:start!important}
.server-mini-preview img,.server-card-media img,.server-update-card img,.server-news-cats article img,.server-community-card img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;aspect-ratio:auto!important;padding:0!important;background:transparent!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.1)!important}
.server-board-grid,.server-live-grid,.server-news-layout,.server-community-grid{align-items:start!important}
.server-news-cats{grid-template-columns:1fr!important;gap:16px!important}.server-news-cats article{padding:14px!important}.server-card-media{padding:0 16px 16px!important}.server-community-card img{width:calc(100% - 32px)!important;margin:0 16px 14px!important}


/* FINAL SERVER IMAGE FIX: full-size natural screenshots */
.server-hero-board .server-mini-preview,
.server-live-grid .server-service-card,
.server-news-layout .server-update-card,
.server-news-cats article,
.server-community-card{
  overflow:visible !important;
  height:auto !important;
  min-height:0 !important;
}
.server-hero-board .server-mini-preview::after{display:none !important}
.server-hero-board .server-mini-preview img,
.server-live-grid .server-card-media img,
.server-news-layout .server-update-card > img,
.server-news-cats article > img,
.server-community-card > img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:none !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center top !important;
  padding:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  background:transparent !important;
  border-radius:18px !important;
}
.server-card-media{padding:0 18px 18px !important;margin-top:0 !important}
.server-community-card > img{width:calc(100% - 36px) !important;margin:0 18px 18px !important}
.server-news-layout .server-update-card > img{border-radius:0 0 18px 18px !important}
.server-news-cats article > img{margin-bottom:14px !important}
.server-board-grid,.server-live-grid,.server-news-layout,.server-community-grid{align-items:start !important}
.server-mini-preview strong,.server-news-cats strong{margin-top:12px !important}
.server-mini-preview span,.server-news-cats span{margin-top:6px !important}
/* Keep wide/status cards from creating empty picture boxes */
.server-mini-preview.wide img,
.server-mini-preview.status-preview img,
.server-service-card.status-card .server-card-media img{width:100% !important;height:auto !important}
@media(max-width:860px){
  .server-board-grid,.server-live-grid,.server-news-layout,.server-community-grid{grid-template-columns:1fr !important}
}


/* Restore preferred real configuration screenshot */
.main-config-card{
  overflow:hidden !important;
}
.preferred-config-frame{
  padding:12px !important;
  background:rgba(255,255,255,.08) !important;
  border-radius:0 0 24px 24px !important;
}
.preferred-config-frame img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  padding:0 !important;
  background:#fff !important;
  border-radius:18px !important;
  border:1px solid rgba(255,255,255,.12) !important;
}

/* Keep server screenshots visible while using full card width */
.server-mini-preview img,
.server-card-media img,
.server-update-card img,
.server-news-cats article img,
.server-community-card img{
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
  padding:0 !important;
  background:transparent !important;
}


/* Home + server merged feature board */
.server-features-board{
  padding:28px !important;
  border-radius:34px !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(232,160,208,.22), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(139,92,246,.16), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045)) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  box-shadow:0 28px 80px rgba(0,0,0,.28) !important;
}
.server-feature-catalog{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:22px;
}
.server-feature-catalog article{
  position:relative;
  min-height:132px;
  padding:18px 18px 18px 64px;
  border-radius:22px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
  transition:transform .22s ease, border-color .22s ease, background .22s ease;
}
.server-feature-catalog article::after{
  content:"";
  position:absolute;
  right:-38px;
  bottom:-52px;
  width:128px;
  height:128px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.13), transparent 68%);
}
.server-feature-catalog article:hover{
  transform:translateY(-4px);
  border-color:rgba(232,160,208,.34);
  background:rgba(255,255,255,.075);
}
.server-feature-catalog i{
  position:absolute;
  left:18px;
  top:18px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(232,160,208,.26), rgba(139,92,246,.18));
  border:1px solid rgba(255,255,255,.13);
  font-style:normal;
  font-size:1.08rem;
}
.server-feature-catalog strong{
  display:block;
  color:#fff;
  font-size:1.02rem;
  line-height:1.2;
  margin-bottom:8px;
}
.server-feature-catalog span{
  display:block;
  color:var(--muted);
  line-height:1.55;
  font-size:.93rem;
}
.server-pro-grid{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr) !important;
}
@media(max-width:1180px){
  .server-pro-grid{grid-template-columns:1fr !important}
}
@media(max-width:760px){
  .server-feature-catalog{grid-template-columns:1fr}
  .server-features-board{padding:20px !important}
  .server-feature-catalog article{min-height:auto}
}


/* Final tweaks requested */
.feature-catalog-link{display:block;position:relative;min-height:132px;padding:18px 18px 18px 64px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);overflow:hidden;transition:transform .22s ease,border-color .22s ease,background .22s ease;text-decoration:none}
.feature-catalog-link::after{content:"";position:absolute;right:-38px;bottom:-52px;width:128px;height:128px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.13),transparent 68%)}
.feature-catalog-link:hover{transform:translateY(-4px);border-color:rgba(232,160,208,.34);background:rgba(255,255,255,.075)}
.feature-catalog-link i{position:absolute;left:18px;top:18px;width:34px;height:34px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(232,160,208,.26),rgba(139,92,246,.18));border:1px solid rgba(255,255,255,.13);font-style:normal;font-size:1.08rem}
.feature-catalog-link strong{display:block;color:#fff;font-size:1.02rem;line-height:1.2;margin-bottom:8px}
.feature-catalog-link span{display:block;color:var(--muted);line-height:1.55;font-size:.93rem}
.server-feature-catalog article{all:unset} /* neutralize previous article styling if any remain */

/* make status screenshot a bit smaller and cleaner */
.status-card .server-card-media{padding:0 26px 20px!important}
.status-card .server-card-media img{width:100%!important;max-width:880px!important;display:block!important;margin:0 auto!important;object-fit:contain!important;background:transparent!important;border-radius:18px!important}

/* rich presence: keep the base screenshot only */
.rp-time-cover,.rp-time-live-exact{display:none!important}
.rp-status-exact-frame{padding:12px!important}
.rp-status-exact-frame img{width:100%!important;height:auto!important;object-fit:contain!important;background:#0d1118!important;border-radius:20px!important}
.preferred-config-frame{padding:12px!important;background:rgba(255,255,255,.08)!important;border-radius:0 0 24px 24px!important}
.preferred-config-frame img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;background:#fff!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.12)!important}

@media(max-width:760px){.feature-catalog-link{min-height:auto}}


/* Revert Rich Presence page to preferred layout */
.rp-status-banner-card{padding:16px!important;border-radius:30px!important;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:var(--shadow)!important;overflow:hidden!important}
.rp-showcase-grid{display:grid!important;grid-template-columns:minmax(0,1.24fr) minmax(220px,.76fr)!important;gap:18px!important;align-items:start!important}
.main-config-card{padding:16px!important;border-radius:30px!important;overflow:hidden!important}
.main-config-card > img{display:block!important;width:100%!important;height:auto!important;max-height:560px!important;object-fit:contain!important;border-radius:18px!important;background:#fff!important;padding:0!important;border:1px solid rgba(255,255,255,.12)!important}
.rp-showcase-side{display:grid!important;gap:18px!important}
.showcase-mini{min-height:0!important;padding:14px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;text-align:center!important}
.showcase-mini img{width:100%!important;max-width:180px!important;max-height:180px!important;height:auto!important;object-fit:contain!important;margin:0 auto 14px!important;border-radius:18px!important;background:#0c0b12!important;padding:8px!important}
.showcase-mini p{margin:0!important;color:#cfd2df!important;line-height:1.6!important}
@media(max-width:1180px){.rp-real-grid{grid-template-columns:1fr!important}.rp-showcase-grid{grid-template-columns:1fr!important}.rp-lang-grid-flags{grid-template-columns:repeat(3,minmax(0,1fr))!important}}


/* Final user request: config image should reach the card edges, and no separate server tab */
.main-config-card{
  padding:0 !important;
  overflow:hidden !important;
  border-radius:30px !important;
}
.main-config-card .rp-shot-head{
  padding:16px 18px !important;
  margin:0 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.main-config-card > img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  border-radius:0 0 26px 26px !important;
  background:#fff !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
}
@media(max-width:1180px){
  .main-config-card > img{border-radius:0 0 22px 22px !important}
}


/* Final crop fix for Rich Presence config screenshot */
.main-config-card > img{
  width:100% !important;
  height:auto !important;
  object-fit:cover !important;
  border-radius:0 0 24px 24px !important;
}


/* Final polish: championships / ReShade cards */
.server-community-grid{align-items:start !important}
.server-community-card{
  overflow:hidden !important;
  padding-bottom:20px !important;
}
.server-community-card > img{
  display:block !important;
  width:calc(100% - 28px) !important;
  margin:0 14px 18px !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:20px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:none !important;
}
.server-community-card.championship-card > img{
  width:100% !important;
  margin:0 0 18px !important;
  border-radius:22px 22px 0 0 !important;
  border-left:none !important;
  border-right:none !important;
  border-top:none !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.server-community-card.reshade-card > img{
  width:calc(100% - 28px) !important;
  margin:0 14px 18px !important;
  border-radius:20px !important;
  border:1px solid rgba(255,255,255,.08) !important;
}
.server-community-card .button{
  margin:0 20px !important;
  margin-top:auto !important;
  align-self:flex-start !important;
}
@media(max-width:860px){
  .server-community-card.championship-card > img,
  .server-community-card.reshade-card > img{
    width:100% !important;
    margin:0 0 18px !important;
    border-radius:20px 20px 0 0 !important;
    border-left:none !important;
    border-right:none !important;
    border-top:none !important;
  }
}


/* Final bord-a-bord fix for Rich Presence config */
.main-config-card{
  padding:0 !important;
  overflow:hidden !important;
  border-radius:30px !important;
}
.main-config-card .rp-shot-head{
  padding:16px 18px !important;
  margin:0 !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}
.main-config-card > img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  border-radius:0 0 24px 24px !important;
  border:none !important;
  box-shadow:none !important;
  background:#fff !important;
  margin:0 !important;
  padding:0 !important;
}


/* Full-site translation selector */
.lang-switch-full{
  position:relative;
  z-index:80;
}
.lang-current{
  min-width:138px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.075);
  color:#fff;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}
.lang-current:hover{
  background:rgba(255,255,255,.11);
}
.lang-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:min(420px, calc(100vw - 24px));
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:12px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(20,16,30,.96);
  box-shadow:0 24px 70px rgba(0,0,0,.38);
  backdrop-filter:blur(18px);
  opacity:0;
  pointer-events:none;
  transform:translateY(-8px);
  transition:.22s ease;
}
.lang-switch-full.open .lang-menu{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.language-option{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:9px 10px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  color:#fff;
  font-weight:800;
  cursor:pointer;
  text-align:left;
}
.language-option:hover,
.language-option.active{
  background:linear-gradient(135deg,rgba(232,160,208,.20),rgba(139,92,246,.14));
  border-color:rgba(232,160,208,.34);
}
.language-option img,
.lang-item .flag-img{
  width:26px;
  height:18px;
  display:block;
  object-fit:cover;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(255,255,255,.12);
}
.rp-lang-grid .lang-item{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  color:#fff;
  cursor:pointer;
  font:inherit;
}
.rp-lang-grid .lang-item:hover{
  background:rgba(255,255,255,.09);
  border-color:rgba(232,160,208,.28);
}
#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-te-balloon-frame,
#goog-gt-tt{
  display:none!important;
}
body{
  top:0!important;
}
body > .skiptranslate{
  display:none!important;
}
@media(max-width:680px){
  .lang-menu{
    grid-template-columns:1fr;
    right:auto;
    left:50%;
    transform:translate(-50%,-8px);
  }
  .lang-switch-full.open .lang-menu{
    transform:translate(-50%,0);
  }
}


/* Google Translate must exist in the page for click-to-translate to work */
#google_translate_element{
  display:block !important;
  position:fixed !important;
  left:-9999px !important;
  top:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
#google_translate_element .goog-te-gadget,
#google_translate_element select{
  display:block !important;
}
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt{
  display:none !important;
}
body{
  top:0 !important;
}
body > .skiptranslate{
  display:none !important;
}


/* Visible feedback when changing language */
.lang-notice{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  max-width:min(360px, calc(100vw - 36px));
  padding:12px 16px;
  border-radius:16px;
  background:rgba(18,14,28,.94);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-weight:800;
  box-shadow:0 18px 50px rgba(0,0,0,.34);
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  transition:.22s ease;
}
.lang-notice.show{
  opacity:1;
  transform:translateY(0);
}

/* Keep Google Translate hidden but active */
#google_translate_element{
  display:block !important;
  position:fixed !important;
  left:-9999px !important;
  top:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
#google_translate_element .goog-te-gadget,
#google_translate_element select{
  display:block !important;
}


/* Fix visual bugs created by Google Translate hover/highlight layers */
.goog-te-banner-frame,
.goog-te-balloon-frame,
iframe.goog-te-banner-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.VIpgJd-yAWNEb-L7lbkb,
.VIpgJd-yAWNEb-hvhgNd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-ORHb-OEVmcd{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.goog-text-highlight,
.goog-text-highlight:hover,
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q,
font{
  background:transparent !important;
  background-color:transparent !important;
  border:none !important;
  box-shadow:none !important;
  outline:none !important;
}
html.translated-ltr body,
html.translated-rtl body,
body{
  top:0 !important;
}
body > .skiptranslate{
  display:none !important;
}


/* Championnats: heure actuelle + option UTC */
.champ-live-top-tools{
  align-items:flex-start !important;
  gap:16px !important;
}
.champ-time-tools{
  margin-left:auto;
  display:flex;
  align-items:stretch;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.champ-current-time,
.champ-tz-control{
  min-height:58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  padding:10px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
}
.champ-current-time span,
.champ-tz-control span{
  color:var(--muted);
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.champ-current-time strong{
  color:#fff;
  font-size:1.15rem;
  line-height:1;
  font-weight:950;
  font-variant-numeric:tabular-nums;
}
.champ-current-time em{
  color:#ffd47c;
  font-style:normal;
  font-size:.78rem;
  font-weight:800;
}
.champ-tz-control select{
  min-width:145px;
  height:32px;
  border:none;
  outline:none;
  border-radius:12px;
  padding:0 10px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.champ-tz-control select option{
  background:#15111f;
  color:#fff;
}

/* Championnats: correction de la mise en forme de la section photo/timeline */
.champ-focus-grid{
  grid-template-columns:minmax(0,1fr) minmax(340px,420px) !important;
  align-items:start !important;
}
.champ-timeline-card{
  align-self:start !important;
  min-height:0 !important;
}
.champ-preview-card{
  min-height:0 !important;
  padding:14px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  overflow:hidden !important;
}
.champ-preview-card > img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:560px !important;
  object-fit:contain !important;
  object-position:top center !important;
  border-radius:22px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  background:#050509 !important;
}
.champ-preview-overlay{
  position:static !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  padding:18px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(16,12,27,.92),rgba(16,12,27,.72)) !important;
}
.mini-time{
  grid-template-columns:92px 1fr auto !important;
}
.mini-time span{
  font-variant-numeric:tabular-nums;
}
@media(max-width:1120px){
  .champ-focus-grid{
    grid-template-columns:1fr !important;
  }
  .champ-preview-card > img{
    max-height:none !important;
  }
}
@media(max-width:760px){
  .champ-live-top-tools{
    flex-direction:column !important;
  }
  .champ-time-tools{
    width:100%;
    margin-left:0;
    justify-content:stretch;
  }
  .champ-current-time,
  .champ-tz-control{
    flex:1 1 180px;
  }
  .mini-time{
    grid-template-columns:1fr !important;
  }
}


/* Championnats UTC selector: make the whole card feel clickable */
.champ-tz-control{
  cursor:pointer !important;
  user-select:none !important;
}
.champ-tz-control select{
  cursor:pointer !important;
  pointer-events:auto !important;
  position:relative !important;
  z-index:3 !important;
  min-width:170px !important;
}
.champ-tz-control:hover{
  border-color:rgba(255,212,124,.38) !important;
  background:rgba(255,255,255,.08) !important;
}
.champ-tz-control span{
  color:#ffd47c !important;
}


/* Championnats: longer timezone labels */
.champ-tz-control select{
  min-width:260px !important;
}
@media(max-width:760px){
  .champ-tz-control select{
    min-width:100% !important;
  }
}


/* Championnats: heure actuelle + fuseau horaire côte à côte */
.champ-live-top.champ-live-top-tools{
  display:grid !important;
  grid-template-columns:auto 1fr !important;
  align-items:start !important;
  gap:18px !important;
}

.champ-time-tools{
  margin-left:0 !important;
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(220px, 1fr) minmax(260px, 1fr) !important;
  gap:14px !important;
  align-items:stretch !important;
  justify-content:stretch !important;
  flex-wrap:nowrap !important;
}

.champ-current-time,
.champ-tz-control{
  width:100% !important;
  min-height:84px !important;
  margin:0 !important;
}

.champ-current-time strong{
  font-size:1.55rem !important;
}

.champ-current-time em{
  font-size:.95rem !important;
  line-height:1.25 !important;
}

.champ-tz-control{
  justify-content:space-between !important;
}

.champ-tz-control select{
  width:100% !important;
  min-width:0 !important;
}

@media (max-width: 980px){
  .champ-live-top.champ-live-top-tools{
    grid-template-columns:1fr !important;
  }
  .champ-time-tools{
    grid-template-columns:1fr 1fr !important;
  }
}

@media (max-width: 760px){
  .champ-time-tools{
    grid-template-columns:1fr !important;
  }
}


/* Final polish — championnats top controls really clean side-by-side */
.champ-live-top.champ-live-top-tools{
  display:grid !important;
  grid-template-columns:auto minmax(240px, 320px) minmax(280px, 1fr) !important;
  gap:16px !important;
  align-items:stretch !important;
}

.champ-live-top.champ-live-top-tools > .status-chip.live{
  align-self:center !important;
  justify-self:start !important;
  min-height:56px !important;
  display:inline-flex !important;
  align-items:center !important;
  padding:0 18px !important;
  margin:0 !important;
}

.champ-time-tools{
  display:contents !important;
  margin:0 !important;
  width:auto !important;
}

.champ-current-time,
.champ-tz-control{
  min-height:92px !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:6px !important;
  padding:16px 18px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.champ-current-time span,
.champ-tz-control span{
  display:block !important;
  margin:0 !important;
  color:#c9b8ff !important;
  font-size:.72rem !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.09em !important;
}

.champ-current-time strong{
  display:block !important;
  margin:0 !important;
  color:#fff !important;
  font-size:1.75rem !important;
  line-height:1 !important;
  font-weight:950 !important;
  font-variant-numeric:tabular-nums !important;
}

.champ-current-time em{
  display:block !important;
  margin:0 !important;
  color:#ffd56e !important;
  font-size:.92rem !important;
  line-height:1.25 !important;
  font-style:normal !important;
  font-weight:800 !important;
}

.champ-tz-control{
  align-items:stretch !important;
}

.champ-tz-control select{
  width:100% !important;
  height:44px !important;
  margin-top:4px !important;
  padding:0 14px !important;
  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  font-weight:900 !important;
  font-size:1rem !important;
  box-shadow:none !important;
  outline:none !important;
}

.champ-tz-control:hover{
  border-color:rgba(255,213,110,.28) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.05)) !important;
}

.champ-tz-control select:focus{
  border-color:rgba(255,213,110,.45) !important;
}

@media (max-width: 1100px){
  .champ-live-top.champ-live-top-tools{
    grid-template-columns:auto 1fr 1fr !important;
  }
}

@media (max-width: 820px){
  .champ-live-top.champ-live-top-tools{
    grid-template-columns:1fr !important;
  }

  .champ-live-top.champ-live-top-tools > .status-chip.live{
    min-height:auto !important;
    padding:10px 16px !important;
  }

  .champ-time-tools{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
  }
}

@media (max-width: 640px){
  .champ-time-tools{
    grid-template-columns:1fr !important;
  }

  .champ-current-time strong{
    font-size:1.5rem !important;
  }
}


/* Final clean layout — top championnat controls */
.champ-live-top.champ-live-top-tools{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:16px !important;
  flex-wrap:wrap !important;
}

.champ-live-top.champ-live-top-tools > .status-chip.live{
  width:64px !important;
  height:64px !important;
  min-height:64px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 64px !important;
  margin:0 !important;
  border-radius:999px !important;
}

.champ-time-tools{
  display:grid !important;
  grid-template-columns:250px 285px !important;
  gap:14px !important;
  width:auto !important;
  flex:0 1 auto !important;
  margin:0 !important;
  align-items:stretch !important;
}

.champ-current-time,
.champ-tz-control{
  width:100% !important;
  min-height:108px !important;
  height:108px !important;
  padding:16px 18px !important;
  border-radius:22px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:8px !important;
}

.champ-tz-control{
  justify-content:center !important;
}

.champ-current-time span,
.champ-tz-control span{
  line-height:1 !important;
  margin:0 !important;
}

.champ-current-time strong{
  font-size:1.65rem !important;
  line-height:1 !important;
  margin:0 !important;
}

.champ-current-time em{
  font-size:.9rem !important;
  line-height:1.25 !important;
  margin:0 !important;
}

.champ-tz-control select{
  width:100% !important;
  height:44px !important;
  min-width:0 !important;
  margin:4px 0 0 !important;
  padding:0 34px 0 14px !important;
  border-radius:14px !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
}

@media(max-width:900px){
  .champ-time-tools{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    width:100% !important;
    flex:1 1 100% !important;
  }
}

@media(max-width:640px){
  .champ-live-top.champ-live-top-tools{
    gap:14px !important;
  }
  .champ-time-tools{
    grid-template-columns:1fr !important;
  }
  .champ-current-time,
  .champ-tz-control{
    height:auto !important;
    min-height:92px !important;
  }
}


/* Screenshot-style top controls: Live + Heure actuelle + Fuseau horaire / UTC */
.champ-live-top.champ-live-top-tools{
  display:flex !important;
  align-items:flex-start !important;
  gap:16px !important;
  flex-wrap:nowrap !important;
}

.champ-live-top.champ-live-top-tools > .status-chip.live{
  flex:0 0 58px !important;
  width:58px !important;
  height:58px !important;
  min-height:58px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:1rem !important;
  line-height:1 !important;
}

.champ-time-tools{
  display:grid !important;
  grid-template-columns:220px 260px !important;
  gap:14px !important;
  width:auto !important;
  margin:0 !important;
  align-items:stretch !important;
}

.champ-current-time,
.champ-tz-control{
  height:82px !important;
  min-height:82px !important;
  padding:12px 16px !important;
  border-radius:20px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:6px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.champ-current-time span,
.champ-tz-control span{
  margin:0 !important;
  font-size:.72rem !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  line-height:1 !important;
}

.champ-current-time span{
  color:#bcaef6 !important;
}

.champ-current-time strong{
  margin:0 !important;
  color:#fff !important;
  font-size:1.55rem !important;
  line-height:1 !important;
  font-weight:950 !important;
  font-variant-numeric:tabular-nums !important;
}

.champ-current-time em{
  margin:0 !important;
  color:#f0c866 !important;
  font-style:normal !important;
  font-size:.92rem !important;
  line-height:1.15 !important;
  font-weight:850 !important;
}

.champ-tz-control{
  align-items:flex-start !important;
}

.champ-tz-control span{
  color:#f0c866 !important;
}

.champ-tz-control select{
  width:100% !important;
  min-width:0 !important;
  height:38px !important;
  margin-top:4px !important;
  padding:0 38px 0 14px !important;
  border:none !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-weight:900 !important;
  font-size:1rem !important;
  box-shadow:none !important;
  outline:none !important;
}

.champ-tz-control:hover{
  border-color:rgba(240,200,102,.28) !important;
}

@media(max-width:900px){
  .champ-live-top.champ-live-top-tools{
    flex-wrap:wrap !important;
  }
  .champ-time-tools{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    flex:1 1 100% !important;
    width:100% !important;
  }
}

@media(max-width:640px){
  .champ-time-tools{
    grid-template-columns:1fr !important;
  }
  .champ-current-time,
  .champ-tz-control{
    height:auto !important;
    min-height:80px !important;
  }
}


/* Final balance for top championship controls */
.champ-live-top.champ-live-top-tools{
  display:grid !important;
  grid-template-columns:58px minmax(0, 1fr) !important;
  gap:16px !important;
  align-items:start !important;
}

.champ-live-top.champ-live-top-tools > .status-chip.live{
  grid-column:1 !important;
  width:58px !important;
  height:58px !important;
  min-height:58px !important;
  flex:0 0 58px !important;
  margin-top:18px !important;
}

.champ-time-tools{
  grid-column:2 !important;
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(190px, .95fr) minmax(225px, 1.05fr) !important;
  gap:14px !important;
  align-items:stretch !important;
}

.champ-current-time,
.champ-tz-control{
  height:88px !important;
  min-height:88px !important;
  padding:14px 16px !important;
  border-radius:20px !important;
  overflow:hidden !important;
}

.champ-current-time{
  justify-content:center !important;
}

.champ-tz-control{
  justify-content:center !important;
}

.champ-current-time span,
.champ-tz-control span{
  font-size:.70rem !important;
  line-height:1 !important;
  margin:0 !important;
  white-space:nowrap !important;
}

.champ-current-time strong{
  font-size:1.42rem !important;
  line-height:1.02 !important;
  margin:0 !important;
}

.champ-current-time em{
  font-size:.82rem !important;
  line-height:1.2 !important;
  max-width:100% !important;
}

.champ-tz-control select{
  width:100% !important;
  height:38px !important;
  min-width:0 !important;
  max-width:100% !important;
  margin-top:6px !important;
  padding:0 34px 0 12px !important;
  font-size:.92rem !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
}

@media(max-width:760px){
  .champ-live-top.champ-live-top-tools{
    grid-template-columns:1fr !important;
  }
  .champ-live-top.champ-live-top-tools > .status-chip.live{
    grid-column:auto !important;
    margin-top:0 !important;
  }
  .champ-time-tools{
    grid-column:auto !important;
    grid-template-columns:1fr !important;
  }
  .champ-current-time,
  .champ-tz-control{
    height:auto !important;
    min-height:82px !important;
  }
}


/* Petite animation premium au survol du logo du site */
.brand,
.logo,
.site-logo,
.header-logo{
  transition:transform .28s ease, filter .28s ease;
}

.brand:hover,
.logo:hover,
.site-logo:hover,
.header-logo:hover{
  transform:translateY(-2px) scale(1.035);
  filter:drop-shadow(0 0 14px rgba(232,160,208,.55));
}

.brand:hover img,
.logo:hover img,
.site-logo:hover img,
.header-logo:hover img{
  animation:logoSoftFloat .75s ease both;
}

.brand:hover .brand-mark,
.logo:hover .brand-mark,
.site-logo:hover .brand-mark,
.header-logo:hover .brand-mark{
  animation:logoSoftFloat .75s ease both;
  box-shadow:0 0 22px rgba(232,160,208,.42), 0 0 34px rgba(139,92,246,.24);
}

@keyframes logoSoftFloat{
  0%{ transform:rotate(0deg) scale(1); }
  35%{ transform:rotate(-4deg) scale(1.08); }
  70%{ transform:rotate(3deg) scale(1.05); }
  100%{ transform:rotate(0deg) scale(1); }
}

@media (prefers-reduced-motion: reduce){
  .brand:hover,
  .logo:hover,
  .site-logo:hover,
  .header-logo:hover{
    transform:none;
  }
  .brand:hover img,
  .logo:hover img,
  .site-logo:hover img,
  .header-logo:hover img,
  .brand:hover .brand-mark,
  .logo:hover .brand-mark,
  .site-logo:hover .brand-mark,
  .header-logo:hover .brand-mark{
    animation:none;
  }
}


/* Animations premium pour badges / pastilles / statuts */
.badge,
.status-chip,
.live-pill,
.next-pill,
.service-tag,
.champ-day-tab,
.champ-event-state span{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease,
    filter .28s ease !important;
}

.badge::before,
.status-chip::before,
.live-pill::before,
.next-pill::before,
.service-tag::before,
.champ-day-tab::before,
.champ-event-state span::before{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:-1;
  background:
    linear-gradient(110deg,
      transparent 0%,
      rgba(255,255,255,.00) 30%,
      rgba(255,255,255,.20) 48%,
      rgba(255,255,255,.08) 56%,
      transparent 72%);
  transform:translateX(-130%) skewX(-18deg);
  animation:premiumPillSweep 4.8s ease-in-out infinite;
  pointer-events:none;
}

.badge:hover,
.status-chip:hover,
.live-pill:hover,
.next-pill:hover,
.service-tag:hover,
.champ-day-tab:hover,
.champ-event-state span:hover{
  transform:translateY(-2px) scale(1.025) !important;
  border-color:rgba(232,160,208,.38) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.10) inset,
    0 16px 38px rgba(0,0,0,.28),
    0 0 24px rgba(232,160,208,.20),
    0 0 42px rgba(139,92,246,.16) !important;
  filter:saturate(1.08) !important;
}

.badge-dot,
.status-chip.live::after,
.live-pill i,
.next-pill::after,
.state-live::after,
.state-next::after{
  content:"";
  width:9px;
  height:9px;
  display:inline-block;
  border-radius:999px;
  background:#7dffad;
  box-shadow:
    0 0 0 0 rgba(125,255,173,.45),
    0 0 14px rgba(125,255,173,.85),
    0 0 30px rgba(125,255,173,.35);
  animation:premiumPulseDot 1.55s ease-in-out infinite;
}

.badge-dot{
  position:relative;
  flex:0 0 9px;
}

.status-chip.live{
  background:
    radial-gradient(circle at 24% 28%, rgba(125,255,173,.24), transparent 46%),
    linear-gradient(135deg, rgba(125,255,173,.16), rgba(255,255,255,.045)) !important;
  border-color:rgba(125,255,173,.18) !important;
  animation:premiumLiveBreath 2.6s ease-in-out infinite;
}

.status-chip.live::after{
  margin-right:6px;
  order:-1;
}

.live-pill{
  background:
    radial-gradient(circle at 20% 20%, rgba(125,255,173,.24), transparent 50%),
    rgba(125,255,173,.13) !important;
  border-color:rgba(125,255,173,.18) !important;
}

.next-pill{
  background:
    radial-gradient(circle at 18% 24%, rgba(255,212,124,.22), transparent 52%),
    rgba(255,212,124,.12) !important;
  border-color:rgba(255,212,124,.18) !important;
}

.next-pill::after{
  background:#ffd47c;
  box-shadow:
    0 0 0 0 rgba(255,212,124,.45),
    0 0 14px rgba(255,212,124,.75),
    0 0 30px rgba(255,212,124,.30);
  margin-left:8px;
}

.badge{
  backdrop-filter:blur(16px) saturate(1.25) !important;
}

.badge::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  z-index:-2;
  background:
    radial-gradient(circle at var(--mx, 25%) var(--my, 30%), rgba(232,160,208,.22), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  opacity:.82;
  transition:opacity .25s ease;
}

.badge:hover::after{
  opacity:1;
}

.badge span:last-child,
.status-chip,
.live-pill,
.next-pill,
.service-tag,
.champ-day-tab span,
.champ-event-state span{
  text-shadow:0 0 18px rgba(255,255,255,.18);
}

/* Animation spéciale pour les cartes de sélection des championnats */
.champ-type-card{
  position:relative !important;
  overflow:hidden !important;
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease !important;
}

.champ-type-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background:
    radial-gradient(circle at var(--mx, 20%) var(--my, 20%), rgba(255,212,124,.18), transparent 34%),
    linear-gradient(110deg, transparent, rgba(255,255,255,.10), transparent);
  opacity:.0;
  transition:opacity .28s ease;
  pointer-events:none;
}

.champ-type-card:hover{
  transform:translateY(-5px) scale(1.012) !important;
  border-color:rgba(255,212,124,.30) !important;
  box-shadow:
    0 22px 60px rgba(0,0,0,.28),
    0 0 34px rgba(255,212,124,.14) !important;
}

.champ-type-card:hover::before{
  opacity:1;
}

.champ-type-card span{
  display:inline-grid !important;
  place-items:center !important;
  width:42px !important;
  height:42px !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.06) !important;
  box-shadow:0 0 22px rgba(232,160,208,.10) !important;
  transition:transform .28s ease, filter .28s ease !important;
}

.champ-type-card:hover span{
  transform:rotate(-6deg) scale(1.12) !important;
  filter:drop-shadow(0 0 10px rgba(255,212,124,.42)) !important;
}

/* Animation de scan très discrète sur les cartes importantes */
.glass,
.server-community-card,
.rp-shot-card,
.champ-live-card,
.champ-timeline-card,
.champ-preview-card{
  position:relative !important;
}

.glass::after,
.server-community-card::after,
.rp-shot-card::after,
.champ-live-card::after,
.champ-timeline-card::after,
.champ-preview-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.055) 46%, transparent 64%);
  transform:translateX(-120%);
  animation:premiumCardScan 9s ease-in-out infinite;
  opacity:.72;
}

/* Désactivation propre si l’utilisateur réduit les animations */
@keyframes premiumPillSweep{
  0%, 62%{ transform:translateX(-135%) skewX(-18deg); }
  82%, 100%{ transform:translateX(135%) skewX(-18deg); }
}

@keyframes premiumPulseDot{
  0%{
    transform:scale(1);
    box-shadow:
      0 0 0 0 rgba(125,255,173,.50),
      0 0 14px rgba(125,255,173,.80),
      0 0 30px rgba(125,255,173,.35);
  }
  70%{
    transform:scale(1.12);
    box-shadow:
      0 0 0 10px rgba(125,255,173,0),
      0 0 18px rgba(125,255,173,.95),
      0 0 36px rgba(125,255,173,.45);
  }
  100%{
    transform:scale(1);
    box-shadow:
      0 0 0 0 rgba(125,255,173,0),
      0 0 14px rgba(125,255,173,.80),
      0 0 30px rgba(125,255,173,.35);
  }
}

@keyframes premiumLiveBreath{
  0%,100%{
    box-shadow:
      0 0 0 0 rgba(125,255,173,.10),
      0 0 18px rgba(125,255,173,.10) !important;
  }
  50%{
    box-shadow:
      0 0 0 8px rgba(125,255,173,.035),
      0 0 28px rgba(125,255,173,.22) !important;
  }
}

@keyframes premiumCardScan{
  0%, 70%{ transform:translateX(-125%); opacity:0; }
  78%{ opacity:.55; }
  100%{ transform:translateX(125%); opacity:0; }
}

@media (prefers-reduced-motion: reduce){
  .badge::before,
  .status-chip::before,
  .live-pill::before,
  .next-pill::before,
  .service-tag::before,
  .champ-day-tab::before,
  .champ-event-state span::before,
  .badge-dot,
  .status-chip.live,
  .status-chip.live::after,
  .live-pill i,
  .next-pill::after,
  .state-live::after,
  .state-next::after,
  .glass::after,
  .server-community-card::after,
  .rp-shot-card::after,
  .champ-live-card::after,
  .champ-timeline-card::after,
  .champ-preview-card::after{
    animation:none !important;
  }
}


/* --- Fix & upgrade: animated online counter pill + cleaner Live badge --- */

/* include the online counter / stat pill from the Rich Presence hero */
.hero-inline-badge,
.hero-online-badge,
.online-badge,
.online-pill,
.players-online-pill,
.richpresence-online-pill,
.hero-micro-badge{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    background .28s ease,
    filter .28s ease !important;
}

.hero-inline-badge::before,
.hero-online-badge::before,
.online-badge::before,
.online-pill::before,
.players-online-pill::before,
.richpresence-online-pill::before,
.hero-micro-badge::before{
  content:"";
  position:absolute;
  inset:-2px;
  z-index:-1;
  background:
    linear-gradient(110deg,
      transparent 0%,
      rgba(255,255,255,.00) 28%,
      rgba(255,255,255,.18) 48%,
      rgba(255,255,255,.08) 56%,
      transparent 72%);
  transform:translateX(-130%) skewX(-18deg);
  animation:premiumPillSweep 4.8s ease-in-out infinite;
  pointer-events:none;
}

.hero-inline-badge:hover,
.hero-online-badge:hover,
.online-badge:hover,
.online-pill:hover,
.players-online-pill:hover,
.richpresence-online-pill:hover,
.hero-micro-badge:hover{
  transform:translateY(-2px) scale(1.02) !important;
  border-color:rgba(232,160,208,.38) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.10) inset,
    0 16px 38px rgba(0,0,0,.28),
    0 0 24px rgba(232,160,208,.18),
    0 0 42px rgba(139,92,246,.14) !important;
}

.hero-inline-badge::after,
.hero-online-badge::after,
.online-badge::after,
.online-pill::after,
.players-online-pill::after,
.richpresence-online-pill::after,
.hero-micro-badge::after{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:9px;
  height:9px;
  border-radius:999px;
  transform:translateY(-50%);
  background:#7dffad;
  box-shadow:
    0 0 0 0 rgba(125,255,173,.45),
    0 0 14px rgba(125,255,173,.85),
    0 0 30px rgba(125,255,173,.35);
  animation:premiumPulseDot 1.55s ease-in-out infinite;
  pointer-events:none;
}

/* some implementations already have a dot element; keep spacing harmonious */
.hero-inline-badge,
.hero-online-badge,
.online-badge,
.online-pill,
.players-online-pill,
.richpresence-online-pill,
.hero-micro-badge{
  padding-left:32px !important;
}

/* The round Live chip should not show an extra pseudo-dot on the right. */
.status-chip.live{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
}

.status-chip.live::after{
  content:none !important;
  display:none !important;
}

/* If the live chip already contains its own dot element, animate it cleanly. */
.status-chip.live .dot,
.status-chip.live .status-dot,
.status-chip.live i,
.status-chip.live .bullet{
  width:9px !important;
  height:9px !important;
  border-radius:999px !important;
  background:#7dffad !important;
  box-shadow:
    0 0 0 0 rgba(125,255,173,.45),
    0 0 14px rgba(125,255,173,.85),
    0 0 30px rgba(125,255,173,.35) !important;
  animation:premiumPulseDot 1.55s ease-in-out infinite !important;
  flex:0 0 9px !important;
}

/* Slightly more premium text treatment for the online counter */
.hero-inline-badge,
.hero-online-badge,
.online-badge,
.online-pill,
.players-online-pill,
.richpresence-online-pill,
.hero-micro-badge{
  backdrop-filter:blur(14px) saturate(1.2) !important;
  text-shadow:0 0 18px rgba(255,255,255,.12) !important;
}


/* Chargement entre pages — version plus fluide et professionnelle */
.page-transition-overlay{
  position:fixed !important;
  inset:0 !important;
  z-index:99999 !important;
  display:block !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 52% 24%, rgba(232,160,208,.18), transparent 34rem),
    radial-gradient(circle at 22% 82%, rgba(139,92,246,.16), transparent 30rem),
    rgba(7,5,13,.56) !important;
  backdrop-filter:blur(8px) saturate(128%) !important;
  -webkit-backdrop-filter:blur(8px) saturate(128%) !important;
  transition:opacity .18s ease, visibility .18s ease !important;
}

.page-transition-overlay.show{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}

/* ancienne carte désactivée */
.page-transition-card{
  display:none !important;
}

.page-transition-bar{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  height:3px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.08) !important;
}

.page-transition-bar span{
  display:block !important;
  height:100% !important;
  width:42% !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, #e8a0d0, #ffd47c, #8b5cf6) !important;
  box-shadow:0 0 18px rgba(232,160,208,.55) !important;
  transform:translateX(-115%) !important;
}

.page-transition-overlay.show .page-transition-bar span{
  animation:pageTransitionBar .72s cubic-bezier(.2,.8,.2,1) infinite !important;
}

.page-transition-pill{
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  min-width:0 !important;
  padding:12px 16px 12px 12px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07)) !important;
  box-shadow:
    0 22px 70px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.12),
    0 0 28px rgba(232,160,208,.13) !important;
  transform:translate(-50%, -50%) scale(.965) !important;
  opacity:0 !important;
  transition:transform .22s cubic-bezier(.2,.9,.2,1), opacity .18s ease !important;
}

.page-transition-overlay.show .page-transition-pill{
  opacity:1 !important;
  transform:translate(-50%, -50%) scale(1) !important;
}

.page-transition-pill img{
  width:44px !important;
  height:44px !important;
  object-fit:contain !important;
  margin:0 !important;
  filter:drop-shadow(0 0 12px rgba(232,160,208,.36)) !important;
  animation:pageLogoTinyPulse 1.15s ease-in-out infinite !important;
}

.page-transition-pill strong{
  color:#fff !important;
  font-family:var(--font-body) !important;
  font-size:.98rem !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  margin:0 !important;
}

.page-transition-pill span{
  display:flex !important;
  align-items:center !important;
  gap:4px !important;
  color:transparent !important;
  margin:0 !important;
}

.page-transition-pill span i{
  width:5px !important;
  height:5px !important;
  display:block !important;
  border-radius:999px !important;
  background:#ffd47c !important;
  opacity:.45 !important;
  animation:pageDotBounce 1s ease-in-out infinite !important;
}

.page-transition-pill span i:nth-child(2){ animation-delay:.14s !important; background:#e8a0d0 !important; }
.page-transition-pill span i:nth-child(3){ animation-delay:.28s !important; background:#8b5cf6 !important; }

body.page-leaving{
  transform:scale(.996) !important;
  filter:saturate(.96) brightness(.92) !important;
  transition:transform .22s ease, filter .22s ease !important;
}

.is-changing-page body{
  overflow:hidden !important;
}

@keyframes pageTransitionBar{
  0%{ transform:translateX(-115%); width:34%; }
  55%{ width:55%; }
  100%{ transform:translateX(310%); width:34%; }
}

@keyframes pageLogoTinyPulse{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.065); }
}

@keyframes pageDotBounce{
  0%,100%{ transform:translateY(0); opacity:.42; }
  50%{ transform:translateY(-4px); opacity:1; }
}

@media(max-width:640px){
  .page-transition-pill{
    top:54% !important;
    padding:10px 14px 10px 10px !important;
  }
  .page-transition-pill img{
    width:38px !important;
    height:38px !important;
  }
  .page-transition-pill strong{
    font-size:.92rem !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .page-transition-bar span,
  .page-transition-pill img,
  .page-transition-pill span i{
    animation:none !important;
  }
}


/* =========================================================
   FINAL FIX PACK : Live + Joueurs en ligne Rich Presence
   ========================================================= */

/* Badge rond Live : plus de doublon, point propre, animation pro */
.status-chip.live{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  color:#dfffe8 !important;
  background:
    radial-gradient(circle at 22% 25%, rgba(125,255,173,.28), transparent 48%),
    linear-gradient(135deg, rgba(125,255,173,.18), rgba(255,255,255,.055)) !important;
  border:1px solid rgba(125,255,173,.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 0 22px rgba(125,255,173,.11) !important;
  animation:liveBadgeBreathFinal 2.4s ease-in-out infinite !important;
}

/* Supprime les anciens faux points ajoutés par CSS */
.status-chip.live::after{
  content:none !important;
  display:none !important;
}

/* Shine discret sur le badge Live */
.status-chip.live::before{
  content:"" !important;
  position:absolute !important;
  inset:-3px !important;
  z-index:-1 !important;
  background:linear-gradient(110deg, transparent 0%, transparent 35%, rgba(255,255,255,.18) 50%, transparent 66%) !important;
  transform:translateX(-130%) skewX(-18deg) !important;
  animation:liveBadgeSweepFinal 4.6s ease-in-out infinite !important;
  pointer-events:none !important;
}

.status-chip.live .live-dot,
.status-chip.live i{
  width:8px !important;
  height:8px !important;
  min-width:8px !important;
  display:inline-block !important;
  border-radius:999px !important;
  background:#7dffad !important;
  box-shadow:
    0 0 0 0 rgba(125,255,173,.52),
    0 0 13px rgba(125,255,173,.88),
    0 0 28px rgba(125,255,173,.36) !important;
  animation:liveDotPulseFinal 1.55s ease-in-out infinite !important;
}

.status-chip.live:hover{
  transform:translateY(-2px) scale(1.035) !important;
  border-color:rgba(125,255,173,.32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 14px 36px rgba(0,0,0,.25),
    0 0 30px rgba(125,255,173,.20) !important;
}

/* Pastille "joueurs en ligne avec le Rich Presence" */
.rp-eyebrow{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  width:max-content !important;
  max-width:100% !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:9px 18px !important;
  border-radius:999px !important;
  color:#ffc0e6 !important;
  background:
    radial-gradient(circle at 20% 35%, rgba(125,255,173,.14), transparent 36%),
    linear-gradient(135deg, rgba(232,160,208,.14), rgba(139,92,246,.07)) !important;
  border:1px solid rgba(232,160,208,.26) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.09),
    0 0 24px rgba(232,160,208,.10) !important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease !important;
}

/* Shine animé sur la pastille */
.rp-eyebrow::before{
  content:"" !important;
  position:absolute !important;
  inset:-2px !important;
  z-index:-1 !important;
  background:linear-gradient(110deg, transparent 0%, transparent 32%, rgba(255,255,255,.20) 50%, transparent 68%) !important;
  transform:translateX(-135%) skewX(-18deg) !important;
  animation:liveBadgeSweepFinal 4.8s ease-in-out infinite !important;
  pointer-events:none !important;
}

.rp-eyebrow:hover{
  transform:translateY(-2px) scale(1.018) !important;
  border-color:rgba(232,160,208,.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 18px 42px rgba(0,0,0,.26),
    0 0 28px rgba(232,160,208,.20),
    0 0 46px rgba(139,92,246,.12) !important;
}

.rp-eyebrow .rp-live-dot{
  width:9px !important;
  height:9px !important;
  min-width:9px !important;
  border-radius:999px !important;
  background:#7dffad !important;
  box-shadow:
    0 0 0 0 rgba(125,255,173,.52),
    0 0 13px rgba(125,255,173,.88),
    0 0 28px rgba(125,255,173,.36) !important;
  animation:liveDotPulseFinal 1.55s ease-in-out infinite !important;
}

.rp-eyebrow #hero-online{
  color:#fff !important;
  font-weight:950 !important;
  text-shadow:0 0 14px rgba(255,255,255,.16) !important;
}

@keyframes liveDotPulseFinal{
  0%{
    transform:scale(1);
    box-shadow:
      0 0 0 0 rgba(125,255,173,.52),
      0 0 13px rgba(125,255,173,.88),
      0 0 28px rgba(125,255,173,.36);
  }
  70%{
    transform:scale(1.12);
    box-shadow:
      0 0 0 10px rgba(125,255,173,0),
      0 0 18px rgba(125,255,173,.95),
      0 0 36px rgba(125,255,173,.45);
  }
  100%{
    transform:scale(1);
    box-shadow:
      0 0 0 0 rgba(125,255,173,0),
      0 0 13px rgba(125,255,173,.88),
      0 0 28px rgba(125,255,173,.36);
  }
}

@keyframes liveBadgeBreathFinal{
  0%,100%{
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.10),
      0 0 18px rgba(125,255,173,.10);
  }
  50%{
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.12),
      0 0 30px rgba(125,255,173,.20);
  }
}

@keyframes liveBadgeSweepFinal{
  0%, 62%{ transform:translateX(-135%) skewX(-18deg); }
  84%, 100%{ transform:translateX(135%) skewX(-18deg); }
}

@media(max-width:640px){
  .rp-eyebrow{
    width:100% !important;
    justify-content:center !important;
    font-size:.78rem !important;
    padding:9px 12px !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .status-chip.live,
  .status-chip.live::before,
  .status-chip.live .live-dot,
  .status-chip.live i,
  .rp-eyebrow::before,
  .rp-eyebrow .rp-live-dot{
    animation:none !important;
  }
}


/* =========================================================
   Championship hero polish + "Map interactive" label polish
   ========================================================= */
.champ-pro-copy{
  position:relative;
}
.champ-pro-copy::before{
  content:"";
  position:absolute;
  left:-22px;
  top:88px;
  width:3px;
  height:140px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,0), rgba(255,183,222,.85), rgba(255,209,84,.85), rgba(255,255,255,0));
  box-shadow:0 0 24px rgba(255,180,218,.18);
  opacity:.9;
}
.champ-pro-copy h1{
  max-width:9.8ch;
  margin:20px 0 20px;
  line-height:.92;
  letter-spacing:-.075em;
  text-wrap:balance;
}
.champ-pro-copy h1 span{
  display:block;
  background:linear-gradient(135deg,#fff6fc 0%,#ffd7eb 25%,#ffc954 72%,#ffdca0 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 0 18px rgba(255,193,109,.12));
}
.champ-pro-copy .lead{
  max-width:56ch;
  font-size:1.08rem;
  line-height:1.78;
  color:rgba(243,240,255,.86);
}
.champ-hero-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.champ-hero-highlights span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.11);
  color:#fff;
  font-weight:800;
  font-size:.92rem;
  box-shadow:0 10px 24px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.07);
}
.champ-hero-highlights span i{
  font-style:normal;
  color:#93ffbc;
  text-shadow:0 0 14px rgba(147,255,188,.55);
}
.champ-dynamic-line{
  position:relative;
  margin-top:18px;
  padding:16px 20px 16px 48px;
  min-height:58px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.12);
  color:#ffe7ad;
  font-weight:900;
  line-height:1.45;
  box-shadow:0 18px 34px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.06);
}
.champ-dynamic-line::before{
  content:"⏳";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  font-size:1.1rem;
  filter:drop-shadow(0 0 10px rgba(255,212,124,.3));
}
.main-nav a[data-i18n="navMap"]{
  white-space:nowrap;
}

@media (max-width: 900px){
  .champ-pro-copy::before{
    display:none;
  }
  .champ-pro-copy h1{
    max-width:12ch;
  }
}

@media (max-width: 640px){
  .champ-pro-copy h1{
    max-width:11ch;
  }
  .champ-hero-highlights{
    flex-direction:column;
    align-items:stretch;
  }
  .champ-hero-highlights span{
    justify-content:flex-start;
  }
  .champ-dynamic-line{
    padding:14px 16px 14px 44px;
    border-radius:18px;
  }
}


/* =========================================================
   Pro polish: live badge + animated championship emojis
   ========================================================= */
#championnatProPage .status-chip.live{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 22px;
  border-radius:999px;
  background:
    radial-gradient(circle at 22% 25%, rgba(125,255,173,.18), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(125,255,173,.18);
  color:#eaffef;
  font-weight:900;
  font-size:1.05rem;
  letter-spacing:-.01em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 18px 38px rgba(0,0,0,.20),
    0 0 24px rgba(125,255,173,.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
#championnatProPage .status-chip.live::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  background:linear-gradient(110deg, transparent 0%, transparent 38%, rgba(255,255,255,.22) 50%, transparent 62%, transparent 100%);
  transform:translateX(-135%) skewX(-18deg);
  animation:champLiveSweep 4.8s ease-in-out infinite;
  pointer-events:none;
}
#championnatProPage .status-chip.live::after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.07);
  pointer-events:none;
}
#championnatProPage .status-chip.live:hover{
  transform:translateY(-2px) scale(1.03);
  border-color:rgba(125,255,173,.32);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 24px 46px rgba(0,0,0,.24),
    0 0 34px rgba(125,255,173,.18);
}
#championnatProPage .status-chip.live .live-dot,
#championnatProPage .status-chip.live i{
  width:11px;
  height:11px;
  min-width:11px;
  border-radius:999px;
  background:#8effb2;
  box-shadow:
    0 0 0 0 rgba(142,255,178,.58),
    0 0 14px rgba(142,255,178,.95),
    0 0 30px rgba(142,255,178,.40);
  animation:champLivePulse 1.6s ease-in-out infinite;
}

#championnatProPage .champ-hero-highlights{
  gap:12px;
}
#championnatProPage .champ-hero-highlights span{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  gap:10px;
  padding:11px 16px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 14px 28px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#championnatProPage .champ-hero-highlights span::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  background:linear-gradient(110deg, transparent 0%, transparent 40%, rgba(255,255,255,.16) 50%, transparent 60%, transparent 100%);
  transform:translateX(-135%) skewX(-16deg);
  animation:champLiveSweep 5.6s ease-in-out infinite;
  opacity:.75;
  z-index:-1;
  pointer-events:none;
}
#championnatProPage .champ-hero-highlights span:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.2);
  box-shadow:0 18px 34px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.10);
}
#championnatProPage .champ-hero-highlights span i{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  font-style:normal;
  line-height:1;
  will-change:transform, filter;
}
#championnatProPage .champ-hero-highlights span:nth-child(1) i{
  color:#8effb2;
  filter:drop-shadow(0 0 12px rgba(142,255,178,.55));
  animation:heroDotBreath 1.7s ease-in-out infinite;
}
#championnatProPage .champ-hero-highlights span:nth-child(2) i{
  color:#ffd77f;
  filter:drop-shadow(0 0 12px rgba(255,215,127,.42));
  animation:heroClockTick 2.2s ease-in-out infinite;
  transform-origin:50% 55%;
}
#championnatProPage .champ-hero-highlights span:nth-child(3) i{
  color:#c6d4ff;
  filter:drop-shadow(0 0 12px rgba(198,212,255,.38));
  animation:heroCalendarBounce 2.8s ease-in-out infinite;
}
#championnatProPage .champ-dynamic-line::before{
  animation:heroHourglassFloat 2.7s ease-in-out infinite;
}

@keyframes champLivePulse{
  0%{
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(142,255,178,.58), 0 0 14px rgba(142,255,178,.95), 0 0 30px rgba(142,255,178,.40);
  }
  70%{
    transform:scale(1.14);
    box-shadow:0 0 0 11px rgba(142,255,178,0), 0 0 18px rgba(142,255,178,1), 0 0 36px rgba(142,255,178,.48);
  }
  100%{
    transform:scale(1);
    box-shadow:0 0 0 0 rgba(142,255,178,0), 0 0 14px rgba(142,255,178,.95), 0 0 30px rgba(142,255,178,.40);
  }
}
@keyframes champLiveSweep{
  0%,64%{ transform:translateX(-135%) skewX(-18deg); }
  85%,100%{ transform:translateX(135%) skewX(-18deg); }
}
@keyframes heroDotBreath{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.22); }
}
@keyframes heroClockTick{
  0%,100%{ transform:rotate(0deg) scale(1); }
  20%{ transform:rotate(-10deg) scale(1.04); }
  45%{ transform:rotate(10deg) scale(1.1); }
  70%{ transform:rotate(-6deg) scale(1.02); }
}
@keyframes heroCalendarBounce{
  0%,100%{ transform:translateY(0) scale(1); }
  18%{ transform:translateY(-2px) scale(1.04); }
  36%{ transform:translateY(0) scale(1); }
  54%{ transform:translateY(-4px) scale(1.08); }
  72%{ transform:translateY(0) scale(1); }
}
@keyframes heroHourglassFloat{
  0%,100%{ transform:translateY(-50%) rotate(0deg); }
  50%{ transform:translateY(calc(-50% - 2px)) rotate(8deg); }
}
@media (prefers-reduced-motion: reduce){
  #championnatProPage .status-chip.live::before,
  #championnatProPage .status-chip.live .live-dot,
  #championnatProPage .status-chip.live i,
  #championnatProPage .champ-hero-highlights span::before,
  #championnatProPage .champ-hero-highlights span i,
  #championnatProPage .champ-dynamic-line::before{
    animation:none !important;
  }
}


/* =========================================================
   Alignement propre des 3 pastilles Championnats
   ========================================================= */
#championnatProPage .champ-hero-highlights{
  display:grid !important;
  grid-template-columns:repeat(3, max-content);
  justify-content:flex-start;
  align-items:center;
  gap:12px 14px;
}

#championnatProPage .champ-hero-highlights span{
  white-space:nowrap;
  min-height:54px;
  justify-content:center;
}

@media (max-width: 980px){
  #championnatProPage .champ-hero-highlights{
    grid-template-columns:repeat(2, max-content);
  }
}

@media (max-width: 640px){
  #championnatProPage .champ-hero-highlights{
    grid-template-columns:1fr;
  }

  #championnatProPage .champ-hero-highlights span{
    width:100%;
    justify-content:flex-start;
  }
}


/* =========================================================
   MAP PAGE - extra maps gallery
   ========================================================= */
.map-extra-section{
  padding-top: 18px;
}

.map-extra-head{
  margin-bottom: 24px;
}

.map-extra-head h2{
  margin: 12px 0 10px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.map-extra-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
}

.map-extra-card{
  display:flex;
  flex-direction:column;
  padding:16px;
  border-radius:26px;
  overflow:hidden;
}

.map-extra-preview{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:280px;
  padding:14px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.1);
  overflow:hidden;
}

.map-extra-preview img{
  width:100%;
  max-height:420px;
  object-fit:contain;
  border-radius:18px;
  display:block;
  background:#090814;
}

.map-extra-body{
  padding:16px 6px 2px;
}

.map-extra-body h3{
  margin:0 0 8px;
  font-size:1.35rem;
}

.map-extra-body p{
  margin:0 0 14px;
  color:var(--muted);
}

.button.small{
  padding:10px 16px;
  min-height:auto;
  font-size:.95rem;
}

@media (max-width: 900px){
  .map-extra-grid{
    grid-template-columns:1fr;
  }

  .map-extra-preview{
    min-height:220px;
  }
}


/* =========================================================
   MAP SELECTOR
   ========================================================= */
.map-selector-section{ padding-top: 18px; }
.map-selector-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.map-selector-card{
  appearance:none;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border-radius:24px;
  padding:12px;
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--text);
  text-align:left;
  cursor:pointer;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.map-selector-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,200,120,.35);
  box-shadow:0 16px 38px rgba(0,0,0,.24), 0 0 0 1px rgba(255,255,255,.04) inset;
}
.map-selector-card.is-active{
  border-color:rgba(255,210,110,.56);
  background:linear-gradient(180deg, rgba(255,228,164,.14), rgba(255,255,255,.04));
  box-shadow:0 14px 36px rgba(0,0,0,.24), 0 0 0 1px rgba(255,238,177,.08) inset;
}
.map-selector-thumb{
  flex:0 0 96px;
  width:96px;
  height:96px;
  border-radius:18px;
  overflow:hidden;
  background:rgba(4,5,14,.85);
  border:1px solid rgba(255,255,255,.1);
  display:flex;
  align-items:center;
  justify-content:center;
}
.map-selector-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.map-selector-body{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.map-selector-body strong{
  font-size:1.02rem;
  line-height:1.25;
}
.map-selector-body small{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.35;
}
.current-map-summary{
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
}
.current-map-summary .selected-meta{
  margin-top:12px;
}
.pro-map-sidebar.is-preview-mode .map-actions-premium,
.pro-map-sidebar.is-preview-mode .sidebar-row-title,
.pro-map-sidebar.is-preview-mode .map-filter-buttons{
  opacity:.45;
}
.pro-map-sidebar.is-preview-mode .map-label,
.pro-map-sidebar.is-preview-mode .map-search-premium{
  opacity:.55;
}
.map-disabled-note{
  font-size:.95rem;
  line-height:1.6;
  color:var(--muted);
  padding:10px 0 2px;
}
.map-search-premium:disabled,
.button:disabled,
.map-icon-button:disabled{
  cursor:not-allowed;
  opacity:.55;
}
@media (max-width: 1080px){
  .map-selector-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px){
  .map-selector-grid{ grid-template-columns:1fr; }
  .map-selector-thumb{ flex-basis:86px; width:86px; height:86px; }
}


/* Map selector — cartes interactives avec données */
.map-selector-card[data-map-id="village-hiver"] .map-selector-body small,
.map-selector-card[data-map-id="quai-13"] .map-selector-body small{
  color:#ffe2a5;
}
.map-selector-card[data-map-id="village-hiver"].is-active,
.map-selector-card[data-map-id="quai-13"].is-active{
  border-color:rgba(255,210,110,.62);
}


/* --- Map selector visual polish --- */
.map-selector-section{
  padding-top: 22px;
}
.map-selector-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.map-selector-card{
  position:relative;
  min-height:132px;
  padding:16px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  box-shadow:0 12px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  align-items:center;
}
.map-selector-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,215,140,.42);
  box-shadow:0 18px 42px rgba(0,0,0,.26), 0 0 0 1px rgba(255,255,255,.06) inset;
}
.map-selector-card.is-active{
  border-color:rgba(255,215,140,.72);
  background:linear-gradient(180deg, rgba(255,228,164,.18), rgba(255,255,255,.05));
  box-shadow:0 22px 48px rgba(0,0,0,.3), 0 0 0 1px rgba(255,232,180,.12) inset, 0 0 26px rgba(255,206,110,.12);
}
.map-selector-card.is-active::after{
  content:'Carte active';
  position:absolute;
  top:12px;
  right:12px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#ffe4a0;
  background:rgba(255,210,110,.14);
  border:1px solid rgba(255,216,133,.26);
  border-radius:999px;
  padding:6px 9px;
}
.map-selector-thumb{
  flex:0 0 118px;
  width:118px;
  height:118px;
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(8,10,22,.96), rgba(13,15,28,.88));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), 0 12px 24px rgba(0,0,0,.18);
}
.map-selector-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  padding:7px;
}
.map-selector-body{
  gap:6px;
}
.map-selector-body strong{
  font-size:1.12rem;
  line-height:1.2;
}
.map-selector-body small{
  color:rgba(255,255,255,.76);
  font-size:.96rem;
  line-height:1.45;
}
.map-selector-card[data-map-id="quai-13"] .map-selector-thumb img{
  object-fit:contain;
  object-position:center center;
  padding:8px;
}
@media (max-width: 1080px){
  .map-selector-grid{ grid-template-columns:1fr; }
}


/* --- selector cartes top image / infos bas --- */
.map-selector-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.map-selector-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:0;
  padding:14px;
  min-height:280px;
  text-align:left;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  box-shadow:0 18px 40px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}
.map-selector-card:hover{transform:translateY(-4px); border-color:rgba(255,215,140,.46);}
.map-selector-thumb{
  display:block;
  width:100%;
  height:185px;
  border-radius:18px;
  overflow:hidden;
  background:rgba(9,10,18,.92);
  border:1px solid rgba(255,255,255,.1);
}
.map-selector-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  display:block;
  padding:10px;
}
.map-selector-card[data-map-id="jorvik"] .map-selector-thumb img,
.map-selector-card[data-map-id="village-hiver"] .map-selector-thumb img,
.map-selector-card[data-map-id="iles-mystiques"] .map-selector-thumb img,
.map-selector-card[data-map-id="quai-13"] .map-selector-thumb img,
.map-selector-card[data-map-id="place-urbaine"] .map-selector-thumb img,
.map-selector-card[data-map-id="village-circulaire"] .map-selector-thumb img,
.map-selector-card[data-map-id="zone-souterraine"] .map-selector-thumb img,
.map-selector-card[data-map-id="salle-hexagonale"] .map-selector-thumb img,
.map-selector-card[data-map-id="portail-violet"] .map-selector-thumb img{
  object-fit:contain;
  object-position:center center;
}
.map-selector-meta{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:14px 4px 2px;
}
.map-selector-titleline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.map-selector-titleline strong{
  font-size:1.12rem;
  line-height:1.2;
}
.map-selector-chip{
  font-style:normal;
  font-size:.74rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#ffe3aa;
  background:rgba(255,209,122,.12);
  border:1px solid rgba(255,219,148,.18);
  border-radius:999px;
  padding:6px 8px;
  white-space:nowrap;
}
.map-selector-stats{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:10px;
}
.map-selector-count{
  font-size:.98rem;
  color:#ffffff;
}
.map-selector-count::before{content:attr(data-count);}
.map-selector-extra{
  color:rgba(255,255,255,.72);
  font-size:.92rem;
}
.map-selector-extra::before{content:attr(data-extra);}
.map-selector-card.is-active{border-color:rgba(255,215,140,.72); box-shadow:0 24px 52px rgba(0,0,0,.3), 0 0 0 1px rgba(255,226,166,.1) inset;}
.map-selector-card.is-active::after{
  content:'Active';
  position:absolute;
  top:24px;
  right:24px;
  z-index:2;
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#ffe4a0;
  background:rgba(255,210,110,.14);
  border:1px solid rgba(255,216,133,.24);
  border-radius:999px;
  padding:6px 10px;
}
@media (max-width:1100px){
  .map-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
  .map-selector-grid{grid-template-columns:1fr;}
  .map-selector-card{min-height:unset;}
}


/* =========================================================
   MAP SELECTOR — FINAL PREMIUM LAYOUT
   ========================================================= */
#mapSelectorSection{
  padding-top: 28px;
  padding-bottom: 32px;
}
#mapSelectorSection .container{
  position: relative;
}
.map-extra-head.premium{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-bottom:30px;
  max-width:980px;
}
.map-extra-head.premium h2{
  margin:0;
  font-size:clamp(2.25rem, 4vw, 4.15rem);
  line-height:.96;
  letter-spacing:-.05em;
}
.map-extra-head.premium .lead{
  max-width:920px;
  font-size:1.08rem;
}
.map-selector-intro-note{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.selector-note-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.86);
  font-size:.88rem;
  font-weight:700;
}
#mapSelectorGrid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}
#mapSelectorGrid .map-selector-card{
  position:relative;
  display:flex !important;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:0;
  min-height:340px;
  padding:18px;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at top right, rgba(255,210,120,.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.028));
  box-shadow:0 22px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  transform:translateY(0);
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease, background .26s ease;
}
#mapSelectorGrid .map-selector-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(255,255,255,.04), transparent 42%);
  opacity:.85;
  pointer-events:none;
}
#mapSelectorGrid .map-selector-card:hover{
  transform:translateY(-6px) scale(1.01);
  border-color:rgba(255,214,135,.36);
  box-shadow:0 28px 70px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.03) inset;
}
#mapSelectorGrid .map-selector-card.is-active{
  border-color:rgba(255,214,135,.72);
  background:
    radial-gradient(circle at top right, rgba(255,210,120,.15), transparent 36%),
    linear-gradient(180deg, rgba(255,228,164,.12), rgba(255,255,255,.04));
  box-shadow:0 32px 84px rgba(0,0,0,.36), 0 0 0 1px rgba(255,234,182,.08) inset;
}
#mapSelectorGrid .map-selector-card.is-active::after{
  content:"Active";
  position:absolute;
  top:16px;
  right:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,214,135,.12);
  border:1px solid rgba(255,223,164,.2);
  color:#ffe3aa;
  font-size:.74rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
  z-index:2;
}
#mapSelectorGrid .map-selector-thumb{
  position:relative;
  flex:none;
  width:100%;
  height:auto;
  aspect-ratio:1 / 1;
  border-radius:22px;
  overflow:hidden;
  display:grid;
  place-items:center;
  padding:18px;
  background:linear-gradient(180deg, rgba(7,9,20,.98), rgba(11,13,27,.95));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
#mapSelectorGrid .map-selector-thumb::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at center, rgba(255,255,255,.06), transparent 64%);
  pointer-events:none;
}
#mapSelectorGrid .map-selector-thumb img{
  position:relative;
  z-index:1;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  margin:auto;
  display:block;
  filter:drop-shadow(0 18px 26px rgba(0,0,0,.28));
  transform-origin:center;
}
#mapSelectorGrid .map-selector-card:hover .map-selector-thumb img{
  transform:scale(1.03);
}
#mapSelectorGrid .map-selector-meta{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:16px 2px 2px;
}
#mapSelectorGrid .map-selector-titleline{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
#mapSelectorGrid .map-selector-titleline strong{
  font-size:1.18rem;
  line-height:1.15;
  letter-spacing:-.02em;
}
#mapSelectorGrid .map-selector-chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,209,122,.1);
  border:1px solid rgba(255,221,168,.16);
  color:#ffe4ad;
  font-size:.72rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-style:normal;
  font-weight:800;
}
#mapSelectorGrid .map-selector-stats{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:14px;
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
}
#mapSelectorGrid .map-selector-count,
#mapSelectorGrid .map-selector-extra{
  display:block;
}
#mapSelectorGrid .map-selector-count{
  font-size:1.12rem;
  font-weight:900;
  color:#fff;
}
#mapSelectorGrid .map-selector-extra{
  font-size:.92rem;
  color:rgba(255,255,255,.72);
  text-align:right;
  text-transform:lowercase;
}
#mapVisualizerSection{
  padding-top: 6px;
  scroll-margin-top: 110px;
}
#mapSelectorSection,
#mapVisualizerSection{
  scroll-margin-top:110px;
}
@media (max-width: 1120px){
  #mapSelectorGrid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (max-width: 760px){
  #mapSelectorGrid{grid-template-columns:1fr;}
  #mapSelectorGrid .map-selector-card{min-height:unset;}
  .map-extra-head.premium h2{font-size:clamp(2rem, 10vw, 3rem);}
}


/* ===== MAP PAGE PRO REDESIGN ===== */
.page-hero.pro-map-hero{padding:26px 0 14px}
.page-hero.pro-map-hero h1{font-size:clamp(2.55rem,5vw,4.8rem); margin:.55rem 0 .8rem}
.page-hero.pro-map-hero .lead{max-width:980px; margin-bottom:0}
.page-hero.pro-map-hero .hero-badges{margin-top:18px}

.pro-map-section{padding-top:18px; padding-bottom:34px}
.pro-map-app{
  grid-template-columns:minmax(280px,340px) minmax(0,1fr);
  gap:20px;
  padding:20px;
  border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 26px 72px rgba(0,0,0,.26);
}
.pro-map-sidebar .sidebar-block{background:rgba(255,255,255,.05)}
.map-toolbar-pro{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) auto;
  align-items:end;
  gap:16px;
  padding:18px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
}
.map-toolbar-main{display:grid; grid-template-columns:minmax(220px,.9fr) minmax(240px,.9fr) auto; gap:14px; align-items:end}
.map-toolbar-copy{display:flex; flex-direction:column; gap:6px}
.map-toolbar-copy .eyebrow{margin:0}
.map-toolbar-copy strong{font-size:1.02rem; letter-spacing:-.02em}
.map-select-pro{display:flex; flex-direction:column; gap:8px}
.map-select-pro > span{font-size:.82rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; color:#ffd899}
.map-select-input{
  width:100%; height:56px; padding:0 18px; border-radius:18px; border:1px solid rgba(255,255,255,.14);
  background:rgba(10,9,18,.82); color:#fff; font-weight:800; outline:none; box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.map-current-inline{
  display:flex; flex-direction:column; justify-content:center; gap:4px;
  min-height:56px; padding:0 16px; border-radius:18px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1);
}
.map-current-inline strong{font-size:1rem}
.map-current-inline small{font-size:.84rem; color:var(--text-soft)}
.map-toolbar-secondary{display:flex; flex-direction:column; gap:12px; align-items:flex-end}
.pro-coords{min-height:44px; display:inline-flex; align-items:center}
.pro-map-canvas-card{gap:14px}
.pro-map-statusbar{justify-content:space-between}
.map-viewport.pro{height:min(76vh,840px); min-height:660px; background:radial-gradient(circle at center, rgba(255,255,255,.03), transparent 42%), #0e0d16}

#mapSelectorSection{padding-top:8px}
.map-extra-head.premium{max-width:920px; margin-bottom:20px}
.map-extra-head.premium h2{font-size:clamp(2rem, 4.2vw, 3.7rem)}
#mapSelectorGrid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}
#mapSelectorGrid .map-selector-card{
  min-height:unset;
  padding:14px;
  border-radius:24px;
  display:flex !important;
  flex-direction:column;
  gap:12px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.11);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
#mapSelectorGrid .map-selector-card:hover{transform:translateY(-4px); box-shadow:0 20px 50px rgba(0,0,0,.22); border-color:rgba(255,214,135,.28)}
#mapSelectorGrid .map-selector-card.is-active{border-color:rgba(255,214,135,.68); box-shadow:0 18px 46px rgba(0,0,0,.22)}
#mapSelectorGrid .map-selector-card.is-active::after{top:12px; right:12px}
#mapSelectorGrid .map-selector-thumb{
  width:100%; height:148px; aspect-ratio:auto;
  display:flex; align-items:center; justify-content:center;
  padding:12px; border-radius:18px;
  background:linear-gradient(180deg, rgba(5,6,14,.98), rgba(9,11,20,.94));
  overflow:hidden;
}
#mapSelectorGrid .map-selector-thumb img{
  max-width:100% !important;
  max-height:100% !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block; margin:auto;
}
#mapSelectorGrid .map-selector-meta{padding:0 2px 2px; gap:10px; flex:1}
#mapSelectorGrid .map-selector-titleline{gap:8px}
#mapSelectorGrid .map-selector-titleline strong{font-size:1rem}
#mapSelectorGrid .map-selector-chip{font-size:.68rem; min-height:26px}
#mapSelectorGrid .map-selector-stats{padding-top:10px; gap:8px}
#mapSelectorGrid .map-selector-count{font-size:1rem}
#mapSelectorGrid .map-selector-extra{font-size:.82rem}

@media (max-width: 1220px){
  #mapSelectorGrid{grid-template-columns:repeat(3, minmax(0,1fr));}
  .map-toolbar-main{grid-template-columns:1fr 1fr;}
  .map-current-inline{grid-column:1 / -1}
}
@media (max-width: 1120px){
  .pro-map-app{grid-template-columns:1fr}
  .map-toolbar-pro{grid-template-columns:1fr; align-items:stretch}
  .map-toolbar-secondary{align-items:stretch}
  .pro-coords{width:fit-content}
}
@media (max-width: 920px){
  #mapSelectorGrid{grid-template-columns:repeat(2, minmax(0,1fr));}
  .map-toolbar-main{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  #mapSelectorGrid{grid-template-columns:1fr;}
  .map-viewport.pro{min-height:420px; height:60vh}
  .page-hero.pro-map-hero h1{font-size:clamp(2.2rem, 11vw, 3.2rem)}
}


/* ===== MAP SELECTOR FIXES / PRO POLISH ===== */
.map-toolbar-pro{
  grid-template-columns:1fr;
  align-items:stretch;
}
.map-toolbar-main{
  grid-template-columns:minmax(200px,.7fr) minmax(320px,1fr) minmax(200px,.8fr);
  align-items:end;
}
.map-current-inline{
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:10px 14px;
  min-height:70px;
}
.map-current-thumb{
  width:50px; height:50px; object-fit:cover; object-position:center;
  border-radius:14px; background:rgba(6,7,18,.95); border:1px solid rgba(255,255,255,.1); box-shadow:0 8px 22px rgba(0,0,0,.25);
}
.map-current-text{display:flex; flex-direction:column; gap:3px; min-width:0}
.map-current-text strong,.map-current-text small{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.map-toolbar-secondary{
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
.toolbar-buttons{display:flex; align-items:center; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.map-icon-button.wide{min-width:112px}
.map-select-input{font-size:1rem}

#mapSelectorSection{padding-top:18px; padding-bottom:26px}
.map-extra-head.premium{max-width:1000px; margin-bottom:26px}
.map-extra-head.premium h2{font-size:clamp(2rem,5vw,4rem); line-height:.95; margin-bottom:14px}
.map-extra-head.premium .lead{max-width:900px}
#mapSelectorGrid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
}
#mapSelectorGrid .map-selector-card{
  min-height:280px;
  border-radius:24px;
  padding:14px;
  gap:12px;
}
#mapSelectorGrid .map-selector-thumb{
  height:165px;
  aspect-ratio:auto;
  padding:14px;
}
#mapSelectorGrid .map-selector-thumb img{
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  width:auto !important;
  height:auto !important;
  margin:auto !important;
}
#mapSelectorGrid .map-selector-titleline{
  display:flex;
  align-items:flex-start;
  gap:10px;
  flex-wrap:wrap;
}
#mapSelectorGrid .map-selector-titleline strong{
  font-size:1.06rem;
  line-height:1.22;
}
#mapSelectorGrid .map-selector-stats{
  margin-top:auto;
}
#mapSelectorGrid .map-selector-count{font-size:1.08rem}
#mapSelectorGrid .map-selector-extra{font-size:.84rem}

@media (max-width: 1180px){
  #mapSelectorGrid{grid-template-columns:repeat(2, minmax(0,1fr));}
  .map-toolbar-main{grid-template-columns:1fr 1fr;}
  .map-current-inline{grid-column:1 / -1;}
}
@media (max-width: 900px){
  .map-toolbar-main{grid-template-columns:1fr;}
  .map-toolbar-copy strong{font-size:.95rem;}
  .map-toolbar-secondary{align-items:stretch;}
  .toolbar-buttons{justify-content:flex-start;}
  .map-viewport.pro{min-height:540px; height:62vh;}
}
@media (max-width: 760px){
  .page-hero.pro-map-hero h1{font-size:clamp(2rem,10vw,3.1rem);}
  .map-extra-head.premium h2{font-size:clamp(1.7rem,11vw,2.7rem);}
  .map-selector-intro-note{gap:10px; flex-wrap:wrap;}
  #mapSelectorGrid{
    display:flex !important;
    overflow-x:auto;
    gap:14px;
    padding-bottom:8px;
    scroll-snap-type:x proximity;
    grid-template-columns:none !important;
  }
  #mapSelectorGrid .map-selector-card{
    flex:0 0 82%;
    min-width:82%;
    min-height:250px;
    scroll-snap-align:start;
  }
  #mapSelectorGrid .map-selector-thumb{height:148px;}
}
@media (max-width: 520px){
  .pro-map-toolbar{padding:14px;}
  .map-toolbar-secondary .pro-coords{width:100%; justify-content:center;}
  .toolbar-buttons{width:100%;}
  .map-icon-button.wide{min-width:96px;}
  .map-viewport.pro{min-height:420px; height:56vh;}
  #mapSelectorGrid .map-selector-card{flex-basis:88%; min-width:88%;}
}


/* ===== MAP FINAL POLISH ===== */
.map-viewport.pro{min-height:720px;height:min(74vh,900px);}
.map-content{transform-origin:0 0; will-change:transform;}

.pro-map-toolbar{padding:18px 20px;border-radius:26px;gap:14px;}
.map-toolbar-main{grid-template-columns:minmax(220px,.9fr) minmax(340px,1.15fr) minmax(260px,.95fr);gap:14px;align-items:end;}
.map-toolbar-copy strong{font-size:1.06rem;line-height:1.28;display:block;max-width:18ch}
.map-toolbar-copy span{font-size:.82rem;line-height:1.35}
.map-current-inline{min-height:78px;border-radius:22px;background:rgba(8,10,24,.86)}
.map-current-thumb{width:56px;height:56px;border-radius:16px;box-shadow:0 10px 26px rgba(0,0,0,.3)}
.map-current-text strong{font-size:1.08rem}
.map-current-text small{font-size:.84rem;color:rgba(255,255,255,.72)}
.map-toolbar-secondary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 16px;align-items:center}
.toolbar-buttons{justify-content:flex-end}
.pro-coords{justify-self:start}

/* Compact + clean library section */
#mapSelectorSection{padding-top:22px;padding-bottom:30px}
.map-extra-head.premium{max-width:920px;margin:0 0 18px}
.map-extra-head.premium .badge{margin-bottom:10px}
.map-extra-head.premium h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.05;margin-bottom:10px}
.map-extra-head.premium .lead{font-size:1rem;line-height:1.65;max-width:900px;margin-top:0}
.map-selector-intro-note{margin-bottom:14px}
.selector-note-pill{font-size:.78rem;padding:9px 14px}

#mapSelectorGrid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
}
#mapSelectorGrid .map-selector-card{
  display:grid;
  grid-template-columns:124px minmax(0,1fr);
  align-items:center;
  gap:14px;
  min-height:156px;
  padding:14px 16px;
  border-radius:22px;
  text-align:left;
}
#mapSelectorGrid .map-selector-thumb{
  width:124px;
  height:124px;
  min-height:124px;
  border-radius:18px;
  padding:12px;
  background:radial-gradient(circle at top, rgba(255,255,255,.08), rgba(8,10,24,.92));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}
#mapSelectorGrid .map-selector-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block;
}
#mapSelectorGrid .map-selector-meta{display:flex;flex-direction:column;gap:10px;min-width:0;width:100%}
#mapSelectorGrid .map-selector-titleline{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
#mapSelectorGrid .map-selector-titleline strong{font-size:1.14rem;line-height:1.18}
#mapSelectorGrid .map-selector-chip{font-size:.72rem;max-width:100%;white-space:normal}
#mapSelectorGrid .map-selector-stats{display:flex;justify-content:space-between;align-items:end;gap:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08);width:100%}
#mapSelectorGrid .map-selector-count{font-size:1.42rem;line-height:1;font-weight:800}
#mapSelectorGrid .map-selector-extra{font-size:.86rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.68)}

@media (max-width: 1100px){
  .map-viewport.pro{height:min(68vh,760px)}
  .map-toolbar-main{grid-template-columns:1fr 1fr;}
  .map-toolbar-copy{grid-column:1 / -1;}
  .map-toolbar-copy strong{max-width:none}
}
@media (max-width: 760px){
  .map-viewport.pro{min-height:500px;height:58vh;}
  .pro-map-toolbar{padding:14px}
  .map-toolbar-main,.map-toolbar-secondary{grid-template-columns:1fr;}
  .toolbar-buttons,.pro-coords{justify-content:flex-start}
  #mapSelectorGrid{grid-template-columns:1fr !important;display:grid !important;overflow:visible !important;padding-bottom:0 !important}
  #mapSelectorGrid .map-selector-card{grid-template-columns:98px minmax(0,1fr);min-height:132px;padding:12px}
  #mapSelectorGrid .map-selector-thumb{width:98px;height:98px;min-height:98px;padding:10px}
  #mapSelectorGrid .map-selector-titleline strong{font-size:1rem}
  #mapSelectorGrid .map-selector-stats{align-items:center}
}
@media (max-width: 460px){
  .map-extra-head.premium h2{font-size:2rem}
  .map-extra-head.premium .lead{font-size:.95rem}
  #mapSelectorGrid .map-selector-card{grid-template-columns:84px minmax(0,1fr)}
  #mapSelectorGrid .map-selector-thumb{width:84px;height:84px;min-height:84px}
  #mapSelectorGrid .map-selector-chip{font-size:.68rem}
  #mapSelectorGrid .map-selector-count{font-size:1.24rem}
}


/* === MAP PAGE CLEAN FIX === */
.map-toolbar-copy small{display:block;margin-top:8px;color:rgba(255,255,255,.72);font-size:.84rem;line-height:1.45;max-width:28ch}
.map-rail-wrap{margin:2px 0 14px;padding:16px 18px 14px;border-radius:24px;background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.022));border:1px solid rgba(255,255,255,.08)}
.map-rail-head{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:12px}
.map-rail-head strong{display:block;font-size:1.05rem;line-height:1.2;margin-top:6px}
.map-rail-head p{margin:0;max-width:520px;color:rgba(255,255,255,.7);font-size:.91rem;line-height:1.45}
.map-selector-rail{display:flex !important;flex-wrap:nowrap !important;grid-template-columns:none !important;gap:14px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 10px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.16) transparent}
.map-selector-rail::-webkit-scrollbar{height:10px}
.map-selector-rail::-webkit-scrollbar-track{background:transparent}
.map-selector-rail::-webkit-scrollbar-thumb{background:rgba(255,255,255,.16);border-radius:999px}
.map-selector-rail .map-selector-card{flex:0 0 245px;min-width:245px;min-height:182px;padding:13px;border-radius:22px;display:flex;flex-direction:column;gap:12px;align-items:stretch;background:linear-gradient(180deg, rgba(14,18,40,.92), rgba(8,11,28,.85));border:1px solid rgba(255,255,255,.08)}
.map-selector-rail .map-selector-card:hover{transform:translateY(-2px);border-color:rgba(255,213,145,.36)}
.map-selector-rail .map-selector-card.is-active{border-color:rgba(255,213,145,.48);box-shadow:0 0 0 1px rgba(255,213,145,.18), 0 14px 32px rgba(0,0,0,.2)}
.map-selector-rail .map-selector-thumb{display:flex;width:100%;height:92px;min-height:92px;align-items:center;justify-content:center;padding:12px;border-radius:18px;background:radial-gradient(circle at 50% 30%, rgba(255,255,255,.06), rgba(3,6,18,.96));border:1px solid rgba(255,255,255,.06);overflow:hidden}
.map-selector-rail .map-selector-thumb img{display:block;max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain !important;object-position:center center !important}
.map-selector-rail .map-selector-meta{display:flex;flex-direction:column;gap:10px;height:100%}
.map-selector-rail .map-selector-titleline{display:flex;flex-direction:column;align-items:flex-start;gap:7px}
.map-selector-rail .map-selector-titleline strong{font-size:1rem;line-height:1.15}
.map-selector-rail .map-selector-chip{font-size:.69rem;line-height:1.2;white-space:normal;max-width:100%}
.map-selector-rail .map-selector-stats{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}
.map-selector-rail .map-selector-count{font-size:1.2rem;line-height:1;font-weight:800}
.map-selector-rail .map-selector-extra{font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.66)}
#mapSelectorSection{display:none !important}
.pro-map-statusbar{margin-top:0}
.map-viewport.pro{min-height:720px;height:min(72vh,860px)}
@media (max-width:980px){.map-rail-head{flex-direction:column;align-items:flex-start}.map-selector-rail .map-selector-card{flex-basis:225px;min-width:225px}.map-toolbar-copy small{max-width:none}}
@media (max-width:700px){.map-rail-wrap{padding:14px}.map-selector-rail .map-selector-card{flex-basis:210px;min-width:210px;min-height:172px}.map-selector-rail .map-selector-thumb{height:84px;min-height:84px}.map-viewport.pro{min-height:500px;height:58vh}}


/* =========================================================
   FINAL REAL MAP PAGE — professional layout, not image
   ========================================================= */
.map-final-hero{
  padding:34px 0 14px !important;
}
.map-final-hero h1{
  margin:.55rem 0 .45rem !important;
  font-size:clamp(2.6rem, 5vw, 5.2rem) !important;
  line-height:.92 !important;
}
.map-final-hero .lead{
  max-width:920px !important;
}

/* Main app like the mockup: sidebar + big centered map */
.pro-map-section{
  padding-top:18px !important;
  padding-bottom:18px !important;
}
.pro-map-app{
  display:grid !important;
  grid-template-columns:minmax(270px, 330px) minmax(0, 1fr) !important;
  gap:18px !important;
  padding:18px !important;
  border-radius:34px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.024)) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  box-shadow:0 26px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.04) !important;
}
.pro-map-sidebar{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
}
.pro-map-sidebar .sidebar-block{
  border-radius:22px !important;
  padding:18px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.028)) !important;
  border:1px solid rgba(255,255,255,.095) !important;
}
.pro-map-sidebar .sidebar-title h2{
  font-size:1.35rem !important;
}
.pro-map-canvas-card{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  min-width:0 !important;
}

/* Top toolbar cleaned */
.map-toolbar-pro,
.pro-map-toolbar{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:12px !important;
  padding:18px !important;
  border-radius:26px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.032)) !important;
  border:1px solid rgba(255,255,255,.105) !important;
}
.map-toolbar-main{
  display:grid !important;
  grid-template-columns:minmax(180px,.72fr) minmax(280px,1.08fr) minmax(220px,.78fr) !important;
  gap:14px !important;
  align-items:end !important;
}
.map-toolbar-copy{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
}
.map-toolbar-copy strong{
  color:#fff !important;
  font-size:1.02rem !important;
  line-height:1.24 !important;
  max-width:22ch !important;
}
.map-toolbar-copy small{
  color:rgba(255,255,255,.68) !important;
  font-size:.83rem !important;
  line-height:1.42 !important;
  max-width:34ch !important;
}
.map-select-pro{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}
.map-select-pro > span{
  color:#ffd89a !important;
  font-weight:900 !important;
  font-size:.75rem !important;
  text-transform:uppercase !important;
  letter-spacing:.09em !important;
}
.map-select-input{
  width:100% !important;
  height:56px !important;
  border-radius:18px !important;
  padding:0 18px !important;
  background:rgba(6,7,18,.88) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  color:#fff !important;
  font-weight:850 !important;
  outline:none !important;
}
.map-current-inline{
  display:grid !important;
  grid-template-columns:54px minmax(0,1fr) !important;
  align-items:center !important;
  gap:12px !important;
  min-height:72px !important;
  padding:10px 14px !important;
  border-radius:20px !important;
  background:rgba(7,9,22,.82) !important;
  border:1px solid rgba(255,255,255,.1) !important;
}
.map-current-thumb{
  width:54px !important;
  height:54px !important;
  border-radius:15px !important;
  object-fit:cover !important;
  object-position:center !important;
  background:#090814 !important;
}
.map-current-text{
  min-width:0 !important;
}
.map-current-text strong,
.map-current-text small{
  display:block !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.map-current-text strong{
  color:#fff !important;
  font-size:1.03rem !important;
}
.map-current-text small{
  color:rgba(255,255,255,.7) !important;
  margin-top:4px !important;
}
.map-toolbar-secondary{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}
.pro-coords{
  min-height:42px !important;
  padding:0 14px !important;
  display:inline-flex !important;
  align-items:center !important;
  border-radius:14px !important;
  background:rgba(8,10,25,.84) !important;
  font-weight:800 !important;
}
.toolbar-buttons{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  justify-content:flex-end !important;
}
.map-icon-button{
  min-height:44px !important;
  border-radius:14px !important;
}

/* Map viewer: centered and large */
.pro-map-statusbar{
  margin:0 !important;
  padding:10px 14px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.045) !important;
}
.map-viewport.pro{
  position:relative !important;
  height:min(72vh, 880px) !important;
  min-height:650px !important;
  border-radius:28px !important;
  background:radial-gradient(circle at center, rgba(255,255,255,.035), transparent 42%), #0d0c16 !important;
  border:1px solid rgba(255,255,255,.105) !important;
  overflow:hidden !important;
  display:block !important;
}
.map-content{
  transform-origin:0 0 !important;
}
.map-base{
  display:block !important;
  max-width:none !important;
  max-height:none !important;
}

/* Remove any failed top rail */
.map-rail-wrap{
  display:none !important;
}

/* Bottom gallery, clean and horizontal */
.map-bottom-gallery-section{
  padding-top:10px !important;
  padding-bottom:42px !important;
}
.map-bottom-gallery{
  padding:20px !important;
  border-radius:30px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.026)) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  overflow:hidden !important;
}
.map-bottom-gallery-head{
  display:flex !important;
  justify-content:space-between !important;
  gap:18px !important;
  align-items:end !important;
  margin-bottom:16px !important;
}
.map-bottom-gallery-head h2{
  margin:5px 0 0 !important;
  font-size:clamp(1.3rem, 2.2vw, 2rem) !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  color:#fff !important;
}
.map-bottom-gallery-head p{
  margin:0 !important;
  max-width:560px !important;
  color:rgba(255,255,255,.68) !important;
  line-height:1.55 !important;
}
.map-bottom-carousel{
  display:flex !important;
  grid-template-columns:none !important;
  flex-wrap:nowrap !important;
  gap:14px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding:2px 2px 12px !important;
  scroll-snap-type:x proximity !important;
}
.map-bottom-carousel::-webkit-scrollbar{
  height:10px !important;
}
.map-bottom-carousel::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.16) !important;
  border-radius:999px !important;
}
.map-bottom-carousel .map-selector-card{
  flex:0 0 150px !important;
  width:150px !important;
  min-width:150px !important;
  min-height:214px !important;
  padding:12px !important;
  border-radius:20px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  background:linear-gradient(180deg, rgba(15,18,40,.9), rgba(8,11,28,.86)) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  scroll-snap-align:start !important;
  cursor:pointer !important;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}
.map-bottom-carousel .map-selector-card:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(255,215,140,.38) !important;
}
.map-bottom-carousel .map-selector-card.is-active{
  border-color:rgba(255,215,140,.64) !important;
  box-shadow:0 0 0 1px rgba(255,215,140,.18), 0 16px 36px rgba(0,0,0,.24) !important;
}
.map-bottom-carousel .map-selector-thumb{
  width:100% !important;
  height:104px !important;
  min-height:104px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:16px !important;
  padding:10px !important;
  overflow:hidden !important;
  background:radial-gradient(circle at top, rgba(255,255,255,.08), rgba(5,8,22,.96)) !important;
  border:1px solid rgba(255,255,255,.08) !important;
}
.map-bottom-carousel .map-selector-thumb img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
}
.map-bottom-carousel .map-selector-meta{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  height:100% !important;
}
.map-bottom-carousel .map-selector-titleline{
  display:flex !important;
  flex-direction:column !important;
  gap:7px !important;
}
.map-bottom-carousel .map-selector-titleline strong{
  color:#fff !important;
  font-size:.94rem !important;
  line-height:1.16 !important;
}
.map-bottom-carousel .map-selector-chip{
  font-size:.64rem !important;
  line-height:1.18 !important;
  padding:5px 8px !important;
  border-radius:999px !important;
  white-space:normal !important;
  max-width:100% !important;
}
.map-bottom-carousel .map-selector-stats{
  margin-top:auto !important;
  padding-top:8px !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  display:flex !important;
  justify-content:space-between !important;
  gap:8px !important;
}
.map-bottom-carousel .map-selector-count{
  color:#fff !important;
  font-size:.88rem !important;
  font-weight:900 !important;
}
.map-bottom-carousel .map-selector-extra{
  color:rgba(255,255,255,.62) !important;
  font-size:.72rem !important;
  text-transform:lowercase !important;
}

/* Hide any old section if duplicated by cache */
section.map-selector-section:not(.map-bottom-gallery-section){
  display:none !important;
}

@media(max-width:1100px){
  .pro-map-app{
    grid-template-columns:1fr !important;
  }
  .map-toolbar-main{
    grid-template-columns:1fr 1fr !important;
  }
  .map-current-inline{
    grid-column:1 / -1 !important;
  }
}
@media(max-width:760px){
  .map-toolbar-main,
  .map-toolbar-secondary,
  .map-bottom-gallery-head{
    grid-template-columns:1fr !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .map-viewport.pro{
    min-height:480px !important;
    height:58vh !important;
  }
  .map-bottom-carousel .map-selector-card{
    flex-basis:142px !important;
    min-width:142px !important;
  }
}


/* Quai n°13 / cartes bonus : centrage propre dans le grand cadre */
.map-viewport.pro{
  display:block !important;
}
.map-content{
  transform-origin:0 0 !important;
  will-change:transform !important;
}
.map-base{
  display:block !important;
  max-width:none !important;
  max-height:none !important;
}
.map-bottom-carousel .map-selector-card[data-map-id="quai-13"] .map-selector-chip{
  color:#ffe4ad !important;
}


/* Affichage entier des cartes bonus comme Quai n°13 */
.map-viewport.pro .map-content{
  transform-origin:0 0 !important;
}
.map-viewport.pro .map-base{
  display:block !important;
  max-width:none !important;
  max-height:none !important;
}


/* Vue complète stricte pour les cartes bonus */
.map-viewport.pro.map-is-bonus{
  display:block !important;
}
.map-viewport.pro.map-is-bonus .map-content{
  transform-origin:0 0 !important;
}
.map-viewport.pro.map-is-bonus .map-base{
  display:block !important;
  max-width:none !important;
  max-height:none !important;
}


/* Correctif propre : suppression visuelle du bloc "Carte sélectionnée" sans casser la grille */
.current-map-summary{
  display:none !important;
}

/* Le select affiche seulement le nom de la carte via JS */
.map-select-input{
  text-overflow:ellipsis;
}


.map-inline-icon.emoji{display:inline-flex;align-items:center;justify-content:center}
.map-filter-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}
.map-filter-icon-img,.tip-cat-icon-img,.meta-icon-img{width:19px;height:19px;object-fit:contain;display:inline-block;vertical-align:middle;filter:none;box-shadow:none;border:none}
.map-marker-icon-img{width:16px;height:16px;object-fit:contain;display:block;filter:none;box-shadow:none;border:none}
.marker.map-marker-point{overflow:visible}
.marker.map-marker-point img{pointer-events:none}
.map-tooltip .tip-cat img{width:16px;height:16px}
.selected-marker-card .selected-meta span img{width:15px;height:15px}
@media (max-width:880px){.map-marker-icon-img{width:15px;height:15px}.map-filter-icon-img,.tip-cat-icon-img,.meta-icon-img{width:17px;height:17px}}


.map-filter-btn .map-filter-icon img,.selected-marker-card img,.map-tooltip img{background:transparent;border:none;outline:none;box-shadow:none}

/* no-contour marker icons */
.marker.map-marker-point::before,.marker.map-marker-point::after{display:none !important;content:none !important}
.marker.map-marker-point,.marker.map-marker-point:hover,.marker.map-marker-point.is-focused{outline:none !important;border:none !important;background:transparent !important;box-shadow:none !important}
.map-marker-icon-img{width:18px !important;height:18px !important;filter:none !important;box-shadow:none !important;border:none !important;outline:none !important;background:transparent !important}

/* version corrigée: larger icons without contour */
.map-marker-point{width:28px !important;height:28px !important;min-width:28px !important;min-height:28px !important;background:transparent !important;border:none !important;box-shadow:none !important;outline:none !important}
.map-marker-icon-img{width:21px !important;height:21px !important;filter:none !important;box-shadow:none !important;border:none !important;outline:none !important;background:transparent !important}
.map-filter-icon-img,.tip-cat-icon-img,.meta-icon-img{width:21px !important;height:21px !important;filter:none !important;box-shadow:none !important;border:none !important;outline:none !important;background:transparent !important}
.marker.map-marker-point:hover,.marker.map-marker-point.is-focused{transform:translate(-50%,-50%) scale(1.22) !important;box-shadow:none !important;background:transparent !important;border:none !important}
@media (max-width:880px){.map-marker-point{width:26px !important;height:26px !important;min-width:26px !important;min-height:26px !important}.map-marker-icon-img{width:19px !important;height:19px !important}.map-filter-icon-img,.tip-cat-icon-img,.meta-icon-img{width:19px !important;height:19px !important}}


/* FINAL map marker polish: sharper icons, no contour, no hover jitter */
.marker.map-marker-point,
.map-marker-point{
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: translate(-50%, -50%) !important;
  transition: opacity .14s ease, filter .14s ease !important;
  overflow: visible !important;
  -webkit-tap-highlight-color: transparent;
}
.marker.map-marker-point::before,
.marker.map-marker-point::after,
.map-marker-point::before,
.map-marker-point::after{
  display: none !important;
  content: none !important;
}
.marker.map-marker-point:hover,
.marker.map-marker-point.is-focused,
.map-marker-point:hover,
.map-marker-point.is-focused{
  transform: translate(-50%, -50%) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: brightness(1.08) saturate(1.06) !important;
  z-index: 8 !important;
}
.map-marker-icon-img{
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  object-fit: contain !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
  filter: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  pointer-events: none !important;
}
.map-filter-icon-img,
.tip-cat-icon-img,
.meta-icon-img{
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  object-fit: contain !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
  filter: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  vertical-align: middle !important;
}
.map-tooltip{
  pointer-events: none !important;
}
@media (max-width: 880px){
  .marker.map-marker-point,
  .map-marker-point{
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }
  .map-marker-icon-img,
  .map-filter-icon-img,
  .tip-cat-icon-img,
  .meta-icon-img{
    width: 21px !important;
    height: 21px !important;
  }
}

/* precise marker hover/click */
.marker.map-marker-point,
.map-marker-point{
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
  transform: translate(-50%, -50%) !important;
  overflow: visible !important;
}
.marker.map-marker-point:hover,
.marker.map-marker-point.is-focused,
.map-marker-point:hover,
.map-marker-point.is-focused{
  transform: translate(-50%, -50%) !important;
  filter: brightness(1.08) !important;
  box-shadow: none !important;
}
.map-marker-icon-img{
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  image-rendering: auto !important;
  filter: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  pointer-events: none !important;
}
.map-filter-icon-img,
.tip-cat-icon-img,
.meta-icon-img{
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  image-rendering: auto !important;
  filter: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.map-tooltip{pointer-events:none !important}
@media (max-width:880px){
  .marker.map-marker-point,.map-marker-point{width:20px !important;height:20px !important;min-width:20px !important;min-height:20px !important}
  .map-marker-icon-img,.map-filter-icon-img,.tip-cat-icon-img,.meta-icon-img{width:20px !important;height:20px !important}
}

/* Collection icons polish */
.map-filter-icon-img,
.tip-cat-icon-img,
.meta-icon-img,
.map-marker-icon-img{
  object-fit: contain !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Keep a clear keyboard focus indicator after the legacy component overrides. */
body :where(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid #fff !important;
  outline-offset:3px !important;
  box-shadow:0 0 0 6px rgba(159,140,255,.72) !important;
}
button.marker.map-marker-point:focus-visible{
  outline:3px solid #fff !important;
  outline-offset:4px !important;
  border-radius:8px !important;
  box-shadow:0 0 0 7px rgba(159,140,255,.78) !important;
}

/* Trust, collection tracking and richer club form */
.rp-trust-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:0 0 22px;
}
.rp-trust-strip span{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}
.rp-trust-strip strong{color:#fff}
.rp-trust-strip small{color:var(--muted);line-height:1.45}
.map-collection-progress{
  display:grid;
  gap:10px;
  margin-top:14px;
  padding:14px;
  border:1px solid rgba(140,240,174,.2);
  border-radius:18px;
  background:rgba(140,240,174,.065);
}
.map-collection-progress > div:first-child{display:flex;justify-content:space-between;gap:12px;font-size:.86rem}
.map-collection-progress strong{color:var(--success)}
.map-collection-bar{height:8px;border-radius:999px;background:rgba(255,255,255,.09);overflow:hidden}
.map-collection-bar i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--success),#74d7ff);transition:width .3s ease}
.map-collection-progress .mini-action{justify-self:start}
.map-collect-button{
  width:100%;
  margin-top:14px;
  padding:11px 14px;
  border:1px solid rgba(140,240,174,.35);
  border-radius:14px;
  background:rgba(140,240,174,.1);
  color:#d9ffe5;
  cursor:pointer;
  font-weight:850;
}
.map-collect-button.is-collected{background:rgba(140,240,174,.2);border-color:rgba(140,240,174,.62)}
.map-collection-state{
  margin-top:14px;
  padding:10px 12px;
  border-radius:12px;
  background:rgba(255,255,255,.055);
  color:var(--muted);
  font-size:.84rem;
  line-height:1.45;
}
.map-collection-state.is-collected{background:rgba(140,240,174,.13);color:#d9ffe5}
.marker.map-marker-point.is-collected{filter:drop-shadow(0 0 7px rgba(140,240,174,.95)) saturate(1.25) !important}
.marker.map-marker-point.is-collected::after{
  display:grid !important;
  content:'✓' !important;
  place-items:center;
  position:absolute;
  right:-5px;
  top:-5px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--success) !important;
  color:#07120b;
  font-size:10px;
  font-weight:950;
}
.optional-label{color:var(--muted);font-size:.72rem;font-weight:700}
.field-counter{display:block;margin-top:7px;color:var(--muted);text-align:right}
.generated-placeholder{color:var(--muted);font-style:italic}
@media (max-width:760px){.rp-trust-strip{grid-template-columns:1fr}}
@media (max-width:880px){
  .orb{animation:none !important;opacity:.35}
  .premium-float,.preview-image::after{animation:none !important}
  .glass,.site-header{backdrop-filter:blur(10px)}
  .button::after,.badge::before,.champ-type-card::before{display:none !important}
}

/* Professional typography and performance-first rendering */
.performance-mode .particles,
.performance-mode .cursor-glow{display:none !important}
.performance-mode .glass,
.performance-mode .site-header,
.performance-mode .discord-widget-card,
.performance-mode .champ-live-board,
.performance-mode .server-features-board,
.performance-mode .preloader-card{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.performance-mode .orb,
.performance-mode .ticker-track,
.performance-mode .premium-float,
.performance-mode .preview-image::after,
.performance-mode .pulse-dot,
.performance-mode .rp-live-dot,
.performance-mode .live-dot,
.performance-mode .badge::before,
.performance-mode .status-chip.live::before,
.performance-mode .champ-live-board::before,
.performance-mode .champ-live-board::after{
  animation:none !important;
}
.performance-mode .fade-in{animation-duration:.28s !important}
.performance-mode .reveal{transition-duration:.4s !important}
.badge{
  min-height:38px !important;
  padding:9px 15px !important;
  border:1px solid rgba(226,190,255,.24) !important;
  border-radius:12px !important;
  background:linear-gradient(135deg,rgba(159,140,255,.12),rgba(255,144,200,.07)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 8px 24px rgba(0,0,0,.14) !important;
  color:#f7f3ff !important;
  font-size:.73rem !important;
  font-weight:850 !important;
  letter-spacing:.13em !important;
  line-height:1.2 !important;
  text-transform:uppercase !important;
}
.badge-dot{
  width:7px !important;
  height:7px !important;
  background:#b7a6ff !important;
  box-shadow:0 0 0 4px rgba(183,166,255,.12) !important;
  animation:none !important;
}
.server-pro-copy h1,
.champ-pro-copy h1,
.page-hero h1,
.rp-real-title{
  letter-spacing:-.045em !important;
  text-wrap:balance;
}
.section-head .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#cfc4ff !important;
  font-size:.71rem !important;
  letter-spacing:.17em !important;
}
.section-head .eyebrow::before{
  content:'';
  width:22px;
  height:1px;
  background:linear-gradient(90deg,#9f8cff,#ff90c8);
}
.section-head h2{letter-spacing:-.035em;text-wrap:balance}
@media (max-width:760px){
  .badge{font-size:.66rem !important;letter-spacing:.1em !important}
  .server-pro-copy h1,.champ-pro-copy h1,.page-hero h1,.rp-real-title{letter-spacing:-.035em !important}
}

/* Lightweight animated product badges */
.badge,
.rp-product-badge{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
}
.badge::after,
.rp-product-badge::after{
  content:'' !important;
  display:block !important;
  position:absolute !important;
  inset:-40% auto -40% -32% !important;
  z-index:-1 !important;
  width:22% !important;
  border:0 !important;
  border-radius:0 !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent) !important;
  transform:skewX(-18deg) !important;
  animation:productBadgeSweep 5.2s ease-in-out infinite !important;
  pointer-events:none !important;
}
.rp-product-badge{
  margin-bottom:22px !important;
  padding:10px 17px !important;
  border:1px solid rgba(207,188,255,.3) !important;
  border-radius:12px !important;
  background:linear-gradient(135deg,rgba(139,92,246,.15),rgba(232,160,208,.09)) !important;
  color:#f2eaff !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 28px rgba(30,14,56,.2) !important;
  font-size:.72rem !important;
  font-weight:850 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
.rp-product-badge::before{content:none !important;display:none !important}
.rp-badge-mark{
  display:inline-grid;
  place-items:center;
  color:#d3c1ff;
  font-size:.62rem;
  animation:productBadgeMark 2.8s ease-in-out infinite;
}
.map-product-badge{border-color:rgba(116,215,255,.25) !important;background:linear-gradient(135deg,rgba(116,215,255,.1),rgba(159,140,255,.1)) !important}
.map-product-badge .badge-dot{background:#74d7ff !important;box-shadow:0 0 0 4px rgba(116,215,255,.11) !important}

/* Championship Live: compact rectangular signal, never a circle. */
#championnatProPage .status-chip.live.championship-live-label{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  width:auto !important;
  min-width:112px !important;
  max-width:none !important;
  min-height:46px !important;
  height:46px !important;
  aspect-ratio:auto !important;
  padding:0 17px !important;
  border:1px solid rgba(112,255,166,.3) !important;
  border-radius:11px !important;
  background:linear-gradient(135deg,rgba(31,92,59,.78),rgba(18,40,31,.92)) !important;
  color:#e8fff0 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 9px 24px rgba(0,0,0,.2) !important;
  backdrop-filter:none !important;
  animation:none !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
#championnatProPage .status-chip.live.championship-live-label strong{position:relative;z-index:2;font-size:.78rem;font-weight:900;letter-spacing:.14em}
#championnatProPage .status-chip.live.championship-live-label::before{
  content:'' !important;
  display:block !important;
  position:absolute !important;
  inset:7px auto 7px 7px !important;
  width:2px !important;
  border-radius:2px !important;
  background:#70ffa6 !important;
  transform:none !important;
  animation:none !important;
  opacity:.8 !important;
}
#championnatProPage .status-chip.live.championship-live-label::after{
  content:'' !important;
  display:block !important;
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  border-radius:inherit !important;
  background:linear-gradient(105deg,transparent 28%,rgba(255,255,255,.12) 48%,transparent 68%) !important;
  transform:translateX(-120%) !important;
  animation:championshipLiveSweep 3.8s ease-in-out infinite !important;
  pointer-events:none !important;
}
#championnatProPage .championship-live-label .live-bars{position:relative;z-index:2;display:flex;align-items:center;gap:2px;height:16px}
#championnatProPage .status-chip.live.championship-live-label .live-bars i{
  display:block !important;
  width:3px !important;
  min-width:3px !important;
  height:100% !important;
  border-radius:2px !important;
  background:#79ffac !important;
  box-shadow:none !important;
  transform-origin:center bottom !important;
  animation:championshipLiveBars .9s ease-in-out infinite alternate !important;
}
#championnatProPage .championship-live-label .live-bars i:nth-child(2){animation-delay:.16s !important}
#championnatProPage .championship-live-label .live-bars i:nth-child(3){animation-delay:.32s !important}
@keyframes productBadgeSweep{0%,66%{transform:translateX(0) skewX(-18deg)}88%,100%{transform:translateX(720%) skewX(-18deg)}}
@keyframes productBadgeMark{0%,100%{transform:scale(.9);opacity:.58}50%{transform:scale(1.12);opacity:1}}
@keyframes championshipLiveSweep{0%,58%{transform:translateX(-120%)}82%,100%{transform:translateX(120%)}}
@keyframes championshipLiveBars{0%{transform:scaleY(.35);opacity:.62}100%{transform:scaleY(1);opacity:1}}
@media (prefers-reduced-motion:reduce){
  .badge::after,.rp-product-badge::after,.rp-badge-mark,
  #championnatProPage .status-chip.live.championship-live-label::after,
  #championnatProPage .status-chip.live.championship-live-label .live-bars i{animation:none !important}
}

/* Screenshot corrections: no overlap, readable title spacing, visible badge motion. */
#championnatProPage .champ-live-top.champ-live-top-tools{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  gap:12px !important;
  align-items:start !important;
  margin-bottom:18px !important;
}
#championnatProPage .champ-live-top.champ-live-top-tools > .status-chip.live.championship-live-label{
  grid-column:1 !important;
  grid-row:1 !important;
  justify-self:start !important;
  margin:0 !important;
}
#championnatProPage .champ-live-top.champ-live-top-tools > .champ-time-tools{
  grid-column:1 !important;
  grid-row:2 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:14px !important;
  width:100% !important;
  margin:0 !important;
}
#championnatProPage .champ-pro-copy h1{
  max-width:12ch !important;
  margin:22px 0 30px !important;
  font-size:clamp(3.25rem,5.6vw,5.8rem) !important;
  line-height:.98 !important;
  letter-spacing:-.062em !important;
}
#championnatProPage .champ-pro-copy .lead{margin-top:0 !important;line-height:1.82 !important}
.badge::after,
.rp-product-badge::after{z-index:0 !important}
.badge > *,
.rp-product-badge > *{position:relative;z-index:1}
.badge .badge-dot{
  animation:badgePointPulse 1.9s ease-in-out infinite !important;
}
.map-product-badge .badge-dot{animation:mapBadgePointPulse 1.9s ease-in-out infinite !important}
.badge > span:not(.badge-dot):last-child,
.rp-product-badge > span:last-child{
  animation:badgeTextGlow 3.2s ease-in-out infinite !important;
}
@keyframes badgePointPulse{
  0%,100%{transform:scale(.82);opacity:.55;box-shadow:0 0 0 3px rgba(183,166,255,.08)}
  50%{transform:scale(1.18);opacity:1;box-shadow:0 0 0 6px rgba(183,166,255,.16)}
}
@keyframes mapBadgePointPulse{
  0%,100%{transform:scale(.82);opacity:.55;box-shadow:0 0 0 3px rgba(116,215,255,.08)}
  50%{transform:scale(1.18);opacity:1;box-shadow:0 0 0 6px rgba(116,215,255,.17)}
}
@keyframes badgeTextGlow{
  0%,100%{opacity:.78;transform:translateY(0)}
  50%{opacity:1;transform:translateY(-1px)}
}
@media (max-width:760px){
  #championnatProPage .champ-live-top.champ-live-top-tools > .champ-time-tools{grid-template-columns:1fr !important}
  #championnatProPage .champ-pro-copy h1{font-size:clamp(2.85rem,13vw,4.4rem) !important;line-height:1 !important;margin-bottom:24px !important}
}
@media (prefers-reduced-motion:reduce){
  .badge .badge-dot,.badge > span:not(.badge-dot):last-child,.rp-product-badge > span:last-child{animation:none !important}
}

/* Final badge scale and championship layout requested from screenshots. */
#championnatProPage .champ-live-top.champ-live-top-tools{
  display:block !important;
  margin-bottom:18px !important;
}
#championnatProPage .champ-live-top.champ-live-top-tools > .champ-time-tools{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:14px !important;
  width:100% !important;
  margin:0 !important;
}
#championnatProPage .champ-pro-copy{min-width:0 !important}
#championnatProPage .champ-hero-highlights{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
  gap:12px !important;
  width:100% !important;
  max-width:100% !important;
}
#championnatProPage .champ-hero-highlights span{
  min-width:0 !important;
  width:100% !important;
  justify-content:center !important;
  text-align:center !important;
  white-space:normal !important;
  line-height:1.35 !important;
  box-sizing:border-box !important;
}
#championnatProPage .champ-hero-highlights span:last-child{grid-column:1 / -1 !important}
#championnatProPage .champ-dynamic-line{width:100% !important;max-width:100% !important;box-sizing:border-box !important}
.badge,
.rp-product-badge{
  min-height:47px !important;
  padding:11px 19px !important;
  border-radius:13px !important;
  border-color:rgba(210,181,255,.38) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 12px 30px rgba(22,10,42,.24),0 0 0 1px rgba(164,122,255,.04) !important;
  font-size:.8rem !important;
  letter-spacing:.135em !important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease !important;
}
.badge:hover,
.rp-product-badge:hover{
  transform:translateY(-2px) !important;
  border-color:rgba(224,204,255,.58) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 16px 34px rgba(22,10,42,.3),0 0 22px rgba(159,140,255,.12) !important;
}
.badge .badge-dot{
  width:9px !important;
  height:9px !important;
  min-width:9px !important;
  animation:badgePointVisible 1.55s ease-in-out infinite !important;
}
.badge > span:not(.badge-dot):last-child,
.rp-product-badge > span:last-child{
  color:transparent !important;
  background:linear-gradient(90deg,#ffffff 0%,#e7dcff 30%,#ffc8e8 52%,#d5c5ff 75%,#ffffff 100%) !important;
  background-size:220% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  animation:badgeTextVisible 4.2s linear infinite !important;
}
.badge::after,
.rp-product-badge::after{
  width:28% !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent) !important;
  animation:productBadgeSweep 3.9s ease-in-out infinite !important;
}
@keyframes badgePointVisible{
  0%,100%{transform:scale(.78);opacity:.55;box-shadow:0 0 0 3px rgba(183,166,255,.09),0 0 5px rgba(183,166,255,.2)}
  50%{transform:scale(1.22);opacity:1;box-shadow:0 0 0 7px rgba(183,166,255,.16),0 0 14px rgba(183,166,255,.72)}
}
@keyframes badgeTextVisible{0%{background-position:0% 50%}100%{background-position:220% 50%}}
@media (max-width:760px){
  #championnatProPage .champ-live-top.champ-live-top-tools > .champ-time-tools,
  #championnatProPage .champ-hero-highlights{grid-template-columns:1fr !important}
  #championnatProPage .champ-hero-highlights span:last-child{grid-column:auto !important}
  .badge,.rp-product-badge{min-height:43px !important;padding:10px 15px !important;font-size:.7rem !important}
}
@media (prefers-reduced-motion:reduce){
  .badge .badge-dot,.badge > span:not(.badge-dot):last-child,.rp-product-badge > span:last-child,.badge::after,.rp-product-badge::after{animation:none !important}
}

/* Rich Presence — compteurs lisibles avec statut joueurs en direct */
.rp-stats-row.rp-real-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:24px;
}
.rp-real-stats .rp-stat-card{
  position:relative;
  min-width:0;
  min-height:126px;
  padding:16px 14px 14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:20px;
  background:linear-gradient(150deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 30px rgba(0,0,0,.16);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.rp-real-stats .rp-stat-card:hover{
  transform:translateY(-2px);
  border-color:rgba(232,160,208,.26);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 18px 36px rgba(0,0,0,.22);
}
.rp-real-stats .rp-stat-card > strong{
  display:block;
  margin:22px 0 8px;
  overflow-wrap:anywhere;
  font-family:"DM Sans",sans-serif;
  font-size:clamp(1.25rem,2.05vw,1.75rem);
  font-weight:800;
  line-height:1;
  letter-spacing:-.045em;
  background:linear-gradient(110deg,#fff,#f3c5dc);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.rp-real-stats .rp-stat-card > span{
  display:block;
  color:rgba(240,236,249,.78);
  font-size:.67rem;
  font-weight:800;
  line-height:1.35;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.rp-real-stats .rp-stat-card > small{
  display:block;
  margin-top:5px;
  color:rgba(202,195,221,.5);
  font-size:.68rem;
  line-height:1.35;
}
@media(max-width:760px){
  .rp-stats-row.rp-real-stats{grid-template-columns:1fr}
  .rp-real-stats .rp-stat-card{min-height:122px}
}

/* Compteur placé dans l'en-tête de l'aperçu Discord */
.rp-shot-head .rp-shot-online{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  gap:6px;
  min-height:36px;
  padding:8px 12px;
  overflow:hidden;
  border:1px solid rgba(113,243,170,.25);
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,rgba(91,222,153,.14),rgba(255,255,255,.07));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 22px rgba(0,0,0,.18),0 0 18px rgba(87,232,156,.08);
  white-space:nowrap;
  transition:border-color .22s ease,background .22s ease,box-shadow .22s ease;
}
.rp-shot-head .rp-shot-online::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 26%,rgba(255,255,255,.12) 49%,transparent 70%);
  transform:translateX(-125%);
  animation:rpShotOnlineSweep 5s ease-in-out infinite;
  pointer-events:none;
}
.rp-shot-head .rp-shot-online i{
  position:relative;
  z-index:1;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#71f3aa;
  box-shadow:0 0 0 4px rgba(113,243,170,.09),0 0 13px rgba(113,243,170,.72);
  animation:rpShotOnlineDot 1.7s ease-in-out infinite;
}
.rp-shot-head .rp-shot-online strong{
  position:relative;
  z-index:1;
  color:#fff;
  font-size:.82rem;
  font-weight:900;
  line-height:1;
  text-shadow:0 0 12px rgba(255,255,255,.16);
}
.rp-shot-head .rp-shot-online span{
  position:relative;
  z-index:1;
  color:#b8f8d4;
  font-size:.68rem;
  font-weight:800;
  line-height:1;
  letter-spacing:.015em;
  text-transform:none;
}
.rp-shot-head .rp-shot-online.is-loading{
  border-color:rgba(255,212,124,.22);
  background:linear-gradient(135deg,rgba(255,212,124,.11),rgba(255,255,255,.06));
}
.rp-shot-head .rp-shot-online.is-loading i{
  background:#ffd47c;
  box-shadow:0 0 0 4px rgba(255,212,124,.08),0 0 12px rgba(255,212,124,.5);
}
.rp-shot-head .rp-shot-online.is-loading span{color:#ffe0a1}
.rp-shot-head .rp-shot-online.is-empty{
  border-color:rgba(199,191,216,.2);
  background:rgba(255,255,255,.06);
}
.rp-shot-head .rp-shot-online.is-empty i{
  background:#bdb5cf;
  box-shadow:0 0 0 4px rgba(189,181,207,.08),0 0 9px rgba(189,181,207,.3);
  animation:none;
}
.rp-shot-head .rp-shot-online.is-empty span{color:#d1cadc}
.rp-shot-head .rp-shot-online.is-unavailable{
  border-color:rgba(255,158,173,.22);
  background:rgba(255,158,173,.08);
}
.rp-shot-head .rp-shot-online.is-unavailable i{
  background:#ff9ead;
  box-shadow:0 0 0 4px rgba(255,158,173,.08),0 0 9px rgba(255,158,173,.3);
  animation:none;
}
.rp-shot-head .rp-shot-online.is-unavailable span{color:#ffc0ca}
@keyframes rpShotOnlineDot{
  0%,100%{transform:scale(.9);opacity:.72}
  50%{transform:scale(1.16);opacity:1}
}
@keyframes rpShotOnlineSweep{
  0%,58%{transform:translateX(-125%)}
  82%,100%{transform:translateX(125%)}
}
@media(max-width:520px){
  .rp-shot-head{align-items:center}
  .rp-shot-head .rp-shot-online{padding:7px 10px;gap:5px}
  .rp-shot-head .rp-shot-online span{font-size:.62rem}
}
@media(prefers-reduced-motion:reduce){
  .rp-shot-head .rp-shot-online::after,
  .rp-shot-head .rp-shot-online i{animation:none!important}
}
