@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#071226;display:flex;align-items:center;justify-content:center;z-index:9999}.page-loader-content{text-align:center;color:#3b82f6}.page-spinner{width:50px;height:50px;border:4px solid rgba(59,130,246,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.page-loading-text{font-size:18px;font-weight:500;color:#cedae4;margin:0}.button-loader{display:inline-flex;align-items:center;justify-content:center}.button-dots{display:flex}.button-dot{background:currentColor;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.button-dot:first-child{animation-delay:-.32s}.button-dot:nth-child(2){animation-delay:-.16s}.button-loader-sm{width:16px;height:16px}.button-loader-sm .button-dots{gap:3px}.button-loader-sm .button-dot{width:4px;height:4px}.button-loader-md{width:20px;height:20px}.button-loader-md .button-dots{gap:4px}.button-loader-md .button-dot{width:5px;height:5px}.button-loader-lg{width:24px;height:24px}.button-loader-lg .button-dots{gap:5px}.button-loader-lg .button-dot{width:6px;height:6px}.skeleton-container{display:flex;gap:12px;padding:16px}.skeleton{background:linear-gradient(90deg,#0b1624 25%,#203145 50%,#0b1624 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-avatar{border-radius:50%;flex-shrink:0}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-line{width:100%}.skeleton-line-short{width:70%}.spinner-loader{border:2px solid rgba(59,130,246,.1);border-radius:50%;animation:spin 1s linear infinite;display:inline-block}.pulse-loader{background:linear-gradient(90deg,#0b1624 25%,#203145 50%,#0b1624 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.progress-container{display:flex;align-items:center;gap:12px;width:100%}.progress-bar{flex:1;background:#0b1624;border-radius:999px;overflow:hidden;border:1px solid #203145}.progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:inherit;transition:width .3s ease}.progress-text{font-size:14px;color:#cedae4;font-weight:500;min-width:45px;text-align:right}.table-skeleton{width:100%}.table-row{display:grid;gap:16px;padding:12px 0;border-bottom:1px solid #203145}.table-cell{height:20px;border-radius:4px}.card-skeleton{border:1px solid #203145;border-radius:12px;overflow:hidden;background:#0b1624}.card-image{width:100%}.card-content{padding:16px;display:flex;flex-direction:column;gap:8px}.card-skeleton .skeleton-line{height:16px;width:100%}.card-skeleton .skeleton-line-short{width:60%}