*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050816;color:#f5f5f5}#game-root{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:8px}.gotcha-game{width:100%;height:100%;max-width:360px;max-height:500px;display:flex;flex-direction:column;border-radius:16px;background:radial-gradient(circle at top,#161b3d,#050816 60%);box-shadow:0 10px 30px #00000073;overflow:hidden}.gotcha-game-header{padding:8px 10px;font-size:.9rem;text-align:center;min-height:32px}.gotcha-game-footer{padding:6px 10px;font-size:.75rem;text-align:center;opacity:.75;min-height:24px}.gotcha-game-board{flex:1;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:6px}.game-object{position:absolute;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;font-size:1.4rem;transition:transform .08s ease-out,box-shadow .08s ease-out,background .1s}.game-object:active{transform:translateY(1px) scale(.97);box-shadow:0 3px 10px #00000073;background:#fff3}.game-object--target{outline:2px solid #31e4fa}.game-object--decoy{opacity:.9}.gotcha-button{border:none;border-radius:999px;padding:8px 16px;cursor:pointer;font-size:.9rem;font-weight:600;background:linear-gradient(135deg,#31e4fa,#4877ff);color:#050816;transition:transform .08s ease-out,box-shadow .08s ease-out,opacity .1s;-webkit-user-select:none;user-select:none;touch-action:manipulation}.gotcha-button:active{transform:translateY(1px) scale(.98);box-shadow:0 2px 6px #00000059}.gotcha-button-row{display:flex;justify-content:center;gap:8px;margin-top:6px}.gotcha-game-header{padding:8px 10px;font-size:1.5rem;line-height:1.3;font-weight:600;text-align:center;min-height:36px}.gotcha-game-footer{padding:6px 10px;font-size:1.15rem;line-height:1.25;text-align:center;opacity:.8;min-height:28px}
