.loading-indicator.svelte-ofll3r.svelte-ofll3r{display:flex;align-items:center;justify-content:center}.loading-indicator.inline.svelte-ofll3r.svelte-ofll3r{display:inline-flex}.loading-indicator.overlay.svelte-ofll3r.svelte-ofll3r{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.loading-overlay.svelte-ofll3r.svelte-ofll3r{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--loading-overlay-bg, rgba(0, 0, 0, .5));display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(var(--loading-overlay-blur, 2px));backdrop-filter:blur(var(--loading-overlay-blur, 2px))}.loading-content.svelte-ofll3r.svelte-ofll3r{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:var(--loading-card-padding, 1rem);background:var(--loading-card-bg, var(--bg-surface-paper));border-radius:var(--loading-card-radius, var(--radius-md));box-shadow:var(--loading-card-shadow, var(--shadow-soft));transform:none}.loading-indicator.svelte-ofll3r:not(.overlay) .loading-content.svelte-ofll3r{background:transparent;box-shadow:none;padding:0}.loading-animation-container.svelte-ofll3r.svelte-ofll3r{contain:layout style paint;isolation:isolate;transform:none}.loading-animation.svelte-ofll3r.svelte-ofll3r{display:flex;align-items:center;justify-content:center;position:relative;z-index:0;transform:none}.loading-message-container.svelte-ofll3r.svelte-ofll3r{contain:layout style paint;isolation:isolate;transform:none!important;animation:none!important}.spinner.svelte-ofll3r.svelte-ofll3r{border:2px solid var(--loading-spinner-border, rgba(176, 138, 90, .2));border-top:2px solid var(--loading-spinner-accent, var(--accent-primary));border-radius:50%;animation:svelte-ofll3r-spin 1s linear infinite;will-change:transform;transform-origin:center;contain:layout style paint;isolation:isolate}.loading-indicator.sm.svelte-ofll3r .spinner.svelte-ofll3r{width:16px;height:16px;border-width:1.5px}.loading-indicator.md.svelte-ofll3r .spinner.svelte-ofll3r{width:24px;height:24px}.loading-indicator.lg.svelte-ofll3r .spinner.svelte-ofll3r{width:32px;height:32px;border-width:3px}@keyframes svelte-ofll3r-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dots.svelte-ofll3r.svelte-ofll3r{display:flex;gap:.25rem}.dot.svelte-ofll3r.svelte-ofll3r{background:var(--accent-primary);border-radius:50%;animation:svelte-ofll3r-bounce 1.4s ease-in-out infinite both}.loading-indicator.sm.svelte-ofll3r .dot.svelte-ofll3r{width:4px;height:4px}.loading-indicator.md.svelte-ofll3r .dot.svelte-ofll3r{width:6px;height:6px}.loading-indicator.lg.svelte-ofll3r .dot.svelte-ofll3r{width:8px;height:8px}.dot.svelte-ofll3r.svelte-ofll3r:nth-child(1){animation-delay:-.32s}.dot.svelte-ofll3r.svelte-ofll3r:nth-child(2){animation-delay:-.16s}.dot.svelte-ofll3r.svelte-ofll3r:nth-child(3){animation-delay:0s}@keyframes svelte-ofll3r-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.pulse.svelte-ofll3r.svelte-ofll3r{background:var(--accent-primary);border-radius:50%;animation:svelte-ofll3r-pulse 2s ease-in-out infinite}.loading-indicator.sm.svelte-ofll3r .pulse.svelte-ofll3r{width:16px;height:16px}.loading-indicator.md.svelte-ofll3r .pulse.svelte-ofll3r{width:24px;height:24px}.loading-indicator.lg.svelte-ofll3r .pulse.svelte-ofll3r{width:32px;height:32px}@keyframes svelte-ofll3r-pulse{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}.skeleton.svelte-ofll3r.svelte-ofll3r{display:flex;flex-direction:column;gap:.5rem;width:200px}.skeleton-line.svelte-ofll3r.svelte-ofll3r{height:12px;background:linear-gradient(90deg,rgba(176,138,90,.1) 25%,rgba(176,138,90,.2) 50%,rgba(176,138,90,.1) 75%);background-size:200% 100%;border-radius:var(--radius-sm);animation:svelte-ofll3r-shimmer 2s ease-in-out infinite}.skeleton-line.short.svelte-ofll3r.svelte-ofll3r{width:60%}.loading-indicator.sm.svelte-ofll3r .skeleton.svelte-ofll3r{width:150px}.loading-indicator.sm.svelte-ofll3r .skeleton-line.svelte-ofll3r{height:10px}.loading-indicator.lg.svelte-ofll3r .skeleton.svelte-ofll3r{width:250px}.loading-indicator.lg.svelte-ofll3r .skeleton-line.svelte-ofll3r{height:14px}@keyframes svelte-ofll3r-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.loading-message.svelte-ofll3r.svelte-ofll3r{color:var(--loading-text-color, var(--text-ink-secondary));font-size:.9rem;text-align:center;max-width:200px;transform:none!important;animation:none!important}.loading-indicator.sm.svelte-ofll3r .loading-message.svelte-ofll3r{font-size:.8rem}.loading-indicator.lg.svelte-ofll3r .loading-message.svelte-ofll3r{font-size:1rem}.progress-container.svelte-ofll3r.svelte-ofll3r{display:flex;flex-direction:column;gap:.25rem;width:100%;max-width:200px}.progress-bar.svelte-ofll3r.svelte-ofll3r{height:4px;background:var(--loading-progress-bg, rgba(176, 138, 90, .2));border-radius:2px;overflow:hidden}.progress-fill.svelte-ofll3r.svelte-ofll3r{height:100%;background:var(--loading-progress-fill, var(--accent-primary));border-radius:2px;transition:width .3s ease}.progress-text.svelte-ofll3r.svelte-ofll3r{font-size:.75rem;color:var(--text-ink-muted);text-align:center}@media (max-width: 768px){.loading-content.svelte-ofll3r.svelte-ofll3r{padding:.75rem}.skeleton.svelte-ofll3r.svelte-ofll3r{width:150px}.progress-container.svelte-ofll3r.svelte-ofll3r{max-width:150px}}
