/* ========================
   TAG — shared pill used for skill/category tags across the site: the
   Work grid and case-study "More work" cards (index.html, case-study.css
   via assets/js/case-study.js's renderMoreWork()), and Bookmarks cards
   (scripts/build-bookmarks.js). Single source of truth — edit here, not
   per-page, so all three stay in sync.
======================== */
.ui-tag {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    line-height: normal;
    color: #1F2937;
    background: #F3F4F6;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

[data-theme="dark"] .ui-tag { color: #9CA3AF; background: #1f2430; }
