/* KICKOFF · games.css (M2) : écrans de jeux + célébration.
   Motion : transform/opacity uniquement (une exception one-shot : blur bref
   sur le punch des scores, demandé par la DA). Entrées cubic-bezier(.16,1,.3,1),
   staggers 40-70ms, press 120ms. Neutralisé par le bloc reduced-motion
   de motion.css (chargé après) + bloc local en fin de fichier. */

/* ============================================================
   KEYFRAMES (préfixe ko, aucun conflit avec motion.css)
   ============================================================ */
@keyframes koCardIn  { from { opacity: 0; transform: translateY(20px) scale(.97); } }
@keyframes koRowIn   { from { opacity: 0; transform: translateY(12px); } }
@keyframes koSlideQ  { from { opacity: 0; transform: translateX(26px); } }
@keyframes koPillPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .55; transform: scale(.97); }
}
@keyframes koNumPunch {
  0%   { transform: scale(1.28); filter: blur(1.5px); }
  55%  { filter: blur(0); }
  100% { transform: scale(1); }
}
@keyframes koScorePop {
  0%   { opacity: 0; transform: scale(.4); }
  60%  { opacity: 1; transform: scale(1.12); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes koSheen {
  0%, 62% { transform: translateX(-170%) skewX(-18deg); }
  100%    { transform: translateX(360%) skewX(-18deg); }
}
@keyframes koLoadPulse {
  0%, 100% { opacity: .85; }
  50%      { opacity: .5; }
}
@keyframes koDraw { to { stroke-dashoffset: 0; } }
@keyframes koPickPunch {
  0%   { transform: scale(.78); }
  55%  { transform: scale(1.18); }
  100% { transform: scale(1); }
}
@keyframes koRowFlash {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes koConfirmIn {
  0%   { opacity: 0; transform: translateY(-8px) scale(.97); }
  60%  { opacity: 1; transform: translateY(1px) scale(1.01); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes koHalo {
  0%, 100% { opacity: .35; transform: scale(.9); }
  50%      { opacity: 1; transform: scale(1.08); }
}
@keyframes koRingPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.055); }
}
@keyframes koGoodPop {
  0%   { transform: scale(1); }
  45%  { transform: scale(1.035); }
  100% { transform: scale(1); }
}
@keyframes koShakeX {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(2px); }
}
@keyframes koLifeFly {
  to { opacity: 0; transform: translateY(-30px) rotate(24deg) scale(1.4); }
}
@keyframes koCelebPop {
  0%   { opacity: 0; transform: scale(.25); }
  58%  { opacity: 1; transform: scale(1.18); }
  78%  { transform: scale(.96); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes koCelebShake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(2px); }
}
@keyframes koAppShake {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-3px, 2px); }
  40% { transform: translate(3px, -2px); }
  60% { transform: translate(-2px, -1px); }
  80% { transform: translate(2px, 1px); }
}
@keyframes koFlash { 0% { opacity: .85; } 100% { opacity: 0; } }
@keyframes koRing {
  0%   { opacity: .9; transform: scale(.22); }
  100% { opacity: 0; transform: scale(3); }
}

/* ============================================================
   PARTAGÉ JEUX
   ============================================================ */
/* bouton retour « ‹ Jeux » */
.gm-back {
  background: none; border: none; color: var(--muted);
  font-family: var(--disp); font-style: italic; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; font-size: 12px;
  cursor: pointer; padding: 4px 2px; text-align: left; width: auto;
  align-self: flex-start; transition: transform .12s ease, color .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.gm-back:active { transform: translateX(-3px) scale(.97); color: var(--txt); }

/* picto héros d'écran (remplace les emojis) */
.gm-hero-ico {
  width: 60px; height: 60px; border-radius: 16px; margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--red-glow);
  background: linear-gradient(160deg, rgba(232,0,13,.16), rgba(232,0,13,.05));
  border: 1px solid rgba(232,0,13,.32);
}
.gm-hero-ico svg { width: 28px; height: 28px; }
.gm-hero-ico.mut { color: var(--muted); background: rgba(255,255,255,.04); border-color: var(--line-2); }

/* petits pictos inline dans les pills (cadenas, trophée) */
.pill svg { vertical-align: -1px; margin-right: 4px; }

/* bouton VALIDER : sheen périodique + état chargement */
.btn-sheen { position: relative; overflow: hidden; }
.btn-sheen::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: translateX(-170%) skewX(-18deg);
  animation: koSheen 3.2s ease-in-out infinite;
  pointer-events: none;
}
.btn-sheen:disabled::after { display: none; }
.btn.is-loading { pointer-events: none; animation: koLoadPulse 1s ease-in-out infinite; }

