/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */.loading-wave{align-items:flex-end;display:flex;height:100px;justify-content:center;width:300px}.loading-bar{animation:loading-wave-animation 1.5s ease-in-out infinite;background-color:var(--color-albescent-white-200,#f0d8c7);border-radius:5px;height:10px;margin:0 5px;width:20px}.loading-bar:nth-child(2){animation-delay:.25s}.loading-bar:nth-child(3){animation-delay:.5s}.loading-bar:nth-child(4){animation-delay:.75s}@keyframes loading-wave-animation{0%{height:10px}50%{height:50px}to{height:10px}}
