:root{color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%;background:#0b1020;color:#e6f0ff;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.hud{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;font-size:14px;letter-spacing:.02em;background:#00000059}.hud em{font-style:normal;color:#6ee7b7;font-weight:700}#hud-hint{opacity:.7;font-size:12px}.game-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:calc(100% - 40px)}#game-root canvas{display:block;max-width:100%;max-height:100%;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}#fq-gameover{position:fixed;inset:0;z-index:60;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:11%;gap:16px;font-family:system-ui,-apple-system,sans-serif}.fq-go-btn{pointer-events:auto;min-width:240px;padding:18px 30px;border-radius:14px;border:2px solid rgba(255,255,255,.5);background:#14141e8c;color:#e6f0ff;font-weight:800;font-size:22px;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.fq-go-btn.primary{border-color:#6ee7b7e6;background:#14532db8;font-size:26px;padding:22px 40px}.fq-go-btn:active{transform:scale(.96)}#fq-touch{position:fixed;inset:0;z-index:50;pointer-events:none;touch-action:none;-webkit-user-select:none;user-select:none}#fq-touch.hidden{display:none}#fq-stick-zone{position:absolute;left:0;bottom:0;width:45%;height:78%;pointer-events:auto;touch-action:none}#fq-stick-base{position:absolute;width:120px;height:120px;margin:-60px 0 0 -60px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.35);display:none;pointer-events:none}#fq-stick-thumb{position:absolute;left:33px;top:33px;width:54px;height:54px;border-radius:50%;background:#ffffff4d}.fq-btn{position:absolute;pointer-events:auto;touch-action:none;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:#14141e66;color:#e6f0ff;font-family:system-ui,-apple-system,sans-serif;font-weight:700;letter-spacing:.04em;-webkit-tap-highlight-color:transparent}.fq-btn.is-pressed{transform:scale(.92);background:#ffffff38}#fq-jump{right:4%;bottom:12%;width:96px;height:96px;font-size:18px}#fq-pause{top:46px;right:12px;width:52px;height:52px;font-size:20px}
