: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{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}}.game-grid{background:#000c;position:relative;border:15px solid #fb0;border-radius:15px}html,body,#root{height:100%;width:100%;margin:0;padding:0}body{position:fixed;overscroll-behavior:none;background-image:url(/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (pointer: coarse){@supports (-webkit-backdrop-filter: blur(1px)) and (overscroll-behavior-y: none){html{min-height:100.3%;overscroll-behavior-y:none}}}@media screen and (pointer: coarse){@supports (-webkit-backdrop-filter: blur(1px)) and (not (overscroll-behavior-y: none)){html{height:100%;overflow:hidden}body{margin:0;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch}}}.game-container{display:flex;flex-direction:column;align-items:center;height:100%;width:100%}.score{background-color:#000a;color:#ff0;padding:0 20px;font-size:40px;margin-bottom:20px}.matchmoji-grid{width:300px;height:500px}.tile{position:absolute;width:42px;height:42px;background-color:#eee;border:1px solid #ccc;border-radius:4px;margin-top:3px;margin-left:3px;display:flex;justify-content:center;align-items:center;font-size:35px;cursor:grab;-webkit-user-select:none;user-select:none;transition:top .4s ease}.tile:active{cursor:grabbing}.tile.dragging{z-index:1;box-shadow:5px 5px 10px #0000004d;cursor:grabbing}.game-over{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000000b3;color:#fff;padding:20px;font-size:2em;border-radius:10px;text-align:center;z-index:2}.minesweeper-container{display:flex;flex-direction:column;align-items:center}.minesweeper-grid{display:grid;grid-template-columns:repeat(10,32px);grid-auto-rows:32px;gap:4px;width:max-content;padding:2px 4px 5px 2px}.cell{width:32px;height:32px;border:1px solid #888;background-color:#bbb;font-size:18px;cursor:pointer;line-height:32px;text-align:center;-webkit-user-select:none;user-select:none}.cell.revealed{background-color:#ddd;border-color:#999;cursor:default}.cell.mine{background-color:#e57373}.cell.flagged{background-color:#fdd835}
