:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}body{background-color:rgba(0,123,255,.2)}.card-style{background-color:#2a2a2a;border-radius:.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.25)}.active-game{background-color:rgba(0,123,255,.2);border-left:3px solid #0d6efd;box-shadow:0 0 .5rem rgba(13,110,253,.25)}.h1{font-family:Brush Script MT,cursive;margin-bottom:50;color:white;border-color:#0d6efd;font-size:110px;animation:glow .75s ease-in-out infinite alternate}.button-font{font-family:Courier New,monospace;font-weight:900}@keyframes glow{0%{text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #0d6efd,0 0 40px #0d6efd,0 0 50px #0d6efd,0 0 60px #0d6efd,0 0 70px #0d6efd}to{text-shadow:0 0 20px #fff,0 0 30px #0d6efd,0 0 40px #0d6efd,0 0 50px #0d6efd,0 0 60px #0d6efd,0 0 70px #0d6efd,0 0 80px #0d6efd}}.transition-all{transition:all .3s ease}.hover-scale:hover{transform:scale(1.02)}.focus-ring:focus{outline:2px solid #0d6efd;outline-offset:2px}.hover-opacity:hover{opacity:1!important}.opacity-75{opacity:.75}.hover-scale:hover{transform:scale(1.03)}.hover-scale:hover,.transition-all{transition:all .2s ease-in-out}.cursor-pointer{cursor:pointer}