.th-skel{border-radius:var(--radius-1);background:linear-gradient(90deg, var(--surface-sunken) 25%, var(--surface-card) 37%, var(--surface-sunken) 63%);animation:th-skel-shimmer var(--dur-slow) var(--ease-linear) infinite;background-size:400% 100%;display:block}@keyframes th-skel-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.th-skel-text{gap:var(--space-2);display:grid}.th-skel-text .th-skel:last-child{width:70%}.th-spinner{color:var(--accent);display:inline-block}.th-spinner svg{animation:.8s linear infinite th-spin;display:block}@keyframes th-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.th-skel{animation:none}.th-spinner svg{animation-duration:1.6s}}
