Validate if new UI components or CSS changes follow the QueryCraft "Arcade Lobby" design system. Use when adding new pages, modifying styles, or when user mentions "디자인 확인해줘", "스타일 가이드".
새로운 UI 컴포넌트나 스타일 변경이 QueryCraft의 "아케이드 대기실" 디자인 시스템을 준수하는지 검사합니다.
디자인 키워드 검사:
glassmorphism, backdrop-filterneon, glow, box-shadow: 0 0 ...arcade, pixel, grid--arcade-cyan, --arcade-magenta, --future-bg레이아웃 검사:
MainPage.css 수준의 3컬럼 레이아웃 또는 카드 기반 그리드 시스템을 확인합니다.border-radius: 12px+)와 반투명 배경 (rgba(..., 0.7))이 적용되었는지 확인합니다.인터랙션 포인트:
:hover) 시 스케일 변화(transform: scale(1.02)) 또는 글로우 강조가 있는지 확인합니다.#00f2ff (Neon Cyan)#ff00ff (Hyper Magenta)frontend/src/pages/MainPage.tsx 및 MainPage.css를 참조하여 기존 컴포넌트와의 시각적 조화를 확인하세요.badge-soon 클래스)을 사용합니다.