/* 이 파일은 build_games.py 가 생성합니다. 직접 수정하지 마세요. */

.brutal-border-sm { border: 3px solid #000000; }

/* 카드 전체 클릭 (액션 버튼은 z-10 으로 위에 둔다) */
.game-card { transition: all 0.2s ease; }
.game-card:hover { transform: translate(-4px, -4px); box-shadow: 12px 12px 0px 0px #000000; }

.stretched-link::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
