/* Directory-only styles (directory-city.html + directory.html) */

.text-shadow-strong {
            text-shadow: 
                -1px -1px 0 rgba(0,0,0,0.5),  
                 1px -1px 0 rgba(0,0,0,0.5),
                -1px  1px 0 rgba(0,0,0,0.5),
                 1px  1px 0 rgba(0,0,0,0.5),
                 2px  2px 4px rgba(0,0,0,0.8);
        }

/* Project shadows */
.card-shadow{ box-shadow:0 20px 40px -15px rgba(22,101,52,.08); }
.premium-glow{ box-shadow:0 20px 50px -10px rgba(251,191,36,.2); }

/* Custom scrollbar */
::-webkit-scrollbar{ width:8px; }
::-webkit-scrollbar-track{ background:#fdfbf7; }
::-webkit-scrollbar-thumb{ background:#e5e7eb; border-radius:10px; }
/* Scrollbar invisible para subcategorías en móvil */
        .no-scrollbar::-webkit-scrollbar { display: none !important; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none !important; }
/* Filter sidebar transition */
#filter-sidebar{ transition:all .3s ease-in-out; }
.tab-active {
            color: #166534;
            border-bottom: 2px solid #fbbf24;
        }