/* Additional theme styles */
.tag-filters { display:flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.tag { padding: 6px 10px; border: 1px solid #eee; border-radius: 999px; font-size: 13px; cursor: pointer; }
.tag.active { background: #0b63f6; color: #fff; border-color: #0a57d6; }

.adsense-slot { min-height: 60px; border: 1px dashed #eee; border-radius: 8px; margin: 12px 0; display:flex; align-items:center; justify-content:center; color:#aaa; font-size:12px; }

.badge { display:inline-block; padding:4px 10px; border-radius:999px; background:#f1f5ff; color:#0b63f6; border:1px solid #e0ebff; font-size:12px; }
.chip { display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border:1px solid #e6e8eb; border-radius:999px; font-size:13px; color:#334155; }
.chip .dot { width:8px; height:8px; border-radius:50%; background:#0b63f6; }
.gradient-text { background: linear-gradient(135deg, #0b63f6, #7f53ac); -webkit-background-clip: text; background-clip: text; color: transparent; }
.glass { background: rgba(255,255,255,.65); backdrop-filter: blur(8px); border:1px solid #e6e8eb; }
