.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:4px;display:inline-block}.skeleton-tabs{display:flex;gap:8px}.skeleton-tab{width:100px;height:36px}.skeleton-title{width:300px;height:36px;margin-bottom:12px;border-radius:6px}.skeleton-text{width:200px;height:20px;margin-bottom:12px}.skeleton-tag{width:100px;height:24px;margin-right:8px;display:inline-block;border-radius:12px}.skeleton-ratio-label{width:100px;height:16px}.skeleton-ratio-value{width:80px;height:24px}.skeleton-section-title{width:150px;height:24px}.skeleton-btn{width:50px;height:32px;border-radius:6px}.skeleton-chart-container{height:320px;display:flex;align-items:center;justify-content:center}.skeleton-chart{width:100%;height:100%;border-radius:8px}.skeleton-kpi-label{width:120px;height:16px;margin-bottom:8px}.skeleton-kpi-value{width:80px;height:28px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}