.naraya-branded-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;background-color:rgb(var(--bg-app))}.naraya-branded-loader--fullscreen{position:fixed;inset:0;z-index:var(--z-modal,1000)}.naraya-branded-loader--inline{position:absolute;inset:0}.naraya-branded-loader--transparent{background-color:transparent}.naraya-branded-loader__logo{line-height:0}.naraya-branded-loader__logo svg{display:block;width:100%;height:100%;overflow:visible}.naraya-branded-loader__logo--xs{width:2rem;height:2rem}.naraya-branded-loader__logo--sm{width:2.75rem;height:2.75rem}.naraya-branded-loader__logo--md{width:3.5rem;height:3.5rem}.naraya-branded-loader__logo--lg{width:4.5rem;height:4.5rem}.naraya-branded-loader__logo--xl{width:5.5rem;height:5.5rem}.naraya-branded-loader__primary{fill:rgb(var(--color-brand-light))}.naraya-branded-loader__accent{fill:rgb(var(--color-brand-deep))}.dark .naraya-branded-loader__accent{fill:rgb(var(--text-main))}.naraya-branded-loader__label{font-size:.875rem;font-weight:500;letter-spacing:.02em;color:rgb(var(--text-muted))}.naraya-branded-loader__bar{position:relative;width:9rem;height:3px;border-radius:9999px;background-color:rgb(var(--bg-muted));overflow:hidden}.naraya-branded-loader__bar-fill{position:absolute;top:0;left:-40%;height:100%;width:40%;border-radius:9999px;background-color:rgb(var(--color-primary));animation:naraya-bl-bar 1.3s var(--easing-smooth) infinite}@keyframes naraya-bl-bar{0%{left:-40%}to{left:100%}}@media (prefers-reduced-motion:reduce){.naraya-branded-loader__bar-fill{animation:none;left:0;width:100%;opacity:.5}}