.games-body{background:linear-gradient(90deg,rgba(255,255,255,.66) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.66) 1px,transparent 1px),#f7f5f2;background-size:28px 28px}.game-shell{width:min(calc(100% - 2rem),1180px);min-height:calc(100vh - 150px);margin:0 auto;padding:2.4rem 0 4rem}.game-hub-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.4rem}.game-hub-heading h1{margin:0;font-size:2.7rem;letter-spacing:0;line-height:1}.game-data-status{margin:0;padding:.55rem .7rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--muted);font-size:.76rem}.game-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.game-mode-card{position:relative;min-height:220px;padding:1.25rem;display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid rgba(32,25,37,.14);border-radius:var(--radius);color:var(--text);text-align:left;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.game-mode-card:hover:not(:disabled){z-index:1;transform:translateY(-3px);border-color:var(--text);box-shadow:0 15px 30px #2019251f}.game-mode-card:disabled{cursor:not-allowed;filter:grayscale(.7);opacity:.58}.world-cup-mode{background:#ffddea}.timeline-mode{background:#f5e79b}.member-mode{background:#cceee2}.stage-mode{background:#cfe8f1}.mixed-mode{min-height:190px;grid-column:1 / -1;background:#29242d;color:#fff}.game-mode-number{position:relative;z-index:2;color:currentColor;font-size:.74rem;font-weight:800}.game-mode-copy{position:relative;z-index:2;align-self:end;max-width:58%}.game-mode-copy strong,.game-mode-copy small{display:block}.game-mode-copy strong{font-size:1.32rem;line-height:1.2}.game-mode-copy small{margin-top:.42rem;color:inherit;font-size:.76rem;opacity:.7}.game-mode-art{position:absolute;right:1rem;bottom:0;width:48%;height:92%;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none}.game-mode-art img{width:38%;height:88%;margin-left:-9%;object-fit:contain;object-position:center bottom;image-rendering:pixelated;filter:drop-shadow(0 8px 8px rgba(32,25,37,.12))}.mixed-mode .game-mode-copy{max-width:46%}.mixed-mode .game-mode-art{width:52%}.game-play{min-width:0}.game-toolbar{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:.8rem;align-items:center;min-height:64px}.game-back-button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer;font-size:1.1rem}.game-mode-label{margin:0 0 .2rem;color:var(--muted);font-size:.72rem;font-weight:700}.game-toolbar strong{font-size:.9rem}.game-score{min-width:70px;padding:.55rem .65rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;font-size:.8rem;font-weight:800;text-align:center}.game-progress{height:6px;overflow:hidden;border-radius:3px;background:#e7e2e5}.game-progress span{display:block;width:0;height:100%;background:var(--accent-dark);transition:width .18s ease}.game-arena{min-width:0;padding-top:1.2rem}.world-cup-stage{display:grid;grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);gap:.75rem;align-items:center}.world-cup-choice{min-width:0;padding:0;overflow:hidden;border:2px solid transparent;border-radius:var(--radius);background:#fff;cursor:pointer;box-shadow:0 12px 30px #2019251a;transition:border-color .15s ease,transform .15s ease}.world-cup-choice:hover{border-color:var(--accent-dark);transform:translateY(-2px)}.world-cup-art{width:100%;aspect-ratio:4 / 5;display:grid;place-items:center;background:linear-gradient(90deg,rgba(255,255,255,.54) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.54) 1px,transparent 1px),#f2edf0;background-size:22px 22px}.world-cup-choice:nth-child(3) .world-cup-art{background-color:#edf3f1}.world-cup-art img{width:88%;height:94%;object-fit:contain;object-position:center bottom;image-rendering:pixelated}.world-cup-copy{min-height:82px;padding:.9rem;display:grid;align-content:center}.world-cup-copy small,.world-cup-copy strong{display:block}.world-cup-copy small{color:var(--muted);font-size:.75rem}.world-cup-copy strong{margin-top:.3rem;overflow-wrap:anywhere;font-size:1rem}.versus-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--text);color:#fff;font-size:.78rem;font-weight:900}.quiz-stage{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);min-height:590px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 14px 34px #20192517}.quiz-image-panel{min-width:0;padding:1.5rem;display:grid;place-items:center;background:linear-gradient(90deg,rgba(255,255,255,.56) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.56) 1px,transparent 1px),#eee9ec;background-size:24px 24px}.quiz-image-panel img{width:92%;height:520px;object-fit:contain;object-position:center bottom;image-rendering:pixelated}.quiz-question-panel{min-width:0;padding:2.2rem;display:flex;flex-direction:column;justify-content:center}.quiz-kind{margin:0;color:var(--accent-dark);font-size:.72rem;font-weight:800}.quiz-question-panel h2{margin:.5rem 0 1.5rem;font-size:1.75rem;letter-spacing:0}.member-answer-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.quiz-answer{min-height:52px;padding:.7rem .85rem;border:2px solid var(--answer-color, var(--line));border-radius:var(--radius);background:#fff;cursor:pointer;font-weight:700;text-align:left}.quiz-answer:hover:not(:disabled){background:#f7f5f2}.stage-answer-options{display:grid;gap:.55rem}.stage-answer-options .quiz-answer{line-height:1.4}.quiz-answer.is-correct,.timeline-answer.is-correct{border-color:var(--success);background:#eaf7ef;color:#155c37;opacity:1}.quiz-answer.is-wrong,.timeline-answer.is-wrong{border-color:var(--danger);background:#fff0f1;color:#8a2634;opacity:1}.quiz-answer.is-muted,.timeline-answer.is-muted{opacity:.42}.timeline-answer-wrap{position:relative;min-width:0;overflow-x:auto;padding:.2rem 0 .8rem;overscroll-behavior-inline:contain;scrollbar-color:var(--accent-dark) #e7e2e5;scrollbar-width:thin}.timeline-line{position:absolute;top:22px;left:50px;right:50px;height:2px;background:#c8c0c6}.timeline-answer-options{position:relative;display:grid;grid-template-columns:repeat(11,86px);gap:.4rem}.timeline-answer{min-width:0;padding:0;border:1px solid transparent;border-radius:var(--radius);background:transparent;cursor:pointer}.timeline-answer>span{width:13px;height:13px;display:block;margin:15px auto 12px;border:3px solid #fff;border-radius:50%;background:#8e858d;box-shadow:0 0 0 1px #8e858d}.timeline-answer.is-promotion>span{background:var(--accent-dark);box-shadow:0 0 0 1px var(--accent-dark)}.timeline-answer strong{min-height:48px;padding:.45rem .3rem;display:grid;place-items:center;overflow-wrap:anywhere;font-size:.7rem;line-height:1.25}.quiz-feedback{margin-top:1.2rem;padding:.85rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--line);border-radius:var(--radius);background:#f7f5f2}.quiz-feedback>div{min-width:0}.quiz-feedback strong,.quiz-feedback span,.quiz-feedback small{display:block}.quiz-feedback.is-correct>div>strong{color:var(--success)}.quiz-feedback.is-wrong>div>strong{color:var(--danger)}.quiz-feedback span{margin-top:.2rem;overflow-wrap:anywhere;font-size:.84rem;font-weight:700}.quiz-feedback small{margin-top:.25rem;color:var(--muted);font-size:.72rem}.quiz-feedback .primary-button{flex:0 0 auto}.game-result{width:min(100%,820px);margin:0 auto;padding:2rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 14px 34px #20192517}.result-kicker{margin:0;color:var(--accent-dark);font-size:.74rem;font-weight:900;text-align:center}.champion-display{margin-top:1rem;display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);align-items:center;gap:1.5rem}.champion-display img{width:100%;height:330px;object-fit:contain;object-position:center bottom;image-rendering:pixelated;background:#f1edef;border-radius:var(--radius)}.champion-display span,.champion-display p{color:var(--muted);font-size:.82rem}.champion-display h2{margin:.4rem 0;overflow-wrap:anywhere;font-size:2rem;letter-spacing:0}.result-actions{margin-top:1.3rem;display:flex;justify-content:center;gap:.65rem}.ranking-section{margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--line)}.ranking-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.ranking-heading h3{margin:0;font-size:1rem}.ranking-heading span{color:var(--muted);font-size:.72rem}.ranking-list{margin:.8rem 0 0;padding:0;display:grid;gap:.45rem;list-style:none}.ranking-row{min-width:0;display:grid;grid-template-columns:28px 48px minmax(0,1fr) auto;gap:.65rem;align-items:center;padding:.5rem;border-bottom:1px solid var(--line)}.ranking-position{text-align:center}.ranking-row img{width:48px;height:58px;object-fit:contain;image-rendering:pixelated}.ranking-copy,.ranking-score{min-width:0}.ranking-copy strong,.ranking-copy small,.ranking-score strong,.ranking-score small{display:block}.ranking-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.ranking-copy small,.ranking-score small{margin-top:.2rem;color:var(--muted);font-size:.68rem}.ranking-score{text-align:right}.ranking-loading{padding:1rem;color:var(--muted);font-size:.8rem;text-align:center}.quiz-result{text-align:center}.total-score{margin-top:1.3rem}.total-score strong{font-size:4rem;line-height:1}.total-score span{color:var(--muted);font-size:.9rem}.result-summary{color:var(--muted)}.result-breakdown{width:min(100%,560px);margin:1.3rem auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.result-breakdown-item{padding:.8rem;border:1px solid var(--line);border-radius:var(--radius);background:#f7f5f2}.result-breakdown-item span,.result-breakdown-item strong{display:block}.result-breakdown-item span{color:var(--muted);font-size:.7rem}.result-breakdown-item strong{margin-top:.3rem}.game-footer{width:min(calc(100% - 2rem),1180px)}@media(max-width:800px){.game-shell{padding-top:1.4rem}.game-hub-heading{align-items:flex-start;flex-direction:column;gap:.8rem}.game-hub-heading h1{font-size:2.2rem}.game-mode-grid{grid-template-columns:1fr}.mixed-mode{grid-column:1}.quiz-stage{grid-template-columns:1fr}.quiz-image-panel{min-height:360px}.quiz-image-panel img{height:340px}.quiz-question-panel{padding:1.3rem}}@media(max-width:560px){.games-body .brand small{display:none}.games-body .brand strong{max-width:145px}.game-shell{width:min(calc(100% - 1rem),1180px)}.game-mode-card{min-height:185px}.game-mode-copy{max-width:62%}.game-mode-copy strong{font-size:1.08rem}.game-mode-art{width:44%}.world-cup-stage{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);gap:.3rem}.versus-mark{width:30px;height:30px;font-size:.6rem}.world-cup-copy{min-height:78px;padding:.65rem .5rem}.world-cup-copy strong{font-size:.78rem}.quiz-stage{min-height:0}.quiz-image-panel{min-height:300px;padding:.7rem}.quiz-image-panel img{height:290px}.quiz-question-panel h2{font-size:1.35rem}.member-answer-options{grid-template-columns:1fr 1fr}.quiz-answer{min-height:48px;padding:.6rem;font-size:.78rem}.quiz-feedback{align-items:stretch;flex-direction:column}.quiz-feedback .primary-button{width:100%}.game-result{padding:1.1rem}.champion-display{grid-template-columns:1fr;text-align:center}.champion-display img{height:300px}.champion-display h2{font-size:1.45rem}.result-actions{flex-direction:column}.result-breakdown{grid-template-columns:1fr}.total-score strong{font-size:3.2rem}.ranking-row{grid-template-columns:24px 42px minmax(0,1fr) auto;gap:.45rem}.ranking-row img{width:42px;height:52px}}
