/** Instant skeleton while MacroVibesPage fetches indicator data. */ export default function MacroLoading() { return (
{/* Composite score card */}
{/* 8-indicator grid */}
{Array.from({ length: 8 }).map((_, i) => (
))}
) }