.coa-admin-skeleton{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:72rem;margin-inline:auto;padding:.5rem 0 1.5rem;box-sizing:border-box}.coa-skeleton{border-radius:8px;background:linear-gradient(90deg,#f1f2f3 25%,#e3e5e7,#f1f2f3 75%);background-size:200% 100%;animation:coa-skeleton-shimmer 1.15s ease-in-out infinite}@keyframes coa-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.coa-skeleton--heading{height:1.75rem;width:min(14rem,55%)}.coa-skeleton--subheading{height:.875rem;width:min(22rem,75%)}.coa-skeleton--toolbar{display:grid;grid-template-columns:2fr 1fr 1.5fr auto;gap:.75rem;margin-top:.35rem}.coa-skeleton--toolbar-item{height:2.25rem}.coa-skeleton--cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:.5rem}.coa-skeleton--card{height:14rem;border-radius:12px}.coa-skeleton--panel{height:18rem;border-radius:12px;margin-top:.25rem}.coa-skeleton--table-row{height:2.75rem;margin-top:.5rem}.coa-skeleton--table-row:first-of-type{margin-top:.75rem}@media(max-width:960px){.coa-skeleton--toolbar{grid-template-columns:1fr 1fr}.coa-skeleton--cards{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.coa-skeleton{animation:none;background:#f1f2f3}}
