.pfs-progress { box-sizing: border-box; width: 100%; max-width: var(--pfs-max-width, 720px); margin: 1rem auto; color: var(--pfs-text, #232323); }
.pfs-progress--hidden { display: none; }
.pfs-progress__message { margin: 0 0 .5rem; text-align: center; font-size: .9375rem; line-height: 1.4; }
.pfs-progress__track { width: 100%; height: var(--pfs-height, 12px); overflow: hidden; border-radius: 999px; background: var(--pfs-track, #e9ecef); }
.pfs-progress__bar { display: block; height: 100%; min-width: 0; border-radius: inherit; background: var(--pfs-color, #24b9d7); transition: width .35s ease; }
@media (prefers-reduced-motion: reduce) { .pfs-progress__bar { transition: none; } }
