@keyframes cr-ring-appear{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes cr-spoke-appear{0%{opacity:0;stroke-dashoffset:80}to{opacity:1;stroke-dashoffset:0}}@keyframes cr-fill-appear{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes cr-outline-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes cr-vertex-pop{0%{opacity:0;r:0}70%{r:5}to{opacity:1;r:3}}@keyframes cr-label-appear{0%{opacity:0}to{opacity:.6}}@keyframes cr-bar-glow{0%,to{opacity:.8}50%{opacity:1}}.cr-root{display:flex;flex-direction:column;align-items:center;gap:20px}.cr-root--bars-only{gap:0;align-items:stretch;width:100%}.cr-root--bars-only .cr-legend{max-width:none;width:100%}.cr-root--bars-only.cr-root--compact .cr-legend-label{font-size:9px;letter-spacing:.2em;opacity:.88}.cr-root--bars-only.cr-root--compact .cr-legend-score{font-size:12px;opacity:.82}.cr-root--bars-only.cr-root--compact .cr-legend{gap:10px}.cr-root--compact .cr-axis-label{font-size:6px;letter-spacing:.18em}.cr-root--compact .cr-legend-label{font-size:6px;letter-spacing:.28em}.cr-root--compact .cr-legend{gap:8px}.cr-label{font-family:Cinzel,serif;font-size:7px;letter-spacing:.55em;text-transform:uppercase;color:var(--cr-color);opacity:.65;margin:0;text-align:center}.cr-svg{overflow:visible;display:block}.cr-ring{fill:none;stroke:var(--cr-color);stroke-width:.5;opacity:0;transform-origin:center}.cr-root--revealed .cr-ring{animation:cr-ring-appear .6s cubic-bezier(.22,1,.36,1) both}.cr-ring:last-of-type{stroke-width:.8}.cr-spoke{stroke:var(--cr-color);stroke-width:.5;stroke-dasharray:80;stroke-dashoffset:80;opacity:0}.cr-root--revealed .cr-spoke{animation:cr-spoke-appear .5s cubic-bezier(.22,1,.36,1) both}.cr-fill{stroke:none;opacity:0;transform-origin:center}.cr-root--revealed .cr-fill{animation:cr-fill-appear .7s cubic-bezier(.22,1,.36,1) .25s both}.cr-score-outline{fill:none;stroke:var(--cr-color);stroke-width:1.5;stroke-dasharray:1;stroke-dashoffset:1;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 3px color-mix(in srgb,var(--cr-color) 50%,transparent))}.cr-root--revealed .cr-score-outline{animation:cr-outline-draw .9s cubic-bezier(.22,1,.36,1) .2s both}.cr-vertex{fill:var(--cr-color);stroke:var(--cr-color-lt);stroke-width:1.5;opacity:0;transition:r .2s ease,opacity .2s ease,filter .2s ease}.cr-root--revealed .cr-vertex{animation:cr-vertex-pop .4s cubic-bezier(.34,1.56,.64,1) both}.cr-vertex--active{filter:drop-shadow(0 0 5px var(--cr-color-lt))}.cr-tick{stroke:var(--cr-color);stroke-width:1;opacity:.3;transition:opacity .2s ease,stroke .2s ease}.cr-tick--active{stroke:var(--cr-color-lt);opacity:1}.cr-origin{fill:var(--cr-color);opacity:.5}.cr-axis-label{font-family:Cinzel,serif;font-size:7px;letter-spacing:.3em;fill:var(--cr-color);opacity:0;transition:opacity .2s ease,font-size .15s ease}.cr-root--revealed .cr-axis-label{animation:cr-label-appear .5s cubic-bezier(.22,1,.36,1) forwards}.cr-axis-label--active{opacity:1!important;fill:var(--cr-color-lt)}.cr-score-bubble{pointer-events:none}.cr-score-value{font-family:Cinzel Decorative,Cinzel,serif;font-size:11px;fill:var(--cr-color-lt);filter:drop-shadow(0 0 4px color-mix(in srgb,var(--cr-color) 60%,transparent))}.cr-legend{width:100%;gap:10px;max-width:var(--cr-size,280px)}.cr-legend,.cr-legend-item{display:flex;flex-direction:column}.cr-legend-item{gap:4px;cursor:default;transition:opacity .2s ease}.cr-legend-item--active .cr-legend-label,.cr-legend-item--active .cr-legend-score{color:var(--cr-color-lt)}.cr-legend-row{display:flex;align-items:baseline;justify-content:space-between}.cr-legend-label{font-family:Cinzel,serif;font-size:7px;letter-spacing:.38em;text-transform:uppercase;opacity:.7}.cr-legend-label,.cr-legend-score{color:var(--cr-color);transition:color .2s ease,opacity .2s ease}.cr-legend-score{font-family:Cinzel Decorative,Cinzel,serif;font-size:10px;opacity:.55}.cr-legend-item--active .cr-legend-label,.cr-legend-item--active .cr-legend-score{opacity:1}.cr-legend-bar-track{height:1px;width:100%;background:color-mix(in srgb,var(--cr-color) 15%,#0000);position:relative;overflow:hidden}.cr-legend-bar-fill{position:absolute;left:0;top:0;height:100%;background:var(--cr-color);transition:width .8s cubic-bezier(.22,1,.36,1);box-shadow:0 0 6px color-mix(in srgb,var(--cr-color) 60%,#0000)}.cr-legend-item--active .cr-legend-bar-fill{background:var(--cr-color-lt);animation:cr-bar-glow 2s ease infinite}