.leaf-fill{display:inline-flex;flex-direction:column;align-items:center;gap:var(--space-3)}.leaf-fill__svg{width:96px;height:96px;display:block}.leaf-fill__ring-inner{transform-origin:50px 50px;animation:leaf-fill-rotate-cw 11s linear infinite}@keyframes leaf-fill-rotate-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaf-fill__leaf.is-filled{transition:fill .24s ease-out,stroke-opacity .24s ease-out}.leaf-fill__stages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-family:var(--font-sans);font-size:11.5px;color:var(--ink-2)}.leaf-fill__stage{display:flex;align-items:center;gap:8px;color:var(--ink-3)}.leaf-fill__stage.is-done{color:var(--ink-1)}.leaf-fill__stage-mark{width:14px;height:14px;border-radius:50%;background:var(--paper-2);border:.5px solid var(--rule-2);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:9px}.leaf-fill__stage.is-done .leaf-fill__stage-mark{background:var(--leaf-50);border-color:var(--leaf-deep);color:var(--leaf-deep)}@media(prefers-reduced-motion:reduce){.leaf-fill__ring-inner{animation:none}}.ring-trace{display:inline-flex;flex-direction:column;align-items:center;gap:var(--space-2)}.ring-trace__svg-wrap{display:block}.ring-trace__label{margin:0;font-family:var(--font-sans);font-size:11.5px;color:var(--ink-2);max-width:220px;text-align:center}.brand-progress{display:flex;flex-direction:column;gap:var(--space-2);max-width:420px;width:100%}.brand-progress__head{display:flex;align-items:center;gap:var(--space-2)}.brand-progress__step{flex:1;min-width:0}.brand-progress__step-label{margin:0;font-family:var(--font-sans);font-size:11.5px;color:var(--ink-1);line-height:1.3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.brand-progress__count{margin:0;font-family:var(--font-mono);font-size:11px;color:var(--ink-3);letter-spacing:-.01em;flex-shrink:0}.brand-progress__bar-track{width:100%;height:3px;background:var(--paper-3);border-radius:2px;overflow:hidden}.brand-progress__bar-fill{height:100%;background:var(--leaf);border-radius:2px;transition:width .24s ease-out}
