:root{font-family:Inter,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{overflow:hidden;margin:0;min-width:320px;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width: 450px){body{background-color:#eecc1c}}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;background-color:#eecc1c;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50px}.phone{height:750px;width:320px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and ((max-height: 850px) or (max-width: 376px)){.phone{zoom:.98}}@media only screen and ((max-height: 800px) or (max-width: 366px)){.phone{zoom:.96}}@media only screen and ((max-height: 750px) or (max-width: 356px)){.phone{zoom:.92}}@media only screen and ((max-height: 695px) or (max-width: 346px)){.phone{zoom:.88}}@media only screen and ((max-height: 660px) or (max-width: 341px)){.phone{zoom:.84}}@media only screen and ((max-height: 635px) or (max-width: 336px)){.phone{zoom:.82}}@media only screen and ((max-height: 560px) or (max-width: 326px)){.phone{zoom:.78}}.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}.tetris-container{display:flex;flex-direction:column;align-items:center;background-color:#eecc1c;font-family:monospace}.game-content{background-color:#9eac86;border:1px solid #333;padding:10px;display:flex;gap:10px;align-items:flex-start}.game-info{padding:10px;width:80px;text-align:left}.game-board{padding:2px;border:2px solid #333}.row{display:flex}.cell{width:10px;height:10px;margin:1px;padding:2px;border:2px solid #8f9f74;background-color:#9eac86}.cell.filled{border:2px solid #333}.cell.clearing{animation:flash .3s linear infinite}.cell .cell-content{background-color:#8f9f74;width:10px;height:10px}.cell.filled .cell-content{background-color:#333;width:10px;height:10px}@keyframes flash{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.controls{margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:20px}.control-btn-container{display:flex;flex-direction:column;align-items:center;gap:2px}.control-btn{width:60px;height:20px;font-size:10px;background:linear-gradient(145deg,#45a049,#3d8b40);color:#fff;border:none;border-radius:10px;cursor:pointer;font-family:monospace;box-shadow:2px 2px 4px #0003,-2px -2px 4px #ffffff1a,inset 1px 1px 2px #fff3;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.control-btn:hover{background:linear-gradient(145deg,#3d8b40,#45a049);transform:translateY(-1px);box-shadow:3px 3px 5px #00000040,-3px -3px 5px #ffffff26,inset 1px 1px 2px #ffffff4d}.control-btn:active{transform:scale(.95) translateY(.5px);box-shadow:1px 1px 2px #00000026,-1px -1px 2px #ffffff0d,inset 1px 1px 2px #0000001a;animation:button-press .1s ease-in-out}@keyframes button-press{0%{transform:scale(1)}50%{transform:scale(.95) translateY(.5px)}to{transform:scale(.97)}}.control-btn-label{font-size:11px;color:#333;text-align:center;font-family:monospace;-webkit-user-select:none;user-select:none}.game-over{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000c;color:#fff;padding:20px;text-align:center;border-radius:10px}.all-controls{display:flex;flex-direction:row;align-items:center;gap:40px}.play-controls{display:grid;grid-template-areas:"r";gap:1px;margin-top:20px}.play-controls .control-btn{width:100px;height:100px;border-radius:50%;padding:0}.direction-controls{display:grid;grid-template-areas:". up ." "left . right" ". down .";gap:1px;margin-top:20px}.direction-controls .control-btn{width:90px;height:90px;border-radius:50%;padding:0;margin:-15px;box-shadow:none;background:transparent;rotate:45deg}.direction-controls .control-btn div{width:60px;height:60px;background:linear-gradient(145deg,#45a049,#3d8b40);border:none;border-radius:50%;box-shadow:2px 2px 4px #0003,-2px -2px 4px #ffffff1a,inset 1px 1px 2px #fff3}.direction-controls .control-btn[data-direction=up]{grid-area:up}.direction-controls .control-btn[data-direction=left]{grid-area:left}.direction-controls .control-btn[data-direction=right]{grid-area:right}.direction-controls .control-btn[data-direction=down]{grid-area:down}.menu-controls{display:flex;gap:30px}.drop-btn{margin-top:20px}.seven-segment-display{display:flex;gap:1px;padding:10px 0}.digit{position:relative;width:12px;height:18px}.segment{position:absolute;background-color:#8f9f74;transition:all .1s}.segment.on{background-color:#333}.segment-0,.segment-3,.segment-6{width:7px;height:2px;left:2.5px}.segment-0{top:1px}.segment-3{top:8px}.segment-6{top:15px}.segment-1,.segment-2,.segment-4,.segment-5{width:2px;height:6px}.segment-1{top:2px;left:1px}.segment-4{top:10px;left:1px}.segment-2{top:2px;right:1px}.segment-5{top:10px;right:1px}
