.pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.health-skeleton-container{width:100%;margin:0 auto;padding:8px 0}.health-skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.health-skeleton-title{height:32px;width:150px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-download-button{height:32px;width:220px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-divider{height:1px;width:100%;background-color:#e0e0e0;margin:16px 0}.health-skeleton-personal-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:24px;margin-bottom:32px}.health-skeleton-user-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.health-skeleton-avatar{height:56px;width:56px;border-radius:50%;background-color:#f0f0f0}.health-skeleton-name{height:24px;width:180px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-data-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.health-skeleton-data-item{display:flex;flex-direction:column;gap:8px}.health-skeleton-data-label{height:16px;width:120px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-data-value{height:20px;width:90%;background-color:#f0f0f0;border-radius:4px}.health-skeleton-tabs{display:flex;gap:24px;margin-bottom:8px}.health-skeleton-tab-active{height:20px;width:100px;background-color:#f0f0f0;border-radius:4px;position:relative}.health-skeleton-tab-active:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:2px;background-color:#f0f0f0}.health-skeleton-tab{height:20px;width:120px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-exemptions{margin-top:24px}.health-skeleton-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.health-skeleton-section-title{height:24px;width:200px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-section-button{height:24px;width:150px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-exemption-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:16px;overflow:hidden}.health-skeleton-exemption-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#f9f9f9}.health-skeleton-exemption-code{height:20px;width:100px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-exemption-type{height:20px;width:180px;background-color:#f0f0f0;border-radius:4px}.health-skeleton-arrow{height:16px;width:16px;background-color:#f0f0f0;border-radius:50%}.health-skeleton-exemption-details{padding:16px 24px}.health-skeleton-exemption-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:992px){.health-skeleton-data-grid,.health-skeleton-exemption-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.health-skeleton-header{flex-direction:column;align-items:flex-start;gap:16px}.health-skeleton-data-grid{grid-template-columns:1fr}.health-skeleton-exemption-header{flex-wrap:wrap;gap:12px}.health-skeleton-exemption-grid{grid-template-columns:1fr}}