.loading-container-full{z-index:9999;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.loading-content{flex-direction:column;align-items:center;gap:24px;display:flex}.loading-spinner{width:80px;height:80px;position:relative}.spinner-ring{border:3px solid #0000;border-radius:50%;width:100%;height:100%;position:absolute}.spinner-ring:first-child{border-top-color:#8b1a1a;animation:1.2s linear infinite spin}.spinner-ring:nth-child(2){border-right-color:brown;width:70%;height:70%;animation:1.2s linear .15s infinite spin;top:15%;left:15%}.spinner-ring:nth-child(3){border-bottom-color:#cd5c5c;width:50%;height:50%;animation:1.2s linear .3s infinite reverse spin;top:25%;left:25%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#fff;letter-spacing:2px;text-transform:uppercase;opacity:.9;font-size:16px;font-weight:500}.loading-container-inline{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.loading-dots{gap:8px;display:flex}.loading-dots span{background:#8b1a1a;border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite bounce}.loading-dots span:first-child{animation-delay:0s}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.loading-text-small{color:#666;font-size:14px}.skeleton-loader{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card-skeleton{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.card-skeleton-content{flex-direction:column;gap:12px;padding:16px;display:flex}.banner-skeleton{background:linear-gradient(90deg,#2a2a3e 25%,#3a3a4e 50%,#2a2a3e 75%) 0 0/200% 100%;width:100%;height:400px;animation:1.5s infinite shimmer}@media (max-width:768px){.loading-spinner{width:60px;height:60px}.loading-text{font-size:14px}.banner-skeleton{height:250px}}
