.skeleton-card-container{flex-direction:column;gap:1rem;display:flex}.skeleton-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:.75rem;min-height:120px;padding:1.25rem;display:flex}.skeleton-line{background:linear-gradient(90deg, var(--surface-soft) 0%, var(--surface-strong) 50%, var(--surface-soft) 100%);background-size:200% 100%;border-radius:4px;height:.875rem;animation:1.5s infinite shimmer}.skeleton-line-full{width:100%}.skeleton-line-80{width:80%}.skeleton-line-60{width:60%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:root[data-theme=dark] .skeleton-card{background:var(--surface);border-color:var(--line)}:root[data-theme=dark] .skeleton-line{background:linear-gradient(90deg, var(--surface-soft) 0%, var(--skeleton-shimmer) 50%, var(--surface-soft) 100%)}
