.cymr{--cymr-fill: var(--brand-bright-blue, #006fe7);--cymr-track: var(--color-gray-100, #eef0f3);position:relative;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;padding:24px 28px;border:1px solid var(--color-border-light, rgba(9, 48, 85, 0.08));border-radius:var(--radius-lg, 16px);background:var(--color-bg-card, #fff);box-shadow:var(--shadow-md, 0 2px 12px rgba(9, 48, 85, 0.08));font-family:var(--font-body, sans-serif);color:var(--color-text, #10243e)}.cymr__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px}.cymr__title{margin:0;font-family:var(--font-display);font-size:var(--text-xs, 12px);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary, #56657a)}.cymr__link{flex-shrink:0;font-size:var(--text-xs, 12px);font-weight:600;color:var(--color-navy-800, #10407c);text-decoration:none;white-space:nowrap}.cymr__link:hover{color:var(--color-navy-900, #003064)}.cymr__body{display:flex;align-items:center;gap:28px}.cymr__ring{position:relative;flex-shrink:0;width:120px;height:120px}.cymr__ring svg{display:block;width:100%;height:100%}.cymr__ring-bg{fill:none;stroke:var(--cymr-track);stroke-width:10}.cymr__ring-fill{fill:none;stroke:var(--cymr-fill);stroke-width:10;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center;filter:drop-shadow(0 0 6px rgba(0, 111, 231, 0.45))}.cymr__center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.cymr__pct{font-family:var(--font-display);font-size:var(--text-2xl, 28px);font-weight:700;line-height:1;color:var(--color-text, #10243e)}.cymr__center-label{margin-top:2px;font-size:var(--text-xs, 12px);color:var(--color-text-muted, #7a8699)}.cymr__legend{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.cymr__stat{display:flex;align-items:center;gap:12px}.cymr__dot{flex-shrink:0;width:8px;height:8px;border-radius:2px}.cymr__dot--completed{background:var(--color-green, #16b364)}.cymr__dot--in-progress{background:var(--color-blue-300, #2191ff)}.cymr__dot--planned{background:var(--color-gray-300, #cbd2db)}.cymr__dot--at-risk{background:#ef4444}.cymr__stat-label{flex:1;font-size:var(--text-sm, 14px);color:var(--color-text-secondary, #56657a)}.cymr__stat-count{font-size:var(--text-sm, 14px);font-weight:700;font-variant-numeric:tabular-nums;color:var(--color-text, #10243e)}.cymr--dark{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.08);box-shadow:0 2px 12px rgba(0,0,0,.25);color:#fff}.cymr--dark .cymr__title{color:hsla(0,0%,100%,.7)}.cymr--dark .cymr__link{color:hsla(0,0%,100%,.7)}.cymr--dark .cymr__link:hover{color:#fff}.cymr--dark .cymr__ring-bg{stroke:hsla(0,0%,100%,.06)}.cymr--dark .cymr__pct{color:#fff}.cymr--dark .cymr__center-label{color:hsla(0,0%,100%,.45)}.cymr--dark .cymr__stat-label{color:hsla(0,0%,100%,.6)}.cymr--dark .cymr__stat-count{color:#fff}@keyframes cymr-rise{from{opacity:0;transform:translateY(16px) scale(0.985)}to{opacity:1;transform:none}}@keyframes cymr-fade-up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes cymr-draw{from{stroke-dashoffset:var(--cymr-arc, 314)}to{stroke-dashoffset:0}}.cymr--animate{animation:cymr-rise 1.4s cubic-bezier(0.22, 1, 0.36, 1) .5s both}.cymr--animate .cymr__ring-fill{animation:cymr-draw 2.2s cubic-bezier(0.22, 1, 0.36, 1) .75s both}.cymr--animate .cymr__center{animation:cymr-fade-up 1.1s ease 1.2s both}@media(prefers-reduced-motion: reduce){.cymr--animate,.cymr--animate .cymr__ring-fill,.cymr--animate .cymr__center{animation:none}}