: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}html,body{margin:0;display:flex;place-items:center;min-width:320px;height:100%}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}}.question-container h2{font-size:2rem;font-weight:700;margin:0}.answer-container{display:flex;gap:10px;align-items:center}.answer-container input{font-size:1.2rem;padding:8px;width:80px;text-align:center}.answer-container button{font-size:1.2rem;padding:8px 16px}.red-cross{color:red;font-size:1.5rem;margin-left:5px}.mascot-container{padding:5px}.mascot-container img{width:100px;height:100px;border-radius:50%;background-color:#f0f0f0}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.mascot-incorrect{animation:shake .3s ease-in-out}.mascot-correct{animation:bounce .3s ease-in-out}.start-screen{display:flex;flex-direction:column;align-items:center;padding:.5rem}.start-screen h2{margin-top:0;margin-bottom:.5em}.stats{margin-bottom:1rem}.language-picker{display:flex;gap:1rem;margin-bottom:1rem}.language-picker button{padding:.5rem 1rem;border:1px solid #ccc;border-radius:8px;background-color:#f0f0f0;cursor:pointer;transition:background-color .2s,color .2s}.language-picker button.selected{background-color:#4caf50;color:#fff}.table-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:10px;width:100%;max-width:400px;margin-bottom:1rem}.table-button{padding:.8rem;border:1px solid #ccc;border-radius:8px;background-color:#f0f0f0;cursor:pointer;transition:background-color .2s,color .2s}.table-button.selected{background-color:#4caf50;color:#fff}.start-controls{display:flex;gap:1rem}.mode-selector{display:flex;gap:1rem;margin-bottom:1rem}.mode-selector button{padding:.5rem 1rem;border:1px solid #ccc;border-radius:8px;background-color:#f0f0f0;cursor:pointer;transition:background-color .2s,color .2s}.mode-selector button.selected{background-color:#4caf50;color:#fff}@media (min-width: 768px){.table-selection{max-width:600px}}.start-screen-info{margin:0}.results-screen{display:flex;flex-direction:column;align-items:center;padding:2rem;text-align:center}.quote{font-style:italic;margin:1rem 0}.progress-bar-container{width:100%;background-color:#e0e0de;border-radius:4px;margin-bottom:.5rem}.progress-bar{height:15px;background-color:#4caf50;border-radius:4px;transition:width .5s ease-in-out}.App{display:flex;flex-direction:column;text-align:center;align-items:center;height:100%}.header-container{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;max-width:1280px;box-sizing:border-box}.header-container .back-button{position:static;margin-right:10px}.header-container header{text-align:center}.header-container header h1{margin-top:.25em;margin-bottom:.5em}.header-container header p{margin-bottom:.5em;margin-top:.5em}.main-content{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 20px 20px;position:relative}.score-streak-container{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.score-streak-container p{display:flex;flex-direction:column;align-items:center;padding:5px 10px 5px 5px;border:1px solid #ccc;border-radius:8px;margin:0}.mascot-timer-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:400px}.timer-letsgo-container{display:flex;flex-direction:column;align-items:flex-end;min-width:40%}.timer-container{font-size:1.2em;font-weight:700;color:#333}.back-button{background:none;border:none;font-size:1.2em;cursor:pointer;color:#333;z-index:1000}.back-button:hover{color:#007bff}
