.loading-note{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px 16px;color:var(--color-text-muted, #6b7280);font-size:.9rem}.loading-note.inline{display:inline-flex;justify-content:flex-start;padding:0;gap:7px;font-size:.85rem}.loading-note-spinner{flex-shrink:0;width:18px;height:18px;border:2px solid var(--color-border, #e2e6ef);border-top-color:var(--color-primary, #1a73e8);border-radius:50%;animation:loading-note-spin .8s linear infinite}.loading-note.inline .loading-note-spinner{width:13px;height:13px;border-width:2px}@keyframes loading-note-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.loading-note-spinner{animation:loading-note-pulse 1.2s ease-in-out infinite}@keyframes loading-note-pulse{0%,to{opacity:1}50%{opacity:.35}}}
