.notive-skeleton-root{flex-direction:column;gap:10px;width:100%;display:flex}.notive-skeleton-block{background-color:var(--notive-skeleton-base,#e9edf1);border-radius:6px;position:relative;overflow:hidden}.notive-skeleton-block:after{content:"";background-image:linear-gradient(90deg, #fff0 0%, var(--notive-skeleton-highlight,#ffffffa6) 50%, #fff0 100%);animation:1.4s ease-in-out infinite notive-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes notive-skeleton-shimmer{to{transform:translate(100%)}}.notive-skeleton-text .notive-skeleton-block{height:12px}.notive-skeleton-card .notive-skeleton-block{border-radius:10px}.notive-skeleton-list-row{align-items:center;gap:12px;display:flex}.notive-skeleton-list-avatar{border-radius:50%;flex:none;width:40px;height:40px}.notive-skeleton-list-lines{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.notive-skeleton-list-lines .notive-skeleton-block{height:11px}.notive-skeleton-table{gap:0}.notive-skeleton-table-row{border-bottom:1px solid var(--notive-skeleton-base,#e9edf1);gap:16px;padding:12px 8px;display:flex}.notive-skeleton-table-head{opacity:.7}.notive-skeleton-table-cell{flex:1;min-width:0}.notive-skeleton-table-cell .notive-skeleton-block{height:12px}@media (prefers-reduced-motion:reduce){.notive-skeleton-block:after{animation:none;display:none}}
