.wrapper-cont{padding:var(--padding-generico-x-y)}.clear-search-btn{background:#ef4444;color:#fff;border:none;border-radius:10px;padding:14px 24px;font-size:clamp(.875rem,1.5vw,1rem);font-weight:300;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;min-width:140px}.clear-search-btn:hover{background:#dc2626}.clear-search-btn:active{background:#b91c1c}.clear-search-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(239,68,68,.2)}.empty-state-container{width:100%;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fafafa,#f5f5f5);border-radius:20px;margin:2rem 0}.empty-state-content{text-align:center;max-width:500px;animation:fadeInUp .6s ease-out}.empty-state-icon{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;opacity:.8;animation:float 3s ease-in-out infinite}.empty-state-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:200;color:#1a1a1a;margin-bottom:1rem;letter-spacing:-.02em}.empty-state-description{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:300;color:#666;line-height:1.6;margin-bottom:2rem;opacity:.8}.empty-state-decoration{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.decoration-dot{width:8px;height:8px;border-radius:50%;background:#ef4444;opacity:.6;animation:pulse 2s ease-in-out infinite}.decoration-dot:nth-child(2){animation-delay:.3s}.decoration-dot:nth-child(3){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media screen and (width <= 1000px){.responsive-container{flex-direction:row}}@media screen and (width <= 671px){.wrapper-cont{padding:1rem}}