.home{width:100%;max-width:var(--max);min-height:0;padding:8px var(--gutter) 16px;grid-template:".game"1fr"head game""more game"".game"1fr/minmax(280px,2fr) minmax(0,3fr);gap:20px 48px;margin:0 auto;display:grid}@media (width>=900px) and (height>=560px){body.page-home{height:100dvh;overflow:hidden}}.profile-head{flex-direction:column;grid-area:head;gap:16px;display:flex}.profile-photo img{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:72px;height:72px}.profile-head h1{letter-spacing:-.015em;margin:0;font-size:clamp(1.75rem,2.6vw,2.5rem);font-weight:600}.profile-title{color:var(--accent);margin:4px 0 0;font-weight:500}.profile-more{grid-area:more;max-width:52ch}.profile-bio{color:var(--muted);margin:0 0 16px;line-height:1.65}.profile-links{margin:0}.profile-links a{align-items:center;gap:8px;font-weight:500;display:inline-flex}@media (width>=900px) and (width<=1099px){.home{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);column-gap:32px}}@media (width>=900px){.game{justify-content:center;container-type:inline-size}.game__stage{max-height:66.6667cqw}}@media (width>=900px) and (height<=820px){.profile-head{flex-direction:row;align-items:center}.profile-bio{margin-bottom:12px;font-size:.9375rem;line-height:1.55}}.game{border-radius:var(--radius);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-direction:column;grid-area:game;gap:10px;min-height:0;display:flex}.game:focus-visible{outline-offset:6px}.game__stage{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);min-height:320px;box-shadow:var(--shadow);flex:1;position:relative;overflow:hidden}.game__stage canvas{touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.game__fallback{object-fit:cover;width:100%;height:100%;display:none;position:absolute;inset:0}.game__overlay{pointer-events:none;place-items:center;padding:16px;display:grid;position:absolute;inset:0}.game__overlay>*{pointer-events:auto}.overlay-card{background:color-mix(in srgb, var(--surface) 94%, transparent);border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;border-radius:12px;max-width:320px;padding:20px 24px}.overlay-card h3{margin:0 0 6px;font-size:1.125rem}.overlay-card p{color:var(--muted);margin:0 0 14px;font-size:.9375rem}.overlay-card dl{font-family:var(--font-mono);text-align:left;grid-template-columns:auto auto;gap:4px 16px;margin:0 0 16px;font-size:.875rem;display:grid}.overlay-card dt{color:var(--muted)}.overlay-card dd{text-align:right;margin:0}.overlay-badge{background:var(--accent-2);color:#1c1e1c;font:500 .75rem/1.6 var(--font-mono);border-radius:6px;margin-bottom:10px;padding:2px 8px;display:inline-block}.overlay-count{font:500 clamp(3rem, 10vw, 6rem)/1 var(--font-mono);color:#fff;text-shadow:0 3px #00000059;pointer-events:none}.overlay-countdown{pointer-events:none;flex-direction:column;align-items:center;gap:10px;display:flex}.overlay-countdown .overlay-you{color:#fff;background:#0000008c;border-radius:999px;padding:4px 10px;font-weight:500}.overlay-you{color:var(--text);align-items:center;gap:6px;font-weight:600;display:inline-flex}.overlay-card .overlay-you{justify-content:center;margin-bottom:4px;display:flex}.overlay-swatch{border-radius:3px;flex:none;width:12px;height:12px;box-shadow:0 0 0 1.5px #fff6e8}.game__tools{gap:8px;display:flex;position:absolute;top:8px;right:8px}.game__tool{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#00000059;border:0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.game__tool[hidden]{display:none}.game__tool[aria-pressed=true]{box-shadow:inset 0 0 0 2px var(--accent-2)}.game__tool svg{width:18px;height:18px}.game__tool .icon-exit{display:none}.game.is-fullscreen .game__tool .icon-exit{display:block}.game.is-fullscreen .game__tool .icon-enter{display:none}.game__touch{--touch-bg:color-mix(in srgb, var(--surface) 92%, var(--text));--touch-bg-down:color-mix(in srgb, var(--surface) 70%, var(--text));--touch-fg:var(--text);--touch-size:76px;pointer-events:none;justify-content:space-between;align-items:stretch;gap:12px;display:none}.touch-steer{max-width:280px;height:var(--touch-size);pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:18px;flex:auto;display:flex;overflow:hidden}.touch-steer button{border-radius:0;flex:1 1 0;width:auto;height:100%}.touch-steer button+button{box-shadow:inset 1px 0 0 color-mix(in srgb, var(--touch-fg) 18%, transparent)}.touch-group{align-items:stretch;gap:12px;display:flex}.game__touch button{pointer-events:auto;width:var(--touch-size);height:var(--touch-size);background:var(--touch-bg);color:var(--touch-fg);touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:0;border-radius:18px;place-items:center;display:grid}.game__touch button svg{width:32px;height:32px}.game__touch button.is-down{background:var(--touch-bg-down)}.touch-nitro{font:700 1.625rem/1 var(--font-mono);box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--accent-2) 65%, transparent)}.touch-nitro.is-down{box-shadow:inset 0 0 0 2px var(--accent-2)}.game__hud{font:.875rem/1.4 var(--font-mono);color:var(--muted);white-space:nowrap;flex-wrap:nowrap;justify-content:space-between;gap:10px;display:flex}.game__hud b{color:var(--text);font-weight:500}.game__hint{font:.75rem/1.4 var(--font-mono);color:var(--muted);margin:0}@media (pointer:coarse){.game__touch{display:flex}.game__hint{display:none}.game__tool{width:44px;height:44px}}.game.is-touch .game__touch{display:flex}.game.is-touch .game__hint,.game--fallback canvas,.game--fallback .game__hud,.game--fallback .game__touch,.game--fallback .game__hint,.game--fallback .game__tools,.game--fallback .game__overlay{display:none}.game--fallback .game__fallback{display:block}:is(.game:fullscreen,.game.is-fullscreen){z-index:20;background:var(--bg);width:auto;height:100dvh;max-height:none;padding:max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));border-radius:0;margin:0;position:fixed;inset:0;container-type:normal}.game.is-fullscreen .game__stage{flex:1;height:auto;min-height:0;max-height:none}body.has-fullscreen-game{overflow:hidden}@media (width<=899px){.home{grid-template:"head""more""game"/1fr;gap:16px}.profile-head{flex-direction:row;align-items:center}.profile-more{max-width:60ch}.game__stage{flex:none;height:min(62vw,100svh - 200px);min-height:280px}}@media (width<=599px){.home{gap:14px;padding-top:4px}.profile-head{gap:12px}.profile-photo img{width:56px;height:56px}.profile-head h1{font-size:1.375rem}.profile-title{margin-top:2px;font-size:.9375rem}.game__stage{height:min(calc(100vw - 2 * var(--gutter)), calc(100svh - 320px));min-height:240px}.game__hud{gap:6px;font-size:.75rem}.game__touch{--touch-size:72px;gap:10px}.touch-group{gap:10px}}@media (width<=899px) and (orientation:landscape){.game{position:relative}.game__stage{height:calc(100svh - 120px);min-height:220px}.game__hud{order:-1}.game__touch{--touch-bg:#00000061;--touch-bg-down:#0009;--touch-fg:#fff;padding:12px max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));align-items:end;position:absolute;bottom:0;left:0;right:0}.game.is-fullscreen .game__touch{bottom:0;left:0;right:0}.touch-steer{max-width:240px}}
