.skeleton{background:linear-gradient( 110deg,rgba(200,210,220,0.4) 8%,rgba(220,230,240,0.6) 18%,rgba(200,210,220,0.4) 33% );background-size:200% 100%;animation:shimmerWave 2s linear infinite;border-radius:8px;position:relative;overflow:hidden}body.dark-mode .skeleton{background:linear-gradient( 110deg,rgba(51,65,85,0.4) 8%,rgba(71,85,105,0.6) 18%,rgba(51,65,85,0.4) 33% );background-size:200% 100%}@keyframes shimmerWave{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-device-item{display:flex;align-items:center;padding:1rem;margin-bottom:0.75rem;background:var(--bg-glass);border:var(--glass-border);border-radius:12px;animation:fadeInSkeleton 0.4s ease}@keyframes fadeInSkeleton{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skeleton-device-indicator{width:14px;height:14px;border-radius:50%;margin-right:12px;flex-shrink:0}.skeleton-device-name{width:140px;height:18px;border-radius:6px}.skeleton-device-ip{width:110px;height:14px;border-radius:4px}.skeleton-device-badge{width:70px;height:22px;border-radius:12px;margin-left:auto}.skeleton-device-list-item{padding:1.25rem;margin-bottom:1rem;background:var(--bg-glass);border:var(--glass-border);border-radius:12px;animation:fadeInSkeleton 0.4s ease}.skeleton-device-list-header{display:flex;align-items:center;margin-bottom:1rem;gap:12px}.skeleton-container{min-height:200px;position:relative}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.skeleton-device-item{padding:0.75rem}}@media (max-width:576px){.skeleton-device-list-item{padding:1rem}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}.skeleton{background:var(--bg-tertiary)}}