.hero-skeleton{background:linear-gradient(135deg,#1e1e1e,#fff);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.skeleton-overlay{text-align:center}.skeleton{background-color:#e9effc;background-size:1000px 100%;border-radius:8px;margin:20px auto;animation:1.5s linear infinite shimmer}.skeleton-title{width:400px;height:50px}.skeleton-subtitle{width:600px;height:25px}.skeleton-filter{border-radius:25px;width:700px;height:50px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.floating{animation:1.5s linear infinite shimmer,3s ease-in-out infinite float}.delay1{animation-delay:.3s,0s}.delay2{animation-delay:.6s,0s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}
