:root{color:#f5f5f5;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg:#111;--panel:#1a1a1a;--border:#2a2a2a;--yellow:#ffd54a;--dog:#8b5a2b;--maze:#2d7ff9;--text:#f5f5f5;--muted:#a1a1aa;background:#111;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0}body{overflow:hidden}button{font:inherit}#app{width:100%;min-height:100vh}.game-page{background:radial-gradient(circle at top,#ffd54a29,#0000 34%),linear-gradient(135deg,#090909 0%,#141414 55%,#1f1711 100%);place-items:center;min-height:100dvh;padding:10px;display:grid}.game-shell{border:1px solid var(--border);background:#1a1a1aeb;border-radius:24px;gap:12px;width:min(100%,760px);padding:18px;display:grid;box-shadow:0 24px 80px #00000080}.game-header{text-align:left;justify-content:space-between;align-items:center;gap:18px;display:flex}.eyebrow{color:var(--yellow);letter-spacing:.14em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:800}.game-header h1{letter-spacing:-.06em;margin:0;font-size:clamp(34px,7vw,64px);line-height:.9}.subtitle{max-width:460px;color:var(--muted);margin:8px 0 0;font-size:15px}.score-card{border:1px solid var(--border);text-align:right;background:#101010;border-radius:18px;min-width:120px;padding:14px 16px}.score-card span{color:var(--muted);font-size:12px;display:block}.score-card strong{color:var(--yellow);margin-top:4px;font-size:18px;display:block}#game-canvas{aspect-ratio:1;border:3px solid var(--maze);touch-action:none;background:#050505;border-radius:18px;width:100%;display:block}.mobile-controls{justify-content:space-between;align-items:center;gap:18px;display:flex}.d-pad{width:190px;height:190px;position:relative}.control-button{color:#fff;-webkit-user-select:none;user-select:none;touch-action:none;background:#222;border:none;border-radius:18px;width:60px;height:60px;font-size:26px;font-weight:800;position:absolute;box-shadow:0 10px 20px #00000059}.control-button:active,.hit-button:active{transform:scale(.96)}.up{top:0;left:65px}.left{top:65px;left:0}.right{top:65px;right:0}.down{bottom:0;left:65px}.hit-button{color:#fff;letter-spacing:.08em;-webkit-user-select:none;user-select:none;touch-action:none;background:#ef4444;border:none;border-radius:999px;width:116px;height:116px;font-size:30px;font-weight:900;box-shadow:0 14px 28px #00000073}.game-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:14px;font-size:14px;display:flex}.game-footer strong{color:var(--text);display:block}.game-footer span{margin-top:2px;display:block}#restart-button{color:#111;background:var(--yellow);cursor:pointer;border:0;border-radius:999px;padding:10px 18px;font-weight:800}#restart-button:hover{filter:brightness(1.05)}@media (width<=768px){html,body{height:100%;overflow:hidden}.game-page{place-items:stretch stretch;height:100dvh;min-height:100dvh;padding:6px}.game-shell{border-radius:16px;grid-template-rows:auto minmax(0,1fr) auto auto;gap:8px;width:100%;height:calc(100dvh - 12px);padding:10px;display:grid;overflow:hidden}.game-header{align-items:stretch;gap:8px}.eyebrow{margin-bottom:3px;font-size:10px}.game-header h1{font-size:32px}.subtitle{margin-top:4px;font-size:12px;line-height:1.25}.score-card{border-radius:14px;min-width:94px;padding:9px 12px}.score-card strong{font-size:15px}#game-canvas{border-width:2px;border-radius:14px;place-self:center;width:auto;max-width:100%;height:100%}.mobile-controls{grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid}.d-pad{justify-self:center;width:150px;height:150px}.control-button{border-radius:15px;width:48px;height:48px;font-size:22px}.up{left:51px}.left,.right{top:51px}.down{left:51px}.hit-button{width:86px;height:86px;font-size:21px}.game-footer{gap:8px;font-size:11px}#restart-button{padding:8px 12px;font-size:12px}}@media (width<=420px){.game-shell{gap:6px;padding:8px}.game-header h1{font-size:28px}.subtitle{display:none}.d-pad{width:138px;height:138px}.control-button{width:44px;height:44px;font-size:20px}.up{left:47px}.left,.right{top:47px}.down{left:47px}.hit-button{width:78px;height:78px;font-size:18px}}.game-page,.game-shell,.mobile-controls,.d-pad,.control-button,.hit-button,.game-footer,.game-footer *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.control-button,.hit-button{-webkit-tap-highlight-color:transparent}html,body,#app{overscroll-behavior:none;-webkit-text-size-adjust:100%}button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:none}.control-button,.hit-button{justify-content:center;align-items:center;line-height:1;display:flex}.mobile-controls,.mobile-controls *{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;touch-action:none;pointer-events:auto;cursor:default}