/* chargements */
.gm-loading { padding: 28px 0; text-align: center; color: var(--muted); font-size: 13px; }

/* ============================================================
   HUB DES JEUX
   ============================================================ */
.gx-wrap { display: flex; flex-direction: column; gap: 12px; padding: 4px 0 16px; }
.gx-intro { margin: 2px 2px 4px; animation: koCardIn .4s cubic-bezier(.16,1,.3,1) backwards; }
.gx-card {
  display: flex; align-items: center; gap: 14px; cursor: pointer; position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: transform .18s cubic-bezier(.16,1,.3,1), border-color .2s ease, box-shadow .25s ease;
  animation: koCardIn .5s cubic-bezier(.16,1,.3,1) backwards;
  animation-delay: calc(.05s + var(--i, 0) * 70ms);
}
@media (hover: hover) {
  .gx-card:not(.gx-locked):hover {
    transform: translateY(-3px);
    border-color: rgba(232,0,13,.55);
    box-shadow: 0 12px 30px rgba(0,0,0,.45), 0 4px 20px rgba(232,0,13,.16);
  }
  .gx-card:not(.gx-locked):hover .gx-arrow { transform: translateX(3px); color: var(--red-glow); }
}
.gx-card:active { transform: scale(.98); }
.gx-card.gx-locked { opacity: .6; }
.gx-ico {
  flex: none; width: 54px; height: 54px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--red-glow);
  background: linear-gradient(160deg, rgba(232,0,13,.16), rgba(232,0,13,.05));
  border: 1px solid rgba(232,0,13,.3);
  box-shadow: 0 4px 16px rgba(232,0,13,.14) inset;
}
.gx-ico svg { width: 26px; height: 26px; }
.gx-card.gx-locked .gx-ico { color: var(--muted); background: rgba(255,255,255,.04); border-color: var(--line-2); box-shadow: none; }
.gx-body { flex: 1; min-width: 0; }
.gx-title { font-size: 18px; letter-spacing: .02em; }
.gx-desc { font-size: 12.5px; color: var(--muted); margin: 2px 0 8px; }
.gx-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gx-teaser { font-size: 11px; font-weight: 700; color: var(--gold); }
.gx-note { font-size: 11px; color: var(--muted); }
.gx-arrow { color: var(--muted); font-size: 24px; flex: none; font-family: var(--body); transition: transform .18s ease, color .18s ease; }

/* pill jouable : point qui bat + pulse */
.gx-pulse { animation: koPillPulse 1.9s ease-in-out infinite; }
.gx-pulse::before {
  content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%;
  background: currentColor; margin: 0 5px 1px 0; vertical-align: 1px;
}

/* ============================================================
   PRONO EXPRESS
   ============================================================ */
.pr-wrap { display: flex; flex-direction: column; gap: 12px; padding: 4px 0 16px; }
.pr-league { text-align: center; margin-bottom: 12px; }
.pr-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.pr-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 0; }
.pr-tname { font-size: 12px; font-weight: 700; text-align: center; line-height: 1.25; min-height: 2.5em; display: flex; align-items: center; }
.pr-mid { align-self: center; color: var(--muted); font-size: 26px; padding-top: 52px; }
.pr-num {
  font-family: var(--disp); font-style: italic; font-weight: 700; font-size: 48px;
  line-height: 1; color: var(--txt); min-width: 60px; text-align: center;
  text-shadow: 0 0 22px rgba(232,0,13,0);
  transition: text-shadow .3s ease;
}
.pr-num.pr-punch { animation: koNumPunch .34s cubic-bezier(.16,1,.3,1); text-shadow: 0 0 22px rgba(232,0,13,.5); }
.pr-steps { display: flex; gap: 10px; }
.pr-step {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); cursor: pointer;
  background: var(--ink-2); color: var(--txt); font-size: 20px; font-weight: 700; line-height: 1;
  display: flex; align-items: center; justify-content: center; -webkit-tap-highlight-color: transparent;
  transition: transform .12s ease, border-color .15s ease, background .15s ease;
}
.pr-step[data-d="1"] { border-color: rgba(232,0,13,.5); color: var(--red-glow); background: rgba(232,0,13,.08); }
.pr-step:active { transform: scale(.88); border-color: var(--red); }
.pr-date { text-align: center; font-size: 12.5px; margin-top: 12px; }
.pr-bareme { display: flex; justify-content: center; gap: 14px; font-size: 12.5px; align-items: center; flex-wrap: wrap; }

