.coach-dash{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:28px}.cd-explorer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:40px;align-items:stretch}@media (max-width:900px){.cd-explorer{grid-template-columns:1fr;gap:24px}}.cd-progress{display:block;height:2px;background:var(--gray-100);border-radius:2px;margin-top:14px;overflow:hidden}.cd-progress-fill{display:block;height:100%;background:var(--profil-turquoise);width:0;animation:cdFeatProgress 6s linear forwards}.cd-progress-fill.paused{animation:none;width:100%}@keyframes cdFeatProgress{0%{width:0}to{width:100%}}@media (prefers-reduced-motion:reduce){.cd-progress-fill{animation:none;width:100%}}