
     .skeleton-wrapper {
        width: 100%;
        overflow: hidden;
      }
      
      /* Header skeletons */
      .skeleton-header {
        height: 360px;
        background-color: #0C1020;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
      }
      
      .skeleton-circle {
        width: 600px;
        height: 600px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
      }
      
      .skeleton-circle-inner {
        width: 400px;
        height: 400px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .skeleton-title {
        width: 180px;
        height: 32px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        margin-bottom: 16px;
      }
      
      .skeleton-text {
        width: 240px;
        height: 20px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 4px;
        margin-bottom: 10px;
      }

      .skeleton-button {
        width: 140px;
        height: 36px;
        background-color: rgba(255, 255, 255, 0.08);
        border-radius: 18px;
        margin: 20px auto 0;
      }

      .skeleton-chart {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 4px;
      }

      .skeleton-chart-1 {
        width: 97px;
        height: 77px;
        top: 15%;
        left: 5%;
      }

      .skeleton-chart-2 {
        width: 76px;
        height: 76px;
        bottom: 20%;
        left: 15%;
      }

      .skeleton-chart-3 {
        width: 58px;
        height: 44px;
        bottom: 30%;
        right: 15%;
      }

      .skeleton-chart-4 {
        width: 96px;
        height: 86px;
        top: 20%;
        right: 5%;
      }

      .skeleton-chart-5 {
        width: 70px;
        height: 70px;
        top: 10%;
        right: 22%;
      }
      
      /* Status combined skeletons */
      .skeleton-combined {
       max-width: 1280px;
       margin: 0 auto;
        padding: 40px 5%;
        background-color: #F9F9F9;
      }
      
      .skeleton-status {
        width: 90%;
        max-width: 1280px;
        height: 120px;
        background-color: #ffffff;
        border-radius: 24px;
        margin: 0 auto 30px;
        padding: 24px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        position: relative;
      }

      .skeleton-status-title {
        width: 50%;
        height: 28px;
        background-color: #f1f1f1;
        border-radius: 6px;
        margin-bottom: 12px;
      }

      .skeleton-status-text {
        width: 70%;
        height: 16px;
        background-color: #f5f5f5;
        border-radius: 4px;
        margin-bottom: 8px;
      }

      .skeleton-last-updated {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 220px;
        height: 24px;
        background-color: #f5f5f5;
        border-radius: 4px;
        margin: 16px auto 30px;
      }
      
      .skeleton-system-title {
        width: 350px;
        height: 40px;
        background-color: #f1f1f1;
        border-radius: 8px;
        margin: 0 auto 16px;
      }
      
      .skeleton-system-description {
        width: 500px;
        max-width: 80%;
        height: 20px;
        background-color: #f5f5f5;
        border-radius: 4px;
        margin: 0 auto 40px;
      }
      
      .skeleton-row {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px;
      }
      
      .skeleton-section {
        flex: 1;
        min-width: 280px;
        background-color: white;
        border-radius: 16px;
        height: auto;
        padding: 24px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        position: relative;
      }

      .skeleton-section-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
      }

      .skeleton-section-icon {
        width: 32px;
        height: 32px;
        background-color: #f1f1f1;
        border-radius: 8px;
        margin-right: 12px;
      }

      .skeleton-section-title {
        width: 120px;
        height: 24px;
        background-color: #f1f1f1;
        border-radius: 4px;
      }

      .skeleton-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        background-color: #f9f9f9;
        border-radius: 12px;
        margin-bottom: 12px;
        height: 60px;
      }

      .skeleton-card-name {
        width: 60%;
        height: 20px;
        background-color: #f1f1f1;
        border-radius: 4px;
      }

      .skeleton-card-status {
        width: 30%;
        height: 28px;
        background-color: #f1f1f1;
        border-radius: 14px;
      }
      
      /* Incidents skeletons */
      .skeleton-incidents {
        padding: 40px 5%;
        max-width: 1200px;
        margin: 0 auto;
      }
      
      .skeleton-incident-header {
        width: 300px;
        height: 40px;
        background-color: #f1f1f1;
        border-radius: 8px;
        margin: 0 auto 16px;
      }

      .skeleton-incident-description {
        width: 500px;
        max-width: 80%;
        height: 20px;
        background-color: #f5f5f5;
        border-radius: 4px;
        margin: 0 auto 40px;
      }
      
      .skeleton-incident {
        background-color: #FFFFFF;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        padding: 24px;
        margin-bottom: 16px;
        position: relative;
      }

      .skeleton-incident-title-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
      }

      .skeleton-incident-title {
        width: 200px;
        height: 24px;
        background-color: #f1f1f1;
        border-radius: 4px;
      }

      .skeleton-incident-status {
        width: 80px;
        height: 28px;
        background-color: #f1f1f1;
        border-radius: 14px;
      }

      .skeleton-incident-date {
        display: flex;
        align-items: center;
      }

      .skeleton-incident-date-icon {
        width: 16px;
        height: 16px;
        background-color: #f1f1f1;
        border-radius: 50%;
        margin-right: 8px;
      }

      .skeleton-incident-date-text {
        width: 120px;
        height: 16px;
        background-color: #f5f5f5;
        border-radius: 4px;
      }

      .skeleton-toggle-icon {
        width: 24px;
        height: 24px;
        background-color: #f1f1f1;
        border-radius: 50%;
      }
      
      .loading-pulse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, 
          rgba(255, 255, 255, 0) 0%, 
          rgba(255, 255, 255, 0.05) 50%, 
          rgba(255, 255, 255, 0) 100%);
        animation: pulse 1.5s infinite;
      }
      
      @keyframes pulse {
        0% {
          transform: translateX(-100%);
        }
        100% {
          transform: translateX(100%);
        }
      }

      /* Media queries for responsiveness */
      @media (max-width: 768px) {
        .skeleton-circle {
          width: 400px;
          height: 400px;
        }
        
        .skeleton-circle-inner {
          width: 280px;
          height: 280px;
        }
        
        .skeleton-status {
          height: 140px;
        }
        
        .skeleton-system-title,
        .skeleton-system-description,
        .skeleton-incident-header,
        .skeleton-incident-description {
          max-width: 90%;
        }
      }
      
      @media (max-width: 480px) {
        .skeleton-header {
          height: 320px;
        }
        
        .skeleton-circle {
          width: 300px;
          height: 300px;
        }
        
        .skeleton-circle-inner {
          width: 200px;
          height: 200px;
        }
        
        .skeleton-chart {
          display: none;
        }
      }