.header{justify-content:space-between;align-items:center}.scoreboard{border:1px solid white;width:15em;height:fit-content;justify-content:center;gap:2em}.current-score,.high-score{text-align:center;font-size:1.2rem;padding:1em 0;gap:.8em;flex-direction:column}.scores{margin:0}.scores-titles{border-bottom:1px solid white}.footer{position:fixed;bottom:2em;width:100%;text-align:center}.counter{font-size:3rem;margin:0}.main_content{max-width:100%;padding:0 7em}.cards_container{padding:2em;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px;justify-content:center}.card{height:auto;width:100%;border-radius:.8px;box-shadow:0 0 30px #000;transition:.3s}.card:hover{transform:scale(.95);cursor:pointer}.game_mode_button{font-family:monospace,sans-serif;color:#fff;cursor:pointer;padding:15px 30px;border-radius:10px;border:none;font-size:1.1rem;background:linear-gradient(90deg,#5f8ad1,#65a4df 92%,#45a6eb)}.main_screen{flex-direction:column;align-items:center;margin-top:3em}.main_title_container{text-align:center;color:#a1ac82;font-size:60px;margin-bottom:50px;text-shadow:-.06em 0 .08em #000,.06em 0 .08em #000,0 .06em .08em #000,0 -.06em .08em #000,-.06em .06em .08em #000,.06em .06em .08em #000,-.06em -.06em .08em #000,.06em -.06em .08em #000}.main_title{margin:0}.buttons{gap:2em}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:2rem 3rem;border-radius:10px;text-align:center;box-shadow:0 10px 25px #0000004d;animation:glow 2s infinite alternate}.modal-content h2{font-size:2rem;margin-bottom:1rem;color:#1e90ff}.modal-content p{font-size:1.2rem;margin-bottom:1rem}.modal-content button{padding:.7rem 1.5rem;font-size:1rem;background-color:#1e90ff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.modal-content button:hover{background-color:#1c7cd6}@keyframes glow{0%{box-shadow:0 0 10px #1e90ff}to{box-shadow:0 0 20px #1e90ff,0 0 30px #1e90ff}}*{box-sizing:border-box;color:#fff}html,body{height:100%;margin:0;padding:0;background:url(/assets/wallpaperflare.com_wallpaper-BDIMfYkG.webp) center / cover no-repeat fixed;background-color:#000;overflow-x:hidden}.flex{display:flex}.grid{display:grid}.hero{min-height:100vh;background-color:#0006}.content{width:100%;padding:0 6em 7em}
