.stats-game-layout{text-align:center;background:linear-gradient(135deg,#6c5ce70d,#fd79a80d);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:clamp(1rem,4vw,2rem);transition:background .6s ease-out;display:flex}.stats-game-layout.correct-bg{background:linear-gradient(135deg,#2ed57333,#2ed5731a)}.stats-game-layout.wrong-bg{background:linear-gradient(135deg,#ff383833,#ff38381a)}.difficulty-selection{text-align:center;background:linear-gradient(135deg,#6c5ce71a,#fd79a81a);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:clamp(1rem,4vw,2rem);display:flex}.difficulty-title{color:var(--primary);margin:0 0 1rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:700}.difficulty-subtitle{max-width:600px;color:var(--text);margin:0 0 1.5rem;font-size:clamp(1rem,3vw,1.25rem);line-height:1.4}.difficulty-description{color:var(--text-muted);max-width:500px;margin:0 0 2rem;font-size:clamp(.875rem,2.5vw,1rem);line-height:1.6}.difficulty-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.difficulty-label{color:var(--text);font-size:clamp(.875rem,2.5vw,1rem);font-weight:600}.difficulty-select{border:2px solid var(--border);background-color:var(--background);min-width:140px;color:var(--text);border-radius:8px;padding:.75rem 1rem;font-size:clamp(.875rem,2.5vw,1rem);transition:border-color .2s}.difficulty-select:focus{border-color:var(--primary);outline:none}.start-controls{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.stats-game-header{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.stats-back-link{border:1px solid var(--border);margin-bottom:1.5rem}.difficulty-display{color:var(--text-muted);margin:0 0 1rem;font-size:clamp(.875rem,2.5vw,1rem);font-weight:500}.question-title{max-width:90vw;color:var(--text);margin:0 0 clamp(1.5rem,4vw,3rem);font-size:clamp(1.25rem,4vw,2rem);font-weight:600;line-height:1.3}.pokemon-cards-container{flex-flow:wrap;justify-content:center;align-items:stretch;gap:clamp(1rem,4vw,2rem);width:100%;max-width:800px;margin-top:clamp(1.5rem,4vw,3rem);margin-bottom:clamp(1rem,3vw,1.5rem);display:flex}.pokemon-card{cursor:pointer;text-align:center;border:2px solid #0000;border-radius:16px;min-width:200px;padding:12px;transition:all .3s;position:relative;overflow:hidden}.pokemon-card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 16px 48px #00000026}.pokemon-card.disabled{opacity:.6;cursor:not-allowed;transform:none}.pokemon-card.disabled:hover{border-color:#0000;transform:none;box-shadow:0 8px 32px #0000001a}.pokemon-image{object-fit:contain;width:clamp(80px,20vw,120px);height:clamp(80px,20vw,120px);margin-bottom:1rem}.pokemon-name{color:var(--text);text-transform:capitalize;margin-bottom:.5rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:400}.pokemon-stat{color:var(--primary);margin:0;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700}.game-status{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:600px;min-height:60px;margin-top:2rem;padding:0 1rem;display:flex}.streak-display{color:var(--primary);margin-bottom:1rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:600}.result-correct{color:var(--success);text-align:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:600;display:flex}.result-loading{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:clamp(.875rem,2.5vw,1rem);display:flex}.game-over{color:var(--danger);text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:12px;max-width:500px;margin-top:1rem;padding:1.5rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:600}.game-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(.5rem,2vw,1rem);margin-top:2rem;display:flex}.control-button{border:2px solid var(--border);background:var(--background);cursor:pointer;white-space:nowrap;color:var(--text);border-radius:8px;padding:clamp(.5rem,2vw,.75rem) clamp(1rem,3vw,1.5rem);font-size:clamp(.75rem,2vw,1rem);font-weight:600;transition:all .2s}.control-button:hover{border-color:var(--primary);background-color:var(--primary);color:var(--button-text);transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}@media (max-width:640px){.pokemon-cards-container{flex-direction:column!important;align-items:center!important;gap:1.5rem!important}.pokemon-card{width:100%;min-width:auto;max-width:280px}}@media (max-width:480px){.pokemon-cards-container{gap:1rem!important}.difficulty-controls{flex-direction:column;gap:.5rem}.difficulty-select{width:100%;min-width:auto;max-width:200px}}.pokemon-card.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.pokemon-card.correct-feedback{animation:.6s ease-in-out correctPulse}.pokemon-card.wrong-feedback{animation:.6s ease-in-out wrongPulse}@keyframes correctPulse{0%,to{transform:scale(1)}50%{background-color:#22c55e33;transform:scale(1.05)}}@keyframes wrongPulse{0%,to{transform:scale(1)}50%{background-color:#ef444433;transform:scale(1.05)}}.loading-container{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:clamp(1rem,2.5vw,1.2rem);display:flex}.stat{text-transform:capitalize;border-radius:4px;padding:.2em .4em;font-weight:700}.stat-hp{color:#ff5c5c;background:#ff5c5c33}.stat-attack{color:orange;background:#ffa50033}.stat-defense{color:#36a2eb;background:#36a2eb33}.stat-special-attack{color:#96f;background:#96f3}.stat-special-defense{color:#4bc0c0;background:#4bc0c033}.stat-speed{color:#ffce56;background:#ffce5633}
