body{font:14px Century Gothic,Futura,sans-serif;margin:20px}ol,ul{padding-left:30px}.maze{display:block;image-rendering:pixelated;margin:0 auto;touch-action:none;-webkit-user-select:none;user-select:none;width:var(--maze-width);height:var(--maze-height)}@media(any-pointer:coarse){.maze{width:var(--maze-coarse-width);height:var(--maze-coarse-height)}}.board-row:after{clear:both;content:"";display:table}.status{margin-bottom:10px}.square{background:#fff;border:0px solid #999;float:left;font-size:0;font-weight:700;line-height:7.5px;height:7.5px;margin-right:-1px;margin-top:-1px;padding:0;text-align:center;width:7.5px}.wall{background:#999}.trace{background:red}.completed .trace{background:green}.square:focus{outline:none}.kbd-navigation .square:focus{background:#ddd}.game{display:flex;flex-direction:row}.game-info{margin-left:20px}.maze-app{max-width:100%}.frontier-panel{box-sizing:border-box;margin:16px auto 0;max-width:720px;padding:0 8px}.exploration-status,.last-stop{margin:8px 0}.frontier-buttons,.exit-buttons{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.frontier-buttons button,.exit-buttons button{min-height:44px;min-width:88px;padding:10px 14px;font:inherit;cursor:pointer}.frontier-buttons button.selected{font-weight:700;outline:3px solid currentColor}.completed-message{font-weight:700}@media(max-width:600px){body{margin:10px}.frontier-buttons button,.exit-buttons button{flex:1 1 120px}}
