/* Minimal additions on top of Tailwind classes */
.dhda-sidebar a.active { background-color: rgba(59,130,246,.1); color: #1d4ed8; font-weight: 600; }
.dhda-sidebar .section-title { font-weight: 600; }
.dhda-chip { border:1px solid #e5e7eb; padding:.25rem .5rem; border-radius:9999px; font-size:.875rem; }
.dhda-chip.active { background:#1d4ed8; color:#fff; border-color:transparent; }
.dhda-card { border:1px solid #e5e7eb; border-radius:.75rem; overflow:hidden; background:#fff; transition: transform .2s, box-shadow .2s; }
.dhda-card:hover { box-shadow:0 10px 18px rgba(0,0,0,.07); transform: translateY(-2px); }
.dhda-search-results { max-height: 20rem; overflow:auto; }
