.ctf-hg-group{margin-bottom:1.1rem}.ctf-hg-group-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.ctf-hg-group-head h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ctf-text-muted);margin:0}.ctf-hg-group-head .ctf-btn-secondary{padding:.25rem .6rem;font-size:.75rem;border-radius:8px;border:1px solid var(--ctf-border);background:var(--ctf-bg-soft);cursor:pointer}.ctf-hg-tags{display:flex;flex-wrap:wrap;gap:.4rem}.ctf-hg-tag{display:inline-flex;align-items:center;background:var(--ctf-bg-soft);border:1px solid var(--ctf-border);color:var(--ctf-primary-dark,#cc0000);padding:.3rem .7rem;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background 0.15s ease,transform 0.1s ease}.ctf-hg-tag:hover{background:#eef0f3}.ctf-hg-tag:active{transform:scale(.96)}.ctf-hg-tag.is-copied{background:#e6f6ec;color:#0a7a3e;border-color:#b7e4c7}