@keyframes kj-stage-in{from{opacity:0;filter:brightness(.75)}to{opacity:1;filter:brightness(1)}}@keyframes kj-float-slow{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-14px) scale(1.03)}}@keyframes kj-soft-glow{0%,100%{opacity:.55}50%{opacity:.95}}@keyframes kj-card-in{from{opacity:0;transform:translateY(22px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes kj-title-in{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}@keyframes kj-gold-pulse{0%,100%{box-shadow:0 0 22px rgba(245,200,75,.20),inset 0 0 14px rgba(255,255,255,.03)}50%{box-shadow:0 0 34px rgba(245,200,75,.42),inset 0 0 18px rgba(255,255,255,.06)}}@keyframes kj-correct-pop{0%{transform:scale(1)}45%{transform:scale(1.035)}100%{transform:scale(1)}}@keyframes kj-wrong-shake{0%,100%{transform:translateX(0)}20%{transform:translateX(7px)}40%{transform:translateX(-7px)}60%{transform:translateX(5px)}80%{transform:translateX(-5px)}}@keyframes kj-medal-pop{from{opacity:0;transform:scale(.65) rotate(-8deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes kj-category-place{0%{opacity:0;transform:translate(var(--cat-x),var(--cat-y)) scale(.72) rotate(var(--cat-r));filter:blur(4px)}60%{opacity:1;transform:translate(0,0) scale(1.045) rotate(0deg);filter:blur(0)}100%{opacity:1;transform:translate(0,0) scale(1) rotate(0deg);filter:blur(0)}}@keyframes kj-question-box-in{0%{opacity:0;transform:translateY(26px) scale(.96);filter:blur(3px)}70%{opacity:1;transform:translateY(-3px) scale(1.01);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes kj-answer-stack-in{0%{opacity:0;transform:translateY(26px) scale(.96);filter:blur(2px)}65%{opacity:1;transform:translateY(-2px) scale(1.01);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}#gameStage{animation:kj-stage-in .45s ease both}.stage-orb.one{animation:kj-float-slow 7s ease-in-out infinite}.stage-orb.two{animation:kj-float-slow 9s ease-in-out infinite reverse}.stage-orb.three{animation:kj-float-slow 6s ease-in-out infinite}.stage-glow{animation:kj-soft-glow 4s ease-in-out infinite}.home-btn,.game-category-card,.answer-btn,.result-btn,.final-btn,.game-later-btn,.question-next-btn{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}.home-btn:active,.game-category-card:active,.answer-btn:active,.result-btn:active,.final-btn:active,.game-later-btn:active,.question-next-btn:active{transform:scale(.965)}.game-level-panel,.result-card,.final-card{animation:kj-card-in .50s ease both}.game-categories-grid{perspective:900px}.game-categories-grid .game-category-card{opacity:0;transform-origin:center center;animation:kj-category-place 1.18s cubic-bezier(.16,.82,.22,1) both;will-change:transform,opacity,filter}.game-categories-grid .game-category-card:nth-of-type(1){--cat-x:-90px;--cat-y:-34px;--cat-r:8deg;animation-delay:.10s}.game-categories-grid .game-category-card:nth-of-type(2){--cat-x:0px;--cat-y:-58px;--cat-r:-4deg;animation-delay:.20s}.game-categories-grid .game-category-card:nth-of-type(3){--cat-x:90px;--cat-y:-34px;--cat-r:-8deg;animation-delay:.30s}.game-categories-grid .game-category-card:nth-of-type(4){--cat-x:-115px;--cat-y:0px;--cat-r:-7deg;animation-delay:.40s}.game-categories-grid .game-category-card:nth-of-type(5){--cat-x:0px;--cat-y:28px;--cat-r:5deg;animation-delay:.50s}.game-categories-grid .game-category-card:nth-of-type(6){--cat-x:115px;--cat-y:0px;--cat-r:7deg;animation-delay:.60s}.game-categories-grid .game-category-card:nth-of-type(7){--cat-x:-115px;--cat-y:40px;--cat-r:8deg;animation-delay:.70s}.game-categories-grid .game-category-card:nth-of-type(8){--cat-x:0px;--cat-y:64px;--cat-r:-5deg;animation-delay:.80s}.game-categories-grid .game-category-card:nth-of-type(9){--cat-x:115px;--cat-y:40px;--cat-r:-8deg;animation-delay:.90s}.game-categories-grid .game-category-card:nth-of-type(10){--cat-x:-90px;--cat-y:82px;--cat-r:-6deg;animation-delay:1.00s}.game-categories-grid .game-category-card:nth-of-type(11){--cat-x:0px;--cat-y:105px;--cat-r:4deg;animation-delay:1.10s}.game-categories-grid .game-category-card:nth-of-type(12){--cat-x:90px;--cat-y:82px;--cat-r:6deg;animation-delay:1.20s}.question-top-bar,.question-top-title,.question-brand{animation:none!important}.question-content .question-box{opacity:0;animation:kj-question-box-in 1s cubic-bezier(.18,.84,.22,1) both;will-change:transform,opacity,filter}.question-content .answers-list .answer-btn:not(.correct):not(.wrong):not(.locked):not(.reveal-correct):not(.reveal-dim){opacity:0;animation:kj-answer-stack-in .62s cubic-bezier(.18,.84,.22,1) both;will-change:transform,opacity,filter}.question-content .answers-list .answer-btn:nth-of-type(1){animation-delay:1.08s}.question-content .answers-list .answer-btn:nth-of-type(2){animation-delay:1.32s}.question-content .answers-list .answer-btn:nth-of-type(3){animation-delay:1.56s}.question-content .answers-list .answer-btn:nth-of-type(4){animation-delay:1.80s}.answer-btn.correct{animation:kj-correct-pop .42s ease both}.answer-btn.wrong{animation:kj-wrong-shake .38s ease both}.answer-btn.selected{transform:scale(.985)}.result-medal,.final-crown{animation:kj-medal-pop .55s cubic-bezier(.2,1.2,.35,1) both}.result-success .result-medal,.final-crown{animation:kj-medal-pop .55s cubic-bezier(.2,1.2,.35,1) both,kj-gold-pulse 3s ease-in-out infinite}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes q-box-show{0%{opacity:0;transform:translateY(28px) scale(.96);filter:blur(3px)}70%{opacity:1;transform:translateY(-3px) scale(1.01);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes q-answer-lineup{0%{opacity:0;transform:translateY(34px) scale(.95);filter:blur(3px)}65%{opacity:1;transform:translateY(-3px) scale(1.015);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.question-top-bar,.question-top-title,.question-brand{animation:none!important}#gameStage.question-waiting .question-box{opacity:0!important}#gameStage.question-waiting .answers-list .answer-btn:not(.locked){opacity:0!important}#gameStage.question-start .question-box{animation:q-box-show 1.05s cubic-bezier(.18,.84,.22,1) both!important}#gameStage.question-start .answers-list .answer-btn:not(.locked){animation:q-answer-lineup .72s cubic-bezier(.18,.84,.22,1) both!important}#gameStage.question-start .answers-list .answer-btn:nth-of-type(1):not(.locked){animation-delay:1.10s!important}#gameStage.question-start .answers-list .answer-btn:nth-of-type(2):not(.locked){animation-delay:1.38s!important}#gameStage.question-start .answers-list .answer-btn:nth-of-type(3):not(.locked){animation-delay:1.66s!important}#gameStage.question-start .answers-list .answer-btn:nth-of-type(4):not(.locked){animation-delay:1.94s!important}@keyframes q-question-box-correct-glow{0%{box-shadow:inset 0 0 26px rgba(255,255,255,.04),0 16px 32px rgba(0,0,0,.30);transform:scale(1)}45%{box-shadow:0 0 42px rgba(36,196,107,.75),inset 0 0 26px rgba(36,196,107,.22);transform:scale(1.018)}100%{box-shadow:0 0 24px rgba(36,196,107,.38),inset 0 0 18px rgba(36,196,107,.14);transform:scale(1)}}@keyframes q-question-box-wrong-glow{0%{box-shadow:inset 0 0 26px rgba(255,255,255,.04),0 16px 32px rgba(0,0,0,.30);transform:translateX(0) scale(1)}18%{transform:translateX(6px) scale(1.01)}36%{transform:translateX(-6px) scale(1.01)}54%{transform:translateX(4px) scale(1.01)}72%{transform:translateX(-4px) scale(1.01)}100%{box-shadow:0 0 24px rgba(239,68,68,.42),inset 0 0 18px rgba(239,68,68,.14);transform:translateX(0) scale(1)}}.question-box.question-box-correct{border-color:rgba(36,196,107,.95)!important;animation:q-question-box-correct-glow .85s cubic-bezier(.18,.84,.22,1) both!important}.question-box.question-box-wrong{border-color:rgba(239,68,68,.95)!important;animation:q-question-box-wrong-glow .72s ease both!important}.question-box.question-box-correct,.question-box.question-box-wrong{opacity:1!important;visibility:visible!important;display:flex!important}.question-box.question-box-correct{border-color:rgba(36,196,107,.95)!important;box-shadow:0 0 34px rgba(36,196,107,.58),inset 0 0 22px rgba(36,196,107,.18)!important;animation:q-question-box-correct-glow .85s cubic-bezier(.18,.84,.22,1) both!important}.question-box.question-box-wrong{border-color:rgba(239,68,68,.95)!important;box-shadow:0 0 34px rgba(239,68,68,.58),inset 0 0 22px rgba(239,68,68,.18)!important;animation:q-question-box-wrong-glow .72s ease both!important}@keyframes qualified-modal-in{0%{opacity:0;filter:blur(4px)}100%{opacity:1;filter:blur(0)}}@keyframes qualified-card-in{0%{opacity:0;transform:translateY(34px) scale(.88);filter:blur(4px)}60%{opacity:1;transform:translateY(-6px) scale(1.035);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes qualified-medal-glow{0%,100%{box-shadow:0 0 30px rgba(245,200,75,.35)}50%{box-shadow:0 0 54px rgba(245,200,75,.72)}}.qualified-modal{animation:qualified-modal-in .35s ease both}.qualified-card{animation:qualified-card-in .72s cubic-bezier(.18,.84,.22,1) both}.qualified-medal{animation:qualified-medal-glow 1.8s ease-in-out infinite}@keyframes kj-points-float-pop{0%{opacity:0;transform:translate(-50%,-50%) translateY(26px) scale(.62);filter:blur(4px)}35%{opacity:1;transform:translate(-50%,-50%) translateY(0) scale(1.12);filter:blur(0)}62%{opacity:1;transform:translate(-50%,-50%) translateY(-12px) scale(1);filter:blur(0)}100%{opacity:0;transform:translate(-50%,-50%) translateY(-46px) scale(.92);filter:blur(2px)}}.points-float{animation:kj-points-float-pop 1.35s cubic-bezier(.18,.84,.22,1) both}@keyframes kj-points-to-wallet{0%{opacity:0;transform:translate(-50%,-50%) translateY(18px) scale(.54);filter:blur(4px)}24%{opacity:1;transform:translate(-50%,-50%) translateY(-4px) scale(1.2);filter:blur(0)}58%{opacity:1;transform:translate(-50%,-50%) translate(var(--wallet-fly-mid-x),var(--wallet-fly-mid-y)) scale(.96);filter:blur(0)}82%{opacity:1;transform:translate(-50%,-50%) translate(var(--wallet-fly-x),var(--wallet-fly-y)) scale(.34);filter:blur(0)}100%{opacity:0;transform:translate(-50%,-50%) translate(var(--wallet-fly-x),var(--wallet-fly-y)) scale(.18);filter:blur(1px)}}@keyframes kj-wallet-bump{0%{transform:scale(1);box-shadow:inset 0 2px 0 rgba(255,255,255,.45)}45%{transform:scale(1.2);box-shadow:0 0 36px rgba(245,200,75,.78),inset 0 2px 0 rgba(255,255,255,.55)}100%{transform:scale(1);box-shadow:inset 0 2px 0 rgba(255,255,255,.45)}}#pnlPointsFloat.points-float{opacity:0;animation:none}#pnlPointsFloat.points-float.wallet-fly{opacity:1;animation:kj-points-to-wallet 1.7s cubic-bezier(.18,.84,.22,1) both!important}.wallet-points.wallet-bump{animation:kj-wallet-bump .58s cubic-bezier(.18,.84,.22,1) both}.game-top-wallet{animation:kj-card-in .48s ease both;animation-delay:.08s}.game-top-wallet-points{transition:transform .18s ease,box-shadow .18s ease}@keyframes help-modal-overlay-in{from{opacity:0}to{opacity:1}}@keyframes help-modal-card-in{0%{opacity:0;transform:translateY(30px) scale(.88);filter:blur(4px)}60%{opacity:1;transform:translateY(-5px) scale(1.035);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.help-modal-overlay{animation:help-modal-overlay-in .28s ease both}.help-modal-card{animation:help-modal-card-in .62s cubic-bezier(.18,.84,.22,1) both}@keyframes reveal-correct-glow{0%,100%{transform:scale(1);box-shadow:0 0 26px rgba(36,196,107,.42),inset 0 0 16px rgba(255,255,255,.08)}50%{transform:scale(1.018);box-shadow:0 0 44px rgba(36,196,107,.78),inset 0 0 22px rgba(255,255,255,.12)}}.answer-btn.reveal-correct{animation:reveal-correct-glow 1.35s ease-in-out infinite!important}.question-content .answers-list .answer-btn.reveal-correct{opacity:1!important;visibility:visible!important;display:flex!important;pointer-events:auto!important;filter:none!important}.question-content .answers-list .answer-btn.reveal-dim{opacity:.38!important;visibility:visible!important;display:flex!important;pointer-events:none!important}@keyframes kj-help-shine-sweep{0%{left:-120%}18%{left:220%}100%{left:220%}}.compact-help-row .help-btn{position:relative;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,opacity .16s ease}.compact-help-row .help-btn:not(.help-used):not(.help-disabled)::after{content:"";position:absolute;top:-12%;left:-120%;width:38px;height:124%;background:linear-gradient( 90deg,transparent 0%,rgba(255,255,255,.42) 50%,transparent 100% );transform:skewX(-25deg);animation:kj-help-shine-sweep 4.2s ease-in-out infinite;pointer-events:none;z-index:5}.compact-help-row .help-5050::after{animation-delay:0s!important}.compact-help-row .help-change::after{animation-delay:1.4s!important}.compact-help-row .help-reveal::after{animation-delay:2.8s!important}.compact-help-row .help-btn:active{transform:scale(.92) translateY(1px)}.compact-help-row .help-btn.help-used,.compact-help-row .help-btn.help-disabled{animation:none!important;opacity:.42;filter:grayscale(.38)}.compact-help-row .help-btn.help-used::after,.compact-help-row .help-btn.help-disabled::after{display:none!important}@keyframes kj-points-spend-fly{0%{opacity:0;transform:translate(-50%,-50%) scale(.62);filter:blur(4px)}22%{opacity:1;transform:translate(-50%,-50%) scale(1.12);filter:blur(0)}65%{opacity:1;transform:translate(-50%,-50%) translate(0,-12px) scale(1);filter:blur(0)}100%{opacity:0;transform:translate(-50%,-50%) translate(var(--spend-fly-x),var(--spend-fly-y)) scale(.32);filter:blur(2px)}}@keyframes kj-wallet-spend-bump{0%{transform:scale(1)}45%{transform:scale(1.16);box-shadow:0 0 28px rgba(239,68,68,.48),inset 0 2px 0 rgba(255,255,255,.45)}100%{transform:scale(1)}}#pnlPointsSpendFloat.points-spend-float{opacity:0;animation:none}#pnlPointsSpendFloat.points-spend-float.spend-fly{opacity:1;animation:kj-points-spend-fly 1.35s cubic-bezier(.18,.84,.22,1) both!important}.wallet-points.wallet-spend-bump{animation:kj-wallet-spend-bump .56s cubic-bezier(.18,.84,.22,1) both}
