@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:6px;animation:1.5s ease-in-out infinite skeleton-shimmer}@media (prefers-reduced-motion:reduce){.skeleton{background:#e5e7eb;animation:none}}.skeleton-card{border-radius:var(--card-radius);border:1px solid var(--color-border);background:var(--color-bg-card);box-shadow:var(--card-shadow);padding:1.25rem}.skeleton-card__header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.skeleton-card__icon{border-radius:8px;flex-shrink:0;width:40px;height:40px}.skeleton-card__title{width:60%;height:14px}.skeleton-card__value{width:40%;height:28px;margin-bottom:.5rem}.skeleton-card__subtitle{width:75%;height:12px}.skeleton-table{border-collapse:collapse;width:100%}.skeleton-table__row{border-bottom:1px solid var(--color-border);gap:1rem;padding:.75rem 0;display:flex}.skeleton-table__cell{flex:1;height:16px}.skeleton-table__header-row{border-bottom:2px solid var(--color-border);gap:1rem;margin-bottom:.25rem;padding:.75rem 0;display:flex}.skeleton-table__header-cell{opacity:.6;flex:1;height:12px}.skeleton-chart{border-radius:var(--card-radius);border:1px solid var(--color-border);background:var(--color-bg-card);box-shadow:var(--card-shadow);padding:1rem}.skeleton-chart__title{width:30%;height:14px;margin-bottom:1rem}.skeleton-chart__area{align-items:flex-end;gap:6px;height:180px;padding-top:1rem;display:flex}.skeleton-chart__bar{border-radius:4px 4px 0 0;flex:1}.skeleton-stock-card{border-radius:var(--card-radius);border:1px solid var(--color-border);background:var(--color-bg-card);box-shadow:var(--card-shadow);padding:1rem}.skeleton-stock-card__top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.skeleton-stock-card__ticker{width:60px;height:18px}.skeleton-stock-card__badge{border-radius:9999px;width:80px;height:24px}.skeleton-stock-card__name{width:70%;height:12px;margin-bottom:.75rem}.skeleton-stock-card__metrics{gap:1rem;display:flex}.skeleton-stock-card__metric{flex:1;height:14px}.skeleton-stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}@media (width<=768px){.skeleton-stats-grid{grid-template-columns:repeat(2,1fr)}.skeleton-chart__area{height:120px}}
