: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;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}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#root{height:100%}.color-screen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;position:relative}.instructions{text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);-webkit-user-select:none;user-select:none;z-index:10}.instructions h1{font-size:3rem;margin-bottom:1rem;font-weight:300;letter-spacing:2px}.instructions p{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.pressed-key{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15rem;font-weight:700;color:#ffffff4d;text-shadow:0 0 20px rgba(255,255,255,.5);animation:keyPulse .3s ease-out;pointer-events:none;z-index:5}@keyframes keyPulse{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{transform:translate(-50%,-50%) scale(1.2);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:.3}}@media (max-width: 768px){.instructions h1{font-size:2rem}.instructions p{font-size:1rem}.pressed-key{font-size:8rem}}
