
:root{color-scheme:light;--ink:#243630;--muted:#66736c;--paper:#f5f4ed;--accent:#cbe875}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,a,summary{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #d1a527;outline-offset:4px}.site-header,main,footer{width:min(100% - 64px,1080px);margin:auto}.site-header{display:flex;align-items:center;justify-content:space-between;height:84px;border-bottom:1px solid #dcded4}.brand{font-size:13px;font-weight:800;letter-spacing:2px;text-decoration:none;color:var(--ink);display:flex;align-items:center;gap:10px}.brand-icon{display:grid;place-items:center;background:var(--ink);color:var(--accent);width:29px;height:29px;border-radius:8px;font-size:23px}.header-note{font-size:12px;color:var(--muted)}.title-row{display:flex;justify-content:space-between;align-items:end;margin:28px 0 22px}.eyebrow{font-size:10px;font-weight:bold;letter-spacing:1.8px;color:var(--muted);margin:0 0 10px}h1{font-size:clamp(24px,3.4vw,38px);letter-spacing:-1.5px;margin:0;font-weight:750}.free-label{font-size:11px;color:var(--muted);padding-bottom:5px}.game{background:#fff;border:1px solid #d5dcd0;border-radius:20px;overflow:hidden;box-shadow:0 12px 30px #263b2e08}.game-top{padding:19px 28px;display:flex;justify-content:space-between;align-items:center}.room-tag{font-size:9px;letter-spacing:2px;color:#708073}h2{font-size:20px;letter-spacing:-.5px;margin:7px 0 0}.restart{border:1px solid #dbe0d4;background:white;padding:10px 13px;border-radius:9px;font-size:12px;color:var(--ink)}.scene{background:#203a33;padding:16px max(18px,calc((100% - 640px)/2)) 14px;position:relative}.scene-label{display:flex;justify-content:space-between;color:#a7bcb0;font-family:monospace;font-size:10px;letter-spacing:1.2px;margin-bottom:12px;white-space:nowrap;gap:12px}.board{display:grid;grid-template-columns:repeat(9,1fr);width:100%;aspect-ratio:9/6;gap:3px;background:#183029;padding:4px;border-radius:9px;box-shadow:0 12px 30px #0b1a163d}.tile{border:0;position:relative;border-radius:3px;min-width:0;padding:0;background:#516d5c;display:grid;place-items:center;touch-action:manipulation}.tile.wall{background:#29483d;box-shadow:inset 0 3px #365747;cursor:default}.tile.floor:hover{background:#648570}.tile.exit{background:#cbe875;color:#294431;font-size:clamp(13px,2vw,24px);font-weight:bold}.tile.key{color:#f5d27b}.tile svg{width:62%;height:75%;overflow:visible}.tile.player{background:#78957a}.tile.player svg{color:#fff7df;filter:drop-shadow(0 3px 2px #183527)}.tile.laser:after{content:'';position:absolute;left:8%;right:8%;height:3px;background:#adc5b0;opacity:.4}.tile.laser.active:after{background:#ff8a79;opacity:1;box-shadow:0 0 12px #ff7562}.tile.laser.active{background:#744c41}.tile.player:after{z-index:0}.tile.player svg{z-index:1}.tile.caught{background:#a34e40}.map-legend{display:flex;justify-content:center;gap:20px;margin-top:13px;color:#b1c2b6;font:9px monospace;letter-spacing:1px}.map-legend span{display:flex;align-items:center;gap:6px}.map-legend i{width:6px;height:6px;border-radius:2px;display:inline-block}.key-dot{background:#f5d27b}.exit-dot{background:var(--accent)}.beam-dot{background:#ff8a79}.game-bottom{padding:15px 28px;display:flex;justify-content:space-between;align-items:center;gap:24px}.feedback p{font-size:13px;max-width:410px;line-height:1.5;margin:0 0 10px}.feedback>span{font:10px monospace;color:var(--muted);letter-spacing:1px}.controls{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.controls>div{display:flex;gap:4px}.controls button{height:36px;width:46px;border:1px solid #d5ddcd;border-radius:7px;background:#f3f5eb;color:#2b4035;font-size:19px;touch-action:manipulation}.controls #wait{font-size:11px}.controls button:active{background:var(--accent);transform:translateY(1px)}.controls button:disabled{opacity:.4;cursor:default}.below{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:36px 0;border-bottom:1px solid #dcded4}.below h2{font-size:23px}.instructions{padding:0;list-style:none;font-size:13px;color:var(--muted);line-height:1.7}.instructions li:before{content:'—';margin-right:10px;color:#8b9b7c}.about p:last-child{font-size:14px;color:var(--muted);line-height:1.8}.faq{max-width:720px;padding:28px 0}.faq h2{margin-bottom:18px}.faq details{border-top:1px solid #dcded4;padding:15px 0;font-size:13px}.faq summary{cursor:pointer;font-weight:bold}.faq p{line-height:1.7;color:var(--muted)}footer{display:flex;justify-content:space-between;padding:24px 0 32px;font-size:10px;color:var(--muted);border-top:1px solid #dcded4}footer span:first-child{letter-spacing:2px;font-weight:bold}@media(max-width:600px){.site-header,main,footer{width:calc(100% - 28px)}.site-header{height:57px}.header-note,.free-label{display:none}.title-row{margin:18px 0 16px}.eyebrow{font-size:8px}h1{letter-spacing:-.8px;font-size:27px}.game{border-radius:14px}.game-top{padding:14px}.game-top h2{font-size:18px}.scene{padding:13px 10px}.board{gap:2px;padding:3px}.scene-label{font-size:8px}.map-legend{gap:13px;font-size:7px}.game-bottom{padding:13px;gap:8px}.feedback p{font-size:11px}.controls button{width:44px;height:44px}.below{grid-template-columns:1fr;gap:22px;padding:28px 0}.below h2{font-size:21px}.instructions{font-size:12px}.about p:last-child{font-size:13px}.restart span{display:none}.restart{font-size:19px;padding:5px 11px}}

footer{gap:16px;flex-wrap:wrap}footer a{color:inherit;display:inline-block;padding:8px 0}.document{max-width:760px;min-height:60vh;padding:40px 0;line-height:1.8}.document h2{margin-top:28px}.document a{color:#294f30;overflow-wrap:anywhere}.site-header>a:last-child:not(.brand){color:inherit;font-size:13px}
