: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}.tetris-game{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#2c3e50;background:linear-gradient(135deg,#2c3e50,#1a1a2e);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;padding:20px;box-sizing:border-box}.game-layout{display:flex;justify-content:center;align-items:flex-start;gap:30px;width:100%;max-width:1000px}.left-panel{display:flex;flex-direction:column;gap:25px;width:200px;background-color:#34495ecc;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0000004d}.controls button{width:100%;padding:12px;margin-bottom:10px;background-color:#3498db;color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:1px}.controls button:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.controls button:active{transform:translateY(0)}.instructions{background-color:#2c3e50b3;padding:15px;border-radius:5px;border-left:4px solid #3498db}.instructions h3{margin-top:0;margin-bottom:15px;text-align:center;color:#ecf0f1;font-size:18px}.instructions p{margin:10px 0;font-size:14px;color:#bdc3c7;line-height:1.5}.score-display{text-align:center;background-color:#2c3e50b3;padding:15px;border-radius:5px;border-left:4px solid #2ecc71}.score-display h3{margin-top:0;margin-bottom:10px;color:#ecf0f1;font-size:18px}.score{font-size:32px;font-weight:700;color:#2ecc71;text-shadow:0 2px 4px rgba(0,0,0,.3)}.center-panel{display:flex;flex-direction:column;align-items:center;gap:20px}.game-board{border:8px solid #34495e;border-radius:4px;background-color:#1a1a2e;display:inline-block;box-shadow:0 8px 16px #0000004d}.board-row{display:flex}.cell{width:25px;height:25px;border:1px solid rgba(255,255,255,.05);box-sizing:border-box}.cell-I{background-color:#00f0f0;box-shadow:inset 0 0 10px #00f0f080}.cell-J{background-color:#0000f0;box-shadow:inset 0 0 10px #0000f080}.cell-L{background-color:#f0a000;box-shadow:inset 0 0 10px #f0a00080}.cell-O{background-color:#f0f000;box-shadow:inset 0 0 10px #f0f00080}.cell-S{background-color:#00f000;box-shadow:inset 0 0 10px #00f00080}.cell-T{background-color:#a000f0;box-shadow:inset 0 0 10px #a000f080}.cell-Z{background-color:#f00000;box-shadow:inset 0 0 10px #f0000080}.right-panel{display:flex;flex-direction:column;gap:25px;width:200px}.info-box{background-color:#34495ecc;padding:20px;border-radius:10px;text-align:center;box-shadow:0 4px 8px #0000004d}.info-box h3{margin-top:0;margin-bottom:15px;color:#ecf0f1;font-size:18px}.piece-preview{display:grid;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(4,1fr);gap:3px;width:100px;height:100px;margin:0 auto;background-color:#1a1a2e80;border:2px solid #34495e;border-radius:5px;padding:5px}.preview-cell{width:100%;height:100%;border-radius:2px;background-color:#ffffff0d}.preview-cell.I{background-color:#00f0f0;box-shadow:0 0 8px #00f0f0b3}.preview-cell.J{background-color:#0000f0;box-shadow:0 0 8px #0000f0b3}.preview-cell.L{background-color:#f0a000;box-shadow:0 0 8px #f0a000b3}.preview-cell.O{background-color:#f0f000;box-shadow:0 0 8px #f0f000b3}.preview-cell.S{background-color:#00f000;box-shadow:0 0 8px #00f000b3}.preview-cell.T{background-color:#a000f0;box-shadow:0 0 8px #a000f0b3}.preview-cell.Z{background-color:#f00000;box-shadow:0 0 8px #f00000b3}[class^=cell-ghost-],[class*=" cell-ghost-"]{opacity:.3;border:1px dashed rgba(255,255,255,.5)}.cell-ghost-I{background-color:#00f0f0}.cell-ghost-J{background-color:#0000f0}.cell-ghost-L{background-color:#f0a000}.cell-ghost-O{background-color:#f0f000}.cell-ghost-S{background-color:#00f000}.cell-ghost-T{background-color:#a000f0}.cell-ghost-Z{background-color:#f00000}@media (max-width: 900px){.game-layout{flex-direction:column;align-items:center}.left-panel,.right-panel{width:100%;max-width:400px}.right-panel{flex-direction:row;justify-content:space-between}.info-box{width:48%}}@media (max-width: 500px){.game-board{transform:scale(.9)}.piece-preview{width:80px;height:80px}}@keyframes lineClear{0%{background-color:#fff}to{background-color:transparent}}.line-clearing{animation:lineClear .3s ease-out}#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}
