.wrr{--wrr-size: 2rem;position:relative;flex:0 0 auto;width:var(--wrr-size);height:var(--wrr-size);display:inline-grid;place-items:center}.wrr svg{width:100%;height:100%;transform:rotate(-90deg);display:block}.wrr-track{fill:none;stroke:var(--border-gold-glow);stroke-width:3}.wrr-fill{fill:none;stroke:var(--gold);stroke-width:3;stroke-linecap:round;stroke-dasharray:100.53;stroke-dashoffset:100.53;transition:stroke-dashoffset .55s var(--transition-smooth, ease),stroke .35s ease}.wrr-core{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--font-body);font-weight:var(--weight-bold);line-height:1;text-align:center;color:var(--gold-bright);font-size:calc(var(--wrr-size) * .34)}.wrr-core .wrr-num{font-variant-numeric:tabular-nums}.wrr-core .wrr-unit{display:block;font-size:.5em;font-weight:var(--weight-medium);letter-spacing:.02em;color:var(--text-muted);margin-top:.1em}.wrr.is-seed .wrr-fill{stroke:var(--gold-dim)}.wrr.is-seed .wrr-core{color:var(--gold-dim)}.wrr.is-progress .wrr-fill{stroke:var(--gold)}.wrr.is-progress .wrr-core{color:var(--gold-bright)}.wrr.is-counted .wrr-fill{stroke:var(--success)}.wrr.is-counted .wrr-core{color:var(--success)}.wrr.is-counted{filter:drop-shadow(0 0 5px var(--success-glow))}.wrr.is-guest .wrr-fill{stroke:var(--border-gold)}.wrr.is-guest .wrr-core{color:var(--text-gold)}@media(prefers-reduced-motion:no-preference){.wrr.is-counted{animation:wrr-bloom 2.6s ease-in-out infinite}}@keyframes wrr-bloom{0%,to{filter:drop-shadow(0 0 3px var(--success-glow))}50%{filter:drop-shadow(0 0 9px var(--success-glow))}}
