:root{color-scheme:dark;--text: #f4ead7;--muted: #d8cab0;--accent: #ffc66d}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;background:#050608;color:var(--text);font-family:system-ui,sans-serif}.game-shell{position:fixed;top:0;right:0;bottom:0;left:0;background:#173b25}canvas{display:block;width:100vw;height:100vh;background:#234b2f;image-rendering:auto}.hud{position:fixed;left:16px;right:16px;bottom:16px;display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border:2px solid rgba(255,198,109,.45);background:#121014d1;color:var(--text);font:16px/1.25 system-ui,sans-serif;pointer-events:none}.hud span{color:var(--muted);text-align:right}.screen{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at center,rgba(255,198,109,.12),transparent 20rem),#000000eb;z-index:10}.screen.hidden{display:none}.frontpage-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#000;cursor:pointer}.frontpage-overlay.hidden{display:none}.frontpage-overlay iframe{width:100%;height:100%;border:0;pointer-events:none}.memory-slideshow-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5;background:#000}.memory-slideshow-overlay.hidden{display:none}.memory-slideshow-overlay iframe{width:100%;height:100%;border:0}.memory-slideshow-label,.memory-slideshow-exit{position:fixed;z-index:6;border:2px solid rgba(255,229,166,.68);background:#0000008c;color:#ffe5a6;font:700 17px/1 system-ui,sans-serif;pointer-events:none}.memory-slideshow-label{top:16px;left:16px;padding:11px 22px}.memory-slideshow-exit{right:16px;bottom:16px;padding:10px 14px;color:#d8cab0;font-size:14px}.screen-card{width:min(520px,100%);padding:32px;border:3px solid rgba(255,198,109,.58);background:#100d12f0;text-align:center;box-shadow:0 18px 60px #0000008c}.screen-card h1{margin:0 0 12px;color:var(--accent);font:700 36px/1.1 Georgia,Times New Roman,serif}.screen-card p{margin:12px 0;color:var(--muted)}.screen-card button{margin:18px 0 8px;padding:12px 22px;border:2px solid #ffdc91;background:#533622;color:#fff3cf;cursor:pointer;font:700 18px/1 system-ui,sans-serif}.screen-card button:hover,.screen-card button:focus-visible{background:#745032;outline:3px solid rgba(255,198,109,.4)}.hint{font-size:14px}
