@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");a{color:var(--link);transition:color 0.15s ease}a:hover{color:var(--link-hover)}.tags{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px;max-width:100%;margin:10px 0}.tags:first-child{margin-top:0}.tags:last-child{margin-bottom:0}.tags .tag{max-width:100%;padding:4px 10px;border-radius:6px;font-size:0.75rem;font-weight:500;color:var(--accent-text);background:var(--accent);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background 0.15s ease,opacity 0.15s ease;opacity:0.85}.tags .tag:hover,.tags .tag[data-active="true"]{opacity:1;background:var(--accent-hover)}.tags .tag[data-highlight="true"]{opacity:1;background:var(--accent)}
