/* 앱 공통 오버라이드 — 버튼/링크 밑줄 제거 등 */
a { text-decoration: none; }
.btn, .nav-item, .qa-tile, .qa-tile *, .assign-card, .assign-card *,
.list-row, .scope-item, .review-item, .set-card { text-decoration: none; }
.btn:hover, .nav-item:hover, a.btn:hover { text-decoration: none; }
