: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:#1c1c1c;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;display:flex;place-items:center;min-width:320px;min-height:100vh}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{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.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}body,html{height:100%;margin:0;padding:0;font-family:sans-serif;background-color:#1c1c1c}.play-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;background-color:#1c1c1c;color:#fff;gap:2rem}.play-button{display:flex;justify-content:center;align-items:center;padding:1.5rem 3.5rem;font-size:2.5rem;font-weight:700;color:#fff;border:none;cursor:pointer;gap:1rem;border-radius:1rem;transition:background-color .3s ease,transform .2s ease;box-shadow:0 12px 24px #0000004d;background:#1a1a1a}.play-button:active{transform:scale(.93)}.play-button:hover{background-color:#019875;animation:blip .3s ease-out}.slider-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:-50px}input[type=range]{width:300px;accent-color:#00b894}html,body{height:100%;margin:0;padding:0;font-family:sans-serif;background-color:#1c1c1c}.scoreboard{position:fixed;top:0;left:0;width:100%;height:100px;background-color:#1c1c1c;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px}.card-container{display:flex;flex-direction:row;justify-content:center;align-content:flex-start;flex-wrap:wrap;overflow-y:auto;height:100vh;width:100%;box-sizing:border-box;padding:10px;margin-top:150px}.robot-card{display:flex;flex-direction:column;margin:10px 10px 0;flex-shrink:0}.robot-card img{max-width:150px;max-height:150px;width:auto;height:auto}.card-text{border:2px solid #fff;height:40px;display:flex;justify-content:center;align-items:center;width:100%}.game-result{display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:.7;color:#fff}.game-result h1{margin-bottom:15px}.game-result button{display:flex;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-size:1.5rem;font-weight:700;background:#1a1a1a;color:#fff;border:none;cursor:pointer;gap:1rem;border-radius:1rem;transition:background-color .3s ease,transform .2s ease;box-shadow:0 12px 24px #0000004d;margin-top:5px}.game-result button:active{transform:scale(.93)}@keyframes blip{0%{transform:scale(1)}30%{transform:scale(1.2)}60%{transform:scale(.9)}to{transform:scale(1)}}.game-result button:hover{background-color:#019875;animation:blip .3s ease-out}
