body{margin:0;padding:0;overflow:hidden}.landing-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background-color:#141414}#landingPage{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box}.landing-content{background-color:#9b6f6fb3;padding:5rem;border-radius:10px;text-align:center;font-family:Cinzel,serif;max-width:500px;margin:200px auto 0;width:90%;box-sizing:border-box}.landing-content h1{font-size:3.815rem;color:#fff;margin-bottom:1rem}.landing-content p{font-size:1rem;color:#fff;margin-bottom:2rem}.landing-content a{text-decoration:none;color:#fff;font-weight:700;font-size:1.2rem;transition:color .3s}.ai-options{display:flex;flex-direction:column;align-items:center;gap:1rem}.ai-buttons{display:flex;flex-direction:row;justify-content:center;gap:1rem}.custom-select{background-color:#4a4a4a;color:#fff;padding:10px;border-radius:8px;font-size:16px}#landingPage button{margin:.5rem;padding:.75rem 1.5rem;cursor:pointer;background-color:#4a4a4a;color:#fff;border:none;border-radius:4px;font-size:1rem;transition:background-color .3s}#landingPage button:hover{background-color:#666}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10}.overlay-content{background:#fff;padding:2rem;border-radius:10px;text-align:center}@media (max-height: 700px){.landing-content{margin-top:100px}}nav{position:fixed;top:0;left:0;width:100%;height:2rem;background-color:#141414cc;display:flex;justify-content:space-evenly;align-items:center;z-index:1000;color:#fff}nav button{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;margin:0 1rem}nav button:hover{color:#666}#game-settings{display:flex;gap:1rem}
