@keyframes appSkeletonShimmer{0%{background-position:-1200px 0}to{background-position:1200px 0}}.app-skeleton{width:100%;min-height:100vh;background-color:#f2f3fa;display:flex;flex-direction:column}.app-skeleton__bar{background:linear-gradient(90deg,#ececec,#f7f7f7 50%,#ececec);background-size:1200px 100%;animation:appSkeletonShimmer 1.6s linear infinite;border-radius:6px}.app-skeleton__header{height:64px;width:100%;background-color:#0a3b5c;display:flex;align-items:center;padding:0 24px;gap:24px}.app-skeleton__header .app-skeleton__bar{background:linear-gradient(90deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.22) 50%,hsla(0,0%,100%,.08));background-size:1200px 100%}.app-skeleton__subnav{height:96px;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:40px;padding:0 24px}.app-skeleton__hero{background-color:#eef0f7;padding:80px 24px 120px;display:flex;justify-content:center}.app-skeleton__hero-inner{width:100%;max-width:1100px;display:flex;gap:12px;flex-wrap:wrap}.app-skeleton__content{padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.app-skeleton__grid{width:100%;max-width:1100px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.app-skeleton__card{height:180px;background-color:#fff;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}