: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}body{margin:0;padding:0;width:100%;height:100vh;background-color:#1a1a1a}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}}#root{width:100%;height:100vh;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background-color:#1a1a1a}.game-container{position:relative;width:100%;height:100vh}.game-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hud-settings{position:absolute;top:10px;right:10px;z-index:100;display:flex;flex-direction:column;gap:5px;background-color:#00000080;padding:10px;border-radius:5px;backdrop-filter:blur(5px);transform:scale(.4);transform-origin:top right;transition:transform .2s ease}.hud-settings:hover{transform:scale(1)}.hud-settings button{padding:5px 10px;background-color:#333;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:12px;transition:background-color .2s ease}.hud-settings button:hover{background-color:#555}.instructions{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-family:Arial,sans-serif;font-size:14px;text-align:center;padding:10px;background-color:#00000080;border-radius:5px;z-index:100;pointer-events:none;opacity:.7}.landing-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#1a1a1a;color:#fff;padding:2rem}.landing-page h1{font-size:3rem;margin-bottom:2rem;text-align:center}.lobbies-container{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;max-width:1200px;width:100%}.lobby-card{background-color:#2a2a2a;border-radius:12px;padding:2rem;min-width:300px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease-in-out}.lobby-card:hover{transform:translateY(-5px)}.lobby-card h2{margin:0 0 1rem;color:#4a9eff}.lobby-stats{margin:1rem 0;font-size:1.2rem}.join-button{background-color:#4a9eff;color:#fff;border:none;padding:.8rem 2rem;border-radius:6px;font-size:1.1rem;cursor:pointer;transition:background-color .2s ease-in-out}.join-button:hover:not(:disabled){background-color:#357abd}.join-button:disabled{background-color:#666;cursor:not-allowed}
