/* FASE 4B v2 */

/* ── Search overlay ── */
#searchOverlay { animation: f4bOverlayIn .15s ease-out; }
@keyframes f4bOverlayIn { from{opacity:0;} to{opacity:1;} }
#searchBox { animation: f4bSlideDown .2s ease-out; }
@keyframes f4bSlideDown { from{opacity:0;transform:translateX(-50%) translateY(-20px);} to{opacity:1;transform:translateX(-50%) translateY(0);} }
.search-result-item { transition: background .1s; }
.search-result-item:hover { background: #f8f9fa !important; }

/* ── Tags chips ── */
.tags-container [id$="_wrap"]:focus-within { border-color:#86b7fe!important; box-shadow:0 0 0 .2rem rgba(13,110,253,.15); }

/* ── Auto-categorize badge ── */
#catSuggestionBadge { animation: f4bSlideDown .2s ease-out; }

/* ── Navbar search button ── */
#mainNavbar .btn-link:hover { opacity: 1 !important; }
