:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;text-align:center;color-scheme:light dark;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}html{height:100%}body{margin:0;padding:0;display:flex;min-width:320px;min-height:100%}button{border-radius:18px;border:1px solid transparent;padding:.6rem 1.1rem;font-size:1.1em;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .2s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}a{color:inherit}[data-theme=light]{--bg: #fffae7;--fg: #213547;--bnh: #fff7d7;--bnb: #141414ad;--bnc: unset;--hbx: rgba(0, 0, 0, .1);--hbg: white}[data-theme=dark]{--bg: #252525;--fg: rgba(255, 255, 255, .87);--bnh: rgba(255, 255, 255, .058);--bnb: rgba(255, 255, 255, .12);--bnc: white;--hbx: rgba(255, 255, 255, .1);--hbg: #1a1a1a}:root{color:var(--fg);background-color:var(--bg)}button{background-color:var(--hbg);color:var(--bnc);border:1.5px solid var(--bnb)}button:hover{background-color:var(--bnh)}header{background-color:var(--hbg);box-shadow:0 2px 15px var(--hbx)}.top{display:flex;justify-content:end;gap:2rem;align-content:center;position:relative;margin-top:.3rem}.score{display:flex;gap:.4rem;justify-content:center;position:absolute;left:0;right:0}.game h1{font-size:9rem;margin:1.9rem 50% 1rem}.body{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem}.check{gap:10px;display:flex;justify-content:center;padding:1rem}.correct:hover{background-color:#0da40d}.wrong:hover{background-color:red}.next{padding:1rem}.settings{border-radius:100px;font-size:x-large;padding:.5rem}.wrapper{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 5px 16px -2px #0000001a;max-height:75vh;padding:.3rem;overflow:auto;border-radius:13px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;overflow-y:auto;justify-items:center;padding:0 3rem 3rem}.option{align-content:center;margin-right:4rem;z-index:1}button:disabled{color:gray}@media (max-width: 800px){.card-grid{grid-template-columns:repeat(auto-fit,minmax(116px,1fr))}.option{margin-right:1.2rem}.game button{padding:.8rem 1.6rem}.option .settings{padding:.5rem}.game h1{font-weight:300}.body h2{font-size:1.8rem}}.backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0009;z-index:2}.modal{position:fixed;top:50%;left:50%;right:50%;transform:translate(-50%,-50%);border:none;border-radius:16px;box-shadow:0 2px 8px #0003;padding:0;overflow:hidden;z-index:3;background-color:#fff;color:#000;width:500px;max-width:90%}.field button{background-color:#fff;color:#000}.modal-header{background-color:#f0f0f0;padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ccc}.modal-header h2{margin:0;font-size:1.25rem}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0}.modal-body{padding:16px}.field{display:flex;flex-direction:column;margin-bottom:16px}.field span{margin-bottom:4px;font-weight:700}.field select,.field input[type=range]{padding:8px;border-radius:4px;border:1px solid #ccc;font-size:1rem}.help{font-size:.875rem;color:#777;margin-top:16px}.modal-footer{padding:16px;display:flex;justify-content:flex-end;border-top:1px solid #ccc}.modal-footer button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.modal-footer button:first-child{margin-right:8px;background-color:#ddd}.modal-footer button:last-child{background-color:#007bff;color:#fff}.card{background:var(--hbg);border-radius:12px;box-shadow:0 4px 15px #0000001a;width:15rem;height:13rem}.card h1{font-size:5rem;margin:auto}.card p{font-size:2rem;margin:auto}@media (max-width:600px){.card{width:8rem;height:8rem}.card h1{font-size:3.2rem}.card p{font-size:1.4rem}}header{display:flex;align-items:center;padding:.6rem 0;justify-content:space-between;margin-bottom:.7rem}header a{margin:0 0 0 3rem;font-size:1.7rem;text-decoration:none;font-weight:600}header button{border-radius:100px;font-size:x-large;padding:.5rem}.options{display:flex;gap:1.5rem;margin-right:4rem}@media (max-width:600px){.options{margin-right:1.2rem}}.main{display:flex;flex-direction:column;gap:1.5rem;align-content:center;justify-content:center;height:100%}.main a{background-color:var(--fg);color:var(--bg);font-size:1.4rem;text-decoration:none;border-radius:40px;padding:.8rem 2.2rem;font-weight:500}.about-page{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;font-family:Poppins,sans-serif}.about-content{max-width:800px;text-align:center;margin-top:4rem;padding:0 1rem}.about-content h2{margin-bottom:1.5rem;font-size:1.8rem}.about-content p{line-height:1.6;margin-bottom:1rem;font-size:large}.credits{margin-top:5rem}.credits span{color:#ffa726;font-weight:500}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;font-size:1.8rem}.how-to-use{max-width:750px;margin:2rem auto;padding:1.5rem;font-family:Inter,sans-serif;line-height:1.7}.how-to-use p{font-size:large}.how-to-use h1{text-align:center;margin-bottom:1.2rem}.how-to-use h2{margin-top:1.8rem}.how-to-use ol{margin-left:1rem;padding-left:1rem;text-align:initial}.how-to-use ul{margin-left:1rem;padding-left:1rem;list-style-position:inside}.how-to-use li{margin:.5rem 0;font-size:large}.footer-note{text-align:center;margin-top:2rem;font-style:italic}.how-to-use span{border-radius:18px;border:1px solid transparent;padding:.4rem .7rem;font-size:.93em;font-weight:500;font-family:inherit;cursor:pointer;background-color:var(--hbg);color:var(--bnc);border:1px solid var(--bnb)}
