@layer components{.page-container{margin-inline:auto;max-width:56rem;padding-inline:1.5rem;padding-block:2rem}.page-container__inner{display:flex;flex-direction:column;gap:2rem}.page-header{display:flex;flex-direction:column;gap:.5rem}.page-header__title{font-size:1.5rem;line-height:calc(2 / 1.5);font-weight:600}.page-header__title--lg{font-size:2.25rem;line-height:calc(2.5 / 2.25);font-weight:700;letter-spacing:-.025em}.page-header__desc{font-size:.875rem;line-height:calc(1.25 / .875);color:var(--muted-foreground)}.page-header__desc--lg{font-size:1rem;line-height:calc(1.5 / 1)}.progress-bar{height:.5rem;border-radius:9999px;background-color:var(--muted);overflow:hidden}.progress-bar__fill{height:100%;border-radius:9999px;background-color:var(--primary);transition:all .15s cubic-bezier(.4,0,.2,1)}.ui-section-header{display:flex;align-items:center;justify-content:space-between}.ui-section-header__title{font-size:1.125rem;line-height:calc(1.75 / 1.125);font-weight:600}.ui-section-header__link{color:var(--primary);font-size:.875rem;line-height:calc(1.25 / .875)}.ui-section-header__link:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.ui-skeleton{animation:ui-skeleton-pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:calc(var(--radius) + 2px);background-color:var(--muted)}}@layer components{}@layer components{}@layer components{}@layer components{@keyframes ui-skeleton-pulse{50%{opacity:.5}}}@layer components{.stat-card{border-radius:.75rem;border:1px solid var(--border-color);background-color:var(--card);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);padding:1.25rem;flex-direction:column;gap:1rem;height:100%}.stat-card,.stat-card__row{display:flex;justify-content:space-between}.stat-card__row{align-items:flex-start;gap:.75rem}.stat-card__value{font-size:2.25rem;line-height:1;letter-spacing:-.025em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--primary)}.stat-card__icon{height:3rem;border-radius:9999px;background-color:var(--primary);background-color:color-mix(in oklab,var(--primary) 10%,transparent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card__icon-glyph{width:1.5rem;height:1.5rem;color:var(--primary)}.stat-card__label{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600;color:var(--foreground)}.step-card{border-radius:calc(var(--radius) + 4px);border:1px solid var(--border-color);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.step-card__badge{width:2rem;height:2rem;border-radius:9999px;background-color:var(--primary);display:flex;align-items:center;justify-content:center}.step-card__step{font-size:.75rem;line-height:calc(1 / .75);font-weight:600;color:var(--primary-foreground)}.step-card__title{font-size:.875rem;line-height:calc(1.25 / .875);font-weight:600}.step-card__desc{font-size:.75rem;line-height:calc(1 / .75);color:var(--muted-foreground)}}@layer components{}