:root{--rc-color-canvas: 11 14 20;--rc-color-surface: 24 28 38;--rc-color-text: 248 250 252;--rc-color-muted: 148 163 184;--rc-color-primary: 212 175 55;--rc-color-primary-hover: 245 208 97;--rc-color-focus: 99 102 241;--rc-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--rc-space-1: .25rem;--rc-space-2: .5rem;--rc-space-3: .75rem;--rc-space-4: 1rem;--rc-space-6: 1.5rem;--rc-radius-md: .5rem;--rc-radius-xl: .75rem}.rc-api-skeleton{position:fixed;inset:var(--rc-space-4) var(--rc-space-4) auto;z-index:4000;display:grid;gap:var(--rc-space-2);max-width:24rem;padding:var(--rc-space-4);border:1px solid rgb(var(--rc-color-primary) / .25);border-radius:var(--rc-radius-xl);background:rgb(var(--rc-color-surface) / .94);box-shadow:0 16px 40px #00000047;pointer-events:none}.rc-api-skeleton__line{height:.65rem;width:100%;border-radius:999px;background:linear-gradient(90deg,rgb(var(--rc-color-muted) / .14),rgb(var(--rc-color-primary) / .4),rgb(var(--rc-color-muted) / .14));background-size:200% 100%;animation:rc-skeleton-shimmer 1.15s ease-in-out infinite}.rc-api-skeleton__line--strong{height:.9rem;width:72%}.rc-api-skeleton__line--short{width:45%}@keyframes rc-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.rc-api-skeleton__line{animation:none}}
