.skeleton{background-color:#f3f4f6;border-radius:.25rem;display:block;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff8c 50%,#fff0 100%);animation:1.2s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.skeleton-line{width:100%;height:.85rem}.skeleton-line+.skeleton-line{margin-top:.5rem}.skeleton--rounded{border-radius:.5rem}.skeleton-list{flex-direction:column;gap:1rem;padding:.5rem 0;display:flex}.skeleton-list__row{align-items:center;gap:1rem;display:flex}.skeleton-list__avatar{border-radius:50rem;flex:none;width:2.75rem;height:2.75rem}.skeleton-list__lines{flex:auto;min-width:0}.skeleton-table{flex-direction:column;gap:.75rem;padding:.5rem 0;display:flex}.skeleton-table__row{align-items:center;gap:1rem;display:grid}.skeleton-table__row--head{border-bottom:1px solid #e5e7eb;padding-bottom:.75rem}.skeleton-editor{flex-direction:column;gap:1.5rem;max-width:960px;padding:1.5rem;display:flex}.skeleton-editor__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.skeleton-editor__blocks{flex-direction:column;gap:1rem;display:flex}
