.loader-container{position:relative;width:120px;height:120px;display:flex;justify-content:center;align-items:center}.card{position:absolute;width:60px;height:85px;background-color:hsl(var(--primary));border-radius:8px;transform-origin:bottom center;box-shadow:0 4px 6px rgba(0,0,0,.1);opacity:0}.card:first-child{opacity:.4;z-index:1;animation:fan-out-1 2s ease-in-out infinite}.card:nth-child(2){opacity:.6;z-index:2;animation:fan-out-2 2s ease-in-out infinite}.card:nth-child(3){opacity:.8;z-index:3;animation:fan-out-3 2s ease-in-out infinite}.card:nth-child(4){opacity:1;z-index:4;animation:fan-out-4 2s ease-in-out infinite}@keyframes fan-out-1{0%,to{transform:rotate(0deg) translateX(0)}50%{transform:rotate(-35deg) translateX(-10px)}}@keyframes fan-out-2{0%,to{transform:rotate(0deg) translateX(0)}50%{transform:rotate(-15deg) translateX(-5px)}}@keyframes fan-out-3{0%,to{transform:rotate(0deg) translateX(0)}50%{transform:rotate(5deg) translateX(0)}}@keyframes fan-out-4{0%,to{transform:rotate(0deg) translateX(0)}50%{transform:rotate(25deg) translateX(5px)}}