diff --git a/src/components/AnalysisReportPage.tsx b/src/components/AnalysisReportPage.tsx
index c81e44fa..e2295e0d 100644
--- a/src/components/AnalysisReportPage.tsx
+++ b/src/components/AnalysisReportPage.tsx
@@ -10,6 +10,7 @@ import {
LayoutDashboard,
LogOut,
Maximize2,
+ Menu,
Play,
Target,
User,
@@ -46,6 +47,7 @@ import type {
HeatmapPoint,
} from "../types/reportpageType";
import { Footer } from "./ui/footer";
+import { useMediaQuery } from "./ui/use-mobile";
import { fetchReport } from "../api/reportpageApi";
import {
updateMatchScore,
@@ -303,7 +305,9 @@ function PlayerToggle({
// grid-cols-2: 두 칸이 항상 같은 폭. flex로 두면 글자 길이만큼
// 칸 넓이가 달라져 한쪽이 넓어 보인다.
{PLAYERS.map(({ key, label, full }) => {
const isActive = active === key;
@@ -375,7 +379,7 @@ function CollapsibleCard({
// 내용이 적은 카드는 본문이 늘어나고, 하단 요약은 mt-auto로 바닥에 붙는다.
className="flex h-full flex-col rounded-2xl border border-slate-200/70 bg-white overflow-hidden scroll-mt-20"
>
-
+