.st-progressBar.svelte-1d165yb{color:var(--st-semantic-text-primary);display:grid;gap:.375rem;width:100%}.st-progressBar__header.svelte-1d165yb{align-items:baseline;display:flex;gap:.75rem;justify-content:space-between}.st-progressBar__label.svelte-1d165yb{font-size:.875rem;font-weight:600}.st-progressBar__value.svelte-1d165yb{color:var(--st-semantic-text-secondary);font-size:.8125rem;font-variant-numeric:tabular-nums}.st-progressBar__help.svelte-1d165yb{color:var(--st-component-field-helpText, var(--st-semantic-text-secondary));font-size:.8125rem}.st-progressBar__track.svelte-1d165yb{background:var(--st-semantic-surface-subtle);border-radius:var(--st-radius-pill, 999px);overflow:hidden;position:relative;width:100%}.st-progressBar__track--sm.svelte-1d165yb{height:.25rem}.st-progressBar__track--md.svelte-1d165yb{height:.5rem}.st-progressBar__track--lg.svelte-1d165yb{height:.75rem}.st-progressBar__fill.svelte-1d165yb{background:var(--st-progressBar-color, var(--st-semantic-action-primary));border-radius:inherit;height:100%;transform-origin:left center;transition:width var(--st-motion-fast, .12s) var(--st-motion-easing, ease);width:var(--st-progressBar-pct, 0%)}.st-progressBar__track--neutral.svelte-1d165yb .st-progressBar__fill:where(.svelte-1d165yb){background:var(--st-semantic-action-primary)}.st-progressBar__track--success.svelte-1d165yb .st-progressBar__fill:where(.svelte-1d165yb){background:var(--st-semantic-feedback-success)}.st-progressBar__track--warning.svelte-1d165yb .st-progressBar__fill:where(.svelte-1d165yb){background:var(--st-semantic-feedback-warning)}.st-progressBar__track--error.svelte-1d165yb .st-progressBar__fill:where(.svelte-1d165yb){background:var(--st-semantic-feedback-error)}.st-progressBar__track--indeterminate.svelte-1d165yb .st-progressBar__fill:where(.svelte-1d165yb){animation:svelte-1d165yb-st-progressBar-indeterminate 1.4s ease-in-out infinite;width:30%}@keyframes svelte-1d165yb-st-progressBar-indeterminate{0%{transform:translate(-100%)}to{transform:translate(380%)}}@media(prefers-reduced-motion:reduce){.st-progressBar__track--indeterminate.svelte-1d165yb .st-progressBar__fill:where(.svelte-1d165yb){animation:none;width:100%}}.st-slideIndicator.svelte-60hp0l{align-items:center;display:inline-flex;gap:var(--st-spacing-2, .5rem)}.st-slideIndicator__dot.svelte-60hp0l{background:var(--st-semantic-border-strong, var(--st-semantic-text-muted));border:0;cursor:pointer;opacity:.5;padding:0;transition:opacity var(--st-motion-fast, .12s) var(--st-motion-easing, ease),background-color var(--st-motion-fast, .12s) var(--st-motion-easing, ease),width var(--st-motion-fast, .12s) var(--st-motion-easing, ease)}.st-slideIndicator__dot.svelte-60hp0l:hover{opacity:.8}.st-slideIndicator__dot.svelte-60hp0l:focus-visible{outline:2px solid var(--st-component-control-focusRing, var(--st-semantic-border-interactive));outline-offset:2px}.st-slideIndicator__dot--current.svelte-60hp0l{background:var(--st-semantic-action-primary);opacity:1}.st-slideIndicator--dots.svelte-60hp0l .st-slideIndicator__dot:where(.svelte-60hp0l){border-radius:50%}.st-slideIndicator--dots.st-slideIndicator--sm.svelte-60hp0l .st-slideIndicator__dot:where(.svelte-60hp0l){height:.375rem;width:.375rem}.st-slideIndicator--dots.st-slideIndicator--md.svelte-60hp0l .st-slideIndicator__dot:where(.svelte-60hp0l){height:.5rem;width:.5rem}.st-slideIndicator--dots.st-slideIndicator--lg.svelte-60hp0l .st-slideIndicator__dot:where(.svelte-60hp0l){height:.75rem;width:.75rem}.st-slideIndicator--bars.svelte-60hp0l .st-slideIndicator__dot:where(.svelte-60hp0l){border-radius:999px}.st-slideIndicator--bars.st-slideIndicator--sm.svelte-60hp0l .st-slideIndicator__dot:where(.svelte-60hp0l){height:.25rem;width:.75rem}.st-slideIndicator--bars.st-slideIndicator--md.svelte-60hp0l .st-slideIndicator__dot:where(.svelte-60hp0l){height:.3125rem;width:1rem}.st-slideIndicator--bars.st-slideIndicator--lg.svelte-60hp0l .st-slideIndicator__dot:where(.svelte-60hp0l){height:.375rem;width:1.25rem}.st-slideIndicator--bars.svelte-60hp0l .st-slideIndicator__dot--current:where(.svelte-60hp0l){width:1.75rem}.st-slideIndicator--bars.st-slideIndicator--lg.svelte-60hp0l .st-slideIndicator__dot--current:where(.svelte-60hp0l){width:2.25rem}.st-table-wrap.svelte-310erb{overflow-x:auto}.st-table.svelte-310erb{background:var(--st-component-dataTable-rowBackground, var(--st-semantic-surface-default));border:1px solid var(--st-component-dataTable-border, var(--st-semantic-border-subtle));border-collapse:separate;border-radius:var(--st-component-dataTable-radius, .5rem);border-spacing:0;color:var(--st-component-dataTable-text, var(--st-semantic-text-primary));min-width:100%}.st-table.svelte-310erb caption:where(.svelte-310erb){color:var(--st-component-dataTable-captionText, var(--st-semantic-text-secondary));font-weight:600;padding:.75rem;text-align:left}.st-table.svelte-310erb th:where(.svelte-310erb),.st-table.svelte-310erb td:where(.svelte-310erb){border-bottom:1px solid var(--st-component-dataTable-border, var(--st-semantic-border-subtle));padding:.75rem;text-align:left;vertical-align:top}.st-table.svelte-310erb th:where(.svelte-310erb){background:var(--st-component-dataTable-headerBackground, var(--st-semantic-surface-subtle));font-size:.875rem;font-weight:650}.st-table.svelte-310erb tbody:where(.svelte-310erb) tr:where(.svelte-310erb):hover{background:var( --st-component-control-hoverBackground, var(--st-component-dataTable-rowHoverBackground, var(--st-semantic-surface-subtle)) )}.st-table.svelte-310erb tbody:where(.svelte-310erb) tr:where(.svelte-310erb):last-child td:where(.svelte-310erb){border-bottom:0}.st-table__cell--right.svelte-310erb{text-align:right}.st-table__cell--center.svelte-310erb{text-align:center}.st-field.svelte-zb6qyp{color:var(--st-component-field-labelText, var(--st-semantic-text-primary));display:grid;gap:var(--st-component-field-gap, .5rem);max-width:var(--st-component-field-maxWidth, 28rem)}.st-field__control.svelte-zb6qyp{display:grid;gap:var(--st-component-field-gap, .5rem)}.st-field__label.svelte-zb6qyp{font-family:var(--st-component-field-labelTypography-family, inherit);font-size:var(--st-component-field-labelTypography-size, .875rem);font-weight:var(--st-component-field-labelTypography-weight, 600);line-height:var(--st-component-field-labelTypography-lineHeight, 1.4);letter-spacing:var(--st-component-field-labelTypography-letterSpacing, 0);text-transform:var(--st-component-field-labelTypography-textTransform, none)}.st-field__help.svelte-zb6qyp,.st-field__error.svelte-zb6qyp{font-size:.8125rem;line-height:1.4}.st-field__help.svelte-zb6qyp{color:var(--st-component-field-helpText, var(--st-semantic-text-secondary))}.st-field__error.svelte-zb6qyp{color:var(--st-component-field-errorText, var(--st-semantic-feedback-error))}.st-textarea.svelte-zb6qyp{background:var(--st-component-control-anatomy-field-fillBg, var(--st-component-control-background, var(--st-semantic-surface-default)));border-top:var(--st-component-control-anatomy-field-borderTop, var(--st-component-control-anatomy-shape-borderWidth, 1px) var(--st-component-control-anatomy-shape-borderStyle, solid) var(--st-component-control-border, var(--st-semantic-border-subtle)));border-right:var(--st-component-control-anatomy-field-borderRight, var(--st-component-control-anatomy-shape-borderWidth, 1px) var(--st-component-control-anatomy-shape-borderStyle, solid) var(--st-component-control-border, var(--st-semantic-border-subtle)));border-bottom:var(--st-component-control-anatomy-field-borderBottom, var(--st-component-control-anatomy-shape-borderWidth, 1px) var(--st-component-control-anatomy-shape-borderStyle, solid) var(--st-component-control-border, var(--st-semantic-border-subtle)));border-left:var(--st-component-control-anatomy-field-borderLeft, var(--st-component-control-anatomy-shape-borderWidth, 1px) var(--st-component-control-anatomy-shape-borderStyle, solid) var(--st-component-control-border, var(--st-semantic-border-subtle)));border-top-left-radius:var(--st-component-control-anatomy-field-radiusTop, var(--st-component-control-anatomy-shape-radius, .375rem));border-top-right-radius:var(--st-component-control-anatomy-field-radiusTop, var(--st-component-control-anatomy-shape-radius, .375rem));border-bottom-right-radius:var(--st-component-control-anatomy-field-radiusBottom, var(--st-component-control-anatomy-shape-radius, .375rem));border-bottom-left-radius:var(--st-component-control-anatomy-field-radiusBottom, var(--st-component-control-anatomy-shape-radius, .375rem));box-shadow:var(--st-component-control-anatomy-field-underline, none);color:var(--st-component-control-text, var(--st-semantic-text-primary));font-family:var(--st-component-control-anatomy-typography-family, inherit);font-size:var(--st-component-control-anatomy-typography-size, inherit);font-weight:var(--st-component-control-anatomy-typography-weight, 400);line-height:var(--st-component-control-anatomy-typography-lineHeight, 1.5);letter-spacing:var(--st-component-control-anatomy-typography-letterSpacing, normal);min-height:6rem;min-width:0;padding:.625rem var(--st-component-control-anatomy-density-sm-paddingInline, .75rem);resize:vertical;transition:border-color var(--st-motion-fast, .12s) var(--st-motion-easing, ease),box-shadow var(--st-motion-fast, .12s) var(--st-motion-easing, ease);width:100%}.st-textarea.svelte-zb6qyp::placeholder{color:var(--st-component-control-placeholderText, var(--st-semantic-text-muted))}.st-textarea.svelte-zb6qyp:hover:not(:disabled){background:var(--st-component-control-hoverBackground, var(--st-semantic-surface-subtle));border-color:var(--st-component-control-hoverBorder, var(--st-semantic-border-strong))}.st-textarea.svelte-zb6qyp:focus-visible{border-color:var(--st-component-control-focusRing, var(--st-semantic-border-interactive));outline:var(--st-component-control-anatomy-focus-outline, none);outline-offset:var(--st-component-control-anatomy-focus-offset, 0);box-shadow:var(--st-component-control-anatomy-field-focusShadow, var(--st-component-control-anatomy-focus-boxShadow, 0 0 0 2px var(--st-component-control-focusRing, var(--st-semantic-border-interactive))))}.st-textarea[aria-invalid=true].svelte-zb6qyp{border-color:var(--st-component-control-invalidBorder, var(--st-semantic-feedback-error))}.st-textarea.svelte-zb6qyp:disabled{background:var(--st-component-control-disabledBackground, var(--st-semantic-surface-subtle));color:var(--st-component-control-disabledText, var(--st-semantic-text-muted));cursor:not-allowed}.st-tile.svelte-1vcfi3{background:var(--st-component-card-background, var(--st-semantic-surface-raised));border:1px solid var(--st-component-card-border, var(--st-semantic-border-subtle));border-radius:var(--st-component-card-radius, .5rem);color:var(--st-semantic-text-primary);display:block;padding:var(--st-spacing-4, 1rem);text-align:left;text-decoration:none;width:100%}a.st-tile.svelte-1vcfi3,button.st-tile.svelte-1vcfi3{cursor:pointer;font:inherit;transition:border-color var(--st-motion-fast, .12s) var(--st-motion-easing, ease),box-shadow var(--st-motion-fast, .12s) var(--st-motion-easing, ease)}.st-tile--clickable.svelte-1vcfi3:hover:not(.st-tile--disabled),.st-tile--selectable.svelte-1vcfi3:hover:not(.st-tile--disabled){background:var( --st-component-control-hoverBackground, var(--st-semantic-surface-subtle) );border-color:var(--st-component-control-hoverBorder, var(--st-semantic-border-strong))}.st-tile--clickable.svelte-1vcfi3:focus-visible,.st-tile--selectable.svelte-1vcfi3:focus-within{border-color:var(--st-component-control-focusRing, var(--st-semantic-border-interactive));box-shadow:0 0 0 2px var(--st-component-control-focusRing, var(--st-semantic-border-interactive));outline:none}.st-tile--selectable.svelte-1vcfi3{align-items:start;cursor:pointer;display:grid;gap:var(--st-spacing-2, .5rem);grid-template-columns:auto 1fr}.st-tile--selected.svelte-1vcfi3{border-color:var(--st-component-control-focusRing, var(--st-semantic-border-interactive));box-shadow:0 0 0 1px var(--st-component-control-focusRing, var(--st-semantic-border-interactive))}.st-tile--disabled.svelte-1vcfi3{cursor:not-allowed;opacity:.55}.st-tile__input.svelte-1vcfi3{accent-color:var(--st-component-control-focusRing, var(--st-semantic-border-interactive));margin:.2rem 0 0}.st-tile__content.svelte-1vcfi3{display:grid;gap:.25rem}.st-tile__title.svelte-1vcfi3{font-size:.9375rem;font-weight:600}.st-tile__description.svelte-1vcfi3{color:var(--st-component-field-helpText, var(--st-semantic-text-secondary));font-size:.8125rem}.dossier.svelte-e74176{padding-block:var(--st-spacing-6, 1.5rem) var(--st-spacing-10, 2.5rem)}.swipe-viewport.svelte-e74176{overflow:hidden;touch-action:pan-x pan-y}.swipe-track.svelte-e74176{display:flex;align-items:flex-start;transition:transform var(--st-motion-normal, .18s) var(--st-motion-easing, ease)}.swipe-slide.svelte-e74176{flex:0 0 100%;min-width:0}@media(prefers-reduced-motion:reduce){.swipe-track.svelte-e74176{transition:none}}.note-field.svelte-e74176{--st-component-field-maxWidth: 100%}.include-hint.svelte-e74176{color:var(--st-semantic-text-secondary, inherit);font-size:.875rem}.matrix-scroll.svelte-e74176{max-width:100%;overflow-x:auto}.matrix-legend.svelte-e74176{color:var(--st-semantic-text-secondary, inherit);font-size:.875rem}.corrections.svelte-e74176,.mechanisms.svelte-e74176,.divergences.svelte-e74176,.unknowns.svelte-e74176 ul:where(.svelte-e74176){margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--st-spacing-3, .75rem)}.corrections.svelte-e74176>li:where(.svelte-e74176),.mechanisms.svelte-e74176>li:where(.svelte-e74176),.divergences.svelte-e74176>li:where(.svelte-e74176),.unknowns.svelte-e74176 ul:where(.svelte-e74176)>li:where(.svelte-e74176){border-inline-start:2px solid var(--st-semantic-border-default, currentColor);padding-inline-start:var(--st-spacing-3, .75rem);min-width:0}.fact-source.svelte-e74176{color:var(--st-semantic-text-secondary, inherit);font-size:.8125rem;overflow-wrap:anywhere}.was-stated.svelte-e74176{color:var(--st-semantic-text-secondary, inherit)}.from-answer.svelte-e74176 blockquote:where(.svelte-e74176){margin:0;border-inline-start:3px solid var(--st-semantic-border-default, currentColor);padding-inline-start:var(--st-spacing-3, .75rem);font-style:italic}