/* écran « prono enregistré » : check qui se dessine + score géant */
.pr-check { width: 62px; height: 62px; display: block; margin: 2px auto 8px; }
.pr-check-c {
  fill: none; stroke: rgba(34,197,94,.45); stroke-width: 2.5;
  stroke-dasharray: 152; stroke-dashoffset: 152;
  animation: koDraw .55s ease-out .12s forwards;
}
.pr-check-k {
  fill: none; stroke: var(--green); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 40; stroke-dashoffset: 40;
  animation: koDraw .32s cubic-bezier(.16,1,.3,1) .55s forwards;
}
.pr-saved-score {
  font-family: var(--disp); font-style: italic; font-weight: 700; font-size: 46px;
  text-align: center; color: var(--gold); line-height: 1.1;
  text-shadow: 0 0 30px rgba(244,195,59,.35);
  animation: koScorePop .5s cubic-bezier(.34,1.56,.64,1) .25s backwards;
}
.pr-empty { text-align: center; padding: 26px 14px; }
.pr-hist-row { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.pr-hist-row:last-child { border-bottom: none; }
.pr-hist-names { flex: 1; font-size: 13px; font-weight: 600; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pr-hist-score { font-family: var(--disp); font-style: italic; font-weight: 700; font-size: 16px; }

/* ============================================================
   LA GRILLE
   ============================================================ */
.gr-wrap { display: flex; flex-direction: column; gap: 12px; padding: 4px 0 16px; }
.gr-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.gr-list { display: flex; flex-direction: column; gap: 8px; }
.gr-row {
  position: relative; display: flex; align-items: center; gap: 10px;
  background: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 10px 12px;
  animation: koRowIn .42s cubic-bezier(.16,1,.3,1) backwards;
  animation-delay: min(calc(var(--i, 0) * 40ms), .5s);
}
/* flash rouge subtil quand la ligne est pickée (calque opacity, zéro repaint) */
.gr-row::before {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius-sm);
  background: linear-gradient(90deg, rgba(232,0,13,.14), transparent 70%);
  opacity: 0; pointer-events: none;
}
.gr-row.gr-hit::before { animation: koRowFlash .55s ease-out; }
/* FIX collision : la colonne texte prend l'espace restant et ellipse,
   le blason extérieur ne se fait plus chevaucher */
.gr-match { flex: 1; display: flex; align-items: center; gap: 8px; min-width: 0; }
.gr-names { flex: 1; min-width: 0; overflow: hidden; }
.gr-vs { font-size: 13px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gr-sub { font-size: 10.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gr-btns { display: flex; gap: 6px; flex: none; }
.gr-b {
  width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--line-2); cursor: pointer;
  background: var(--ink-3); color: var(--muted); font-family: var(--disp); font-style: italic;
  font-weight: 700; font-size: 14px; display: flex; align-items: center; justify-content: center;
  -webkit-tap-highlight-color: transparent;
  transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .12s ease;
}
.gr-b:not(:disabled):active { transform: scale(.88); }
.gr-b:disabled { cursor: default; }
.gr-b.on {
  background: linear-gradient(135deg, var(--red), var(--red-deep)); color: #fff;
  border-color: var(--red); box-shadow: 0 4px 16px rgba(232,0,13,.42);
}
.gr-b.gr-pop { animation: koPickPunch .32s cubic-bezier(.34,1.56,.64,1); }
.gr-b.good { background: rgba(34,197,94,.16); color: var(--green); border-color: var(--green); }
.gr-b.on.good { background: var(--green); color: #04160b; border-color: var(--green); box-shadow: none; }
.gr-b.on.bad { background: rgba(232,0,13,.16); color: var(--red-glow); border-color: var(--red); box-shadow: none; }

/* compteur + jauge de progression vers le rouge */
.gr-progwrap { display: flex; flex-direction: column; gap: 7px; padding: 2px 2px 0; }
.gr-progtop { display: flex; align-items: baseline; justify-content: space-between; font-size: 12px; }
.gr-count {
  display: inline-block; font-family: var(--disp); font-style: italic; font-weight: 700;
  font-size: 20px; color: var(--txt); line-height: 1;
}
.gr-count.gr-cpunch { animation: koPickPunch .3s cubic-bezier(.34,1.56,.64,1); color: var(--red-glow); }
.gr-prog { height: 5px; border-radius: 999px; background: var(--ink-3); border: 1px solid var(--line); overflow: hidden; }
.gr-prog-fill {
  display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--red-deep), var(--red-glow));
  box-shadow: 0 0 10px rgba(232,0,13,.55);
  transform: scaleX(0); transform-origin: left center;
  transition: transform .45s cubic-bezier(.16,1,.3,1);
}

/* bandeau « grille validée » */
.gr-confirm {
  display: flex; align-items: center; gap: 11px; padding: 11px 14px;
  border-radius: var(--radius-sm);
  background: rgba(34,197,94,.09); border: 1px solid rgba(34,197,94,.35);
  animation: koConfirmIn .45s cubic-bezier(.16,1,.3,1) backwards;
}
.gr-confirm svg { flex: none; color: var(--green); }
.gr-confirm b { display: block; font-size: 13.5px; color: var(--txt); }
.gr-confirm span { display: block; font-size: 11.5px; color: var(--muted); }

.gr-result { text-align: center; padding: 20px 14px; }
.gr-result-score {
  font-family: var(--disp); font-style: italic; font-weight: 700; font-size: 40px; line-height: 1.1;
  animation: koScorePop .5s cubic-bezier(.34,1.56,.64,1) .15s backwards;
}
.gr-empty { text-align: center; padding: 26px 14px; }

/* ============================================================
   QUIZ FLASH
   ============================================================ */
.qz-wrap { display: flex; flex-direction: column; gap: 12px; padding: 4px 0 16px; }
.qz-hero { text-align: center; padding: 10px 0 2px; }
.qz-hero-title { font-size: 26px; }

/* picto signature : chrono éclair rouge, halo qui respire */
.qz-hero-ico {
  position: relative; width: 84px; height: 84px; margin: 0 auto 8px;
  display: flex; align-items: center; justify-content: center; color: var(--red-glow);
}
.qz-hero-ico svg { position: relative; z-index: 1; width: 54px; height: 54px; filter: drop-shadow(0 0 14px rgba(232,0,13,.55)); }
.qz-hero-halo {
  position: absolute; inset: -14px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,0,13,.3), transparent 65%);
  animation: koHalo 2.6s ease-in-out infinite;
}

