/* ── 브랜드 워드마크: 여기 한 곳에서만 바꾸면 모든 페이지에 반영 ── */
:root{ --brand-name: "BASEPOKER"; }
.brand-name::after{ content: var(--brand-name); }
