/* ARIFE 브랜드 심볼 — 생성 버튼 · 콘솔 버튼에 골드 A 마크 */
.arife-mark-img{width:19px;height:19px;object-fit:contain;display:block}
.unified-generate-button i,
.image-generate-button i{
  width:28px;height:28px;display:grid;place-items:center;
  border-radius:50%;background:#0c1005 !important;overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,236,150,.22);
}
/* 콘솔(통합 콘솔·시작하기·모드 변경 등 primary CTA)에 골드 심볼 배지 자동 삽입 */
.nav-pill.primary::before{
  content:"";flex:0 0 auto;display:inline-block;vertical-align:middle;
  width:22px;height:22px;margin-right:1px;border-radius:50%;
  background:#0c1005 url("../images/arife-symbol.svg") center/14px no-repeat;
  box-shadow:inset 0 0 0 1px rgba(255,236,150,.28);
}
/* 로그인 후 '내 콘솔 열기' 버튼은 자체 그리드 아이콘이 있으므로 골드 배지를 숨겨 아이콘 중복을 없앰 */
.nav-pill.primary:has(.nav-console-icon)::before{display:none}
/* 프로필 드롭다운의 '현재 콘솔 / 개인 구매자 콘솔' 섹션 제거 — 역할 전환과 중복 */
.nav-role-console,.nav-avatar-menu [data-avatar-role-home]{display:none!important}
/* 로그인 후 '내 콘솔 열기' 버튼 자체 제거 — 콘솔 진입은 역할 전환·프로필로 */
.nav-pill.primary:has(.nav-console-icon){display:none!important}
/* 깜박임(FOUC) 제거: 로그인·역할 등록이 확인된 사용자는 첫 페인트 전에 primary 필을 숨김.
   head의 동기 스크립트가 localStorage 'arife-nav-console' 플래그를 보고 html에 클래스를 미리 부여함. */
html.nav-console-ready .nav-actions .nav-pill.primary{display:none!important}
