*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}:root{color:#111827;background:#f8fafc;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{margin:0}.container{width:min(1100px,92vw);margin:0 auto;padding:2rem 0 4rem}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.card img{object-fit:cover;border-radius:10px;width:100%;height:150px}.game-shell{background:#020617;border:1px solid #334155;border-radius:16px;padding:1rem;overflow:auto}.game-shell canvas{max-width:100%;height:auto;margin:0 auto;display:block}.back-link{margin-bottom:1rem;display:inline-block}.touch-controls{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.touch-btn{background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:58px;padding:.5rem}.share-row{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.loading{color:#fff;text-align:center;padding:2rem}@media (max-width:768px){.container{width:min(98vw,1100px)}.game-shell canvas{width:min(100%,86.67dvh - 190.674px);max-height:calc(100dvh - 220px)}}
