.skeleton-loader{width:100%;min-height:100vh;background:#1f1f1f;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.skeleton-dashboard{display:flex;flex-direction:column}.skeleton-nav{height:64px;background:rgba(0,0,0,.3);border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.skeleton-nav-logo{width:120px;height:32px;background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.05));border-radius:6px;animation:shimmer 1.5s infinite}.skeleton-nav-items{display:flex;gap:16px}.skeleton-nav-item{width:80px;height:32px;background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.08) 50%,hsla(0,0%,100%,.05));border-radius:6px;animation:shimmer 1.5s infinite}.skeleton-content{flex:1;padding:32px 24px;max-width:1400px;margin:0 auto;width:100%}.skeleton-header{margin-bottom:32px}.skeleton-title{width:200px;height:32px;background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.05));border-radius:6px;margin-bottom:12px;animation:shimmer 1.5s infinite}.skeleton-subtitle{width:300px;height:20px;background:linear-gradient(90deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.06) 50%,hsla(0,0%,100%,.03));border-radius:4px;animation:shimmer 1.5s infinite}.skeleton-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.skeleton-card{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05);border-radius:12px;padding:20px;min-height:150px}.skeleton-card-header{width:60%;height:24px;background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.08) 50%,hsla(0,0%,100%,.05));border-radius:4px;margin-bottom:16px;animation:shimmer 1.5s infinite}.skeleton-card-body{display:flex;flex-direction:column;gap:8px}.skeleton-line{height:16px;background:linear-gradient(90deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.05) 50%,hsla(0,0%,100%,.03));border-radius:3px;animation:shimmer 1.5s infinite}.skeleton-line.short{width:40%}.skeleton-line.medium{width:70%}.skeleton-minimal{padding:24px;background:transparent;min-height:auto}.skeleton-pulse{display:flex;flex-direction:column;gap:12px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-nav-item:nth-child(2){animation-delay:.1s}.skeleton-nav-item:nth-child(3){animation-delay:.2s}.skeleton-nav-item:nth-child(4){animation-delay:.3s}.skeleton-card:nth-child(2) .skeleton-card-header{animation-delay:.2s}.skeleton-card:nth-child(2) .skeleton-line:first-child{animation-delay:.3s}.skeleton-card:nth-child(2) .skeleton-line:nth-child(2){animation-delay:.4s}.skeleton-card:nth-child(2) .skeleton-line:nth-child(3){animation-delay:.5s}@media (max-width:768px){.skeleton-nav{padding:0 16px}.skeleton-nav-items{display:none}.skeleton-content{padding:24px 16px}.skeleton-cards{grid-template-columns:1fr;gap:16px}.skeleton-title{width:150px;height:28px}.skeleton-subtitle{width:250px}}