.loading-container{background-color:#000;flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex}.loading-dots{align-items:center;gap:12px;display:flex}.loading-dot{background-color:#fff;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite dotFade}.loading-dot:first-child{animation-delay:0s}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@keyframes dotFade{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.loading-text{color:#fff9;letter-spacing:.5px;margin-top:24px;font-family:Arial,sans-serif;font-size:.9rem}.skeleton-container{background:#000;flex-direction:column;width:100vw;min-height:100vh;display:flex;overflow:hidden}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;animation:1.5s infinite skeleton-shimmer}.skeleton-header{z-index:100;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;position:fixed;top:0;left:0;right:0}.skeleton-logo{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:4px;width:120px;height:30px;animation:1.5s infinite skeleton-shimmer}.skeleton-nav{gap:24px;display:flex}.skeleton-nav-item{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:4px;width:60px;height:16px;animation:1.5s infinite skeleton-shimmer}.skeleton-coverflow{perspective:1000px;flex:1;justify-content:center;align-items:center;gap:20px;padding:0 40px;display:flex}.skeleton-card{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:12px;flex-shrink:0;width:280px;height:280px;animation:1.5s infinite skeleton-shimmer}.skeleton-card-left{opacity:.6;transform:rotateY(25deg)scale(.85)}.skeleton-card-center{transform:scale(1.1);box-shadow:0 20px 60px #00000080}.skeleton-card-right{opacity:.6;transform:rotateY(-25deg)scale(.85)}.skeleton-caption{flex-direction:column;align-items:center;gap:8px;padding:30px 0 60px;display:flex}.skeleton-title{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:4px;width:180px;height:24px;animation:1.5s infinite skeleton-shimmer}.skeleton-price{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:4px;width:60px;height:18px;animation:1.5s infinite skeleton-shimmer}@media (max-width:768px){.skeleton-header{padding:15px 20px}.skeleton-nav{gap:16px}.skeleton-nav-item{width:40px}.skeleton-coverflow{gap:10px;padding:0 20px}.skeleton-card{width:160px;height:160px}.skeleton-title{width:140px;height:20px}.skeleton-price{width:50px;height:16px}}
