*{box-sizing:border-box;margin:0;padding:0}:root{--cell-size:24px;--primary-color:#4a90e2;--primary-hover:#357abd;--bg-light:#ffffff;--bg-dark:#2a2a2a;--text-light:#333333;--text-dark:#f0f0f0;--border-light:#dddddd;--border-dark:#555555}.minesweeper-container{width:100%;max-width:100%;display:flex;justify-content:center}.game-wrapper{border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:10px}.board-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.info-box{display:flex;align-items:center;gap:4px;background-color:#000;padding:4px 8px;border-style:solid;border-width:2px;border-color:gray #fff #fff gray;min-width:60px;justify-content:center;box-shadow:inset 0 0 0 1px #000}.info-icon{width:32px;height:32px;background-image:url(/minesweeper/UI.png);background-size:512px 544px;background-repeat:no-repeat;image-rendering:pixelated;display:inline-block;margin-right:-9px}.mine-icon::before{content:''}.mine-icon{background-position:-48px -24px}.clock-icon::before{content:''}.clock-icon{background-position:0 -24px;position:relative}.clock-icon::after{content:'';position:absolute;top:0;left:0;width:32px;height:32px;background-image:url(/minesweeper/UI.png);background-size:512px 544px;background-position:0 -288px;background-repeat:no-repeat;image-rendering:pixelated;z-index:-1}.clock-icon{background-position:0 -32px}.flag-icon::before{content:''}.flag-icon{background-position:-32px -32px;position:relative}.flag-icon::after{content:'';position:absolute;top:0;left:0;width:32px;height:32px;background-image:url(/minesweeper/UI.png);background-size:512px 544px;background-position:0 -288px;background-repeat:no-repeat;image-rendering:pixelated;z-index:-1}#game-board{display:grid;gap:0;background:#8b7355}.cell.revealed[data-count="1"]{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:0 0}.cell.revealed[data-count="2"]{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-24px 0}.cell.revealed[data-count="3"]{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-48px 0}.cell.revealed[data-count="4"]{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-72px 0}.cell.revealed[data-count="5"]{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-96px 0}.cell.revealed[data-count="6"]{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-120px 0}.cell.revealed[data-count="7"]{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-144px 0}.cell.revealed[data-count="8"]{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-168px 0}.cell.mine{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-48px -96px}.cell.mine.revealed{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-position:-48px -96px}.cell{width:var(--cell-size);height:var(--cell-size);background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Cells24.png);background-repeat:no-repeat;background-position:-72px -96px;cursor:pointer;image-rendering:pixelated}.cell:hover:not(.revealed):not(.flagged){filter:brightness(1.1)}.cell.flagged{background-position:0 -96px}.cell.revealed{background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Backgrounds.png);background-position:0 0;cursor:default}.cell.revealed:not([data-count]):not(.mine){background-image:url(/Micro-Classics-Minesweeper/16x16/Tiles/Grids24.png);background-position:0 0}.digit{width:32px;height:32px;background-image:url(/minesweeper/UI.png);background-size:512px 544px;background-repeat:no-repeat;image-rendering:pixelated;display:inline-block;margin-right:-12px}.digit-0{background-position:0 -64px}.digit-1{background-position:-32px -64px}.digit-2{background-position:-64px -64px}.digit-3{background-position:-96px -64px}.digit-4{background-position:-128px -64px}.digit-5{background-position:-160px -64px}.digit-6{background-position:-192px -64px}.digit-7{background-position:-224px -64px}.digit-8{background-position:0 -96px}.digit-9{background-position:-32px -96px}#game-status{height:24px;font-family:inter,sans-serif;font-weight:700;text-align:center;margin-bottom:8px}#game-status.win{color:#2ecc71}#game-status.lose{border-image-slice:30;border-image-width:12px;border-image-repeat:stretch;background-color:#4a4a4a;padding:4px;cursor:pointer}#game-status.lose{color:#e74c3c}.board-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}#game-board{display:grid;gap:0;background:#8b7355}.board-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}#game-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:100%;max-width:fit-content;align-self:center}.info-box{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;background-image:url(/minesweeper/ui-l1.png);background-size:100% 100%;background-repeat:no-repeat;image-rendering:pixelated;width:108px;height:46px;padding-left:5px;padding-bottom:8px;box-sizing:border-box;border:none;min-width:0;box-shadow:none}.board-container{display:inline-block;position:relative;border-style:solid;border-width:4px 10px 10px 4px;border-image-source:url(/minesweeper/border-l1.png);border-image-slice:4 10 10 4;border-image-width:4px 10px 10px 4px;border-image-repeat:stretch;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;background-color:#8b7355}#game-board{display:grid;gap:0;background:#8b7355}.info-display{display:flex}.info-display{font-family:roboto mono,monospace;font-size:16px;font-weight:700;color:#333}@media(max-width:768px){.game-wrapper{width:100%;max-width:100%}.board-wrapper{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;align-items:flex-start}.board-container{display:inline-block;min-width:min-content;margin-inline:auto}}.game-wrapper.dark{background-color:var(--bg-dark);color:var(--text-dark)}.game-wrapper.dark #difficulty-controls{background:rgba(255,255,255,5%);border-color:rgba(255,255,255,.1)}.game-wrapper.dark .info-box{background:#3a3a3a;border-color:#505050}.game-wrapper.dark .info-display{color:#fff}