@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-container{flex-direction:column;gap:8px;width:100%;display:flex}.skeleton{background:linear-gradient(90deg, var(--bg-elevated) 25%, var(--cos-surface-hover) 50%, var(--bg-elevated) 75%);border-radius:var(--cos-radius-sm);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}.skeleton--text{border-radius:4px;height:14px}.skeleton--text:last-child{width:70%}.skeleton--card{border-radius:var(--cos-radius-lg);height:160px}.skeleton--table-row{border-radius:var(--cos-radius-sm);height:48px;margin-bottom:2px}.skeleton--hero-strip{border-radius:0;height:120px}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}
