.metric-header{display:flex;justify-content:space-between;margin-bottom:4px;font-size:14px}.metric-label.main{font-weight:600}.bar-track{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bar-fill{height:100%;width:0;background:var(--color-denkboxsemidark);border-radius:inherit;animation:grow .6s ease-out forwards}.bar-fill.main{background:var(--color-denkbox)}@keyframes grow{to{width:var(--target-width)}}