.play-wrap{padding:clamp(5.5rem,10vw,7rem) 0 clamp(2.5rem,6vw,4rem)}.play-head{display:flex;flex-direction:column;gap:.7rem;margin-bottom:clamp(1.4rem,3vw,2.2rem)}.play-head .eyebrow{display:inline-flex;align-items:center;gap:.6rem}.play-head h1{font-size:clamp(2.2rem,6vw,3.6rem);font-weight:500;letter-spacing:-.04em;line-height:.98}.play-head p{color:var(--muted);font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.7;max-width:56ch}.game-shell{position:relative;width:min(100%,980px);margin-inline:auto;aspect-ratio:16/9;border:1px solid var(--border-1);background:#05080d;box-shadow:0 30px 80px rgba(0,0,0,.6),inset 0 0 0 1px rgba(45,212,191,.04);overflow:hidden;touch-action:none}.game-host,.game-host canvas{width:100%!important;height:100%!important;display:block;image-rendering:pixelated}.game-shell--loading{display:grid;place-items:center}.game-loading{font-family:var(--mono);font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);animation:gpulse 1.2s ease-in-out infinite}@keyframes gpulse{0%,to{opacity:.4}50%{opacity:1}}.game-touch{position:absolute;left:0;right:0;bottom:0;z-index:5;display:flex;align-items:flex-end;justify-content:space-between;padding:.8rem;pointer-events:none}.game-touch__pad{display:flex;gap:.7rem}.game-touch__btn{pointer-events:auto;width:62px;height:62px;border-radius:50%;border:1px solid hsla(0,0%,100%,.25);background:rgba(8,12,18,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:hsla(0,0%,100%,.85);display:grid;place-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;-webkit-tap-highlight-color:transparent}.game-touch__btn:active{background:rgba(45,212,191,.55);border-color:var(--accent);color:#04130f}.game-touch__jump{width:74px;height:74px}.game-touch__dash{align-self:center}@media (max-width:640px){.game-touch__btn{width:54px;height:54px}.game-touch__jump{width:66px;height:66px}}.game-best{width:min(100%,980px);margin:.8rem auto 0;font-family:var(--mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.game-best b{color:var(--accent);font-weight:600}.play-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--border);font-family:var(--mono);font-size:.7rem;letter-spacing:.06em;color:var(--faint)}.play-foot .keys{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem}.play-foot .keys b{color:var(--text);font-weight:500}.play-key{display:inline-block;border:1px solid var(--border-1);padding:.05rem .4rem;color:var(--text);border-radius:3px;margin-right:.25rem}