.sk-shimmer{display:block;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;border-radius:4px;animation:sk-shimmer 1.4s linear infinite}@keyframes sk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.sk-shimmer{animation:none}}.sk-row{display:flex;align-items:center;gap:10px;padding:7px var(--space-4,16px)}.sk-row__dot{width:20px;height:20px;border-radius:50%;flex-shrink:0}.sk-row__label{height:12px}.sk-entry{display:flex;flex-direction:column;gap:6px;padding:8px 0;border-bottom:1px dashed var(--border-subtle,rgba(0,0,0,.08))}.sk-entry:last-child{border-bottom:none}.sk-entry__name{height:14px;width:75%}.sk-entry__detail{height:11px;width:50%}