:root {
--cdg-h2-gold: #fbbf24;
--cdg-h2-violet: #7c3aed;
--cdg-h2-magenta: #db2777;
--cdg-h2-cyan: #22d3ee;
--cdg-h2-ok: #22c55e;
--cdg-h2-ko: #f43f5e;
} body.cdg-playing--active .cdg-play-stage .cdg-game-status {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.35rem 0.65rem;
margin: 0 0 0.55rem;
padding: 0.5rem 0.7rem;
border-radius: 14px;
background: linear-gradient(90deg, rgba(15, 23, 42, 0.94), rgba(49, 16, 88, 0.92));
border: 1px solid rgba(251, 191, 36, 0.28);
box-shadow: 0 0 18px rgba(124, 58, 237, 0.18);
color: #f8fafc;
font-size: 0.78rem;
font-weight: 700;
opacity: 1;
}
body.cdg-ux-v080.cdg-playing--active .cdg-play-stage .cdg-game-status {
opacity: 1;
font-size: 0.78rem;
padding: 0.5rem 0.7rem;
margin-bottom: 0.55rem;
}
body.cdg-playing--active .cdg-play-stage .cdg-game-status__mode {
letter-spacing: 0.04em;
text-transform: uppercase;
color: #fde68a;
}
body.cdg-playing--active .cdg-play-stage .cdg-game-status__mode::before {
content: "Manche · ";
font-weight: 600;
opacity: 0.9;
}
body.cdg-playing--active .cdg-play-stage .cdg-game-status__progress {
margin-left: 0;
padding: 0.12rem 0.55rem;
border-radius: 999px;
background: rgba(251, 191, 36, 0.16);
border: 1px solid rgba(251, 191, 36, 0.35);
color: #fff;
font-variant-numeric: tabular-nums;
font-size: 0.82rem;
}
body.cdg-playing--active .cdg-play-stage .cdg-game-status__score {
color: #a5f3fc;
font-variant-numeric: tabular-nums;
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz__progress,
body.cdg-playing--active .cdg-play-stage #cdg-daily-progress,
body.cdg-playing--active .cdg-play-stage #cdg-cultural-progress {
align-self: center;
margin: 0 auto 0.55rem;
padding: 0.28rem 0.8rem;
border-radius: 999px;
background: linear-gradient(90deg, #1e1b4b, #4c1d95);
border: 1px solid rgba(251, 191, 36, 0.35);
color: #fff;
font-size: 0.8rem;
font-weight: 800;
letter-spacing: 0.06em;
text-transform: uppercase;
box-shadow: 0 0 12px rgba(124, 58, 237, 0.25);
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz-timer,
body.cdg-playing--active .cdg-play-stage .cdg-timer {
margin: 0 0 0.65rem;
padding: 0.5rem 0.7rem;
border-radius: 12px;
background: linear-gradient(90deg, rgba(8, 145, 178, 0.14), rgba(124, 58, 237, 0.12));
border: 1px solid rgba(34, 211, 238, 0.35);
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz-timer--urgent {
border-color: rgba(244, 63, 94, 0.55);
background: linear-gradient(90deg, rgba(244, 63, 94, 0.16), rgba(124, 58, 237, 0.12));
animation: cdg-h2-timer-pulse 0.9s ease-in-out infinite;
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz__question-head {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.45rem;
margin: 0 0 0.85rem;
padding: 0.85rem 0.7rem 1rem;
border-radius: 16px;
background:
radial-gradient(ellipse 80% 90% at 50% 0%, rgba(124, 58, 237, 0.1), transparent 70%),
linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
border: 1px solid rgba(124, 58, 237, 0.16);
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}
body.cdg-ux-v080.cdg-playing--active .cdg-play-stage .cdg-quiz__question-title,
body.cdg-ux-v080.cdg-playing--active .cdg-play-stage #cdg-daily-question-title,
body.cdg-ux-v080.cdg-playing--active .cdg-play-stage #cdg-cultural-question-title,
body.cdg-playing--active .cdg-play-stage .cdg-quiz__question-title {
margin: 0;
max-width: 34rem;
font-size: clamp(1.12rem, 2.4vw + 0.85rem, 1.55rem);
line-height: 1.38;
font-weight: 800;
text-align: center;
color: #0f172a;
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz__choices,
body.cdg-playing--active .cdg-play-stage #cdg-daily-choices,
body.cdg-playing--active .cdg-play-stage #cdg-cultural-choices {
display: grid;
gap: 0.55rem;
margin-top: 0.15rem;
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz__choice,
body.cdg-playing--active .cdg-play-stage .cdg-answer {
min-height: 48px;
padding: 0.7rem 0.85rem;
border-radius: 14px;
font-size: 0.95rem;
font-weight: 650;
text-align: left;
}
.cdg-question-enter .cdg-quiz__question-title,
.cdg-question-enter #cdg-daily-question-title,
.cdg-question-enter #cdg-cultural-question-title {
animation: cdg-h2-question-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cdg-question-enter .cdg-quiz__choice,
.cdg-question-enter .cdg-answer {
animation: cdg-h2-answer-in 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cdg-question-enter .cdg-quiz__choice:nth-child(1),
.cdg-question-enter .cdg-answer:nth-child(1) { animation-delay: 0.04s; }
.cdg-question-enter .cdg-quiz__choice:nth-child(2),
.cdg-question-enter .cdg-answer:nth-child(2) { animation-delay: 0.1s; }
.cdg-question-enter .cdg-quiz__choice:nth-child(3),
.cdg-question-enter .cdg-answer:nth-child(3) { animation-delay: 0.16s; }
.cdg-question-enter .cdg-quiz__choice:nth-child(4),
.cdg-question-enter .cdg-answer:nth-child(4) { animation-delay: 0.22s; }
@keyframes cdg-h2-question-in {
from {
opacity: 0;
transform: translate3d(0, 10px, 0) scale(0.985);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes cdg-h2-answer-in {
from {
opacity: 0;
transform: translate3d(0, 12px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes cdg-h2-timer-pulse {
0%,
100% { box-shadow: 0 0 0 0 rgba(244, 63, 94, 0.15); }
50% { box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.12); }
} body.cdg-playing--active .cdg-play-stage.cdg-play--climax {
box-shadow:
0 0 0 2px rgba(251, 191, 36, 0.55),
0 0 0 8px rgba(219, 39, 119, 0.18),
0 18px 40px rgba(124, 58, 237, 0.22) !important;
animation: cdg-h2-climax-stage 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
body.cdg-playing--active .cdg-play-stage.cdg-play--climax .cdg-quiz__question-head {
border-color: rgba(251, 191, 36, 0.45);
background:
radial-gradient(ellipse 90% 80% at 50% 0%, rgba(251, 191, 36, 0.22), transparent 62%),
radial-gradient(ellipse 70% 80% at 50% 100%, rgba(219, 39, 119, 0.12), transparent 70%),
linear-gradient(180deg, #fff, #faf5ff);
}
.cdg-play--climax .cdg-climax-badge {
display: inline-flex;
align-items: center;
gap: 0.35rem;
margin: 0 0 0.15rem;
padding: 0.38rem 0.95rem;
border-radius: 999px;
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #1e1b4b;
background: linear-gradient(90deg, #fbbf24, #f59e0b 40%, #db2777);
border: 1px solid rgba(255, 255, 255, 0.45);
box-shadow:
0 0 0 1px rgba(251, 191, 36, 0.35),
0 0 22px rgba(251, 191, 36, 0.45),
0 0 28px rgba(219, 39, 119, 0.35);
animation: cdg-h2-climax-badge 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cdg-play--climax .cdg-climax-badge::before {
content: "★";
font-size: 0.85rem;
color: #fff;
text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
@keyframes cdg-h2-climax-stage {
from {
box-shadow:
0 0 0 0 rgba(251, 191, 36, 0),
0 0 0 0 rgba(219, 39, 119, 0),
0 8px 18px rgba(15, 23, 42, 0.08);
}
to {
box-shadow:
0 0 0 2px rgba(251, 191, 36, 0.55),
0 0 0 8px rgba(219, 39, 119, 0.18),
0 18px 40px rgba(124, 58, 237, 0.22);
}
}
@keyframes cdg-h2-climax-badge {
0% {
opacity: 0;
transform: scale(0.86) translate3d(0, -6px, 0);
}
60% {
transform: scale(1.06);
}
100% {
opacity: 1;
transform: scale(1);
}
} body.cdg-playing--active .cdg-play-stage .cdg-quiz__choice--correct,
body.cdg-playing--active .cdg-play-stage .cdg-answer--correct,
.cdg-answer--correct.cdg-answer--pop,
.cdg-quiz__choice--correct.cdg-answer--pop {
background: linear-gradient(135deg, #dcfce7, #86efac) !important;
border-color: #22c55e !important;
color: #14532d !important;
box-shadow:
0 0 0 2px rgba(34, 197, 94, 0.35),
0 10px 24px rgba(34, 197, 94, 0.28);
animation: cdg-h2-correct 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz__choice--wrong,
body.cdg-playing--active .cdg-play-stage .cdg-answer--wrong {
background: linear-gradient(135deg, #ffe4e6, #fecaca) !important;
border-color: #fb7185 !important;
color: #9f1239 !important;
animation: cdg-h2-wrong 0.32s ease both;
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz__feedback--ok,
.cdg-quiz__feedback--ok {
margin-top: 0.55rem;
padding: 0.75rem 0.9rem;
border-radius: 14px;
border: 1px solid rgba(34, 197, 94, 0.4);
border-left: 5px solid #16a34a;
background: linear-gradient(90deg, rgba(220, 252, 231, 0.95), rgba(255, 255, 255, 0.96));
color: #14532d;
font-size: 1.02rem;
font-weight: 800;
letter-spacing: 0.01em;
box-shadow: 0 8px 20px rgba(34, 197, 94, 0.12);
animation: cdg-h2-feedback-ok 0.35s ease both;
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz__feedback--ko,
body.cdg-playing--active .cdg-play-stage .cdg-quiz__feedback--timeout,
.cdg-quiz__feedback--ko,
.cdg-quiz__feedback--timeout {
margin-top: 0.55rem;
padding: 0.75rem 0.9rem;
border-radius: 14px;
border: 1px solid rgba(244, 63, 94, 0.28);
border-left: 5px solid #e11d48;
background: linear-gradient(90deg, rgba(255, 228, 230, 0.96), rgba(255, 255, 255, 0.97));
color: #881337;
font-size: 0.95rem;
font-weight: 650;
line-height: 1.45;
animation: cdg-h2-feedback-ko 0.32s ease both;
}
@keyframes cdg-h2-correct {
0% { transform: scale(1); }
40% { transform: scale(1.03); }
100% { transform: scale(1); }
}
@keyframes cdg-h2-wrong {
0%,
100% { transform: translate3d(0, 0, 0); }
25% { transform: translate3d(-3px, 0, 0); }
75% { transform: translate3d(3px, 0, 0); }
}
@keyframes cdg-h2-feedback-ok {
from {
opacity: 0;
transform: translate3d(0, 6px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes cdg-h2-feedback-ko {
from {
opacity: 0;
transform: translate3d(0, 4px, 0);
}
to {
opacity: 1;
transform: none;
}
} .cdg-end-screen.cdb-result {
overflow: hidden;
}
.cdg-end-screen .cdg-end-screen__glow {
inset: -40% -20%;
background:
radial-gradient(circle at 50% 0%, rgba(251, 191, 36, 0.38), transparent 52%),
radial-gradient(circle at 20% 80%, rgba(124, 58, 237, 0.18), transparent 45%);
opacity: 0.95;
}
.cdg-end-screen--in .cdb-result__headline,
.cdb-result--enter .cdb-result__headline {
letter-spacing: 0.02em;
}
.cdg-end-screen .cdb-result__score-main {
margin: 0.35rem 0 1.25rem;
}
.cdg-end-screen--in .cdb-result__score-value,
.cdb-result--enter .cdb-result__score-value {
display: block;
font-size: clamp(2.6rem, 9vw, 4.2rem);
font-weight: 900;
line-height: 0.95;
letter-spacing: -0.03em;
background: linear-gradient(135deg, #fbbf24 0%, #db2777 48%, #7c3aed 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
filter: drop-shadow(0 6px 18px rgba(124, 58, 237, 0.28));
animation: cdg-h2-score-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cdg-end-screen .cdb-result__score-sub {
margin-top: 0.45rem;
font-size: 1.05rem;
font-weight: 700;
color: #5b21b6;
}
.cdg-end-screen .cdg-perf__card--progress {
padding: 0.95rem 1rem;
border-radius: 16px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 243, 255, 0.96));
border: 1px solid rgba(124, 58, 237, 0.2);
}
.cdg-end-screen .cdg-perf__bar {
height: 0.72rem;
margin: 0.65rem 0 0.4rem;
background: rgba(15, 23, 42, 0.08);
box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}
.cdg-end-screen--in .cdg-perf__bar span,
.cdb-result--enter .cdg-perf__bar span {
background: linear-gradient(90deg, #7c3aed, #db2777, #fbbf24);
box-shadow: 0 0 12px rgba(219, 39, 119, 0.45);
transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.cdg-end-screen .cdg-perf__card--badges,
.cdg-end-screen .cdg-end-screen__badges {
padding: 0.95rem 1rem;
border-radius: 16px;
background: linear-gradient(180deg, #fff, #faf5ff);
border: 1px solid rgba(167, 139, 250, 0.35);
}
.cdg-end-screen [data-perf-badges-now] .cdg-player-badge,
.cdg-end-screen .cdg-player-badge--new {
border-color: #fbbf24;
background: linear-gradient(135deg, #fffbeb, #faf5ff);
box-shadow:
0 0 0 2px rgba(251, 191, 36, 0.35),
0 0 18px rgba(219, 39, 119, 0.28);
animation: cdg-h2-badge-glow 1.4s ease-in-out 1;
}
.cdg-end-screen .cdg-player-badge--unlocked {
border-color: #c4b5fd;
box-shadow: 0 4px 14px rgba(124, 58, 237, 0.12);
}
.cdg-end-screen .cdg-perf__card--rankings {
padding: 0.95rem 1rem;
border-radius: 16px;
background: linear-gradient(180deg, #0f172a, #1e1b4b);
border: 1px solid rgba(251, 191, 36, 0.28);
color: #f8fafc;
}
.cdg-end-screen .cdg-perf__card--rankings .cdg-perf__card-title {
color: #fde68a;
}
.cdg-end-screen .cdg-perf__ranks {
display: grid;
gap: 0.45rem;
}
.cdg-end-screen .cdg-perf__rank {
padding: 0.65rem 0.75rem;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 12px;
background: rgba(255, 255, 255, 0.06);
font-size: 0.84rem;
font-weight: 650;
color: #e2e8f0;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.cdg-end-screen .cdg-perf__rank:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.cdg-end-screen .cdg-perf__card--climax:not([hidden]) {
position: relative;
overflow: hidden;
padding: 1rem 1.05rem 1.1rem;
border-radius: 16px;
border: 1px solid rgba(251, 191, 36, 0.55);
background:
radial-gradient(ellipse 80% 90% at 50% 0%, rgba(251, 191, 36, 0.28), transparent 65%),
linear-gradient(180deg, #2e1065, #4c1d95);
color: #fff;
box-shadow:
0 0 0 1px rgba(251, 191, 36, 0.25),
0 12px 28px rgba(124, 58, 237, 0.28);
animation: cdg-h2-climax-card 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cdg-end-screen .cdg-perf__card--climax .cdg-perf__card-title {
color: #fde68a;
letter-spacing: 0.12em;
}
.cdg-end-screen .cdg-perf__climax-line {
color: #f8fafc;
font-weight: 700;
font-size: 0.95rem;
}
@keyframes cdg-h2-score-in {
from {
opacity: 0;
transform: scale(0.72) translate3d(0, 12px, 0);
}
to {
opacity: 1;
transform: none;
}
}
@keyframes cdg-h2-badge-glow {
0%,
100% { box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.35), 0 0 18px rgba(219, 39, 119, 0.28); }
50% { box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.55), 0 0 26px rgba(251, 191, 36, 0.4); }
}
@keyframes cdg-h2-climax-card {
from {
opacity: 0;
transform: translate3d(0, 8px, 0);
}
to {
opacity: 1;
transform: none;
}
} @media (max-width: 390px) {
body.cdg-playing--active .cdg-play-stage .cdg-quiz__question-head {
padding: 0.65rem 0.5rem 0.75rem;
}
body.cdg-playing--active .cdg-play-stage .cdg-quiz__choice,
body.cdg-playing--active .cdg-play-stage .cdg-answer {
min-height: 44px;
padding: 0.62rem 0.7rem;
font-size: 0.9rem;
}
.cdg-end-screen--in .cdb-result__score-value,
.cdb-result--enter .cdb-result__score-value {
font-size: clamp(2.2rem, 14vw, 3.1rem);
}
.cdg-end-screen .cdg-perf__rank {
font-size: 0.78rem;
}
}
@media (min-width: 768px) {
body.cdg-playing--active .cdg-play-stage .cdg-quiz__choices {
gap: 0.65rem;
}
.cdg-end-screen .cdb-result__cards {
gap: 0.8rem;
}
}
@media (min-width: 1280px) {
body.cdg-ux-v080.cdg-playing--active .cdg-play-stage .cdg-quiz__question-title {
font-size: 1.62rem;
}
} @media (prefers-reduced-motion: reduce) {
.cdg-question-enter,
.cdg-question-enter .cdg-quiz__question-title,
.cdg-question-enter .cdg-quiz__choice,
.cdg-question-enter .cdg-answer,
.cdg-play--climax,
.cdg-play--climax .cdg-climax-badge,
.cdg-quiz__choice--correct,
.cdg-quiz__choice--wrong,
.cdg-answer--correct,
.cdg-answer--wrong,
.cdg-answer--pop,
.cdg-quiz__feedback--ok,
.cdg-quiz__feedback--ko,
.cdg-quiz__feedback--timeout,
.cdg-end-screen--in .cdb-result__score-value,
.cdb-result--enter .cdb-result__score-value,
.cdg-end-screen .cdg-player-badge--new,
.cdg-end-screen [data-perf-badges-now] .cdg-player-badge,
.cdg-end-screen .cdg-perf__card--climax,
body.cdg-playing--active .cdg-play-stage .cdg-quiz-timer--urgent {
animation: none !important;
}
.cdg-end-screen--in .cdg-perf__bar span,
.cdb-result--enter .cdg-perf__bar span {
transition: none !important;
}
}