.qz-rules { list-style: none; display: flex; flex-direction: column; gap: 12px; font-size: 13.5px; }
.qz-rules li { display: flex; gap: 10px; align-items: flex-start; }
.qz-rules b { color: var(--txt); }
.qz-rule-ico { flex: none; width: 18px; height: 18px; color: var(--red-glow); margin-top: 1px; }
.qz-rule-body { flex: 1; min-width: 0; }

/* paliers : grille 2x2 propre (fix wrap) */
.qz-tiergrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 7px; }
.qz-tier {
  display: flex; align-items: center; justify-content: space-between; gap: 6px;
  padding: 7px 11px; border-radius: 9px;
  background: rgba(255,255,255,.03); border: 1px solid var(--line);
}
.qz-tier-name {
  font-family: var(--disp); font-style: italic; font-weight: 700;
  text-transform: uppercase; letter-spacing: .07em; font-size: 11px;
  color: var(--tc, var(--txt));
}
.qz-tier-mult { font-size: 11.5px; font-weight: 700; color: var(--muted); }

.qz-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.qz-lives { display: flex; gap: 3px; align-items: center; min-height: 18px; }
.qz-life { width: 16px; height: 16px; fill: var(--red-glow); filter: drop-shadow(0 0 5px rgba(232,0,13,.5)); }
.qz-life.off { fill: var(--line-2); filter: none; }
.qz-life-fly { animation: koLifeFly .7s cubic-bezier(.16,1,.3,1) forwards; }
.qz-lives-n { font-size: 11px; font-weight: 700; color: var(--muted); }

.qz-ringwrap { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 4px 0; }
.qz-ring {
  width: 86px; height: 86px; border-radius: 50%; padding: 7px;
  background: conic-gradient(var(--gold) 360deg, rgba(255,255,255,.06) 360deg);
}
.qz-ring.hot { animation: koRingPulse .55s ease-in-out infinite; }
.qz-ring-in {
  width: 100%; height: 100%; border-radius: 50%; background: var(--ink-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--disp); font-style: italic; font-weight: 700; font-size: 30px; color: var(--txt);
}
.qz-score-pop { display: inline-block; }
.qz-score-pop.gr-cpunch { animation: koPickPunch .34s cubic-bezier(.34,1.56,.64,1); }

