.chart-skeleton{margin-bottom:16px;border-radius:12px;background:var(--sa-surface-sunken,#292929);border:1px solid rgba(255,255,255,.06);overflow:hidden;animation:skeletonReveal .36s ease-out}.chart-skeleton-head{display:flex;flex-direction:column;gap:10px;padding:14px 18px 10px}.chart-skeleton-title-row{display:flex;align-items:baseline;gap:12px}.chart-skeleton-head .placeholder{display:block;min-width:0;min-height:0;border-radius:6px}.chart-skeleton-title{width:140px;height:14px}.chart-skeleton-value{width:92px;height:20px}.chart-skeleton-change{width:56px;height:14px;border-radius:999px!important}.chart-skeleton-pills{display:flex;gap:6px}.chart-skeleton-pill{width:38px;height:24px;border-radius:8px!important}.chart-skeleton-plot{position:relative;height:var(--chart-skeleton-h,350px);padding:12px 18px 18px}.chart-skeleton-plot svg{width:100%;height:100%;display:block;overflow:visible}.chart-skeleton-grid{stroke:rgba(255,255,255,.05);stroke-width:1;vector-effect:non-scaling-stroke}.chart-skeleton-line{fill:none;stroke:rgba(212,175,55,.55);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:1;stroke-dashoffset:1;animation:chartSkeletonDraw 2.6s cubic-bezier(.4,0,.2,1) infinite}.chart-skeleton-area{fill:url(#chart-skeleton-fill);opacity:0;animation:chartSkeletonArea 2.6s ease-in-out infinite}@keyframes chartSkeletonDraw{0%{stroke-dashoffset:1;opacity:1}55%{stroke-dashoffset:0;opacity:1}82%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:0}}@keyframes chartSkeletonArea{0%{opacity:0}55%{opacity:1}82%{opacity:1}to{opacity:0}}@media (max-width:767.98px){.chart-skeleton-head{padding:12px 14px}.chart-skeleton-plot{height:var(--chart-skeleton-h-sm,220px);padding:8px 14px 14px}}@media (prefers-reduced-motion:reduce){.chart-skeleton-line{stroke-dashoffset:0}.chart-skeleton-area,.chart-skeleton-line{animation:none;opacity:.7}}