/* CSS 리셋 및 기본 스타일 */ @layer base { body { background-color: #000; } body.scroll-lock { overflow: hidden; } button, a { outline: none; } }