.game-container{background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;font-family:Arial,sans-serif;justify-content:center;min-height:100vh;padding:20px}.game-container,.game-header{align-items:center;display:flex}.game-header{justify-content:space-between;margin-bottom:30px;max-width:400px;width:100%}.game-header h1{color:#fff;font-size:48px;margin:0;text-shadow:2px 2px 4px #0000004d}.stats{display:flex;gap:15px}.score{background:#fff3;border-radius:10px;min-width:100px;padding:15px 20px;text-align:center}.score-label{color:#fffc;font-size:12px;font-weight:700;margin-bottom:5px}.score-value{color:#fff;font-size:32px;font-weight:700}.game-board{grid-gap:10px;aspect-ratio:1;background:#0003;border-radius:10px;box-shadow:0 8px 16px #0003;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:30px;max-width:400px;padding:15px;width:100%}.tile{align-items:center;border-radius:5px;box-shadow:inset 0 0 20px #ffffff1a;font-weight:700;transition:all .15s ease-in-out}.game-controls,.tile{display:flex;justify-content:center}.game-controls{flex-wrap:wrap;gap:10px;margin-bottom:20px}.game-controls button,.reset-button{background:#fff;border:none;border-radius:5px;box-shadow:0 4px 8px #0003;color:#667eea;cursor:pointer;font-size:16px;font-weight:700;padding:12px 20px;transition:all .3s ease}.game-controls button:hover,.reset-button:hover{background:#f0f0f0;box-shadow:0 6px 12px #0000004d;transform:translateY(-2px)}.reset-button{background:#ff6b6b;color:#fff;font-size:18px;padding:15px 40px}.reset-button:hover{background:#ff5252}.overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popup{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0000004d;padding:40px;text-align:center}.popup h2{color:#333;font-size:32px;margin:0 0 15px}.popup p{color:#666;font-size:18px;margin:0 0 30px}.popup button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px 40px;transition:all .3s ease}.popup button:hover{background:#764ba2;transform:scale(1.05)}@media (max-width:480px){.game-header{flex-direction:column;gap:15px}.game-header h1{font-size:36px}.game-board{max-width:100%}.game-controls{width:100%}.game-controls button{flex:1 1;min-width:80px}}*,.App{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.04bd4bc8.css.map*/