body.cdg-dancefloor-battle .cdg-jeux-hero {
--cdg-hub-col: min(22rem, calc(100vw - 2rem));
} body.cdg-dancefloor-battle .cdg-jeux-hero::before {
opacity: 0.38;
}
body.cdg-dancefloor-battle .cdg-jeux-hero::after {
content: "";
position: absolute;
inset: 0;
top: 0;
right: 0;
z-index: 0;
font-size: 0;
line-height: 0;
opacity: 1;
pointer-events: none;
background: linear-gradient(
180deg,
rgba(7, 9, 22, 0.38) 0%,
rgba(7, 9, 22, 0.68) 42%,
rgba(8, 10, 24, 0.8) 100%
);
}
body.cdg-dancefloor-battle .cdg-jeux-hero__column {
position: relative;
z-index: 2;
box-sizing: border-box;
width: 100%;
max-width: var(--cdg-hub-col);
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: stretch;
text-align: center;
gap: 0.7rem;
}
body.cdg-dancefloor-battle .cdg-jeux-hero .cdb-game-logo-main {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0.45rem 0.4rem 0.5rem;
background:
radial-gradient(ellipse 80% 70% at 50% 48%, rgba(8, 10, 24, 0.55) 0%, rgba(8, 10, 24, 0.12) 70%, transparent 100%);
box-shadow: none;
}
body.cdg-dancefloor-battle .cdg-jeux-hero__tagline {
width: 100%;
max-width: 100%;
margin: 0 auto;
font-size: 16px !important;
line-height: 1.45;
font-weight: 650;
color: #fff !important;
text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
opacity: 1;
}
body.cdg-dancefloor-battle .cdg-jeux-hero__launch,
body.cdg-dancefloor-battle .cdg-dfb-hero-daily,
body.cdg-dancefloor-battle .cdg-jeux-hero__stats,
body.cdg-dancefloor-battle .cdg-jeux-hero__progress {
width: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
body.cdg-dancefloor-battle .cdg-jeux-hero__launch {
margin-top: 0.15rem;
margin-bottom: 0;
}
body.cdg-jeux-page .cdg-dfb-hero-launch {
width: 100%;
max-width: 100%;
} body.cdg-dancefloor-battle .cdg-dfb-hero-daily {
margin: 0;
padding: 0.85rem 0.95rem 0.95rem;
background: rgba(10, 14, 32, 0.9);
border: 1px solid rgba(253, 224, 71, 0.42);
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
color: #f8fafc;
}
body.cdg-dancefloor-battle .cdg-dfb-hero-daily__title {
font-size: 1.08rem;
font-weight: 800;
color: #fff;
letter-spacing: 0.02em;
}
body.cdg-dancefloor-battle .cdg-dfb-hero-daily__lead {
margin: 0.3rem 0 0.7rem;
font-size: 0.95rem;
line-height: 1.4;
color: #e2e8f0;
}
body.cdg-jeux-page .cdg-dfb-hero-daily__cta {
min-height: 44px;
background: rgba(253, 224, 71, 0.12);
border: 1.5px solid #fde68a;
color: #fef9c3 !important;
font-weight: 800;
}
body.cdg-dancefloor-battle .cdg-jeux-hero__stats {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.45rem;
}
body.cdg-dancefloor-battle .cdg-jeux-hero__stat {
background: rgba(10, 14, 32, 0.88);
border: 1px solid rgba(255, 255, 255, 0.28);
color: #fff;
font-size: 0.84rem;
} body.cdg-dancefloor-battle .cdg-jeux-hero__progress.cdg-dfb-progress {
margin-top: 0.15rem;
padding: 1rem 1.05rem 1.05rem;
text-align: left;
background: rgba(10, 14, 32, 0.94);
border: 1px solid rgba(253, 224, 71, 0.4);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}
body.cdg-dancefloor-battle .cdg-dfb-progress .cdg-jeux-hero__progress-label {
position: static;
width: auto;
height: auto;
clip: auto;
overflow: visible;
margin: 0 0 0.4rem;
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #fde68a;
}
body.cdg-dancefloor-battle .cdg-dfb-progress__kicker {
font-size: 0.72rem;
color: #fbbf24;
}
body.cdg-dancefloor-battle .cdg-dfb-progress__level {
font-size: 1.18rem;
color: #fff;
}
body.cdg-dancefloor-battle .cdg-dfb-progress__xp,
body.cdg-dancefloor-battle .cdg-dfb-progress__next {
font-size: 0.92rem;
color: #f1f5f9;
}
body.cdg-dancefloor-battle .cdg-dfb-progress__next strong {
color: #fde68a;
} .cdg-dfb-hub-badges {
position: relative;
z-index: 2;
box-sizing: border-box;
width: 100%;
max-width: min(22rem, calc(100vw - 2rem));
margin: 0.7rem auto 1rem;
padding: 0.9rem 0.95rem 1rem;
border-radius: 16px;
background: #fff;
border: 1px solid #e2e8f0;
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
color: #0f172a;
}
.cdg-dfb-hub-badges .cdg-player-badges {
margin: 0;
}
.cdg-dfb-hub-badges .cdg-player-badges__title {
margin: 0 0 0.55rem;
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #0f172a !important;
}
.cdg-dfb-hub-badges .cdg-player-badges__list {
gap: 0.45rem;
}
.cdg-dfb-hub-badges .cdg-player-badge {
max-width: 100%;
min-height: 2.5rem;
padding: 0.4rem 0.7rem 0.4rem 0.45rem;
background: #f8fafc;
border: 1px solid #cbd5e1;
color: #0f172a;
box-shadow: none;
filter: none;
opacity: 1;
}
.cdg-dfb-hub-badges .cdg-player-badge--unlocked {
background: #faf5ff;
border-color: #c4b5fd;
color: #1e1b4b;
}
.cdg-dfb-hub-badges .cdg-player-badge--locked {
opacity: 0.72;
filter: grayscale(0.35);
background: #f1f5f9;
}
.cdg-dfb-hub-badges .cdg-player-badge__name {
font-size: 0.8rem;
font-weight: 700;
color: inherit;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 11rem;
}
.cdg-dfb-hub-badges .cdg-player-badge__date,
.cdg-dfb-hub-badges .cdg-player-badge__progress {
display: none;
}
@media (max-width: 360px) {
body.cdg-dancefloor-battle .cdg-jeux-hero__tagline {
font-size: 15px !important;
}
body.cdg-dancefloor-battle .cdg-dfb-hero-daily__title {
font-size: 1rem;
}
body.cdg-dancefloor-battle .cdg-dfb-hero-daily__lead {
font-size: 0.86rem;
}
.cdg-dfb-hub-badges .cdg-player-badge__name {
max-width: 8.5rem;
}
}
body.cdg-playing--active .cdg-dfb-hub-badges,
body.cdg-dfb-intro-open .cdg-dfb-hub-badges {
display: none;
}