.qz-slide { animation: koSlideQ .38s cubic-bezier(.16,1,.3,1) backwards; animation-delay: calc(var(--i, 0) * 55ms); }
.qz-qcard { min-height: 86px; display: flex; align-items: center; }
.qz-q { font-size: 16.5px; font-weight: 700; line-height: 1.4; width: 100%; text-align: center; }
.qz-choices { display: flex; flex-direction: column; gap: 9px; }
.qz-choice {
  display: block; width: 100%; text-align: left; cursor: pointer;
  background: var(--ink-2); border: 1px solid var(--line); border-radius: 12px;
  padding: 13px 15px; color: var(--txt); font-family: var(--body); font-size: 14.5px;
  -webkit-tap-highlight-color: transparent;
  transition: border-color .12s ease, background .12s ease, transform .12s ease;
}
.qz-choice:not(:disabled):active { border-color: var(--red); transform: scale(.98); }
.qz-choice:disabled { cursor: default; opacity: .85; }
.qz-choice.good {
  background: rgba(34,197,94,.16); border-color: var(--green); color: #d9ffe6; opacity: 1;
  animation: koGoodPop .4s cubic-bezier(.34,1.56,.64,1);
}
.qz-choice.bad {
  background: rgba(232,0,13,.14); border-color: var(--red); color: #ffd7da; opacity: 1;
  animation: koShakeX .45s ease;
}
.qz-fb { min-height: 24px; text-align: center; font-size: 14.5px; font-weight: 700; }
.qz-end { text-align: center; padding: 24px 16px; }
.qz-total { font-size: 44px; line-height: 1.1; margin: 8px 0 4px; text-shadow: 0 0 30px rgba(244,195,59,.3); }
.qz-upsell p { font-size: 13px; margin-top: 6px; }
.qz-locked { text-align: center; padding: 26px 14px; }

/* ============================================================
   CÉLÉBRATION
   ============================================================ */
.ko-celeb {
  position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center;
  background: rgba(9,9,11,.88); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  opacity: 0; transition: opacity .25s ease; overflow: hidden;
}
.ko-celeb.on { opacity: 1; }
.ko-celeb canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.ko-celeb-flash { position: absolute; inset: 0; background: #fff; opacity: 0; animation: koFlash .5s ease-out .05s; pointer-events: none; }
.ko-celeb-ring {
  position: absolute; left: 50%; top: 50%; width: 130px; height: 130px; margin: -65px 0 0 -65px;
  border-radius: 50%; border: 2px solid rgba(255,255,255,.7);
  box-shadow: 0 0 34px rgba(232,0,13,.55), 0 0 34px rgba(232,0,13,.35) inset;
  opacity: 0; animation: koRing .85s cubic-bezier(.16,1,.3,1) .1s; pointer-events: none;
}
.ko-celeb-fili {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  font-family: var(--disp); font-style: italic; font-weight: 700; text-transform: uppercase;
  font-size: min(34vw, 190px); letter-spacing: .01em; line-height: 1; white-space: nowrap;
  color: rgba(255,255,255,.05); pointer-events: none; user-select: none;
}
.ko-celeb-fili b { color: rgba(232,0,13,.16); font-weight: 700; }
.ko-celeb-inner { position: relative; text-align: center; padding: 0 24px; animation: koCelebShake .5s ease .16s; }
.ko-celeb-wm {
  font-family: var(--disp); font-style: italic; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; font-size: 13px; color: var(--muted); margin-bottom: 14px;
}
.ko-celeb-wm b { color: var(--red); font-weight: 700; text-shadow: 0 0 12px rgba(232,0,13,.8); padding: 0 .03em; }
.ko-celeb-pts {
  font-family: var(--disp); font-style: italic; font-weight: 700; text-transform: uppercase;
  font-size: 60px; line-height: 1.05; color: var(--gold);
  text-shadow: 0 0 38px rgba(244,195,59,.6), 0 0 90px rgba(244,195,59,.25);
  animation: koCelebPop .6s cubic-bezier(.2,1.7,.35,1) .08s both;
}
.ko-celeb-label { margin-top: 10px; font-size: 15px; color: var(--txt); opacity: .92; }
#app.ko-shake { animation: koAppShake .45s ease .12s; }

/* ============================================================
   PREFERS-REDUCED-MOTION (en plus du kill-switch de motion.css)
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .gx-card, .gx-intro, .gr-row, .qz-slide,
  .pr-saved-score, .gr-result-score, .ko-celeb-pts {
    animation-delay: 0s !important;
  }
  .btn-sheen::after, .qz-hero-halo, .ko-celeb-flash, .ko-celeb-ring { display: none; }
  .gx-pulse, .qz-ring.hot, .btn.is-loading { animation: none; }
  .pr-check-c, .pr-check-k { animation: none; stroke-dashoffset: 0; }
}
