:root{font-family:"MS Sans Serif",Tahoma,Arial,sans-serif;color:#000;background:teal;font-synthesis:none}*{box-sizing:border-box}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,iframe:focus-visible{outline:3px solid #000080;outline-offset:2px}.app,.app-content{min-height:100dvh}.app-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px;background:teal}.game-container,.menu-bar,.dialog{background:silver;border-top:3px solid #fff;border-left:3px solid #fff;border-right:3px solid #000;border-bottom:3px solid #000}.game-container{display:flex;flex-direction:column;max-width:100%;max-height:calc(100dvh - 72px);padding:6px}.game-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;padding:5px 8px;background:silver;border-top:3px solid #808080;border-left:3px solid #808080;border-right:3px solid #fff;border-bottom:3px solid #fff}.segment-display{min-width:78px;padding:3px 6px;overflow:hidden;color:#f33;background:#080000;border-top:2px solid #808080;border-left:2px solid #808080;border-right:2px solid #fff;border-bottom:2px solid #fff;font-family:Courier New,monospace;font-size:30px;font-weight:700;line-height:1;letter-spacing:3px;text-align:center;text-shadow:0 0 4px #f00}.smiley-btn{display:grid;place-items:center;width:44px;height:44px;padding:0;background:silver;border-top:3px solid #fff;border-left:3px solid #fff;border-right:3px solid #808080;border-bottom:3px solid #808080;font-size:27px;cursor:pointer}.smiley-btn:active,.retro-button:active,.dialog button:active{border-top-color:gray;border-left-color:gray;border-right-color:#fff;border-bottom-color:#fff}.board-wrapper{min-height:0;overflow:auto;padding:6px;background:silver;border-top:3px solid #808080;border-left:3px solid #808080;border-right:3px solid #fff;border-bottom:3px solid #fff;scrollbar-color:#808080 #c0c0c0}.board{display:grid;flex:none;background:silver}.cell{display:grid;place-items:center;min-width:0;min-height:0;padding:0;color:#000;background:silver;border:1px solid #808080;font-size:var(--cell-font-size, 14px);font-weight:700;line-height:1;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.cell.hidden,.cell.flag,.cell.question{border-top:var(--cell-border-width, 3px) solid #fff;border-left:var(--cell-border-width, 3px) solid #fff;border-right:var(--cell-border-width, 3px) solid #808080;border-bottom:var(--cell-border-width, 3px) solid #808080}.cell.hidden:active{border:1px solid #808080}.cell.mine{background:red}.cell.num-1{color:#00f}.cell.num-2{color:#006c00}.cell.num-3{color:#d00000}.cell.num-4{color:navy}.cell.num-5{color:maroon}.cell.num-6{color:#006b6b}.cell.num-7{color:#000}.cell.num-8{color:#555}.cell.focused{outline:2px dashed #000;outline-offset:-4px;z-index:1}.keyboard-help{margin:6px 2px 0;font-size:11px;line-height:1.35;text-align:center}.menu-bar{padding:4px 8px}.menu-bar button,.dialog button{min-height:30px;padding:4px 12px;background:silver;border-top:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #808080;border-bottom:2px solid #808080;cursor:pointer}.dialog button:hover:not(:disabled),.menu-bar button:hover{background:navy;color:#fff}.dialog button:disabled{color:#666;cursor:not-allowed;text-shadow:1px 1px #fff}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:16px;background:#0000008c}.dialog{width:min(500px,100%);max-height:calc(100dvh - 32px);overflow:auto;padding:16px;box-shadow:8px 8px #00000059}.dialog h2{margin:-16px -16px 14px;padding:5px 7px;color:#fff;background:navy;font-size:15px;line-height:1.3}.dialog p{line-height:1.5}.dialog fieldset{display:flex;flex-direction:column;gap:8px;margin:0 0 14px;padding:10px;border:1px solid #808080}.dialog legend{padding:0 5px;font-weight:700}.dialog label{display:flex;align-items:center;gap:8px;line-height:1.35}.dialog input[type=checkbox],.dialog input[type=radio]{width:18px;height:18px;flex:none}.clickwrap-text,.privacy-notice{padding:10px;border:1px solid #808080;background:#fff}.privacy-notice{background:#ffffcf;font-size:12px}.clickwrap-items{display:grid;gap:12px;margin:14px 0}.clickwrap-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.clickwrap-item label{min-width:0}.custom-settings{display:grid;gap:8px;margin:0 0 14px;padding:10px;border:1px solid #808080}.custom-settings label{justify-content:space-between}.custom-settings input{width:72px;padding:3px}.legal-buttons,.dialog-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.legal-buttons button,.dialog-actions button{flex:1}.dialog .primary-button{font-weight:700;border-color:#fff #000 #000 #fff}.result-dialog{text-align:center}.legal-dialog{width:min(1000px,96vw);height:min(900px,94dvh);display:flex;flex-direction:column}.legal-content{min-height:0;flex:1;margin-bottom:10px;overflow:hidden;background:#fff;border:2px solid #808080}.legal-content iframe{width:100%;height:100%;min-height:420px;border:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:600px){.app-content{justify-content:flex-start;padding:5px}.game-container{max-height:calc(100dvh - 52px);padding:4px}.game-header{gap:6px}.segment-display{min-width:62px;font-size:24px}.keyboard-help{display:none}.modal-backdrop{padding:6px}.dialog{max-height:calc(100dvh - 12px);padding:12px}.dialog h2{margin:-12px -12px 12px}.clickwrap-item{grid-template-columns:1fr}.clickwrap-item button{justify-self:stretch}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}}html{color-scheme:light;background:teal;text-size-adjust:100%}body{min-width:280px;min-height:100vh;margin:0}#root{min-height:100vh}
