@import"https://fonts.googleapis.com/css2?family=Russo+One&family=Rubik:wght@400;500;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Rubik,sans-serif;background:linear-gradient(135deg,#fff0f3,#ffe5ec,#f8e1ff);color:#240046;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.app{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.game-button{font-family:Rubik,sans-serif;font-weight:500;font-size:18px;padding:16px 32px;border:none;border-radius:50px;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.game-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #24004633}.game-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.game-button:active:before{width:300px;height:300px}.game-button--primary{background:#ff006e;color:#fff}.game-button--primary:hover{background:#e60063}.game-button--secondary{background:#8338ec;color:#fff;min-width:200px}.game-button--secondary:hover{background:#7421ea}.game-button--ghost{background:transparent;color:#240046;border:2px solid #240046}.game-button--ghost:hover{background:#240046;color:#fff}.game-button--option{background:#fff;color:#240046;border:3px solid transparent;text-align:left;width:100%}.game-button--option:hover{border-color:#8338ec;background:#fff}.game-button--reward{background:linear-gradient(135deg,#ffb700,#ff006e);color:#fff}.game-button--reward:hover{filter:brightness(1.1)}.game-button:disabled{opacity:.6;cursor:not-allowed}.game-button:disabled:hover{transform:none;box-shadow:none}.loading-screen{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.loading-screen__spinner{width:80px;height:80px;position:relative}.loading-screen__spinner:before,.loading-screen__spinner:after{content:"";position:absolute;border:4px solid transparent;border-radius:50%;animation:spin 2s linear infinite}.loading-screen__spinner:before{width:100%;height:100%;border-top-color:#ff006e;border-right-color:#ff006e}.loading-screen__spinner:after{width:60%;height:60%;border-bottom-color:#8338ec;border-left-color:#8338ec;top:20%;left:20%;animation-direction:reverse}.loading-screen p{font-size:20px;color:#240046}@keyframes spin{to{transform:rotate(360deg)}}.menu-screen{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:48px}.game-logo{text-align:center}.game-logo__shapes{display:flex;gap:24px;justify-content:center;margin-bottom:24px}.game-logo__shapes .shape{width:60px;height:60px;animation:float 3s ease-in-out infinite}.game-logo__shapes .shape--circle{background:#ff006e;border-radius:50%}.game-logo__shapes .shape--triangle{width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-bottom:52px solid #8338EC;animation-delay:.5s}.game-logo__shapes .shape--square{background:#c77dff;animation-delay:1s}.game-logo__title{font-family:Russo One,sans-serif;font-size:48px;color:#240046;text-shadow:3px 3px 0 #FF006E;letter-spacing:2px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.menu-buttons{display:flex;flex-direction:column;gap:16px;min-width:280px}.difficulty-screen{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px}.difficulty-screen h2{font-family:Russo One,sans-serif;font-size:32px;color:#240046}.difficulty-options{display:flex;flex-direction:column;gap:16px;min-width:300px}.difficulty-options .game-button{display:flex;flex-direction:column;gap:8px;padding:20px 32px}.difficulty-options .game-button .difficulty-name{font-size:20px;font-weight:700}.difficulty-options .game-button .difficulty-count{font-size:14px;opacity:.8}.game-screen{width:100%;max-width:800px;height:100%;padding:20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.game-header{width:100%;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.game-stats{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 24px;border-radius:20px;box-shadow:0 8px 32px #2400461f;flex-wrap:wrap;gap:16px}.game-stats>div{display:flex;align-items:center;gap:8px}.game-stats>div span{font-size:14px;color:#240046;opacity:.7}.game-stats>div strong{font-size:24px;color:#8338ec}.lives .hearts{display:flex;gap:8px}.heart{width:24px;height:24px}.heart svg{fill:#ff1744;width:100%;height:100%;transition:transform .3s}.heart--empty svg{fill:#e0e0e0;transform:scale(.8)}.progress-bar{width:100%;height:32px;background:#fff;border-radius:50px;padding:4px;box-shadow:0 8px 32px #2400461f;position:relative;overflow:hidden}.progress-bar__fill{height:100%;background:linear-gradient(90deg,#ff006e,#8338ec);border-radius:50px;transition:width .5s cubic-bezier(.4,0,.2,1)}.progress-bar__text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;font-weight:500;color:#240046}.question-container{width:100%;background:#fff;border-radius:24px;padding:32px;box-shadow:0 8px 32px #2400461f;flex:1;display:flex;flex-direction:column;overflow-y:auto}.question-container .question-image{width:100%;max-height:200px;object-fit:cover;border-radius:16px;margin-bottom:16px;flex-shrink:0}.question-container .question-text{font-size:24px;font-weight:500;color:#240046;margin-bottom:24px;text-align:center;flex-shrink:0}.question-container .options{display:flex;flex-direction:column;gap:12px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.game-over-screen{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;text-align:center;padding:20px;overflow-y:auto}.game-over-screen h2{font-family:Russo One,sans-serif;font-size:48px;color:#240046;text-shadow:3px 3px 0 #FF006E}.final-score{background:#fff;padding:32px 48px;border-radius:24px;box-shadow:0 8px 32px #2400461f}.final-score p{font-size:18px;color:#240046;opacity:.7;margin-bottom:16px}.final-score .score-value{font-family:Russo One,sans-serif;font-size:64px;color:#8338ec;text-shadow:2px 2px 0 #FF006E}.game-over-actions{display:flex;flex-direction:column;gap:16px;min-width:300px}.leaderboard-screen{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;padding:20px;overflow-y:auto}.leaderboard-screen h2{font-family:Russo One,sans-serif;font-size:36px;color:#240046;text-shadow:2px 2px 0 #FF006E}.leaderboard-list{background:#fff;border-radius:24px;padding:24px;min-width:400px;box-shadow:0 8px 32px #2400461f}.leaderboard-list .leaderboard-entry{display:flex;align-items:center;padding:16px;border-bottom:1px solid rgba(0,0,0,.1)}.leaderboard-list .leaderboard-entry:last-child{border-bottom:none}.leaderboard-list .leaderboard-entry .rank{font-family:Russo One,sans-serif;font-size:24px;color:#8338ec;min-width:50px}.leaderboard-list .leaderboard-entry .name{flex:1;font-size:18px;font-weight:500;margin-left:16px}.leaderboard-list .leaderboard-entry .score{font-family:Russo One,sans-serif;font-size:24px;color:#ff006e}.leaderboard-list .no-data{text-align:center;padding:32px;color:#240046;opacity:.5}.error-screen{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.error-screen p{font-size:20px;color:#240046}@media (max-width: 768px){.game-logo__title{font-size:36px}.game-logo__shapes .shape{width:48px;height:48px}.game-logo__shapes .shape--triangle{border-left-width:24px;border-right-width:24px;border-bottom-width:42px}.game-button{font-size:16px;padding:14px 28px}.question-text{font-size:20px}.game-over-screen h2{font-size:36px}.final-score .score-value{font-size:48px}.leaderboard-list{min-width:320px}.leaderboard-list .leaderboard-entry{padding:12px}.leaderboard-list .leaderboard-entry .rank,.leaderboard-list .leaderboard-entry .score{font-size:20px}.leaderboard-list .leaderboard-entry .name{font-size:16px}}@media (max-width: 480px){.game-screen{padding:12px;gap:12px}.game-stats{padding:10px 12px;justify-content:center;gap:12px}.game-stats>div span{font-size:12px}.game-stats>div strong{font-size:18px}.heart{width:20px;height:20px}.progress-bar{height:28px}.progress-bar__text{font-size:12px}.question-container{padding:20px 16px}.question-container .question-image{max-height:150px;margin-bottom:12px}.question-container .question-text{font-size:18px;margin-bottom:16px}.question-container .options{gap:10px}.game-button--option{padding:12px 16px;font-size:14px}.menu-buttons,.difficulty-options,.game-over-actions{min-width:260px}.leaderboard-list{min-width:280px;padding:16px}.game-over-screen h2{font-size:28px}.final-score{padding:24px 32px}.final-score .score-value{font-size:36px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-screen,.menu-screen,.difficulty-screen,.game-screen,.game-over-screen,.leaderboard-screen,.error-screen{animation:fadeIn .5s ease-out}.game-button--option.correct{background:#4caf50;color:#fff;border-color:#4caf50}.game-button--option.incorrect{background:#f44336;color:#fff;border-color:#f44336}.game-button:focus,.game-button:active{outline:none;box-shadow:none}button:focus,button:active{outline:none;box-shadow:none}
