.lore-progress-bar-stack{display:flex;flex-direction:column;align-items:stretch;gap:var(--spacing-16);width:100%;box-sizing:border-box}.lore-progress-bar-stack .lore-progress-bar__label{margin:0}.lore-progress-bar{position:relative;display:block;width:100%;box-sizing:border-box;overflow:hidden;background-color:var(--greyscale-100);border-radius:9999px;height:8px}.lore-progress-bar--sm{height:4px}.lore-progress-bar--md{height:8px}.lore-progress-bar--lg{height:16px}.lore-progress-bar__fill{height:100%;border-radius:inherit;transition:width .3s ease;will-change:width}.lore-progress-bar--brand .lore-progress-bar__fill,.lore-progress-bar__fill{background-color:var(--brand-primary)}.lore-progress-bar--success .lore-progress-bar__fill{background-color:var(--green-500)}.lore-progress-bar--warning .lore-progress-bar__fill{background-color:var(--yellow-500)}@media (prefers-reduced-motion:reduce){.lore-progress-bar__fill{transition:none}}.lore-progress-radial{position:relative;box-sizing:border-box;width:200px;height:200px}.lore-progress-radial--fill,.lore-progress-radial--live{width:220px;height:220px;background-color:var(--surface-card);border:1px solid var(--line-separating-content);border-radius:50%}.lore-progress-radial__svg{display:block;width:100%;height:100%}.lore-progress-radial--fill .lore-progress-radial__svg,.lore-progress-radial--live .lore-progress-radial__svg,.lore-progress-radial--on-primary .lore-progress-radial__svg{position:absolute;top:50%;left:50%;width:200px;height:200px;transform:translate(-50%,-50%)}.lore-progress-radial--on-primary{isolation:isolate;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle 273px at 50% 50%,rgb(255 255 255/50%) 0,var(--teal-400) 26.9%,#045769 50%,#41bbd8 72.6%,rgb(255 255 255/50%) 100%);box-shadow:0 0 0 2px var(--teal-800),0 0 7px 5px rgb(255 255 255/21%)}.lore-progress-radial__op-grain{position:absolute;inset:0;z-index:1;width:100%;height:100%;overflow:hidden;border-radius:50%;pointer-events:none;opacity:.06;mix-blend-mode:multiply}.lore-progress-radial--on-primary .lore-progress-radial__center,.lore-progress-radial--on-primary .lore-progress-radial__svg{z-index:2}.lore-progress-radial--on-primary .lore-progress-radial__svg{overflow:visible}.lore-progress-radial__op-arc,.lore-progress-radial__op-arc-border,.lore-progress-radial__op-hairline,.lore-progress-radial__op-track{fill:none}.lore-progress-radial__op-track{stroke:var(--teal-800);stroke-width:16}.lore-progress-radial__op-hairline{stroke:rgb(255 255 255/10%);stroke-width:1}.lore-progress-radial__op-arc-shadow{filter:drop-shadow(0 4px 4px rgb(0 0 0/25%))}.lore-progress-radial__op-arc,.lore-progress-radial__op-arc-border{stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset .3s ease}.lore-progress-radial__op-arc-border{stroke:var(--teal-800);stroke-width:16}.lore-progress-radial__op-arc{stroke:#fbffff;stroke-width:14}.lore-progress-radial__op-halo{stroke:rgb(255 255 255/20%);stroke-width:4;fill:none}.lore-progress-radial__op-disc{fill:var(--teal-800)}.lore-progress-radial__op-face{fill:var(--greyscale-white)}.lore-progress-radial__op-glyph{fill:var(--teal-500)}.lore-progress-radial__op-ring{fill:var(--green-300)}.lore-progress-radial__fill,.lore-progress-radial__track{fill:none;stroke-width:16}.lore-progress-radial__track{stroke:var(--greyscale-100)}.lore-progress-radial__fill{stroke:var(--brand-primary);stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset .3s ease}.lore-progress-radial__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-4);pointer-events:none;text-align:center}.lore-progress-radial__lorebot{position:relative;display:flex;align-items:center;justify-content:center;transform-origin:center;animation:lore-progress-radial-pulse 1.6s ease-in-out infinite}.lore-progress-radial__lorebot-peak{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;animation:lore-progress-radial-paint 1.6s ease-in-out infinite}@keyframes lore-progress-radial-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.12);opacity:.85}}@keyframes lore-progress-radial-paint{0%,to{opacity:0}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.lore-progress-radial__fill,.lore-progress-radial__op-arc,.lore-progress-radial__op-arc-border{transition:none}.lore-progress-radial__lorebot,.lore-progress-radial__lorebot-peak{animation:none}.lore-progress-radial__lorebot-peak{opacity:0}}