.score-badge.svelte-1s0cjp3{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;background:var(--white);border:3px solid var(--score-color);border-radius:var(--radius-md);position:relative}.score-badge--small.svelte-1s0cjp3{width:48px;height:48px;padding:var(--space-1)}.score-badge--medium.svelte-1s0cjp3{width:80px;height:80px;padding:var(--space-2)}.score-badge--large.svelte-1s0cjp3{width:120px;height:120px;padding:var(--space-3)}.score-badge__score.svelte-1s0cjp3{font-weight:var(--font-bold);color:var(--score-color);line-height:1}.score-badge--small.svelte-1s0cjp3 .score-badge__score:where(.svelte-1s0cjp3){font-size:var(--text-base)}.score-badge--medium.svelte-1s0cjp3 .score-badge__score:where(.svelte-1s0cjp3){font-size:var(--text-2xl)}.score-badge--large.svelte-1s0cjp3 .score-badge__score:where(.svelte-1s0cjp3){font-size:var(--text-4xl)}.score-badge__divider.svelte-1s0cjp3{width:60%;height:1px;background-color:var(--gray-300);margin:var(--space-1) 0}.score-badge--small.svelte-1s0cjp3 .score-badge__divider:where(.svelte-1s0cjp3){display:none}.score-badge__meta.svelte-1s0cjp3{display:flex;flex-direction:column;align-items:center;gap:2px}.score-badge__grade.svelte-1s0cjp3{font-weight:var(--font-semibold);color:var(--navy);line-height:1}.score-badge--small.svelte-1s0cjp3 .score-badge__grade:where(.svelte-1s0cjp3){font-size:var(--text-xs)}.score-badge--medium.svelte-1s0cjp3 .score-badge__grade:where(.svelte-1s0cjp3){font-size:var(--text-base)}.score-badge--large.svelte-1s0cjp3 .score-badge__grade:where(.svelte-1s0cjp3){font-size:var(--text-2xl)}.score-badge__label.svelte-1s0cjp3{font-size:var(--text-xs);color:var(--gray-500);text-transform:uppercase;letter-spacing:var(--tracking-wide)}.score-badge--small.svelte-1s0cjp3 .score-badge__label:where(.svelte-1s0cjp3){display:none}.score-badge__trend.svelte-1s0cjp3{position:absolute;top:4px;right:4px;font-size:var(--text-xs);font-weight:var(--font-bold)}.score-badge--large.svelte-1s0cjp3 .score-badge__trend:where(.svelte-1s0cjp3){font-size:var(--text-sm);top:6px;right:6px}.severity-badge.svelte-1186hjm{display:inline-flex;align-items:center;gap:var(--space-1);padding:4px 12px;font-size:11px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-sm);border-width:1px;border-style:solid;line-height:1}.severity-badge__dot.svelte-1186hjm{width:6px;height:6px;border-radius:var(--radius-full);flex-shrink:0}.severity-badge--critical.svelte-1186hjm{background:var(--severity-critical-bg);color:var(--severity-critical);border-color:var(--severity-critical-border)}.severity-badge--critical.svelte-1186hjm .severity-badge__dot:where(.svelte-1186hjm){background-color:var(--severity-critical)}.severity-badge--high.svelte-1186hjm{background:var(--severity-high-bg);color:#c2410c;border-color:var(--severity-high-border)}.severity-badge--high.svelte-1186hjm .severity-badge__dot:where(.svelte-1186hjm){background-color:var(--severity-high)}.severity-badge--medium.svelte-1186hjm{background:var(--severity-medium-bg);color:#b45309;border-color:var(--severity-medium-border)}.severity-badge--medium.svelte-1186hjm .severity-badge__dot:where(.svelte-1186hjm){background-color:var(--severity-medium)}.severity-badge--low.svelte-1186hjm{background:var(--severity-low-bg);color:var(--gray-600);border-color:var(--severity-low-border)}.severity-badge--low.svelte-1186hjm .severity-badge__dot:where(.svelte-1186hjm){background-color:var(--severity-low)}.effort-badge.svelte-yf6na1{display:inline-flex;align-items:center;gap:var(--space-2);padding:4px 12px;font-size:11px;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-sm);line-height:1}.effort-badge__hours.svelte-yf6na1{font-weight:var(--font-normal);opacity:.8}.effort-badge--small.svelte-yf6na1{background:var(--effort-small-bg);color:var(--effort-small)}.effort-badge--medium.svelte-yf6na1{background:var(--effort-medium-bg);color:var(--effort-medium)}.effort-badge--large.svelte-yf6na1{background:var(--effort-large-bg);color:var(--effort-large)}.category-badge.svelte-1xlnsor{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:var(--font-medium);color:var(--arctic);background:var(--arctic-light);border-radius:var(--radius-sm);line-height:1}.finding-card.svelte-q9tacr{background:var(--white);border:1px solid var(--border-color);border-left:4px solid var(--severity-border);border-radius:var(--radius-md);padding:var(--space-6);box-shadow:var(--shadow);break-inside:avoid}.finding-card__header.svelte-q9tacr{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.finding-card__priority.svelte-q9tacr{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--navy);color:var(--white);font-size:var(--text-sm);font-weight:var(--font-bold);border-radius:var(--radius-full)}.finding-card__divider.svelte-q9tacr{height:1px;background:var(--border-color);margin-bottom:var(--space-4)}.finding-card__title.svelte-q9tacr{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--navy);margin-bottom:var(--space-3);line-height:var(--leading-snug)}.finding-card__summary.svelte-q9tacr{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin-bottom:var(--space-4)}.finding-card__section.svelte-q9tacr{margin-bottom:var(--space-4)}.finding-card__section-title.svelte-q9tacr{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--gray-500);margin-bottom:var(--space-2)}.finding-card__section-text.svelte-q9tacr{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed)}.finding-card__components.svelte-q9tacr{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2)}.finding-card__component.svelte-q9tacr{font-family:var(--font-mono);font-size:var(--text-xs);background:var(--gray-100);padding:2px 6px;border-radius:var(--radius-sm);color:var(--navy)}.finding-card__separator.svelte-q9tacr{color:var(--gray-400)}.finding-card__more.svelte-q9tacr{font-size:var(--text-xs);color:var(--arctic);font-weight:var(--font-medium)}.finding-card__footer.svelte-q9tacr{display:flex;justify-content:flex-end;align-items:center;padding-top:var(--space-4);border-top:1px solid var(--border-color);margin-top:var(--space-4)}.finding-card__effort.svelte-q9tacr{display:flex;align-items:center;gap:var(--space-2)}.finding-card__effort-label.svelte-q9tacr{font-size:var(--text-sm);color:var(--gray-500)}.metric-card.svelte-1e9wj76{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-4)}.metric-card--small.svelte-1e9wj76{padding:var(--space-3)}.metric-card--large.svelte-1e9wj76{padding:var(--space-6)}.metric-card__value.svelte-1e9wj76{font-weight:var(--font-bold);line-height:1;margin-bottom:var(--space-2)}.metric-card--small.svelte-1e9wj76 .metric-card__value:where(.svelte-1e9wj76){font-size:var(--text-2xl)}.metric-card--medium.svelte-1e9wj76 .metric-card__value:where(.svelte-1e9wj76){font-size:var(--text-3xl)}.metric-card--large.svelte-1e9wj76 .metric-card__value:where(.svelte-1e9wj76){font-size:var(--text-4xl)}.metric-card__label.svelte-1e9wj76{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-tight)}.metric-card--large.svelte-1e9wj76 .metric-card__label:where(.svelte-1e9wj76){font-size:var(--text-base)}.metric-card__description.svelte-1e9wj76{font-size:var(--text-xs);color:var(--gray-500);margin-top:var(--space-1)}.table-wrapper.svelte-16k18c8{overflow-x:auto}.data-table.svelte-16k18c8{width:100%;border-collapse:collapse;font-size:var(--text-sm)}.data-table__head.svelte-16k18c8{background:var(--gray-50)}.data-table__th.svelte-16k18c8{padding:var(--space-3) var(--space-4);font-weight:var(--font-semibold);color:var(--navy);text-transform:uppercase;font-size:var(--text-xs);letter-spacing:var(--tracking-wide);border-bottom:2px solid var(--border-color);white-space:nowrap}.data-table__row.svelte-16k18c8{border-bottom:1px solid var(--border-color);transition:background-color var(--transition-fast)}.data-table__row.svelte-16k18c8:hover{background:var(--gray-50)}.data-table--striped.svelte-16k18c8 .data-table__row:where(.svelte-16k18c8):nth-child(2n){background:var(--gray-50)}.data-table--striped.svelte-16k18c8 .data-table__row:where(.svelte-16k18c8):nth-child(2n):hover{background:var(--gray-100)}.data-table__td.svelte-16k18c8{padding:var(--space-3) var(--space-4);color:var(--slate);vertical-align:middle}.data-table--compact.svelte-16k18c8 .data-table__th:where(.svelte-16k18c8),.data-table--compact.svelte-16k18c8 .data-table__td:where(.svelte-16k18c8){padding:var(--space-2) var(--space-3)}.data-table__row.svelte-16k18c8:last-child{border-bottom:none}.section-header.svelte-ls99y2{margin-bottom:var(--space-6)}.section-header__title.svelte-ls99y2{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-widest);color:var(--navy);margin-bottom:var(--space-3)}.section-header__line.svelte-ls99y2{height:2px;background:var(--navy)}.polaris-logo.svelte-cme00b{display:flex;flex-direction:column;align-items:center;color:var(--navy)}.polaris-logo__icon.svelte-cme00b{color:var(--navy)}.polaris-logo--small.svelte-cme00b .polaris-logo__icon:where(.svelte-cme00b){width:32px;height:32px}.polaris-logo--medium.svelte-cme00b .polaris-logo__icon:where(.svelte-cme00b){width:48px;height:48px}.polaris-logo--large.svelte-cme00b .polaris-logo__icon:where(.svelte-cme00b){width:80px;height:80px}.polaris-logo__text.svelte-cme00b{display:flex;flex-direction:column;align-items:center;margin-top:var(--space-2)}.polaris-logo--large.svelte-cme00b .polaris-logo__text:where(.svelte-cme00b){margin-top:var(--space-4)}.polaris-logo__name.svelte-cme00b{font-weight:var(--font-semibold);letter-spacing:var(--tracking-widest);color:var(--navy)}.polaris-logo--small.svelte-cme00b .polaris-logo__name:where(.svelte-cme00b){font-size:var(--text-xs)}.polaris-logo--medium.svelte-cme00b .polaris-logo__name:where(.svelte-cme00b){font-size:var(--text-sm)}.polaris-logo--large.svelte-cme00b .polaris-logo__name:where(.svelte-cme00b){font-size:var(--text-base);letter-spacing:.25em}.polaris-logo__tagline.svelte-cme00b{font-size:var(--text-xs);color:var(--slate);margin-top:2px}.polaris-logo--small.svelte-cme00b .polaris-logo__tagline:where(.svelte-cme00b){display:none}.polaris-logo--large.svelte-cme00b .polaris-logo__tagline:where(.svelte-cme00b){font-size:var(--text-sm);margin-top:var(--space-1)}.cover-page.svelte-znqx6g{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--white);padding:var(--space-8);break-after:page}.cover-page__content.svelte-znqx6g{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:600px;width:100%}.cover-page__logo.svelte-znqx6g{margin-bottom:var(--space-10)}.cover-page__divider.svelte-znqx6g{width:60%;height:1px;background:var(--gray-300);margin:var(--space-8) 0}.cover-page__title-section.svelte-znqx6g{margin:var(--space-4) 0}.cover-page__title.svelte-znqx6g{font-size:28px;font-weight:var(--font-light);color:var(--navy);letter-spacing:var(--tracking-wide);margin:0;line-height:1.3}.cover-page__client.svelte-znqx6g{margin-top:var(--space-12)}.cover-page__client-name.svelte-znqx6g{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--navy);margin:0 0 var(--space-2) 0}.cover-page__client-type.svelte-znqx6g{font-size:var(--text-base);color:var(--slate);margin:0}.cover-page__footer.svelte-znqx6g{position:absolute;bottom:var(--space-8);left:var(--space-8);right:var(--space-8);display:flex;justify-content:space-between;align-items:flex-end}.cover-page__footer-left.svelte-znqx6g,.cover-page__footer-right.svelte-znqx6g{font-size:10px;color:var(--slate)}.cover-page__footer-left.svelte-znqx6g{text-align:left}.cover-page__footer-right.svelte-znqx6g{text-align:right}.cover-page__prepared.svelte-znqx6g,.cover-page__date.svelte-znqx6g,.cover-page__report-id.svelte-znqx6g,.cover-page__confidential.svelte-znqx6g{margin:0;line-height:1.6}.cover-page__confidential.svelte-znqx6g{font-weight:var(--font-semibold);color:var(--navy);letter-spacing:var(--tracking-wide)}@media print{.cover-page.svelte-znqx6g{height:100vh;page-break-after:always}}.executive-summary.svelte-1qh7plm{padding:var(--space-8);background:var(--white);break-after:page}.executive-summary__score-panel.svelte-1qh7plm{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-6);margin-bottom:var(--space-8)}.executive-summary__panel-title.svelte-1qh7plm{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-4) 0;text-align:center}.executive-summary__main-score.svelte-1qh7plm{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--space-6)}.executive-summary__score-display.svelte-1qh7plm{display:flex;justify-content:center}.executive-summary__category-scores.svelte-1qh7plm{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border-color)}.executive-summary__category.svelte-1qh7plm{display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.executive-summary__category-label.svelte-1qh7plm{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--slate)}.executive-summary__headline.svelte-1qh7plm{margin-bottom:var(--space-6)}.executive-summary__headline-text.svelte-1qh7plm{font-size:var(--text-xl);font-weight:var(--font-medium);color:var(--navy);line-height:var(--leading-snug);margin:0 0 var(--space-4) 0}.executive-summary__headline-divider.svelte-1qh7plm{height:1px;background:var(--border-color)}.executive-summary__content.svelte-1qh7plm{margin-bottom:var(--space-8)}.executive-summary__paragraph.svelte-1qh7plm{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin-bottom:var(--space-4)}.executive-summary__paragraph.svelte-1qh7plm:last-child{margin-bottom:0}.executive-summary__metrics.svelte-1qh7plm{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-6)}.executive-summary__metrics-title.svelte-1qh7plm{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-4) 0}.executive-summary__metrics-grid.svelte-1qh7plm{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}@media(max-width:768px){.executive-summary__category-scores.svelte-1qh7plm,.executive-summary__metrics-grid.svelte-1qh7plm{grid-template-columns:repeat(2,1fr)}}@media print{.executive-summary.svelte-1qh7plm{page-break-after:always}}.health-dashboard.svelte-180c4gc{padding:var(--space-8);background:var(--white)}.health-dashboard__grid.svelte-180c4gc{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6);margin-bottom:var(--space-8)}.health-dashboard__card.svelte-180c4gc{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-5)}.health-dashboard__card-header.svelte-180c4gc{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-4)}.health-dashboard__card-title.svelte-180c4gc{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--navy);margin:0}.health-dashboard__trend.svelte-180c4gc{display:flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);font-weight:var(--font-medium)}.health-dashboard__trend-icon.svelte-180c4gc{font-weight:var(--font-bold)}.health-dashboard__card-body.svelte-180c4gc{display:flex;gap:var(--space-4);margin-bottom:var(--space-4)}.health-dashboard__score-container.svelte-180c4gc{flex-shrink:0}.health-dashboard__summary.svelte-180c4gc{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin:0}.health-dashboard__bar-container.svelte-180c4gc{margin-top:var(--space-3)}.health-dashboard__bar-bg.svelte-180c4gc{height:6px;background:var(--gray-200);border-radius:var(--radius-full);overflow:hidden}.health-dashboard__bar-fill.svelte-180c4gc{height:100%;background:linear-gradient(90deg,var(--score-critical) 0%,var(--score-poor) 30%,var(--score-fair) 50%,var(--score-good) 70%,var(--score-excellent) 80%);border-radius:var(--radius-full);transition:width var(--transition-slow)}.health-dashboard__bar-labels.svelte-180c4gc{display:flex;justify-content:space-between;font-size:var(--text-xs);color:var(--gray-500);margin-top:var(--space-1)}.health-dashboard__legend.svelte-180c4gc{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.health-dashboard__legend-title.svelte-180c4gc{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-3) 0}.health-dashboard__legend-items.svelte-180c4gc{display:flex;flex-wrap:wrap;gap:var(--space-4)}.health-dashboard__legend-item.svelte-180c4gc{display:flex;align-items:center;gap:var(--space-2)}.health-dashboard__legend-color.svelte-180c4gc{width:12px;height:12px;border-radius:2px}.health-dashboard__legend-label.svelte-180c4gc{font-size:var(--text-xs);color:var(--slate)}@media(max-width:768px){.health-dashboard__grid.svelte-180c4gc{grid-template-columns:1fr}.health-dashboard__card-body.svelte-180c4gc{flex-direction:column;align-items:center;text-align:center}}@media print{.health-dashboard__grid.svelte-180c4gc{grid-template-columns:repeat(2,1fr)}}.priority-findings.svelte-1mfj7ui{padding:var(--space-8);background:var(--white)}.priority-findings__intro.svelte-1mfj7ui{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin-bottom:var(--space-6);max-width:800px}.priority-findings__list.svelte-1mfj7ui{display:flex;flex-direction:column;gap:var(--space-6)}.security-section.svelte-1nhcw5d{padding:var(--space-8);background:var(--white)}.security-section__header.svelte-1nhcw5d{display:flex;gap:var(--space-6);align-items:flex-start}.security-section__score.svelte-1nhcw5d{flex-shrink:0}.security-section__summary.svelte-1nhcw5d{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin:0}.security-section__divider.svelte-1nhcw5d{height:1px;background:var(--border-color);margin:var(--space-6) 0}.security-section__subtitle.svelte-1nhcw5d{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-4) 0}.security-section__metrics.svelte-1nhcw5d{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.security-section__finding-header.svelte-1nhcw5d{display:flex;justify-content:space-between;align-items:center}.security-section__count.svelte-1nhcw5d{font-size:var(--text-sm);color:var(--slate)}.security-section__table.svelte-1nhcw5d{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}.security-section__component-name.svelte-1nhcw5d{font-family:var(--font-mono);font-size:var(--text-xs);background:var(--gray-100);padding:2px 6px;border-radius:var(--radius-sm)}.security-section__rec-list.svelte-1nhcw5d{display:flex;flex-direction:column;gap:var(--space-4)}.security-section__rec-item.svelte-1nhcw5d{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.security-section__rec-header.svelte-1nhcw5d{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2)}.security-section__rec-priority.svelte-1nhcw5d{font-weight:var(--font-bold);color:var(--navy)}.security-section__rec-title.svelte-1nhcw5d{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--navy);margin:0;flex:1}.security-section__rec-description.svelte-1nhcw5d{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin:0;padding-left:calc(var(--space-3) + 1em)}@media(max-width:768px){.security-section__header.svelte-1nhcw5d{flex-direction:column;align-items:center;text-align:center}.security-section__metrics.svelte-1nhcw5d{grid-template-columns:repeat(2,1fr)}}.code-quality-section.svelte-1frmjb3{padding:var(--space-8);background:var(--white)}.code-quality-section__header.svelte-1frmjb3{display:flex;gap:var(--space-6);align-items:flex-start}.code-quality-section__score.svelte-1frmjb3{flex-shrink:0}.code-quality-section__summary.svelte-1frmjb3{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin:0}.code-quality-section__divider.svelte-1frmjb3{height:1px;background:var(--border-color);margin:var(--space-6) 0}.code-quality-section__subtitle.svelte-1frmjb3{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-4) 0}.code-quality-section__subtitle-sm.svelte-1frmjb3{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--gray-500);margin:var(--space-4) 0 var(--space-3) 0}.code-quality-section__metrics.svelte-1frmjb3{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.code-quality-section__table.svelte-1frmjb3{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}.code-quality-section__class-name.svelte-1frmjb3,.code-quality-section__rule-name.svelte-1frmjb3{font-family:var(--font-mono);font-size:var(--text-xs);background:var(--gray-100);padding:2px 6px;border-radius:var(--radius-sm)}.code-quality-section__dup-stats.svelte-1frmjb3{display:flex;gap:var(--space-6);background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.code-quality-section__dup-stat.svelte-1frmjb3{display:flex;flex-direction:column;align-items:center}.code-quality-section__dup-value.svelte-1frmjb3{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--navy)}.code-quality-section__dup-label.svelte-1frmjb3{font-size:var(--text-xs);color:var(--slate)}.code-quality-section__dup-examples.svelte-1frmjb3{margin-top:var(--space-4)}.code-quality-section__dup-example.svelte-1frmjb3{background:var(--gray-50);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:var(--space-3);margin-bottom:var(--space-2)}.code-quality-section__dup-methods.svelte-1frmjb3{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.code-quality-section__dup-methods.svelte-1frmjb3 code:where(.svelte-1frmjb3){font-size:var(--text-xs);background:var(--gray-100);padding:2px 6px;border-radius:var(--radius-sm)}.code-quality-section__dup-arrow.svelte-1frmjb3{color:var(--gray-400)}.code-quality-section__dup-meta.svelte-1frmjb3{font-size:var(--text-xs);color:var(--gray-500);margin-top:var(--space-2);display:flex;gap:var(--space-2)}.code-quality-section__analysis-summary.svelte-1frmjb3{display:flex;gap:var(--space-4);margin-bottom:var(--space-4)}.code-quality-section__analysis-stat.svelte-1frmjb3{display:flex;flex-direction:column;align-items:center;padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);min-width:80px}.code-quality-section__analysis-stat--critical.svelte-1frmjb3{background:var(--severity-critical-bg);border:1px solid var(--severity-critical-border)}.code-quality-section__analysis-stat--critical.svelte-1frmjb3 .code-quality-section__analysis-value:where(.svelte-1frmjb3){color:var(--severity-critical)}.code-quality-section__analysis-stat--high.svelte-1frmjb3{background:var(--severity-high-bg);border:1px solid var(--severity-high-border)}.code-quality-section__analysis-stat--high.svelte-1frmjb3 .code-quality-section__analysis-value:where(.svelte-1frmjb3){color:var(--severity-high)}.code-quality-section__analysis-stat--medium.svelte-1frmjb3{background:var(--severity-medium-bg);border:1px solid var(--severity-medium-border)}.code-quality-section__analysis-stat--medium.svelte-1frmjb3 .code-quality-section__analysis-value:where(.svelte-1frmjb3){color:var(--severity-medium)}.code-quality-section__analysis-stat--low.svelte-1frmjb3{background:var(--severity-low-bg);border:1px solid var(--severity-low-border)}.code-quality-section__analysis-stat--low.svelte-1frmjb3 .code-quality-section__analysis-value:where(.svelte-1frmjb3){color:var(--severity-low)}.code-quality-section__analysis-value.svelte-1frmjb3{font-size:var(--text-xl);font-weight:var(--font-bold)}.code-quality-section__analysis-label.svelte-1frmjb3{font-size:var(--text-xs);color:var(--slate)}.code-quality-section__rec-list.svelte-1frmjb3{display:flex;flex-direction:column;gap:var(--space-4)}.code-quality-section__rec-item.svelte-1frmjb3{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.code-quality-section__rec-header.svelte-1frmjb3{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2)}.code-quality-section__rec-priority.svelte-1frmjb3{font-weight:var(--font-bold);color:var(--navy)}.code-quality-section__rec-title.svelte-1frmjb3{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--navy);margin:0;flex:1}.code-quality-section__rec-description.svelte-1frmjb3{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin:0;padding-left:calc(var(--space-3) + 1em)}@media(max-width:768px){.code-quality-section__header.svelte-1frmjb3{flex-direction:column;align-items:center;text-align:center}.code-quality-section__metrics.svelte-1frmjb3{grid-template-columns:repeat(2,1fr)}.code-quality-section__analysis-summary.svelte-1frmjb3{flex-wrap:wrap}}.automation-section.svelte-1s3izye{padding:var(--space-8);background:var(--white)}.automation-section__header.svelte-1s3izye{display:flex;gap:var(--space-6);align-items:flex-start}.automation-section__score.svelte-1s3izye{flex-shrink:0}.automation-section__summary.svelte-1s3izye{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin:0}.automation-section__divider.svelte-1s3izye{height:1px;background:var(--border-color);margin:var(--space-6) 0}.automation-section__subtitle.svelte-1s3izye{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-4) 0}.automation-section__subtitle-sm.svelte-1s3izye{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--gray-500);margin:var(--space-4) 0 var(--space-3) 0}.automation-section__metrics.svelte-1s3izye{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.automation-section__risk-intro.svelte-1s3izye{font-size:var(--text-sm);color:var(--slate);margin-bottom:var(--space-4)}.automation-section__risk-list.svelte-1s3izye{display:flex;flex-direction:column;gap:var(--space-4)}.automation-section__risk-card.svelte-1s3izye{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.automation-section__risk-header.svelte-1s3izye{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-3)}.automation-section__risk-name.svelte-1s3izye{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--navy);margin:0}.automation-section__risk-count.svelte-1s3izye{font-size:var(--text-xs);color:var(--gray-500)}.automation-section__risk-breakdown.svelte-1s3izye{display:flex;flex-direction:column;gap:var(--space-2)}.automation-section__risk-type.svelte-1s3izye{display:flex;flex-wrap:wrap;gap:var(--space-2);font-size:var(--text-sm)}.automation-section__risk-type-label.svelte-1s3izye{font-weight:var(--font-medium);color:var(--gray-600);min-width:120px}.automation-section__risk-type-items.svelte-1s3izye{color:var(--slate)}.automation-section__risk-type-items.svelte-1s3izye code:where(.svelte-1s3izye){font-family:var(--font-mono);font-size:var(--text-xs);background:var(--gray-100);padding:1px 4px;border-radius:var(--radius-sm)}.automation-section__legacy-intro.svelte-1s3izye{font-size:var(--text-sm);color:var(--slate);margin-bottom:var(--space-4)}.automation-section__legacy-stats.svelte-1s3izye{display:flex;gap:var(--space-6);margin-bottom:var(--space-4)}.automation-section__legacy-stat.svelte-1s3izye{display:flex;flex-direction:column;align-items:center;background:var(--severity-medium-bg);border:1px solid var(--severity-medium-border);padding:var(--space-4);border-radius:var(--radius-md)}.automation-section__legacy-value.svelte-1s3izye{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--severity-medium)}.automation-section__legacy-label.svelte-1s3izye{font-size:var(--text-xs);color:var(--slate)}.automation-section__complexity-bars.svelte-1s3izye{display:flex;flex-direction:column;gap:var(--space-3)}.automation-section__complexity-item.svelte-1s3izye{display:flex;align-items:center;gap:var(--space-3)}.automation-section__complexity-label.svelte-1s3izye{font-size:var(--text-sm);color:var(--slate);min-width:80px}.automation-section__complexity-bar.svelte-1s3izye{flex:1;height:12px;background:var(--gray-200);border-radius:var(--radius-full);overflow:hidden}.automation-section__complexity-fill.svelte-1s3izye{height:100%;border-radius:var(--radius-full)}.automation-section__complexity-fill--simple.svelte-1s3izye{background:var(--score-good)}.automation-section__complexity-fill--medium.svelte-1s3izye{background:var(--score-fair)}.automation-section__complexity-fill--complex.svelte-1s3izye{background:var(--score-poor)}.automation-section__complexity-count.svelte-1s3izye{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--navy);min-width:30px;text-align:right}.automation-section__rec-list.svelte-1s3izye{display:flex;flex-direction:column;gap:var(--space-4)}.automation-section__rec-item.svelte-1s3izye{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.automation-section__rec-header.svelte-1s3izye{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2)}.automation-section__rec-priority.svelte-1s3izye{font-weight:var(--font-bold);color:var(--navy)}.automation-section__rec-title.svelte-1s3izye{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--navy);margin:0;flex:1}.automation-section__rec-description.svelte-1s3izye{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin:0;padding-left:calc(var(--space-3) + 1em)}@media(max-width:768px){.automation-section__header.svelte-1s3izye{flex-direction:column;align-items:center;text-align:center}.automation-section__metrics.svelte-1s3izye{grid-template-columns:repeat(2,1fr)}}.architecture-section.svelte-1lzntsi{padding:var(--space-8);background:var(--white)}.architecture-section__header.svelte-1lzntsi{display:flex;gap:var(--space-6);align-items:flex-start}.architecture-section__score.svelte-1lzntsi{flex-shrink:0}.architecture-section__summary.svelte-1lzntsi{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin:0}.architecture-section__divider.svelte-1lzntsi{height:1px;background:var(--border-color);margin:var(--space-6) 0}.architecture-section__subtitle.svelte-1lzntsi{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-4) 0}.architecture-section__pattern-grid.svelte-1lzntsi{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.architecture-section__pattern-card.svelte-1lzntsi{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.architecture-section__pattern-header.svelte-1lzntsi{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3)}.architecture-section__pattern-name.svelte-1lzntsi{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--navy);margin:0}.architecture-section__pattern-status.svelte-1lzntsi{font-size:var(--text-xs);font-weight:var(--font-medium);padding:2px 8px;border-radius:var(--radius-sm);background:var(--severity-low-bg);color:var(--severity-low)}.architecture-section__pattern-status.detected.svelte-1lzntsi{background:var(--effort-small-bg);color:var(--effort-small)}.architecture-section__pattern-details.svelte-1lzntsi{font-size:var(--text-sm);color:var(--slate)}.architecture-section__pattern-details.svelte-1lzntsi p:where(.svelte-1lzntsi){margin:0 0 var(--space-1) 0}.architecture-section__pattern-na.svelte-1lzntsi{font-style:italic;color:var(--gray-500)}.architecture-section__naming-list.svelte-1lzntsi{margin:0;padding-left:var(--space-5);list-style-type:disc}.architecture-section__naming-item.svelte-1lzntsi{font-size:var(--text-sm);color:var(--slate);margin-bottom:var(--space-2)}.architecture-section__god-intro.svelte-1lzntsi{font-size:var(--text-sm);color:var(--slate);margin-bottom:var(--space-4)}.architecture-section__god-list.svelte-1lzntsi{display:flex;flex-direction:column;gap:var(--space-3)}.architecture-section__god-card.svelte-1lzntsi{background:var(--severity-high-bg);border:1px solid var(--severity-high-border);border-radius:var(--radius-md);padding:var(--space-4)}.architecture-section__god-header.svelte-1lzntsi{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.architecture-section__god-name.svelte-1lzntsi{font-family:var(--font-mono);font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--navy);background:var(--white);padding:2px 8px;border-radius:var(--radius-sm)}.architecture-section__god-loc.svelte-1lzntsi{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--severity-high)}.architecture-section__god-responsibilities.svelte-1lzntsi{font-size:var(--text-sm);color:var(--slate);margin:0}.architecture-section__rec-list.svelte-1lzntsi{display:flex;flex-direction:column;gap:var(--space-4)}.architecture-section__rec-item.svelte-1lzntsi{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.architecture-section__rec-header.svelte-1lzntsi{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-2)}.architecture-section__rec-priority.svelte-1lzntsi{font-weight:var(--font-bold);color:var(--navy)}.architecture-section__rec-title.svelte-1lzntsi{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--navy);margin:0;flex:1}.architecture-section__rec-description.svelte-1lzntsi{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin:0;padding-left:calc(var(--space-3) + 1em)}@media(max-width:768px){.architecture-section__header.svelte-1lzntsi{flex-direction:column;align-items:center;text-align:center}.architecture-section__pattern-grid.svelte-1lzntsi{grid-template-columns:1fr}}.tech-debt-section.svelte-1nnnewn{padding:var(--space-8);background:var(--white)}.tech-debt-section__header.svelte-1nnnewn{display:flex;gap:var(--space-6);align-items:flex-start}.tech-debt-section__score.svelte-1nnnewn{flex-shrink:0}.tech-debt-section__summary.svelte-1nnnewn{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin:0}.tech-debt-section__divider.svelte-1nnnewn{height:1px;background:var(--border-color);margin:var(--space-6) 0}.tech-debt-section__subtitle.svelte-1nnnewn{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-4) 0}.tech-debt-section__stats.svelte-1nnnewn{display:flex;gap:var(--space-4);margin-bottom:var(--space-4)}.tech-debt-section__stat.svelte-1nnnewn{display:flex;flex-direction:column;align-items:center;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);min-width:80px}.tech-debt-section__stat--total.svelte-1nnnewn{background:var(--mist);border:1px solid var(--border-color)}.tech-debt-section__stat--total.svelte-1nnnewn .tech-debt-section__stat-value:where(.svelte-1nnnewn){color:var(--navy)}.tech-debt-section__stat--critical.svelte-1nnnewn{background:var(--severity-critical-bg);border:1px solid var(--severity-critical-border)}.tech-debt-section__stat--critical.svelte-1nnnewn .tech-debt-section__stat-value:where(.svelte-1nnnewn){color:var(--severity-critical)}.tech-debt-section__stat--high.svelte-1nnnewn{background:var(--severity-high-bg);border:1px solid var(--severity-high-border)}.tech-debt-section__stat--high.svelte-1nnnewn .tech-debt-section__stat-value:where(.svelte-1nnnewn){color:var(--severity-high)}.tech-debt-section__stat--medium.svelte-1nnnewn{background:var(--severity-medium-bg);border:1px solid var(--severity-medium-border)}.tech-debt-section__stat--medium.svelte-1nnnewn .tech-debt-section__stat-value:where(.svelte-1nnnewn){color:var(--severity-medium)}.tech-debt-section__stat--low.svelte-1nnnewn{background:var(--severity-low-bg);border:1px solid var(--severity-low-border)}.tech-debt-section__stat--low.svelte-1nnnewn .tech-debt-section__stat-value:where(.svelte-1nnnewn){color:var(--severity-low)}.tech-debt-section__stat-value.svelte-1nnnewn{font-size:var(--text-xl);font-weight:var(--font-bold)}.tech-debt-section__stat-label.svelte-1nnnewn{font-size:var(--text-xs);color:var(--slate)}.tech-debt-section__estimate.svelte-1nnnewn{display:flex;gap:var(--space-6);background:var(--arctic-light);border:1px solid var(--arctic);border-radius:var(--radius-md);padding:var(--space-4)}.tech-debt-section__estimate-item.svelte-1nnnewn{display:flex;flex-direction:column;align-items:center}.tech-debt-section__estimate-value.svelte-1nnnewn{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--arctic-dark)}.tech-debt-section__estimate-label.svelte-1nnnewn{font-size:var(--text-xs);color:var(--arctic-dark)}.tech-debt-section__category-list.svelte-1nnnewn{display:flex;flex-direction:column;gap:var(--space-4)}.tech-debt-section__category-item.svelte-1nnnewn{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.tech-debt-section__category-header.svelte-1nnnewn{display:flex;justify-content:space-between;margin-bottom:var(--space-2)}.tech-debt-section__category-name.svelte-1nnnewn{font-weight:var(--font-medium);color:var(--navy)}.tech-debt-section__category-count.svelte-1nnnewn{font-size:var(--text-sm);color:var(--slate)}.tech-debt-section__category-bar-container.svelte-1nnnewn{display:flex;align-items:center;gap:var(--space-3)}.tech-debt-section__category-bar.svelte-1nnnewn{flex:1;height:8px;background:var(--gray-200);border-radius:var(--radius-full);overflow:hidden}.tech-debt-section__category-bar-fill.svelte-1nnnewn{height:100%;background:var(--arctic);border-radius:var(--radius-full)}.tech-debt-section__category-hours.svelte-1nnnewn{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--navy);min-width:40px;text-align:right}.tech-debt-section__quick-wins-intro.svelte-1nnnewn{font-size:var(--text-sm);color:var(--slate);margin-bottom:var(--space-4)}.tech-debt-section__quick-wins-list.svelte-1nnnewn{display:flex;flex-direction:column;gap:var(--space-3)}.tech-debt-section__quick-win.svelte-1nnnewn{background:var(--effort-small-bg);border:1px solid #a7f3d0;border-radius:var(--radius-md);padding:var(--space-3) var(--space-4)}.tech-debt-section__quick-win-main.svelte-1nnnewn{display:flex;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-1)}.tech-debt-section__quick-win-icon.svelte-1nnnewn{color:var(--effort-small);font-weight:var(--font-bold)}.tech-debt-section__quick-win-item.svelte-1nnnewn{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--navy)}.tech-debt-section__quick-win-meta.svelte-1nnnewn{display:flex;gap:var(--space-2);padding-left:calc(var(--space-2) + 1em);font-size:var(--text-xs);color:var(--gray-600)}.tech-debt-section__quick-win-separator.svelte-1nnnewn{color:var(--gray-400)}@media(max-width:768px){.tech-debt-section__header.svelte-1nnnewn{flex-direction:column;align-items:center;text-align:center}.tech-debt-section__stats.svelte-1nnnewn{flex-wrap:wrap;justify-content:center}.tech-debt-section__estimate.svelte-1nnnewn{flex-direction:column;align-items:center}}.roadmap-section.svelte-1f9eiwu{padding:var(--space-8);background:var(--white)}.roadmap-section__summary.svelte-1f9eiwu{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin-bottom:var(--space-6)}.roadmap-section__divider.svelte-1f9eiwu{height:1px;background:var(--border-color);margin:var(--space-6) 0}.roadmap-section__progress.svelte-1f9eiwu{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-6);text-align:center}.roadmap-section__progress-scores.svelte-1f9eiwu{display:flex;align-items:center;justify-content:center;gap:var(--space-6);margin-bottom:var(--space-4)}.roadmap-section__progress-score.svelte-1f9eiwu{display:flex;flex-direction:column;align-items:center;padding:var(--space-4) var(--space-6);border-radius:var(--radius-md)}.roadmap-section__progress-score--current.svelte-1f9eiwu{background:var(--severity-medium-bg);border:2px solid var(--severity-medium)}.roadmap-section__progress-score--current.svelte-1f9eiwu .roadmap-section__progress-value:where(.svelte-1f9eiwu){color:var(--severity-medium)}.roadmap-section__progress-score--target.svelte-1f9eiwu{background:var(--effort-small-bg);border:2px solid var(--score-excellent)}.roadmap-section__progress-score--target.svelte-1f9eiwu .roadmap-section__progress-value:where(.svelte-1f9eiwu){color:var(--score-excellent)}.roadmap-section__progress-value.svelte-1f9eiwu{font-size:var(--text-3xl);font-weight:var(--font-bold)}.roadmap-section__progress-label.svelte-1f9eiwu{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--slate)}.roadmap-section__progress-arrow.svelte-1f9eiwu{flex:1;max-width:200px}.roadmap-section__arrow-svg.svelte-1f9eiwu{width:100%;height:20px}.roadmap-section__progress-meta.svelte-1f9eiwu{font-size:var(--text-sm);color:var(--slate)}.roadmap-section__progress-separator.svelte-1f9eiwu{margin:0 var(--space-2);color:var(--gray-400)}.roadmap-section__phases.svelte-1f9eiwu{display:flex;flex-direction:column}.roadmap-section__phase.svelte-1f9eiwu{display:flex;gap:var(--space-4)}.roadmap-section__phase-timeline.svelte-1f9eiwu{display:flex;flex-direction:column;align-items:center;width:40px;flex-shrink:0}.roadmap-section__phase-number.svelte-1f9eiwu{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--arctic);color:var(--white);font-weight:var(--font-bold);font-size:var(--text-sm);border-radius:var(--radius-full)}.roadmap-section__phase-line.svelte-1f9eiwu{flex:1;width:2px;background:var(--arctic);margin:var(--space-2) 0}.roadmap-section__phase-content.svelte-1f9eiwu{flex:1;background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-5);margin-bottom:var(--space-4)}.roadmap-section__phase-header.svelte-1f9eiwu{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3)}.roadmap-section__phase-name.svelte-1f9eiwu{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--navy);margin:0}.roadmap-section__phase-duration.svelte-1f9eiwu{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--arctic);background:var(--arctic-light);padding:2px 10px;border-radius:var(--radius-sm)}.roadmap-section__phase-description.svelte-1f9eiwu{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin-bottom:var(--space-4)}.roadmap-section__phase-items.svelte-1f9eiwu{list-style:none;margin:0 0 var(--space-4) 0;padding:0}.roadmap-section__phase-item.svelte-1f9eiwu{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);color:var(--slate);margin-bottom:var(--space-2)}.roadmap-section__phase-checkbox.svelte-1f9eiwu{color:var(--gray-400)}.roadmap-section__phase-footer.svelte-1f9eiwu{display:flex;justify-content:space-between;padding-top:var(--space-3);border-top:1px solid var(--border-color)}.roadmap-section__phase-effort.svelte-1f9eiwu{font-size:var(--text-xs);color:var(--gray-500)}.roadmap-section__phase-outcome.svelte-1f9eiwu{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--score-good)}@media(max-width:768px){.roadmap-section__progress-scores.svelte-1f9eiwu{flex-direction:column}.roadmap-section__progress-arrow.svelte-1f9eiwu{transform:rotate(90deg);max-width:100px}.roadmap-section__phase-header.svelte-1f9eiwu{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.roadmap-section__phase-footer.svelte-1f9eiwu{flex-direction:column;gap:var(--space-2)}}.appendix-section.svelte-11yawbs{padding:var(--space-8);background:var(--white)}.appendix-section__subtitle.svelte-11yawbs{font-size:var(--text-sm);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--navy);margin:0 0 var(--space-4) 0}.appendix-section__subtitle-sm.svelte-11yawbs{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--gray-500);margin:var(--space-4) 0 var(--space-3) 0}.appendix-section__description.svelte-11yawbs{font-size:var(--text-base);color:var(--slate);line-height:var(--leading-relaxed);margin-bottom:var(--space-4)}.appendix-section__list.svelte-11yawbs{margin:0;padding-left:var(--space-5)}.appendix-section__list-item.svelte-11yawbs{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin-bottom:var(--space-2)}.appendix-section__list--limitations.svelte-11yawbs{background:var(--severity-low-bg);border:1px solid var(--severity-low-border);border-radius:var(--radius-md);padding:var(--space-4) var(--space-4) var(--space-4) var(--space-8)}.appendix-section__divider.svelte-11yawbs{height:1px;background:var(--border-color);margin:var(--space-8) 0}.appendix-section__definition-list.svelte-11yawbs{margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.appendix-section__definition-item.svelte-11yawbs{background:var(--mist);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-4)}.appendix-section__term.svelte-11yawbs{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--navy);margin-bottom:var(--space-1)}.appendix-section__definition.svelte-11yawbs{font-size:var(--text-sm);color:var(--slate);line-height:var(--leading-relaxed);margin:0}@media(max-width:768px){.appendix-section__definition-list.svelte-11yawbs{grid-template-columns:1fr}}.report-layout.svelte-1uha8ag{display:flex;min-height:100vh}.report-nav.svelte-1uha8ag{position:fixed;top:0;left:0;width:var(--sidebar-width);height:100vh;background:var(--white);border-right:1px solid var(--border-color);display:flex;flex-direction:column;z-index:var(--z-sticky)}.report-nav__header.svelte-1uha8ag{padding:var(--space-6);border-bottom:1px solid var(--border-color)}.report-nav__list.svelte-1uha8ag{flex:1;list-style:none;margin:0;padding:var(--space-4);overflow-y:auto}.report-nav__item.svelte-1uha8ag{margin-bottom:var(--space-1)}.report-nav__link.svelte-1uha8ag{display:block;width:100%;padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--slate);background:transparent;border:none;border-radius:var(--radius-sm);text-align:left;cursor:pointer;transition:all var(--transition-fast)}.report-nav__link.svelte-1uha8ag:hover{background:var(--mist);color:var(--navy)}.report-nav__link.active.svelte-1uha8ag{background:var(--arctic-light);color:var(--arctic);font-weight:var(--font-medium)}.report-nav__footer.svelte-1uha8ag{padding:var(--space-4);border-top:1px solid var(--border-color)}.report-nav__print-btn.svelte-1uha8ag{display:flex;align-items:center;justify-content:center;gap:var(--space-2);width:100%;padding:var(--space-3);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--white);background:var(--arctic);border:none;border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast)}.report-nav__print-btn.svelte-1uha8ag:hover{background:var(--arctic-dark)}.report-nav__print-icon.svelte-1uha8ag{width:18px;height:18px}.report-content.svelte-1uha8ag{flex:1;margin-left:var(--sidebar-width);background:var(--mist)}.report-footer.svelte-1uha8ag{background:var(--navy);padding:var(--space-8)}.report-footer__content.svelte-1uha8ag{max-width:var(--content-max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.report-footer__branding.svelte-1uha8ag{filter:brightness(0) invert(1)}.report-footer__meta.svelte-1uha8ag{text-align:right;font-size:var(--text-sm);color:var(--gray-300)}.report-footer__meta.svelte-1uha8ag p:where(.svelte-1uha8ag){margin:0 0 var(--space-1) 0}@media(max-width:1024px){.report-nav.svelte-1uha8ag{transform:translate(-100%)}.report-content.svelte-1uha8ag{margin-left:0}}@media print{.report-layout.svelte-1uha8ag{display:block}.report-nav.svelte-1uha8ag{display:none}.report-content.svelte-1uha8ag{margin-left:0}.report-footer.svelte-1uha8ag{break-before:page}}
