.st-accordion{border-block:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));color:var(--st-semantic-text-primary);width:100%;display:grid}.st-accordion__item+.st-accordion__item{border-top:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle))}.st-accordion__heading{margin:0}.st-accordion__trigger{color:var(--st-component-accordion-text,inherit);cursor:pointer;font:inherit;font-size:var(--st-component-accordion-fontSize,inherit);font-weight:var(--st-component-accordion-fontWeight,600);line-height:var(--st-component-accordion-lineHeight,normal);padding:var(--st-component-accordion-paddingBlock,.875rem) var(--st-component-accordion-paddingInline,.5rem);text-align:start;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.st-accordion--sm .st-accordion__trigger{padding:.625rem .5rem;font-size:.875rem}.st-accordion--lg .st-accordion__trigger{padding:1.125rem .5rem;font-size:1rem}.st-accordion--align-start .st-accordion__trigger{justify-content:flex-start}.st-accordion__trigger:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-accordion__trigger:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-accordion__trigger:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed}.st-accordion__title{flex:auto}.st-accordion--align-start .st-accordion__title{flex:0 auto}.st-accordion__icon{color:var(--st-semantic-text-secondary);height:1.25rem;transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);flex:none;justify-content:center;align-items:center;width:1.25rem;display:inline-flex}.st-accordion__item--open .st-accordion__icon{transform:rotate(180deg)}.st-accordion__panel{color:var(--st-semantic-text-secondary);padding:0 .5rem .875rem;line-height:1.5}.st-accordion--sm .st-accordion__panel{padding-bottom:.625rem}.st-accordion--lg .st-accordion__panel{padding-bottom:1.125rem}.st-alert{background:var(--st-component-alert-background,var(--st-semantic-surface-raised));border-top:var(--st-component-alert-borderTop,1px solid var(--st-component-alert-border,var(--st-semantic-border-subtle)));border-right:var(--st-component-alert-borderRight,1px solid var(--st-component-alert-border,var(--st-semantic-border-subtle)));border-bottom:var(--st-component-alert-borderBottom,1px solid var(--st-component-alert-border,var(--st-semantic-border-subtle)));border-left-style:solid;border-left-width:var(--st-component-alert-accentWidth,.25rem);border-left-color:var(--alert-accent,var(--st-semantic-feedback-info));color:var(--st-component-alert-text,var(--st-semantic-text-primary));font-size:var(--st-component-alert-fontSize,inherit);line-height:var(--st-component-alert-lineHeight,normal);letter-spacing:var(--st-component-alert-letterSpacing,normal);gap:var(--st-spacing-4,1rem);padding:var(--st-component-alert-paddingTop,var(--st-spacing-4,1rem)) var(--st-component-alert-paddingRight,var(--st-spacing-4,1rem)) var(--st-component-alert-paddingBottom,var(--st-spacing-4,1rem)) var(--st-component-alert-paddingLeft,var(--st-spacing-4,1rem));border-radius:0;justify-content:space-between;display:flex;position:relative}.st-alert:before{background:var(--alert-accent,var(--st-semantic-feedback-info));content:"";width:var(--st-component-alert-filetWidth,0);position:absolute;top:0;bottom:0;left:0}.st-alert--info{--alert-accent:var(--st-component-alert-infoBorder,var(--st-semantic-feedback-info))}.st-alert--success{--alert-accent:var(--st-component-alert-successBorder,var(--st-semantic-feedback-success))}.st-alert--warning{--alert-accent:var(--st-component-alert-warningBorder,var(--st-semantic-feedback-warning))}.st-alert--error{--alert-accent:var(--st-component-alert-errorBorder,var(--st-semantic-feedback-error))}.st-alert__content{gap:var(--st-spacing-1,.25rem);display:grid}.st-alert__title{margin:0;font-size:.9375rem}.st-alert__message{color:var(--st-semantic-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.st-alert__actions{align-items:start;gap:var(--st-spacing-2,.5rem);display:flex}.st-areaChart{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-areaChart--category1{color:var(--st-semantic-data-category1)}.st-areaChart--category2{color:var(--st-semantic-data-category2)}.st-areaChart--category3{color:var(--st-semantic-data-category3)}.st-areaChart--category4{color:var(--st-semantic-data-category4)}.st-areaChart--category5{color:var(--st-semantic-data-category5)}.st-areaChart--category6{color:var(--st-semantic-data-category6)}.st-areaChart--category7{color:var(--st-semantic-data-category7)}.st-areaChart--category8{color:var(--st-semantic-data-category8)}.st-areaChart svg{display:block;overflow:visible}.st-areaChart__visual{display:block;position:relative}.st-areaChart__grid{stroke:var(--st-component-areaChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-areaChart__axis{stroke:var(--st-component-areaChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-areaChart__tickLabel{fill:var(--st-component-areaChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-areaChart__line{stroke:currentColor}.st-areaChart__area{stroke:none}.st-areaChart__dot{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-areaChart__dot:hover,.st-areaChart__dot:focus-visible{r:5.5}.st-areaChart__dot:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-areaChart__dot{transition:none}}.st-areaChart__tooltip{background:var(--st-component-areaChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-areaChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-areaChart__tooltipLabel{font-weight:600}.st-areaChart__tooltipValue{opacity:.85}.st-areaChart__annotationRegion{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-areaChart__annotationLine{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-areaChart__annotationShape{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-areaChart__annotationPoint{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-areaChart__annotationLabel,.st-areaChart__annotationText{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-areaChart__dataLabel{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-areaChart__crosshairLine{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-areaChart__crosshairMarker{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:2px}.st-areaChart__navLayer{position:absolute;inset:0}.st-areaChart__navDatum{fill:#0000;outline:none}.st-areaChart__navDatum:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-aspectRatio{width:100%;display:block;position:relative;overflow:hidden}.st-aspectRatio>*{block-size:100%;inline-size:100%}.st-aspectRatio>img,.st-aspectRatio>video,.st-aspectRatio>iframe{object-fit:cover;display:block}.st-embed{width:100%;display:block}.st-embed .st-aspectRatio{background:var(--st-semantic-surface-subtle);border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-md,.375rem);overflow:hidden}.st-embed__frame{border:0;block-size:100%;inline-size:100%;display:block}.st-dataImage{max-inline-size:100%;display:block}.st-dataImage--cover{object-fit:cover}.st-dataImage--contain{object-fit:contain}.st-badge{border-radius:var(--st-component-badge-radius,var(--st-radius-pill,999px));font-size:var(--st-component-badge-fontSize,.75rem);font-weight:var(--st-component-badge-fontWeight,650);letter-spacing:var(--st-component-badge-letterSpacing,normal);line-height:var(--st-component-badge-lineHeight,1);min-height:var(--st-component-badge-minHeight,0);padding:var(--st-component-badge-paddingBlock,.25rem) var(--st-component-badge-paddingInline,.5rem);text-transform:var(--st-component-badge-textTransform,none);align-items:center;display:inline-flex}.st-badge--circle{border-radius:var(--st-component-badge-circle-radius,50%);box-sizing:border-box;font-variant-numeric:tabular-nums;min-width:var(--st-component-badge-circle-size,1.25rem);min-height:var(--st-component-badge-circle-size,1.25rem);padding:var(--st-component-badge-circle-padding,.125rem);text-align:center;justify-content:center}.st-badge--sm{font-size:var(--st-component-badge-sm-fontSize,.6875rem)}.st-badge--neutral{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-secondary)}.st-badge--success{background:color-mix(in srgb, var(--st-semantic-feedback-success) 14%, white);color:var(--st-semantic-feedback-success)}.st-badge--warning{background:color-mix(in srgb, var(--st-semantic-feedback-warning) 14%, white);color:var(--st-semantic-feedback-warning)}.st-badge--error{background:color-mix(in srgb, var(--st-semantic-feedback-error) 14%, white);color:var(--st-semantic-feedback-error)}.st-badge--info{background:var(--st-component-badge-infoBackground,color-mix(in srgb, var(--st-semantic-feedback-info) 14%, white));color:var(--st-component-badge-infoText,var(--st-semantic-feedback-info))}.st-barChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-barChart svg{display:block;overflow:visible}.st-barChart__visual{display:block;position:relative}.st-chartDataList{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.st-barChart__grid{stroke:var(--st-component-barChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-barChart__axis{stroke:var(--st-component-barChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-barChart__tickLabel,.st-barChart__categoryLabel{fill:var(--st-component-barChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-barChart__bar{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-barChart__bar:hover{opacity:.82}.st-barChart__bar--dim{opacity:.6}.st-barChart__bar--dim:hover{opacity:.8}.st-barChart__bar--selected,.st-barChart__bar--selected:hover{opacity:1;stroke:var(--st-semantic-border-interactive,var(--st-semantic-action-primary));stroke-width:2px;paint-order:stroke}.st-barChart__bar--category1{fill:var(--st-semantic-data-category1)}.st-barChart__bar--category2{fill:var(--st-semantic-data-category2)}.st-barChart__bar--category3{fill:var(--st-semantic-data-category3)}.st-barChart__bar--category4{fill:var(--st-semantic-data-category4)}.st-barChart__bar--category5{fill:var(--st-semantic-data-category5)}.st-barChart__bar--category6{fill:var(--st-semantic-data-category6)}.st-barChart__bar--category7{fill:var(--st-semantic-data-category7)}.st-barChart__bar--category8{fill:var(--st-semantic-data-category8)}.st-barChart__filters{gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);flex-wrap:wrap;display:flex}.st-barChart__filterChip{background:var(--st-semantic-surface-subtle,#f8fafc);border:1px solid var(--st-semantic-border-interactive,#cbd5e1);border-radius:var(--st-radius-pill,999px);color:var(--st-semantic-text-secondary,#475569);cursor:var(--st-cursor-interactive,pointer);font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);padding:.3125rem var(--st-spacing-2,.5rem);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);font-size:.8125rem;font-weight:500;line-height:1;display:inline-flex}.st-barChart__filterChip:hover{background:var(--st-semantic-surface-hover,#eef2f7)}.st-barChart__filterChip:focus-visible{outline:2px solid var(--st-semantic-border-interactive,var(--st-semantic-action-primary));outline-offset:2px}.st-barChart__filterChip--selected{background:var(--st-semantic-action-primary,#2563eb);border-color:var(--st-semantic-action-primary,#2563eb);color:var(--st-semantic-text-inverse)}.st-barChart__filterSwatch{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-barChart__filterChip--category1 .st-barChart__filterSwatch{background:var(--st-semantic-data-category1)}.st-barChart__filterChip--category2 .st-barChart__filterSwatch{background:var(--st-semantic-data-category2)}.st-barChart__filterChip--category3 .st-barChart__filterSwatch{background:var(--st-semantic-data-category3)}.st-barChart__filterChip--category4 .st-barChart__filterSwatch{background:var(--st-semantic-data-category4)}.st-barChart__filterChip--category5 .st-barChart__filterSwatch{background:var(--st-semantic-data-category5)}.st-barChart__filterChip--category6 .st-barChart__filterSwatch{background:var(--st-semantic-data-category6)}.st-barChart__filterChip--category7 .st-barChart__filterSwatch{background:var(--st-semantic-data-category7)}.st-barChart__filterChip--category8 .st-barChart__filterSwatch{background:var(--st-semantic-data-category8)}.st-barChart__tooltip{background:var(--st-component-barChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-barChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-barChart__tooltipLabel{font-weight:600}.st-barChart__tooltipValue{opacity:.85}.st-barChart__band{fill:color-mix(in srgb, var(--st-overlay-tone,var(--st-semantic-border-strong)) 12%, transparent);stroke:none}.st-barChart__band--neutral{--st-overlay-tone:var(--st-semantic-border-strong)}.st-barChart__band--success{--st-overlay-tone:var(--st-semantic-feedback-success)}.st-barChart__band--warning{--st-overlay-tone:var(--st-semantic-feedback-warning)}.st-barChart__band--error{--st-overlay-tone:var(--st-semantic-feedback-error)}.st-barChart__band--info{--st-overlay-tone:var(--st-semantic-feedback-info)}.st-barChart__refLine{stroke:var(--st-overlay-tone,var(--st-semantic-border-strong));stroke-width:1px;stroke-dasharray:4 3}.st-barChart__refLine--neutral{--st-overlay-tone:var(--st-semantic-border-strong)}.st-barChart__refLine--success{--st-overlay-tone:var(--st-semantic-feedback-success)}.st-barChart__refLine--warning{--st-overlay-tone:var(--st-semantic-feedback-warning)}.st-barChart__refLine--error{--st-overlay-tone:var(--st-semantic-feedback-error)}.st-barChart__refLine--info{--st-overlay-tone:var(--st-semantic-feedback-info)}.st-barChart__overlayLabel{fill:var(--st-semantic-text-secondary);font-size:.625rem}.st-barChart__errorStem,.st-barChart__errorCap{stroke:var(--st-semantic-text-primary);stroke-width:1.25px}.st-barChart__goalLine{stroke:var(--st-semantic-feedback-success);stroke-width:2.5px}.st-barChart__goalLabel{fill:var(--st-semantic-feedback-success);font-size:.6875rem;font-weight:600}.st-barChart__annotationRegion{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-barChart__annotationLine{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-barChart__annotationShape{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-barChart__annotationPoint{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-barChart__annotationLabel,.st-barChart__annotationText{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-barChart__dataLabel{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-barChart__crosshairLine{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-barChart__navLayer{position:absolute;inset:0}.st-barChart__navDatum{fill:#0000;outline:none}.st-barChart__navDatum:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-barChart__bar,.st-barChart__filterChip{transition:none}}.st-breadcrumb{font-size:var(--st-component-breadcrumb-fontSize,inherit);letter-spacing:var(--st-component-breadcrumb-letterSpacing,normal);line-height:var(--st-component-breadcrumb-lineHeight,normal)}.st-breadcrumb ol{align-items:center;gap:var(--st-spacing-2,.5rem);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.st-breadcrumb li{color:var(--st-component-breadcrumb-text,var(--st-semantic-text-secondary));align-items:center;gap:var(--st-spacing-2,.5rem);display:inline-flex}.st-breadcrumb a{color:var(--st-component-breadcrumb-linkText,var(--st-semantic-text-link))}.st-breadcrumb [aria-current=page]{color:var(--st-component-breadcrumb-currentText,var(--st-semantic-text-primary));font-weight:var(--st-component-breadcrumb-currentWeight,600)}.st-breadcrumb__separator{color:var(--st-component-breadcrumb-separator,var(--st-semantic-text-muted))}.st-button{border-width:var(--st-component-button-anatomy-shape-borderWidth,1px);border-style:var(--st-component-button-anatomy-shape-borderStyle,solid);border-radius:var(--st-component-button-anatomy-shape-radius,.375rem);cursor:var(--st-cursor-interactive,pointer);justify-content:center;align-items:center;gap:var(--st-component-button-anatomy-icon-gap,var(--st-spacing-2,.5rem));font-family:var(--st-component-button-anatomy-typography-family,inherit);font-weight:var(--st-component-button-anatomy-typography-weight,600);line-height:var(--st-component-button-anatomy-typography-lineHeight,1.2);letter-spacing:var(--st-component-button-anatomy-typography-letterSpacing,0);text-transform:var(--st-component-button-anatomy-typography-textTransform,none);transition:background var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), box-shadow var(--st-motion-fast,.12s) var(--st-motion-easing,ease);border-color:#0000;display:inline-flex}.st-button--sm{min-height:var(--st-component-button-anatomy-density-sm-controlHeight,2rem);min-width:var(--st-component-button-anatomy-density-sm-minWidth,2rem);padding:var(--st-component-button-anatomy-density-sm-paddingBlock,0) var(--st-component-button-anatomy-density-sm-paddingInlineEnd,var(--st-component-button-anatomy-density-sm-paddingInline,.75rem)) var(--st-component-button-anatomy-density-sm-paddingBlock,0) var(--st-component-button-anatomy-density-sm-paddingInline,.75rem);font-size:var(--st-component-button-anatomy-density-sm-fontSize,.875rem)}.st-button--md{min-height:var(--st-component-button-anatomy-density-md-controlHeight,2.5rem);min-width:var(--st-component-button-anatomy-density-md-minWidth,2.5rem);padding:var(--st-component-button-anatomy-density-md-paddingBlock,0) var(--st-component-button-anatomy-density-md-paddingInlineEnd,var(--st-component-button-anatomy-density-md-paddingInline,1rem)) var(--st-component-button-anatomy-density-md-paddingBlock,0) var(--st-component-button-anatomy-density-md-paddingInline,1rem);font-size:var(--st-component-button-anatomy-density-md-fontSize,var(--st-component-button-anatomy-typography-size,.9375rem))}.st-button--lg{min-height:var(--st-component-button-anatomy-density-lg-controlHeight,3rem);min-width:var(--st-component-button-anatomy-density-lg-minWidth,3rem);padding:var(--st-component-button-anatomy-density-lg-paddingBlock,0) var(--st-component-button-anatomy-density-lg-paddingInlineEnd,var(--st-component-button-anatomy-density-lg-paddingInline,1.25rem)) var(--st-component-button-anatomy-density-lg-paddingBlock,0) var(--st-component-button-anatomy-density-lg-paddingInline,1.25rem);font-size:var(--st-component-button-anatomy-density-lg-fontSize,1rem)}.st-button--primary{background:var(--st-component-button-primaryBackground,var(--st-semantic-action-primary));color:var(--st-component-button-primaryText,var(--st-semantic-action-primaryText))}.st-button--secondary{background:var(--st-component-button-secondaryBackground,var(--st-semantic-action-secondary));color:var(--st-component-button-secondaryText,var(--st-semantic-action-secondaryText));border-color:var(--st-component-button-secondaryBorder,var(--st-semantic-border-subtle))}.st-button--primary:not(:disabled):hover{background:var(--st-component-button-anatomy-states-hover-bg,var(--st-semantic-action-primary))}.st-button--secondary:not(:disabled):hover{background:var(--st-component-button-secondaryHoverBackground,var(--st-semantic-action-secondaryHover,var(--st-semantic-action-secondary)))}.st-button--ghost{color:var(--st-semantic-text-link);background:0 0}.st-button--danger{background:var(--st-semantic-action-danger);color:var(--st-semantic-text-inverse)}.st-button:disabled{cursor:var(--st-cursor-disabled,not-allowed);opacity:var(--st-component-button-anatomy-states-disabled-opacity,.55)}.st-button:focus-visible{outline:var(--st-component-button-anatomy-focus-outline,2px solid var(--st-semantic-border-interactive));outline-offset:var(--st-component-button-anatomy-focus-offset,2px);box-shadow:var(--st-component-button-anatomy-focus-boxShadow,none)}.st-card{background:var(--st-component-card-background,var(--st-semantic-surface-raised));border-width:var(--st-component-card-anatomy-shape-borderWidth,1px);border-style:var(--st-component-card-anatomy-shape-borderStyle,solid);border-color:var(--st-component-card-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-card-anatomy-shape-radius,.5rem);box-shadow:var(--st-component-card-shadow,0 1px 2px #0f172a14);color:var(--st-semantic-text-primary);font-size:var(--st-component-card-anatomy-typography-size,inherit);line-height:var(--st-component-card-anatomy-typography-lineHeight,normal);letter-spacing:var(--st-component-card-anatomy-typography-letterSpacing,normal);padding:var(--st-spacing-4,1rem)}.st-card--interactive{cursor:var(--st-cursor-interactive,pointer);transition:box-shadow var(--st-motion-normal,.18s) var(--st-motion-easing,ease), transform var(--st-motion-normal,.18s) var(--st-motion-easing,ease)}.st-card--interactive:hover{box-shadow:var(--st-shadow-medium,0 8px 24px #0f172a1f);transform:var(--st-component-card-anatomy-states-hover-transform,translateY(-1px))}.st-chatComposer{background:var(--st-component-chat-composerSurface,var(--st-semantic-surface-raised,#fff));border:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-control-radius,.375rem);gap:var(--st-spacing-3,.75rem);padding:var(--st-spacing-3,.75rem);width:100%;display:grid}.st-chatComposer__body{gap:var(--st-spacing-2,.5rem);display:grid}.st-chatComposer__inputShell{gap:.25rem;display:grid}.st-chatComposer__textarea{background:var(--st-component-control-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-control-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));font:inherit;min-height:2.5rem;max-height:16rem;padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);resize:none;width:100%;overflow-y:hidden}.st-chatComposer__textarea:focus-visible{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-chatComposer__textarea[aria-disabled=true]{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-chatComposer__toolbar{align-items:center;gap:var(--st-spacing-2,.5rem);justify-content:space-between;display:flex}.st-chatComposer__actions{align-items:center;gap:var(--st-spacing-2,.5rem);display:flex}.st-chatComposer__actions--right{margin-left:auto}@media (width<=640px){.st-chatComposer__toolbar{flex-wrap:wrap;justify-content:flex-start;align-items:stretch}.st-chatComposer__actions{width:100%}.st-chatComposer__actions--right{margin-left:0}}.st-chatMessage{color:var(--st-semantic-text-primary);align-items:flex-start;gap:var(--st-component-chatMessage-gap,.5rem);width:100%;display:flex}.st-chatMessage[data-align=end]{flex-direction:row-reverse}.st-chatMessage__avatar{background:var(--st-component-chatMessage-avatarBackground,var(--st-semantic-surface-subtle));color:var(--st-semantic-text-secondary);height:var(--st-component-chatMessage-avatarSize,1.75rem);width:var(--st-component-chatMessage-avatarSize,1.75rem);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex;overflow:hidden}.st-chatMessage__body{min-width:0;max-width:var(--st-component-chatMessage-maxWidth,min(42rem, 100%));flex-direction:column;gap:.25rem;display:flex}.st-chatMessage[data-align=end] .st-chatMessage__body{align-items:flex-end}.st-chatMessage__bubble{border-radius:var(--st-component-chatMessage-radius,.75rem);padding:var(--st-component-chatMessage-padding,.625rem .875rem);word-break:break-word;border:1px solid #0000;line-height:1.5;position:relative}.st-chatMessage__content p{margin:0}.st-chatMessage__content p+p,.st-chatMessage__content *+p,.st-chatMessage__content *+ul,.st-chatMessage__content *+ol,.st-chatMessage__content *+pre{margin-top:.5rem}.st-chatMessage--user .st-chatMessage__bubble{background:var(--st-component-chatMessage-userBackground,var(--st-component-chat-userBubbleBackground,var(--st-semantic-action-primary,#2563eb)));color:var(--st-component-chatMessage-userText,var(--st-component-chat-userBubbleText,#fff))}.st-chatMessage--assistant .st-chatMessage__bubble{background:var(--st-component-chatMessage-assistantBackground,var(--st-component-chat-assistantBubbleBackground,var(--st-semantic-surface-subtle,#f8fafc)));color:var(--st-component-chatMessage-assistantText,var(--st-component-chat-assistantBubbleText,var(--st-semantic-text-primary)))}.st-chatMessage--system .st-chatMessage__bubble{background:var(--st-component-chatMessage-systemBackground,var(--st-semantic-surface-default,#fff));border-color:var(--st-component-chatMessage-systemBorder,var(--st-semantic-border-subtle));color:var(--st-component-chatMessage-systemText,var(--st-semantic-text-secondary));font-size:.875rem}.st-chatMessage--tool .st-chatMessage__bubble{background:var(--st-component-chatMessage-toolBackground,var(--st-component-chatMessage-assistantBackground,var(--st-component-chat-assistantBubbleBackground,var(--st-semantic-surface-subtle,#f8fafc))));color:var(--st-component-chatMessage-toolText,var(--st-component-chatMessage-assistantText,var(--st-component-chat-assistantBubbleText,var(--st-semantic-text-primary))));border-color:var(--st-component-chatMessage-toolBorder,var(--st-semantic-border-subtle));font-style:italic}.st-chatMessage--pending .st-chatMessage__bubble{border-color:var(--st-component-chatMessage-pendingBorder,var(--st-semantic-status-pending,#d97706))}.st-chatMessage--processing .st-chatMessage__bubble{border-color:var(--st-component-chatMessage-processingBorder,var(--st-semantic-status-processing,#2563eb))}.st-chatMessage--failed .st-chatMessage__bubble{border-color:var(--st-component-chatMessage-errorBorder,var(--st-semantic-feedback-error,#b91c1c))}.st-chatMessage__pulse{opacity:.65;vertical-align:middle;background:currentColor;border-radius:999px;width:.5rem;height:.5rem;margin-left:.5rem;animation:1.1s ease-in-out infinite st-chatMessage-pulse;display:inline-block}@keyframes st-chatMessage-pulse{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:.9;transform:scale(1.05)}}@media (prefers-reduced-motion:reduce){.st-chatMessage__pulse{opacity:.6;animation:none}}.st-chatMessage__footer{color:var(--st-semantic-text-secondary);font-size:.75rem;line-height:1.3}.st-chatMessage__timestamp{font-variant-numeric:tabular-nums}.st-chatMessage__actions{gap:.25rem;display:flex}.st-chatMessage[data-align=end] .st-chatMessage__actions{justify-content:flex-end}.st-chatThread{background:var(--st-component-chatThread-background,transparent);border-radius:var(--st-component-chatThread-radius,.75rem);color:var(--st-semantic-text-primary);gap:var(--st-component-chatThread-gap,.75rem);max-height:var(--st-component-chatThread-maxHeight,32rem);min-height:var(--st-component-chatThread-minHeight,12rem);padding:var(--st-component-chatThread-padding,.75rem);scroll-behavior:smooth;flex-direction:column;display:flex;position:relative;overflow-y:auto}@media (prefers-reduced-motion:reduce){.st-chatThread{scroll-behavior:auto}}.st-chatThread__list{gap:var(--st-component-chatThread-gap,.75rem);flex-direction:column;min-height:0;display:flex}.st-chatThread__empty{color:var(--st-semantic-text-secondary);padding:var(--st-spacing-4,1rem);text-align:center;flex:1;justify-content:center;align-items:center;display:flex}.st-codeSnippet__wrapper{position:relative}.st-codeSnippet{background:var(--st-component-codeSnippet-background,var(--st-semantic-surface-subtle));border:1px solid var(--st-component-codeSnippet-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-codeSnippet-radius,.375rem);color:var(--st-component-codeSnippet-text,var(--st-semantic-text-primary));font-family:var(--st-font-mono,ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace);max-height:var(--st-component-codeSnippet-maxHeight,16rem);padding:.75rem .875rem;margin:0;padding-inline-end:4rem;font-size:.8125rem;line-height:1.5;overflow:auto}.st-codeSnippet__code{font:inherit;white-space:pre}.st-codeSnippet__copy{position:absolute;inset-block-start:.375rem;inset-inline-end:.375rem}.st-codeSnippet--inline{background:var(--st-component-codeSnippet-background,var(--st-semantic-surface-subtle));border:1px solid var(--st-component-codeSnippet-border,var(--st-semantic-border-subtle));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-codeSnippet-text,var(--st-semantic-text-primary));font-family:var(--st-font-mono,ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace);padding:.0625rem .375rem;font-size:.8125rem}.st-combobox{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-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));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);align-items:center;width:100%;display:inline-flex}.st-combobox--sm{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-combobox--md{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-combobox--lg{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-combobox:hover:not(:has(input:disabled)){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-combobox:focus-within{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-combobox:has([aria-invalid=true]){border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-combobox__control{color:inherit;font:inherit;background:0 0;border:0;flex:auto;width:100%;min-width:0;padding:0 .75rem}.st-combobox__control:focus{outline:none}.st-combobox__control::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-combobox__control:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-combobox__clear,.st-combobox__toggle{color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;height:100%;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0 .5rem;display:inline-flex}.st-combobox__clear:hover:not(:disabled),.st-combobox__toggle:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-combobox__clear:focus-visible,.st-combobox__toggle:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-combobox__clear:disabled,.st-combobox__toggle:disabled{cursor:not-allowed}.st-combobox__toggleIcon{transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-combobox__toggleIcon--open{transform:rotate(180deg)}.st-combobox__list{background:var(--st-component-dropdown-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-dropdown-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-dropdown-radius,.375rem);box-shadow:var(--st-component-dropdown-shadow,0 8px 24px #0f172a24);margin-top:var(--st-spacing-1,.25rem);max-height:16rem;z-index:var(--st-component-popover-zIndex,80);display:grid;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.st-combobox__empty{color:var(--st-semantic-text-muted);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem)}.st-combobox__option{color:var(--st-component-dropdown-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:left;background:0 0;border:0}.st-combobox__option:hover:not(:disabled),.st-combobox__option--active{background:var(--st-component-dropdown-optionHoverBackground,var(--st-semantic-surface-subtle))}.st-combobox__option[aria-selected=true]{background:var(--st-component-dropdown-selectedBackground,var(--st-semantic-action-primary));color:var(--st-component-dropdown-selectedText,var(--st-semantic-action-primaryText))}.st-combobox__option:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed}.st-contentSwitcher{background:var(--st-semantic-surface-subtle);border-radius:var(--st-component-control-radius,.375rem);padding:.125rem;display:inline-flex}.st-contentSwitcher__option{border-radius:var(--st-component-control-radius,.375rem);color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;padding:0 .875rem;font-weight:500}.st-contentSwitcher--sm .st-contentSwitcher__option{min-height:1.75rem;font-size:.75rem}.st-contentSwitcher--md .st-contentSwitcher__option{min-height:2.25rem;font-size:.875rem}.st-contentSwitcher--lg .st-contentSwitcher__option{min-height:2.75rem;font-size:.9375rem}.st-contentSwitcher__option:hover:not([disabled]):not(.st-contentSwitcher__option--selected){color:var(--st-semantic-text-primary)}.st-contentSwitcher__option:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:1px}.st-contentSwitcher__option--selected{background:var(--st-semantic-surface-default);box-shadow:var(--st-shadow-subtle);color:var(--st-semantic-text-primary)}.st-contentSwitcher__option:disabled{cursor:not-allowed;opacity:.55}.st-copyButton{background:var(--st-component-control-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-control-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);align-items:center;gap:.375rem;padding:0 .625rem;display:inline-flex}.st-copyButton--sm{min-height:var(--st-component-control-smHeight,2rem);font-size:.75rem}.st-copyButton--md{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-copyButton--lg{min-height:var(--st-component-control-lgHeight,3rem);font-size:.9375rem}.st-copyButton: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-copyButton:focus-visible{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-copyButton:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-copyButton--copied{color:var(--st-semantic-feedback-success)}.st-copyButton__icon{justify-content:center;align-items:center;display:inline-flex}.st-dataTable-wrap{gap:var(--st-spacing-2,.5rem);display:grid}.st-dataTable-wrap:has(.st-dataTable){overflow-x:auto}.st-dataTable{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-dataTable caption{color:var(--st-component-dataTable-captionText,var(--st-semantic-text-secondary));text-align:start;padding:.75rem;font-weight:600}.st-dataTable th,.st-dataTable td{border-bottom:1px solid var(--st-component-dataTable-border,var(--st-semantic-border-subtle));text-align:start;vertical-align:top;padding:.75rem}.st-dataTable--sm th,.st-dataTable--sm td{padding:.5rem .625rem;font-size:.8125rem}.st-dataTable--lg th,.st-dataTable--lg td{padding:1rem}.st-dataTable th{background:var(--st-component-dataTable-headerBackground,var(--st-semantic-surface-subtle));font-size:.875rem;font-weight:650}.st-dataTable tbody tr:hover{background:var(--st-component-dataTable-rowHoverBackground,var(--st-semantic-surface-subtle))}.st-dataTable tbody tr:last-child td{border-bottom:0}.st-dataTable__row--selected{background:color-mix(in srgb, var(--st-semantic-action-primary) 10%, var(--st-semantic-surface-default))}.st-dataTable__row--clickable{cursor:pointer}.st-dataTable__cell--center{text-align:center}.st-dataTable__cell--end{text-align:end}.st-cell__content{align-items:center;gap:.375rem;display:inline-flex}.st-cell__icon{flex:none}.st-cell--intent-positive{background:color-mix(in srgb, var(--st-semantic-feedback-success) 14%, white);color:var(--st-semantic-feedback-success)}.st-cell--intent-negative{background:color-mix(in srgb, var(--st-semantic-feedback-error) 14%, white);color:var(--st-semantic-feedback-error)}.st-cell--intent-warning{background:color-mix(in srgb, var(--st-semantic-feedback-warning) 14%, white);color:var(--st-semantic-feedback-warning)}.st-cell--intent-info{background:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, white);color:var(--st-semantic-feedback-info)}.st-cell--intent-neutral{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-secondary)}.st-dataTable__select{width:2.5rem}.st-dataTable__selectLabel{justify-content:center;align-items:center;width:1rem;height:1rem;margin:0;display:inline-flex}.st-dataTable__selectLabel input{accent-color:var(--st-semantic-action-primary);width:1rem;height:1rem;margin:0}.st-dataTable__sortBtn{color:inherit;cursor:pointer;font:inherit;text-align:start;background:0 0;border:0;align-items:center;gap:.375rem;margin:-.25rem -.5rem;padding:.25rem .5rem;font-weight:650;display:inline-flex}.st-dataTable__sortBtn:hover{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-dataTable__sortBtn:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-dataTable__sortIcon{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-dataTable th[aria-sort=ascending] .st-dataTable__sortIcon,.st-dataTable th[aria-sort=descending] .st-dataTable__sortIcon{color:var(--st-semantic-action-primary)}.st-dataTable__empty{color:var(--st-semantic-text-muted);text-align:center}.st-dataTable__footer{color:var(--st-semantic-text-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.25rem .25rem 0;font-size:.8125rem;display:flex}.st-dataTable__range{font-variant-numeric:tabular-nums}.st-dataTable__pager{align-items:center;gap:.5rem;display:inline-flex}.st-dataTable__pagerBtn{background:var(--st-component-pagination-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-pagination-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-pagination-radius,.375rem);color:var(--st-component-pagination-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;min-height:2rem;padding:0 .625rem;font-size:.8125rem}.st-dataTable__pagerBtn:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-dataTable__pagerBtn:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed;opacity:.65}.st-dataTable__pagerStatus{font-variant-numeric:tabular-nums}.st-datepicker{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-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));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);align-items:stretch;width:100%;display:inline-flex;overflow:hidden}.st-datepicker--sm{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-datepicker--md{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-datepicker--lg{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-datepicker:hover:not(:has(input:disabled)){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-datepicker:focus-within{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-datepicker:has([aria-invalid=true]){border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-datepicker__control{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;flex:auto;width:100%;min-width:0;padding:0 .75rem}.st-datepicker__control:focus{outline:none}.st-datepicker__control::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-datepicker__control:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-datepicker__trigger{border:0;border-left:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;min-width:2.25rem;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;flex:none;justify-content:center;align-items:center;padding:0 .5rem;display:inline-flex}.st-datepicker__trigger:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__trigger:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-datepicker__trigger:disabled{cursor:not-allowed}.st-datepicker__panel{background:var(--st-component-popover-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-popover-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-popover-radius,.5rem);box-shadow:var(--st-component-popover-shadow,0 18px 45px #0f172a2e);color:var(--st-component-popover-text,var(--st-semantic-text-primary));gap:var(--st-spacing-3,.75rem);margin-top:var(--st-spacing-1,.25rem);min-width:18rem;padding:var(--st-spacing-3,.75rem);z-index:var(--st-component-popover-zIndex,80);display:grid;position:absolute;top:100%;left:0}.st-datepicker__nav{align-items:center;gap:var(--st-spacing-2,.5rem);grid-template-columns:auto 1fr auto;display:grid}.st-datepicker__navBtn{border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:.25rem .5rem;font-size:1.125rem;line-height:1}.st-datepicker__navBtn:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__navBtn:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}.st-datepicker__monthLabel{text-align:center;text-transform:capitalize;font-weight:600}.st-datepicker__grid{gap:var(--st-spacing-1,.25rem);display:grid}.st-datepicker__weekdays,.st-datepicker__days{grid-template-columns:repeat(7,minmax(2rem,1fr));gap:2px;display:grid}.st-datepicker__weekday{color:var(--st-semantic-text-secondary);text-align:center;text-transform:capitalize;padding:.25rem 0;font-size:.75rem;font-weight:600}.st-datepicker__day{aspect-ratio:1;border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;font:inherit;text-align:center;background:0 0;border:0;min-width:0;padding:0;font-size:.875rem;line-height:1}.st-datepicker__day:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__day:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-datepicker__day--outside{color:var(--st-semantic-text-muted)}.st-datepicker__day--inRange{background:var(--st-component-dropdown-optionHoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__day--selected{background:var(--st-component-dropdown-selectedBackground,var(--st-semantic-action-primary));color:var(--st-component-dropdown-selectedText,var(--st-semantic-action-primaryText))}.st-datepicker__day:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed;opacity:.5}.st-datepicker__footer{justify-content:flex-end;display:flex}.st-datepicker__todayBtn{border:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;font:inherit;background:0 0;padding:.25rem .75rem;font-size:.8125rem}.st-datepicker__todayBtn:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__todayBtn:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}.st-datepicker__todayBtn:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed}.st-donutChart{color:var(--st-semantic-text-secondary);max-width:100%;font-family:inherit;display:block;position:relative}.st-donutChart svg{display:block;overflow:visible}.st-donutChart__slice{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;transition:opacity .12s}.st-donutChart__slice--dim{opacity:.4}.st-donutChart__slice:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-donutChart__slice--category1{fill:var(--st-semantic-data-category1)}.st-donutChart__slice--category2{fill:var(--st-semantic-data-category2)}.st-donutChart__slice--category3{fill:var(--st-semantic-data-category3)}.st-donutChart__slice--category4{fill:var(--st-semantic-data-category4)}.st-donutChart__slice--category5{fill:var(--st-semantic-data-category5)}.st-donutChart__slice--category6{fill:var(--st-semantic-data-category6)}.st-donutChart__slice--category7{fill:var(--st-semantic-data-category7)}.st-donutChart__slice--category8{fill:var(--st-semantic-data-category8)}.st-donutChart__center{fill:var(--st-semantic-text-primary);font-size:1.25rem;font-weight:650}.st-donutChart__dataLabel{fill:var(--st-semantic-text-inverse);font-size:.6875rem;font-weight:600}.st-donutChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.st-donutChart__tooltipLabel{font-weight:600}.st-donutChart__tooltipValue{opacity:.85}.st-drawer__backdrop{background:var(--st-component-drawer-backdrop,var(--st-semantic-surface-overlay));z-index:var(--st-component-drawer-zIndex,90);position:fixed;inset:0}.st-drawer{background:var(--st-component-drawer-surface,var(--st-semantic-surface-raised));border-color:var(--st-component-drawer-border,var(--st-semantic-border-subtle));box-shadow:var(--st-component-drawer-shadow,0 18px 45px #0f172a2e);color:var(--st-semantic-text-primary);height:100%;max-width:min(100vw, var(--st-component-drawer-width,24rem));padding:var(--st-spacing-4,1rem);width:var(--st-component-drawer-width,24rem);grid-template-rows:auto 1fr auto;display:grid;position:absolute;top:0}.st-drawer--right{border-left-style:solid;border-left-width:1px;right:0}.st-drawer--left{border-right-style:solid;border-right-width:1px;left:0}.st-drawer__header{align-items:start;gap:var(--st-spacing-4,1rem);justify-content:space-between;display:flex}.st-drawer__title{margin:0;font-size:1.125rem;line-height:1.3}.st-drawer__description{color:var(--st-semantic-text-secondary);margin:.5rem 0 0;line-height:1.5}.st-drawer__close{border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-small,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.st-drawer__body{padding-block:var(--st-spacing-4,1rem);line-height:1.5;overflow:auto}.st-drawer__footer{gap:var(--st-spacing-2,.5rem);justify-content:flex-end;display:flex}.st-dropdown{min-width:14rem;display:inline-grid;position:relative}.st-dropdown__button{background:var(--st-component-dropdown-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-dropdown-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-dropdown-radius,.375rem);color:var(--st-component-dropdown-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;min-height:var(--st-component-control-mdHeight,2.5rem);padding:0 var(--st-spacing-3,.75rem);justify-content:space-between;align-items:center;display:flex}.st-dropdown__button:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}.st-dropdown__icon{color:var(--st-semantic-text-secondary);transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);flex:none}.st-dropdown__icon--open{transform:rotate(180deg)}.st-dropdown__list{background:var(--st-component-dropdown-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-dropdown-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-dropdown-radius,.375rem);box-shadow:var(--st-component-dropdown-shadow,0 8px 24px #0f172a24);margin-top:var(--st-spacing-1,.25rem);min-width:100%;z-index:var(--st-component-popover-zIndex,80);display:grid;position:absolute;top:100%;left:0;overflow:hidden}.st-dropdown__option{color:var(--st-component-dropdown-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:left;background:0 0;border:0}.st-dropdown__option:hover:not(:disabled),.st-dropdown__option:focus-visible{background:var(--st-component-dropdown-optionHoverBackground,var(--st-semantic-surface-subtle));outline:none}.st-dropdown__option[aria-selected=true]{background:var(--st-component-dropdown-selectedBackground,var(--st-semantic-action-primary));color:var(--st-component-dropdown-selectedText,var(--st-semantic-action-primaryText))}.st-dropdown__option:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed}.st-empty-state{background:var(--st-component-emptyState-background,var(--st-semantic-surface-subtle));border:1px solid var(--st-component-emptyState-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-emptyState-radius,.5rem);color:var(--st-component-emptyState-titleText,var(--st-semantic-text-primary));align-items:center;gap:var(--st-spacing-4,1rem);padding:var(--st-spacing-8,2rem);text-align:center;justify-items:center;display:grid}.st-empty-state__content{gap:var(--st-spacing-2,.5rem);max-width:34rem;display:grid}.st-empty-state__title{margin:0;font-size:1.125rem}.st-empty-state__message{color:var(--st-component-emptyState-messageText,var(--st-semantic-text-secondary));margin:0;line-height:1.5}.st-empty-state__action{justify-content:center;display:flex}.st-error-summary{background:var(--st-semantic-surface-default);border:2px solid var(--st-semantic-feedback-error);border-radius:var(--st-radius-md,.25rem);color:var(--st-semantic-text-primary);padding:var(--st-spacing-4,1rem)}.st-error-summary__heading{margin:0 0 var(--st-spacing-2,.5rem);font-size:1.125rem;font-weight:700}.st-error-summary__list{gap:var(--st-spacing-1,.25rem);padding-left:var(--st-spacing-4,1rem);margin:0;display:grid}.st-error-summary__link{color:var(--st-semantic-feedback-error);font-weight:600;text-decoration:underline}.st-error-summary__link:hover,.st-error-summary__link:focus-visible{text-decoration:none}.st-fileUploader-field{gap:var(--st-component-field-gap,.5rem);color:var(--st-component-field-labelText,var(--st-semantic-text-primary));max-width:var(--st-component-field-maxWidth,28rem);display:grid}.st-fileUploader__dropzone{background:var(--st-component-control-background,var(--st-semantic-surface-default));border:1px dashed var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-control-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));align-items:center;gap:var(--st-spacing-3,.75rem);padding:var(--st-spacing-4,1rem);transition:background var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);flex-wrap:wrap;justify-content:flex-start;display:flex}.st-fileUploader__dropzone:hover:not(.st-fileUploader__dropzone--disabled){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-fileUploader__dropzone--dragover{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle));border-color:var(--st-component-control-focusRing,var(--st-semantic-border-interactive))}.st-fileUploader__dropzone--invalid{border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-fileUploader__dropzone--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;opacity:.7}.st-fileUploader__input{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.st-fileUploader__content{align-items:center;gap:var(--st-spacing-3,.75rem);flex-wrap:wrap;display:flex}.st-fileUploader__affordance{color:var(--st-semantic-text-secondary);justify-content:center;align-items:center;line-height:0;display:inline-flex}.st-fileUploader__dropzone--dragover .st-fileUploader__affordance{color:var(--st-semantic-action-primary)}.st-fileUploader__trigger{background:var(--st-semantic-action-primary);border-radius:var(--st-component-button-radius,.375rem);color:var(--st-semantic-action-primaryText,#fff);cursor:pointer;font:inherit;min-height:2.25rem;padding:0 var(--st-spacing-3,.75rem);transition:background var(--st-motion-fast,.12s) var(--st-motion-easing,ease), box-shadow var(--st-motion-fast,.12s) var(--st-motion-easing,ease);border:1px solid #0000;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.st-fileUploader__trigger:hover:not(:disabled){background:color-mix(in srgb, var(--st-semantic-action-primary) 88%, black)}.st-fileUploader__trigger:focus-visible{box-shadow:0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline:none}.st-fileUploader__trigger:disabled{cursor:not-allowed;opacity:.6}.st-fileUploader__hint{color:var(--st-semantic-text-secondary);font-size:.875rem}.st-fileUploader__list{gap:var(--st-spacing-2,.5rem);margin:0;padding:0;list-style:none;display:grid}.st-fileUploader__item{background:var(--st-semantic-surface-subtle);border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-component-control-radius,.375rem);align-items:center;gap:var(--st-spacing-3,.75rem);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);justify-content:space-between;display:flex}.st-fileUploader__item--error{border-color:var(--st-semantic-feedback-error)}.st-fileUploader__itemIcon{color:var(--st-semantic-text-secondary);flex:none;justify-content:center;align-items:center;line-height:0;display:inline-flex}.st-fileUploader__item--uploading .st-fileUploader__itemIcon{color:var(--st-semantic-action-primary)}.st-fileUploader__item--complete .st-fileUploader__itemIcon{color:var(--st-semantic-feedback-success)}.st-fileUploader__item--error .st-fileUploader__itemIcon{color:var(--st-semantic-feedback-error)}.st-fileUploader__spinner{justify-content:center;align-items:center;line-height:0;animation:.9s linear infinite st-fileUploader-spin;display:inline-flex}@keyframes st-fileUploader-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.st-fileUploader__spinner{animation:none}}.st-fileUploader__itemMeta{gap:.125rem;min-width:0;display:grid}.st-fileUploader__itemName{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.st-fileUploader__itemSize{color:var(--st-semantic-text-muted);font-size:.8125rem}.st-fileUploader__itemError{color:var(--st-semantic-feedback-error);font-size:.8125rem}.st-fileUploader__remove{color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;height:1.75rem;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.75rem;padding:0;line-height:0;display:inline-flex}.st-fileUploader__remove:hover:not(:disabled){background:color-mix(in srgb, currentColor 14%, transparent)}.st-fileUploader__remove:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:1px}.st-fileUploader__remove:disabled{cursor:not-allowed;opacity:.6}.st-footer{background:var(--st-component-footer-background,var(--st-semantic-surface-subtle));border-top:1px solid var(--st-component-footer-border,var(--st-semantic-border-subtle));color:var(--st-component-footer-text,var(--st-semantic-text-secondary));gap:var(--st-spacing-4,1rem);padding:var(--st-spacing-8,2rem) var(--st-spacing-4,1rem);flex-direction:column;width:100%;display:flex}.st-footer__top{gap:var(--st-spacing-8,2rem);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:flex}.st-footer__brand{color:var(--st-semantic-text-primary);align-items:center;gap:var(--st-spacing-3,.75rem);flex:none;display:inline-flex}.st-footer__columns{gap:var(--st-spacing-8,2rem);flex-wrap:wrap;flex:auto;justify-content:flex-end;display:flex}.st-footer__bottom{border-top:1px solid var(--st-semantic-border-subtle);align-items:center;gap:var(--st-spacing-4,1rem);padding-top:var(--st-spacing-4,1rem);flex-wrap:wrap;justify-content:space-between;display:flex}.st-footer__copyright{color:var(--st-semantic-text-muted);font-size:.8125rem}.st-footer__legal{gap:var(--st-spacing-4,1rem);flex-wrap:wrap;font-size:.8125rem;display:flex}.st-forceGraph{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-forceGraph svg{display:block;overflow:visible}.st-forceGraph__svg--panning{cursor:grabbing}.st-forceGraph__edge{stroke:var(--st-semantic-border-strong);stroke-width:1px;opacity:.55;transition:opacity .12s,stroke-width .12s}.st-forceGraph__edge--weak{stroke:var(--st-semantic-border-subtle);opacity:.5}.st-forceGraph__edge--emphasis{stroke:var(--st-semantic-border-interactive,var(--st-semantic-border-strong));opacity:.95}.st-forceGraph__edge--hovered{opacity:1;stroke-width:2px}.st-forceGraph__edge--dim{opacity:.12}.st-forceGraph__edgeHit{stroke:#0000;stroke-width:10px;fill:none;cursor:crosshair}.st-forceGraph__node{transition:opacity .12s}.st-forceGraph__node--dim{opacity:.3}.st-forceGraph__node--merging,.st-forceGraph__edge--merging{transition:none}.st-forceGraph__node--merging{pointer-events:none}.st-forceGraph__dot{cursor:pointer;fill-opacity:.9;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;transition:fill-opacity .12s}.st-forceGraph__dot:hover,.st-forceGraph__dot:focus-visible{fill-opacity:1}.st-forceGraph__dot:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-forceGraph__node--selected .st-forceGraph__dot{fill-opacity:1;stroke:var(--st-semantic-border-interactive,#0f62fe);stroke-width:2.5px}.st-forceGraph__node--focus .st-forceGraph__dot{fill-opacity:1;stroke:var(--st-semantic-border-interactive,#0f62fe);stroke-width:3.5px;filter:drop-shadow(0 0 4px var(--st-semantic-border-interactive,#0f62fe))}.st-forceGraph__label{fill:var(--st-semantic-text-secondary);pointer-events:none;font-size:.6875rem}.st-forceGraph__node--category1 .st-forceGraph__dot{fill:var(--st-semantic-data-category1)}.st-forceGraph__node--category2 .st-forceGraph__dot{fill:var(--st-semantic-data-category2)}.st-forceGraph__node--category3 .st-forceGraph__dot{fill:var(--st-semantic-data-category3)}.st-forceGraph__node--category4 .st-forceGraph__dot{fill:var(--st-semantic-data-category4)}.st-forceGraph__node--category5 .st-forceGraph__dot{fill:var(--st-semantic-data-category5)}.st-forceGraph__node--category6 .st-forceGraph__dot{fill:var(--st-semantic-data-category6)}.st-forceGraph__node--category7 .st-forceGraph__dot{fill:var(--st-semantic-data-category7)}.st-forceGraph__node--category8 .st-forceGraph__dot{fill:var(--st-semantic-data-category8)}.st-forceGraph__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 10px))}.st-forceGraph__tooltipLabel{font-weight:600}.st-forceGraph__tooltipMeta{opacity:.85}.st-forceGraph__tooltipRelation{opacity:.75;font-size:.6875rem;font-style:italic}.st-forceGraph__resetBtn{background:var(--st-semantic-surface-overlay,#0000008c);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);cursor:pointer;opacity:.8;z-index:2;border:none;padding:.25rem .5rem;font-size:1rem;line-height:1;transition:opacity .12s;position:absolute;bottom:.5rem;right:.5rem}.st-forceGraph__resetBtn:hover,.st-forceGraph__resetBtn:focus-visible{opacity:1}.st-forceGraph__resetBtn:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px}.st-forceGraph__legend{background:var(--st-semantic-surface-overlay,#00000073);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;z-index:2;flex-direction:column;gap:.25rem;padding:.375rem .5rem;font-size:.6875rem;display:flex;position:absolute;bottom:.5rem;left:.5rem}.st-forceGraph__legendEntry{align-items:center;gap:.375rem;display:flex}.st-forceGraph__legendSwatch{flex-shrink:0}.st-forceGraph__legendLabel{white-space:nowrap}.st-forceGraph__legendShape{fill-opacity:.9;stroke:var(--st-semantic-surface-default);stroke-width:1px}.st-forceGraph__legendShape--category1{fill:var(--st-semantic-data-category1)}.st-forceGraph__legendShape--category2{fill:var(--st-semantic-data-category2)}.st-forceGraph__legendShape--category3{fill:var(--st-semantic-data-category3)}.st-forceGraph__legendShape--category4{fill:var(--st-semantic-data-category4)}.st-forceGraph__legendShape--category5{fill:var(--st-semantic-data-category5)}.st-forceGraph__legendShape--category6{fill:var(--st-semantic-data-category6)}.st-forceGraph__legendShape--category7{fill:var(--st-semantic-data-category7)}.st-forceGraph__legendShape--category8{fill:var(--st-semantic-data-category8)}.st-forceGraph__legendEdge{stroke:var(--st-semantic-border-strong,#888);stroke-width:1.5px;opacity:.8}.st-forceGraph__legendEdge--weak{stroke:var(--st-semantic-border-subtle,#aaa);stroke-dasharray:3 3;opacity:.65}@media (prefers-reduced-motion:reduce){.st-forceGraph__node,.st-forceGraph__dot,.st-forceGraph__edge,.st-forceGraph__resetBtn{transition:none}}.st-graphLegend{background:var(--st-semantic-surface-overlay,#00000073);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);flex-direction:column;gap:.25rem;padding:.375rem .5rem;font-size:.6875rem;display:inline-flex}.st-graphLegend__title{letter-spacing:.04em;opacity:.75;text-transform:uppercase;margin:0 0 .125rem;font-size:.625rem;font-weight:600}.st-graphLegend__list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.st-graphLegend__entry{align-items:center;gap:.375rem;display:flex}.st-graphLegend__swatch{flex-shrink:0}.st-graphLegend__label{white-space:nowrap}.st-graphLegend__shape{fill-opacity:.9;stroke:var(--st-semantic-surface-default);stroke-width:1px}.st-graphLegend__shape--category1{fill:var(--st-semantic-data-category1)}.st-graphLegend__shape--category2{fill:var(--st-semantic-data-category2)}.st-graphLegend__shape--category3{fill:var(--st-semantic-data-category3)}.st-graphLegend__shape--category4{fill:var(--st-semantic-data-category4)}.st-graphLegend__shape--category5{fill:var(--st-semantic-data-category5)}.st-graphLegend__shape--category6{fill:var(--st-semantic-data-category6)}.st-graphLegend__shape--category7{fill:var(--st-semantic-data-category7)}.st-graphLegend__shape--category8{fill:var(--st-semantic-data-category8)}.st-graphLegend__edge{stroke:var(--st-semantic-border-strong,#888);stroke-width:1.5px;opacity:.8}.st-graphLegend__edge--weak{stroke:var(--st-semantic-border-subtle,#aaa);stroke-dasharray:3 3;opacity:.65}.st-form{gap:var(--st-component-form-gap,1rem);width:100%;display:grid}.st-form__body{gap:var(--st-component-form-fieldGap,1rem);display:grid}.st-form__message{margin:0;font-size:.8125rem;line-height:1.4}.st-form__message--help{color:var(--st-component-form-helpText,var(--st-semantic-text-secondary))}.st-form__message--error{color:var(--st-component-form-errorText,var(--st-semantic-feedback-error))}.st-form__message--success{color:var(--st-component-form-successText,var(--st-semantic-feedback-success))}.st-form-group{border:1px solid var(--st-component-formGroup-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-formGroup-radius,.5rem);color:var(--st-semantic-text-primary);gap:var(--st-component-formGroup-gap,1rem);padding:var(--st-component-formGroup-padding,1rem);margin:0;display:grid}.st-form-group__legend{padding:0 .25rem;font-size:.875rem;font-weight:600}.st-form-group__body{gap:var(--st-component-formGroup-fieldGap,1rem);display:grid}.st-form-group__help{color:var(--st-component-formGroup-helpText,var(--st-semantic-text-secondary));margin:0;font-size:.8125rem;line-height:1.4}.st-form-group:disabled{opacity:.6}.st-header{background:var(--st-component-header-background,var(--st-semantic-surface-default));border-bottom:1px solid var(--st-component-header-border,var(--st-semantic-border-subtle));box-shadow:var(--st-component-header-shadow,0 1px 3px #0f172a0f);color:var(--st-component-header-text,var(--st-semantic-text-primary));align-items:center;gap:var(--st-spacing-4,1rem);height:var(--st-component-header-height,3.5rem);padding:0 var(--st-spacing-4,1rem);width:100%;z-index:var(--st-component-header-zIndex,70);display:flex}.st-header--sticky{position:sticky;top:0}.st-header__leading{align-items:center;gap:var(--st-spacing-3,.75rem);flex:none;display:flex}.st-header__logo{color:var(--st-component-header-logoText,var(--st-semantic-text-primary));align-items:center;display:inline-flex}.st-header__title{color:var(--st-component-header-titleText,var(--st-semantic-text-primary));letter-spacing:-.005em;font-size:.9375rem;font-weight:650;line-height:1.2}.st-header__navigation{flex:auto;justify-content:center;align-items:center;min-width:0;display:flex}.st-header__actions{align-items:center;gap:var(--st-spacing-2,.5rem);flex:none;margin-left:auto;display:flex}.st-header__account{position:relative}.st-header__account-trigger{border:1px solid var(--st-component-header-border,var(--st-semantic-border-subtle));border-radius:var(--st-radius-sm,.375rem);color:inherit;cursor:pointer;font:inherit;align-items:center;gap:var(--st-spacing-2,.5rem);background:0 0;max-width:18rem;min-height:2.25rem;padding:.25rem .5rem;display:inline-flex}.st-header__account-trigger:hover,.st-header__account-trigger:focus-visible{border-color:var(--st-semantic-border-interactive,var(--st-semantic-action-primary));outline:none}.st-header__avatar{aspect-ratio:1;border-radius:var(--st-radius-sm,.375rem);flex:none;width:2rem;height:2rem;overflow:hidden}.st-header__avatar--initials{background:var(--st-semantic-surface-subtle,#eef2f7);color:var(--st-semantic-text-primary,#0f172a);letter-spacing:.01em;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:inline-flex}.st-header__avatar-image{background:var(--st-semantic-surface-subtle,#eef2f7);object-fit:cover;object-position:center;width:100%;height:100%;display:block}.st-header__account-meta{text-align:left;gap:.05rem;min-width:0;display:grid}.st-header__account-name{color:var(--st-semantic-text-primary,#0f172a);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:650;line-height:1.2;overflow:hidden}.st-header__account-email{color:var(--st-semantic-text-secondary,#64748b);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;line-height:1.2;overflow:hidden}.st-header__account-caret{color:var(--st-semantic-text-secondary,#64748b);flex:none}.st-header__account-menu{background:var(--st-component-popover-background,var(--st-semantic-surface-raised,#fff));border:1px solid var(--st-component-popover-border,var(--st-semantic-border-subtle,#e2e8f0));border-radius:var(--st-component-popover-radius,.5rem);box-shadow:var(--st-component-popover-shadow,0 18px 45px #0f172a2e);color:var(--st-semantic-text-primary,#0f172a);min-width:14rem;padding:var(--st-spacing-3,.75rem);right:0;top:calc(100% + var(--st-spacing-2,.5rem));z-index:var(--st-component-popover-zIndex,80);gap:.35rem;display:grid;position:absolute}.st-header__signin{border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text-link,var(--st-semantic-action-primary));cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;min-height:2.25rem;padding:0 .875rem;font-weight:600}.st-header__signin:hover,.st-header__signin:focus-visible{background:var(--st-semantic-surface-subtle,#f1f5f9);outline:none}.st-highlight{--st-highlight-accent:var(--st-semantic-action-primary);background:var(--st-semantic-surface-subtle);border-left:4px solid var(--st-highlight-accent);border-radius:var(--st-radius-md,.375rem);color:var(--st-semantic-text-primary);padding:var(--st-spacing-4,1rem)}.st-highlight--info{--st-highlight-accent:var(--st-semantic-feedback-info)}.st-highlight--success{--st-highlight-accent:var(--st-semantic-feedback-success)}.st-highlight--warning{--st-highlight-accent:var(--st-semantic-feedback-warning)}.st-highlight--error{--st-highlight-accent:var(--st-semantic-feedback-error)}.st-highlight__title{margin:0 0 var(--st-spacing-2,.5rem);font-size:.9375rem;font-weight:650}.st-highlight__body{color:var(--st-semantic-text-secondary);font-size:.9375rem;line-height:1.55}.st-highlight__body p{margin:0}.st-iconButton{border-radius:var(--st-component-iconButton-radius,.375rem);color:var(--st-component-iconButton-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:1px solid #0000;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.st-iconButton--sm{height:var(--st-component-iconButton-smSize,2rem);width:var(--st-component-iconButton-smSize,2rem)}.st-iconButton--md{height:var(--st-component-iconButton-mdSize,2.25rem);width:var(--st-component-iconButton-mdSize,2.25rem)}.st-iconButton--lg{height:var(--st-component-iconButton-lgSize,2.5rem);width:var(--st-component-iconButton-lgSize,2.5rem)}.st-iconButton--secondary{background:var(--st-component-control-background,var(--st-semantic-surface-default));border-color:var(--st-component-control-border,var(--st-semantic-border-subtle))}.st-iconButton--danger{color:var(--st-semantic-feedback-error,#b91c1c)}.st-iconButton:hover:not(:disabled){background:var(--st-component-iconButton-hoverBackground,var(--st-semantic-surface-subtle))}.st-iconButton--secondary:hover:not(:disabled){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-iconButton:focus-visible{border-color:var(--st-component-iconButton-focusRing,var(--st-semantic-border-interactive));box-shadow:0 0 0 2px var(--st-component-iconButton-focusRing,var(--st-semantic-border-interactive));outline:none}.st-iconButton:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-inlineLoading{color:var(--st-semantic-text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.st-inlineLoading__icon{justify-content:center;align-items:center;display:inline-flex}.st-inlineLoading__spinner{justify-content:center;align-items:center;line-height:0;animation:.9s linear infinite st-inlineLoading-spin;display:inline-flex}.st-inlineLoading--active .st-inlineLoading__icon{color:var(--st-semantic-action-primary)}.st-inlineLoading--success{color:var(--st-semantic-feedback-success)}.st-inlineLoading--error{color:var(--st-semantic-feedback-error)}.st-inlineLoading--inactive{color:var(--st-semantic-text-muted)}@keyframes st-inlineLoading-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.st-inlineLoading__spinner{animation:none}}.st-control{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-shape-radius,.375rem);border-bottom-left-radius: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-width:0;padding:var(--st-component-control-anatomy-density-md-paddingBlock,0) var(--st-component-control-anatomy-density-sm-paddingInline,.75rem);cursor:var(--st-cursor-text,text);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-control--sm{min-height:var(--st-component-control-anatomy-density-sm-controlHeight,var(--st-component-control-smHeight,2rem));font-size:.8125rem}.st-control--md{min-height:var(--st-component-control-anatomy-density-md-controlHeight,var(--st-component-control-mdHeight,2.5rem));font-size:.875rem}.st-control--lg{min-height:var(--st-component-control-anatomy-density-lg-controlHeight,var(--st-component-control-lgHeight,3rem));font-size:1rem}.st-control::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-control:hover:not(:disabled){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-control: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-control[aria-invalid=true]{border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-control:disabled{background:var(--st-component-control-disabledBackground,var(--st-semantic-surface-subtle));color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:var(--st-cursor-disabled,not-allowed)}.st-languageSelector{display:inline-block;position:relative}.st-languageSelector__trigger{background:var(--st-component-control-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:var(--st-radius-md,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;font:inherit;align-items:center;gap:var(--st-spacing-2,.5rem);padding:.35rem .6rem;font-size:.85rem;display:inline-flex}.st-languageSelector__trigger:hover:not(:disabled){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-languageSelector__trigger:focus-visible{border-color:var(--st-semantic-border-interactive);box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-languageSelector__trigger:disabled{cursor:not-allowed;opacity:.55}.st-languageSelector__caret{transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;display:inline-block}.st-languageSelector__caret--open{transform:rotate(180deg)}.st-languageSelector__menu{background:var(--st-component-menu-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-menu-border,var(--st-semantic-border-subtle));border-radius:var(--st-radius-md,.375rem);box-shadow:var(--st-shadow-medium,0 8px 24px #0f172a1f);min-width:9rem;z-index:var(--st-zindex-overlay,80);flex-direction:column;gap:.1rem;margin:.25rem 0 0;padding:.25rem;list-style:none;display:flex;position:absolute;right:0}.st-languageSelector__option{border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:.4rem;width:100%;padding:.35rem .5rem;font-size:.85rem;display:flex}.st-languageSelector__option:hover{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-primary)}.st-languageSelector__option--active{color:var(--st-semantic-action-primary);font-weight:600}.st-languageSelector__check{justify-content:center;width:.75rem;display:inline-flex}.st-lineChart{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-lineChart--category1{color:var(--st-semantic-data-category1)}.st-lineChart--category2{color:var(--st-semantic-data-category2)}.st-lineChart--category3{color:var(--st-semantic-data-category3)}.st-lineChart--category4{color:var(--st-semantic-data-category4)}.st-lineChart--category5{color:var(--st-semantic-data-category5)}.st-lineChart--category6{color:var(--st-semantic-data-category6)}.st-lineChart--category7{color:var(--st-semantic-data-category7)}.st-lineChart--category8{color:var(--st-semantic-data-category8)}.st-lineChart svg{display:block;overflow:visible}.st-lineChart__visual{display:block;position:relative}.st-lineChart__grid{stroke:var(--st-component-lineChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-lineChart__axis{stroke:var(--st-component-lineChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-lineChart__tickLabel{fill:var(--st-component-lineChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-lineChart__line{stroke:currentColor}.st-lineChart__line--forecast{stroke:var(--st-component-lineChart-forecastStroke,var(--st-semantic-data-category7));stroke-dasharray:5 4}.st-lineChart__area{fill:currentColor;opacity:.18;stroke:none}.st-lineChart__dot{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-lineChart__dot:hover,.st-lineChart__dot:focus-visible{r:5.5}.st-lineChart__dot:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-lineChart__dot--forecast{fill:var(--st-component-lineChart-forecastStroke,var(--st-semantic-data-category7))}@media (prefers-reduced-motion:reduce){.st-lineChart__dot{transition:none}}.st-lineChart__tooltip{background:var(--st-component-lineChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-lineChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-lineChart__tooltipLabel{font-weight:600}.st-lineChart__tooltipValue{opacity:.85}.st-lineChart__band{fill:color-mix(in srgb, var(--st-overlay-tone,var(--st-semantic-border-strong)) 12%, transparent);stroke:none}.st-lineChart__band--neutral{--st-overlay-tone:var(--st-semantic-border-strong)}.st-lineChart__band--success{--st-overlay-tone:var(--st-semantic-feedback-success)}.st-lineChart__band--warning{--st-overlay-tone:var(--st-semantic-feedback-warning)}.st-lineChart__band--error{--st-overlay-tone:var(--st-semantic-feedback-error)}.st-lineChart__band--info{--st-overlay-tone:var(--st-semantic-feedback-info)}.st-lineChart__refLine{stroke:var(--st-overlay-tone,var(--st-semantic-border-strong));stroke-width:1px;stroke-dasharray:4 3}.st-lineChart__refLine--neutral{--st-overlay-tone:var(--st-semantic-border-strong)}.st-lineChart__refLine--success{--st-overlay-tone:var(--st-semantic-feedback-success)}.st-lineChart__refLine--warning{--st-overlay-tone:var(--st-semantic-feedback-warning)}.st-lineChart__refLine--error{--st-overlay-tone:var(--st-semantic-feedback-error)}.st-lineChart__refLine--info{--st-overlay-tone:var(--st-semantic-feedback-info)}.st-lineChart__overlayLabel{fill:var(--st-semantic-text-secondary);font-size:.625rem}.st-lineChart__trend{stroke:var(--st-semantic-text-secondary);stroke-width:1.5px;stroke-dasharray:6 4;opacity:.85}.st-lineChart__goalLine{stroke:var(--st-semantic-feedback-success);stroke-width:2.5px}.st-lineChart__goalLabel{fill:var(--st-semantic-feedback-success);font-size:.6875rem;font-weight:600}.st-lineChart__annotationRegion{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-lineChart__annotationLine{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-lineChart__annotationShape{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-lineChart__annotationPoint{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-lineChart__annotationLabel,.st-lineChart__annotationText{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-lineChart__dataLabel{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-lineChart__crosshairLine{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-lineChart__crosshairMarker{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:2px}.st-lineChart__navLayer{position:absolute;inset:0}.st-lineChart__navDatum{fill:#0000;outline:none}.st-lineChart__navDatum:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-link{color:var(--st-component-link-text,var(--st-semantic-text-link));cursor:var(--st-cursor-interactive,pointer);font-size:var(--st-component-link-anatomy-typography-size,inherit);line-height:var(--st-component-link-anatomy-typography-lineHeight,normal);letter-spacing:var(--st-component-link-anatomy-typography-letterSpacing,normal);-webkit-text-decoration:var(--st-component-link-anatomy-typography-textDecoration,underline);text-decoration:var(--st-component-link-anatomy-typography-textDecoration,underline);text-decoration-thickness:var(--st-component-link-anatomy-typography-decorationThickness,auto);text-underline-offset:var(--st-component-link-anatomy-typography-decorationOffset,.18em)}.st-link--standalone{gap:var(--st-spacing-1,.25rem);font-weight:600;display:inline-flex}.st-link--muted{color:var(--st-semantic-text-secondary)}.st-link:hover{color:var(--st-component-link-anatomy-states-hover-text,var(--st-component-link-hoverText,var(--st-semantic-action-primary)));-webkit-text-decoration-line:var(--st-component-link-anatomy-states-hover-decoration,underline);text-decoration-line:var(--st-component-link-anatomy-states-hover-decoration,underline)}.st-link:focus-visible{border-radius:var(--st-component-link-anatomy-shape-radius,var(--st-radius-sm,.25rem));outline:var(--st-component-link-anatomy-focus-outline,2px solid var(--st-semantic-border-interactive));outline-offset:var(--st-component-link-anatomy-focus-offset,2px);box-shadow:var(--st-component-link-anatomy-focus-boxShadow,none)}.st-link--disabled{color:var(--st-component-link-anatomy-states-disabled-text,var(--st-component-link-disabledText,var(--st-semantic-text-muted)));cursor:var(--st-cursor-disabled,not-allowed);-webkit-text-decoration:var(--st-component-link-anatomy-states-disabled-decoration,none);text-decoration:var(--st-component-link-anatomy-states-disabled-decoration,none)}.st-loading{color:var(--st-component-loadingState-text,var(--st-semantic-text-secondary));align-items:center;gap:var(--st-spacing-2,.5rem);display:inline-flex}.st-loading__spinner{border:2px solid var(--st-component-loadingState-track,var(--st-semantic-surface-subtle));border-radius:var(--st-component-loadingState-radius,9999px);border-top-color:var(--st-component-loadingState-indicator,var(--st-semantic-action-primary));width:1.25rem;height:1.25rem;animation:.8s linear infinite st-loading-spin;display:inline-block}.st-loading__skeleton{background:linear-gradient(90deg, var(--st-component-loadingState-track,var(--st-semantic-surface-subtle)), var(--st-component-loadingState-indicator,var(--st-semantic-action-primary)), var(--st-component-loadingState-track,var(--st-semantic-surface-subtle)));border-radius:var(--st-component-loadingState-radius,9999px);background-size:200% 100%;width:8rem;height:.75rem;display:inline-block}.st-loading--skeleton .st-loading__skeleton{animation:1.2s ease-in-out infinite st-loading-skeleton}.st-loading__label{font-size:.875rem}@keyframes st-loading-spin{to{transform:rotate(360deg)}}@keyframes st-loading-skeleton{to{background-position:-200% 0}}.st-menu{background:var(--st-component-menu-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-menu-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-menu-radius,.375rem);box-shadow:var(--st-component-menu-shadow,0 8px 24px #0f172a24);color:var(--st-component-menu-text,var(--st-semantic-text-primary));min-width:var(--st-component-menu-minWidth,12rem);max-width:var(--st-component-menu-maxWidth,18rem);padding:var(--st-spacing-1,.25rem);display:grid}.st-menu__item{border-radius:var(--st-radius-small,.375rem);color:inherit;cursor:pointer;font:inherit;align-items:center;gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:left;background:0 0;border:0;width:100%;display:flex}.st-menu--dense .st-menu__item{padding:.3rem .6rem}.st-menu__item:hover:not(:disabled),.st-menu__item:focus-visible{background:var(--st-component-menu-itemHoverBackground,var(--st-semantic-surface-subtle));outline:none}.st-menu__item:disabled{color:var(--st-component-menu-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-menu__item--danger{color:var(--st-component-menu-dangerText,var(--st-semantic-feedback-error,#b91c1c))}.st-menu__item--danger:hover:not(:disabled),.st-menu__item--danger:focus-visible{background:var(--st-component-menu-dangerHoverBackground,#b91c1c14)}.st-menu__itemIcon{flex:none;justify-content:center;align-items:center;display:inline-flex}.st-menu__itemLabel{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.st-menu__divider{background:var(--st-component-menu-border,var(--st-semantic-border-subtle));height:1px;margin:.25rem 0}.st-menu__group{color:var(--st-component-menu-groupText,var(--st-semantic-text-muted));letter-spacing:.04em;text-transform:uppercase;padding:.45rem .75rem .25rem;font-size:.72rem;font-weight:650}.st-menuPopover{background:var(--st-component-menu-background,var(--st-semantic-surface-raised,#fff));border:1px solid var(--st-component-menu-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-menu-radius,.375rem);box-shadow:var(--st-component-menu-shadow,0 8px 24px #0f172a24);color:var(--st-component-menu-text,var(--st-semantic-text-primary));min-width:var(--st-component-menu-minWidth,12rem);max-width:var(--st-component-menu-maxWidth,18rem);max-height:calc(100vh - 2rem);z-index:var(--st-component-popover-zIndex,80);padding:0;position:absolute;overflow:auto}.st-menuPopover--alignEnd{transform:translate(-100%)}.st-menuPopover--alignCenter{transform:translate(-50%)}.st-menuPopover--top-start{transform:translateY(-100%)}.st-menuPopover--top-end,.st-menuPopover--top-start.st-menuPopover--alignEnd{transform:translate(-100%,-100%)}.st-menuPopover--top-start.st-menuPopover--alignCenter,.st-menuPopover--top-end.st-menuPopover--alignCenter{transform:translate(-50%,-100%)}.st-messageActions{align-items:center;gap:.25rem;display:inline-flex}.st-messageActions--hoverOnly{opacity:0;pointer-events:none;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-messageActions--hoverOnly:focus-within,.st-messageActions--hoverOnly:hover{opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.st-messageActions--hoverOnly{transition:none}}.st-messageActions__overflow{align-items:center;display:inline-flex}.st-messageStatusBadge{text-transform:none;align-items:center}.st-messageStatusBadge__dot{background:currentColor;border-radius:999px;width:.38rem;height:.38rem;display:inline-block}.st-modal__backdrop{background:var(--st-component-overlay-backdrop,var(--st-semantic-surface-overlay));padding:var(--st-spacing-4,1rem);z-index:var(--st-component-overlay-zIndex,90);place-items:center;display:grid;position:fixed;inset:0}.st-modal{background:var(--st-component-overlay-surface,var(--st-semantic-surface-raised));border:1px solid var(--st-component-overlay-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-overlay-radius,.5rem);box-shadow:var(--st-component-overlay-shadow,0 18px 45px #0f172a2e);color:var(--st-semantic-text-primary);gap:var(--st-spacing-4,1rem);max-width:36rem;max-height:min(42rem,100vh - 2rem);padding:var(--st-spacing-4,1rem);width:min(100%,36rem);display:grid;overflow:auto}.st-modal__header{align-items:start;gap:var(--st-spacing-4,1rem);justify-content:space-between;display:flex}.st-modal__title{margin:0;font-size:1.25rem;line-height:1.2}.st-modal__description{color:var(--st-semantic-text-secondary);margin:.5rem 0 0;line-height:1.5}.st-modal__close{border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-small,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.st-modal__body{line-height:1.5}.st-modal__footer{gap:var(--st-spacing-2,.5rem);justify-content:flex-end;display:flex}.st-field{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:var(--st-component-field-gap,.5rem);max-width:var(--st-component-field-maxWidth,28rem);display:grid;position:relative}.st-multiSelect{width:100%;display:inline-flex}.st-multiSelect--sm .st-multiSelect__trigger{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-multiSelect--md .st-multiSelect__trigger{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-multiSelect--lg .st-multiSelect__trigger{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-multiSelect__trigger{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-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));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);flex-wrap:wrap;align-items:center;gap:.375rem;width:100%;padding:.25rem .5rem .25rem .75rem;display:flex}.st-multiSelect__trigger:hover:not(:disabled){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-multiSelect__trigger: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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-multiSelect[data-invalid=true] .st-multiSelect__trigger{border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-multiSelect__trigger: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-multiSelect__placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted));text-align:start;flex:auto}.st-multiSelect__count{color:var(--st-semantic-text-secondary);text-align:start;flex:auto;font-size:.875rem}.st-multiSelect__tags{flex-wrap:wrap;gap:.25rem;display:flex}.st-multiSelect__tag{background:var(--st-semantic-surface-subtle);border-radius:var(--st-radius-pill,999px);color:var(--st-semantic-text-primary);align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.st-multiSelect__tagLabel{line-height:1}.st-multiSelect__tagRemove{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:1.25em;height:1.25em;padding:0;font-size:1em;line-height:1;display:inline-flex}.st-multiSelect__tagRemove:hover:not(:disabled){background:color-mix(in srgb, currentColor 18%, transparent)}.st-multiSelect__tagRemove:focus-visible{outline-offset:1px;outline:2px solid}.st-multiSelect__caret{color:var(--st-semantic-text-secondary);flex:none;align-items:center;margin-inline-start:auto;padding-inline-start:.25rem;display:inline-flex}.st-multiSelect__caretIcon{transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-multiSelect__caretIcon--open{transform:rotate(180deg)}.st-multiSelect__panel{background:var(--st-component-dropdown-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-dropdown-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-dropdown-radius,.375rem);box-shadow:var(--st-component-dropdown-shadow,0 8px 24px #0f172a24);margin-top:var(--st-spacing-1,.25rem);z-index:var(--st-component-popover-zIndex,80);display:grid;position:absolute;top:100%;left:0;right:0}.st-multiSelect__search{border:0;border-bottom:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));color:inherit;font:inherit;background:0 0;width:100%;padding:.5rem .75rem}.st-multiSelect__search:focus{outline:none}.st-multiSelect__list{max-height:14rem;display:grid;overflow-y:auto}.st-multiSelect__empty{color:var(--st-semantic-text-muted);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem)}.st-multiSelect__option{color:var(--st-component-dropdown-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:left;background:0 0;border:0;align-items:center;gap:.5rem;display:flex}.st-multiSelect__option:hover:not(:disabled),.st-multiSelect__option:focus-visible{background:var(--st-component-dropdown-optionHoverBackground,var(--st-semantic-surface-subtle));outline:none}.st-multiSelect__option[aria-selected=true]{background:color-mix(in srgb, var(--st-semantic-action-primary) 12%, transparent)}.st-multiSelect__option:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed}.st-multiSelect__check{color:var(--st-semantic-action-primary);justify-content:center;width:1rem;font-weight:700;display:inline-flex}.st-numberInput{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-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));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);align-items:stretch;width:100%;display:inline-flex;overflow:hidden}.st-numberInput--sm{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-numberInput--md{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-numberInput--lg{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-numberInput:hover:not(:has(input:disabled)){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-numberInput:focus-within{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-numberInput:has([aria-invalid=true]){border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-numberInput__control{color:inherit;font:inherit;text-align:right;background:0 0;border:0;flex:auto;width:100%;min-width:0;padding:0 .75rem}.st-numberInput__control:focus{outline:none}.st-numberInput__control::-webkit-inner-spin-button{appearance:none;margin:0}.st-numberInput__control::-webkit-outer-spin-button{appearance:none;margin:0}.st-numberInput__control[type=number]{-moz-appearance:textfield}.st-numberInput__control:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-numberInput__buttons{border-left:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));flex:none;display:inline-flex}.st-numberInput__button{color:inherit;cursor:pointer;font:inherit;min-width:2.25rem;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;justify-content:center;align-items:center;padding:0 .5rem;font-size:1.125rem;line-height:1;display:inline-flex}.st-numberInput__button+.st-numberInput__button{border-left:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle))}.st-numberInput__button:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-numberInput__button:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-numberInput__button:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-orderedList{color:var(--st-semantic-text-primary);counter-reset:st-ol;gap:var(--st-spacing-1,.25rem);margin:0;padding:0;list-style:none;display:grid}.st-orderedList--nested{margin-block-start:var(--st-spacing-1,.25rem);margin-inline-start:var(--st-spacing-4,1rem)}.st-orderedList__item{counter-increment:st-ol;padding-inline-start:var(--st-spacing-8,2rem);line-height:1.5;position:relative}.st-orderedList__item:before{color:var(--st-semantic-text-secondary);content:counter(st-ol) ".";font-variant-numeric:tabular-nums;text-align:end;width:var(--st-spacing-6,1.5rem);position:absolute;inset-inline-start:0}.st-overflowMenu{display:inline-block;position:relative}.st-overflowMenu__trigger{border-radius:var(--st-component-overflowMenu-triggerRadius,var(--st-radius-small,.375rem));color:var(--st-component-overflowMenu-triggerText,var(--st-semantic-text-primary));cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:inline-flex}.st-overflowMenu__trigger:hover{background:var(--st-component-overflowMenu-triggerHoverBackground,var(--st-semantic-surface-subtle))}.st-overflowMenu__trigger: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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-overflowMenu__trigger[aria-expanded=true]{background:var(--st-component-overflowMenu-triggerHoverBackground,var(--st-semantic-surface-subtle))}.st-overflowMenu__list{background:var(--st-component-menu-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-menu-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-menu-radius,.375rem);box-shadow:var(--st-component-menu-shadow,0 8px 24px #0f172a24);min-width:var(--st-component-menu-minWidth,12rem);max-width:var(--st-component-menu-maxWidth,18rem);padding:var(--st-spacing-1,.25rem);z-index:var(--st-component-popover-zIndex,80);margin:0;list-style:none;display:grid;position:absolute}.st-overflowMenu--bottom-end .st-overflowMenu__list{right:0;top:calc(100% + var(--st-spacing-1,.25rem))}.st-overflowMenu--bottom-start .st-overflowMenu__list{left:0;top:calc(100% + var(--st-spacing-1,.25rem))}.st-overflowMenu--top-end .st-overflowMenu__list{bottom:calc(100% + var(--st-spacing-1,.25rem));right:0}.st-overflowMenu--top-start .st-overflowMenu__list{bottom:calc(100% + var(--st-spacing-1,.25rem));left:0}.st-overflowMenu__listItem{margin:0;padding:0}.st-overflowMenu__item{border-radius:var(--st-radius-small,.375rem);color:var(--st-component-menu-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;align-items:center;gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:left;background:0 0;border:0;width:100%;display:flex}.st-overflowMenu--dense .st-overflowMenu__item{padding:.3rem .6rem}.st-overflowMenu__item:hover:not(:disabled),.st-overflowMenu__item:focus-visible{background:var(--st-component-menu-itemHoverBackground,var(--st-semantic-surface-subtle));outline:none}.st-overflowMenu__item:disabled{color:var(--st-component-menu-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-overflowMenu__item--danger{color:var(--st-component-overflowMenu-dangerText,var(--st-semantic-feedback-error))}.st-overflowMenu__item--danger:hover:not(:disabled),.st-overflowMenu__item--danger:focus-visible{background:var(--st-component-overflowMenu-dangerHoverBackground,var(--st-semantic-feedback-error));color:var(--st-component-overflowMenu-dangerHoverText,var(--st-semantic-action-primaryText))}.st-overflowMenu__itemIcon{flex:none;justify-content:center;align-items:center;display:inline-flex}.st-overflowMenu__itemLabel{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.st-overflowMenu__divider{background:var(--st-component-menu-border,var(--st-semantic-border-subtle));height:1px;margin:.25rem 0;list-style:none}.st-overflowMenu__group{color:var(--st-component-menu-groupText,var(--st-semantic-text-muted));letter-spacing:.04em;text-transform:uppercase;padding:.45rem .75rem .25rem;font-size:.72rem;font-weight:650;list-style:none}.st-pagination{gap:var(--st-spacing-2,.5rem);flex-wrap:wrap;display:flex}.st-pagination button{background:var(--st-component-pagination-background,var(--st-semantic-surface-default));border:var(--st-component-pagination-borderWidth,1px) solid var(--st-component-pagination-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-pagination-radius,.375rem);color:var(--st-component-pagination-text,var(--st-semantic-text-primary));cursor:pointer;font-family:inherit;font-size:var(--st-component-pagination-fontSize,inherit);line-height:var(--st-component-pagination-lineHeight,normal);letter-spacing:var(--st-component-pagination-letterSpacing,normal);min-height:var(--st-component-pagination-minSize,2.25rem);min-width:var(--st-component-pagination-minSize,2.25rem);padding:var(--st-component-pagination-paddingBlock,0) var(--st-component-pagination-paddingInline,.75rem)}.st-pagination button.st-pagination__page--active{background:var(--st-component-pagination-activeBackground,var(--st-semantic-action-primary));border-color:var(--st-component-pagination-activeBorder,var(--st-component-pagination-border,var(--st-semantic-border-subtle)));border-width:var(--st-component-pagination-activeBorderWidth,var(--st-component-pagination-borderWidth,1px));color:var(--st-component-pagination-activeText,var(--st-semantic-action-primaryText));font-weight:var(--st-component-pagination-activeWeight,inherit)}.st-pagination button:disabled{color:var(--st-component-pagination-disabledText,var(--st-semantic-text-muted));cursor:not-allowed;opacity:.65}.st-paginationNav{color:var(--st-component-paginationNav-text,var(--st-semantic-text-primary));display:inline-block}.st-paginationNav__list{align-items:center;gap:var(--st-spacing-1,.25rem);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.st-paginationNav__page,.st-paginationNav__nav{background:var(--st-component-paginationNav-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-paginationNav-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-paginationNav-radius,.375rem);color:var(--st-component-paginationNav-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;justify-content:center;align-items:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;font-size:.875rem;display:inline-flex}.st-paginationNav__page:hover:not(:disabled),.st-paginationNav__nav:hover:not(:disabled){background:var(--st-component-paginationNav-hoverBackground,var(--st-semantic-surface-subtle))}.st-paginationNav__page:focus-visible,.st-paginationNav__nav: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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-paginationNav__page--active{background:var(--st-component-paginationNav-activeBackground,var(--st-semantic-action-primary));border-color:var(--st-component-paginationNav-activeBackground,var(--st-semantic-action-primary));color:var(--st-component-paginationNav-activeText,var(--st-semantic-action-primaryText))}.st-paginationNav__page--active:hover{background:var(--st-component-paginationNav-activeBackground,var(--st-semantic-action-primary))}.st-paginationNav__page:disabled,.st-paginationNav__nav:disabled{color:var(--st-component-paginationNav-disabledText,var(--st-semantic-text-muted));cursor:not-allowed;opacity:.6}.st-paginationNav__ellipsis{color:var(--st-component-paginationNav-ellipsisText,var(--st-semantic-text-muted));justify-content:center;align-items:center;min-width:2.25rem;height:2.25rem;padding:0 .25rem;display:inline-flex}.st-passwordInput{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-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));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);align-items:center;width:100%;display:inline-flex}.st-passwordInput--sm{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-passwordInput--md{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-passwordInput--lg{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-passwordInput:hover:not(:has(input:disabled)){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-passwordInput:focus-within{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-passwordInput:has([aria-invalid=true]){border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-passwordInput__control{color:inherit;font:inherit;background:0 0;border:0;flex:auto;width:100%;min-width:0;padding:0 .75rem}.st-passwordInput__control:focus{outline:none}.st-passwordInput__control::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-passwordInput__control:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-passwordInput__toggle{color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;height:100%;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;flex:none;justify-content:center;align-items:center;padding:0 .625rem;display:inline-flex}.st-passwordInput__toggle:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-passwordInput__toggle:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-passwordInput__toggle:disabled{cursor:not-allowed}.st-popover-host{display:inline-block;position:relative}.st-popover{background:var(--st-component-popover-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-popover-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-popover-radius,.5rem);box-shadow:var(--st-component-popover-shadow,0 18px 45px #0f172a2e);color:var(--st-component-popover-text,var(--st-semantic-text-primary));min-width:16rem;padding:var(--st-spacing-4,1rem);z-index:var(--st-component-popover-zIndex,80);position:absolute}.st-popover--bottom{left:0;top:calc(100% + var(--st-spacing-2,.5rem))}.st-popover--top{bottom:calc(100% + var(--st-spacing-2,.5rem));left:0}.st-popover--right{left:calc(100% + var(--st-spacing-2,.5rem));top:0}.st-popover--left{right:calc(100% + var(--st-spacing-2,.5rem));top:0}.st-progressBar{color:var(--st-semantic-text-primary);gap:.375rem;width:100%;display:grid}.st-progressBar__header{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.st-progressBar__label{font-size:.875rem;font-weight:600}.st-progressBar__value{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums;font-size:.8125rem}.st-progressBar__help{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));font-size:.8125rem}.st-progressBar__track{background:var(--st-semantic-surface-subtle);border-radius:var(--st-radius-pill,999px);width:100%;position:relative;overflow:hidden}.st-progressBar__track--sm{height:.25rem}.st-progressBar__track--md{height:.5rem}.st-progressBar__track--lg{height:.75rem}.st-progressBar__fill{background:var(--st-progressBar-color,var(--st-semantic-action-primary));border-radius:inherit;transform-origin:0;height:100%;transition:width var(--st-motion-fast,.12s) var(--st-motion-easing,ease);width:var(--st-progressBar-pct,0%)}.st-progressBar__track--neutral .st-progressBar__fill{background:var(--st-semantic-action-primary)}.st-progressBar__track--success .st-progressBar__fill{background:var(--st-semantic-feedback-success)}.st-progressBar__track--warning .st-progressBar__fill{background:var(--st-semantic-feedback-warning)}.st-progressBar__track--error .st-progressBar__fill{background:var(--st-semantic-feedback-error)}.st-progressBar__track--indeterminate .st-progressBar__fill{width:30%;animation:1.4s ease-in-out infinite st-progressBar-indeterminate}@keyframes st-progressBar-indeterminate{0%{transform:translate(-100%)}to{transform:translate(380%)}}@media (prefers-reduced-motion:reduce){.st-progressBar__track--indeterminate .st-progressBar__fill{width:100%;animation:none}}.st-progressIndicator{color:var(--st-component-progressIndicator-text,var(--st-semantic-text-primary));margin:0;padding:0;list-style:none;display:flex}.st-progressIndicator--horizontal{flex-direction:row;align-items:flex-start;gap:0}.st-progressIndicator--vertical{flex-direction:column;gap:0}.st-progressIndicator__step{gap:var(--st-spacing-2,.5rem);flex:1 1 0;min-width:0;display:flex;position:relative}.st-progressIndicator--horizontal .st-progressIndicator__step{flex-direction:column;align-items:flex-start}.st-progressIndicator--vertical .st-progressIndicator__step{flex-direction:row;flex:none;align-items:flex-start}.st-progressIndicator__indicator{color:var(--st-component-progressIndicator-iconText,var(--st-semantic-text-secondary));flex:none;justify-content:center;align-items:center;display:flex;position:relative}.st-progressIndicator--horizontal .st-progressIndicator__indicator{flex-direction:row;width:100%}.st-progressIndicator--vertical .st-progressIndicator__indicator{flex-direction:column;min-height:3rem}.st-progressIndicator__circle{background:var(--st-component-progressIndicator-circleBackground,var(--st-semantic-surface-default));border:1.5px solid var(--st-component-progressIndicator-circleBorder,var(--st-semantic-border-strong));color:var(--st-component-progressIndicator-iconText,var(--st-semantic-text-secondary));z-index:1;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.st-progressIndicator__index{line-height:1}.st-progressIndicator__dot{background:currentColor;border-radius:50%;width:.5rem;height:.5rem}.st-progressIndicator__connector{background:var(--st-component-progressIndicator-connector,var(--st-semantic-border-subtle));flex:auto}.st-progressIndicator--horizontal .st-progressIndicator__connector{height:2px;margin-top:calc(.75rem - 1px)}.st-progressIndicator--vertical .st-progressIndicator__connector{width:2px;min-height:1.5rem;margin-left:calc(.75rem - 1px)}.st-progressIndicator__text{gap:.125rem;min-width:0;display:grid}.st-progressIndicator--horizontal .st-progressIndicator__text{padding-right:var(--st-spacing-3,.75rem);padding-top:var(--st-spacing-2,.5rem)}.st-progressIndicator--vertical .st-progressIndicator__text{padding-bottom:var(--st-spacing-3,.75rem)}.st-progressIndicator__label{color:var(--st-component-progressIndicator-text,var(--st-semantic-text-primary));font-size:.875rem;font-weight:600}.st-progressIndicator__description{color:var(--st-component-progressIndicator-descriptionText,var(--st-semantic-text-secondary));font-size:.8125rem}.st-progressIndicator__step--complete .st-progressIndicator__circle{background:var(--st-component-progressIndicator-completeBackground,var(--st-semantic-action-primary));border-color:var(--st-component-progressIndicator-completeBackground,var(--st-semantic-action-primary));color:var(--st-component-progressIndicator-completeIcon,var(--st-semantic-action-primaryText))}.st-progressIndicator__step--complete .st-progressIndicator__connector{background:var(--st-component-progressIndicator-completeConnector,var(--st-semantic-action-primary))}.st-progressIndicator__step--current .st-progressIndicator__circle{border-color:var(--st-component-progressIndicator-currentBorder,var(--st-semantic-action-primary));color:var(--st-component-progressIndicator-currentText,var(--st-semantic-action-primary))}.st-progressIndicator__step--current .st-progressIndicator__label{color:var(--st-component-progressIndicator-currentText,var(--st-semantic-action-primary))}.st-progressIndicator__step--invalid .st-progressIndicator__circle{border-color:var(--st-component-progressIndicator-invalidBorder,var(--st-semantic-feedback-error));color:var(--st-component-progressIndicator-invalidText,var(--st-semantic-feedback-error))}.st-progressIndicator__step--invalid .st-progressIndicator__label{color:var(--st-component-progressIndicator-invalidText,var(--st-semantic-feedback-error))}.st-progressIndicator__step--disabled{opacity:.55}.st-progressIndicator__step--disabled .st-progressIndicator__label,.st-progressIndicator__step--disabled .st-progressIndicator__description{color:var(--st-component-progressIndicator-disabledText,var(--st-semantic-text-muted))}.st-quote{border-left:4px solid var(--st-semantic-action-primary);padding:var(--st-spacing-2,.5rem) 0 var(--st-spacing-2,.5rem) var(--st-spacing-4,1rem);margin:0}.st-quote__text{color:var(--st-semantic-text-primary);margin:0;font-size:1.125rem;line-height:1.6}.st-quote__attribution{color:var(--st-semantic-text-secondary);margin-top:var(--st-spacing-2,.5rem);font-size:.875rem}.st-quote__author{font-weight:600}.st-quote__author+.st-quote__source:before{content:", "}.st-quote__source{font-style:italic}.st-choice{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));cursor:var(--st-cursor-interactive,pointer);grid-template-columns:auto 1fr;align-items:start;gap:.625rem;display:inline-grid}.st-choice__input{accent-color:var(--st-component-selection-checkedBackground,var(--st-semantic-action-primary));cursor:inherit;width:1rem;height:1rem;margin:.125rem 0 0}.st-choice__input:focus-visible{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-choice__input[aria-invalid=true]{accent-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error));outline-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-choice__input:disabled{cursor:var(--st-cursor-disabled,not-allowed);opacity:.55}.st-choice:has(.st-choice__input:disabled){color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:var(--st-cursor-disabled,not-allowed)}.st-choice__content{gap:.25rem;display:grid}.st-choice__label{color:var(--st-component-selection-choiceLabelColor,inherit);font-size:var(--st-component-selection-choiceLabelFontSize,.9375rem);line-height:var(--st-component-selection-choiceRadioLineHeight,var(--st-component-selection-choiceLabelLineHeight,normal));letter-spacing:var(--st-component-selection-choiceLabelLetterSpacing,normal)}.st-choice__help{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));font-size:.8125rem}.st-scatterPlot{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-scatterPlot svg{display:block;overflow:visible}.st-scatterPlot__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-scatterPlot__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-scatterPlot__tick{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-scatterPlot__axisLabel{fill:var(--st-semantic-text-secondary);font-size:.75rem;font-weight:600}.st-scatterPlot__point{cursor:pointer;fill-opacity:.85;transition:fill-opacity .12s,r .12s}.st-scatterPlot__point:hover,.st-scatterPlot__point:focus-visible{fill-opacity:1}.st-scatterPlot__point:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-scatterPlot__point--category1{fill:var(--st-semantic-data-category1)}.st-scatterPlot__point--category2{fill:var(--st-semantic-data-category2)}.st-scatterPlot__point--category3{fill:var(--st-semantic-data-category3)}.st-scatterPlot__point--category4{fill:var(--st-semantic-data-category4)}.st-scatterPlot__point--category5{fill:var(--st-semantic-data-category5)}.st-scatterPlot__point--category6{fill:var(--st-semantic-data-category6)}.st-scatterPlot__point--category7{fill:var(--st-semantic-data-category7)}.st-scatterPlot__point--category8{fill:var(--st-semantic-data-category8)}.st-scatterPlot__centroid{pointer-events:none}.st-scatterPlot__centroidRing{fill:none;stroke:currentColor;stroke-width:2px}.st-scatterPlot__centroidCross{stroke:currentColor;stroke-width:2px;stroke-linecap:round}.st-scatterPlot__centroid--category1{color:var(--st-semantic-data-category1)}.st-scatterPlot__centroid--category2{color:var(--st-semantic-data-category2)}.st-scatterPlot__centroid--category3{color:var(--st-semantic-data-category3)}.st-scatterPlot__centroid--category4{color:var(--st-semantic-data-category4)}.st-scatterPlot__centroid--category5{color:var(--st-semantic-data-category5)}.st-scatterPlot__centroid--category6{color:var(--st-semantic-data-category6)}.st-scatterPlot__centroid--category7{color:var(--st-semantic-data-category7)}.st-scatterPlot__centroid--category8{color:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-scatterPlot__point{transition:none}}.st-scatterPlot__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-scatterPlot__tooltipLabel{font-weight:600}.st-scatterPlot__tooltipValue{opacity:.85}.st-scatterPlot__annotationRegion{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-scatterPlot__annotationLine{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-scatterPlot__annotationShape{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-scatterPlot__annotationPoint{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-scatterPlot__annotationLabel,.st-scatterPlot__annotationText{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-scatterPlot__dataLabel{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-scatterPlot__crosshairLine{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-scatterPlot__crosshairMarker{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:2px}.st-scatterPlot__navLayer{position:absolute;inset:0}.st-scatterPlot__navDatum{fill:#0000;outline:none}.st-scatterPlot__navDatum:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-search{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-shape-radius,.375rem);border-bottom-left-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));padding:var(--st-component-search-paddingBlock,0) var(--st-component-search-paddingInline,0);font-size:var(--st-component-search-fontSize,1rem);line-height:var(--st-component-search-lineHeight,normal);letter-spacing:var(--st-component-search-letterSpacing,normal);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);align-items:center;width:100%;display:inline-flex}.st-search--sm{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-search--md{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-search--lg{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-search:hover:not(:has(input:disabled)){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-search:focus-within{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-search:has([aria-invalid=true]){border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-search__icon{color:var(--st-semantic-text-muted);flex:none;justify-content:center;align-items:center;padding-inline-start:.625rem;display:inline-flex}.st-search__control{color:inherit;font:inherit;background:0 0;border:0;flex:auto;width:100%;min-width:0;padding:0 .5rem}.st-search__control:focus{outline:none}.st-search__control::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-search__control::-webkit-search-cancel-button{appearance:none}.st-search__control:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-search__clear{border-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;height:1.5rem;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;flex:none;justify-content:center;align-items:center;width:1.5rem;margin-inline-end:.25rem;padding:0 .25rem;line-height:1;display:inline-flex}.st-search__clear:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-search__clear:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:1px}.st-search__clear:disabled{cursor:not-allowed}.st-select{appearance:var(--st-component-control-anatomy-field-selectAppearance,auto);-webkit-appearance:var(--st-component-control-anatomy-field-selectAppearance,auto);background:var(--st-component-control-anatomy-field-selectChevron,none), 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-shape-radius,.375rem);border-bottom-left-radius: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-width:0;padding:var(--st-component-control-anatomy-density-md-paddingBlock,0) var(--st-component-control-anatomy-field-selectPaddingRight,2rem) var(--st-component-control-anatomy-density-md-paddingBlock,0) var(--st-component-control-anatomy-density-sm-paddingInline,.75rem);width:100%}.st-select--sm{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-select--md{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-select--lg{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-select: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-select[aria-invalid=true]{border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-sidenav{background:var(--st-component-sideNav-background,var(--st-semantic-surface-default));border-right:1px solid var(--st-component-sideNav-border,var(--st-semantic-border-subtle));padding:var(--st-spacing-3,.75rem);width:var(--st-component-sideNav-width,16rem)}.st-sidenav ul{gap:.25rem;margin:0;padding:0;list-style:none;display:grid}.st-sidenav a{border-radius:var(--st-radius-small,.375rem);color:var(--st-component-sideNav-itemText,var(--st-semantic-text-secondary));padding:.625rem .75rem;text-decoration:none;display:block}.st-sidenav__link--active{background:var(--st-component-sideNav-activeBackground,var(--st-semantic-surface-subtle));color:var(--st-component-sideNav-activeText,var(--st-semantic-text-primary));font-weight:650}.st-skeleton{gap:.5rem;width:100%;display:grid}.st-skeleton__line{background:linear-gradient(90deg, var(--st-semantic-surface-subtle,#eaeef2), var(--st-semantic-border-subtle,#d8dee4), var(--st-semantic-surface-subtle,#eaeef2));background-size:200% 100%;border-radius:.25rem;width:100%;height:.875rem;animation:1.4s ease-in-out infinite st-skeleton-shimmer;display:block}.st-skeleton__line--heading{height:1.25rem}@keyframes st-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.st-skeleton__line{animation:none}}.st-skipLink{background:var(--st-semantic-action-primary);border-radius:var(--st-radius-md,.375rem);color:var(--st-semantic-action-primaryText,#fff);left:var(--st-spacing-2,.5rem);padding:var(--st-spacing-2,.5rem) var(--st-spacing-4,1rem);top:var(--st-spacing-2,.5rem);transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);z-index:var(--st-zindex-modal,100);font-size:.875rem;font-weight:600;text-decoration:none;position:fixed;transform:translateY(-150%)}.st-skipLink:focus,.st-skipLink:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px;transform:translateY(0)}.st-field__label{font-size:.875rem;font-weight:600}.st-slider__header{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.st-slider__value{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums;font-size:.875rem}.st-slider{align-items:center;gap:.75rem;width:100%;display:flex}.st-slider__bounds{color:var(--st-semantic-text-muted);font-variant-numeric:tabular-nums;flex:none;font-size:.75rem}.st-slider__track{background:var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:999px;flex:auto;height:.25rem;position:relative}.st-slider--sm .st-slider__track{height:.1875rem}.st-slider--lg .st-slider__track{height:.375rem}.st-slider__fill{background:var(--st-semantic-action-primary);height:100%;width:var(--st-slider-fill,0%);border-radius:999px;display:block}.st-slider__thumb{background:var(--st-semantic-action-primary);pointer-events:none;border-radius:50%;width:1rem;height:1rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.st-slider--sm .st-slider__thumb{width:.75rem;height:.75rem}.st-slider--lg .st-slider__thumb{width:1.25rem;height:1.25rem}.st-slider__tooltip{background:var(--st-semantic-text-primary);border-radius:var(--st-component-control-radius,.375rem);color:var(--st-semantic-surface-default);opacity:0;pointer-events:none;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease);white-space:nowrap;padding:.25rem .375rem;font-size:.6875rem;font-weight:600;line-height:1;position:absolute;bottom:calc(100% + .375rem);left:50%;transform:translate(-50%)}.st-slider:hover .st-slider__tooltip,.st-slider:focus-within .st-slider__tooltip{opacity:1}.st-slider__input{appearance:none;background:0 0;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.st-slider__input:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:4px}.st-slider__input::-webkit-slider-thumb{appearance:none;cursor:pointer;background:0 0;border:0;width:1.5rem;height:1.5rem}.st-slider__input::-moz-range-thumb{cursor:pointer;background:0 0;border:0;width:1.5rem;height:1.5rem}.st-slider__input:disabled{cursor:not-allowed}:is(.st-slider:has(.st-slider__input:disabled) .st-slider__fill,.st-slider:has(.st-slider__input:disabled) .st-slider__thumb){background:var(--st-semantic-text-muted)}:is(.st-slider:has([aria-invalid=true]) .st-slider__fill,.st-slider:has([aria-invalid=true]) .st-slider__thumb){background:var(--st-semantic-feedback-error)}.st-rangeSlider__header{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.st-rangeSlider__value{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums;font-size:.875rem}.st-rangeSlider{align-items:center;gap:.75rem;width:100%;display:flex}.st-rangeSlider__bounds{color:var(--st-semantic-text-muted);font-variant-numeric:tabular-nums;flex:none;font-size:.75rem}.st-rangeSlider__track{background:var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:999px;flex:auto;height:.25rem;position:relative}.st-rangeSlider--sm .st-rangeSlider__track{height:.1875rem}.st-rangeSlider--lg .st-rangeSlider__track{height:.375rem}.st-rangeSlider__fill{background:var(--st-semantic-action-primary);border-radius:999px;height:100%;display:block;position:absolute;top:0}.st-rangeSlider__thumb{background:var(--st-semantic-action-primary);box-sizing:border-box;cursor:pointer;border-radius:50%;width:1rem;height:1rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.st-rangeSlider--sm .st-rangeSlider__thumb{width:.75rem;height:.75rem}.st-rangeSlider--lg .st-rangeSlider__thumb{width:1.25rem;height:1.25rem}.st-rangeSlider__thumb:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:4px}.st-rangeSlider__tooltip{background:var(--st-semantic-text-primary);border-radius:var(--st-component-control-radius,.375rem);color:var(--st-semantic-surface-default);opacity:0;pointer-events:none;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease);white-space:nowrap;padding:.25rem .375rem;font-size:.6875rem;font-weight:600;line-height:1;position:absolute;bottom:calc(100% + .375rem);left:50%;transform:translate(-50%)}.st-rangeSlider__thumb:hover .st-rangeSlider__tooltip,.st-rangeSlider__thumb:focus-visible .st-rangeSlider__tooltip{opacity:1}.st-rangeSlider--disabled .st-rangeSlider__thumb,.st-rangeSlider--disabled .st-rangeSlider__fill{background:var(--st-semantic-text-muted)}.st-rangeSlider--disabled .st-rangeSlider__thumb{cursor:not-allowed}.st-rangeSlider__track[aria-invalid=true] .st-rangeSlider__fill,.st-rangeSlider__track[aria-invalid=true] .st-rangeSlider__thumb{background:var(--st-semantic-feedback-error)}@media (prefers-reduced-motion:reduce){.st-rangeSlider__tooltip{transition:none}}.st-sparkline{vertical-align:middle;line-height:0;display:inline-flex}.st-sparkline svg{display:block}.st-sparkline--neutral{color:var(--st-component-sparkline-neutralStroke,var(--st-semantic-text-secondary))}.st-sparkline--success{color:var(--st-component-sparkline-successStroke,var(--st-semantic-feedback-success))}.st-sparkline--warning{color:var(--st-component-sparkline-warningStroke,var(--st-semantic-feedback-warning))}.st-sparkline--error{color:var(--st-component-sparkline-errorStroke,var(--st-semantic-feedback-error))}.st-sparkline__line{stroke:currentColor}.st-sparkline__area{fill:currentColor;opacity:.18;stroke:none}.st-stackedBar{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-stackedBar svg{display:block;overflow:visible}.st-stackedBar__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-stackedBar__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-stackedBar__tick,.st-stackedBar__categoryLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-stackedBar__seg{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:1px;transition:opacity .12s}.st-stackedBar__seg--dim{opacity:.45}.st-stackedBar__seg:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-stackedBar__seg--category1{fill:var(--st-semantic-data-category1)}.st-stackedBar__seg--category2{fill:var(--st-semantic-data-category2)}.st-stackedBar__seg--category3{fill:var(--st-semantic-data-category3)}.st-stackedBar__seg--category4{fill:var(--st-semantic-data-category4)}.st-stackedBar__seg--category5{fill:var(--st-semantic-data-category5)}.st-stackedBar__seg--category6{fill:var(--st-semantic-data-category6)}.st-stackedBar__seg--category7{fill:var(--st-semantic-data-category7)}.st-stackedBar__seg--category8{fill:var(--st-semantic-data-category8)}.st-stackedBar__dataLabel{fill:var(--st-semantic-text-inverse);font-size:.6875rem;font-weight:600}.st-stackedBar__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-stackedBar__tooltipLabel{font-weight:600}.st-stackedBar__tooltipValue{opacity:.85}.st-stackedBar__legend{flex-wrap:wrap;gap:.75rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.st-stackedBar__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.st-stackedBar__legendItem--off{opacity:.45}.st-stackedBar__legendButton{border-radius:var(--st-radius-sm,.25rem);color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.35rem;padding:.125rem .25rem;display:inline-flex}.st-stackedBar__legendButton:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px}.st-stackedBar__legendSwatch{border-radius:2px;width:.7rem;height:.7rem}.st-stackedBar__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-stackedBar__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-stackedBar__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-stackedBar__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-stackedBar__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-stackedBar__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-stackedBar__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-stackedBar__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-streamingMessage{position:relative}.st-streamingMessage__text{font-family:var(--st-component-chatMessage-font,var(--st-typography-fontFamilyBody,inherit));white-space:pre-wrap;margin:0}.st-streamingMessage__text--muted{color:var(--st-semantic-text-muted);font-style:italic}.st-streamingMessage__reasoning{background:var(--st-component-chatMessage-reasoningBackground,var(--st-semantic-surface-subtle));border-left:2px solid var(--st-semantic-border-subtle);border-radius:var(--st-component-control-radius,.375rem);margin:0 0 .5rem;padding:.4rem .6rem}.st-streamingMessage__reasoningToggle{color:var(--st-semantic-text-muted);cursor:pointer;font-size:.75rem;font-weight:600}.st-streamingMessage__reasoningText{color:var(--st-semantic-text-secondary);white-space:pre-wrap;margin:.35rem 0 0;font-size:.8125rem;font-style:italic}.st-streamingMessage__meta{color:var(--st-semantic-text-muted);margin:.35rem 0 0;font-size:.75rem}.st-streamingMessage__trail{margin-top:.5rem}.st-streamingMessage__trailToggle{color:var(--st-component-chatMessage-actionText,var(--st-semantic-text-secondary));cursor:pointer;font-size:.75rem}.st-streamingMessage__trailList,.st-streamingMessage__subList{margin:.4rem 0 0 1rem;padding:0}.st-streamingMessage__trailSection{margin-bottom:.45rem}.st-streamingMessage__trailSection strong{color:var(--st-semantic-text-secondary);font-size:.75rem;font-weight:600}.st-streamingMessage__trailSection li{color:var(--st-semantic-text-primary);font-size:.75rem;line-height:1.4;list-style:none}.st-streamingMessage__trailSection li+li{margin-top:.2rem}.st-streamingMessage__trailSection li:before{content:"• ";color:var(--st-semantic-text-muted)}@media (width<=640px){.st-streamingMessage__trail{margin-top:.35rem}}.st-structuredList{color:var(--st-semantic-text-primary);width:100%;margin:0;display:grid}.st-structuredList--bordered{border-block-start:1px solid var(--st-component-structuredList-border,var(--st-semantic-border-subtle))}.st-structuredList__row{align-items:baseline;gap:var(--st-spacing-3,.75rem);grid-template-columns:minmax(8rem,1fr) 2fr;padding:.75rem 0;display:grid}.st-structuredList--bordered .st-structuredList__row{border-block-end:1px solid var(--st-component-structuredList-border,var(--st-semantic-border-subtle))}.st-structuredList__term{color:var(--st-semantic-text-secondary);margin:0;font-weight:600}.st-structuredList__definition{margin:0}.st-switch{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));grid-template-columns:auto 1fr;align-items:center;gap:.75rem;display:inline-grid;position:relative}.st-switch__input{height:var(--st-component-selection-toggleTrackHeight,1.25rem);opacity:0;width:var(--st-component-selection-toggleTrackWidth,2.25rem);margin:0;position:absolute}.st-switch__track{background:var(--st-component-selection-switchTrack,var(--st-semantic-border-strong));border-radius:var(--st-component-selection-toggleTrackRadius,var(--st-radius-pill,999px));height:var(--st-component-selection-toggleTrackHeight,1.25rem);padding:var(--st-component-selection-toggleTrackPadding,.125rem);transition:background var(--st-motion-fast,.12s) var(--st-motion-easing,ease);width:var(--st-component-selection-toggleTrackWidth,2.25rem);align-items:center;display:inline-flex}.st-switch__thumb{background:var(--st-component-selection-switchThumb,var(--st-semantic-surface-default));border-radius:var(--st-radius-pill,999px);height:var(--st-component-selection-toggleThumbSize,1rem);transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);width:var(--st-component-selection-toggleThumbSize,1rem);transform:translate(0)}.st-switch__input:checked+.st-switch__track{background:var(--st-component-selection-switchTrackChecked,var(--st-semantic-action-primary))}.st-switch__input:checked+.st-switch__track .st-switch__thumb{transform:translateX(calc(var(--st-component-selection-toggleTrackWidth,2.25rem) - var(--st-component-selection-toggleThumbSize,1rem) - 2 * var(--st-component-selection-toggleTrackPadding,.125rem)))}.st-switch__input:focus-visible+.st-switch__track{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-switch__content{gap:.25rem;display:grid}.st-switch__label{font-size:.9375rem}.st-switch__help{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));font-size:.8125rem}.st-table-wrap{overflow-x:auto}.st-table{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 caption{color:var(--st-component-dataTable-captionText,var(--st-semantic-text-secondary));text-align:left;padding:.75rem;font-weight:600}.st-table th,.st-table td{border-bottom:1px solid var(--st-component-dataTable-border,var(--st-semantic-border-subtle));text-align:left;vertical-align:top;padding:.75rem}.st-table th{background:var(--st-component-dataTable-headerBackground,var(--st-semantic-surface-subtle));font-size:.875rem;font-weight:650}.st-table tbody tr:hover{background:var(--st-component-dataTable-rowHoverBackground,var(--st-semantic-surface-subtle))}.st-table tbody tr:last-child td{border-bottom:0}.st-table__cell--right{text-align:right}.st-table__cell--center{text-align:center}.st-tabs{color:var(--st-semantic-text-primary);gap:var(--st-spacing-4,1rem);display:grid}.st-tabs__list{border-bottom:1px solid var(--st-component-tabs-border,var(--st-semantic-border-subtle));gap:var(--st-spacing-2,.5rem);display:flex}.st-tabs__tab{background:var(--st-component-tabs-inactiveBackground,transparent);border:0;border-top-width:var(--st-component-tabs-activeBorderTopWidth,0);border-bottom-width:var(--st-component-tabs-activeBorderBottomWidth,var(--st-component-tabs-anatomy-shape-borderWidth,2px));border-top-style:var(--st-component-tabs-anatomy-shape-borderStyle,solid);border-bottom-style:var(--st-component-tabs-anatomy-shape-borderStyle,solid);color:var(--st-component-tabs-inactiveText,var(--st-semantic-text-secondary));cursor:var(--st-cursor-interactive,pointer);font-family:var(--st-component-tabs-anatomy-typography-family,inherit);font-size:var(--st-component-tabs-tabFontSize,inherit);font-weight:var(--st-component-tabs-anatomy-typography-weight,600);line-height:var(--st-component-tabs-tabLineHeight,var(--st-component-tabs-anatomy-typography-lineHeight,1.2));letter-spacing:var(--st-component-tabs-anatomy-typography-letterSpacing,0);text-transform:var(--st-component-tabs-anatomy-typography-textTransform,none);padding:var(--st-component-tabs-tabPaddingBlock,.75rem) var(--st-component-tabs-tabPaddingInline,.25rem);border-top-color:#0000;border-bottom-color:#0000}.st-tabs__tab--active{background:var(--st-component-tabs-activeBackground,transparent);border-top-color:var(--st-component-tabs-indicator,var(--st-semantic-action-primary));border-bottom-color:var(--st-component-tabs-indicator,var(--st-semantic-action-primary));box-shadow:var(--st-component-tabs-activeShadow,none);font-weight:var(--st-component-tabs-activeWeight,var(--st-component-tabs-anatomy-typography-weight,600));color:var(--st-component-tabs-activeText,var(--st-semantic-text-primary))}.st-tabs__tab:focus-visible{outline:var(--st-component-tabs-anatomy-focus-outline,2px solid var(--st-semantic-border-interactive));outline-offset:var(--st-component-tabs-anatomy-focus-offset,2px);box-shadow:var(--st-component-tabs-anatomy-focus-boxShadow,none);border-radius:var(--st-component-tabs-anatomy-shape-radius,0)}.st-tabs__tab:disabled{cursor:var(--st-cursor-disabled,not-allowed);opacity:var(--st-component-tabs-anatomy-states-disabled-opacity,.55)}.st-tabs__panel{background:var(--st-component-tabs-panelBackground,var(--st-semantic-surface-default));line-height:1.5}.st-tag{border-radius:var(--st-component-tag-radius,var(--st-radius-pill,999px));font-weight:var(--st-component-tag-fontWeight,600);letter-spacing:var(--st-component-tag-letterSpacing,normal);line-height:var(--st-component-tag-lineHeight,1);min-height:var(--st-component-tag-minHeight,0);padding:var(--st-component-tag-paddingBlock,.25rem) var(--st-component-tag-paddingInline,.5rem);text-transform:var(--st-component-tag-textTransform,none);align-items:center;gap:.25rem;display:inline-flex}.st-tag--sm{font-size:var(--st-component-tag-fontSize,.6875rem);padding:var(--st-component-tag-paddingBlock,.1875rem) var(--st-component-tag-paddingInline,.5rem)}.st-tag--md{font-size:var(--st-component-tag-fontSize,.75rem);padding:var(--st-component-tag-paddingBlock,.25rem) var(--st-component-tag-paddingInline,.625rem)}.st-tag--neutral{background:var(--st-component-tag-neutralBackground,var(--st-semantic-surface-subtle));color:var(--st-component-tag-neutralText,var(--st-semantic-text-secondary))}.st-tag--success{background:color-mix(in srgb, var(--st-semantic-feedback-success) 14%, white);color:var(--st-semantic-feedback-success)}.st-tag--warning{background:color-mix(in srgb, var(--st-semantic-feedback-warning) 14%, white);color:var(--st-semantic-feedback-warning)}.st-tag--error{background:color-mix(in srgb, var(--st-semantic-feedback-error) 14%, white);color:var(--st-semantic-feedback-error)}.st-tag--info{background:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, white);color:var(--st-semantic-feedback-info)}.st-tag--disabled{opacity:.55}.st-tag__label{align-items:center;display:inline-flex}.st-tag__dismiss{color:inherit;cursor:pointer;font:inherit;height:1.25em;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:1.25em;margin-inline-start:.125rem;padding:0;font-size:1em;line-height:1;display:inline-flex}.st-tag__dismiss:hover:not(:disabled){background:color-mix(in srgb, currentColor 18%, transparent)}.st-tag__dismiss:focus-visible{outline-offset:1px;outline:2px solid}.st-tag__dismiss:disabled{cursor:not-allowed}.st-field{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:var(--st-component-field-gap,.5rem);max-width:var(--st-component-field-maxWidth,28rem);display:grid}.st-field__control{gap:var(--st-component-field-gap,.5rem);display:grid}.st-field__label{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,.st-field__error{font-size:.8125rem;line-height:1.4}.st-field__help{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary))}.st-field__error{color:var(--st-component-field-errorText,var(--st-semantic-feedback-error))}.st-textarea{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-shape-radius,.375rem);border-bottom-left-radius: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-width:0;min-height:6rem;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::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-textarea:hover:not(:disabled){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-textarea: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]{border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-textarea: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{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);padding:var(--st-spacing-4,1rem);text-align:left;width:100%;text-decoration:none;display:block}a.st-tile,button.st-tile{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:hover:not(.st-tile--disabled),.st-tile--selectable:hover:not(.st-tile--disabled){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-tile--clickable:focus-visible,.st-tile--selectable: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{cursor:pointer;align-items:start;gap:var(--st-spacing-2,.5rem);grid-template-columns:auto 1fr;display:grid}.st-tile--selected{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{cursor:not-allowed;opacity:.55}.st-tile__input{accent-color:var(--st-component-control-focusRing,var(--st-semantic-border-interactive));margin:.2rem 0 0}.st-tile__content{gap:.25rem;display:grid}.st-tile__title{font-size:.9375rem;font-weight:600}.st-tile__description{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));font-size:.8125rem}.st-tileGroup{color:var(--st-semantic-text-primary);border:0;min-width:0;margin:0;padding:0}.st-tileGroup__legend{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));margin-block-end:var(--st-spacing-2,.5rem);padding:0;font-weight:600}.st-tileGroup__legend--hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.st-tileGroup__items{gap:var(--st-spacing-2,.5rem);grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));display:grid}.st-tileGroup__tile{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);cursor:pointer;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);grid-template-columns:auto 1fr;gap:.5rem;padding:.875rem 1rem;display:grid}.st-tileGroup__tile:hover:not(.st-tileGroup__tile--disabled){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-tileGroup__tile--checked{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-tileGroup__tile--disabled{cursor:not-allowed;opacity:.55}.st-tileGroup__input{accent-color:var(--st-component-control-focusRing,var(--st-semantic-border-interactive));margin:.25rem 0 0}.st-tileGroup__content{gap:.25rem;display:grid}.st-tileGroup__label{font-size:.9375rem;font-weight:600}.st-tileGroup__description{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));font-size:.8125rem}.st-toast{background:var(--st-component-toast-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-toast-border,var(--st-semantic-border-subtle));box-shadow:var(--st-component-toast-shadow,0 18px 45px #0f172a2e);color:var(--st-component-toast-text,var(--st-semantic-text-primary));gap:var(--st-spacing-4,1rem);padding:var(--st-spacing-4,1rem);width:min(100%,28rem);z-index:var(--st-component-toast-zIndex,60);border-left-width:.25rem;border-radius:0;justify-content:space-between;display:flex}.st-toast--info{border-left-color:var(--st-component-toast-infoBorder,var(--st-semantic-feedback-info))}.st-toast--success{border-left-color:var(--st-component-toast-successBorder,var(--st-semantic-feedback-success))}.st-toast--warning{border-left-color:var(--st-component-toast-warningBorder,var(--st-semantic-feedback-warning))}.st-toast--error{border-left-color:var(--st-component-toast-errorBorder,var(--st-semantic-feedback-error))}.st-toast__content{gap:.25rem;display:grid}.st-toast__title{margin:0;font-size:.9375rem}.st-toast__message{color:var(--st-semantic-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.st-toast__actions{align-items:start;gap:var(--st-spacing-2,.5rem);display:flex}.st-toggle{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:.375rem;display:inline-grid}.st-toggle__label{font-size:.875rem;font-weight:600}.st-toggle__row{align-items:center;gap:.625rem;display:inline-flex;position:relative}.st-toggle__input{height:var(--st-toggle-trackHeight,1.25rem);opacity:0;width:var(--st-toggle-trackWidth,2.25rem);margin:0;position:absolute}.st-toggle__track{background:var(--st-component-selection-switchTrack,var(--st-semantic-border-strong));border-radius:var(--st-component-selection-toggleTrackRadius,var(--st-radius-pill,999px));color:var(--st-component-selection-toggleTextColor,var(--st-semantic-text-primary));font-size:var(--st-component-selection-toggleFontSize,inherit);height:var(--st-toggle-trackHeight,1.25rem);letter-spacing:var(--st-component-selection-toggleLetterSpacing,normal);line-height:var(--st-component-selection-toggleLineHeight,normal);padding:var(--st-component-selection-toggleTrackPadding,.125rem);transition:background var(--st-motion-fast,.12s) var(--st-motion-easing,ease);width:var(--st-toggle-trackWidth,2.25rem);flex:none;align-items:center;display:inline-flex}.st-toggle__thumb{background:var(--st-component-selection-switchThumb,var(--st-semantic-surface-default));border-radius:var(--st-radius-pill,999px);height:var(--st-toggle-thumbSize,1rem);transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);width:var(--st-toggle-thumbSize,1rem);transform:translate(0)}.st-toggle__input:checked+.st-toggle__track{background:var(--st-component-selection-switchTrackChecked,var(--st-semantic-action-primary))}.st-toggle__input:checked+.st-toggle__track .st-toggle__thumb{transform:translateX(calc(var(--st-toggle-trackWidth,2.25rem) - var(--st-toggle-thumbSize,1rem) - 2 * var(--st-component-selection-toggleTrackPadding,.125rem)))}.st-toggle__input:focus-visible+.st-toggle__track{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-toggle__input:disabled+.st-toggle__track{cursor:not-allowed;opacity:.55}.st-toggle__state{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums;font-size:.8125rem}.st-toggle__help{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));font-size:.8125rem}.st-toggle--sm{--st-toggle-trackHeight:1rem;--st-toggle-trackWidth:1.875rem;--st-toggle-thumbSize:.75rem}.st-toggle--md{--st-toggle-trackHeight:var(--st-component-selection-toggleTrackHeight,1.25rem);--st-toggle-trackWidth:var(--st-component-selection-toggleTrackWidth,2.25rem);--st-toggle-thumbSize:var(--st-component-selection-toggleThumbSize,1rem)}.st-toggletip{align-items:center;gap:.25rem;display:inline-flex;position:relative}.st-toggletip__trigger{background:var(--st-component-selection-switchTrack,var(--st-semantic-border-subtle));color:var(--st-semantic-text-primary);cursor:pointer;font:inherit;border:0;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;padding:0;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.st-toggletip__trigger:hover{background:var(--st-semantic-border-strong)}.st-toggletip__trigger:focus-visible{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-toggletip__bubble{background:var(--st-semantic-surface-default);border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-md,.5rem);box-shadow:var(--st-shadow-sm,0 4px 12px #00000014);color:var(--st-semantic-text-primary);min-width:8rem;max-width:16rem;z-index:var(--st-zindex-overlay,50);gap:.25rem;padding:.5rem .625rem;font-size:.8125rem;line-height:1.4;display:grid;position:absolute}.st-toggletip--top .st-toggletip__bubble{bottom:calc(100% + .375rem);left:50%;transform:translate(-50%)}.st-toggletip--bottom .st-toggletip__bubble{top:calc(100% + .375rem);left:50%;transform:translate(-50%)}.st-toggletip--start .st-toggletip__bubble{top:50%;right:calc(100% + .375rem);transform:translateY(-50%)}.st-toggletip--end .st-toggletip__bubble{top:50%;left:calc(100% + .375rem);transform:translateY(-50%)}.st-toggletip__label{color:var(--st-semantic-text-secondary);text-transform:uppercase;font-size:.6875rem;font-weight:600}.st-tooltip{display:inline-flex;position:relative}.st-tooltip__trigger{display:inline-flex}.st-tooltip__content{background:var(--st-component-tooltip-background,var(--st-semantic-surface-inverse));border-radius:var(--st-component-tooltip-radius,.375rem);box-shadow:var(--st-component-tooltip-shadow,0 8px 24px #0f172a1f);color:var(--st-component-tooltip-text,var(--st-semantic-text-inverse));opacity:0;pointer-events:none;max-width:16rem;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease);width:max-content;z-index:var(--st-component-tooltip-zIndex,80);padding:.375rem .5rem;font-size:.8125rem;line-height:1.4;position:absolute}.st-tooltip--top .st-tooltip__content{bottom:calc(100% + .5rem);left:50%;transform:translate(-50%)}.st-tooltip--bottom .st-tooltip__content{top:calc(100% + .5rem);left:50%;transform:translate(-50%)}.st-tooltip:hover .st-tooltip__content,.st-tooltip:focus-within .st-tooltip__content{opacity:1}.st-treeView{color:var(--st-semantic-text-primary);padding:var(--st-spacing-1,.25rem);margin:0;list-style:none}.st-treeView__row{border-radius:var(--st-radius-md,.375rem);cursor:pointer;align-items:center;gap:var(--st-spacing-1,.25rem);padding-block:.3rem;padding-inline-end:.5rem;display:flex}.st-treeView__row:hover:not(.st-treeView__row--disabled){background:var(--st-semantic-surface-subtle)}.st-treeView__row:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:-2px}.st-treeView__row--selected{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-action-primary);font-weight:600}.st-treeView__row--disabled{cursor:not-allowed;opacity:.55}.st-treeView__caret{flex:none;width:.85rem;height:.85rem;position:relative}.st-treeView__caret:not(.st-treeView__caret--leaf):before{content:"";transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;inset-block-start:.32rem;inset-inline-start:.1rem;transform:rotate(-90deg)}.st-treeView__caret--open:before{transform:rotate(0)}.st-treeView__label{font-size:.9rem;line-height:1.3}.st-unorderedList{color:var(--st-semantic-text-primary);gap:var(--st-spacing-1,.25rem);margin:0;padding:0;list-style:none;display:grid}.st-unorderedList--nested{gap:var(--st-spacing-1,.25rem);margin-block-start:var(--st-spacing-1,.25rem);margin-inline-start:var(--st-spacing-4,1rem)}.st-unorderedList__item{padding-inline-start:var(--st-spacing-4,1rem);line-height:1.5;position:relative}.st-unorderedList__item:before{content:"";height:.3125rem;opacity:.65;background:currentColor;border-radius:50%;width:.3125rem;display:block;position:absolute;inset-block-start:.5625rem;inset-inline-start:var(--st-spacing-1,.25rem)}.st-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.st-sideNav{gap:var(--st-spacing-1,.25rem);display:grid}.st-sideNav__link{color:var(--st-component-sideNav-itemText,var(--st-semantic-text-secondary));text-decoration:none}.st-sideNav__link--active{background:var(--st-component-sideNav-activeBackground,var(--st-semantic-surface-subtle));color:var(--st-component-sideNav-activeText,var(--st-semantic-text-primary))}.st-contentSwitcher__button{border:0}.st-search__input{width:100%}.st-fileUploader__name{font-weight:600}.st-backToTop{background:var(--st-component-control-background,var(--st-semantic-surface-contrast,#0f172a));border:1px solid var(--st-component-control-border,#334155);bottom:var(--st-spacing-4,1rem);color:var(--st-semantic-text-inverse);cursor:var(--st-cursor-interactive,pointer);opacity:0;pointer-events:none;right:var(--st-spacing-4,1rem);transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease), transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);z-index:var(--st-zindex-toast,70);border-radius:999px;align-items:center;gap:.5rem;padding:.6rem .8rem;display:inline-flex;position:fixed;transform:translateY(.75rem)}.st-backToTop:not([aria-hidden=true]){opacity:1;pointer-events:auto;transform:translateY(0)}.st-backToTop:hover:not(:disabled),.st-backToTop:focus-visible{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle));box-shadow:0 0 0 2px var(--st-component-control-focusRing,#38bdf8);outline:none}.st-backToTop:focus-visible{outline:2px solid var(--st-component-control-focusRing,#38bdf8);outline-offset:2px}.st-backToTop__label{font-size:.8125rem;font-weight:600;line-height:1.2}.st-backToTop__icon{align-items:center;display:inline-flex}@media (width<=38rem){.st-backToTop__label{display:none}}@media (prefers-reduced-motion:reduce){.st-backToTop{transition:none}}.st-mediaContent{border:1px solid var(--st-semantic-border-subtle);border-radius:.5rem;margin:0;overflow:hidden}.st-mediaContent__media{aspect-ratio:var(--st-mediaContent-ratio);background:var(--st-semantic-surface-subtle);overflow:hidden}.st-mediaContent__media>img,.st-mediaContent__media>video{object-fit:cover;block-size:100%;inline-size:100%;display:block}.st-mediaContent__caption{background:var(--st-semantic-surface-primary);color:var(--st-semantic-text-primary);padding:.6rem .75rem;font-size:.875rem}.st-mediaContent__title{color:var(--st-semantic-text-primary);margin:0;font-weight:600}.st-mediaContent__caption p{margin:.25rem 0 0}.st-mediaContent__byline{color:var(--st-semantic-text-secondary)}.st-tableOfContents{border:1px solid var(--st-semantic-border-subtle);border-radius:.5rem;padding:.75rem .875rem}.st-tableOfContents__title{color:var(--st-semantic-text-primary);text-transform:uppercase;margin-bottom:.5rem;font-size:.8125rem;font-weight:600}.st-tableOfContents__list{margin:0;padding-left:0;list-style:none}.st-tableOfContents__item{padding-inline-start:calc(var(--st-tableOfContents-level) * var(--st-spacing-4,1rem))}.st-tableOfContents__item+.st-tableOfContents__item{margin-top:.125rem}.st-tableOfContents__link{color:var(--st-semantic-text-secondary);padding:.25rem 0;text-decoration:none;display:inline-block}.st-tableOfContents__link:hover,.st-tableOfContents__link:focus-visible{color:var(--st-semantic-text-primary);text-underline-offset:.15em;background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle));text-decoration:underline}.st-tableOfContents__link[aria-current=location]{color:var(--st-semantic-text-primary);font-weight:600}.st-notification{background:var(--st-component-notification-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-notification-border,var(--st-semantic-border-subtle));border-left-width:var(--st-component-notification-accentWidth,.25rem);border-left-style:solid;border-left-color:var(--st-component-notification-accent,var(--st-semantic-feedback-info));color:var(--st-component-notification-text,var(--st-semantic-text-primary));gap:var(--st-spacing-4,1rem);padding:var(--st-spacing-4,1rem);border-radius:0;justify-content:space-between;width:min(100%,32rem);display:flex}.st-notification--info{--st-component-notification-accent:var(--st-component-notification-infoAccent,var(--st-semantic-feedback-info))}.st-notification--success{--st-component-notification-accent:var(--st-component-notification-successAccent,var(--st-semantic-feedback-success))}.st-notification--warning{--st-component-notification-accent:var(--st-component-notification-warningAccent,var(--st-semantic-feedback-warning))}.st-notification--error{--st-component-notification-accent:var(--st-component-notification-errorAccent,var(--st-semantic-feedback-error))}.st-notification__content{flex:1;gap:.25rem;min-width:0;display:grid}.st-notification__title{margin:0;font-size:.9375rem}.st-notification__message{color:var(--st-semantic-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.st-notification__meta{flex-shrink:0;align-items:start;gap:.5rem;display:flex}.st-notification__actions{align-items:start;gap:var(--st-spacing-2,.5rem);display:flex}.st-notification__close{border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-border-radius-full,999px);color:var(--st-semantic-text-secondary);cursor:var(--st-cursor-interactive,pointer);background:0 0;justify-content:center;align-items:center;width:1.75rem;min-width:1.75rem;height:1.75rem;padding:0;font-size:.875rem;display:inline-flex}.st-notification__close:hover{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-transcription{border:1px solid var(--st-semantic-border-subtle);border-radius:.5rem;padding:.75rem 1rem}.st-transcription summary{color:var(--st-semantic-text-primary);cursor:var(--st-cursor-interactive,pointer);font-weight:600;list-style:none}.st-transcription summary::marker{color:var(--st-semantic-text-secondary)}.st-transcription__content{margin-top:.75rem}.st-transcription__list{margin:0;padding-left:1rem}.st-transcription__item+.st-transcription__item{margin-top:.625rem}.st-transcription__meta{color:var(--st-semantic-text-secondary);margin:0;font-size:.8125rem}.st-transcription__speaker{font-weight:600}.st-transcription__text{color:var(--st-semantic-text-primary);margin:.2rem 0 0}.st-transcription__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.st-displaySettings{border:1px solid var(--st-semantic-border-subtle);border-radius:.5rem;padding:.75rem .875rem}.st-displaySettings__title{color:var(--st-semantic-text-primary);text-transform:uppercase;margin:0;font-size:.8125rem;font-weight:600}.st-displaySettings__grid{gap:.75rem;margin-top:.75rem;display:grid}.st-displaySettings__field{color:var(--st-semantic-text-secondary);gap:.35rem;font-size:.875rem;display:grid}.st-displaySettings__label{font-weight:600}.st-displaySettings select,.st-displaySettings input[type=checkbox]{appearance:auto;border:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));width:100%;color:var(--st-semantic-text-primary);background:var(--st-component-control-background,var(--st-semantic-surface-primary));font:inherit;border-radius:.375rem;padding:.5rem .65rem}.st-displaySettings input[type=checkbox]{width:fit-content;min-width:1.2rem;min-height:1.2rem;margin:0}.st-displaySettings__field--switch{grid-template-columns:1fr auto;align-items:center;gap:.5rem}.st-flex{box-sizing:border-box;min-width:0}.st-container{box-sizing:border-box;inline-size:100%;margin-inline:auto}.st-container--sm{max-inline-size:var(--st-container-sm,40rem)}.st-container--md{max-inline-size:var(--st-container-md,48rem)}.st-container--lg{max-inline-size:var(--st-container-lg,64rem)}.st-container--xl{max-inline-size:var(--st-container-xl,80rem)}.st-container--full{max-inline-size:none}.st-container--padded{padding-inline:var(--st-spacing-4,1rem)}.st-row{box-sizing:border-box;inline-size:100%;flex-direction:row;min-width:0;display:flex}.st-col{box-sizing:border-box;flex-shrink:1;min-width:0}.st-col--auto{flex-basis:auto}@media (width>=640px){.st-col--has-sm{flex-basis:var(--st-col-sm);max-inline-size:var(--st-col-sm);flex-grow:0}}@media (width>=768px){.st-col--has-md{flex-basis:var(--st-col-md);max-inline-size:var(--st-col-md);flex-grow:0}}@media (width>=1024px){.st-col--has-lg{flex-basis:var(--st-col-lg);max-inline-size:var(--st-col-lg);flex-grow:0}}.st-hidden{display:contents}@media (width<=639.98px){.st-hidden--below-sm{display:none!important}}@media (width<=767.98px){.st-hidden--below-md{display:none!important}}@media (width<=1023.98px){.st-hidden--below-lg{display:none!important}}@media (width<=1279.98px){.st-hidden--below-xl{display:none!important}}@media (width>=640px){.st-hidden--above-sm{display:none!important}}@media (width>=768px){.st-hidden--above-md{display:none!important}}@media (width>=1024px){.st-hidden--above-lg{display:none!important}}@media (width>=1280px){.st-hidden--above-xl{display:none!important}}.st-divider{box-sizing:border-box;color:var(--st-semantic-border-subtle,#e2e8f0);border:0}.st-divider--horizontal:not(.st-divider--labeled){border-block-start:1px solid;block-size:0;inline-size:100%}.st-divider--vertical{border-inline-start:1px solid;align-self:stretch;min-block-size:1em;inline-size:0;display:inline-block}.st-divider--dashed.st-divider--horizontal:not(.st-divider--labeled){border-block-start-style:dashed}.st-divider--dashed.st-divider--vertical{border-inline-start-style:dashed}.st-divider--labeled{align-items:center;gap:var(--st-spacing-3,.75rem);inline-size:100%;display:flex}.st-divider__line{border-block-start:1px solid;flex:1 1 0;block-size:0}.st-divider--dashed .st-divider__line{border-block-start-style:dashed}.st-divider__label{color:var(--st-semantic-text-secondary,inherit);font-size:var(--st-font-size-sm,.875rem);white-space:nowrap;flex:none;line-height:1}.st-avatar{-webkit-user-select:none;user-select:none;vertical-align:middle;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.st-avatar--circle{border-radius:50%}.st-avatar--square{border-radius:var(--st-radius-sm,.375rem)}.st-avatar--sm{width:1.5rem;height:1.5rem;font-size:.6875rem}.st-avatar--md{width:2rem;height:2rem;font-size:.8125rem}.st-avatar--lg{width:2.5rem;height:2.5rem;font-size:1rem}.st-avatar--xl{width:3.5rem;height:3.5rem;font-size:1.25rem}.st-avatar__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.st-avatar__initials{letter-spacing:.01em;font-weight:700;line-height:1}.st-avatar--category1{background:color-mix(in srgb, var(--st-semantic-data-category1) 16%, white);color:var(--st-semantic-data-category1)}.st-avatar--category2{background:color-mix(in srgb, var(--st-semantic-data-category2) 16%, white);color:var(--st-semantic-data-category2)}.st-avatar--category3{background:color-mix(in srgb, var(--st-semantic-data-category3) 16%, white);color:var(--st-semantic-data-category3)}.st-avatar--category4{background:color-mix(in srgb, var(--st-semantic-data-category4) 16%, white);color:var(--st-semantic-data-category4)}.st-avatar--category5{background:color-mix(in srgb, var(--st-semantic-data-category5) 16%, white);color:var(--st-semantic-data-category5)}.st-avatar--category6{background:color-mix(in srgb, var(--st-semantic-data-category6) 16%, white);color:var(--st-semantic-data-category6)}.st-avatar--category7{background:color-mix(in srgb, var(--st-semantic-data-category7) 16%, white);color:var(--st-semantic-data-category7)}.st-avatar--category8{background:color-mix(in srgb, var(--st-semantic-data-category8) 16%, white);color:var(--st-semantic-data-category8)}.st-avatar--image{background:var(--st-semantic-surface-subtle,#eef2f7)}.st-avatarGroup{flex-direction:row;align-items:center;display:inline-flex}.st-avatarGroup>*{box-shadow:0 0 0 2px var(--st-semantic-surface-default,#fff);position:relative}.st-avatarGroup>*+*{margin-inline-start:-.5rem}.st-avatarGroup--sm>*+*{margin-inline-start:-.375rem}.st-avatarGroup--lg>*+*{margin-inline-start:-.625rem}.st-avatarGroup--xl>*+*{margin-inline-start:-.875rem}.st-avatarGroup__overflow{background:var(--st-semantic-surface-subtle,#eef2f7);box-shadow:0 0 0 2px var(--st-semantic-surface-default,#fff);color:var(--st-semantic-text-secondary,#64748b);-webkit-user-select:none;user-select:none;border-radius:50%;flex:none;justify-content:center;align-items:center;margin-inline-start:-.5rem;font-weight:700;display:inline-flex;position:relative}.st-avatarGroup--sm .st-avatarGroup__overflow{width:1.5rem;height:1.5rem;margin-inline-start:-.375rem;font-size:.6875rem}.st-avatarGroup--md .st-avatarGroup__overflow{width:2rem;height:2rem;font-size:.75rem}.st-avatarGroup--lg .st-avatarGroup__overflow{width:2.5rem;height:2.5rem;margin-inline-start:-.625rem;font-size:.875rem}.st-avatarGroup--xl .st-avatarGroup__overflow{width:3.5rem;height:3.5rem;margin-inline-start:-.875rem;font-size:1.125rem}.st-buttonGroup{align-items:stretch;display:inline-flex}.st-buttonGroup--horizontal{flex-direction:row}.st-buttonGroup--vertical{flex-direction:column}.st-buttonGroup:not(.st-buttonGroup--attached){gap:var(--st-spacing-2,.5rem)}.st-buttonGroup--attached{gap:0}.st-buttonGroup--attached.st-buttonGroup--horizontal>*+*{margin-inline-start:-1px}.st-buttonGroup--attached.st-buttonGroup--vertical>*+*{margin-block-start:-1px}.st-buttonGroup--attached.st-buttonGroup--horizontal>:not(:first-child):not(:last-child){border-radius:0}.st-buttonGroup--attached.st-buttonGroup--horizontal>:first-child{border-start-end-radius:0;border-end-end-radius:0}.st-buttonGroup--attached.st-buttonGroup--horizontal>:last-child{border-start-start-radius:0;border-end-start-radius:0}.st-buttonGroup--attached.st-buttonGroup--vertical>:not(:first-child):not(:last-child){border-radius:0}.st-buttonGroup--attached.st-buttonGroup--vertical>:first-child{border-end-end-radius:0;border-end-start-radius:0}.st-buttonGroup--attached.st-buttonGroup--vertical>:last-child{border-start-start-radius:0;border-start-end-radius:0}.st-buttonGroup--attached>:hover,.st-buttonGroup--attached>:focus-visible{z-index:1}.st-checkboxGroup{border:0;min-width:0;margin:0;padding:0}.st-checkboxGroup__legend{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));padding:0;font-size:.9375rem;font-weight:650;line-height:1.3}.st-checkboxGroup__help{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));margin:.25rem 0 0;font-size:.8125rem}.st-checkboxGroup__options{gap:var(--st-spacing-3,.75rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-checkboxGroup--vertical .st-checkboxGroup__options{flex-direction:column}.st-checkboxGroup--horizontal .st-checkboxGroup__options{flex-flow:wrap}.st-radioGroup{border:0;min-width:0;margin:0;padding:0}.st-radioGroup__legend{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));padding:0;font-size:.9375rem;font-weight:650;line-height:1.3}.st-radioGroup__help{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));margin:.25rem 0 0;font-size:.8125rem}.st-radioGroup__options{gap:var(--st-spacing-3,.75rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-radioGroup--vertical .st-radioGroup__options{flex-direction:column}.st-radioGroup--horizontal .st-radioGroup__options{flex-flow:wrap}.st-typography{color:var(--st-semantic-text-primary);margin:0}.st-typography--display{letter-spacing:-.02em;font-size:2.75rem;font-weight:700;line-height:1.1}.st-typography--h1{letter-spacing:-.015em;font-size:2rem;font-weight:700;line-height:1.15}.st-typography--h2{letter-spacing:-.01em;font-size:1.625rem;font-weight:700;line-height:1.2}.st-typography--h3{letter-spacing:-.01em;font-size:1.375rem;font-weight:650;line-height:1.25}.st-typography--h4{font-size:1.125rem;font-weight:650;line-height:1.3}.st-typography--h5{font-size:1rem;font-weight:650;line-height:1.35}.st-typography--h6{font-size:.875rem;font-weight:650;line-height:1.4}.st-typography--body{font-size:1rem;font-weight:400;line-height:1.55}.st-typography--body-sm{font-size:.875rem;font-weight:400;line-height:1.5}.st-typography--caption{color:var(--st-semantic-text-secondary);font-size:.8125rem;font-weight:400;line-height:1.4}.st-typography--overline{color:var(--st-semantic-text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:650;line-height:1.3}.st-typography--weight-regular{font-weight:400}.st-typography--weight-medium{font-weight:500}.st-typography--weight-semibold{font-weight:650}.st-typography--weight-bold{font-weight:700}.st-typography--tone-primary{color:var(--st-semantic-text-primary)}.st-typography--tone-secondary{color:var(--st-semantic-text-secondary)}.st-typography--tone-muted{color:var(--st-semantic-text-muted)}.st-typography--tone-inverse{color:var(--st-semantic-text-inverse)}.st-typography--tone-link{color:var(--st-semantic-text-link,var(--st-semantic-action-primary))}.st-typography--align-start{text-align:start}.st-typography--align-center{text-align:center}.st-typography--align-end{text-align:end}.st-typography--align-justify{text-align:justify}.st-typography--truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.st-collapsible{color:var(--st-semantic-text-primary);width:100%}.st-collapsible__trigger{color:var(--st-component-accordion-text,inherit);cursor:pointer;font:inherit;font-size:var(--st-component-accordion-fontSize,.9375rem);font-weight:var(--st-component-accordion-fontWeight,650);line-height:var(--st-component-accordion-lineHeight,1.3);padding:var(--st-component-accordion-paddingBlock,.625rem) var(--st-component-accordion-paddingInline,.25rem);text-align:start;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.st-collapsible__trigger:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-collapsible__trigger:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-collapsible__trigger:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed}.st-collapsible__title{flex:auto}.st-collapsible__trailing{flex:none;align-items:center;display:inline-flex}.st-collapsible__icon{color:var(--st-semantic-text-secondary);height:1.25rem;transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);flex:none;justify-content:center;align-items:center;width:1.25rem;display:inline-flex}.st-collapsible--open .st-collapsible__icon{transform:rotate(180deg)}.st-collapsible__region{color:var(--st-semantic-text-secondary);padding:0 .25rem .625rem;line-height:1.5}.st-stepper{color:var(--st-semantic-text-primary);margin:0;padding:0;list-style:none;display:flex}.st-stepper--horizontal{flex-direction:row;align-items:flex-start}.st-stepper--vertical{flex-direction:column}.st-stepper__step{gap:var(--st-spacing-2,.5rem);flex:1 1 0;min-width:0;display:flex;position:relative}.st-stepper--horizontal .st-stepper__step{flex-direction:column;align-items:flex-start}.st-stepper--vertical .st-stepper__step{flex-direction:row;flex:none;align-items:flex-start}.st-stepper__indicator{flex:none;justify-content:center;align-items:center;display:flex;position:relative}.st-stepper--horizontal .st-stepper__indicator{flex-direction:row;width:100%}.st-stepper--vertical .st-stepper__indicator{flex-direction:column;min-height:3rem}.st-stepper__circle{background:var(--st-semantic-surface-default);border:1.5px solid var(--st-semantic-border-strong);color:var(--st-semantic-text-secondary);z-index:1;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.st-stepper__circle--button{cursor:pointer;font:inherit;transition:background var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);padding:0;font-size:.75rem;font-weight:600}.st-stepper__circle--button:hover{border-color:var(--st-semantic-action-primary)}.st-stepper__circle--button:focus-visible{outline:2px solid var(--st-semantic-border-interactive,var(--st-semantic-action-primary));outline-offset:2px}.st-stepper__index{line-height:1}.st-stepper__connector{background:var(--st-semantic-border-subtle);flex:auto}.st-stepper--horizontal .st-stepper__connector{height:2px;margin-top:calc(.75rem - 1px)}.st-stepper--vertical .st-stepper__connector{width:2px;min-height:1.5rem;margin-left:calc(.75rem - 1px)}.st-stepper__text{gap:.125rem;min-width:0;display:grid}.st-stepper--horizontal .st-stepper__text{padding-right:var(--st-spacing-3,.75rem);padding-top:var(--st-spacing-2,.5rem)}.st-stepper--vertical .st-stepper__text{padding-bottom:var(--st-spacing-3,.75rem)}.st-stepper__label{color:var(--st-semantic-text-primary);font-size:.875rem;font-weight:600}.st-stepper__description{color:var(--st-semantic-text-secondary);font-size:.8125rem}.st-stepper__step--complete .st-stepper__circle{background:var(--st-semantic-action-primary);border-color:var(--st-semantic-action-primary);color:var(--st-semantic-action-primaryText)}.st-stepper__step--complete .st-stepper__connector{background:var(--st-semantic-action-primary)}.st-stepper__step--current .st-stepper__circle{border-color:var(--st-semantic-action-primary);color:var(--st-semantic-action-primary)}.st-stepper__step--current .st-stepper__label{color:var(--st-semantic-action-primary)}.st-rating{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);display:inline-flex}.st-rating__star{border-radius:var(--st-component-control-radius,.375rem);color:var(--st-semantic-text-muted);cursor:pointer;padding:var(--st-spacing-1,.25rem);background:0 0;border:0;justify-content:center;align-items:center;line-height:0;display:inline-flex}.st-rating__star--full,.st-rating__star--half,.st-rating__star:hover:not(:disabled){color:var(--st-semantic-feedback-warning,var(--st-semantic-action-primary))}.st-rating__star:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}.st-rating__star:disabled,.st-rating--readonly .st-rating__star{cursor:default}.st-timepicker{background:var(--st-component-control-background,var(--st-semantic-surface-default));border: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-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));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);align-items:stretch;width:100%;display:inline-flex;overflow:hidden}.st-timepicker--sm{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-timepicker--md{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-timepicker--lg{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-timepicker:hover:not(:has(input:disabled)){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-timepicker:focus-within{border-color:var(--st-component-control-focusRing,var(--st-semantic-border-interactive));box-shadow:var(--st-component-control-anatomy-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-timepicker__control{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;flex:auto;width:100%;min-width:0;padding:0 .75rem}.st-timepicker__control:focus{outline:none}.st-timepicker__control::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-timepicker__control:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-timepicker__trigger{border:0;border-left:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));color:var(--st-semantic-text-secondary);cursor:pointer;background:0 0;flex:none;justify-content:center;align-items:center;min-width:2.25rem;padding:0 .5rem;display:inline-flex}.st-timepicker__trigger:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-timepicker__trigger:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-timepicker__trigger:disabled{cursor:not-allowed}.st-timepicker__list{background:var(--st-component-popover-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-popover-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-popover-radius,.5rem);box-shadow:var(--st-component-popover-shadow,0 18px 45px #0f172a2e);margin:var(--st-spacing-1,.25rem) 0 0;max-height:14rem;padding:var(--st-spacing-1,.25rem);width:100%;z-index:var(--st-component-popover-zIndex,80);list-style:none;position:absolute;top:100%;overflow-y:auto}.st-timepicker__option{border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;font:inherit;padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:left;background:0 0;border:0;width:100%;display:block}.st-timepicker__option:hover{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-timepicker__option:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-timepicker__option--selected{background:var(--st-component-dropdown-selectedBackground,var(--st-semantic-action-primary));color:var(--st-component-dropdown-selectedText,var(--st-semantic-action-primaryText))}.st-calendar{background:var(--st-component-popover-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-popover-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-popover-radius,.5rem);color:var(--st-component-popover-text,var(--st-semantic-text-primary));gap:var(--st-spacing-3,.75rem);min-width:18rem;padding:var(--st-spacing-3,.75rem);display:inline-grid}.st-calendar__nav{align-items:center;gap:var(--st-spacing-2,.5rem);grid-template-columns:auto 1fr auto;display:grid}.st-calendar__navBtn{border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:.25rem .5rem;line-height:0;display:inline-flex}.st-calendar__navBtn:hover{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-calendar__navBtn:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}.st-calendar__monthLabel{text-align:center;text-transform:capitalize;font-weight:600}.st-calendar__grid{gap:var(--st-spacing-1,.25rem);display:grid}.st-calendar__weekdays{grid-template-columns:repeat(7,minmax(2rem,1fr));gap:2px;display:grid}.st-calendar__days{gap:2px;display:grid}.st-calendar__week{grid-template-columns:repeat(7,minmax(2rem,1fr));gap:2px;display:grid}.st-calendar__weekday{color:var(--st-semantic-text-secondary);text-align:center;text-transform:capitalize;padding:.25rem 0;font-size:.75rem;font-weight:600}.st-calendar__day{aspect-ratio:1;border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;font:inherit;text-align:center;background:0 0;border:0;min-width:0;padding:0;font-size:.875rem;line-height:1}.st-calendar__day:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-calendar__day:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-calendar__day--outside{color:var(--st-semantic-text-muted)}.st-calendar__day--today{box-shadow:inset 0 0 0 1px var(--st-semantic-border-interactive);font-weight:700}.st-calendar__day--inRange{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-calendar__day--selected{background:var(--st-component-dropdown-selectedBackground,var(--st-semantic-action-primary));color:var(--st-component-dropdown-selectedText,var(--st-semantic-action-primaryText))}.st-calendar__day--selected:hover:not(:disabled){background:var(--st-semantic-action-primaryHover,var(--st-component-dropdown-selectedBackground,var(--st-semantic-action-primary)));color:var(--st-component-dropdown-selectedText,var(--st-semantic-action-primaryText))}.st-calendar__day:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed;opacity:.5}.st-slideIndicator{align-items:center;gap:var(--st-spacing-2,.5rem);display:inline-flex}.st-slideIndicator__dot{background:var(--st-semantic-border-strong,var(--st-semantic-text-muted));cursor:pointer;opacity:.5;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);border:0;padding:0}.st-slideIndicator__dot:hover{opacity:.8}.st-slideIndicator__dot:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}.st-slideIndicator__dot--current{background:var(--st-semantic-action-primary);opacity:1}.st-slideIndicator--dots .st-slideIndicator__dot{border-radius:50%}.st-slideIndicator--dots.st-slideIndicator--sm .st-slideIndicator__dot{width:.375rem;height:.375rem}.st-slideIndicator--dots.st-slideIndicator--md .st-slideIndicator__dot{width:.5rem;height:.5rem}.st-slideIndicator--dots.st-slideIndicator--lg .st-slideIndicator__dot{width:.75rem;height:.75rem}.st-slideIndicator--bars .st-slideIndicator__dot{border-radius:999px}.st-slideIndicator--bars.st-slideIndicator--sm .st-slideIndicator__dot{width:.75rem;height:.25rem}.st-slideIndicator--bars.st-slideIndicator--md .st-slideIndicator__dot{width:1rem;height:.3125rem}.st-slideIndicator--bars.st-slideIndicator--lg .st-slideIndicator__dot{width:1.25rem;height:.375rem}.st-slideIndicator--bars .st-slideIndicator__dot--current{width:1.75rem}.st-slideIndicator--bars.st-slideIndicator--lg .st-slideIndicator__dot--current{width:2.25rem}.st-autosave{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-2,.5rem);font-size:.875rem;display:inline-flex}.st-autosave__icon{justify-content:center;align-items:center;line-height:0;display:inline-flex}.st-autosave__spinner{justify-content:center;align-items:center;line-height:0;animation:.9s linear infinite st-autosave-spin;display:inline-flex}.st-autosave--saving .st-autosave__icon{color:var(--st-semantic-action-primary)}.st-autosave--saved{color:var(--st-semantic-feedback-success)}.st-autosave--error{color:var(--st-semantic-feedback-error)}.st-autosave--idle,.st-autosave__time{color:var(--st-semantic-text-muted)}.st-autosave__retry{color:var(--st-semantic-feedback-error);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.st-autosave__retry:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}@keyframes st-autosave-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.st-autosave__spinner{animation:none}}.st-portal{display:contents}.st-popper{z-index:var(--st-component-popover-zIndex,80)}.st-popper__arrow{background:inherit;border:inherit;pointer-events:none;width:.5rem;height:.5rem;position:absolute;transform:rotate(45deg)}.st-popper__arrow[data-popper-side=bottom]{margin-left:-.25rem;top:-.25rem;left:50%}.st-popper__arrow[data-popper-side=top]{margin-left:-.25rem;bottom:-.25rem;left:50%}.st-popper__arrow[data-popper-side=right]{margin-top:-.25rem;top:50%;left:-.25rem}.st-popper__arrow[data-popper-side=left]{margin-top:-.25rem;top:50%;right:-.25rem}.st-selectableRow{border-radius:var(--st-radius-sm,.25rem);box-sizing:border-box;color:var(--st-semantic-text-secondary,#475569);cursor:pointer;align-items:center;gap:var(--st-spacing-2,.5rem);text-align:left;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);-webkit-user-select:none;user-select:none;background:0 0;width:100%;padding:.5rem .75rem;display:flex;position:relative}.st-selectableRow--accentBar{border-left:2px solid #0000;padding-left:calc(.75rem - 2px)}.st-selectableRow:hover:not(.st-selectableRow--disabled):not(.st-selectableRow--selected){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle,#f8fafc));color:var(--st-semantic-text-primary,#0f172a)}.st-selectableRow:focus-visible{outline:2px solid var(--st-semantic-border-interactive,var(--st-semantic-action-primary));outline-offset:2px}.st-selectableRow--selected{background:var(--st-component-selectableRow-selectedBackground,color-mix(in oklch, var(--st-semantic-action-primary,#2563eb) 12%, transparent));color:var(--st-component-selectableRow-selectedText,color-mix(in oklch, var(--st-semantic-action-primary,#2563eb) 78%, black))}.st-selectableRow--accentBar.st-selectableRow--selected{border-left-color:var(--st-component-selectableRow-selectedAccent,var(--st-semantic-action-primary,#2563eb))}@supports not (color:color-mix(in oklch, red, blue)){.st-selectableRow--selected{background:var(--st-component-selectableRow-selectedBackground,var(--st-semantic-surface-subtle,#eef2ff));color:var(--st-component-selectableRow-selectedText,var(--st-semantic-action-primary,#1d4ed8))}}.st-selectableRow--disabled{cursor:not-allowed;opacity:.55}.st-selectableRow__leading,.st-selectableRow__trailing{flex:none;align-items:center;display:inline-flex}.st-selectableRow__content{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.st-selectableRow__content--stacked{white-space:normal;gap:var(--st-component-selectableRow-captionGap,.125rem);flex-direction:column;display:flex;overflow:visible}.st-selectableRow__label,.st-selectableRow__caption{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.st-selectableRow__caption{color:var(--st-component-selectableRow-captionColor,var(--st-semantic-text-muted));font-size:var(--st-component-selectableRow-captionFontSize,.75rem)}@media (prefers-reduced-motion:reduce){.st-selectableRow{transition:none}}.st-selectableList{gap:var(--st-spacing-1,.25rem);flex-direction:column;width:100%;display:flex}.st-kpiCard{background:var(--st-component-card-background,var(--st-semantic-surface-raised));border-width:var(--st-component-card-anatomy-shape-borderWidth,1px);border-style:var(--st-component-card-anatomy-shape-borderStyle,solid);border-color:var(--st-component-card-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-card-anatomy-shape-radius,.5rem);box-shadow:var(--st-component-card-shadow,0 1px 2px #0f172a14);color:var(--st-semantic-text-primary);gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-4,1rem);flex-direction:column;display:flex}.st-kpiCard--sm{gap:var(--st-spacing-1,.25rem);padding:var(--st-spacing-3,.75rem)}.st-kpiCard--lg{gap:var(--st-spacing-3,.75rem);padding:var(--st-spacing-6,1.5rem)}.st-kpiCard__label{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);margin:0;font-size:.8125rem;font-weight:500;line-height:1.25;display:flex}.st-kpiCard--lg .st-kpiCard__label{font-size:.875rem}.st-kpiCard__value{color:var(--st-semantic-text-primary);align-items:baseline;gap:var(--st-spacing-1,.25rem);flex-wrap:wrap;margin:0;display:flex}.st-kpiCard.st-cell{padding:var(--st-spacing-4,1rem)}.st-kpiCard.st-cell .st-kpiCard__value{align-items:center}.st-kpiCard.st-cell .st-kpiCard__number{color:inherit}.st-kpiCard__number{letter-spacing:0;font-size:1.5rem;font-weight:700;line-height:1.1}.st-kpiCard--sm .st-kpiCard__number{font-size:1.25rem}.st-kpiCard--lg .st-kpiCard__number{font-size:2.25rem}.st-kpiCard__unit{color:var(--st-semantic-text-secondary);font-size:.875rem;font-weight:500}.st-kpiCard__footer{align-items:center;gap:var(--st-spacing-3,.75rem);flex-wrap:wrap;justify-content:space-between;display:flex}.st-kpiCard__delta{align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.8125rem;font-weight:600;line-height:1;display:inline-flex}.st-kpiCard__arrow{flex:none;display:block}.st-kpiCard__delta--up{color:var(--st-semantic-feedback-success)}.st-kpiCard__delta--down{color:var(--st-semantic-feedback-error)}.st-kpiCard__delta--flat{color:var(--st-semantic-text-secondary)}.st-kpiCard__swatch{background:var(--st-semantic-border-subtle);border-radius:50%;flex:none;width:.5rem;height:.5rem;display:inline-block}.st-kpiCard--category1 .st-kpiCard__swatch{background:var(--st-semantic-data-category1)}.st-kpiCard--category2 .st-kpiCard__swatch{background:var(--st-semantic-data-category2)}.st-kpiCard--category3 .st-kpiCard__swatch{background:var(--st-semantic-data-category3)}.st-kpiCard--category4 .st-kpiCard__swatch{background:var(--st-semantic-data-category4)}.st-kpiCard--category5 .st-kpiCard__swatch{background:var(--st-semantic-data-category5)}.st-kpiCard--category6 .st-kpiCard__swatch{background:var(--st-semantic-data-category6)}.st-kpiCard--category7 .st-kpiCard__swatch{background:var(--st-semantic-data-category7)}.st-kpiCard--category8 .st-kpiCard__swatch{background:var(--st-semantic-data-category8)}.st-comboChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-comboChart svg{display:block;overflow:visible}.st-comboChart__visual{display:block}.st-comboChart__grid{stroke:var(--st-component-comboChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-comboChart__axis{stroke:var(--st-component-comboChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-comboChart__tickLabel,.st-comboChart__categoryLabel{fill:var(--st-component-comboChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-comboChart__axisLabel{fill:var(--st-component-comboChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem;font-weight:600}.st-comboChart__bar{cursor:pointer;transition:opacity .12s}.st-comboChart__bar:hover{opacity:.82}.st-comboChart__bar--category1{fill:var(--st-semantic-data-category1)}.st-comboChart__bar--category2{fill:var(--st-semantic-data-category2)}.st-comboChart__bar--category3{fill:var(--st-semantic-data-category3)}.st-comboChart__bar--category4{fill:var(--st-semantic-data-category4)}.st-comboChart__bar--category5{fill:var(--st-semantic-data-category5)}.st-comboChart__bar--category6{fill:var(--st-semantic-data-category6)}.st-comboChart__bar--category7{fill:var(--st-semantic-data-category7)}.st-comboChart__bar--category8{fill:var(--st-semantic-data-category8)}.st-comboChart__line--category1{stroke:var(--st-semantic-data-category1)}.st-comboChart__line--category2{stroke:var(--st-semantic-data-category2)}.st-comboChart__line--category3{stroke:var(--st-semantic-data-category3)}.st-comboChart__line--category4{stroke:var(--st-semantic-data-category4)}.st-comboChart__line--category5{stroke:var(--st-semantic-data-category5)}.st-comboChart__line--category6{stroke:var(--st-semantic-data-category6)}.st-comboChart__line--category7{stroke:var(--st-semantic-data-category7)}.st-comboChart__line--category8{stroke:var(--st-semantic-data-category8)}.st-comboChart__dot{stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-comboChart__dot:hover{r:5.5}.st-comboChart__dot--category1{fill:var(--st-semantic-data-category1)}.st-comboChart__dot--category2{fill:var(--st-semantic-data-category2)}.st-comboChart__dot--category3{fill:var(--st-semantic-data-category3)}.st-comboChart__dot--category4{fill:var(--st-semantic-data-category4)}.st-comboChart__dot--category5{fill:var(--st-semantic-data-category5)}.st-comboChart__dot--category6{fill:var(--st-semantic-data-category6)}.st-comboChart__dot--category7{fill:var(--st-semantic-data-category7)}.st-comboChart__dot--category8{fill:var(--st-semantic-data-category8)}.st-comboChart__annotationRegion{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-comboChart__annotationLine{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-comboChart__annotationShape{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-comboChart__annotationPoint{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-comboChart__annotationLabel,.st-comboChart__annotationText{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-comboChart__dataLabel{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-comboChart__crosshairLine{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-comboChart__navLayer{position:absolute;inset:0}.st-comboChart__navDatum{fill:#0000;outline:none}.st-comboChart__navDatum:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-comboChart__bar,.st-comboChart__dot{transition:none}}.st-comboChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-comboChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;display:inline-flex}.st-comboChart__legendItem--off{opacity:.45}.st-comboChart__legendButton{border-radius:var(--st-radius-sm,.25rem);color:inherit;cursor:pointer;font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);background:0 0;border:0;padding:.125rem .25rem;display:inline-flex}.st-comboChart__legendButton:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px}.st-comboChart__legendSwatch{flex:none;display:inline-block}.st-comboChart__legendSwatch--bar{border-radius:2px;width:.75rem;height:.75rem}.st-comboChart__legendSwatch--line{border-radius:999px;width:1rem;height:.25rem}.st-comboChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-comboChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-comboChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-comboChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-comboChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-comboChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-comboChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-comboChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-comboChart__tooltip{background:var(--st-component-comboChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-comboChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-comboChart__tooltipLabel{font-weight:600}.st-comboChart__tooltipValue{opacity:.85}.st-gaugeChart{color:var(--st-semantic-text-secondary);max-width:100%;font-family:inherit;display:block;position:relative}.st-gaugeChart__visual,.st-gaugeChart svg{display:block;overflow:visible}.st-gaugeChart__track{stroke:var(--st-semantic-surface-subtle);stroke-linecap:round}.st-gaugeChart__band{stroke-linecap:butt}.st-gaugeChart__progress{stroke:var(--st-semantic-action-primary);stroke-linecap:round;transition:d var(--st-motion-fast,.2s) var(--st-motion-easing,ease)}.st-gaugeChart__needle{fill:var(--st-semantic-text-primary);transition:d var(--st-motion-fast,.2s) var(--st-motion-easing,ease)}.st-gaugeChart__hub{fill:var(--st-semantic-text-primary)}.st-gaugeChart__value{fill:var(--st-semantic-text-primary);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.st-gaugeChart__label{fill:var(--st-semantic-text-secondary);font-size:.8125rem;font-weight:500}.st-gaugeChart__band--neutral{stroke:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-gaugeChart__band--info{stroke:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-gaugeChart__band--success{stroke:var(--st-semantic-feedback-success)}.st-gaugeChart__band--warning{stroke:var(--st-semantic-feedback-warning)}.st-gaugeChart__band--error{stroke:var(--st-semantic-feedback-error)}.st-gaugeChart__band--category1{stroke:var(--st-semantic-data-category1)}.st-gaugeChart__band--category2{stroke:var(--st-semantic-data-category2)}.st-gaugeChart__band--category3{stroke:var(--st-semantic-data-category3)}.st-gaugeChart__band--category4{stroke:var(--st-semantic-data-category4)}.st-gaugeChart__band--category5{stroke:var(--st-semantic-data-category5)}.st-gaugeChart__band--category6{stroke:var(--st-semantic-data-category6)}.st-gaugeChart__band--category7{stroke:var(--st-semantic-data-category7)}.st-gaugeChart__band--category8{stroke:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-gaugeChart__progress,.st-gaugeChart__needle{transition:none}}.st-solidGaugeChart{color:var(--st-semantic-text-secondary);max-width:100%;font-family:inherit;display:block;position:relative}.st-solidGaugeChart__visual,.st-solidGaugeChart svg{display:block;overflow:visible}.st-solidGaugeChart__track{stroke:var(--st-semantic-surface-subtle);stroke-linecap:round}.st-solidGaugeChart__progress{stroke:var(--st-semantic-action-primary);stroke-linecap:round;transition:d var(--st-motion-fast,.2s) var(--st-motion-easing,ease)}.st-solidGaugeChart__value{fill:var(--st-semantic-text-primary);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.st-solidGaugeChart__label{fill:var(--st-semantic-text-secondary);font-size:.8125rem;font-weight:500}.st-solidGaugeChart__progress--neutral{stroke:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-solidGaugeChart__progress--info{stroke:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-solidGaugeChart__progress--success{stroke:var(--st-semantic-feedback-success)}.st-solidGaugeChart__progress--warning{stroke:var(--st-semantic-feedback-warning)}.st-solidGaugeChart__progress--error{stroke:var(--st-semantic-feedback-error)}.st-solidGaugeChart__progress--category1{stroke:var(--st-semantic-data-category1)}.st-solidGaugeChart__progress--category2{stroke:var(--st-semantic-data-category2)}.st-solidGaugeChart__progress--category3{stroke:var(--st-semantic-data-category3)}.st-solidGaugeChart__progress--category4{stroke:var(--st-semantic-data-category4)}.st-solidGaugeChart__progress--category5{stroke:var(--st-semantic-data-category5)}.st-solidGaugeChart__progress--category6{stroke:var(--st-semantic-data-category6)}.st-solidGaugeChart__progress--category7{stroke:var(--st-semantic-data-category7)}.st-solidGaugeChart__progress--category8{stroke:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-solidGaugeChart__progress{transition:none}}.st-stateTimelineChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-stateTimelineChart svg{display:block;overflow:visible}.st-stateTimelineChart__visual{display:block}.st-stateTimelineChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-stateTimelineChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-stateTimelineChart__tickLabel,.st-stateTimelineChart__seriesLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-stateTimelineChart__segment{cursor:pointer;transition:opacity .12s}.st-stateTimelineChart__segment--dim{opacity:.4}.st-stateTimelineChart__segment--neutral{fill:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-stateTimelineChart__segment--info{fill:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-stateTimelineChart__segment--success{fill:var(--st-semantic-feedback-success)}.st-stateTimelineChart__segment--warning{fill:var(--st-semantic-feedback-warning)}.st-stateTimelineChart__segment--error{fill:var(--st-semantic-feedback-error)}.st-stateTimelineChart__segment--category1{fill:var(--st-semantic-data-category1)}.st-stateTimelineChart__segment--category2{fill:var(--st-semantic-data-category2)}.st-stateTimelineChart__segment--category3{fill:var(--st-semantic-data-category3)}.st-stateTimelineChart__segment--category4{fill:var(--st-semantic-data-category4)}.st-stateTimelineChart__segment--category5{fill:var(--st-semantic-data-category5)}.st-stateTimelineChart__segment--category6{fill:var(--st-semantic-data-category6)}.st-stateTimelineChart__segment--category7{fill:var(--st-semantic-data-category7)}.st-stateTimelineChart__segment--category8{fill:var(--st-semantic-data-category8)}.st-stateTimelineChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-stateTimelineChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-stateTimelineChart__legendSwatch{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-stateTimelineChart__legendSwatch--neutral{background:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-stateTimelineChart__legendSwatch--info{background:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-stateTimelineChart__legendSwatch--success{background:var(--st-semantic-feedback-success)}.st-stateTimelineChart__legendSwatch--warning{background:var(--st-semantic-feedback-warning)}.st-stateTimelineChart__legendSwatch--error{background:var(--st-semantic-feedback-error)}.st-stateTimelineChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-stateTimelineChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-stateTimelineChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-stateTimelineChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-stateTimelineChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-stateTimelineChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-stateTimelineChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-stateTimelineChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-stateTimelineChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-stateTimelineChart__tooltipLabel{font-weight:600}.st-stateTimelineChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-stateTimelineChart__segment{transition:none}}.st-statusHistoryChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-statusHistoryChart svg{display:block;overflow:visible}.st-statusHistoryChart__visual{display:block}.st-statusHistoryChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-statusHistoryChart__tickLabel,.st-statusHistoryChart__seriesLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-statusHistoryChart__cell{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-statusHistoryChart__cell--dim{opacity:.4}.st-statusHistoryChart__cell--neutral{fill:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-statusHistoryChart__cell--info{fill:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-statusHistoryChart__cell--success{fill:var(--st-semantic-feedback-success)}.st-statusHistoryChart__cell--warning{fill:var(--st-semantic-feedback-warning)}.st-statusHistoryChart__cell--error{fill:var(--st-semantic-feedback-error)}.st-statusHistoryChart__cell--category1{fill:var(--st-semantic-data-category1)}.st-statusHistoryChart__cell--category2{fill:var(--st-semantic-data-category2)}.st-statusHistoryChart__cell--category3{fill:var(--st-semantic-data-category3)}.st-statusHistoryChart__cell--category4{fill:var(--st-semantic-data-category4)}.st-statusHistoryChart__cell--category5{fill:var(--st-semantic-data-category5)}.st-statusHistoryChart__cell--category6{fill:var(--st-semantic-data-category6)}.st-statusHistoryChart__cell--category7{fill:var(--st-semantic-data-category7)}.st-statusHistoryChart__cell--category8{fill:var(--st-semantic-data-category8)}.st-statusHistoryChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-statusHistoryChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-statusHistoryChart__legendSwatch{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-statusHistoryChart__legendSwatch--neutral{background:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-statusHistoryChart__legendSwatch--info{background:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-statusHistoryChart__legendSwatch--success{background:var(--st-semantic-feedback-success)}.st-statusHistoryChart__legendSwatch--warning{background:var(--st-semantic-feedback-warning)}.st-statusHistoryChart__legendSwatch--error{background:var(--st-semantic-feedback-error)}.st-statusHistoryChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-statusHistoryChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-statusHistoryChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-statusHistoryChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-statusHistoryChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-statusHistoryChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-statusHistoryChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-statusHistoryChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-statusHistoryChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-statusHistoryChart__tooltipLabel{font-weight:600}.st-statusHistoryChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-statusHistoryChart__cell{transition:none}}.st-waffleChart{color:var(--st-semantic-text-secondary);max-width:100%;font-family:inherit;display:block;position:relative}.st-waffleChart svg,.st-waffleChart__visual{display:block;overflow:visible}.st-waffleChart__cell{transition:opacity .12s}.st-waffleChart__cell--track{fill:var(--st-semantic-surface-subtle)}.st-waffleChart__cell--neutral{fill:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-waffleChart__cell--info{fill:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-waffleChart__cell--success{fill:var(--st-semantic-feedback-success)}.st-waffleChart__cell--warning{fill:var(--st-semantic-feedback-warning)}.st-waffleChart__cell--error{fill:var(--st-semantic-feedback-error)}.st-waffleChart__cell--category1{fill:var(--st-semantic-data-category1)}.st-waffleChart__cell--category2{fill:var(--st-semantic-data-category2)}.st-waffleChart__cell--category3{fill:var(--st-semantic-data-category3)}.st-waffleChart__cell--category4{fill:var(--st-semantic-data-category4)}.st-waffleChart__cell--category5{fill:var(--st-semantic-data-category5)}.st-waffleChart__cell--category6{fill:var(--st-semantic-data-category6)}.st-waffleChart__cell--category7{fill:var(--st-semantic-data-category7)}.st-waffleChart__cell--category8{fill:var(--st-semantic-data-category8)}.st-waffleChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-waffleChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-waffleChart__legendSwatch{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-waffleChart__legendSwatch--neutral{background:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-waffleChart__legendSwatch--info{background:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-waffleChart__legendSwatch--success{background:var(--st-semantic-feedback-success)}.st-waffleChart__legendSwatch--warning{background:var(--st-semantic-feedback-warning)}.st-waffleChart__legendSwatch--error{background:var(--st-semantic-feedback-error)}.st-waffleChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-waffleChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-waffleChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-waffleChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-waffleChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-waffleChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-waffleChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-waffleChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-waffleChart__cell{transition:none}}.st-ribbonChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-ribbonChart svg{display:block;overflow:visible}.st-ribbonChart__visual{display:block}.st-ribbonChart__periodLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-ribbonChart__ribbon{opacity:.34;transition:opacity .12s}.st-ribbonChart__ribbon--dim{opacity:.1}.st-ribbonChart__seg{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-ribbonChart__seg--dim{opacity:.4}.st-ribbonChart__seg--category1,.st-ribbonChart__ribbon--category1{fill:var(--st-semantic-data-category1)}.st-ribbonChart__seg--category2,.st-ribbonChart__ribbon--category2{fill:var(--st-semantic-data-category2)}.st-ribbonChart__seg--category3,.st-ribbonChart__ribbon--category3{fill:var(--st-semantic-data-category3)}.st-ribbonChart__seg--category4,.st-ribbonChart__ribbon--category4{fill:var(--st-semantic-data-category4)}.st-ribbonChart__seg--category5,.st-ribbonChart__ribbon--category5{fill:var(--st-semantic-data-category5)}.st-ribbonChart__seg--category6,.st-ribbonChart__ribbon--category6{fill:var(--st-semantic-data-category6)}.st-ribbonChart__seg--category7,.st-ribbonChart__ribbon--category7{fill:var(--st-semantic-data-category7)}.st-ribbonChart__seg--category8,.st-ribbonChart__ribbon--category8{fill:var(--st-semantic-data-category8)}.st-ribbonChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-ribbonChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-ribbonChart__legendSwatch{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-ribbonChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-ribbonChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-ribbonChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-ribbonChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-ribbonChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-ribbonChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-ribbonChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-ribbonChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-ribbonChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-ribbonChart__tooltipLabel{font-weight:600}.st-ribbonChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-ribbonChart__seg,.st-ribbonChart__ribbon{transition:none}}.st-anomalySwimLaneChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-anomalySwimLaneChart svg{display:block;overflow:visible}.st-anomalySwimLaneChart__visual{display:block}.st-anomalySwimLaneChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-anomalySwimLaneChart__tickLabel,.st-anomalySwimLaneChart__jobLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-anomalySwimLaneChart__cell{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-anomalySwimLaneChart__cell--dim{opacity:.4}.st-anomalySwimLaneChart__cell--category1,.st-anomalySwimLaneChart__legendSwatch--category1{fill:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-anomalySwimLaneChart__cell--category2,.st-anomalySwimLaneChart__legendSwatch--category2{fill:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-anomalySwimLaneChart__cell--category3,.st-anomalySwimLaneChart__legendSwatch--category3{fill:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-anomalySwimLaneChart__cell--category4,.st-anomalySwimLaneChart__legendSwatch--category4{fill:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-anomalySwimLaneChart__cell--category5,.st-anomalySwimLaneChart__legendSwatch--category5{fill:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-anomalySwimLaneChart__cell--category6,.st-anomalySwimLaneChart__legendSwatch--category6{fill:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-anomalySwimLaneChart__cell--category7,.st-anomalySwimLaneChart__legendSwatch--category7{fill:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-anomalySwimLaneChart__cell--category8,.st-anomalySwimLaneChart__legendSwatch--category8{fill:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-anomalySwimLaneChart__legend{align-items:center;gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-anomalySwimLaneChart__legendRamp{grid-template-columns:repeat(8,minmax(.75rem,1fr));min-width:8rem;display:inline-grid}.st-anomalySwimLaneChart__legendSwatch{height:.5rem;display:block}.st-anomalySwimLaneChart__legendText{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-anomalySwimLaneChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-anomalySwimLaneChart__tooltipLabel{font-weight:600}.st-anomalySwimLaneChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-anomalySwimLaneChart__cell{transition:none}}.st-funnelChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-funnelChart svg,.st-funnelChart__visual{display:block;overflow:visible}.st-funnelChart__segment{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:1px;transition:opacity .12s}.st-funnelChart__segment--dim{opacity:.45}.st-funnelChart__segment--category1{fill:var(--st-semantic-data-category1)}.st-funnelChart__segment--category2{fill:var(--st-semantic-data-category2)}.st-funnelChart__segment--category3{fill:var(--st-semantic-data-category3)}.st-funnelChart__segment--category4{fill:var(--st-semantic-data-category4)}.st-funnelChart__segment--category5{fill:var(--st-semantic-data-category5)}.st-funnelChart__segment--category6{fill:var(--st-semantic-data-category6)}.st-funnelChart__segment--category7{fill:var(--st-semantic-data-category7)}.st-funnelChart__segment--category8{fill:var(--st-semantic-data-category8)}.st-funnelChart__label{fill:var(--st-component-funnelChart-labelColor,var(--st-semantic-text-inverse));pointer-events:none;font-size:.75rem;font-weight:600}.st-funnelChart__value{fill:var(--st-component-funnelChart-valueColor,var(--st-semantic-text-inverse));pointer-events:none;font-size:.6875rem}.st-funnelChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-funnelChart__tooltipLabel{font-weight:600}.st-funnelChart__tooltipValue{opacity:.85}.st-funnelChart__legend{flex-wrap:wrap;gap:.75rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.st-funnelChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.st-funnelChart__legendSwatch{border-radius:2px;width:.7rem;height:.7rem}.st-funnelChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-funnelChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-funnelChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-funnelChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-funnelChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-funnelChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-funnelChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-funnelChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-funnelChart__segment{transition:none}}.st-waterfallChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-waterfallChart svg{display:block;overflow:visible}.st-waterfallChart__visual{display:block}.st-waterfallChart__grid{stroke:var(--st-component-waterfallChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-waterfallChart__axis{stroke:var(--st-component-waterfallChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-waterfallChart__zero{stroke:var(--st-component-waterfallChart-zeroStroke,var(--st-semantic-border-strong));stroke-width:1px}.st-waterfallChart__connector{stroke:var(--st-component-waterfallChart-connectorStroke,var(--st-semantic-border-strong));stroke-dasharray:3 2;stroke-width:1px;opacity:.6}.st-waterfallChart__tickLabel,.st-waterfallChart__categoryLabel{fill:var(--st-component-waterfallChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-waterfallChart__bar{cursor:pointer;transition:opacity .12s}.st-waterfallChart__bar:hover{opacity:.82}.st-waterfallChart__bar--increase{fill:var(--st-component-waterfallChart-increaseFill,var(--st-semantic-feedback-success))}.st-waterfallChart__bar--decrease{fill:var(--st-component-waterfallChart-decreaseFill,var(--st-semantic-feedback-error))}.st-waterfallChart__bar--total{fill:var(--st-component-waterfallChart-totalFill,var(--st-semantic-data-category1))}@media (prefers-reduced-motion:reduce){.st-waterfallChart__bar{transition:none}}.st-waterfallChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-waterfallChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;display:inline-flex}.st-waterfallChart__legendSwatch{border-radius:var(--st-radius-sm,.25rem);width:.75rem;height:.75rem;display:inline-block}.st-waterfallChart__legendSwatch--increase{background:var(--st-component-waterfallChart-increaseFill,var(--st-semantic-feedback-success))}.st-waterfallChart__legendSwatch--decrease{background:var(--st-component-waterfallChart-decreaseFill,var(--st-semantic-feedback-error))}.st-waterfallChart__legendSwatch--total{background:var(--st-component-waterfallChart-totalFill,var(--st-semantic-data-category1))}.st-waterfallChart__tooltip{background:var(--st-component-waterfallChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-waterfallChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-waterfallChart__tooltipLabel{font-weight:600}.st-waterfallChart__tooltipValue{opacity:.85}.st-treemapChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-treemapChart svg,.st-treemapChart__visual{display:block;overflow:visible}.st-treemapChart__rect{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;transition:opacity .12s}.st-treemapChart__rect--dim{opacity:.45}@media (prefers-reduced-motion:reduce){.st-treemapChart__rect{transition:none}}.st-treemapChart__rect--category1{fill:var(--st-semantic-data-category1)}.st-treemapChart__rect--category2{fill:var(--st-semantic-data-category2)}.st-treemapChart__rect--category3{fill:var(--st-semantic-data-category3)}.st-treemapChart__rect--category4{fill:var(--st-semantic-data-category4)}.st-treemapChart__rect--category5{fill:var(--st-semantic-data-category5)}.st-treemapChart__rect--category6{fill:var(--st-semantic-data-category6)}.st-treemapChart__rect--category7{fill:var(--st-semantic-data-category7)}.st-treemapChart__rect--category8{fill:var(--st-semantic-data-category8)}.st-treemapChart__label{fill:var(--st-component-treemapChart-labelColor,#fff);pointer-events:none;font-size:.75rem;font-weight:600}.st-treemapChart__value{fill:var(--st-component-treemapChart-valueColor,#fff);opacity:.85;pointer-events:none;font-size:.6875rem}.st-treemapChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-treemapChart__tooltipLabel{font-weight:600}.st-treemapChart__tooltipValue{opacity:.85}.st-treemapChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-treemapChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.35rem);font-size:.75rem;display:inline-flex}.st-treemapChart__legendSwatch{border-radius:2px;width:.7rem;height:.7rem}.st-treemapChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-treemapChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-treemapChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-treemapChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-treemapChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-treemapChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-treemapChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-treemapChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-heatmapChart,.st-histogramChart,.st-boxPlotChart,.st-radarChart,.st-sankeyChart,.st-sunburstChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-heatmapChart svg,.st-heatmapChart__visual,.st-histogramChart svg,.st-histogramChart__visual,.st-boxPlotChart svg,.st-boxPlotChart__visual,.st-radarChart svg,.st-radarChart__visual,.st-sankeyChart svg,.st-sankeyChart__visual,.st-sunburstChart svg,.st-sunburstChart__visual{display:block;overflow:visible}.st-heatmapChart__axisLabel,.st-histogramChart__label,.st-boxPlotChart__label,.st-radarChart__axisLabel,.st-sankeyChart__nodeLabel{fill:var(--st-semantic-text-secondary);font-size:.75rem}.st-histogramChart__axis,.st-boxPlotChart__axis,.st-radarChart__ring,.st-radarChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-radarChart__ring{fill:none}.st-heatmapChart__plot{fill:none;stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-heatmapChart__cell{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-heatmapChart__cell--dim{opacity:.45}.st-histogramChart__bar{cursor:pointer;transition:opacity .12s}.st-histogramChart__bar--dim{opacity:.45}.st-boxPlotChart__axis,.st-boxPlotChart__whisker,.st-boxPlotChart__whiskerCap{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-boxPlotChart__median{stroke:var(--st-semantic-text-primary);stroke-width:2px}.st-boxPlotChart__box{cursor:pointer;fill-opacity:.72;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-boxPlotChart__box--dim{opacity:.45}.st-boxPlotChart__outlier{fill:var(--st-semantic-surface-default,Canvas);stroke:var(--st-semantic-text-secondary);stroke-width:1.5px}.st-radarChart__polygon{cursor:pointer;fill-opacity:.16;stroke-width:2px;transition:opacity .12s}.st-radarChart__polygon--dim{opacity:.35}.st-radarChart__point,.st-sankeyChart__node{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px}.st-sankeyChart__link{cursor:pointer;fill:none;opacity:.38;stroke-linecap:round;transition:opacity .12s}.st-sankeyChart__link:hover{opacity:.62}.st-sankeyChart__link--dim{opacity:.16}.st-sunburstChart__arc{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-sunburstChart__arc--dim{opacity:.4}.st-sunburstChart__label{pointer-events:none;font-size:.68rem;font-weight:650}.st-heatmapChart__cell--category1,.st-histogramChart__bar--category1,.st-boxPlotChart__box--category1,.st-sankeyChart__node--category1,.st-sunburstChart__arc--category1{fill:var(--st-semantic-data-category1)}.st-heatmapChart__cell--category2,.st-histogramChart__bar--category2,.st-boxPlotChart__box--category2,.st-sankeyChart__node--category2,.st-sunburstChart__arc--category2{fill:var(--st-semantic-data-category2)}.st-heatmapChart__cell--category3,.st-histogramChart__bar--category3,.st-boxPlotChart__box--category3,.st-sankeyChart__node--category3,.st-sunburstChart__arc--category3{fill:var(--st-semantic-data-category3)}.st-heatmapChart__cell--category4,.st-histogramChart__bar--category4,.st-boxPlotChart__box--category4,.st-sankeyChart__node--category4,.st-sunburstChart__arc--category4{fill:var(--st-semantic-data-category4)}.st-heatmapChart__cell--category5,.st-histogramChart__bar--category5,.st-boxPlotChart__box--category5,.st-sankeyChart__node--category5,.st-sunburstChart__arc--category5{fill:var(--st-semantic-data-category5)}.st-heatmapChart__cell--category6,.st-histogramChart__bar--category6,.st-boxPlotChart__box--category6,.st-sankeyChart__node--category6,.st-sunburstChart__arc--category6{fill:var(--st-semantic-data-category6)}.st-heatmapChart__cell--category7,.st-histogramChart__bar--category7,.st-boxPlotChart__box--category7,.st-sankeyChart__node--category7,.st-sunburstChart__arc--category7{fill:var(--st-semantic-data-category7)}.st-heatmapChart__cell--category8,.st-histogramChart__bar--category8,.st-boxPlotChart__box--category8,.st-sankeyChart__node--category8,.st-sunburstChart__arc--category8{fill:var(--st-semantic-data-category8)}.st-radarChart__polygon--category1,.st-radarChart__point--category1,.st-radarChart__legendSwatch--category1{fill:var(--st-semantic-data-category1);stroke:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-radarChart__polygon--category2,.st-radarChart__point--category2,.st-radarChart__legendSwatch--category2{fill:var(--st-semantic-data-category2);stroke:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-radarChart__polygon--category3,.st-radarChart__point--category3,.st-radarChart__legendSwatch--category3{fill:var(--st-semantic-data-category3);stroke:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-radarChart__polygon--category4,.st-radarChart__point--category4,.st-radarChart__legendSwatch--category4{fill:var(--st-semantic-data-category4);stroke:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-radarChart__polygon--category5,.st-radarChart__point--category5,.st-radarChart__legendSwatch--category5{fill:var(--st-semantic-data-category5);stroke:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-radarChart__polygon--category6,.st-radarChart__point--category6,.st-radarChart__legendSwatch--category6{fill:var(--st-semantic-data-category6);stroke:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-radarChart__polygon--category7,.st-radarChart__point--category7,.st-radarChart__legendSwatch--category7{fill:var(--st-semantic-data-category7);stroke:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-radarChart__polygon--category8,.st-radarChart__point--category8,.st-radarChart__legendSwatch--category8{fill:var(--st-semantic-data-category8);stroke:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-sankeyChart__link--category1{stroke:var(--st-semantic-data-category1)}.st-sankeyChart__link--category2{stroke:var(--st-semantic-data-category2)}.st-sankeyChart__link--category3{stroke:var(--st-semantic-data-category3)}.st-sankeyChart__link--category4{stroke:var(--st-semantic-data-category4)}.st-sankeyChart__link--category5{stroke:var(--st-semantic-data-category5)}.st-sankeyChart__link--category6{stroke:var(--st-semantic-data-category6)}.st-sankeyChart__link--category7{stroke:var(--st-semantic-data-category7)}.st-sankeyChart__link--category8{stroke:var(--st-semantic-data-category8)}.st-heatmapChart__legend{align-items:center;gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-heatmapChart__legendRamp{grid-template-columns:repeat(8,minmax(.75rem,1fr));min-width:8rem;display:inline-grid}.st-heatmapChart__legendSwatch{height:.5rem;display:block}.st-heatmapChart__legendText{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-heatmapChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-heatmapChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-heatmapChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-heatmapChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-heatmapChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-heatmapChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-heatmapChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-heatmapChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-radarChart__legend{gap:var(--st-spacing-2,.5rem) var(--st-spacing-4,1rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-radarChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-2,.5rem);font-size:.75rem;display:inline-flex}.st-radarChart__legendSwatch{width:.625rem;height:.625rem;display:inline-block}.st-sunburstChart__legend{gap:var(--st-spacing-2,.5rem) var(--st-spacing-4,1rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-sunburstChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-2,.5rem);font-size:.75rem;display:inline-flex}.st-sunburstChart__legendSwatch{width:.625rem;height:.625rem;display:inline-block}.st-sunburstChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-sunburstChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-sunburstChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-sunburstChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-sunburstChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-sunburstChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-sunburstChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-sunburstChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-heatmapChart__tooltip,.st-histogramChart__tooltip,.st-boxPlotChart__tooltip,.st-radarChart__tooltip,.st-sankeyChart__tooltip,.st-sunburstChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-radarChart__tooltip{top:50%;left:50%;transform:translate(-50%,-50%)}.st-heatmapChart__tooltipLabel,.st-histogramChart__tooltipLabel,.st-boxPlotChart__tooltipLabel,.st-radarChart__tooltipLabel,.st-sankeyChart__tooltipLabel,.st-sunburstChart__tooltipLabel{font-weight:600}.st-heatmapChart__tooltipValue,.st-histogramChart__tooltipValue,.st-boxPlotChart__tooltipValue,.st-sankeyChart__tooltipValue,.st-sunburstChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-heatmapChart__cell,.st-histogramChart__bar,.st-boxPlotChart__box,.st-radarChart__polygon,.st-sankeyChart__link,.st-sunburstChart__arc{transition:none}}.st-bulletChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-bulletChart svg{display:block;overflow:visible}.st-bulletChart__visual{display:block}.st-bulletChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-bulletChart__baseline{stroke:var(--st-semantic-border-subtle);stroke-width:1.5px}.st-bulletChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.6}.st-bulletChart__range{fill:var(--st-semantic-data-category1)}.st-bulletChart__bar{cursor:pointer;fill:var(--st-semantic-text-secondary);transition:opacity .12s}.st-bulletChart__bar:hover{opacity:.75}@media (prefers-reduced-motion:reduce){.st-bulletChart__bar{transition:none}}.st-bulletChart__target{stroke:var(--st-semantic-text-primary,currentColor);stroke-width:2.5px}.st-bulletChart__tickLabel,.st-bulletChart__categoryLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-bulletChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-bulletChart__tooltipLabel{font-weight:600}.st-bulletChart__tooltipValue{opacity:.85}.st-lollipopChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-lollipopChart svg{display:block;overflow:visible}.st-lollipopChart__visual{display:block}.st-lollipopChart__grid{stroke:var(--st-component-lollipopChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-lollipopChart__axis{stroke:var(--st-component-lollipopChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-lollipopChart__tickLabel,.st-lollipopChart__categoryLabel{fill:var(--st-component-lollipopChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-lollipopChart__valueLabel{font-size:.625rem;font-weight:600}.st-lollipopChart__stem{stroke:var(--st-semantic-border-interactive,var(--st-semantic-border-subtle));stroke-width:1.5px}.st-lollipopChart__dot{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-lollipopChart__dot:hover{opacity:.82}.st-lollipopChart__dot--category1{fill:var(--st-semantic-data-category1)}.st-lollipopChart__dot--category2{fill:var(--st-semantic-data-category2)}.st-lollipopChart__dot--category3{fill:var(--st-semantic-data-category3)}.st-lollipopChart__dot--category4{fill:var(--st-semantic-data-category4)}.st-lollipopChart__dot--category5{fill:var(--st-semantic-data-category5)}.st-lollipopChart__dot--category6{fill:var(--st-semantic-data-category6)}.st-lollipopChart__dot--category7{fill:var(--st-semantic-data-category7)}.st-lollipopChart__dot--category8{fill:var(--st-semantic-data-category8)}.st-lollipopChart__tooltip{background:var(--st-component-lollipopChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-lollipopChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-lollipopChart__tooltipLabel{font-weight:600}.st-lollipopChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-lollipopChart__dot{transition:none}}.st-paretoChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-paretoChart svg{display:block;overflow:visible}.st-paretoChart__visual{display:block}.st-paretoChart__grid{stroke:var(--st-component-paretoChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-paretoChart__axis{stroke:var(--st-component-paretoChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-paretoChart__tickLabel,.st-paretoChart__categoryLabel,.st-paretoChart__percentLabel{fill:var(--st-component-paretoChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-paretoChart__bar{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-paretoChart__bar:hover{opacity:.82}.st-paretoChart__bar--category1{fill:var(--st-semantic-data-category1)}.st-paretoChart__bar--category2{fill:var(--st-semantic-data-category2)}.st-paretoChart__bar--category3{fill:var(--st-semantic-data-category3)}.st-paretoChart__bar--category4{fill:var(--st-semantic-data-category4)}.st-paretoChart__bar--category5{fill:var(--st-semantic-data-category5)}.st-paretoChart__bar--category6{fill:var(--st-semantic-data-category6)}.st-paretoChart__bar--category7{fill:var(--st-semantic-data-category7)}.st-paretoChart__bar--category8{fill:var(--st-semantic-data-category8)}.st-paretoChart__cumLine{stroke:var(--st-semantic-action-primary,var(--st-semantic-border-interactive));stroke-width:2px}.st-paretoChart__cumDot{cursor:pointer;fill:var(--st-semantic-action-primary,var(--st-semantic-border-interactive));transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-paretoChart__cumDot:hover{opacity:.82}.st-paretoChart__tooltip{background:var(--st-component-paretoChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-paretoChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-paretoChart__tooltipLabel{font-weight:600}.st-paretoChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-paretoChart__bar,.st-paretoChart__cumDot{transition:none}}.st-marimekkoChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-marimekkoChart svg{display:block;overflow:visible}.st-marimekkoChart__visual{display:block}.st-marimekkoChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-marimekkoChart__cell{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-marimekkoChart__cell--dim{opacity:.4}@media (prefers-reduced-motion:reduce){.st-marimekkoChart__cell{transition:none}}.st-marimekkoChart__cell--category1{fill:var(--st-semantic-data-category1)}.st-marimekkoChart__cell--category2{fill:var(--st-semantic-data-category2)}.st-marimekkoChart__cell--category3{fill:var(--st-semantic-data-category3)}.st-marimekkoChart__cell--category4{fill:var(--st-semantic-data-category4)}.st-marimekkoChart__cell--category5{fill:var(--st-semantic-data-category5)}.st-marimekkoChart__cell--category6{fill:var(--st-semantic-data-category6)}.st-marimekkoChart__cell--category7{fill:var(--st-semantic-data-category7)}.st-marimekkoChart__cell--category8{fill:var(--st-semantic-data-category8)}.st-marimekkoChart__cellLabel{pointer-events:none;font-size:.625rem}.st-marimekkoChart__catLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-marimekkoChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-marimekkoChart__tooltipLabel{font-weight:600}.st-marimekkoChart__tooltipValue{opacity:.85}.st-candlestickChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-candlestickChart svg{display:block;overflow:visible}.st-candlestickChart__visual{display:block;position:relative}.st-candlestickChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-candlestickChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-candlestickChart__wick{stroke-width:1.5px}.st-candlestickChart__wick--up{stroke:var(--st-semantic-feedback-success)}.st-candlestickChart__wick--down{stroke:var(--st-semantic-feedback-error)}.st-candlestickChart__body{cursor:pointer;transition:opacity .12s}.st-candlestickChart__body--dim{opacity:.4}.st-candlestickChart__body--up{fill:var(--st-semantic-feedback-success)}.st-candlestickChart__body--down{fill:var(--st-semantic-feedback-error)}.st-candlestickChart__annotationRegion{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-candlestickChart__annotationLine{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-candlestickChart__annotationShape{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-candlestickChart__annotationPoint{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-candlestickChart__annotationLabel,.st-candlestickChart__annotationText{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-candlestickChart__dataLabel{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-candlestickChart__crosshairLine{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-candlestickChart__navLayer{position:absolute;inset:0}.st-candlestickChart__navDatum{fill:#0000;outline:none}.st-candlestickChart__navDatum:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-candlestickChart__body{transition:none}}.st-candlestickChart__tickLabel,.st-candlestickChart__categoryLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-candlestickChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-candlestickChart__tooltipLabel{font-weight:600}.st-candlestickChart__tooltipValue{opacity:.85}.st-ohlcChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-ohlcChart svg{display:block;overflow:visible}.st-ohlcChart__visual{display:block;position:relative}.st-ohlcChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-ohlcChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-ohlcChart__bar{cursor:pointer;transition:opacity .12s}.st-ohlcChart__bar--dim{opacity:.4}.st-ohlcChart__range,.st-ohlcChart__open,.st-ohlcChart__close{stroke-width:1.75px;stroke-linecap:round}.st-ohlcChart__bar--up :is(.st-ohlcChart__range,.st-ohlcChart__open,.st-ohlcChart__close){stroke:var(--st-semantic-feedback-success)}.st-ohlcChart__bar--down :is(.st-ohlcChart__range,.st-ohlcChart__open,.st-ohlcChart__close){stroke:var(--st-semantic-feedback-error)}.st-ohlcChart__annotationRegion{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-ohlcChart__annotationLine{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-ohlcChart__annotationShape{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-ohlcChart__annotationPoint{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-ohlcChart__annotationLabel,.st-ohlcChart__annotationText{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-ohlcChart__dataLabel{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-ohlcChart__crosshairLine{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-ohlcChart__navLayer{position:absolute;inset:0}.st-ohlcChart__navDatum{fill:#0000;outline:none}.st-ohlcChart__navDatum:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-ohlcChart__bar{transition:none}}.st-ohlcChart__tickLabel,.st-ohlcChart__categoryLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-ohlcChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-ohlcChart__tooltipLabel{font-weight:600}.st-ohlcChart__tooltipValue{opacity:.85}.st-hollowCandlestickChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-hollowCandlestickChart svg{display:block;overflow:visible}.st-hollowCandlestickChart__visual{display:block}.st-hollowCandlestickChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-hollowCandlestickChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-hollowCandlestickChart__wick{stroke-width:1.5px}.st-hollowCandlestickChart__wick--up{stroke:var(--st-semantic-feedback-success)}.st-hollowCandlestickChart__wick--down{stroke:var(--st-semantic-feedback-error)}.st-hollowCandlestickChart__candle{cursor:pointer;stroke-width:1.5px;transition:opacity .12s}.st-hollowCandlestickChart__candle--dim{opacity:.4}.st-hollowCandlestickChart__candle--up{stroke:var(--st-semantic-feedback-success)}.st-hollowCandlestickChart__candle--down{stroke:var(--st-semantic-feedback-error)}.st-hollowCandlestickChart__candle--hollow{fill:#0000}.st-hollowCandlestickChart__candle--filled.st-hollowCandlestickChart__candle--up{fill:var(--st-semantic-feedback-success)}.st-hollowCandlestickChart__candle--filled.st-hollowCandlestickChart__candle--down{fill:var(--st-semantic-feedback-error)}@media (prefers-reduced-motion:reduce){.st-hollowCandlestickChart__candle{transition:none}}.st-hollowCandlestickChart__tickLabel,.st-hollowCandlestickChart__categoryLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-hollowCandlestickChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-hollowCandlestickChart__tooltipLabel{font-weight:600}.st-hollowCandlestickChart__tooltipValue{opacity:.85}.st-streamgraphChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-streamgraphChart svg,.st-streamgraphChart__visual{display:block;overflow:visible}.st-streamgraphChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-streamgraphChart__tickLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-streamgraphChart__area{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:.75px;transition:opacity .12s}.st-streamgraphChart__area--dim{opacity:.4}.st-streamgraphChart__area--category1{fill:var(--st-semantic-data-category1)}.st-streamgraphChart__area--category2{fill:var(--st-semantic-data-category2)}.st-streamgraphChart__area--category3{fill:var(--st-semantic-data-category3)}.st-streamgraphChart__area--category4{fill:var(--st-semantic-data-category4)}.st-streamgraphChart__area--category5{fill:var(--st-semantic-data-category5)}.st-streamgraphChart__area--category6{fill:var(--st-semantic-data-category6)}.st-streamgraphChart__area--category7{fill:var(--st-semantic-data-category7)}.st-streamgraphChart__area--category8{fill:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-streamgraphChart__area{transition:none}}.st-streamgraphChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-streamgraphChart__tooltipLabel{font-weight:600}.st-streamgraphChart__tooltipValue{opacity:.85}.st-streamgraphChart__legend{flex-wrap:wrap;gap:.75rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.st-streamgraphChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.st-streamgraphChart__legendSwatch{border-radius:2px;width:.7rem;height:.7rem}.st-streamgraphChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-streamgraphChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-streamgraphChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-streamgraphChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-streamgraphChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-streamgraphChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-streamgraphChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-streamgraphChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-calendarHeatmapChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-calendarHeatmapChart svg{display:block;overflow:visible}.st-calendarHeatmapChart__visual{display:block}.st-calendarHeatmapChart__dayLabel,.st-calendarHeatmapChart__monthLabel{fill:var(--st-semantic-text-secondary);font-size:.5625rem}.st-calendarHeatmapChart__cell{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-calendarHeatmapChart__cell--empty{fill:var(--st-semantic-border-subtle);opacity:.25}.st-calendarHeatmapChart__cell--dim{opacity:.3}@media (prefers-reduced-motion:reduce){.st-calendarHeatmapChart__cell{transition:none}}.st-calendarHeatmapChart__cell--category1{fill:var(--st-semantic-data-category1)}.st-calendarHeatmapChart__cell--category2{fill:var(--st-semantic-data-category2)}.st-calendarHeatmapChart__cell--category3{fill:var(--st-semantic-data-category3)}.st-calendarHeatmapChart__cell--category4{fill:var(--st-semantic-data-category4)}.st-calendarHeatmapChart__cell--category5{fill:var(--st-semantic-data-category5)}.st-calendarHeatmapChart__cell--category6{fill:var(--st-semantic-data-category6)}.st-calendarHeatmapChart__cell--category7{fill:var(--st-semantic-data-category7)}.st-calendarHeatmapChart__cell--category8{fill:var(--st-semantic-data-category8)}.st-calendarHeatmapChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-calendarHeatmapChart__tooltipLabel{font-weight:600}.st-calendarHeatmapChart__tooltipValue{opacity:.85}.st-parallelCoordinatesChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-parallelCoordinatesChart svg{display:block;overflow:visible}.st-parallelCoordinatesChart__visual{display:block}.st-parallelCoordinatesChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1.5px}.st-parallelCoordinatesChart__axisLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem;font-weight:600}.st-parallelCoordinatesChart__tickLabel{fill:var(--st-semantic-text-secondary);font-size:.5625rem}.st-parallelCoordinatesChart__line{cursor:pointer;stroke-width:1.5px;stroke-opacity:.65;transition:stroke-opacity .12s,stroke-width .12s}.st-parallelCoordinatesChart__line--dim{stroke-opacity:.12}.st-parallelCoordinatesChart__line--active{stroke-opacity:1;stroke-width:2.5px}@media (prefers-reduced-motion:reduce){.st-parallelCoordinatesChart__line{transition:none}}.st-parallelCoordinatesChart__line--category1{stroke:var(--st-semantic-data-category1)}.st-parallelCoordinatesChart__line--category2{stroke:var(--st-semantic-data-category2)}.st-parallelCoordinatesChart__line--category3{stroke:var(--st-semantic-data-category3)}.st-parallelCoordinatesChart__line--category4{stroke:var(--st-semantic-data-category4)}.st-parallelCoordinatesChart__line--category5{stroke:var(--st-semantic-data-category5)}.st-parallelCoordinatesChart__line--category6{stroke:var(--st-semantic-data-category6)}.st-parallelCoordinatesChart__line--category7{stroke:var(--st-semantic-data-category7)}.st-parallelCoordinatesChart__line--category8{stroke:var(--st-semantic-data-category8)}.st-bumpChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-bumpChart svg{display:block;overflow:visible}.st-bumpChart__visual{display:block}.st-bumpChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.5}.st-bumpChart__rankLabel,.st-bumpChart__catLabel,.st-bumpChart__seriesLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-bumpChart__line{cursor:pointer;stroke-width:2px;stroke-opacity:.7;transition:stroke-opacity .12s,stroke-width .12s}.st-bumpChart__line--dim{stroke-opacity:.12}.st-bumpChart__line--active{stroke-opacity:1;stroke-width:3px}@media (prefers-reduced-motion:reduce){.st-bumpChart__line{transition:none}}.st-bumpChart__dot{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1.5px;transition:r .12s}.st-bumpChart__dot--dim{opacity:.15}@media (prefers-reduced-motion:reduce){.st-bumpChart__dot{transition:none}}.st-bumpChart__line--category1{stroke:var(--st-semantic-data-category1)}.st-bumpChart__line--category2{stroke:var(--st-semantic-data-category2)}.st-bumpChart__line--category3{stroke:var(--st-semantic-data-category3)}.st-bumpChart__line--category4{stroke:var(--st-semantic-data-category4)}.st-bumpChart__line--category5{stroke:var(--st-semantic-data-category5)}.st-bumpChart__line--category6{stroke:var(--st-semantic-data-category6)}.st-bumpChart__line--category7{stroke:var(--st-semantic-data-category7)}.st-bumpChart__line--category8{stroke:var(--st-semantic-data-category8)}.st-bumpChart__dot--category1{fill:var(--st-semantic-data-category1)}.st-bumpChart__dot--category2{fill:var(--st-semantic-data-category2)}.st-bumpChart__dot--category3{fill:var(--st-semantic-data-category3)}.st-bumpChart__dot--category4{fill:var(--st-semantic-data-category4)}.st-bumpChart__dot--category5{fill:var(--st-semantic-data-category5)}.st-bumpChart__dot--category6{fill:var(--st-semantic-data-category6)}.st-bumpChart__dot--category7{fill:var(--st-semantic-data-category7)}.st-bumpChart__dot--category8{fill:var(--st-semantic-data-category8)}.st-filterPill{border-radius:var(--st-radius-pill,999px);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);-webkit-user-select:none;user-select:none;align-items:center;gap:0;font-size:.8125rem;font-weight:500;line-height:1;display:inline-flex}.st-filterPill--neutral{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--st-semantic-text-secondary,#475569);border:1px solid var(--st-semantic-border-interactive,#cbd5e1)}.st-filterPill--success{background:color-mix(in srgb, var(--st-semantic-feedback-success,#16a34a) 12%, white);color:color-mix(in oklch, var(--st-semantic-feedback-success,#16a34a) 78%, black);border:1px solid color-mix(in srgb, var(--st-semantic-feedback-success,#16a34a) 40%, white)}.st-filterPill--warning{background:color-mix(in srgb, var(--st-semantic-feedback-warning,#d97706) 12%, white);color:color-mix(in oklch, var(--st-semantic-feedback-warning,#d97706) 78%, black);border:1px solid color-mix(in srgb, var(--st-semantic-feedback-warning,#d97706) 40%, white)}.st-filterPill--error{background:color-mix(in srgb, var(--st-semantic-feedback-error,#dc2626) 12%, white);color:color-mix(in oklch, var(--st-semantic-feedback-error,#dc2626) 78%, black);border:1px solid color-mix(in srgb, var(--st-semantic-feedback-error,#dc2626) 40%, white)}.st-filterPill--info{background:color-mix(in srgb, var(--st-semantic-feedback-info,#2563eb) 12%, white);color:color-mix(in oklch, var(--st-semantic-feedback-info,#2563eb) 78%, black);border:1px solid color-mix(in srgb, var(--st-semantic-feedback-info,#2563eb) 40%, white)}.st-filterPill--neutral.st-filterPill--active{background:var(--st-component-filterPill-activeBackground,color-mix(in oklch, var(--st-semantic-action-primary,#2563eb) 12%, white));color:var(--st-component-filterPill-activeText,color-mix(in oklch, var(--st-semantic-action-primary,#2563eb) 78%, black));border-color:color-mix(in oklch, var(--st-semantic-action-primary,#2563eb) 50%, white)}.st-filterPill--success.st-filterPill--active{background:color-mix(in oklch, var(--st-semantic-feedback-success,#16a34a) 78%, black);color:#fff;border-color:color-mix(in oklch, var(--st-semantic-feedback-success,#16a34a) 78%, black)}.st-filterPill--warning.st-filterPill--active{background:color-mix(in oklch, var(--st-semantic-feedback-warning,#d97706) 78%, black);color:#fff;border-color:color-mix(in oklch, var(--st-semantic-feedback-warning,#d97706) 78%, black)}.st-filterPill--error.st-filterPill--active{background:color-mix(in oklch, var(--st-semantic-feedback-error,#dc2626) 78%, black);color:#fff;border-color:color-mix(in oklch, var(--st-semantic-feedback-error,#dc2626) 78%, black)}.st-filterPill--info.st-filterPill--active{background:color-mix(in oklch, var(--st-semantic-feedback-info,#2563eb) 78%, black);color:#fff;border-color:color-mix(in oklch, var(--st-semantic-feedback-info,#2563eb) 78%, black)}@supports not (color:color-mix(in oklch, red, blue)){.st-filterPill--neutral.st-filterPill--active{background:var(--st-component-filterPill-activeBackground,var(--st-semantic-surface-subtle,#eef2ff));color:var(--st-component-filterPill-activeText,var(--st-semantic-action-primary,#1d4ed8))}.st-filterPill--success.st-filterPill--active{background:var(--st-semantic-feedback-success,#16a34a);color:#fff}.st-filterPill--warning.st-filterPill--active{background:var(--st-semantic-feedback-warning,#d97706);color:#fff}.st-filterPill--error.st-filterPill--active{background:var(--st-semantic-feedback-error,#dc2626);color:#fff}.st-filterPill--info.st-filterPill--active{background:var(--st-semantic-feedback-info,#2563eb);color:#fff}}.st-filterPill--disabled{cursor:var(--st-cursor-disabled,not-allowed);opacity:.55}.st-filterPill__body{border-radius:var(--st-radius-pill,999px) 0 0 var(--st-radius-pill,999px);color:inherit;cursor:var(--st-cursor-interactive,pointer);font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);padding:.3125rem var(--st-spacing-1,.25rem) .3125rem var(--st-spacing-2,.5rem);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;line-height:1;display:inline-flex}.st-filterPill__body--static{cursor:default;padding:.3125rem var(--st-spacing-2,.5rem);border-radius:var(--st-radius-pill,999px)}.st-filterPill:has(.st-filterPill__remove) .st-filterPill__body--static{border-radius:var(--st-radius-pill,999px) 0 0 var(--st-radius-pill,999px);padding-right:var(--st-spacing-1,.25rem)}.st-filterPill__body:not(:disabled):hover{opacity:.88}.st-filterPill__body:focus-visible{outline:2px solid var(--st-semantic-border-interactive,var(--st-semantic-action-primary,#2563eb));outline-offset:2px;border-radius:var(--st-radius-pill,999px);z-index:1;position:relative}.st-filterPill__body:disabled{cursor:var(--st-cursor-disabled,not-allowed)}.st-filterPill__operator{color:var(--st-semantic-text-muted,#64748b);margin-inline:.125rem;font-size:.75em;font-style:italic}.st-filterPill__value{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;overflow:hidden}.st-filterPill__remove{border-radius:0 var(--st-radius-pill,999px) var(--st-radius-pill,999px) 0;color:inherit;cursor:pointer;font:inherit;height:100%;padding:.3125rem var(--st-spacing-2,.5rem) .3125rem var(--st-spacing-1,.25rem);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;justify-content:center;align-items:center;min-width:1.75rem;line-height:1;display:inline-flex}.st-filterPill__remove:hover:not(:disabled){background:color-mix(in srgb, currentColor 12%, transparent)}.st-filterPill__remove:focus-visible{outline-offset:1px;border-radius:var(--st-radius-pill,999px);z-index:1;outline:2px solid;position:relative}.st-filterPill__remove:disabled{cursor:var(--st-cursor-disabled,not-allowed)}@media (prefers-reduced-motion:reduce){.st-filterPill,.st-filterPill__body,.st-filterPill__remove{transition:none}}.st-filterBar{align-items:flex-start;gap:var(--st-spacing-2,.5rem);flex-wrap:wrap;display:flex}.st-filterBar__pills{align-items:center;gap:var(--st-spacing-2,.5rem);flex-wrap:wrap;flex:auto;display:flex}.st-filterBar__clearAll{border-radius:var(--st-radius-md,.375rem);color:var(--st-semantic-text-link,#2563eb);cursor:var(--st-cursor-interactive,pointer);font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);padding:.3125rem var(--st-spacing-2,.5rem);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);white-space:nowrap;background:0 0;border:0;font-size:.8125rem;display:inline-flex}.st-filterBar__clearAll:hover{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--st-semantic-action-primaryHover,#1d4ed8)}.st-filterBar__clearAll:focus-visible{outline:2px solid var(--st-semantic-border-interactive,#2563eb);outline-offset:2px}@media (prefers-reduced-motion:reduce){.st-filterBar__clearAll{transition:none}}.st-selectionChip{border-radius:var(--st-radius-pill,999px);align-items:center;gap:var(--st-spacing-1,.25rem);padding:.25rem var(--st-spacing-2,.5rem);font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.st-selectionChip--neutral{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--st-semantic-text-secondary,#475569)}.st-selectionChip--success{background:color-mix(in srgb, var(--st-semantic-feedback-success,#16a34a) 14%, white);color:var(--st-semantic-feedback-success,#16a34a)}.st-selectionChip--warning{background:color-mix(in srgb, var(--st-semantic-feedback-warning,#d97706) 14%, white);color:var(--st-semantic-feedback-warning,#d97706)}.st-selectionChip--error{background:color-mix(in srgb, var(--st-semantic-feedback-error,#dc2626) 14%, white);color:var(--st-semantic-feedback-error,#dc2626)}.st-selectionChip--info{background:color-mix(in srgb, var(--st-semantic-feedback-info,#2563eb) 14%, white);color:var(--st-semantic-feedback-info,#2563eb)}.st-selectionChip--disabled{cursor:var(--st-cursor-disabled,not-allowed);opacity:.55}.st-selectionChip__count{color:inherit;opacity:.75}.st-selectionChip__clear{color:inherit;cursor:pointer;font:inherit;height:1.25em;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:1.25em;margin-inline-start:.0625rem;padding:0;font-size:1em;line-height:1;display:inline-flex}.st-selectionChip__clear:hover:not(:disabled){background:var(--st-semantic-surface-subtle,#f1f5f9)}.st-selectionChip__clear:focus-visible{outline-offset:1px;outline:2px solid}.st-selectionChip__clear:disabled{cursor:var(--st-cursor-disabled,not-allowed)}@media (prefers-reduced-motion:reduce){.st-selectionChip__clear{transition:none}}.st-appHeader{background:var(--st-semantic-surface-default);border-bottom:1px solid var(--st-semantic-border-subtle);color:var(--st-semantic-text-primary);font-family:var(--st-font-sans);width:100%}.st-appHeader__bar{align-items:center;gap:var(--st-spacing-4,1rem);max-width:80rem;height:3.5rem;padding:0 var(--st-spacing-4,1rem);justify-content:space-between;width:100%;margin:0 auto;display:flex}.st-appHeader__nav{align-items:center;gap:var(--st-spacing-4,1rem);flex-wrap:wrap;flex:auto;min-width:0;font-size:.875rem;font-weight:500;display:flex}.st-appHeader__burger{flex:auto;justify-content:flex-end;align-items:center;display:flex}.st-appHeader__burgerButton{border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;padding:var(--st-spacing-2,.5rem);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.st-appHeader__burgerButton:hover{background:var(--st-semantic-surface-subtle)}.st-appHeader__burgerButton:focus-visible{box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-appHeader__burgerIcon{display:block}.st-appHeader__logo{flex:none;align-items:center;display:inline-flex}.st-appHeader__brand{color:var(--st-semantic-text-primary);align-items:center;gap:var(--st-spacing-3,.75rem);flex:none;min-width:0;text-decoration:none;display:inline-flex}.st-appHeader__brand:hover,.st-appHeader__brand:focus-visible{text-decoration:none}.st-appHeader__brand:focus-visible{border-radius:var(--st-radius-sm,.375rem);box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-appHeader__brandMark{aspect-ratio:1;object-fit:contain;flex:none;width:2rem;height:2rem;display:inline-block}.st-appHeader__brandCopy{gap:.08rem;min-width:0;line-height:1;display:grid}.st-appHeader__brandName{color:var(--st-semantic-text-primary);font-size:1rem;font-weight:760}.st-appHeader__brandProduct{color:var(--st-semantic-text-secondary);font-size:.75rem;font-weight:650}.st-appHeader__actions{align-items:center;gap:var(--st-spacing-3,.75rem);flex:none;display:flex}.st-appHeader__scrim{cursor:default;z-index:var(--st-zindex-overlay,80);background:0 0;border:0;padding:0;position:fixed;inset:0}.st-appHeader__drawer{background:var(--st-semantic-surface-default);border:1px solid var(--st-semantic-border-subtle);box-shadow:var(--st-shadow-medium,0 8px 24px #0f172a1f);width:min(22rem,85vw);max-height:100vh;z-index:calc(var(--st-zindex-overlay,80) + 10);position:fixed;top:0;left:0;overflow-y:auto}.st-languageToggle{width:100%}.st-languageToggle__select{background:var(--st-semantic-surface-default);border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-md,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;font:inherit;font-family:var(--st-font-sans);padding:var(--st-spacing-1,.25rem) var(--st-spacing-2,.5rem);font-size:.875rem}.st-languageToggle__select:focus-visible{border-color:var(--st-semantic-border-interactive);box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-languageToggle__accordionTrigger{border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;font:inherit;font-family:var(--st-font-sans);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;font-size:.875rem;font-weight:500;display:flex}.st-languageToggle__accordionTrigger:hover{background:var(--st-semantic-surface-subtle)}.st-languageToggle__accordionTrigger:focus-visible{box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-languageToggle__chevron{color:var(--st-semantic-text-secondary);transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-languageToggle__chevron--open{transform:rotate(180deg)}.st-languageToggle__accordionPanel{gap:var(--st-spacing-1,.25rem);padding:var(--st-spacing-1,.25rem) var(--st-spacing-3,.75rem) var(--st-spacing-2,.5rem);display:grid}.st-languageToggle__option{border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;font-family:var(--st-font-sans);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:left;background:0 0;border:0;width:100%;font-size:.875rem;font-weight:500}.st-languageToggle__option:hover,.st-languageToggle__option--active{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-primary)}.st-languageToggle__option:focus-visible{box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-identityMenu{font-family:var(--st-font-sans);position:relative}.st-identityMenu--accordion{width:100%}.st-identityMenu__trigger{border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;font:inherit;font-family:var(--st-font-sans);align-items:center;gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-1,.25rem) var(--st-spacing-3,.75rem);background:0 0;border:0;font-size:.875rem;font-weight:500;display:inline-flex}.st-identityMenu--accordion .st-identityMenu__trigger{padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);width:100%}.st-identityMenu__trigger:hover{background:var(--st-semantic-surface-subtle)}.st-identityMenu__trigger:focus-visible{box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-identityMenu__avatar{background:var(--st-semantic-action-primary);border-radius:var(--st-radius-pill,9999px);color:var(--st-semantic-action-primaryText);flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:500;display:inline-flex}.st-identityMenu__meta{text-align:left;gap:.05rem;min-width:0;display:grid}.st-identityMenu--accordion .st-identityMenu__meta{flex:auto}.st-identityMenu__name{color:var(--st-semantic-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.st-identityMenu__email{color:var(--st-semantic-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.st-identityMenu__chevron{color:var(--st-semantic-text-secondary);transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);flex:none}.st-identityMenu__chevron--open{transform:rotate(180deg)}.st-identityMenu__menu{background:var(--st-semantic-surface-raised);border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-md,.375rem);box-shadow:var(--st-shadow-medium,0 8px 24px #0f172a1f);margin-top:var(--st-spacing-2,.5rem);min-width:12rem;padding:var(--st-spacing-1,.25rem);z-index:var(--st-zindex-overlay,80);display:grid;position:absolute;top:100%;right:0}.st-identityMenu--accordion .st-identityMenu__menu{box-shadow:none;margin-top:var(--st-spacing-1,.25rem);width:100%;position:static}.st-identityMenu__item{border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;font:inherit;font-family:var(--st-font-sans);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:left;background:0 0;border:0;width:100%;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.st-identityMenu__item:hover{background:var(--st-semantic-surface-subtle)}.st-identityMenu__item:focus-visible{box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-identityMenu__item--danger{color:var(--st-semantic-action-danger)}.st-identityMenu__divider{background:var(--st-semantic-border-subtle);height:1px;margin:var(--st-spacing-1,.25rem) 0}.st-identityMenu__login{background:var(--st-semantic-action-primary);border-radius:var(--st-radius-md,.375rem);color:var(--st-semantic-action-primaryText);cursor:pointer;font:inherit;font-family:var(--st-font-sans);padding:var(--st-spacing-1,.25rem) var(--st-spacing-3,.75rem);border:0;font-size:.875rem}.st-identityMenu__login--accordion{padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);text-align:center;width:100%;display:block}.st-identityMenu__login:hover{background:var(--st-semantic-action-primaryHover)}.st-identityMenu__login:focus-visible{box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-stepLineChart{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-stepLineChart--category1{color:var(--st-semantic-data-category1)}.st-stepLineChart--category2{color:var(--st-semantic-data-category2)}.st-stepLineChart--category3{color:var(--st-semantic-data-category3)}.st-stepLineChart--category4{color:var(--st-semantic-data-category4)}.st-stepLineChart--category5{color:var(--st-semantic-data-category5)}.st-stepLineChart--category6{color:var(--st-semantic-data-category6)}.st-stepLineChart--category7{color:var(--st-semantic-data-category7)}.st-stepLineChart--category8{color:var(--st-semantic-data-category8)}.st-stepLineChart svg{display:block;overflow:visible}.st-stepLineChart__visual{display:block}.st-stepLineChart__grid{stroke:var(--st-component-stepLineChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-stepLineChart__axis{stroke:var(--st-component-stepLineChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-stepLineChart__tickLabel{fill:var(--st-component-stepLineChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-stepLineChart__line{stroke:currentColor}.st-stepLineChart__dot{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-stepLineChart__dot:hover,.st-stepLineChart__dot:focus-visible{r:5.5}.st-stepLineChart__dot:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-stepLineChart__tooltip{background:var(--st-component-stepLineChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-stepLineChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-stepLineChart__tooltipLabel{font-weight:600}.st-stepLineChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-stepLineChart__dot{transition:none}}.st-divergentBarChart{color:var(--st-component-divergentBarChart-labelColor,var(--st-semantic-text-secondary));width:100%;font-family:inherit;display:block;position:relative}.st-divergentBarChart svg,.st-divergentBarChart__visual{display:block;overflow:visible}.st-divergentBarChart__grid{stroke:var(--st-component-divergentBarChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-divergentBarChart__axis{stroke:var(--st-component-divergentBarChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-divergentBarChart__zeroAxis{stroke:var(--st-component-divergentBarChart-zeroStroke,var(--st-semantic-border-strong));stroke-width:1.5px}.st-divergentBarChart__tickLabel,.st-divergentBarChart__categoryLabel{fill:var(--st-component-divergentBarChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-divergentBarChart__bar{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-divergentBarChart__bar--positive{fill:var(--st-component-divergentBarChart-positiveFill,var(--st-semantic-data-category5))}.st-divergentBarChart__bar--negative{fill:var(--st-component-divergentBarChart-negativeFill,var(--st-semantic-data-category3))}.st-divergentBarChart__bar--neutral,.st-divergentBarChart__bar--zero{fill:var(--st-component-divergentBarChart-neutralFill,var(--st-semantic-data-category6))}.st-divergentBarChart__tooltip{background:var(--st-component-divergentBarChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-divergentBarChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-divergentBarChart__tooltipLabel{font-weight:600}.st-divergentBarChart__tooltipValue{opacity:.85}.st-divergentBarChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-divergentBarChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;display:inline-flex}.st-divergentBarChart__legendSwatch{border-radius:2px;width:.7rem;height:.7rem}.st-divergentBarChart__legendSwatch--positive{background:var(--st-component-divergentBarChart-positiveFill,var(--st-semantic-data-category5))}.st-divergentBarChart__legendSwatch--negative{background:var(--st-component-divergentBarChart-negativeFill,var(--st-semantic-data-category3))}.st-divergentBarChart__legendSwatch--neutral{background:var(--st-component-divergentBarChart-neutralFill,var(--st-semantic-data-category6))}@media (prefers-reduced-motion:reduce){.st-divergentBarChart__bar{transition:none}}.st-chordDiagram{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-chordDiagram svg,.st-chordDiagram__visual{display:block;overflow:visible}.st-chordDiagram__ribbon{cursor:pointer;fill-opacity:.4;stroke-opacity:.55;transition:opacity .12s}.st-chordDiagram__ribbon:hover{fill-opacity:.62}.st-chordDiagram__ribbon--dim{opacity:.18}@media (prefers-reduced-motion:reduce){.st-chordDiagram__ribbon{transition:none}}.st-chordDiagram__arc{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px}.st-chordDiagram__arc--category1,.st-chordDiagram__ribbon--category1{fill:var(--st-semantic-data-category1);stroke:var(--st-semantic-data-category1)}.st-chordDiagram__arc--category2,.st-chordDiagram__ribbon--category2{fill:var(--st-semantic-data-category2);stroke:var(--st-semantic-data-category2)}.st-chordDiagram__arc--category3,.st-chordDiagram__ribbon--category3{fill:var(--st-semantic-data-category3);stroke:var(--st-semantic-data-category3)}.st-chordDiagram__arc--category4,.st-chordDiagram__ribbon--category4{fill:var(--st-semantic-data-category4);stroke:var(--st-semantic-data-category4)}.st-chordDiagram__arc--category5,.st-chordDiagram__ribbon--category5{fill:var(--st-semantic-data-category5);stroke:var(--st-semantic-data-category5)}.st-chordDiagram__arc--category6,.st-chordDiagram__ribbon--category6{fill:var(--st-semantic-data-category6);stroke:var(--st-semantic-data-category6)}.st-chordDiagram__arc--category7,.st-chordDiagram__ribbon--category7{fill:var(--st-semantic-data-category7);stroke:var(--st-semantic-data-category7)}.st-chordDiagram__arc--category8,.st-chordDiagram__ribbon--category8{fill:var(--st-semantic-data-category8);stroke:var(--st-semantic-data-category8)}.st-chordDiagram__arcLabel{pointer-events:none;font-size:.7rem;font-weight:600}.st-chordDiagram__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-chordDiagram__tooltipLabel{font-weight:600}.st-chordDiagram__tooltipValue{opacity:.85}.st-dependencyWheelChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-dependencyWheelChart svg,.st-dependencyWheelChart__visual{display:block;overflow:visible}.st-dependencyWheelChart__visual{position:relative}.st-dependencyWheelChart__legend{position:absolute;top:0;right:0}.st-dependencyWheelChart__ribbon{cursor:pointer;fill-opacity:.4;stroke-opacity:.55;transition:opacity .12s}.st-dependencyWheelChart__ribbon:hover{fill-opacity:.62}.st-dependencyWheelChart__ribbon--dim{opacity:.18}@media (prefers-reduced-motion:reduce){.st-dependencyWheelChart__ribbon{transition:none}}.st-dependencyWheelChart__arc{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px}.st-dependencyWheelChart__arc--category1,.st-dependencyWheelChart__ribbon--category1{fill:var(--st-semantic-data-category1);stroke:var(--st-semantic-data-category1)}.st-dependencyWheelChart__arc--category2,.st-dependencyWheelChart__ribbon--category2{fill:var(--st-semantic-data-category2);stroke:var(--st-semantic-data-category2)}.st-dependencyWheelChart__arc--category3,.st-dependencyWheelChart__ribbon--category3{fill:var(--st-semantic-data-category3);stroke:var(--st-semantic-data-category3)}.st-dependencyWheelChart__arc--category4,.st-dependencyWheelChart__ribbon--category4{fill:var(--st-semantic-data-category4);stroke:var(--st-semantic-data-category4)}.st-dependencyWheelChart__arc--category5,.st-dependencyWheelChart__ribbon--category5{fill:var(--st-semantic-data-category5);stroke:var(--st-semantic-data-category5)}.st-dependencyWheelChart__arc--category6,.st-dependencyWheelChart__ribbon--category6{fill:var(--st-semantic-data-category6);stroke:var(--st-semantic-data-category6)}.st-dependencyWheelChart__arc--category7,.st-dependencyWheelChart__ribbon--category7{fill:var(--st-semantic-data-category7);stroke:var(--st-semantic-data-category7)}.st-dependencyWheelChart__arc--category8,.st-dependencyWheelChart__ribbon--category8{fill:var(--st-semantic-data-category8);stroke:var(--st-semantic-data-category8)}.st-dependencyWheelChart__arcLabel{pointer-events:none;font-size:.6rem;font-weight:600}.st-dependencyWheelChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-dependencyWheelChart__tooltipLabel{font-weight:600}.st-dependencyWheelChart__tooltipValue{opacity:.85}.st-organizationChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-organizationChart svg,.st-organizationChart__visual{display:block;overflow:visible}.st-organizationChart__link{stroke:var(--st-semantic-border-default);stroke-width:1.5px}.st-organizationChart__box{stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-organizationChart__box--category1{fill:var(--st-semantic-data-category1)}.st-organizationChart__box--category2{fill:var(--st-semantic-data-category2)}.st-organizationChart__box--category3{fill:var(--st-semantic-data-category3)}.st-organizationChart__box--category4{fill:var(--st-semantic-data-category4)}.st-organizationChart__box--category5{fill:var(--st-semantic-data-category5)}.st-organizationChart__box--category6{fill:var(--st-semantic-data-category6)}.st-organizationChart__box--category7{fill:var(--st-semantic-data-category7)}.st-organizationChart__box--category8{fill:var(--st-semantic-data-category8)}.st-organizationChart__label{fill:var(--st-semantic-text-inverse);pointer-events:none;font-weight:600}.st-ganttChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-ganttChart svg{display:block;overflow:visible}.st-ganttChart__visual{display:block}.st-ganttChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-ganttChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-ganttChart__tickLabel,.st-ganttChart__taskLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-ganttChart__bar{cursor:pointer;transition:opacity .12s}.st-ganttChart__bar--dim{opacity:.4}.st-ganttChart__bar--category1{fill:var(--st-semantic-data-category1)}.st-ganttChart__bar--category2{fill:var(--st-semantic-data-category2)}.st-ganttChart__bar--category3{fill:var(--st-semantic-data-category3)}.st-ganttChart__bar--category4{fill:var(--st-semantic-data-category4)}.st-ganttChart__bar--category5{fill:var(--st-semantic-data-category5)}.st-ganttChart__bar--category6{fill:var(--st-semantic-data-category6)}.st-ganttChart__bar--category7{fill:var(--st-semantic-data-category7)}.st-ganttChart__bar--category8{fill:var(--st-semantic-data-category8)}.st-ganttChart__marker{stroke:var(--st-semantic-feedback-error);stroke-width:1.5px;stroke-dasharray:4 3}.st-ganttChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-ganttChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-ganttChart__legendSwatch{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-ganttChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-ganttChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-ganttChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-ganttChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-ganttChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-ganttChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-ganttChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-ganttChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-ganttChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-ganttChart__tooltipLabel{font-weight:600}.st-ganttChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-ganttChart__bar{transition:none}}.st-timelineChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-timelineChart svg{display:block;overflow:visible}.st-timelineChart__visual{display:block}.st-timelineChart__axis{stroke:var(--st-semantic-border-strong);stroke-width:2px}.st-timelineChart__tick{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-timelineChart__tickLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-timelineChart__connector{stroke:currentColor;stroke-width:1.5px;opacity:.6}.st-timelineChart__eventLabel{fill:var(--st-semantic-text-primary);font-size:.75rem;font-weight:600}.st-timelineChart__marker{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:2px;cursor:pointer;transition:r .12s}.st-timelineChart__marker:hover{r:7.5}@media (prefers-reduced-motion:reduce){.st-timelineChart__marker{transition:none}}.st-timelineChart__connector--category1,.st-timelineChart__marker--category1{color:var(--st-semantic-data-category1)}.st-timelineChart__connector--category2,.st-timelineChart__marker--category2{color:var(--st-semantic-data-category2)}.st-timelineChart__connector--category3,.st-timelineChart__marker--category3{color:var(--st-semantic-data-category3)}.st-timelineChart__connector--category4,.st-timelineChart__marker--category4{color:var(--st-semantic-data-category4)}.st-timelineChart__connector--category5,.st-timelineChart__marker--category5{color:var(--st-semantic-data-category5)}.st-timelineChart__connector--category6,.st-timelineChart__marker--category6{color:var(--st-semantic-data-category6)}.st-timelineChart__connector--category7,.st-timelineChart__marker--category7{color:var(--st-semantic-data-category7)}.st-timelineChart__connector--category8,.st-timelineChart__marker--category8{color:var(--st-semantic-data-category8)}.st-timelineChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:normal;z-index:1;flex-direction:column;gap:.125rem;max-width:16rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 10px))}.st-timelineChart__tooltipLabel{font-weight:600}.st-timelineChart__tooltipValue,.st-timelineChart__tooltipDesc{opacity:.85}.st-packedBubblesChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-packedBubblesChart svg,.st-packedBubblesChart__visual{display:block;overflow:visible}.st-packedBubblesChart__circle{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1.5px;transition:opacity .12s}.st-packedBubblesChart__circle--dim{opacity:.4}@media (prefers-reduced-motion:reduce){.st-packedBubblesChart__circle{transition:none}}.st-packedBubblesChart__circle--category1{fill:var(--st-semantic-data-category1)}.st-packedBubblesChart__circle--category2{fill:var(--st-semantic-data-category2)}.st-packedBubblesChart__circle--category3{fill:var(--st-semantic-data-category3)}.st-packedBubblesChart__circle--category4{fill:var(--st-semantic-data-category4)}.st-packedBubblesChart__circle--category5{fill:var(--st-semantic-data-category5)}.st-packedBubblesChart__circle--category6{fill:var(--st-semantic-data-category6)}.st-packedBubblesChart__circle--category7{fill:var(--st-semantic-data-category7)}.st-packedBubblesChart__circle--category8{fill:var(--st-semantic-data-category8)}.st-packedBubblesChart__label{pointer-events:none;font-size:.7rem;font-weight:600}.st-packedBubblesChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-packedBubblesChart__tooltipLabel{font-weight:600}.st-packedBubblesChart__tooltipValue{opacity:.85}.st-roseChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-roseChart svg,.st-roseChart__visual{display:block;overflow:visible}.st-roseChart__sector{cursor:pointer;fill-opacity:.82;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-roseChart__sector--dim{opacity:.4}.st-roseChart__sector--category1{fill:var(--st-semantic-data-category1)}.st-roseChart__sector--category2{fill:var(--st-semantic-data-category2)}.st-roseChart__sector--category3{fill:var(--st-semantic-data-category3)}.st-roseChart__sector--category4{fill:var(--st-semantic-data-category4)}.st-roseChart__sector--category5{fill:var(--st-semantic-data-category5)}.st-roseChart__sector--category6{fill:var(--st-semantic-data-category6)}.st-roseChart__sector--category7{fill:var(--st-semantic-data-category7)}.st-roseChart__sector--category8{fill:var(--st-semantic-data-category8)}.st-roseChart__label{pointer-events:none;font-size:.68rem;font-weight:650}.st-roseChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-roseChart__tooltipLabel{font-weight:600}.st-roseChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-roseChart__sector{transition:none}}.st-violinChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-violinChart svg,.st-violinChart__visual{display:block;overflow:visible}.st-violinChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-violinChart__shape{cursor:pointer;fill-opacity:.72;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-violinChart__shape--dim{opacity:.4}.st-violinChart__shape--category1{fill:var(--st-semantic-data-category1)}.st-violinChart__shape--category2{fill:var(--st-semantic-data-category2)}.st-violinChart__shape--category3{fill:var(--st-semantic-data-category3)}.st-violinChart__shape--category4{fill:var(--st-semantic-data-category4)}.st-violinChart__shape--category5{fill:var(--st-semantic-data-category5)}.st-violinChart__shape--category6{fill:var(--st-semantic-data-category6)}.st-violinChart__shape--category7{fill:var(--st-semantic-data-category7)}.st-violinChart__shape--category8{fill:var(--st-semantic-data-category8)}.st-violinChart__box{fill:var(--st-semantic-surface-default,Canvas);fill-opacity:.85;stroke:var(--st-semantic-text-secondary);stroke-width:1px}.st-violinChart__median{stroke:var(--st-semantic-text-primary);stroke-width:2px}.st-violinChart__label{fill:var(--st-semantic-text-secondary);font-size:.75rem}.st-violinChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-violinChart__tooltipLabel{font-weight:600}.st-violinChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-violinChart__shape{transition:none}}.st-geoMap{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-geoMap svg,.st-geoMap__visual{display:block}.st-geoMap__frame{fill:var(--st-semantic-surface-default,Canvas);stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-geoMap__feature{stroke-width:1.5px;transition:fill-opacity .12s}.st-geoMap__feature--category1{fill:color-mix(in srgb, var(--st-semantic-data-category1) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category1)}.st-geoMap__feature--category2{fill:color-mix(in srgb, var(--st-semantic-data-category2) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category2)}.st-geoMap__feature--category3{fill:color-mix(in srgb, var(--st-semantic-data-category3) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category3)}.st-geoMap__feature--category4{fill:color-mix(in srgb, var(--st-semantic-data-category4) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category4)}.st-geoMap__feature--category5{fill:color-mix(in srgb, var(--st-semantic-data-category5) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category5)}.st-geoMap__feature--category6{fill:color-mix(in srgb, var(--st-semantic-data-category6) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category6)}.st-geoMap__feature--category7{fill:color-mix(in srgb, var(--st-semantic-data-category7) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category7)}.st-geoMap__feature--category8{fill:color-mix(in srgb, var(--st-semantic-data-category8) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category8)}.st-geoMap__feature--line{fill:none}.st-geoMap__region{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-geoMap__region--empty{fill:var(--st-semantic-surface-default,Canvas)}.st-geoMap__region--category1{fill:color-mix(in srgb, var(--st-semantic-data-category1) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category2{fill:color-mix(in srgb, var(--st-semantic-data-category2) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category3{fill:color-mix(in srgb, var(--st-semantic-data-category3) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category4{fill:color-mix(in srgb, var(--st-semantic-data-category4) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category5{fill:color-mix(in srgb, var(--st-semantic-data-category5) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category6{fill:color-mix(in srgb, var(--st-semantic-data-category6) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category7{fill:color-mix(in srgb, var(--st-semantic-data-category7) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category8{fill:color-mix(in srgb, var(--st-semantic-data-category8) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__point{fill-opacity:.82}.st-geoMap__point--category1{fill:var(--st-semantic-data-category1)}.st-geoMap__point--category2{fill:var(--st-semantic-data-category2)}.st-geoMap__point--category3{fill:var(--st-semantic-data-category3)}.st-geoMap__point--category4{fill:var(--st-semantic-data-category4)}.st-geoMap__point--category5{fill:var(--st-semantic-data-category5)}.st-geoMap__point--category6{fill:var(--st-semantic-data-category6)}.st-geoMap__point--category7{fill:var(--st-semantic-data-category7)}.st-geoMap__point--category8{fill:var(--st-semantic-data-category8)}.st-geoMap__density--category1{fill:color-mix(in srgb, var(--st-semantic-data-category1) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category2{fill:color-mix(in srgb, var(--st-semantic-data-category2) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category3{fill:color-mix(in srgb, var(--st-semantic-data-category3) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category4{fill:color-mix(in srgb, var(--st-semantic-data-category4) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category5{fill:color-mix(in srgb, var(--st-semantic-data-category5) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category6{fill:color-mix(in srgb, var(--st-semantic-data-category6) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category7{fill:color-mix(in srgb, var(--st-semantic-data-category7) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category8{fill:color-mix(in srgb, var(--st-semantic-data-category8) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__flow{fill:none;stroke-linecap:round;stroke-opacity:.62}.st-geoMap__flow--category1{stroke:var(--st-semantic-data-category1)}.st-geoMap__flow--category2{stroke:var(--st-semantic-data-category2)}.st-geoMap__flow--category3{stroke:var(--st-semantic-data-category3)}.st-geoMap__flow--category4{stroke:var(--st-semantic-data-category4)}.st-geoMap__flow--category5{stroke:var(--st-semantic-data-category5)}.st-geoMap__flow--category6{stroke:var(--st-semantic-data-category6)}.st-geoMap__flow--category7{stroke:var(--st-semantic-data-category7)}.st-geoMap__flow--category8{stroke:var(--st-semantic-data-category8)}.st-geoMap__hexbin--category1{fill:color-mix(in srgb, var(--st-semantic-data-category1) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category2{fill:color-mix(in srgb, var(--st-semantic-data-category2) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category3{fill:color-mix(in srgb, var(--st-semantic-data-category3) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category4{fill:color-mix(in srgb, var(--st-semantic-data-category4) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category5{fill:color-mix(in srgb, var(--st-semantic-data-category5) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category6{fill:color-mix(in srgb, var(--st-semantic-data-category6) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category7{fill:color-mix(in srgb, var(--st-semantic-data-category7) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category8{fill:color-mix(in srgb, var(--st-semantic-data-category8) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__cluster--category1{color:var(--st-semantic-data-category1)}.st-geoMap__cluster--category2{color:var(--st-semantic-data-category2)}.st-geoMap__cluster--category3{color:var(--st-semantic-data-category3)}.st-geoMap__cluster--category4{color:var(--st-semantic-data-category4)}.st-geoMap__cluster--category5{color:var(--st-semantic-data-category5)}.st-geoMap__cluster--category6{color:var(--st-semantic-data-category6)}.st-geoMap__cluster--category7{color:var(--st-semantic-data-category7)}.st-geoMap__cluster--category8{color:var(--st-semantic-data-category8)}.st-geoMap__clusterDot{fill:currentColor;fill-opacity:.78}.st-geoMap__clusterRing{fill:none;stroke:currentColor;stroke-width:1.5px}@media (prefers-reduced-motion:reduce){.st-geoMap__feature{transition:none}}.st-columnRangeChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-columnRangeChart svg{display:block;overflow:visible}.st-columnRangeChart__visual{display:block}.st-columnRangeChart__grid{stroke:var(--st-component-columnRangeChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-columnRangeChart__axis{stroke:var(--st-component-columnRangeChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-columnRangeChart__tickLabel,.st-columnRangeChart__categoryLabel{fill:var(--st-component-columnRangeChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-columnRangeChart__bar{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-columnRangeChart__bar:hover{opacity:.82}.st-columnRangeChart__bar--category1{fill:var(--st-semantic-data-category1)}.st-columnRangeChart__bar--category2{fill:var(--st-semantic-data-category2)}.st-columnRangeChart__bar--category3{fill:var(--st-semantic-data-category3)}.st-columnRangeChart__bar--category4{fill:var(--st-semantic-data-category4)}.st-columnRangeChart__bar--category5{fill:var(--st-semantic-data-category5)}.st-columnRangeChart__bar--category6{fill:var(--st-semantic-data-category6)}.st-columnRangeChart__bar--category7{fill:var(--st-semantic-data-category7)}.st-columnRangeChart__bar--category8{fill:var(--st-semantic-data-category8)}.st-columnRangeChart__tooltip{background:var(--st-component-columnRangeChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-columnRangeChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-columnRangeChart__tooltipLabel{font-weight:600}.st-columnRangeChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-columnRangeChart__bar{transition:none}}.st-areaRangeChart{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-areaRangeChart--category1{color:var(--st-semantic-data-category1)}.st-areaRangeChart--category2{color:var(--st-semantic-data-category2)}.st-areaRangeChart--category3{color:var(--st-semantic-data-category3)}.st-areaRangeChart--category4{color:var(--st-semantic-data-category4)}.st-areaRangeChart--category5{color:var(--st-semantic-data-category5)}.st-areaRangeChart--category6{color:var(--st-semantic-data-category6)}.st-areaRangeChart--category7{color:var(--st-semantic-data-category7)}.st-areaRangeChart--category8{color:var(--st-semantic-data-category8)}.st-areaRangeChart svg{display:block;overflow:visible}.st-areaRangeChart__visual{display:block}.st-areaRangeChart__grid{stroke:var(--st-component-areaRangeChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-areaRangeChart__axis{stroke:var(--st-component-areaRangeChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-areaRangeChart__tickLabel{fill:var(--st-component-areaRangeChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-areaRangeChart__line{stroke:currentColor}.st-areaRangeChart__line--low{opacity:.7}.st-areaRangeChart__area{stroke:none}.st-areaRangeChart__dot{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-areaRangeChart__dot:hover{r:5}@media (prefers-reduced-motion:reduce){.st-areaRangeChart__dot{transition:none}}.st-areaRangeChart__tooltip{background:var(--st-component-areaRangeChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-areaRangeChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-areaRangeChart__tooltipLabel{font-weight:600}.st-areaRangeChart__tooltipValue{opacity:.85}.st-areaSplineRangeChart{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-areaSplineRangeChart--category1{color:var(--st-semantic-data-category1)}.st-areaSplineRangeChart--category2{color:var(--st-semantic-data-category2)}.st-areaSplineRangeChart--category3{color:var(--st-semantic-data-category3)}.st-areaSplineRangeChart--category4{color:var(--st-semantic-data-category4)}.st-areaSplineRangeChart--category5{color:var(--st-semantic-data-category5)}.st-areaSplineRangeChart--category6{color:var(--st-semantic-data-category6)}.st-areaSplineRangeChart--category7{color:var(--st-semantic-data-category7)}.st-areaSplineRangeChart--category8{color:var(--st-semantic-data-category8)}.st-areaSplineRangeChart svg{display:block;overflow:visible}.st-areaSplineRangeChart__visual{display:block}.st-areaSplineRangeChart__grid{stroke:var(--st-component-areaSplineRangeChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-areaSplineRangeChart__axis{stroke:var(--st-component-areaSplineRangeChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-areaSplineRangeChart__tickLabel{fill:var(--st-component-areaSplineRangeChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-areaSplineRangeChart__line{stroke:currentColor}.st-areaSplineRangeChart__line--low{opacity:.7}.st-areaSplineRangeChart__area{stroke:none}.st-areaSplineRangeChart__dot{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-areaSplineRangeChart__dot:hover{r:5}@media (prefers-reduced-motion:reduce){.st-areaSplineRangeChart__dot{transition:none}}.st-areaSplineRangeChart__tooltip{background:var(--st-component-areaSplineRangeChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-areaSplineRangeChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-areaSplineRangeChart__tooltipLabel{font-weight:600}.st-areaSplineRangeChart__tooltipValue{opacity:.85}.st-columnPyramidChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-columnPyramidChart svg{display:block;overflow:visible}.st-columnPyramidChart__visual{display:block}.st-columnPyramidChart__grid{stroke:var(--st-component-columnPyramidChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-columnPyramidChart__axis{stroke:var(--st-component-columnPyramidChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-columnPyramidChart__tickLabel,.st-columnPyramidChart__categoryLabel{fill:var(--st-component-columnPyramidChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-columnPyramidChart__column{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-columnPyramidChart__column:hover{opacity:.82}.st-columnPyramidChart__column--category1{fill:var(--st-semantic-data-category1)}.st-columnPyramidChart__column--category2{fill:var(--st-semantic-data-category2)}.st-columnPyramidChart__column--category3{fill:var(--st-semantic-data-category3)}.st-columnPyramidChart__column--category4{fill:var(--st-semantic-data-category4)}.st-columnPyramidChart__column--category5{fill:var(--st-semantic-data-category5)}.st-columnPyramidChart__column--category6{fill:var(--st-semantic-data-category6)}.st-columnPyramidChart__column--category7{fill:var(--st-semantic-data-category7)}.st-columnPyramidChart__column--category8{fill:var(--st-semantic-data-category8)}.st-columnPyramidChart__tooltip{background:var(--st-component-columnPyramidChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-columnPyramidChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-columnPyramidChart__tooltipLabel{font-weight:600}.st-columnPyramidChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-columnPyramidChart__column{transition:none}}.st-polygonChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-polygonChart svg,.st-polygonChart__visual{display:block;overflow:visible}.st-polygonChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-polygonChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-polygonChart__tick{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-polygonChart__polygon{fill:currentColor;fill-opacity:.18;stroke:currentColor;stroke-width:2px;stroke-linejoin:round}.st-polygonChart__vertex{fill:currentColor}.st-polygonChart__polygon--category1,.st-polygonChart__vertex--category1{color:var(--st-semantic-data-category1)}.st-polygonChart__polygon--category2,.st-polygonChart__vertex--category2{color:var(--st-semantic-data-category2)}.st-polygonChart__polygon--category3,.st-polygonChart__vertex--category3{color:var(--st-semantic-data-category3)}.st-polygonChart__polygon--category4,.st-polygonChart__vertex--category4{color:var(--st-semantic-data-category4)}.st-polygonChart__polygon--category5,.st-polygonChart__vertex--category5{color:var(--st-semantic-data-category5)}.st-polygonChart__polygon--category6,.st-polygonChart__vertex--category6{color:var(--st-semantic-data-category6)}.st-polygonChart__polygon--category7,.st-polygonChart__vertex--category7{color:var(--st-semantic-data-category7)}.st-polygonChart__polygon--category8,.st-polygonChart__vertex--category8{color:var(--st-semantic-data-category8)}.st-polygonChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-polygonChart__tooltipValue{opacity:.85}.st-tileMapChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-tileMapChart svg,.st-tileMapChart__visual{display:block;overflow:visible}.st-tileMapChart__tile{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-tileMapChart__tile--dim{opacity:.4}@media (prefers-reduced-motion:reduce){.st-tileMapChart__tile{transition:none}}.st-tileMapChart__tile--category1,.st-tileMapChart__legendSwatch--category1{fill:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-tileMapChart__tile--category2,.st-tileMapChart__legendSwatch--category2{fill:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-tileMapChart__tile--category3,.st-tileMapChart__legendSwatch--category3{fill:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-tileMapChart__tile--category4,.st-tileMapChart__legendSwatch--category4{fill:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-tileMapChart__tile--category5,.st-tileMapChart__legendSwatch--category5{fill:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-tileMapChart__tile--category6,.st-tileMapChart__legendSwatch--category6{fill:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-tileMapChart__tile--category7,.st-tileMapChart__legendSwatch--category7{fill:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-tileMapChart__tile--category8,.st-tileMapChart__legendSwatch--category8{fill:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-tileMapChart__tileLabel{fill:var(--st-semantic-text-inverse);font-size:.6875rem;font-weight:600}.st-tileMapChart__legend{align-items:center;gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-tileMapChart__legendRamp{grid-template-columns:repeat(8,minmax(.75rem,1fr));min-width:8rem;display:inline-grid}.st-tileMapChart__legendSwatch{height:.5rem;display:block}.st-tileMapChart__legendText{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-tileMapChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-tileMapChart__tooltipLabel{font-weight:600}.st-tileMapChart__tooltipValue{opacity:.85}.st-dumbbellChart{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-dumbbellChart svg{display:block;overflow:visible}.st-dumbbellChart__visual{display:block;position:relative}.st-dumbbellChart__legend{position:absolute;top:.25rem;right:.25rem}.st-dumbbellChart__grid{stroke:var(--st-component-dumbbellChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-dumbbellChart__axis{stroke:var(--st-component-dumbbellChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-dumbbellChart__tickLabel,.st-dumbbellChart__categoryLabel{fill:var(--st-component-dumbbellChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-dumbbellChart__connector{stroke:var(--st-component-dumbbellChart-connectorStroke,var(--st-semantic-border-strong));stroke-width:2px;stroke-linecap:round;opacity:.6}.st-dumbbellChart__dot{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-dumbbellChart__dot:hover{r:7}.st-dumbbellChart__dot--category1{fill:var(--st-semantic-data-category1)}.st-dumbbellChart__dot--category2{fill:var(--st-semantic-data-category2)}.st-dumbbellChart__dot--category3{fill:var(--st-semantic-data-category3)}.st-dumbbellChart__dot--category4{fill:var(--st-semantic-data-category4)}.st-dumbbellChart__dot--category5{fill:var(--st-semantic-data-category5)}.st-dumbbellChart__dot--category6{fill:var(--st-semantic-data-category6)}.st-dumbbellChart__dot--category7{fill:var(--st-semantic-data-category7)}.st-dumbbellChart__dot--category8{fill:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-dumbbellChart__dot{transition:none}}.st-dumbbellChart__tooltip{background:var(--st-component-dumbbellChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-dumbbellChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-dumbbellChart__tooltipLabel{font-weight:600}.st-dumbbellChart__tooltipValue{opacity:.85}.st-errorBarChart{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-errorBarChart svg{display:block;overflow:visible}.st-errorBarChart__visual{display:block;position:relative}.st-errorBarChart__legend{position:absolute;top:.25rem;right:.25rem}.st-errorBarChart__grid{stroke:var(--st-component-errorBarChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-errorBarChart__axis{stroke:var(--st-component-errorBarChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-errorBarChart__tickLabel,.st-errorBarChart__categoryLabel{fill:var(--st-component-errorBarChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-errorBarChart__whisker,.st-errorBarChart__cap{stroke:currentColor;stroke-width:2px;stroke-linecap:round}.st-errorBarChart__whisker--category1,.st-errorBarChart__cap--category1{stroke:var(--st-semantic-data-category1)}.st-errorBarChart__whisker--category2,.st-errorBarChart__cap--category2{stroke:var(--st-semantic-data-category2)}.st-errorBarChart__whisker--category3,.st-errorBarChart__cap--category3{stroke:var(--st-semantic-data-category3)}.st-errorBarChart__whisker--category4,.st-errorBarChart__cap--category4{stroke:var(--st-semantic-data-category4)}.st-errorBarChart__whisker--category5,.st-errorBarChart__cap--category5{stroke:var(--st-semantic-data-category5)}.st-errorBarChart__whisker--category6,.st-errorBarChart__cap--category6{stroke:var(--st-semantic-data-category6)}.st-errorBarChart__whisker--category7,.st-errorBarChart__cap--category7{stroke:var(--st-semantic-data-category7)}.st-errorBarChart__whisker--category8,.st-errorBarChart__cap--category8{stroke:var(--st-semantic-data-category8)}.st-errorBarChart__marker{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-errorBarChart__marker:hover{r:6}.st-errorBarChart__marker--category1{fill:var(--st-semantic-data-category1)}.st-errorBarChart__marker--category2{fill:var(--st-semantic-data-category2)}.st-errorBarChart__marker--category3{fill:var(--st-semantic-data-category3)}.st-errorBarChart__marker--category4{fill:var(--st-semantic-data-category4)}.st-errorBarChart__marker--category5{fill:var(--st-semantic-data-category5)}.st-errorBarChart__marker--category6{fill:var(--st-semantic-data-category6)}.st-errorBarChart__marker--category7{fill:var(--st-semantic-data-category7)}.st-errorBarChart__marker--category8{fill:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-errorBarChart__marker{transition:none}}.st-errorBarChart__tooltip{background:var(--st-component-errorBarChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-errorBarChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-errorBarChart__tooltipLabel{font-weight:600}.st-errorBarChart__tooltipValue{opacity:.85}.st-bellCurveChart{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-bellCurveChart--category1{color:var(--st-semantic-data-category1)}.st-bellCurveChart--category2{color:var(--st-semantic-data-category2)}.st-bellCurveChart--category3{color:var(--st-semantic-data-category3)}.st-bellCurveChart--category4{color:var(--st-semantic-data-category4)}.st-bellCurveChart--category5{color:var(--st-semantic-data-category5)}.st-bellCurveChart--category6{color:var(--st-semantic-data-category6)}.st-bellCurveChart--category7{color:var(--st-semantic-data-category7)}.st-bellCurveChart--category8{color:var(--st-semantic-data-category8)}.st-bellCurveChart svg{display:block;overflow:visible}.st-bellCurveChart__visual{display:block;position:relative}.st-bellCurveChart__grid{stroke:var(--st-component-bellCurveChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-bellCurveChart__axis{stroke:var(--st-component-bellCurveChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-bellCurveChart__tickLabel{fill:var(--st-component-bellCurveChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-bellCurveChart__line{stroke:currentColor}.st-bellCurveChart__area{stroke:none}.st-bellCurveChart__sdMark{stroke:currentColor;stroke-dasharray:2 3;stroke-width:1px;opacity:.5}.st-bellCurveChart__mean{stroke:currentColor;stroke-dasharray:4 3;stroke-width:1.5px;opacity:.85}.st-bellCurveChart__meanLabel{fill:currentColor;font-size:.6875rem;font-weight:600}.st-bellCurveChart__hit{fill:#0000;cursor:pointer}.st-bellCurveChart__tooltip{background:var(--st-component-bellCurveChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-bellCurveChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-bellCurveChart__tooltipLabel{font-weight:600}.st-bellCurveChart__tooltipValue{opacity:.85}.st-arcDiagramChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-arcDiagramChart svg,.st-arcDiagramChart__visual{display:block;overflow:visible}.st-arcDiagramChart__visual{position:relative}.st-arcDiagramChart__legend{position:absolute;top:0;right:0}.st-arcDiagramChart__axis{stroke:var(--st-semantic-border-subtle,var(--st-semantic-text-secondary));stroke-width:1px}.st-arcDiagramChart__arc{cursor:pointer;fill:none;stroke-opacity:.6;transition:opacity .12s,stroke-opacity .12s}.st-arcDiagramChart__arc:hover{stroke-opacity:.85}.st-arcDiagramChart__arc--dim{opacity:.18}@media (prefers-reduced-motion:reduce){.st-arcDiagramChart__arc{transition:none}}.st-arcDiagramChart__node{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1.5px}.st-arcDiagramChart__arc--category1,.st-arcDiagramChart__node--category1{stroke:var(--st-semantic-data-category1)}.st-arcDiagramChart__node--category1{fill:var(--st-semantic-data-category1)}.st-arcDiagramChart__arc--category2,.st-arcDiagramChart__node--category2{stroke:var(--st-semantic-data-category2)}.st-arcDiagramChart__node--category2{fill:var(--st-semantic-data-category2)}.st-arcDiagramChart__arc--category3,.st-arcDiagramChart__node--category3{stroke:var(--st-semantic-data-category3)}.st-arcDiagramChart__node--category3{fill:var(--st-semantic-data-category3)}.st-arcDiagramChart__arc--category4,.st-arcDiagramChart__node--category4{stroke:var(--st-semantic-data-category4)}.st-arcDiagramChart__node--category4{fill:var(--st-semantic-data-category4)}.st-arcDiagramChart__arc--category5,.st-arcDiagramChart__node--category5{stroke:var(--st-semantic-data-category5)}.st-arcDiagramChart__node--category5{fill:var(--st-semantic-data-category5)}.st-arcDiagramChart__arc--category6,.st-arcDiagramChart__node--category6{stroke:var(--st-semantic-data-category6)}.st-arcDiagramChart__node--category6{fill:var(--st-semantic-data-category6)}.st-arcDiagramChart__arc--category7,.st-arcDiagramChart__node--category7{stroke:var(--st-semantic-data-category7)}.st-arcDiagramChart__node--category7{fill:var(--st-semantic-data-category7)}.st-arcDiagramChart__arc--category8,.st-arcDiagramChart__node--category8{stroke:var(--st-semantic-data-category8)}.st-arcDiagramChart__node--category8{fill:var(--st-semantic-data-category8)}.st-arcDiagramChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-arcDiagramChart__tooltipLabel{font-weight:600}.st-arcDiagramChart__tooltipValue{opacity:.85}.st-treegraphChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-treegraphChart svg,.st-treegraphChart__visual{display:block;overflow:visible}.st-treegraphChart__link{stroke:var(--st-semantic-border-default);stroke-width:1.5px}.st-treegraphChart__dot{stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-treegraphChart__dot--category1{fill:var(--st-semantic-data-category1)}.st-treegraphChart__dot--category2{fill:var(--st-semantic-data-category2)}.st-treegraphChart__dot--category3{fill:var(--st-semantic-data-category3)}.st-treegraphChart__dot--category4{fill:var(--st-semantic-data-category4)}.st-treegraphChart__dot--category5{fill:var(--st-semantic-data-category5)}.st-treegraphChart__dot--category6{fill:var(--st-semantic-data-category6)}.st-treegraphChart__dot--category7{fill:var(--st-semantic-data-category7)}.st-treegraphChart__dot--category8{fill:var(--st-semantic-data-category8)}.st-treegraphChart__label{fill:var(--st-semantic-text-primary);pointer-events:none;font-weight:600}.st-heikinAshiChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-heikinAshiChart svg{display:block;overflow:visible}.st-heikinAshiChart__visual{display:block}.st-heikinAshiChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-heikinAshiChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-heikinAshiChart__wick{stroke-width:1.5px}.st-heikinAshiChart__wick--up{stroke:var(--st-semantic-feedback-success)}.st-heikinAshiChart__wick--down{stroke:var(--st-semantic-feedback-error)}.st-heikinAshiChart__body{cursor:pointer;transition:opacity .12s}.st-heikinAshiChart__body--dim{opacity:.4}.st-heikinAshiChart__body--up{fill:var(--st-semantic-feedback-success)}.st-heikinAshiChart__body--down{fill:var(--st-semantic-feedback-error)}@media (prefers-reduced-motion:reduce){.st-heikinAshiChart__body{transition:none}}.st-heikinAshiChart__tickLabel,.st-heikinAshiChart__categoryLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-heikinAshiChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-heikinAshiChart__tooltipLabel{font-weight:600}.st-heikinAshiChart__tooltipValue{opacity:.85}.st-variablePieChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-variablePieChart svg,.st-variablePieChart__visual{display:block;overflow:visible}.st-variablePieChart__sector{cursor:pointer;fill-opacity:.82;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-variablePieChart__sector--dim{opacity:.4}.st-variablePieChart__sector--category1{fill:var(--st-semantic-data-category1)}.st-variablePieChart__sector--category2{fill:var(--st-semantic-data-category2)}.st-variablePieChart__sector--category3{fill:var(--st-semantic-data-category3)}.st-variablePieChart__sector--category4{fill:var(--st-semantic-data-category4)}.st-variablePieChart__sector--category5{fill:var(--st-semantic-data-category5)}.st-variablePieChart__sector--category6{fill:var(--st-semantic-data-category6)}.st-variablePieChart__sector--category7{fill:var(--st-semantic-data-category7)}.st-variablePieChart__sector--category8{fill:var(--st-semantic-data-category8)}.st-variablePieChart__label{pointer-events:none;font-size:.68rem;font-weight:650}.st-variablePieChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-variablePieChart__tooltipLabel{font-weight:600}.st-variablePieChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-variablePieChart__sector{transition:none}}.st-hlcChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-hlcChart svg{display:block;overflow:visible}.st-hlcChart__visual{display:block}.st-hlcChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-hlcChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-hlcChart__bar{cursor:pointer;transition:opacity .12s}.st-hlcChart__bar--dim{opacity:.4}.st-hlcChart__range,.st-hlcChart__close{stroke-width:1.75px;stroke-linecap:round}.st-hlcChart__bar--up :is(.st-hlcChart__range,.st-hlcChart__close){stroke:var(--st-semantic-feedback-success)}.st-hlcChart__bar--down :is(.st-hlcChart__range,.st-hlcChart__close){stroke:var(--st-semantic-feedback-error)}@media (prefers-reduced-motion:reduce){.st-hlcChart__bar{transition:none}}.st-hlcChart__tickLabel,.st-hlcChart__categoryLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-hlcChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-hlcChart__tooltipLabel{font-weight:600}.st-hlcChart__tooltipValue{opacity:.85}.st-itemChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-itemChart svg,.st-itemChart__visual{display:block;overflow:visible}.st-itemChart__seat{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:1px;transition:opacity .12s}.st-itemChart__seat--dim{opacity:.32}.st-itemChart__seat--category1{fill:var(--st-semantic-data-category1)}.st-itemChart__seat--category2{fill:var(--st-semantic-data-category2)}.st-itemChart__seat--category3{fill:var(--st-semantic-data-category3)}.st-itemChart__seat--category4{fill:var(--st-semantic-data-category4)}.st-itemChart__seat--category5{fill:var(--st-semantic-data-category5)}.st-itemChart__seat--category6{fill:var(--st-semantic-data-category6)}.st-itemChart__seat--category7{fill:var(--st-semantic-data-category7)}.st-itemChart__seat--category8{fill:var(--st-semantic-data-category8)}.st-itemChart__total{fill:var(--st-semantic-text-primary);font-size:1.5rem;font-weight:700}.st-itemChart__legend{flex-wrap:wrap;gap:.25rem .875rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.st-itemChart__legendItem{align-items:center;gap:.375rem;font-size:.8125rem;transition:opacity .12s;display:inline-flex}.st-itemChart__legendItem--dim{opacity:.4}.st-itemChart__swatch{border-radius:999px;width:.625rem;height:.625rem;display:inline-block}.st-itemChart__swatch--category1{background:var(--st-semantic-data-category1)}.st-itemChart__swatch--category2{background:var(--st-semantic-data-category2)}.st-itemChart__swatch--category3{background:var(--st-semantic-data-category3)}.st-itemChart__swatch--category4{background:var(--st-semantic-data-category4)}.st-itemChart__swatch--category5{background:var(--st-semantic-data-category5)}.st-itemChart__swatch--category6{background:var(--st-semantic-data-category6)}.st-itemChart__swatch--category7{background:var(--st-semantic-data-category7)}.st-itemChart__swatch--category8{background:var(--st-semantic-data-category8)}.st-itemChart__legendLabel{color:var(--st-semantic-text-primary);font-weight:500}.st-itemChart__legendValue{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums}.st-itemChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;top:.5rem;left:50%;transform:translate(-50%)}.st-itemChart__tooltipLabel{font-weight:600}.st-itemChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-itemChart__seat{transition:none}}.st-wordCloudChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-wordCloudChart svg,.st-wordCloudChart__visual{display:block;overflow:visible}.st-wordCloudChart__word{cursor:pointer;font-weight:600;transition:opacity .12s}.st-wordCloudChart__word--dim{opacity:.3}@media (prefers-reduced-motion:reduce){.st-wordCloudChart__word{transition:none}}.st-wordCloudChart__word--category1{fill:var(--st-semantic-data-category1)}.st-wordCloudChart__word--category2{fill:var(--st-semantic-data-category2)}.st-wordCloudChart__word--category3{fill:var(--st-semantic-data-category3)}.st-wordCloudChart__word--category4{fill:var(--st-semantic-data-category4)}.st-wordCloudChart__word--category5{fill:var(--st-semantic-data-category5)}.st-wordCloudChart__word--category6{fill:var(--st-semantic-data-category6)}.st-wordCloudChart__word--category7{fill:var(--st-semantic-data-category7)}.st-wordCloudChart__word--category8{fill:var(--st-semantic-data-category8)}.st-wordCloudChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-wordCloudChart__tooltipLabel{font-weight:600}.st-wordCloudChart__tooltipValue{opacity:.85}.st-vennChart{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-vennChart svg,.st-vennChart__visual{display:block;overflow:visible}.st-vennChart__circle{cursor:pointer;fill-opacity:.42;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1.5px;transition:opacity .12s}.st-vennChart__circle--dim{opacity:.45}.st-vennChart__circle--category1{fill:var(--st-semantic-data-category1)}.st-vennChart__circle--category2{fill:var(--st-semantic-data-category2)}.st-vennChart__circle--category3{fill:var(--st-semantic-data-category3)}.st-vennChart__circle--category4{fill:var(--st-semantic-data-category4)}.st-vennChart__circle--category5{fill:var(--st-semantic-data-category5)}.st-vennChart__circle--category6{fill:var(--st-semantic-data-category6)}.st-vennChart__circle--category7{fill:var(--st-semantic-data-category7)}.st-vennChart__circle--category8{fill:var(--st-semantic-data-category8)}.st-vennChart__label{fill:var(--st-semantic-text-primary);pointer-events:none;font-size:.78rem;font-weight:650}.st-vennChart__value{fill:var(--st-semantic-text-primary);pointer-events:none;font-size:.72rem;font-weight:600}.st-vennChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-vennChart__tooltipLabel{font-weight:600}.st-vennChart__tooltipValue{opacity:.85}.st-configItemCard{background:var(--st-component-card-background,var(--st-semantic-surface-raised));border-width:var(--st-component-card-anatomy-shape-borderWidth,1px);border-style:var(--st-component-card-anatomy-shape-borderStyle,solid);border-color:var(--st-component-card-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-card-anatomy-shape-radius,.5rem);color:var(--st-semantic-text-primary);gap:var(--st-spacing-1,.25rem);padding:var(--st-spacing-4,1rem);flex-direction:column;display:flex}.st-configItemCard__header{align-items:center;gap:var(--st-spacing-2,.5rem);justify-content:space-between;display:flex}.st-configItemCard__name{color:var(--st-semantic-text-primary);font-weight:600}.st-configItemCard__badge{align-items:center;gap:var(--st-spacing-1,.25rem);padding:.1875rem var(--st-spacing-2,.5rem);border-radius:9999px;flex:none;font-size:.6875rem;font-weight:500;line-height:1;display:inline-flex}.st-configItemCard__badge--system{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-secondary)}.st-configItemCard__badge--custom{background:var(--st-semantic-feedback-info);color:var(--st-semantic-text-inverse)}.st-configItemCard__badgeIcon{flex:none;display:block}.st-configItemCard__key{color:var(--st-semantic-text-muted);font-size:.75rem}.st-configItemCard__description{color:var(--st-semantic-text-secondary);margin:var(--st-spacing-1,.25rem) 0 0;font-size:.875rem;line-height:1.4}.st-configItemCard__actions{gap:var(--st-spacing-1,.25rem);margin-top:var(--st-spacing-3,.75rem);display:flex}.st-configItemCard__action{border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-muted);cursor:var(--st-cursor-interactive,pointer);padding:var(--st-spacing-1,.25rem);transition:color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.st-configItemCard__action:hover:not(:disabled){background:var(--st-semantic-surface-hover);color:var(--st-semantic-text-primary)}.st-configItemCard__action--warning:hover:not(:disabled){color:var(--st-semantic-feedback-warning)}.st-configItemCard__action--danger:hover:not(:disabled){color:var(--st-semantic-feedback-error)}.st-configItemCard__action:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px}.st-configItemCard__action:disabled{cursor:not-allowed;opacity:.5}.st-fieldCard{background:var(--st-component-card-background,var(--st-semantic-surface-raised));border-width:var(--st-component-card-anatomy-shape-borderWidth,1px);border-style:var(--st-component-card-anatomy-shape-borderStyle,solid);border-color:var(--st-component-card-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-card-anatomy-shape-radius,.5rem);color:var(--st-semantic-text-primary);height:100%;padding:var(--st-spacing-4,1rem);flex-direction:column;display:flex}.st-fieldCard--accent{border-inline-start-width:var(--st-spacing-1,.25rem);border-radius:0}.st-fieldCard__header{align-items:center;gap:var(--st-spacing-2,.5rem);justify-content:space-between;display:flex}.st-fieldCard--bordered .st-fieldCard__header{border-bottom:1px solid var(--st-semantic-border-subtle);margin-bottom:var(--st-spacing-3,.75rem);padding-bottom:var(--st-spacing-3,.75rem)}.st-fieldCard__label{color:var(--st-semantic-text-primary);margin:0;font-size:.875rem;font-weight:600;line-height:1.3}.st-fieldCard--bordered .st-fieldCard__label{font-size:1rem}.st-fieldCard__comments{border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-muted);cursor:var(--st-cursor-interactive,pointer);padding:.125rem var(--st-spacing-1,.25rem);background:0 0;border:none;flex:none;align-items:center;gap:.1875rem;font-size:.75rem;line-height:1;display:inline-flex}.st-fieldCard__comments--static{cursor:default}.st-fieldCard__comments:hover:not(.st-fieldCard__comments--static){color:var(--st-semantic-text-primary)}.st-fieldCard__comments:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px}.st-fieldCard__body{color:var(--st-semantic-text-primary);flex:auto}.st-fieldCard--plain .st-fieldCard__body,.st-fieldCard--accent .st-fieldCard__body{margin-top:var(--st-spacing-2,.5rem)}.st-fieldCard--category1{border-inline-start-color:var(--st-semantic-data-category1)}.st-fieldCard--category2{border-inline-start-color:var(--st-semantic-data-category2)}.st-fieldCard--category3{border-inline-start-color:var(--st-semantic-data-category3)}.st-fieldCard--category4{border-inline-start-color:var(--st-semantic-data-category4)}.st-fieldCard--category5{border-inline-start-color:var(--st-semantic-data-category5)}.st-fieldCard--category6{border-inline-start-color:var(--st-semantic-data-category6)}.st-fieldCard--category7{border-inline-start-color:var(--st-semantic-data-category7)}.st-fieldCard--category8{border-inline-start-color:var(--st-semantic-data-category8)}.st-scoreCard{background:var(--st-component-card-background,var(--st-semantic-surface-raised));border-width:var(--st-component-card-anatomy-shape-borderWidth,1px);border-style:var(--st-component-card-anatomy-shape-borderStyle,solid);border-color:var(--st-component-card-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-card-anatomy-shape-radius,.5rem);box-shadow:var(--st-component-card-shadow,0 1px 2px #0f172a14);color:var(--st-semantic-text-primary);gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-4,1rem);flex-direction:column;display:flex}.st-scoreCard--sm{gap:var(--st-spacing-1,.25rem);padding:var(--st-spacing-3,.75rem)}.st-scoreCard--lg{gap:var(--st-spacing-3,.75rem);padding:var(--st-spacing-6,1.5rem)}.st-scoreCard__title{color:var(--st-semantic-text-primary);margin:0;font-size:.9375rem;font-weight:600;line-height:1.3}.st-scoreCard__row{align-items:center;gap:var(--st-spacing-3,.75rem);flex-wrap:wrap;display:flex}.st-scoreCard__symbols{gap:.125rem;display:inline-flex}.st-scoreCard__symbol{flex:none;display:block}.st-scoreCard--sm .st-scoreCard__symbol{width:16px;height:16px}.st-scoreCard--lg .st-scoreCard__symbol{width:24px;height:24px}.st-scoreCard__symbol--off{color:var(--st-semantic-border-default)}.st-scoreCard--value .st-scoreCard__symbol--on{color:var(--st-semantic-feedback-warning)}.st-scoreCard--complexity .st-scoreCard__symbol--on{color:var(--st-semantic-text-secondary)}.st-scoreCard__score{font-size:1.0625rem;font-weight:700}.st-scoreCard--value .st-scoreCard__score{color:var(--st-semantic-feedback-success)}.st-scoreCard--complexity .st-scoreCard__score{color:var(--st-semantic-feedback-warning)}.st-appChrome{z-index:30;width:100%;position:sticky;top:0}.st-appChrome__header .st-appHeader__bar{background:color-mix(in srgb, var(--st-semantic-surface-default) 96%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:none;height:5rem;padding:0 var(--st-spacing-6,1.5rem)}.st-appChrome__brand{color:var(--st-semantic-text-primary);align-items:center;gap:var(--st-spacing-3,.75rem);flex:none;min-width:0;text-decoration:none;display:inline-flex}.st-appChrome__brandMark{aspect-ratio:1;object-fit:contain;flex:none;width:2rem;height:2rem;display:inline-block}.st-appChrome__brandCopy{gap:.08rem;min-width:0;line-height:1;display:grid}.st-appChrome__brandName{color:var(--st-semantic-text-primary);font-size:1rem;font-weight:760}.st-appChrome__brandProduct{color:var(--st-semantic-text-secondary);font-size:.75rem;font-weight:650}.st-appChrome__menuWrap{display:inline-block;position:relative}.st-appChrome__control{font-size:.75rem}.st-appChrome__iconControl{justify-content:center;width:2.25rem;padding:0}.st-appChrome__chevron{transition:transform var(--st-motion-fast,.12s) ease}.st-appChrome__chevron.is-rotated{transform:rotate(180deg)}.st-appChrome__menu{background:var(--st-semantic-surface-raised,var(--st-semantic-surface-default));border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-sm,.375rem);box-shadow:var(--st-shadow-medium,0 8px 24px #0f172a14);min-width:8.5rem;z-index:var(--st-zindex-overlay,80);flex-direction:column;gap:.1rem;padding:.25rem;display:flex;position:absolute;top:calc(100% + 4px);right:0}.st-appChrome__menuItem{border-radius:var(--st-radius-xs,.25rem);color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;text-align:left;width:100%;transition:background-color var(--st-motion-fast,.12s) ease, color var(--st-motion-fast,.12s) ease;background:0 0;border:0;align-items:center;gap:.45rem;padding:.35rem .65rem;font-size:.82rem;font-weight:550;display:flex}.st-appChrome__menuItem:hover{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-primary)}.st-appChrome__menuItem.is-active{color:var(--st-semantic-text-link);font-weight:650}.st-appChrome__check{justify-content:center;align-items:center;width:.75rem;font-size:.75rem;display:inline-flex}.st-appChrome__burgerTrigger{border-radius:var(--st-radius-xs,.25rem);color:var(--st-semantic-text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:none}.st-appChrome__burgerTrigger:hover{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-primary)}.st-appChrome__extraSelectors{align-items:center;gap:var(--st-spacing-1,.25rem);display:flex}.st-appChrome__drawer{background:var(--st-semantic-surface-default);border-bottom:1px solid var(--st-semantic-border-subtle);box-shadow:var(--st-shadow-medium,0 10px 20px #0f172a0d);gap:var(--st-spacing-5,1.25rem);padding:var(--st-spacing-5,1.25rem);flex-direction:column;display:none}.st-appChrome__drawerSwitcher{gap:var(--st-spacing-2,.5rem);display:flex}@media (width<=768px){.st-appChrome__utilityNav{display:none}.st-appChrome__burgerTrigger{display:inline-flex}.st-appChrome__drawer{display:flex}}.st-flamegraphChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-flamegraphChart svg{display:block;overflow:visible}.st-flamegraphChart__visual{display:block}.st-flamegraphChart__frame{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-flamegraphChart__frame--dim{opacity:.4}.st-flamegraphChart__frame--category1{fill:var(--st-semantic-data-category1)}.st-flamegraphChart__frame--category2{fill:var(--st-semantic-data-category2)}.st-flamegraphChart__frame--category3{fill:var(--st-semantic-data-category3)}.st-flamegraphChart__frame--category4{fill:var(--st-semantic-data-category4)}.st-flamegraphChart__frame--category5{fill:var(--st-semantic-data-category5)}.st-flamegraphChart__frame--category6{fill:var(--st-semantic-data-category6)}.st-flamegraphChart__frame--category7{fill:var(--st-semantic-data-category7)}.st-flamegraphChart__frame--category8{fill:var(--st-semantic-data-category8)}.st-flamegraphChart__label{fill:var(--st-semantic-text-inverse);pointer-events:none;font-size:.6875rem}.st-flamegraphChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-flamegraphChart__tooltipLabel{font-weight:600}.st-flamegraphChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-flamegraphChart__frame{transition:none}}.st-traceWaterfallChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-traceWaterfallChart svg{display:block;overflow:visible}.st-traceWaterfallChart__visual{display:block}.st-traceWaterfallChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-traceWaterfallChart__grid{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-traceWaterfallChart__tickLabel,.st-traceWaterfallChart__spanLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-traceWaterfallChart__bar{cursor:pointer;transition:opacity .12s}.st-traceWaterfallChart__bar--dim{opacity:.4}.st-traceWaterfallChart__bar--category1{fill:var(--st-semantic-data-category1)}.st-traceWaterfallChart__bar--category2{fill:var(--st-semantic-data-category2)}.st-traceWaterfallChart__bar--category3{fill:var(--st-semantic-data-category3)}.st-traceWaterfallChart__bar--category4{fill:var(--st-semantic-data-category4)}.st-traceWaterfallChart__bar--category5{fill:var(--st-semantic-data-category5)}.st-traceWaterfallChart__bar--category6{fill:var(--st-semantic-data-category6)}.st-traceWaterfallChart__bar--category7{fill:var(--st-semantic-data-category7)}.st-traceWaterfallChart__bar--category8{fill:var(--st-semantic-data-category8)}.st-traceWaterfallChart__legend{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-traceWaterfallChart__legendItem{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-traceWaterfallChart__legendSwatch{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-traceWaterfallChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-traceWaterfallChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-traceWaterfallChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-traceWaterfallChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-traceWaterfallChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-traceWaterfallChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-traceWaterfallChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-traceWaterfallChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-traceWaterfallChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-traceWaterfallChart__tooltipLabel{font-weight:600}.st-traceWaterfallChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-traceWaterfallChart__bar{transition:none}}.st-decompositionTreeChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-decompositionTreeChart svg{display:block;overflow:visible}.st-decompositionTreeChart__visual{display:block}.st-decompositionTreeChart__link{fill:none;stroke:var(--st-semantic-border-subtle);stroke-width:1.5px;transition:opacity .12s}.st-decompositionTreeChart__link--dim{opacity:.3}.st-decompositionTreeChart__bar{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-decompositionTreeChart__bar--dim{opacity:.4}.st-decompositionTreeChart__bar--category1{fill:var(--st-semantic-data-category1)}.st-decompositionTreeChart__bar--category2{fill:var(--st-semantic-data-category2)}.st-decompositionTreeChart__bar--category3{fill:var(--st-semantic-data-category3)}.st-decompositionTreeChart__bar--category4{fill:var(--st-semantic-data-category4)}.st-decompositionTreeChart__bar--category5{fill:var(--st-semantic-data-category5)}.st-decompositionTreeChart__bar--category6{fill:var(--st-semantic-data-category6)}.st-decompositionTreeChart__bar--category7{fill:var(--st-semantic-data-category7)}.st-decompositionTreeChart__bar--category8{fill:var(--st-semantic-data-category8)}.st-decompositionTreeChart__label{fill:var(--st-semantic-text-inverse);pointer-events:none;font-size:.6875rem}.st-decompositionTreeChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-decompositionTreeChart__tooltipLabel{font-weight:600}.st-decompositionTreeChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-decompositionTreeChart__bar,.st-decompositionTreeChart__link{transition:none}}.st-density2DChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-density2DChart svg{display:block;overflow:visible}.st-density2DChart__visual{display:block}.st-density2DChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-density2DChart__tickLabel{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-density2DChart__cell{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:.5px;transition:opacity .12s}.st-density2DChart__cell--dim{opacity:.4}.st-density2DChart__cell--category1,.st-density2DChart__legendSwatch--category1{fill:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-density2DChart__cell--category2,.st-density2DChart__legendSwatch--category2{fill:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-density2DChart__cell--category3,.st-density2DChart__legendSwatch--category3{fill:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-density2DChart__cell--category4,.st-density2DChart__legendSwatch--category4{fill:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-density2DChart__cell--category5,.st-density2DChart__legendSwatch--category5{fill:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-density2DChart__cell--category6,.st-density2DChart__legendSwatch--category6{fill:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-density2DChart__cell--category7,.st-density2DChart__legendSwatch--category7{fill:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-density2DChart__cell--category8,.st-density2DChart__legendSwatch--category8{fill:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-density2DChart__legend{align-items:center;gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-density2DChart__legendRamp{grid-template-columns:repeat(8,minmax(.75rem,1fr));min-width:8rem;display:inline-grid}.st-density2DChart__legendSwatch{height:.5rem;display:block}.st-density2DChart__legendText{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-density2DChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-density2DChart__tooltipLabel{font-weight:600}.st-density2DChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-density2DChart__cell{transition:none}}.st-eventFeedPanel{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block}.st-eventFeedPanel__label{color:var(--st-semantic-text-primary);margin:0 0 var(--st-spacing-2,.5rem) 0;font-size:.75rem;font-weight:600}.st-eventFeedPanel__list{gap:var(--st-spacing-1,.25rem);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.st-eventFeedPanel__item{background:var(--st-semantic-surface-subtle);border-left:3px solid var(--st-semantic-border-strong);border-radius:var(--st-radius-sm,.25rem);align-items:flex-start;gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);display:flex}.st-eventFeedPanel__item--info{border-left-color:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-eventFeedPanel__item--success{border-left-color:var(--st-semantic-feedback-success)}.st-eventFeedPanel__item--warning{border-left-color:var(--st-semantic-feedback-warning)}.st-eventFeedPanel__item--error{border-left-color:var(--st-semantic-feedback-error)}.st-eventFeedPanel__item--neutral{border-left-color:var(--st-semantic-border-strong)}.st-eventFeedPanel__badge{border-radius:var(--st-radius-full,9999px);flex:none;width:.5rem;height:.5rem;margin-top:.3125rem}.st-eventFeedPanel__badge--info{background:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-eventFeedPanel__badge--success{background:var(--st-semantic-feedback-success)}.st-eventFeedPanel__badge--warning{background:var(--st-semantic-feedback-warning)}.st-eventFeedPanel__badge--error{background:var(--st-semantic-feedback-error)}.st-eventFeedPanel__badge--neutral{background:var(--st-semantic-border-strong)}.st-eventFeedPanel__body{flex-direction:column;gap:.125rem;min-width:0;display:flex}.st-eventFeedPanel__meta{align-items:baseline;gap:var(--st-spacing-2,.5rem);justify-content:space-between;display:flex}.st-eventFeedPanel__type{color:var(--st-semantic-text-primary);letter-spacing:.02em;text-transform:uppercase;font-size:.75rem;font-weight:600}.st-eventFeedPanel__time{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums;flex:none;font-size:.6875rem}.st-eventFeedPanel__message{color:var(--st-semantic-text-secondary);margin:0;font-size:.8125rem;line-height:1.35}.st-vectorFieldChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-vectorFieldChart svg{display:block;overflow:visible}.st-vectorFieldChart__visual{display:block}.st-vectorFieldChart__grid{opacity:.7;stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px}.st-vectorFieldChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-vectorFieldChart__tick{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-vectorFieldChart__arrow{transition:opacity .12s}.st-vectorFieldChart__arrow--dim{opacity:.35}.st-vectorFieldChart__shaft{cursor:pointer;stroke:currentColor;stroke-linecap:round;stroke-width:2px}.st-vectorFieldChart__head{stroke:currentColor;stroke-linecap:round;stroke-width:2px}.st-vectorFieldChart__arrow--category1{color:var(--st-semantic-data-category1)}.st-vectorFieldChart__arrow--category2{color:var(--st-semantic-data-category2)}.st-vectorFieldChart__arrow--category3{color:var(--st-semantic-data-category3)}.st-vectorFieldChart__arrow--category4{color:var(--st-semantic-data-category4)}.st-vectorFieldChart__arrow--category5{color:var(--st-semantic-data-category5)}.st-vectorFieldChart__arrow--category6{color:var(--st-semantic-data-category6)}.st-vectorFieldChart__arrow--category7{color:var(--st-semantic-data-category7)}.st-vectorFieldChart__arrow--category8{color:var(--st-semantic-data-category8)}.st-vectorFieldChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-vectorFieldChart__tooltipLabel{font-weight:600}.st-vectorFieldChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-vectorFieldChart__arrow{transition:none}}.st-contourChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-contourChart svg{display:block;overflow:visible}.st-contourChart__visual{display:block}.st-contourChart__grid{opacity:.5;stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px}.st-contourChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-contourChart__tick{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-contourChart__cell{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:.5px;transition:opacity .12s}.st-contourChart__cell--dim{opacity:.35}.st-contourChart__isoline{pointer-events:none;stroke:var(--st-semantic-border-strong);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.st-contourChart__cell--category1{fill:var(--st-semantic-data-category1)}.st-contourChart__cell--category2{fill:var(--st-semantic-data-category2)}.st-contourChart__cell--category3{fill:var(--st-semantic-data-category3)}.st-contourChart__cell--category4{fill:var(--st-semantic-data-category4)}.st-contourChart__cell--category5{fill:var(--st-semantic-data-category5)}.st-contourChart__cell--category6{fill:var(--st-semantic-data-category6)}.st-contourChart__cell--category7{fill:var(--st-semantic-data-category7)}.st-contourChart__cell--category8{fill:var(--st-semantic-data-category8)}.st-contourChart__legend{color:var(--st-semantic-text-secondary);align-items:center;gap:.375rem;margin-top:.5rem;font-size:.6875rem;display:flex}.st-contourChart__legendRamp{display:inline-flex}.st-contourChart__legendSwatch{width:1.25rem;height:.75rem;display:inline-block}.st-contourChart__legendSwatch--category1{background:var(--st-semantic-data-category1)}.st-contourChart__legendSwatch--category2{background:var(--st-semantic-data-category2)}.st-contourChart__legendSwatch--category3{background:var(--st-semantic-data-category3)}.st-contourChart__legendSwatch--category4{background:var(--st-semantic-data-category4)}.st-contourChart__legendSwatch--category5{background:var(--st-semantic-data-category5)}.st-contourChart__legendSwatch--category6{background:var(--st-semantic-data-category6)}.st-contourChart__legendSwatch--category7{background:var(--st-semantic-data-category7)}.st-contourChart__legendSwatch--category8{background:var(--st-semantic-data-category8)}.st-contourChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-contourChart__tooltipLabel{font-weight:600}.st-contourChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-contourChart__cell{transition:none}}.st-windBarbChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-windBarbChart svg{display:block;overflow:visible}.st-windBarbChart__visual{display:block}.st-windBarbChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-windBarbChart__tick{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-windBarbChart__barb{transition:opacity .12s}.st-windBarbChart__barb--dim{opacity:.35}.st-windBarbChart__shaft{cursor:pointer;stroke:currentColor;stroke-linecap:round;stroke-width:2px}.st-windBarbChart__feather{stroke:currentColor;stroke-linecap:round;stroke-width:2px}.st-windBarbChart__barb--category1{color:var(--st-semantic-data-category1)}.st-windBarbChart__barb--category2{color:var(--st-semantic-data-category2)}.st-windBarbChart__barb--category3{color:var(--st-semantic-data-category3)}.st-windBarbChart__barb--category4{color:var(--st-semantic-data-category4)}.st-windBarbChart__barb--category5{color:var(--st-semantic-data-category5)}.st-windBarbChart__barb--category6{color:var(--st-semantic-data-category6)}.st-windBarbChart__barb--category7{color:var(--st-semantic-data-category7)}.st-windBarbChart__barb--category8{color:var(--st-semantic-data-category8)}.st-windBarbChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-windBarbChart__tooltipLabel{font-weight:600}.st-windBarbChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-windBarbChart__barb{transition:none}}.st-renkoChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-renkoChart svg{display:block;overflow:visible}.st-renkoChart__visual{display:block}.st-renkoChart__grid{opacity:.5;stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px}.st-renkoChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-renkoChart__tick{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-renkoChart__brick{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:.5px;transition:opacity .12s}.st-renkoChart__brick--dim{opacity:.35}.st-renkoChart__brick--up{fill:var(--st-semantic-feedback-success)}.st-renkoChart__brick--down{fill:var(--st-semantic-feedback-error)}.st-renkoChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-renkoChart__tooltipLabel{font-weight:600}.st-renkoChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-renkoChart__brick{transition:none}}.st-pointAndFigureChart{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-pointAndFigureChart svg{display:block;overflow:visible}.st-pointAndFigureChart__visual{display:block}.st-pointAndFigureChart__grid{opacity:.5;stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px}.st-pointAndFigureChart__axis{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-pointAndFigureChart__tick{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-pointAndFigureChart__mark{transition:opacity .12s}.st-pointAndFigureChart__mark--dim{opacity:.35}.st-pointAndFigureChart__glyph{cursor:pointer;fill:none;stroke-linecap:round;stroke-width:2px}.st-pointAndFigureChart__mark--x .st-pointAndFigureChart__glyph,.st-pointAndFigureChart__mark--x.st-pointAndFigureChart__glyph{stroke:var(--st-semantic-feedback-success)}.st-pointAndFigureChart__mark--o .st-pointAndFigureChart__glyph,.st-pointAndFigureChart__mark--o.st-pointAndFigureChart__glyph{stroke:var(--st-semantic-feedback-error)}.st-pointAndFigureChart__tooltip{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-pointAndFigureChart__tooltipLabel{font-weight:600}.st-pointAndFigureChart__tooltipValue{opacity:.85}@media (prefers-reduced-motion:reduce){.st-pointAndFigureChart__mark{transition:none}}.st-colorSwatch{color:var(--st-semantic-text-secondary,inherit);align-items:center;gap:var(--st-spacing-2,.5rem);vertical-align:middle;font-family:inherit;line-height:1;display:inline-flex}.st-colorSwatch__chip{border:var(--st-border-width-thin,1px) solid var(--st-semantic-border-subtle,var(--st-semantic-border-strong,#0000001f));border-radius:var(--st-radius-sm,.25rem);box-sizing:border-box;flex:none;display:inline-block}.st-colorSwatch--circle .st-colorSwatch__chip{border-radius:var(--st-radius-full,999px)}.st-colorSwatch--pill .st-colorSwatch__chip{border-radius:var(--st-radius-pill,var(--st-radius-full,999px))}.st-colorSwatch__label{color:var(--st-semantic-text-primary,inherit);font-variant-numeric:tabular-nums;font-size:.875rem}.st-colorScaleBar{color:var(--st-semantic-text-secondary,inherit);gap:var(--st-spacing-1,.25rem);flex-direction:column;font-family:inherit;display:inline-flex}.st-colorScaleBar__label{color:var(--st-semantic-text-primary,inherit);font-size:.875rem;line-height:1.2}.st-colorScaleBar__track{align-items:center;gap:var(--st-spacing-2,.5rem);display:inline-flex}.st-colorScaleBar--vertical .st-colorScaleBar__track{flex-direction:column}.st-colorScaleBar__bar{border:var(--st-border-width-thin,1px) solid var(--st-semantic-border-subtle,var(--st-semantic-border-strong,#0000001f));border-radius:var(--st-radius-sm,.25rem);box-sizing:border-box}.st-colorScaleBar--horizontal .st-colorScaleBar__bar{height:var(--st-colorScaleBar-thickness,.75rem);width:var(--st-colorScaleBar-length,12rem)}.st-colorScaleBar--vertical .st-colorScaleBar__bar{height:var(--st-colorScaleBar-length,12rem);width:var(--st-colorScaleBar-thickness,.75rem)}.st-colorScaleBar__end{color:var(--st-semantic-text-secondary,inherit);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.75rem;line-height:1}.st-timeline{color:var(--st-semantic-text-primary,inherit);margin:0;padding:0;font-family:inherit;list-style:none;display:flex}.st-timeline--vertical{flex-direction:column}.st-timeline--horizontal{flex-direction:row}.st-timeline__item{--st-timeline-dot:var(--st-semantic-border-strong,#00000052);gap:var(--st-spacing-3,.75rem);display:flex;position:relative}.st-timeline--vertical .st-timeline__item{padding-bottom:var(--st-spacing-4,1rem);flex-direction:row}.st-timeline--vertical .st-timeline__item:last-child{padding-bottom:0}.st-timeline--horizontal .st-timeline__item{padding-right:var(--st-spacing-4,1rem);flex-direction:column;flex:1 1 0}.st-timeline--horizontal .st-timeline__item:last-child{padding-right:0}.st-timeline__item--info{--st-timeline-dot:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-timeline__item--success{--st-timeline-dot:var(--st-semantic-feedback-success)}.st-timeline__item--warning{--st-timeline-dot:var(--st-semantic-feedback-warning)}.st-timeline__item--danger{--st-timeline-dot:var(--st-semantic-feedback-error)}.st-timeline__rail{flex:none;align-items:center;display:flex;position:relative}.st-timeline--vertical .st-timeline__rail{flex-direction:column}.st-timeline--horizontal .st-timeline__rail{flex-direction:row;width:100%}.st-timeline__dot{background:var(--st-timeline-dot);border-radius:var(--st-radius-full,9999px);box-sizing:border-box;height:var(--st-timeline-dot-size,.75rem);width:var(--st-timeline-dot-size,.75rem);flex:none}.st-timeline__line{background:var(--st-semantic-border-subtle,var(--st-semantic-border-strong,#0000001f));flex:auto}.st-timeline--vertical .st-timeline__line{margin-top:var(--st-spacing-1,.25rem);min-height:var(--st-spacing-4,1rem);width:var(--st-border-width-thin,1px)}.st-timeline--horizontal .st-timeline__line{height:var(--st-border-width-thin,1px);margin-left:var(--st-spacing-1,.25rem)}.st-timeline__item:last-child .st-timeline__line{display:none}.st-timeline__content{gap:var(--st-spacing-1,.25rem);padding-bottom:var(--st-spacing-1,.25rem);flex-direction:column;display:flex}.st-timeline__meta{color:var(--st-semantic-text-secondary,inherit);font-variant-numeric:tabular-nums;font-size:.75rem;line-height:1.2}.st-timeline__title{color:var(--st-semantic-text-primary,inherit);font-size:.9375rem;font-weight:var(--st-font-weight-medium,600);line-height:1.3}.st-timeline__description{color:var(--st-semantic-text-secondary,inherit);font-size:.875rem;line-height:1.4}.st-overline{color:var(--st-component-overline-color,var(--st-semantic-text-secondary,inherit));display:var(--st-component-overline-display,inline-block);font-family:inherit;font-size:var(--st-component-overline-fontSize,.6875rem);font-weight:var(--st-component-overline-fontWeight,600);letter-spacing:var(--st-component-overline-letterSpacing,.04em);line-height:var(--st-component-overline-lineHeight,1.3);text-transform:var(--st-component-overline-textTransform,uppercase);margin:0}.st-statusDot{color:var(--st-semantic-text-primary,inherit);align-items:center;gap:var(--st-spacing-2,.5rem);vertical-align:middle;font-family:inherit;line-height:1;display:inline-flex}.st-statusDot__dot{border-radius:var(--st-radius-full,50%);box-sizing:border-box;flex:none;display:inline-block}.st-statusDot__dot--neutral{background-color:var(--st-component-statusDot-neutral,var(--st-semantic-text-secondary));color:var(--st-component-statusDot-neutral,var(--st-semantic-text-secondary))}.st-statusDot__dot--info{background-color:var(--st-component-statusDot-info,var(--st-semantic-feedback-info));color:var(--st-component-statusDot-info,var(--st-semantic-feedback-info))}.st-statusDot__dot--success{background-color:var(--st-component-statusDot-success,var(--st-semantic-feedback-success));color:var(--st-component-statusDot-success,var(--st-semantic-feedback-success))}.st-statusDot__dot--warning{background-color:var(--st-component-statusDot-warning,var(--st-semantic-feedback-warning));color:var(--st-component-statusDot-warning,var(--st-semantic-feedback-warning))}.st-statusDot__dot--error{background-color:var(--st-component-statusDot-error,var(--st-semantic-feedback-error));color:var(--st-component-statusDot-error,var(--st-semantic-feedback-error))}.st-statusDot__label{color:var(--st-semantic-text-primary,inherit);font-size:var(--st-component-statusDot-labelFontSize,.8125rem);font-weight:var(--st-component-statusDot-labelFontWeight,500)}.st-statusDot__dot--pulse{animation:1.6s ease-out infinite st-statusDot-pulse}@keyframes st-statusDot-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, currentColor 55%, transparent)}70%{box-shadow:0 0 0 var(--st-component-statusDot-pulseSpread,.375rem) color-mix(in srgb, currentColor 0%, transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb, currentColor 0%, transparent)}}@media (prefers-reduced-motion:reduce){.st-statusDot__dot--pulse{animation:none}}.st-navActionStack{gap:var(--st-spacing-4,1rem);flex-direction:column;inline-size:100%;display:flex}.st-navActionStack__actions{gap:var(--st-spacing-2,.5rem);display:flex}.st-navActionStack--vertical .st-navActionStack__actions{flex-direction:column;align-items:stretch}.st-navActionStack--horizontal .st-navActionStack__actions{flex-flow:wrap;align-items:center}.st-navActionStack--vertical .st-navActionStack__item{inline-size:100%}.st-navActionStack__danger{gap:var(--st-spacing-2,.5rem);flex-direction:column;display:flex}.st-navActionStack__dangerLabel{color:var(--st-component-overline-color,var(--st-semantic-text-secondary,inherit));font-size:var(--st-component-overline-fontSize,.6875rem);font-weight:var(--st-component-overline-fontWeight,600);letter-spacing:var(--st-component-overline-letterSpacing,.04em);line-height:var(--st-component-overline-lineHeight,1.3);text-transform:var(--st-component-overline-textTransform,uppercase);display:inline-block}.st-navActionStack .st-navActionStack__dangerAction{inline-size:100%}.st-choice:has(.st-choice__trailing){grid-template-columns:auto 1fr auto;justify-content:space-between;align-items:start;width:100%}.st-choice__trailing{flex:none;justify-content:flex-end;align-self:start;align-items:center;display:inline-flex}.st-choice__description{color:var(--st-semantic-text-secondary);font-size:.8125rem;line-height:1.4}.st-search--fluid{width:100%;max-width:none}.st-navItem{inline-size:100%;display:block}.st-navItem .st-selectableRow{padding-inline-start:calc(.75rem + var(--st-navItem-indent,0rem))}.st-navItem--depth0 .st-navItem__title{font-size:var(--st-component-navItem-depth0-fontSize,.875rem);font-weight:var(--st-component-navItem-depth0-fontWeight,600)}.st-navItem--depth1 .st-navItem__title{font-size:var(--st-component-navItem-depth1-fontSize,.8125rem);font-weight:var(--st-component-navItem-depth1-fontWeight,500)}.st-navItem--depth2 .st-navItem__title{font-size:var(--st-component-navItem-depth2-fontSize,.8125rem);font-weight:var(--st-component-navItem-depth2-fontWeight,400)}.st-navItem--depth3 .st-navItem__title{font-size:var(--st-component-navItem-depth3-fontSize,.8125rem);font-weight:var(--st-component-navItem-depth3-fontWeight,400);color:var(--st-component-navItem-depth3-color,var(--st-semantic-text-muted))}.st-navItem__title,.st-navItem__caption{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.st-navItem--status-info .st-navItem__title{color:var(--st-component-navItem-status-info,var(--st-semantic-feedback-info))}.st-navItem--status-success .st-navItem__title{color:var(--st-component-navItem-status-success,var(--st-semantic-feedback-success))}.st-navItem--status-warning .st-navItem__title{color:var(--st-component-navItem-status-warning,var(--st-semantic-feedback-warning))}.st-navItem--status-error .st-navItem__title{color:var(--st-component-navItem-status-error,var(--st-semantic-feedback-error))}.st-navItem__divider{border:0;border-top:var(--st-border-width-thin,1px) solid var(--st-component-navItem-dividerColor,var(--st-semantic-border-subtle,#00000014));margin-block:var(--st-component-navItem-dividerGap,.375rem)}.st-navSection{inline-size:100%}.st-navSection__header{align-items:baseline;gap:var(--st-spacing-2,.5rem);padding-block:var(--st-component-navSection-headerPaddingBlock,.375rem);justify-content:space-between;display:flex}.st-navSection .st-navSection__label{align-items:center;gap:var(--st-spacing-2,.5rem);display:inline-flex}.st-navSection .st-navSection__count{flex:none}.st-navSection__action{flex:none;align-items:center;display:inline-flex}.st-navSection__body{display:block}.st-appShell{background:var(--st-component-appShell-surface,var(--st-semantic-surface-default));color:var(--st-semantic-text-primary);min-block-size:100vh}.st-appShell--workspace{grid-template-areas:"top top top top""rail nav main context""bottom bottom bottom bottom";grid-template-columns:auto minmax(0, var(--st-component-navShell-width,18rem)) minmax(0, 1fr) minmax(0, var(--st-component-contextPanel-width,20rem));grid-template-rows:auto minmax(0,1fr) auto;display:grid;position:relative}:is(.st-appShell--workspace:has(.st-appShell__utilityPanel)[data-utility-mode=reserve]:not([data-utility-side]),.st-appShell--workspace:has(.st-appShell__utilityPanel)[data-utility-mode=reserve][data-utility-side=right]){grid-template-areas:"top top top top top""rail nav main context utility""bottom bottom bottom bottom bottom";grid-template-columns:auto minmax(0, var(--st-component-navShell-width,18rem)) minmax(0, 1fr) minmax(0, var(--st-component-contextPanel-width,20rem)) minmax(0, var(--st-component-utilityPanel-width,24rem));grid-template-rows:auto minmax(0,1fr) auto}.st-appShell--workspace:has(.st-appShell__utilityPanel)[data-utility-mode=reserve][data-utility-side=left]{grid-template-areas:"top top top top top""rail nav utility main context""bottom bottom bottom bottom bottom";grid-template-columns:auto minmax(0, var(--st-component-navShell-width,18rem)) minmax(0, var(--st-component-utilityPanel-width,24rem)) minmax(0, 1fr) minmax(0, var(--st-component-contextPanel-width,20rem));grid-template-rows:auto minmax(0,1fr) auto}.st-appShell--workspace:has(.st-appShell__utilityPanel)[data-utility-mode=reserve][data-utility-side=bottom]{grid-template-areas:"top top top top""rail nav main context""rail nav utility utility""bottom bottom bottom bottom";grid-template-columns:auto minmax(0, var(--st-component-navShell-width,18rem)) minmax(0, 1fr) minmax(0, var(--st-component-contextPanel-width,20rem));grid-template-rows:auto minmax(0,1fr) auto auto}.st-appShell__topChrome{grid-area:top}.st-appShell__primaryRail{grid-area:rail;min-block-size:0}.st-appShell__navigationPanel{grid-area:nav;min-block-size:0;overflow:hidden}.st-appShell__main{grid-area:main;min-block-size:0;min-inline-size:0;overflow:auto}.st-appShell__contextPanel{grid-area:context;min-block-size:0;overflow:hidden}.st-appShell__utilityPanel{grid-area:utility;min-block-size:0;inline-size:100%;overflow:hidden}.st-appShell__bottomPanel{grid-area:bottom}.st-appShell[data-utility-mode=overlay] .st-appShell__utilityPanel,.st-appShell[data-utility-mode=floating] .st-appShell__utilityPanel{box-shadow:var(--st-component-appShell-utilityShadow,0 18px 45px #0f172a2e);max-block-size:100%;z-index:var(--st-component-appShell-utility-zIndex,40);position:absolute}.st-appShell[data-utility-mode=overlay][data-utility-side=right] .st-appShell__utilityPanel,.st-appShell[data-utility-mode=floating][data-utility-side=right] .st-appShell__utilityPanel{block-size:100%;inline-size:min(100%, var(--st-component-utilityPanel-width,24rem));inset-block:0;inset-inline-end:0}.st-appShell[data-utility-mode=overlay][data-utility-side=left] .st-appShell__utilityPanel,.st-appShell[data-utility-mode=floating][data-utility-side=left] .st-appShell__utilityPanel{block-size:100%;inline-size:min(100%, var(--st-component-utilityPanel-width,24rem));inset-block:0;inset-inline-start:0}.st-appShell[data-utility-mode=overlay][data-utility-side=bottom] .st-appShell__utilityPanel,.st-appShell[data-utility-mode=floating][data-utility-side=bottom] .st-appShell__utilityPanel{block-size:var(--st-component-appShell-utilityBottomHeight,min(40%, 20rem));inline-size:auto;inset-block-end:0;inset-inline:0}.st-appShell[data-utility-mode=floating] .st-appShell__utilityPanel{border:1px solid var(--st-component-appShell-border,var(--st-semantic-border-subtle));border-radius:var(--st-radius-lg,.75rem);margin:var(--st-spacing-4,1rem)}.st-navRail{background:var(--st-component-navRail-surface,var(--st-semantic-surface-raised));color:var(--st-semantic-text-primary);block-size:100%;inline-size:var(--st-component-navRail-width,4.5rem);padding:var(--st-spacing-2,.5rem);grid-template-rows:1fr auto;align-items:stretch;display:grid}.st-navRail__items,.st-navRail__footer{align-items:center;gap:var(--st-spacing-2,.5rem);flex-direction:column;display:flex}.st-navRail__items{min-block-size:0;overflow-y:auto}.st-navRail__item{border-radius:var(--st-radius-md,.375rem);color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);min-block-size:3.25rem;inline-size:100%;padding:var(--st-spacing-2,.5rem);text-align:center;background:0 0;border:1px solid #0000;flex-direction:column;text-decoration:none;display:inline-flex;position:relative}.st-navRail__item:hover,.st-navRail__item--active{background:var(--st-component-navRail-activeBackground,var(--st-semantic-surface-subtle));color:var(--st-semantic-text-primary)}.st-navRail__item--active{border-color:var(--st-component-navRail-activeBorder,var(--st-semantic-border-strong))}.st-navRail__item:disabled{cursor:not-allowed;opacity:.5}.st-navRail__label{font-size:.6875rem;font-weight:650;line-height:1.1}.st-navRail__badge{background:var(--st-component-navRail-badgeBackground,var(--st-semantic-surface-inverse));color:var(--st-semantic-text-inverse);border-radius:999px;padding:.125rem .3rem;font-size:.625rem;line-height:1;position:absolute;top:.25rem;right:.25rem}.st-navShell{background:var(--st-component-navShell-surface,var(--st-semantic-surface-raised));border-inline-end:1px solid var(--st-component-navShell-border,var(--st-semantic-border-subtle));color:var(--st-semantic-text-primary);grid-template-rows:auto auto minmax(0,1fr) auto;min-block-size:0;display:grid}.st-navShell--drawer{border-inline-end:0}.st-navShell__header{border-block-end:1px solid var(--st-component-navShell-border,var(--st-semantic-border-subtle));align-items:start;gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-4,1rem);display:flex}.st-navShell__back{border:1px solid var(--st-semantic-border-subtle);color:inherit;cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;block-size:2rem;inline-size:2rem;display:inline-flex}.st-navShell__heading{gap:var(--st-spacing-1,.25rem);display:grid}.st-navShell__title,.st-navShell__subtitle{margin:0}.st-navShell__title{font-weight:700}.st-navShell__subtitle{color:var(--st-semantic-text-secondary);font-size:.875rem}.st-navShell__search{border-block-end:1px solid var(--st-component-navShell-border,var(--st-semantic-border-subtle));padding:var(--st-spacing-3,.75rem) var(--st-spacing-4,1rem)}.st-navShell__body{min-block-size:0;padding:var(--st-spacing-3,.75rem);overflow:auto}.st-navShell__footer{border-block-start:1px solid var(--st-component-navShell-border,var(--st-semantic-border-subtle));padding:var(--st-spacing-3,.75rem) var(--st-spacing-4,1rem)}.st-contextPanel,.st-utilityPanel{background:var(--st-component-panel-surface,var(--st-semantic-surface-raised));color:var(--st-semantic-text-primary);min-block-size:0;display:grid}.st-contextPanel{border-inline-start:1px solid var(--st-component-panel-border,var(--st-semantic-border-subtle));grid-template-rows:auto minmax(0,1fr) auto}.st-utilityPanel{border-block-start:1px solid var(--st-component-panel-border,var(--st-semantic-border-subtle));grid-template-rows:auto minmax(0,1fr)}.st-contextPanel--left{border-inline-start:0;border-inline-end:1px solid var(--st-component-panel-border,var(--st-semantic-border-subtle))}.st-contextPanel__header,.st-utilityPanel__header{border-block-end:1px solid var(--st-component-panel-border,var(--st-semantic-border-subtle));align-items:center;gap:var(--st-spacing-3,.75rem);padding:var(--st-spacing-3,.75rem) var(--st-spacing-4,1rem);justify-content:space-between;display:flex}.st-contextPanel__title,.st-utilityPanel__title{margin:0;font-weight:700}.st-contextPanel__body,.st-utilityPanel__body{min-block-size:0;padding:var(--st-spacing-4,1rem);overflow:auto}.st-contextPanel__footer{border-block-start:1px solid var(--st-component-panel-border,var(--st-semantic-border-subtle));padding:var(--st-spacing-3,.75rem) var(--st-spacing-4,1rem)}.st-drawer--bottom{justify-content:stretch;align-items:end}.st-drawer--bottom .st-drawer__panel{block-size:min(70vh, var(--st-component-drawer-bottomHeight,42rem));inline-size:100%;max-inline-size:none}@media (width<=900px){.st-appShell--workspace{grid-template:"top""rail""nav""main"minmax(0,1fr)"context""utility""bottom"/minmax(0,1fr)}.st-navRail{block-size:auto;inline-size:100%}.st-navRail__items,.st-navRail__footer{flex-direction:row;overflow:auto hidden}.st-navRail__item{inline-size:auto;min-inline-size:4rem}.st-navShell,.st-contextPanel{border-inline:0;border-block-end:1px solid var(--st-component-panel-border,var(--st-semantic-border-subtle))}}.st-heatmapChart{--st-heatmapChart-ramp-base:var(--st-semantic-data-category1);--st-heatmapChart-ramp-1:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 86%, var(--st-heatmapChart-ramp-base) 14%);--st-heatmapChart-ramp-2:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 74%, var(--st-heatmapChart-ramp-base) 26%);--st-heatmapChart-ramp-3:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 62%, var(--st-heatmapChart-ramp-base) 38%);--st-heatmapChart-ramp-4:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 50%, var(--st-heatmapChart-ramp-base) 50%);--st-heatmapChart-ramp-5:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 38%, var(--st-heatmapChart-ramp-base) 62%);--st-heatmapChart-ramp-6:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 26%, var(--st-heatmapChart-ramp-base) 74%);--st-heatmapChart-ramp-7:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 14%, var(--st-heatmapChart-ramp-base) 86%);--st-heatmapChart-ramp-8:var(--st-heatmapChart-ramp-base)}.st-heatmapChart--sequential .st-heatmapChart__cell--category1,.st-heatmapChart--sequential .st-heatmapChart__legendSwatch--category1{fill:var(--st-heatmapChart-ramp-1);background:var(--st-heatmapChart-ramp-1)}.st-heatmapChart--sequential .st-heatmapChart__cell--category2,.st-heatmapChart--sequential .st-heatmapChart__legendSwatch--category2{fill:var(--st-heatmapChart-ramp-2);background:var(--st-heatmapChart-ramp-2)}.st-heatmapChart--sequential .st-heatmapChart__cell--category3,.st-heatmapChart--sequential .st-heatmapChart__legendSwatch--category3{fill:var(--st-heatmapChart-ramp-3);background:var(--st-heatmapChart-ramp-3)}.st-heatmapChart--sequential .st-heatmapChart__cell--category4,.st-heatmapChart--sequential .st-heatmapChart__legendSwatch--category4{fill:var(--st-heatmapChart-ramp-4);background:var(--st-heatmapChart-ramp-4)}.st-heatmapChart--sequential .st-heatmapChart__cell--category5,.st-heatmapChart--sequential .st-heatmapChart__legendSwatch--category5{fill:var(--st-heatmapChart-ramp-5);background:var(--st-heatmapChart-ramp-5)}.st-heatmapChart--sequential .st-heatmapChart__cell--category6,.st-heatmapChart--sequential .st-heatmapChart__legendSwatch--category6{fill:var(--st-heatmapChart-ramp-6);background:var(--st-heatmapChart-ramp-6)}.st-heatmapChart--sequential .st-heatmapChart__cell--category7,.st-heatmapChart--sequential .st-heatmapChart__legendSwatch--category7{fill:var(--st-heatmapChart-ramp-7);background:var(--st-heatmapChart-ramp-7)}.st-heatmapChart--sequential .st-heatmapChart__cell--category8,.st-heatmapChart--sequential .st-heatmapChart__legendSwatch--category8{fill:var(--st-heatmapChart-ramp-8);background:var(--st-heatmapChart-ramp-8)}.st-dashboardGrid{--st-component-dashboardGrid-tile-background:var(--st-semantic-surface-default);--st-component-dashboardGrid-tile-border-color:var(--st-semantic-border-subtle);--st-component-dashboardGrid-tile-border-width:var(--st-component-card-anatomy-shape-borderWidth);--st-component-dashboardGrid-tile-radius:var(--st-radius-lg);--st-component-dashboardGrid-tile-shadow:var(--st-shadow-sm);--st-component-dashboardGrid-title-fontSize:var(--st-component-field-labelTypography-size);--st-component-dashboardGrid-title-fontWeight:var(--st-component-field-labelTypography-weight);--st-component-dashboardGrid-title-letterSpacing:var(--st-component-field-labelTypography-letterSpacing);--st-component-dashboardGrid-value-fontSize:var(--st-component-button-anatomy-density-lg-fontSize);--st-component-dashboardGrid-value-fontWeight:var(--st-component-button-anatomy-typography-weight);--st-component-dashboardGrid-value-lineHeight:var(--st-component-field-labelTypography-lineHeight);--st-component-dashboardGrid-description-fontSize:var(--st-component-field-labelTypography-size);--st-component-dashboardGrid-control-fontSize:var(--st-component-button-anatomy-density-sm-fontSize);--st-component-dashboardGrid-control-fontWeight:var(--st-component-button-anatomy-typography-weight);--st-component-dashboardGrid-control-size:var(--st-component-button-anatomy-density-sm-controlHeight);--st-component-dashboardGrid-control-paddingInline:var(--st-spacing-2);--st-component-dashboardGrid-control-focusWidth:var(--st-component-card-anatomy-shape-borderWidth);gap:var(--st-dashboardGrid-gap);grid-auto-rows:var(--st-dashboardGrid-row-height);grid-template-columns:repeat(var(--st-dashboardGrid-columns), minmax(0, 1fr));width:100%;display:grid}.st-dashboardGrid__tile{background:var(--st-component-dashboardGrid-tile-background);border:var(--st-component-dashboardGrid-tile-border-width) solid var(--st-component-dashboardGrid-tile-border-color);border-radius:var(--st-component-dashboardGrid-tile-radius);box-shadow:var(--st-component-dashboardGrid-tile-shadow);color:var(--st-semantic-text-primary);min-width:0;padding:var(--st-spacing-4);position:relative;overflow:hidden}.st-dashboardGrid--editable .st-dashboardGrid__tile{outline:var(--st-component-dashboardGrid-tile-border-width) dashed var(--st-semantic-border-strong);outline-offset:calc(-1 * var(--st-spacing-2))}.st-dashboardGrid__content{gap:var(--st-spacing-2);display:grid}.st-dashboardGrid__title{color:var(--st-semantic-text-secondary);font-size:var(--st-component-dashboardGrid-title-fontSize);font-weight:var(--st-component-dashboardGrid-title-fontWeight);letter-spacing:var(--st-component-dashboardGrid-title-letterSpacing);text-transform:uppercase;margin:0}.st-dashboardGrid__value{color:var(--st-semantic-text-primary);font-size:var(--st-component-dashboardGrid-value-fontSize);font-weight:var(--st-component-dashboardGrid-value-fontWeight);line-height:var(--st-component-dashboardGrid-value-lineHeight);margin:0}.st-dashboardGrid__description{color:var(--st-semantic-text-secondary);font-size:var(--st-component-dashboardGrid-description-fontSize);margin:0}.st-dashboardGrid__controls{bottom:var(--st-spacing-2);align-items:center;gap:var(--st-spacing-1);right:var(--st-spacing-2);flex-wrap:wrap;display:flex;position:absolute}.st-dashboardGrid__controls button{background:var(--st-semantic-surface-raised);border:var(--st-component-dashboardGrid-tile-border-width) solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-sm);color:var(--st-semantic-text-primary);cursor:pointer;font:inherit;font-size:var(--st-component-dashboardGrid-control-fontSize);font-weight:var(--st-component-dashboardGrid-control-fontWeight);min-height:var(--st-component-dashboardGrid-control-size);min-width:var(--st-component-dashboardGrid-control-size);padding:0 var(--st-component-dashboardGrid-control-paddingInline);justify-content:center;align-items:center;display:inline-flex}.st-dashboardGrid__controls button:focus-visible{outline:var(--st-component-dashboardGrid-control-focusWidth) solid var(--st-semantic-border-interactive);outline-offset:var(--st-component-control-anatomy-focus-offset)}:root{background:var(--st-semantic-surface-subtle,#f6f8fb);color:var(--st-semantic-text-primary,#0f172a);font-family:var(--st-font-sans,Inter, ui-sans-serif, system-ui, sans-serif);--docs-header-height:5rem;--docs-sidebar-width:19.5rem;--docs-accent:var(--st-semantic-action-primary,#0043ce);--docs-ink:var(--st-semantic-text-primary,#0f172a);--docs-muted:var(--st-semantic-text-secondary,#475569);--docs-line:var(--st-semantic-border-subtle,#e2e8f0);--docs-header-control-height:2.25rem;--docs-header-control-radius:.375rem;--docs-header-control-bg:var(--st-semantic-surface-default,#fff);--docs-header-control-hover-bg:var(--st-semantic-surface-subtle,#f8fafc);--docs-header-control-ring:#0043ce24;--docs-text-xs:.75rem;--docs-text-sm:.875rem;--docs-text-md:1rem;--docs-text-lg:1.125rem;--docs-text-xl:1.375rem;--docs-text-2xl:2rem}@media (prefers-reduced-motion:no-preference){.docs-page{animation:docs-page-enter var(--st-motion-normal,.18s) var(--st-motion-easing,ease)}.docs-hero,.docs-section{animation:docs-fade-up var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.docs-mobile-nav{animation:docs-nav-slide var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}}@keyframes docs-page-enter{0%{opacity:.98}to{opacity:1}}@keyframes docs-fade-up{0%{opacity:.9;transform:translateY(.15rem)}to{opacity:1;transform:translateY(0)}}@keyframes docs-nav-slide{0%{transform:translateY(-.2rem)}to{transform:translateY(0)}}*{box-sizing:border-box}html{scroll-padding-top:calc(var(--docs-header-height) + 1.25rem);max-width:100%;overflow-x:clip}body{max-width:100%;margin:0;overflow-x:clip}a{color:var(--st-semantic-text-link,#0f62fe);text-decoration:none}a:hover{text-decoration:underline}button,select{font:inherit}.docs-shell{background:var(--st-semantic-surface-subtle,#f6f8fb);min-height:100vh}.st-appChrome__header{background:color-mix(in srgb, var(--st-semantic-surface-default,#fff) 96%, transparent);border-bottom:1px solid var(--docs-line);z-index:30;position:sticky;top:0}.st-appChrome__header .st-appHeader__bar,.st-appHeader__bar{max-width:none;margin:0}.docs-shell .st-appChrome__header .st-appHeader__bar{height:auto;min-height:var(--docs-header-height);padding:0 1.5rem}.st-appChrome__header .st-appHeader__nav{flex:auto;justify-content:center}.st-appChrome__header .st-appHeader__navLink{font-weight:400}.st-appChrome__header .st-appHeader__navLink:hover,.st-appChrome__header .st-appHeader__navLink:focus-visible{background:var(--st-semantic-surface-subtle,#f8fafc)}.st-appChrome__header .st-appHeader__navLink[aria-current=page]{font-weight:650}.st-appChrome__utilityNav{align-items:center;gap:var(--st-spacing-2,.5rem);display:inline-flex}.st-appChrome__drawer{gap:var(--st-spacing-5,1.25rem);padding:var(--st-spacing-5,1.25rem);flex-direction:column;display:flex}.st-appChrome__drawerSection{gap:var(--st-spacing-2,.5rem);flex-direction:column;display:flex}.st-appChrome__drawerLabel{color:var(--docs-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700}.st-appChrome__drawerLink{border-bottom:1px solid var(--docs-line);color:var(--docs-ink);align-items:center;gap:.45rem;padding:.45rem 0;font-size:1rem;font-weight:650;text-decoration:none;display:inline-flex}.st-appChrome__drawerLink[aria-current=page],.st-appChrome__drawerLink:hover{color:var(--docs-accent)}.st-appChrome__drawerSwitcher{gap:var(--st-spacing-2,.5rem);flex-wrap:wrap;display:flex}.st-appChrome__drawerBtn{background:var(--st-semantic-surface-subtle,#f8fafc);border:1px solid var(--docs-line);border-radius:var(--docs-header-control-radius,.375rem);color:var(--docs-muted);cursor:pointer;font:inherit;flex:1 0 auto;padding:.45rem .65rem;font-size:.75rem;font-weight:650}.st-appChrome__drawerBtn.is-active{background:var(--docs-accent);border-color:var(--docs-accent);color:#fff}.docs-brand{color:var(--docs-ink);align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:inline-flex}.docs-brand:hover,.docs-brand:focus-visible{text-decoration:none}.docs-brand-mark{aspect-ratio:1;object-fit:contain;border-radius:0;flex:none;width:2rem;max-width:none;height:2rem;display:inline-block}.docs-brand-copy{gap:.08rem;min-width:0;line-height:1;display:grid}.docs-brand-name{color:var(--docs-ink);font-size:var(--docs-text-md);font-weight:760}.docs-brand-product{color:var(--docs-muted);font-size:var(--docs-text-xs);font-weight:650}.docs-top-nav,.docs-utility-nav{align-items:center;gap:.25rem;min-width:0;display:flex}.docs-top-nav{overflow-x:auto}.docs-top-nav a{color:var(--docs-muted);min-height:var(--docs-header-control-height);white-space:nowrap;transition:all var(--st-motion-fast,.12s) ease;border-bottom:2px solid #0000;align-items:center;gap:.35rem;padding:.38rem .75rem;font-size:14px;font-weight:400;line-height:14px;text-decoration:none;display:inline-flex;border-radius:0!important}.docs-header-control{background:var(--docs-header-control-bg);border:1px solid var(--docs-line);border-radius:var(--docs-header-control-radius);color:var(--docs-muted);font-size:var(--docs-text-sm);height:var(--docs-header-control-height);white-space:nowrap;transition:background-color var(--st-motion-fast,.12s) ease, border-color var(--st-motion-fast,.12s) ease, box-shadow var(--st-motion-fast,.12s) ease, color var(--st-motion-fast,.12s) ease;align-items:center;gap:.35rem;padding:0 .75rem;font-weight:650;line-height:1;text-decoration:none;display:inline-flex}.docs-top-nav a:hover,.docs-top-nav a:focus-visible{background:var(--st-semantic-surface-subtle,#f8fafc);border-bottom-color:var(--st-semantic-border-subtle,#e2e8f0);color:var(--docs-ink);text-decoration:none}.docs-header-control:hover,.docs-header-control:focus-visible{background:var(--docs-header-control-hover-bg);color:var(--docs-ink)}.docs-utility-nav a:hover,.docs-utility-nav a:focus-visible{text-decoration:none}.docs-search-trigger{width:var(--docs-header-control-height);color:var(--docs-ink-muted,var(--st-semantic-text-secondary));justify-content:center;align-items:center;padding:0;display:inline-flex}.docs-search-overlay{z-index:200;padding:8vh var(--st-spacing-4) var(--st-spacing-4);background:color-mix(in srgb, var(--st-semantic-surface-default) 35%, transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.docs-search-overlay__panel{background:var(--st-semantic-surface-raised,var(--st-semantic-surface-default));border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-lg);width:100%;max-width:44rem;box-shadow:var(--st-shadow-lg);padding:var(--st-spacing-6);position:relative}.docs-search-overlay__close{top:var(--st-spacing-3);z-index:1;padding:var(--st-spacing-1);cursor:pointer;color:var(--st-semantic-text-secondary);border-radius:var(--st-radius-sm);background:0 0;border:none;display:inline-flex;position:absolute;inset-inline-end:var(--st-spacing-3)}.docs-search-overlay__close:hover,.docs-search-overlay__close:focus-visible{color:var(--st-semantic-text-primary);background:var(--st-semantic-surface-hover)}.docs-top-nav a[aria-current=page]{color:var(--docs-ink);border-bottom-color:var(--docs-accent);background:0 0;font-weight:650}.docs-version{background:var(--st-semantic-surface-subtle,#f8fafc);color:#334155;font-size:var(--docs-text-xs);padding:0 .65rem;font-weight:650}.docs-header-iconLink{width:var(--docs-header-control-height);justify-content:center;padding:0}.docs-header-iconLink svg{flex:none}.docs-header-menuButton{cursor:pointer;justify-content:center;font-family:inherit}.docs-header-menuButton:hover,.docs-header-menuButton:focus-visible,.docs-header-menuButton[aria-expanded=true]{background:var(--docs-header-control-hover-bg);border-color:var(--docs-accent);box-shadow:0 0 0 2px var(--docs-header-control-ring);color:var(--docs-ink);outline:none}.docs-login-trigger{width:var(--docs-header-control-height);padding:0}.docs-locale-wrapper,.docs-theme-wrapper,.docs-framework-wrapper{display:inline-block;position:relative}.docs-theme-trigger{font-size:var(--docs-text-xs);min-width:6.5rem;padding:0 .65rem}.docs-framework-trigger{font-size:var(--docs-text-xs);min-width:6rem;padding:0 .65rem}.docs-locale-trigger{font-size:var(--docs-text-xs);min-width:4.8rem;padding:0 .65rem}.docs-locale-trigger-icon{color:currentColor}.docs-locale-trigger-chevron{color:currentColor;transition:transform var(--st-motion-fast,.12s) ease}.docs-locale-trigger-chevron.rotated{transform:rotate(180deg)}.docs-locale-menu{background:var(--st-component-menu-background,var(--st-semantic-surface-raised,#fff));border:1px solid var(--st-component-menu-border,var(--st-semantic-border-subtle,#e2e8f0));z-index:100;border-radius:.375rem;flex-direction:column;gap:.1rem;min-width:8.5rem;padding:.25rem;display:flex;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0f172a14}.docs-locale-item{color:var(--docs-muted,#64748b);cursor:pointer;text-align:left;width:100%;transition:background-color var(--st-motion-fast,.12s) ease, color var(--st-motion-fast,.12s) ease;background:0 0;border:0;border-radius:.25rem;align-items:center;gap:.45rem;padding:.35rem .65rem;font-family:inherit;font-size:.82rem;font-weight:550;display:flex}.docs-locale-item:hover{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--docs-ink,#0f172a)}.docs-locale-item.active{color:var(--docs-accent,#0043ce);font-weight:650}.locale-check{width:.75rem;font-size:var(--docs-text-xs);justify-content:center;align-items:center;display:inline-flex}.docs-mobile-menu-trigger{color:var(--docs-muted,#64748b);cursor:pointer;width:2.25rem;height:2.25rem;transition:all var(--st-motion-fast,.12s) ease;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;display:none}.docs-mobile-menu-trigger:hover{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--docs-ink,#0f172a)}.docs-mobile-nav{background:var(--st-semantic-surface-default,#fff);border-bottom:1px solid var(--docs-line,#e2e8f0);top:var(--docs-header-height);z-index:99;flex-direction:column;gap:1.25rem;padding:1.25rem;display:none;position:absolute;left:0;right:0;box-shadow:0 10px 20px #0f172a0d}.docs-mobile-nav-section{flex-direction:column;gap:.5rem;display:flex}.docs-mobile-nav-label{font-size:var(--docs-text-xs);text-transform:uppercase;color:var(--docs-muted,#94a3b8);letter-spacing:.05em;margin-bottom:.2rem;font-weight:700}.docs-mobile-nav-section a{color:var(--docs-ink,#0f172a);font-size:var(--docs-text-md);border-bottom:1px solid var(--st-semantic-border-subtle,#f1f5f9);transition:color var(--st-motion-fast,.12s) ease;align-items:center;gap:.45rem;padding:.45rem 0;font-weight:650;text-decoration:none;display:inline-flex}.docs-mobile-nav-section a:hover,.docs-mobile-nav-section a[aria-current=page]{color:var(--docs-accent,#0043ce)}.docs-mobile-version{align-self:flex-start}.docs-mobile-locale-switcher{gap:.5rem;margin-top:.5rem;display:flex}.docs-mobile-locale-btn{background:var(--st-semantic-surface-subtle,#f1f5f9);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);color:var(--docs-muted,#64748b);cursor:pointer;font-family:inherit;font-size:var(--docs-text-xs);transition:all var(--st-motion-fast,.12s) ease;border-radius:.25rem;flex:1;padding:.45rem;font-weight:650}.docs-mobile-locale-btn.active{background:var(--docs-accent,#0043ce);border-color:var(--docs-accent,#0043ce);color:#fff}@media (width<=768px){.docs-top-nav,.docs-utility-nav{display:none!important}.docs-mobile-menu-trigger{display:inline-flex!important}.docs-mobile-nav{display:flex!important}}.docs-body{grid-template-columns:var(--docs-sidebar-width) minmax(0, 1fr);max-width:104rem;margin:0 auto;display:grid}.docs-sidebar{background:var(--st-semantic-surface-default,#fff);border-right:1px solid var(--docs-line);min-width:0;top:var(--docs-header-height);max-height:calc(100vh - var(--docs-header-height));flex-direction:column;display:flex;position:sticky}.docs-side-nav{flex:auto;min-height:0;padding:1.5rem 1rem 2.5rem 1.35rem;overflow-y:auto}.docs-sidebar-footer{border-top:1px solid var(--docs-line);color:var(--docs-muted);flex:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1.35rem;display:flex}.docs-sidebar-version{background:var(--st-semantic-surface-subtle,#f8fafc);border:1px solid var(--docs-line);border-radius:var(--docs-header-control-radius,.375rem);color:#334155;font-size:var(--docs-text-xs);padding:.2rem .55rem;font-weight:650}.docs-sidebar-github{color:var(--docs-muted);font-size:var(--docs-text-sm);transition:color var(--st-motion-fast,.12s) ease;align-items:center;gap:.4rem;font-weight:600;text-decoration:none;display:inline-flex}.docs-sidebar-github:hover,.docs-sidebar-github:focus-visible{color:var(--docs-ink);text-decoration:none}.docs-side-section{gap:.2rem;display:grid}.docs-side-section+.docs-side-section{border-top:1px solid var(--docs-line);margin-top:.75rem;padding-top:.75rem}.docs-side-section h2,.docs-side-group summary{color:var(--docs-ink);text-transform:uppercase;margin:0;font-size:12px;font-weight:750;line-height:14.4px}.docs-side-section h2{margin-bottom:.35rem}.docs-side-section ul{gap:.1rem;margin:0;padding:0;list-style:none;display:grid}.docs-side-link{color:var(--docs-muted);transition:all var(--st-motion-fast,.12s) ease;border-radius:.375rem;align-items:center;gap:.5rem;line-height:1.35;text-decoration:none;display:flex}.docs-side-link:hover,.docs-side-link:focus-visible{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--docs-ink);text-decoration:none}.docs-side-link--docs,.docs-side-link--docs:hover,.docs-side-link--docs:focus-visible,.docs-side-link--docs[aria-current=page]{border-radius:0!important}.docs-side-link--docs{font-size:var(--docs-text-md);min-height:2rem;transition:all var(--st-motion-fast,.12s) ease;border-left:3px solid #0000;padding:.3rem .5rem;font-weight:400;line-height:21.6px}.docs-side-link--docs:hover,.docs-side-link--docs:focus-visible{background:var(--st-semantic-surface-subtle,#f8fafc);border-left-color:var(--st-semantic-border-subtle,#e2e8f0);color:var(--docs-ink)}.docs-side-link--docs[aria-current=page]{border-left-color:var(--docs-accent);color:var(--docs-ink);background:#eef4fb;font-weight:650}.docs-side-link--component{font-size:var(--docs-text-sm);min-height:1.75rem;padding:.22rem .5rem;font-weight:400;line-height:18.9px}.docs-side-link--component[aria-current=page]{color:var(--docs-accent);background:#eaf2ff;font-weight:650}.docs-side-group{gap:.05rem;display:grid}.docs-side-group>ul{padding-left:1.25rem}.docs-side-group summary{cursor:pointer;border-radius:.25rem;align-items:center;gap:.45rem;padding:.18rem .5rem;list-style:none;display:flex}.docs-side-group summary::-webkit-details-marker{display:none}.docs-side-group summary:hover,.docs-side-group summary:focus-visible{background:#eef4fb;outline:none}.docs-side-group-icon{color:var(--docs-muted);transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);flex:none}.docs-side-group:not([open]) .docs-side-group-icon{transform:rotate(-90deg)}.docs-side-status{aspect-ratio:1;background:#cbd5e1;border-radius:999px;flex:0 0 .42rem}.docs-side-status--documented{background:#16a34a}.docs-content-area{background:0 0;min-width:0;padding:2.5rem 3rem 6rem}.docs-breadcrumb{color:var(--docs-muted);font-size:var(--docs-text-sm);max-width:68rem;margin:0 auto 2rem}.docs-breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.docs-breadcrumb li+li:before{color:#94a3b8;content:"/";margin-right:.4rem}.docs-breadcrumb a{color:var(--docs-muted)}.docs-main{max-width:68rem;margin:0 auto}.docs-page{gap:3rem;display:grid}.docs-hero{border-bottom:1px solid var(--docs-line);gap:1rem;padding:1.15rem 0 2.2rem;display:grid}.docs-hero-kicker{color:var(--docs-accent);font-size:var(--docs-text-sm);margin:0;font-weight:750}.docs-hero-title{flex-wrap:wrap;align-items:center;gap:.75rem;max-width:52rem;display:flex}.docs-hero h1{color:var(--docs-ink);margin:0;font-size:2.75rem;line-height:1.1}.docs-hero p:not(:where(.tex *,.docs-example *)),.docs-section p:not(:where(.tex *,.docs-example *)),.docs-content-area p:not(:where(.tex *,.docs-example *)),.docs-main p:not(:where(.tex *,.docs-example *)){color:var(--docs-muted);font-size:var(--docs-text-md);max-width:46rem;margin:0;line-height:1.65}.docs-hero-actions,.docs-metric-grid,.docs-foundation-grid,.docs-contract-grid{gap:1.25rem;display:grid}.docs-hero-actions{grid-template-columns:repeat(auto-fit,minmax(12rem,max-content));margin-top:.25rem}.docs-button-link{background:var(--docs-ink);color:#fff;border-radius:.375rem;justify-content:center;align-items:center;min-height:2.75rem;padding:0 1rem;font-weight:650;text-decoration:none;display:inline-flex}.docs-button-link:hover,.docs-button-link:focus-visible{color:#fff;background:#1d4ed8;text-decoration:none}.docs-button-link--secondary{border:1px solid var(--docs-line);color:var(--docs-ink);background:#fff}.docs-button-link--secondary:hover,.docs-button-link--secondary:focus-visible{color:var(--docs-ink);background:#eef4fb}.docs-section{scroll-margin-top:calc(var(--docs-header-height) + 1rem);gap:1.15rem;display:grid}.docs-section h2:not(:where(.tex *,.docs-example *)){color:var(--docs-ink);font-size:var(--docs-text-xl);margin:0;line-height:1.25}.docs-section h3:not(:where(.tex *,.docs-example *)){color:var(--docs-ink);font-size:var(--docs-text-md);margin:0;line-height:1.3}.docs-metric-grid{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.docs-metric,.docs-foundation-item,.docs-contract-item{gap:.65rem;padding:1.35rem;display:grid}.docs-metric strong{color:var(--docs-ink);font-size:var(--docs-text-xl);line-height:1}.docs-metric span,.docs-foundation-item span,.docs-contract-item span{color:var(--docs-muted);font-size:var(--docs-text-md);line-height:1.6}.docs-foundation-grid,.docs-contract-grid{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.docs-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.docs-list a{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--docs-line);color:var(--docs-ink);border-radius:.375rem;padding:1.25rem;display:block}.docs-example{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--docs-line);border-radius:.5rem;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.4rem;display:flex}.docs-example--stack{align-items:stretch;gap:1rem;max-width:42rem;display:grid}.docs-example--stack>.st-overflowMenu,.docs-example--stack>.st-popover-host{justify-self:start}.docs-demo-stack{gap:.9rem;max-width:42rem;display:grid}.docs-demo-block{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--docs-line);border-radius:.5rem;gap:.75rem;padding:1rem 1.1rem;display:grid}.docs-demo-block h3{color:var(--docs-ink);font-size:var(--docs-text-md);margin:0;line-height:1.3}.docs-demo-context{color:var(--docs-muted);font-size:var(--docs-text-sm);margin:-.25rem 0 0;line-height:1.5}.docs-demo-inline{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.docs-demo-note{color:var(--docs-muted);font-size:var(--docs-text-sm);margin:0;line-height:1.55}.docs-table{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--docs-line);border-collapse:collapse;border-radius:.5rem;width:100%;max-width:100%;display:block;overflow:auto hidden}.docs-table th,.docs-table td{border-bottom:1px solid var(--docs-line);text-align:left;vertical-align:top;padding:1rem}.docs-table th{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--docs-muted);font-size:var(--docs-text-sm)}.docs-token-list{gap:.75rem;margin:0;padding-left:1.25rem;display:grid}.docs-token-list code,.docs-table code{background:var(--st-semantic-surface-subtle,#f8fafc);border:1px solid var(--docs-line);overflow-wrap:anywhere;border-radius:.375rem;padding:.125rem .25rem}.docs-list--plain{gap:.6rem;padding-left:1.2rem;list-style:outside;display:grid}.docs-list--plain li{color:var(--docs-muted);max-width:46rem;line-height:1.6}.docs-list--plain code,.docs-section p code,.docs-demo-note code{background:var(--st-semantic-surface-subtle,#f8fafc);border:1px solid var(--docs-line);border-radius:.375rem;padding:.05rem .3rem;font-size:.85em}.docs-guidelines{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem;display:grid}.docs-guideline{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--docs-line);border-left-width:.25rem;border-radius:0;padding:1rem 1.1rem}.docs-guideline--do{border-left-color:var(--st-semantic-feedback-success,#16a34a)}.docs-guideline--dont{border-left-color:var(--st-semantic-feedback-error,#dc2626)}.docs-guideline__tag{font-size:var(--docs-text-xs);letter-spacing:.02em;text-transform:uppercase;margin:0 0 .5rem;font-weight:700}.docs-guideline--do .docs-guideline__tag{color:var(--st-semantic-feedback-success,#16a34a)}.docs-guideline--dont .docs-guideline__tag{color:var(--st-semantic-feedback-error,#dc2626)}.docs-guideline ul{gap:.4rem;margin:0;padding-left:1.1rem;display:grid}.docs-guideline li{color:var(--docs-muted);font-size:var(--docs-text-sm);line-height:1.5}.docs-language{align-items:center;gap:.5rem;display:none}.docs-language button{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--docs-line);color:var(--docs-ink);cursor:pointer;border-radius:.375rem;min-height:2rem;padding:0 .75rem}.docs-language button[aria-pressed=true]{background:var(--docs-accent);color:#fff}@media (width<=1120px){.docs-header.st-header{flex-wrap:wrap;padding-block:.5rem}.docs-header .st-header__navigation{flex-basis:100%;order:3;padding-bottom:.25rem}}@media (width<=920px){:root{--docs-header-height:6.9rem}.docs-body{display:block}.docs-sidebar{border-bottom:1px solid var(--docs-line);border-right:0;max-height:none;position:static}.docs-side-nav{max-height:none;padding:1.25rem;overflow:visible}.docs-content-area{background:0 0;padding:1.75rem 1.25rem 4rem}}@media (pointer:coarse){.docs-shell a,.docs-shell button,.docs-side-group summary{min-height:2.75rem}.docs-language button,.docs-example button{min-width:2.75rem}.docs-side-section a{min-height:2.75rem}.docs-header-iconLink{width:2.75rem;min-width:2.75rem}.docs-locale-trigger{min-width:5.3rem}.docs-side-link--component{min-height:2.45rem}}@media (width<=640px){:root{--docs-header-height:3.5rem}.docs-header.st-header{flex-wrap:nowrap;align-items:center;column-gap:.5rem;padding:.75rem 1rem;position:sticky}.docs-mobile-menu-trigger{margin-left:auto}.docs-mobile-nav{position:static}.docs-utility-nav{overflow-x:auto}.docs-hero h1{font-size:var(--docs-text-2xl)}.docs-page{gap:2.4rem}.docs-hero{padding:1rem 0 1.8rem}.docs-hero p,.docs-section p{font-size:var(--docs-text-md)}.docs-example,.docs-demo-block,.docs-metric,.docs-foundation-item,.docs-contract-item{padding:1.15rem}}.docs-skip-link{background:var(--docs-accent,#0043ce);clip:rect(0 0 0 0);clip-path:inset(100%);color:#fff;font-size:var(--docs-text-sm);white-space:nowrap;z-index:9999;border-radius:0 0 .375rem .375rem;width:1px;padding:.6rem 1.25rem;font-weight:650;position:fixed;top:0;left:1rem;overflow:hidden}.docs-skip-link:focus-visible{clip:auto;clip-path:none;width:auto;height:auto;text-decoration:none;overflow:visible}.docs-sidebar-mobile-trigger-wrap{display:none}.docs-sidebar-mobile-trigger{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--docs-line);color:var(--docs-ink);cursor:pointer;font-family:inherit;font-size:var(--docs-text-sm);text-align:left;border-bottom:1px solid var(--docs-line);width:100%;transition:background-color var(--st-motion-fast,.12s) ease;border-radius:0;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:650;display:flex}.docs-sidebar-mobile-trigger:hover{background:var(--st-semantic-surface-subtle,#f8fafc)}@media (width<=768px){.docs-sidebar-mobile-trigger-wrap{display:block}.docs-sidebar{display:none}.docs-sidebar.docs-sidebar--open{border-right:0;border-bottom:1px solid var(--docs-line);max-height:none;display:flex;position:static}.docs-sidebar.docs-sidebar--open .docs-side-nav{max-height:70vh;padding:1rem 1.25rem;overflow-y:auto}}.docs-content-area--compare{flex-direction:column;padding:0;display:flex}.docs-content-area--compare>.docs-breadcrumb{margin-bottom:0;padding:.75rem 1rem .5rem}.docs-compare-wrap{min-width:0;height:calc(100vh - var(--docs-header-height,60px) - 3rem);flex-direction:column;flex:1;display:flex;overflow:hidden}.docs-main--compare{max-width:none;height:100%;padding:1rem;overflow-y:auto}.dv-prose{color:var(--st-semantic-text-primary,#0f172a);gap:1.5rem;max-width:min(100%,76rem);display:grid}.dv-prose code{background:var(--st-semantic-surface-subtle,#f8fafc);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);border-radius:.25rem;padding:.08rem .25rem;font-size:.9em}.dv-h1,.dv-hero h1{color:var(--st-semantic-text-primary,#0f172a);font-size:var(--docs-text-2xl,2rem);letter-spacing:0;margin:0;line-height:1.12}.dv-lead,.dv-hero p{color:var(--st-semantic-text-secondary,#475569);font-size:var(--docs-text-lg,1.125rem);max-width:68rem;margin:0;line-height:1.65}.dv-hero{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);border-radius:.5rem;gap:1.25rem;padding:clamp(1.25rem,2vw,2rem);display:grid}.dv-hero__cta,.dv-hero__stat{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.dv-hero__stat{border-top:1px solid var(--st-semantic-border-subtle,#e2e8f0);padding-top:1rem}.dv-hero__stat div{gap:.15rem;min-width:10rem;display:grid}.dv-hero__stat b{font-size:var(--docs-text-xl,1.375rem)}.dv-hero__stat span{color:var(--st-semantic-text-secondary,#475569);font-size:var(--docs-text-sm,.875rem)}.dv-section{gap:.85rem;min-width:0;display:grid}.dv-section h2{color:var(--st-semantic-text-primary,#0f172a);font-size:var(--docs-text-xl,1.375rem);margin:0;line-height:1.2}.dv-section p{color:var(--st-semantic-text-secondary,#475569);margin:0;line-height:1.65}.dv-cards{grid-template-columns:repeat(auto-fit,minmax(min(18rem,100%),1fr));gap:.85rem;display:grid}.dv-card{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);color:inherit;border-radius:.5rem;gap:.35rem;padding:1rem;text-decoration:none;display:grid}.dv-card:hover{border-color:var(--st-semantic-border-strong,#94a3b8);text-decoration:none}.dv-card__name{color:var(--st-semantic-text-primary,#0f172a);margin:0;font-weight:750}.dv-card__tag{color:var(--st-semantic-text-secondary,#475569);font-size:var(--docs-text-sm,.875rem);margin:0;line-height:1.5}.dv-demo{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);border-radius:.5rem;min-width:0;padding:1rem;overflow:hidden}.dv-demo--chart{box-sizing:border-box;width:100%;max-width:37rem}.dv-demo--chart .stage{justify-items:start;width:100%;max-width:35rem;display:grid}.dv-demo--chart .stage svg{max-width:35rem;height:auto;max-height:17.5rem;width:100%!important}.docs-search{gap:1rem;display:grid}.docs-search__label{color:var(--st-semantic-text-primary,#0f172a);font-size:var(--docs-text-md,1rem);font-weight:750}.docs-search__field{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--st-semantic-border-strong,#94a3b8);border-radius:.375rem;align-items:center;gap:.55rem;padding:.65rem .75rem;display:flex}.docs-search__field input{color:var(--st-semantic-text-primary,#0f172a);font:inherit;background:0 0;border:0;outline:0;flex:1;min-width:0}.docs-search__results{gap:.5rem;display:grid}.docs-search-result{background:var(--st-semantic-surface-default,#fff);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);color:inherit;border-radius:.5rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.85rem 1rem;text-decoration:none;display:grid}.docs-search-result:hover{border-color:var(--docs-accent,#0043ce);text-decoration:none}.docs-search-result__body{gap:.25rem;min-width:0;display:grid}.docs-search-result__title{color:var(--st-semantic-text-primary,#0f172a);font-weight:750}.docs-search-result__description{color:var(--st-semantic-text-secondary,#475569);font-size:var(--docs-text-sm,.875rem);line-height:1.45}.docs-search-result__meta{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--st-semantic-text-secondary,#475569);font-size:var(--docs-text-xs,.75rem);white-space:nowrap;border-radius:999px;align-self:start;padding:.25rem .55rem;font-weight:700}.docs-search__empty{color:var(--st-semantic-text-secondary,#475569);margin:0}@media (width<=48rem){.dv-demo .st-dataTable{table-layout:fixed;width:100%!important}.dv-demo .st-dataTable th,.dv-demo .st-dataTable td{overflow-wrap:anywhere}.docs-search-result{grid-template-columns:1fr}.docs-search-result__meta{justify-self:start}}.st-appHeader.svelte-w3i4hh{background:var(--st-semantic-surface-default);border-bottom:1px solid var(--st-semantic-border-subtle);color:var(--st-semantic-text-primary);font-family:var(--st-font-sans);width:100%}.st-appHeader__bar.svelte-w3i4hh{align-items:center;gap:var(--st-spacing-4,1rem);height:var(--st-component-appHeader-height,3.5rem);padding:0 var(--st-spacing-4,1rem);justify-content:space-between;width:100%;display:flex}.st-appHeader__bar--navCenter.svelte-w3i4hh{position:relative}.st-appHeader__nav.svelte-w3i4hh{align-items:center;gap:var(--st-spacing-4,1rem);flex-wrap:wrap;flex:auto;min-width:0;font-size:.875rem;font-weight:500;display:flex}.st-appHeader__nav--center.svelte-w3i4hh{flex:none;position:absolute;left:50%;transform:translate(-50%)}.st-appHeader__burger.svelte-w3i4hh{flex:auto;justify-content:flex-end;align-items:center;display:flex}.st-appHeader__burgerButton.svelte-w3i4hh{border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text-primary);cursor:pointer;padding:var(--st-spacing-2,.5rem);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.st-appHeader__burgerButton.svelte-w3i4hh:hover{background:var(--st-semantic-surface-subtle)}.st-appHeader__burgerButton.svelte-w3i4hh:focus-visible{box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-appHeader__burgerIcon.svelte-w3i4hh{display:block}.st-appHeader__logo.svelte-w3i4hh{flex:none;align-items:center;display:inline-flex}.st-appHeader__brand.svelte-w3i4hh{color:var(--st-semantic-text-primary);align-items:center;gap:var(--st-spacing-3,.75rem);flex:none;min-width:0;text-decoration:none;display:inline-flex}.st-appHeader__brand.svelte-w3i4hh:hover,.st-appHeader__brand.svelte-w3i4hh:focus-visible{text-decoration:none}.st-appHeader__brand.svelte-w3i4hh:focus-visible{border-radius:var(--st-radius-sm,.375rem);box-shadow:0 0 0 2px var(--st-semantic-border-interactive);outline:none}.st-appHeader__brandMark.svelte-w3i4hh{aspect-ratio:1;object-fit:contain;flex:none;width:2rem;height:2rem;display:inline-block}.st-appHeader__brandCopy.svelte-w3i4hh{gap:.08rem;min-width:0;line-height:1;display:grid}.st-appHeader__brandName.svelte-w3i4hh{color:var(--st-semantic-text-primary);font-size:1rem;font-weight:760}.st-appHeader__brandProduct.svelte-w3i4hh{color:var(--st-semantic-text-secondary);font-size:.75rem;font-weight:650}.st-appHeader__brandIconWrap.svelte-w3i4hh{background:var(--st-semantic-surface-subtle);border-radius:var(--st-radius-sm,.375rem);flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.st-appHeader__brandIcon.svelte-w3i4hh{background:var(--st-semantic-action-primary);border-radius:var(--st-radius-pill,9999px);color:var(--st-semantic-action-primaryText);justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.st-appHeader__navLink{color:var(--st-semantic-text-secondary);white-space:nowrap;transition:color var(--st-motion-fast,.12s) ease, border-color var(--st-motion-fast,.12s) ease;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:.35rem;padding:.38rem .75rem;font-size:.875rem;line-height:1;text-decoration:none;display:inline-flex}.st-appHeader__navLink:hover,.st-appHeader__navLink:focus-visible{color:var(--st-semantic-text-primary);text-decoration:none}.st-appHeader__navLink[aria-current=page]{border-bottom-color:var(--st-semantic-border-interactive);color:var(--st-semantic-text-primary);font-weight:650}.st-appHeader__control{background:var(--st-semantic-surface-default);border:1px solid var(--st-semantic-border-subtle);border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;white-space:nowrap;height:2.25rem;transition:background-color var(--st-motion-fast,.12s) ease, border-color var(--st-motion-fast,.12s) ease, color var(--st-motion-fast,.12s) ease;align-items:center;gap:.35rem;padding:0 .65rem;font-size:.75rem;font-weight:650;line-height:1;text-decoration:none;display:inline-flex}.st-appHeader__control:hover,.st-appHeader__control:focus-visible,.st-appHeader__control[aria-expanded=true]{background:var(--st-semantic-surface-subtle);border-color:var(--st-semantic-border-interactive);color:var(--st-semantic-text-primary);outline:none}.st-appHeader__actions.svelte-w3i4hh{align-items:center;gap:var(--st-spacing-3,.75rem);flex:none;display:flex}.st-appHeader__scrim.svelte-w3i4hh{cursor:default;z-index:var(--st-zindex-overlay,80);background:0 0;border:0;padding:0;position:fixed;inset:0}.st-appHeader__drawer.svelte-w3i4hh{background:var(--st-semantic-surface-default);border:1px solid var(--st-semantic-border-subtle);box-shadow:var(--st-shadow-medium,0 8px 24px #0f172a1f);width:min(22rem,85vw);max-height:100vh;z-index:calc(var(--st-zindex-overlay,80) + 10);position:fixed;top:0;left:0;overflow-y:auto}.st-badge.svelte-pdgh8u{border-radius:var(--st-component-badge-radius,var(--st-radius-pill,999px));font-size:var(--st-component-badge-fontSize,.75rem);font-weight:var(--st-component-badge-fontWeight,650);letter-spacing:var(--st-component-badge-letterSpacing,normal);line-height:var(--st-component-badge-lineHeight,1);min-height:var(--st-component-badge-minHeight,0);padding:var(--st-component-badge-paddingBlock,.25rem) var(--st-component-badge-paddingInline,.5rem);text-transform:var(--st-component-badge-textTransform,none);align-items:center;display:inline-flex}.st-badge--circle.svelte-pdgh8u{border-radius:var(--st-component-badge-circle-radius,50%);box-sizing:border-box;font-variant-numeric:tabular-nums;min-width:var(--st-component-badge-circle-size,1.25rem);min-height:var(--st-component-badge-circle-size,1.25rem);padding:var(--st-component-badge-circle-padding,.125rem);text-align:center;justify-content:center}.st-badge--sm.svelte-pdgh8u{font-size:var(--st-component-badge-sm-fontSize,.6875rem)}.st-badge--neutral.svelte-pdgh8u{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-secondary)}.st-badge--success.svelte-pdgh8u{background:color-mix(in srgb, var(--st-semantic-feedback-success) 14%, white);color:var(--st-semantic-feedback-success)}.st-badge--warning.svelte-pdgh8u{background:color-mix(in srgb, var(--st-semantic-feedback-warning) 14%, white);color:var(--st-semantic-feedback-warning)}.st-badge--error.svelte-pdgh8u{background:color-mix(in srgb, var(--st-semantic-feedback-error) 14%, white);color:var(--st-semantic-feedback-error)}.st-badge--info.svelte-pdgh8u{background:var(--st-component-badge-infoBackground,color-mix(in srgb, var(--st-semantic-feedback-info) 14%, white));color:var(--st-component-badge-infoText,var(--st-semantic-feedback-info))}.st-button.svelte-121ausn{border-width:var(--st-component-button-anatomy-shape-borderWidth,1px);border-style:var(--st-component-button-anatomy-shape-borderStyle,solid);border-radius:var(--st-component-button-anatomy-shape-radius,.375rem);cursor:var(--st-cursor-interactive,pointer);justify-content:center;align-items:center;gap:var(--st-component-button-anatomy-icon-gap,var(--st-spacing-2,.5rem));font-family:var(--st-component-button-anatomy-typography-family,inherit);font-weight:var(--st-component-button-anatomy-typography-weight,600);line-height:var(--st-component-button-anatomy-typography-lineHeight,1.2);letter-spacing:var(--st-component-button-anatomy-typography-letterSpacing,0);text-transform:var(--st-component-button-anatomy-typography-textTransform,none);transition:background var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), box-shadow var(--st-motion-fast,.12s) var(--st-motion-easing,ease);border-color:#0000;display:inline-flex}.st-button--sm.svelte-121ausn{min-height:var(--st-component-button-anatomy-density-sm-controlHeight,2rem);min-width:var(--st-component-button-anatomy-density-sm-minWidth,2rem);padding:var(--st-component-button-anatomy-density-sm-paddingBlock,0) var(--st-component-button-anatomy-density-sm-paddingInlineEnd,var(--st-component-button-anatomy-density-sm-paddingInline,.75rem)) var(--st-component-button-anatomy-density-sm-paddingBlock,0) var(--st-component-button-anatomy-density-sm-paddingInline,.75rem);font-size:var(--st-component-button-anatomy-density-sm-fontSize,.875rem)}.st-button--md.svelte-121ausn{min-height:var(--st-component-button-anatomy-density-md-controlHeight,2.5rem);min-width:var(--st-component-button-anatomy-density-md-minWidth,2.5rem);padding:var(--st-component-button-anatomy-density-md-paddingBlock,0) var(--st-component-button-anatomy-density-md-paddingInlineEnd,var(--st-component-button-anatomy-density-md-paddingInline,1rem)) var(--st-component-button-anatomy-density-md-paddingBlock,0) var(--st-component-button-anatomy-density-md-paddingInline,1rem);font-size:var(--st-component-button-anatomy-density-md-fontSize,var(--st-component-button-anatomy-typography-size,.9375rem))}.st-button--lg.svelte-121ausn{min-height:var(--st-component-button-anatomy-density-lg-controlHeight,3rem);min-width:var(--st-component-button-anatomy-density-lg-minWidth,3rem);padding:var(--st-component-button-anatomy-density-lg-paddingBlock,0) var(--st-component-button-anatomy-density-lg-paddingInlineEnd,var(--st-component-button-anatomy-density-lg-paddingInline,1.25rem)) var(--st-component-button-anatomy-density-lg-paddingBlock,0) var(--st-component-button-anatomy-density-lg-paddingInline,1.25rem);font-size:var(--st-component-button-anatomy-density-lg-fontSize,1rem)}.st-button--primary.svelte-121ausn{background:var(--st-component-button-primaryBackground,var(--st-semantic-action-primary));color:var(--st-component-button-primaryText,var(--st-semantic-action-primaryText))}.st-button--secondary.svelte-121ausn{background:var(--st-component-button-secondaryBackground,var(--st-semantic-action-secondary));color:var(--st-component-button-secondaryText,var(--st-semantic-action-secondaryText));border-color:var(--st-component-button-secondaryBorder,var(--st-semantic-border-subtle))}.st-button--primary.svelte-121ausn:not(:disabled):hover{background:var(--st-component-button-anatomy-states-hover-bg,var(--st-semantic-action-primary))}.st-button--secondary.svelte-121ausn:not(:disabled):hover{background:var(--st-component-button-secondaryHoverBackground,var(--st-semantic-action-secondaryHover,var(--st-semantic-action-secondary)))}.st-button--ghost.svelte-121ausn{color:var(--st-semantic-text-link);background:0 0}.st-button--danger.svelte-121ausn{background:var(--st-semantic-action-danger);color:var(--st-semantic-text-inverse)}.st-button.svelte-121ausn:disabled{cursor:var(--st-cursor-disabled,not-allowed);opacity:var(--st-component-button-anatomy-states-disabled-opacity,.55)}.st-button.svelte-121ausn:focus-visible{outline:var(--st-component-button-anatomy-focus-outline,2px solid var(--st-semantic-border-interactive));outline-offset:var(--st-component-button-anatomy-focus-offset,2px);box-shadow:var(--st-component-button-anatomy-focus-boxShadow,none)}.st-contentSwitcher.svelte-a920rh{background:var(--st-semantic-surface-subtle);border-radius:var(--st-component-control-radius,.375rem);padding:.125rem;display:inline-flex}.st-contentSwitcher__option.svelte-a920rh{border-radius:var(--st-component-control-radius,.375rem);color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;padding:0 .875rem;font-weight:500}.st-contentSwitcher--sm.svelte-a920rh .st-contentSwitcher__option:where(.svelte-a920rh){min-height:1.75rem;font-size:.75rem}.st-contentSwitcher--md.svelte-a920rh .st-contentSwitcher__option:where(.svelte-a920rh){min-height:2.25rem;font-size:.875rem}.st-contentSwitcher--lg.svelte-a920rh .st-contentSwitcher__option:where(.svelte-a920rh){min-height:2.75rem;font-size:.9375rem}.st-contentSwitcher__option.svelte-a920rh:hover:not([disabled]):not(.st-contentSwitcher__option--selected){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle));color:var(--st-semantic-text-primary)}.st-contentSwitcher__option.svelte-a920rh:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:1px}.st-contentSwitcher__option--selected.svelte-a920rh{background:var(--st-semantic-surface-default);box-shadow:var(--st-shadow-subtle);color:var(--st-semantic-text-primary)}.st-contentSwitcher__option.svelte-a920rh:disabled{cursor:not-allowed;opacity:.55}.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);padding:var(--st-spacing-4,1rem);text-align:left;width:100%;text-decoration:none;display:block}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{cursor:pointer;align-items:start;gap:var(--st-spacing-2,.5rem);grid-template-columns:auto 1fr;display:grid}.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{gap:.25rem;display:grid}.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}.st-chartDataList.svelte-osn8jr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.st-bulletChart.svelte-bywt5z{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-bulletChart.svelte-bywt5z svg:where(.svelte-bywt5z){display:block;overflow:visible}.st-bulletChart__visual.svelte-bywt5z{display:block}.st-bulletChart__axis.svelte-bywt5z{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-bulletChart__baseline.svelte-bywt5z{stroke:var(--st-semantic-border-subtle);stroke-width:1.5px}.st-bulletChart__grid.svelte-bywt5z{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.6}.st-bulletChart__range.svelte-bywt5z{fill:var(--st-semantic-data-category1)}.st-bulletChart__bar.svelte-bywt5z{cursor:pointer;fill:var(--st-semantic-text-secondary);transition:opacity .12s}.st-bulletChart__bar.svelte-bywt5z:hover{opacity:.75}@media (prefers-reduced-motion:reduce){.st-bulletChart__bar.svelte-bywt5z{transition:none}}.st-bulletChart__target.svelte-bywt5z{stroke:var(--st-semantic-text-primary,currentColor);stroke-width:2.5px}.st-bulletChart__tickLabel.svelte-bywt5z,.st-bulletChart__categoryLabel.svelte-bywt5z{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-bulletChart__tooltip.svelte-bywt5z{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-bulletChart__tooltipLabel.svelte-bywt5z{font-weight:600}.st-bulletChart__tooltipValue.svelte-bywt5z{opacity:.85}.st-marimekkoChart.svelte-s8cx13{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-marimekkoChart.svelte-s8cx13 svg:where(.svelte-s8cx13){display:block;overflow:visible}.st-marimekkoChart__visual.svelte-s8cx13{display:block}.st-marimekkoChart__axis.svelte-s8cx13{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-marimekkoChart__cell.svelte-s8cx13{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-marimekkoChart__cell--dim.svelte-s8cx13{opacity:.4}@media (prefers-reduced-motion:reduce){.st-marimekkoChart__cell.svelte-s8cx13{transition:none}}.st-marimekkoChart__cell--category1.svelte-s8cx13{fill:var(--st-semantic-data-category1)}.st-marimekkoChart__cell--category2.svelte-s8cx13{fill:var(--st-semantic-data-category2)}.st-marimekkoChart__cell--category3.svelte-s8cx13{fill:var(--st-semantic-data-category3)}.st-marimekkoChart__cell--category4.svelte-s8cx13{fill:var(--st-semantic-data-category4)}.st-marimekkoChart__cell--category5.svelte-s8cx13{fill:var(--st-semantic-data-category5)}.st-marimekkoChart__cell--category6.svelte-s8cx13{fill:var(--st-semantic-data-category6)}.st-marimekkoChart__cell--category7.svelte-s8cx13{fill:var(--st-semantic-data-category7)}.st-marimekkoChart__cell--category8.svelte-s8cx13{fill:var(--st-semantic-data-category8)}.st-marimekkoChart__cellLabel.svelte-s8cx13{pointer-events:none;font-size:.625rem}.st-marimekkoChart__catLabel.svelte-s8cx13{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-marimekkoChart__tooltip.svelte-s8cx13{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-marimekkoChart__tooltipLabel.svelte-s8cx13{font-weight:600}.st-marimekkoChart__tooltipValue.svelte-s8cx13{opacity:.85}.st-parallelCoordinatesChart.svelte-16r1e2h{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-parallelCoordinatesChart.svelte-16r1e2h svg:where(.svelte-16r1e2h){display:block;overflow:visible}.st-parallelCoordinatesChart__visual.svelte-16r1e2h{display:block}.st-parallelCoordinatesChart__axis.svelte-16r1e2h{stroke:var(--st-semantic-border-subtle);stroke-width:1.5px}.st-parallelCoordinatesChart__axisLabel.svelte-16r1e2h{fill:var(--st-semantic-text-secondary);font-size:.6875rem;font-weight:600}.st-parallelCoordinatesChart__tickLabel.svelte-16r1e2h{fill:var(--st-semantic-text-secondary);font-size:.5625rem}.st-parallelCoordinatesChart__line.svelte-16r1e2h{cursor:pointer;stroke-width:1.5px;stroke-opacity:.65;transition:stroke-opacity .12s,stroke-width .12s}.st-parallelCoordinatesChart__line--dim.svelte-16r1e2h{stroke-opacity:.12}.st-parallelCoordinatesChart__line--active.svelte-16r1e2h{stroke-opacity:1;stroke-width:2.5px}@media (prefers-reduced-motion:reduce){.st-parallelCoordinatesChart__line.svelte-16r1e2h{transition:none}}.st-parallelCoordinatesChart__line--category1.svelte-16r1e2h{stroke:var(--st-semantic-data-category1)}.st-parallelCoordinatesChart__line--category2.svelte-16r1e2h{stroke:var(--st-semantic-data-category2)}.st-parallelCoordinatesChart__line--category3.svelte-16r1e2h{stroke:var(--st-semantic-data-category3)}.st-parallelCoordinatesChart__line--category4.svelte-16r1e2h{stroke:var(--st-semantic-data-category4)}.st-parallelCoordinatesChart__line--category5.svelte-16r1e2h{stroke:var(--st-semantic-data-category5)}.st-parallelCoordinatesChart__line--category6.svelte-16r1e2h{stroke:var(--st-semantic-data-category6)}.st-parallelCoordinatesChart__line--category7.svelte-16r1e2h{stroke:var(--st-semantic-data-category7)}.st-parallelCoordinatesChart__line--category8.svelte-16r1e2h{stroke:var(--st-semantic-data-category8)}.st-candlestickChart.svelte-1asv77e{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-candlestickChart.svelte-1asv77e svg:where(.svelte-1asv77e){display:block;overflow:visible}.st-candlestickChart__visual.svelte-1asv77e{display:block;position:relative}.st-candlestickChart__axis.svelte-1asv77e{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-candlestickChart__grid.svelte-1asv77e{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-candlestickChart__wick.svelte-1asv77e{stroke-width:1.5px}.st-candlestickChart__wick--up.svelte-1asv77e{stroke:var(--st-semantic-feedback-success)}.st-candlestickChart__wick--down.svelte-1asv77e{stroke:var(--st-semantic-feedback-error)}.st-candlestickChart__body.svelte-1asv77e{cursor:pointer;transition:opacity .12s}.st-candlestickChart__body--dim.svelte-1asv77e{opacity:.4}.st-candlestickChart__body--up.svelte-1asv77e{fill:var(--st-semantic-feedback-success)}.st-candlestickChart__body--down.svelte-1asv77e{fill:var(--st-semantic-feedback-error)}.st-candlestickChart__annotationRegion.svelte-1asv77e{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-candlestickChart__annotationLine.svelte-1asv77e{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-candlestickChart__annotationShape.svelte-1asv77e{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-candlestickChart__annotationPoint.svelte-1asv77e{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-candlestickChart__annotationLabel.svelte-1asv77e,.st-candlestickChart__annotationText.svelte-1asv77e{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-candlestickChart__dataLabel.svelte-1asv77e{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-candlestickChart__crosshairLine.svelte-1asv77e{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-candlestickChart__navLayer.svelte-1asv77e{position:absolute;inset:0}.st-candlestickChart__navDatum.svelte-1asv77e{fill:#0000;outline:none}.st-candlestickChart__navDatum.svelte-1asv77e:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-candlestickChart__body.svelte-1asv77e{transition:none}}.st-candlestickChart__tickLabel.svelte-1asv77e,.st-candlestickChart__categoryLabel.svelte-1asv77e{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-candlestickChart__tooltip.svelte-1asv77e{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-candlestickChart__tooltipLabel.svelte-1asv77e{font-weight:600}.st-candlestickChart__tooltipValue.svelte-1asv77e{opacity:.85}.st-ohlcChart.svelte-ors005{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-ohlcChart.svelte-ors005 svg:where(.svelte-ors005){display:block;overflow:visible}.st-ohlcChart__visual.svelte-ors005{display:block;position:relative}.st-ohlcChart__axis.svelte-ors005{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-ohlcChart__grid.svelte-ors005{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-ohlcChart__bar.svelte-ors005{cursor:pointer;transition:opacity .12s}.st-ohlcChart__bar--dim.svelte-ors005{opacity:.4}.st-ohlcChart__range.svelte-ors005,.st-ohlcChart__open.svelte-ors005,.st-ohlcChart__close.svelte-ors005{stroke-width:1.75px;stroke-linecap:round}.st-ohlcChart__bar--up.svelte-ors005 :is(.st-ohlcChart__range:where(.svelte-ors005),.st-ohlcChart__open:where(.svelte-ors005),.st-ohlcChart__close:where(.svelte-ors005)){stroke:var(--st-semantic-feedback-success)}.st-ohlcChart__bar--down.svelte-ors005 :is(.st-ohlcChart__range:where(.svelte-ors005),.st-ohlcChart__open:where(.svelte-ors005),.st-ohlcChart__close:where(.svelte-ors005)){stroke:var(--st-semantic-feedback-error)}.st-ohlcChart__annotationRegion.svelte-ors005{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-ohlcChart__annotationLine.svelte-ors005{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-ohlcChart__annotationShape.svelte-ors005{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-ohlcChart__annotationPoint.svelte-ors005{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-ohlcChart__annotationLabel.svelte-ors005,.st-ohlcChart__annotationText.svelte-ors005{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-ohlcChart__dataLabel.svelte-ors005{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-ohlcChart__crosshairLine.svelte-ors005{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-ohlcChart__navLayer.svelte-ors005{position:absolute;inset:0}.st-ohlcChart__navDatum.svelte-ors005{fill:#0000;outline:none}.st-ohlcChart__navDatum.svelte-ors005:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-ohlcChart__bar.svelte-ors005{transition:none}}.st-ohlcChart__tickLabel.svelte-ors005,.st-ohlcChart__categoryLabel.svelte-ors005{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-ohlcChart__tooltip.svelte-ors005{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-ohlcChart__tooltipLabel.svelte-ors005{font-weight:600}.st-ohlcChart__tooltipValue.svelte-ors005{opacity:.85}.st-hlcChart.svelte-10z4fz8{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-hlcChart.svelte-10z4fz8 svg:where(.svelte-10z4fz8){display:block;overflow:visible}.st-hlcChart__visual.svelte-10z4fz8{display:block}.st-hlcChart__axis.svelte-10z4fz8{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-hlcChart__grid.svelte-10z4fz8{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-hlcChart__bar.svelte-10z4fz8{cursor:pointer;transition:opacity .12s}.st-hlcChart__bar--dim.svelte-10z4fz8{opacity:.4}.st-hlcChart__range.svelte-10z4fz8,.st-hlcChart__close.svelte-10z4fz8{stroke-width:1.75px;stroke-linecap:round}.st-hlcChart__bar--up.svelte-10z4fz8 :is(.st-hlcChart__range:where(.svelte-10z4fz8),.st-hlcChart__close:where(.svelte-10z4fz8)){stroke:var(--st-semantic-feedback-success)}.st-hlcChart__bar--down.svelte-10z4fz8 :is(.st-hlcChart__range:where(.svelte-10z4fz8),.st-hlcChart__close:where(.svelte-10z4fz8)){stroke:var(--st-semantic-feedback-error)}@media (prefers-reduced-motion:reduce){.st-hlcChart__bar.svelte-10z4fz8{transition:none}}.st-hlcChart__tickLabel.svelte-10z4fz8,.st-hlcChart__categoryLabel.svelte-10z4fz8{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-hlcChart__tooltip.svelte-10z4fz8{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-hlcChart__tooltipLabel.svelte-10z4fz8{font-weight:600}.st-hlcChart__tooltipValue.svelte-10z4fz8{opacity:.85}.st-hollowCandlestickChart.svelte-ll0s1t{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-hollowCandlestickChart.svelte-ll0s1t svg:where(.svelte-ll0s1t){display:block;overflow:visible}.st-hollowCandlestickChart__visual.svelte-ll0s1t{display:block}.st-hollowCandlestickChart__axis.svelte-ll0s1t{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-hollowCandlestickChart__grid.svelte-ll0s1t{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-hollowCandlestickChart__wick.svelte-ll0s1t{stroke-width:1.5px}.st-hollowCandlestickChart__wick--up.svelte-ll0s1t{stroke:var(--st-semantic-feedback-success)}.st-hollowCandlestickChart__wick--down.svelte-ll0s1t{stroke:var(--st-semantic-feedback-error)}.st-hollowCandlestickChart__candle.svelte-ll0s1t{cursor:pointer;stroke-width:1.5px;transition:opacity .12s}.st-hollowCandlestickChart__candle--dim.svelte-ll0s1t{opacity:.4}.st-hollowCandlestickChart__candle--up.svelte-ll0s1t{stroke:var(--st-semantic-feedback-success)}.st-hollowCandlestickChart__candle--down.svelte-ll0s1t{stroke:var(--st-semantic-feedback-error)}.st-hollowCandlestickChart__candle--hollow.svelte-ll0s1t{fill:#0000}.st-hollowCandlestickChart__candle--filled.st-hollowCandlestickChart__candle--up.svelte-ll0s1t{fill:var(--st-semantic-feedback-success)}.st-hollowCandlestickChart__candle--filled.st-hollowCandlestickChart__candle--down.svelte-ll0s1t{fill:var(--st-semantic-feedback-error)}@media (prefers-reduced-motion:reduce){.st-hollowCandlestickChart__candle.svelte-ll0s1t{transition:none}}.st-hollowCandlestickChart__tickLabel.svelte-ll0s1t,.st-hollowCandlestickChart__categoryLabel.svelte-ll0s1t{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-hollowCandlestickChart__tooltip.svelte-ll0s1t{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-hollowCandlestickChart__tooltipLabel.svelte-ll0s1t{font-weight:600}.st-hollowCandlestickChart__tooltipValue.svelte-ll0s1t{opacity:.85}.st-heikinAshiChart.svelte-1u4s5os{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-heikinAshiChart.svelte-1u4s5os svg:where(.svelte-1u4s5os){display:block;overflow:visible}.st-heikinAshiChart__visual.svelte-1u4s5os{display:block}.st-heikinAshiChart__axis.svelte-1u4s5os{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-heikinAshiChart__grid.svelte-1u4s5os{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-heikinAshiChart__wick.svelte-1u4s5os{stroke-width:1.5px}.st-heikinAshiChart__wick--up.svelte-1u4s5os{stroke:var(--st-semantic-feedback-success)}.st-heikinAshiChart__wick--down.svelte-1u4s5os{stroke:var(--st-semantic-feedback-error)}.st-heikinAshiChart__body.svelte-1u4s5os{cursor:pointer;transition:opacity .12s}.st-heikinAshiChart__body--dim.svelte-1u4s5os{opacity:.4}.st-heikinAshiChart__body--up.svelte-1u4s5os{fill:var(--st-semantic-feedback-success)}.st-heikinAshiChart__body--down.svelte-1u4s5os{fill:var(--st-semantic-feedback-error)}@media (prefers-reduced-motion:reduce){.st-heikinAshiChart__body.svelte-1u4s5os{transition:none}}.st-heikinAshiChart__tickLabel.svelte-1u4s5os,.st-heikinAshiChart__categoryLabel.svelte-1u4s5os{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-heikinAshiChart__tooltip.svelte-1u4s5os{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-heikinAshiChart__tooltipLabel.svelte-1u4s5os{font-weight:600}.st-heikinAshiChart__tooltipValue.svelte-1u4s5os{opacity:.85}.st-timelineChart.svelte-fkzoew{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-timelineChart.svelte-fkzoew svg:where(.svelte-fkzoew){display:block;overflow:visible}.st-timelineChart__visual.svelte-fkzoew{display:block}.st-timelineChart__axis.svelte-fkzoew{stroke:var(--st-semantic-border-strong);stroke-width:2px}.st-timelineChart__tick.svelte-fkzoew{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-timelineChart__tickLabel.svelte-fkzoew{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-timelineChart__connector.svelte-fkzoew{stroke:currentColor;stroke-width:1.5px;opacity:.6}.st-timelineChart__eventLabel.svelte-fkzoew{fill:var(--st-semantic-text-primary);font-size:.75rem;font-weight:600}.st-timelineChart__marker.svelte-fkzoew{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:2px;cursor:pointer;transition:r .12s}.st-timelineChart__marker.svelte-fkzoew:hover{r:7.5}@media (prefers-reduced-motion:reduce){.st-timelineChart__marker.svelte-fkzoew{transition:none}}.st-timelineChart__connector--category1.svelte-fkzoew,.st-timelineChart__marker--category1.svelte-fkzoew{color:var(--st-semantic-data-category1)}.st-timelineChart__connector--category2.svelte-fkzoew,.st-timelineChart__marker--category2.svelte-fkzoew{color:var(--st-semantic-data-category2)}.st-timelineChart__connector--category3.svelte-fkzoew,.st-timelineChart__marker--category3.svelte-fkzoew{color:var(--st-semantic-data-category3)}.st-timelineChart__connector--category4.svelte-fkzoew,.st-timelineChart__marker--category4.svelte-fkzoew{color:var(--st-semantic-data-category4)}.st-timelineChart__connector--category5.svelte-fkzoew,.st-timelineChart__marker--category5.svelte-fkzoew{color:var(--st-semantic-data-category5)}.st-timelineChart__connector--category6.svelte-fkzoew,.st-timelineChart__marker--category6.svelte-fkzoew{color:var(--st-semantic-data-category6)}.st-timelineChart__connector--category7.svelte-fkzoew,.st-timelineChart__marker--category7.svelte-fkzoew{color:var(--st-semantic-data-category7)}.st-timelineChart__connector--category8.svelte-fkzoew,.st-timelineChart__marker--category8.svelte-fkzoew{color:var(--st-semantic-data-category8)}.st-timelineChart__tooltip.svelte-fkzoew{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:normal;z-index:1;flex-direction:column;gap:.125rem;max-width:16rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 10px))}.st-timelineChart__tooltipLabel.svelte-fkzoew{font-weight:600}.st-timelineChart__tooltipValue.svelte-fkzoew,.st-timelineChart__tooltipDesc.svelte-fkzoew{opacity:.85}.st-ganttChart.svelte-1xchwmp{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-ganttChart.svelte-1xchwmp svg:where(.svelte-1xchwmp){display:block;overflow:visible}.st-ganttChart__visual.svelte-1xchwmp{display:block}.st-ganttChart__axis.svelte-1xchwmp{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-ganttChart__grid.svelte-1xchwmp{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-ganttChart__tickLabel.svelte-1xchwmp,.st-ganttChart__taskLabel.svelte-1xchwmp{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-ganttChart__bar.svelte-1xchwmp{cursor:pointer;transition:opacity .12s}.st-ganttChart__bar--dim.svelte-1xchwmp{opacity:.4}.st-ganttChart__bar--category1.svelte-1xchwmp{fill:var(--st-semantic-data-category1)}.st-ganttChart__bar--category2.svelte-1xchwmp{fill:var(--st-semantic-data-category2)}.st-ganttChart__bar--category3.svelte-1xchwmp{fill:var(--st-semantic-data-category3)}.st-ganttChart__bar--category4.svelte-1xchwmp{fill:var(--st-semantic-data-category4)}.st-ganttChart__bar--category5.svelte-1xchwmp{fill:var(--st-semantic-data-category5)}.st-ganttChart__bar--category6.svelte-1xchwmp{fill:var(--st-semantic-data-category6)}.st-ganttChart__bar--category7.svelte-1xchwmp{fill:var(--st-semantic-data-category7)}.st-ganttChart__bar--category8.svelte-1xchwmp{fill:var(--st-semantic-data-category8)}.st-ganttChart__marker.svelte-1xchwmp{stroke:var(--st-semantic-feedback-error);stroke-width:1.5px;stroke-dasharray:4 3}.st-ganttChart__legend.svelte-1xchwmp{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-ganttChart__legendItem.svelte-1xchwmp{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-ganttChart__legendSwatch.svelte-1xchwmp{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-ganttChart__legendSwatch--category1.svelte-1xchwmp{background:var(--st-semantic-data-category1)}.st-ganttChart__legendSwatch--category2.svelte-1xchwmp{background:var(--st-semantic-data-category2)}.st-ganttChart__legendSwatch--category3.svelte-1xchwmp{background:var(--st-semantic-data-category3)}.st-ganttChart__legendSwatch--category4.svelte-1xchwmp{background:var(--st-semantic-data-category4)}.st-ganttChart__legendSwatch--category5.svelte-1xchwmp{background:var(--st-semantic-data-category5)}.st-ganttChart__legendSwatch--category6.svelte-1xchwmp{background:var(--st-semantic-data-category6)}.st-ganttChart__legendSwatch--category7.svelte-1xchwmp{background:var(--st-semantic-data-category7)}.st-ganttChart__legendSwatch--category8.svelte-1xchwmp{background:var(--st-semantic-data-category8)}.st-ganttChart__tooltip.svelte-1xchwmp{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-ganttChart__tooltipLabel.svelte-1xchwmp{font-weight:600}.st-ganttChart__tooltipValue.svelte-1xchwmp{opacity:.85}@media (prefers-reduced-motion:reduce){.st-ganttChart__bar.svelte-1xchwmp{transition:none}}.st-streamgraphChart.svelte-1gcqmu7{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-streamgraphChart.svelte-1gcqmu7 svg:where(.svelte-1gcqmu7),.st-streamgraphChart__visual.svelte-1gcqmu7{display:block;overflow:visible}.st-streamgraphChart__axis.svelte-1gcqmu7{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-streamgraphChart__tickLabel.svelte-1gcqmu7{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-streamgraphChart__area.svelte-1gcqmu7{cursor:pointer;stroke:var(--st-semantic-surface-default,#fff);stroke-width:.75px;transition:opacity .12s}.st-streamgraphChart__area--dim.svelte-1gcqmu7{opacity:.4}.st-streamgraphChart__area--category1.svelte-1gcqmu7{fill:var(--st-semantic-data-category1)}.st-streamgraphChart__area--category2.svelte-1gcqmu7{fill:var(--st-semantic-data-category2)}.st-streamgraphChart__area--category3.svelte-1gcqmu7{fill:var(--st-semantic-data-category3)}.st-streamgraphChart__area--category4.svelte-1gcqmu7{fill:var(--st-semantic-data-category4)}.st-streamgraphChart__area--category5.svelte-1gcqmu7{fill:var(--st-semantic-data-category5)}.st-streamgraphChart__area--category6.svelte-1gcqmu7{fill:var(--st-semantic-data-category6)}.st-streamgraphChart__area--category7.svelte-1gcqmu7{fill:var(--st-semantic-data-category7)}.st-streamgraphChart__area--category8.svelte-1gcqmu7{fill:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-streamgraphChart__area.svelte-1gcqmu7{transition:none}}.st-streamgraphChart__tooltip.svelte-1gcqmu7{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-streamgraphChart__tooltipLabel.svelte-1gcqmu7{font-weight:600}.st-streamgraphChart__tooltipValue.svelte-1gcqmu7{opacity:.85}.st-streamgraphChart__legend.svelte-1gcqmu7{flex-wrap:wrap;gap:.75rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.st-streamgraphChart__legendItem.svelte-1gcqmu7{color:var(--st-semantic-text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.st-streamgraphChart__legendSwatch.svelte-1gcqmu7{border-radius:2px;width:.7rem;height:.7rem}.st-streamgraphChart__legendSwatch--category1.svelte-1gcqmu7{background:var(--st-semantic-data-category1)}.st-streamgraphChart__legendSwatch--category2.svelte-1gcqmu7{background:var(--st-semantic-data-category2)}.st-streamgraphChart__legendSwatch--category3.svelte-1gcqmu7{background:var(--st-semantic-data-category3)}.st-streamgraphChart__legendSwatch--category4.svelte-1gcqmu7{background:var(--st-semantic-data-category4)}.st-streamgraphChart__legendSwatch--category5.svelte-1gcqmu7{background:var(--st-semantic-data-category5)}.st-streamgraphChart__legendSwatch--category6.svelte-1gcqmu7{background:var(--st-semantic-data-category6)}.st-streamgraphChart__legendSwatch--category7.svelte-1gcqmu7{background:var(--st-semantic-data-category7)}.st-streamgraphChart__legendSwatch--category8.svelte-1gcqmu7{background:var(--st-semantic-data-category8)}.st-calendarHeatmapChart.svelte-wq76jd{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-calendarHeatmapChart.svelte-wq76jd svg:where(.svelte-wq76jd){display:block;overflow:visible}.st-calendarHeatmapChart__visual.svelte-wq76jd{display:block}.st-calendarHeatmapChart__dayLabel.svelte-wq76jd,.st-calendarHeatmapChart__monthLabel.svelte-wq76jd{fill:var(--st-semantic-text-secondary);font-size:.5625rem}.st-calendarHeatmapChart__cell.svelte-wq76jd{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-calendarHeatmapChart__cell--empty.svelte-wq76jd{fill:var(--st-semantic-border-subtle);opacity:.25}.st-calendarHeatmapChart__cell--dim.svelte-wq76jd{opacity:.3}@media (prefers-reduced-motion:reduce){.st-calendarHeatmapChart__cell.svelte-wq76jd{transition:none}}.st-calendarHeatmapChart__cell--category1.svelte-wq76jd{fill:var(--st-semantic-data-category1)}.st-calendarHeatmapChart__cell--category2.svelte-wq76jd{fill:var(--st-semantic-data-category2)}.st-calendarHeatmapChart__cell--category3.svelte-wq76jd{fill:var(--st-semantic-data-category3)}.st-calendarHeatmapChart__cell--category4.svelte-wq76jd{fill:var(--st-semantic-data-category4)}.st-calendarHeatmapChart__cell--category5.svelte-wq76jd{fill:var(--st-semantic-data-category5)}.st-calendarHeatmapChart__cell--category6.svelte-wq76jd{fill:var(--st-semantic-data-category6)}.st-calendarHeatmapChart__cell--category7.svelte-wq76jd{fill:var(--st-semantic-data-category7)}.st-calendarHeatmapChart__cell--category8.svelte-wq76jd{fill:var(--st-semantic-data-category8)}.st-calendarHeatmapChart__tooltip.svelte-wq76jd{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-calendarHeatmapChart__tooltipLabel.svelte-wq76jd{font-weight:600}.st-calendarHeatmapChart__tooltipValue.svelte-wq76jd{opacity:.85}.st-bumpChart.svelte-1mvvf2r{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-bumpChart.svelte-1mvvf2r svg:where(.svelte-1mvvf2r){display:block;overflow:visible}.st-bumpChart__visual.svelte-1mvvf2r{display:block}.st-bumpChart__grid.svelte-1mvvf2r{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.5}.st-bumpChart__rankLabel.svelte-1mvvf2r,.st-bumpChart__catLabel.svelte-1mvvf2r,.st-bumpChart__seriesLabel.svelte-1mvvf2r{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-bumpChart__line.svelte-1mvvf2r{cursor:pointer;stroke-width:2px;stroke-opacity:.7;transition:stroke-opacity .12s,stroke-width .12s}.st-bumpChart__line--dim.svelte-1mvvf2r{stroke-opacity:.12}.st-bumpChart__line--active.svelte-1mvvf2r{stroke-opacity:1;stroke-width:3px}@media (prefers-reduced-motion:reduce){.st-bumpChart__line.svelte-1mvvf2r{transition:none}}.st-bumpChart__dot.svelte-1mvvf2r{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1.5px;transition:r .12s}.st-bumpChart__dot--dim.svelte-1mvvf2r{opacity:.15}@media (prefers-reduced-motion:reduce){.st-bumpChart__dot.svelte-1mvvf2r{transition:none}}.st-bumpChart__line--category1.svelte-1mvvf2r{stroke:var(--st-semantic-data-category1)}.st-bumpChart__line--category2.svelte-1mvvf2r{stroke:var(--st-semantic-data-category2)}.st-bumpChart__line--category3.svelte-1mvvf2r{stroke:var(--st-semantic-data-category3)}.st-bumpChart__line--category4.svelte-1mvvf2r{stroke:var(--st-semantic-data-category4)}.st-bumpChart__line--category5.svelte-1mvvf2r{stroke:var(--st-semantic-data-category5)}.st-bumpChart__line--category6.svelte-1mvvf2r{stroke:var(--st-semantic-data-category6)}.st-bumpChart__line--category7.svelte-1mvvf2r{stroke:var(--st-semantic-data-category7)}.st-bumpChart__line--category8.svelte-1mvvf2r{stroke:var(--st-semantic-data-category8)}.st-bumpChart__dot--category1.svelte-1mvvf2r{fill:var(--st-semantic-data-category1)}.st-bumpChart__dot--category2.svelte-1mvvf2r{fill:var(--st-semantic-data-category2)}.st-bumpChart__dot--category3.svelte-1mvvf2r{fill:var(--st-semantic-data-category3)}.st-bumpChart__dot--category4.svelte-1mvvf2r{fill:var(--st-semantic-data-category4)}.st-bumpChart__dot--category5.svelte-1mvvf2r{fill:var(--st-semantic-data-category5)}.st-bumpChart__dot--category6.svelte-1mvvf2r{fill:var(--st-semantic-data-category6)}.st-bumpChart__dot--category7.svelte-1mvvf2r{fill:var(--st-semantic-data-category7)}.st-bumpChart__dot--category8.svelte-1mvvf2r{fill:var(--st-semantic-data-category8)}.st-lollipopChart.svelte-ixs42s{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-lollipopChart.svelte-ixs42s svg:where(.svelte-ixs42s){display:block;overflow:visible}.st-lollipopChart__visual.svelte-ixs42s{display:block}.st-lollipopChart__grid.svelte-ixs42s{stroke:var(--st-component-lollipopChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-lollipopChart__axis.svelte-ixs42s{stroke:var(--st-component-lollipopChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-lollipopChart__tickLabel.svelte-ixs42s,.st-lollipopChart__categoryLabel.svelte-ixs42s{fill:var(--st-component-lollipopChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-lollipopChart__valueLabel.svelte-ixs42s{font-size:.625rem;font-weight:600}.st-lollipopChart__stem.svelte-ixs42s{stroke:var(--st-semantic-border-interactive,var(--st-semantic-border-subtle));stroke-width:1.5px}.st-lollipopChart__dot.svelte-ixs42s{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-lollipopChart__dot.svelte-ixs42s:hover{opacity:.82}.st-lollipopChart__dot--category1.svelte-ixs42s{fill:var(--st-semantic-data-category1)}.st-lollipopChart__dot--category2.svelte-ixs42s{fill:var(--st-semantic-data-category2)}.st-lollipopChart__dot--category3.svelte-ixs42s{fill:var(--st-semantic-data-category3)}.st-lollipopChart__dot--category4.svelte-ixs42s{fill:var(--st-semantic-data-category4)}.st-lollipopChart__dot--category5.svelte-ixs42s{fill:var(--st-semantic-data-category5)}.st-lollipopChart__dot--category6.svelte-ixs42s{fill:var(--st-semantic-data-category6)}.st-lollipopChart__dot--category7.svelte-ixs42s{fill:var(--st-semantic-data-category7)}.st-lollipopChart__dot--category8.svelte-ixs42s{fill:var(--st-semantic-data-category8)}.st-lollipopChart__tooltip.svelte-ixs42s{background:var(--st-component-lollipopChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-lollipopChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-lollipopChart__tooltipLabel.svelte-ixs42s{font-weight:600}.st-lollipopChart__tooltipValue.svelte-ixs42s{opacity:.85}@media (prefers-reduced-motion:reduce){.st-lollipopChart__dot.svelte-ixs42s{transition:none}}.st-columnRangeChart.svelte-arwh4q{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-columnRangeChart.svelte-arwh4q svg:where(.svelte-arwh4q){display:block;overflow:visible}.st-columnRangeChart__visual.svelte-arwh4q{display:block}.st-columnRangeChart__grid.svelte-arwh4q{stroke:var(--st-component-columnRangeChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-columnRangeChart__axis.svelte-arwh4q{stroke:var(--st-component-columnRangeChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-columnRangeChart__tickLabel.svelte-arwh4q,.st-columnRangeChart__categoryLabel.svelte-arwh4q{fill:var(--st-component-columnRangeChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-columnRangeChart__bar.svelte-arwh4q{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-columnRangeChart__bar.svelte-arwh4q:hover{opacity:.82}.st-columnRangeChart__bar--category1.svelte-arwh4q{fill:var(--st-semantic-data-category1)}.st-columnRangeChart__bar--category2.svelte-arwh4q{fill:var(--st-semantic-data-category2)}.st-columnRangeChart__bar--category3.svelte-arwh4q{fill:var(--st-semantic-data-category3)}.st-columnRangeChart__bar--category4.svelte-arwh4q{fill:var(--st-semantic-data-category4)}.st-columnRangeChart__bar--category5.svelte-arwh4q{fill:var(--st-semantic-data-category5)}.st-columnRangeChart__bar--category6.svelte-arwh4q{fill:var(--st-semantic-data-category6)}.st-columnRangeChart__bar--category7.svelte-arwh4q{fill:var(--st-semantic-data-category7)}.st-columnRangeChart__bar--category8.svelte-arwh4q{fill:var(--st-semantic-data-category8)}.st-columnRangeChart__tooltip.svelte-arwh4q{background:var(--st-component-columnRangeChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-columnRangeChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-columnRangeChart__tooltipLabel.svelte-arwh4q{font-weight:600}.st-columnRangeChart__tooltipValue.svelte-arwh4q{opacity:.85}@media (prefers-reduced-motion:reduce){.st-columnRangeChart__bar.svelte-arwh4q{transition:none}}.st-paretoChart.svelte-3099wc{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-paretoChart.svelte-3099wc svg:where(.svelte-3099wc){display:block;overflow:visible}.st-paretoChart__visual.svelte-3099wc{display:block}.st-paretoChart__grid.svelte-3099wc{stroke:var(--st-component-paretoChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-paretoChart__axis.svelte-3099wc{stroke:var(--st-component-paretoChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-paretoChart__tickLabel.svelte-3099wc,.st-paretoChart__categoryLabel.svelte-3099wc,.st-paretoChart__percentLabel.svelte-3099wc{fill:var(--st-component-paretoChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-paretoChart__bar.svelte-3099wc{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-paretoChart__bar.svelte-3099wc:hover{opacity:.82}.st-paretoChart__bar--category1.svelte-3099wc{fill:var(--st-semantic-data-category1)}.st-paretoChart__bar--category2.svelte-3099wc{fill:var(--st-semantic-data-category2)}.st-paretoChart__bar--category3.svelte-3099wc{fill:var(--st-semantic-data-category3)}.st-paretoChart__bar--category4.svelte-3099wc{fill:var(--st-semantic-data-category4)}.st-paretoChart__bar--category5.svelte-3099wc{fill:var(--st-semantic-data-category5)}.st-paretoChart__bar--category6.svelte-3099wc{fill:var(--st-semantic-data-category6)}.st-paretoChart__bar--category7.svelte-3099wc{fill:var(--st-semantic-data-category7)}.st-paretoChart__bar--category8.svelte-3099wc{fill:var(--st-semantic-data-category8)}.st-paretoChart__cumLine.svelte-3099wc{stroke:var(--st-semantic-action-primary,var(--st-semantic-border-interactive));stroke-width:2px}.st-paretoChart__cumDot.svelte-3099wc{cursor:pointer;fill:var(--st-semantic-action-primary,var(--st-semantic-border-interactive));transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-paretoChart__cumDot.svelte-3099wc:hover{opacity:.82}.st-paretoChart__tooltip.svelte-3099wc{background:var(--st-component-paretoChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-paretoChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-paretoChart__tooltipLabel.svelte-3099wc{font-weight:600}.st-paretoChart__tooltipValue.svelte-3099wc{opacity:.85}@media (prefers-reduced-motion:reduce){.st-paretoChart__bar.svelte-3099wc,.st-paretoChart__cumDot.svelte-3099wc{transition:none}}.st-stepLineChart.svelte-1yjfotn{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-stepLineChart--category1.svelte-1yjfotn{color:var(--st-semantic-data-category1)}.st-stepLineChart--category2.svelte-1yjfotn{color:var(--st-semantic-data-category2)}.st-stepLineChart--category3.svelte-1yjfotn{color:var(--st-semantic-data-category3)}.st-stepLineChart--category4.svelte-1yjfotn{color:var(--st-semantic-data-category4)}.st-stepLineChart--category5.svelte-1yjfotn{color:var(--st-semantic-data-category5)}.st-stepLineChart--category6.svelte-1yjfotn{color:var(--st-semantic-data-category6)}.st-stepLineChart--category7.svelte-1yjfotn{color:var(--st-semantic-data-category7)}.st-stepLineChart--category8.svelte-1yjfotn{color:var(--st-semantic-data-category8)}.st-stepLineChart.svelte-1yjfotn svg:where(.svelte-1yjfotn){display:block;overflow:visible}.st-stepLineChart__visual.svelte-1yjfotn{display:block}.st-stepLineChart__grid.svelte-1yjfotn{stroke:var(--st-component-stepLineChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-stepLineChart__axis.svelte-1yjfotn{stroke:var(--st-component-stepLineChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-stepLineChart__tickLabel.svelte-1yjfotn{fill:var(--st-component-stepLineChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-stepLineChart__line.svelte-1yjfotn{stroke:currentColor}.st-stepLineChart__dot.svelte-1yjfotn{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-stepLineChart__dot.svelte-1yjfotn:hover{r:5.5}.st-stepLineChart__tooltip.svelte-1yjfotn{background:var(--st-component-stepLineChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-stepLineChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-stepLineChart__tooltipLabel.svelte-1yjfotn{font-weight:600}.st-stepLineChart__tooltipValue.svelte-1yjfotn{opacity:.85}@media (prefers-reduced-motion:reduce){.st-stepLineChart__dot.svelte-1yjfotn{transition:none}}.st-divergentBarChart.svelte-ldj6e4{color:var(--st-component-divergentBarChart-labelColor,var(--st-semantic-text-secondary));width:100%;font-family:inherit;display:block;position:relative}.st-divergentBarChart.svelte-ldj6e4 svg:where(.svelte-ldj6e4),.st-divergentBarChart__visual.svelte-ldj6e4{display:block;overflow:visible}.st-divergentBarChart__grid.svelte-ldj6e4{stroke:var(--st-component-divergentBarChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-divergentBarChart__axis.svelte-ldj6e4{stroke:var(--st-component-divergentBarChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-divergentBarChart__zeroAxis.svelte-ldj6e4{stroke:var(--st-component-divergentBarChart-zeroStroke,var(--st-semantic-border-strong));stroke-width:1.5px}.st-divergentBarChart__tickLabel.svelte-ldj6e4,.st-divergentBarChart__categoryLabel.svelte-ldj6e4{fill:var(--st-component-divergentBarChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-divergentBarChart__bar.svelte-ldj6e4{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-divergentBarChart__bar--positive.svelte-ldj6e4{fill:var(--st-component-divergentBarChart-positiveFill,var(--st-semantic-data-category5))}.st-divergentBarChart__bar--negative.svelte-ldj6e4{fill:var(--st-component-divergentBarChart-negativeFill,var(--st-semantic-data-category3))}.st-divergentBarChart__bar--neutral.svelte-ldj6e4,.st-divergentBarChart__bar--zero.svelte-ldj6e4{fill:var(--st-component-divergentBarChart-neutralFill,var(--st-semantic-data-category6))}.st-divergentBarChart__tooltip.svelte-ldj6e4{background:var(--st-component-divergentBarChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-divergentBarChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-divergentBarChart__tooltipLabel.svelte-ldj6e4{font-weight:600}.st-divergentBarChart__tooltipValue.svelte-ldj6e4{opacity:.85}.st-divergentBarChart__legend.svelte-ldj6e4{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-divergentBarChart__legendItem.svelte-ldj6e4{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;display:inline-flex}.st-divergentBarChart__legendSwatch.svelte-ldj6e4{border-radius:2px;width:.7rem;height:.7rem}.st-divergentBarChart__legendSwatch--positive.svelte-ldj6e4{background:var(--st-component-divergentBarChart-positiveFill,var(--st-semantic-data-category5))}.st-divergentBarChart__legendSwatch--negative.svelte-ldj6e4{background:var(--st-component-divergentBarChart-negativeFill,var(--st-semantic-data-category3))}.st-divergentBarChart__legendSwatch--neutral.svelte-ldj6e4{background:var(--st-component-divergentBarChart-neutralFill,var(--st-semantic-data-category6))}@media (prefers-reduced-motion:reduce){.st-divergentBarChart__bar.svelte-ldj6e4{transition:none}}.st-chordDiagram.svelte-v6rb5c{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-chordDiagram.svelte-v6rb5c svg:where(.svelte-v6rb5c),.st-chordDiagram__visual.svelte-v6rb5c{display:block;overflow:visible}.st-chordDiagram__ribbon.svelte-v6rb5c{cursor:pointer;fill-opacity:.4;stroke-opacity:.55;transition:opacity .12s}.st-chordDiagram__ribbon.svelte-v6rb5c:hover{fill-opacity:.62}.st-chordDiagram__ribbon--dim.svelte-v6rb5c{opacity:.18}@media (prefers-reduced-motion:reduce){.st-chordDiagram__ribbon.svelte-v6rb5c{transition:none}}.st-chordDiagram__arc.svelte-v6rb5c{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px}.st-chordDiagram__arc--category1.svelte-v6rb5c,.st-chordDiagram__ribbon--category1.svelte-v6rb5c{fill:var(--st-semantic-data-category1);stroke:var(--st-semantic-data-category1)}.st-chordDiagram__arc--category2.svelte-v6rb5c,.st-chordDiagram__ribbon--category2.svelte-v6rb5c{fill:var(--st-semantic-data-category2);stroke:var(--st-semantic-data-category2)}.st-chordDiagram__arc--category3.svelte-v6rb5c,.st-chordDiagram__ribbon--category3.svelte-v6rb5c{fill:var(--st-semantic-data-category3);stroke:var(--st-semantic-data-category3)}.st-chordDiagram__arc--category4.svelte-v6rb5c,.st-chordDiagram__ribbon--category4.svelte-v6rb5c{fill:var(--st-semantic-data-category4);stroke:var(--st-semantic-data-category4)}.st-chordDiagram__arc--category5.svelte-v6rb5c,.st-chordDiagram__ribbon--category5.svelte-v6rb5c{fill:var(--st-semantic-data-category5);stroke:var(--st-semantic-data-category5)}.st-chordDiagram__arc--category6.svelte-v6rb5c,.st-chordDiagram__ribbon--category6.svelte-v6rb5c{fill:var(--st-semantic-data-category6);stroke:var(--st-semantic-data-category6)}.st-chordDiagram__arc--category7.svelte-v6rb5c,.st-chordDiagram__ribbon--category7.svelte-v6rb5c{fill:var(--st-semantic-data-category7);stroke:var(--st-semantic-data-category7)}.st-chordDiagram__arc--category8.svelte-v6rb5c,.st-chordDiagram__ribbon--category8.svelte-v6rb5c{fill:var(--st-semantic-data-category8);stroke:var(--st-semantic-data-category8)}.st-chordDiagram__arcLabel.svelte-v6rb5c{pointer-events:none;font-size:.7rem;font-weight:600}.st-chordDiagram__tooltip.svelte-v6rb5c{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-chordDiagram__tooltipLabel.svelte-v6rb5c{font-weight:600}.st-chordDiagram__tooltipValue.svelte-v6rb5c{opacity:.85}.st-forceGraph.svelte-rv9pf2{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-forceGraph.svelte-rv9pf2 svg:where(.svelte-rv9pf2){display:block;overflow:visible}.st-forceGraph__svg--panning.svelte-rv9pf2{cursor:grabbing}.st-forceGraph__edge.svelte-rv9pf2{stroke:var(--st-semantic-border-strong);stroke-width:1px;opacity:.55;transition:opacity .12s,stroke-width .12s}.st-forceGraph__edge--weak.svelte-rv9pf2{stroke:var(--st-semantic-border-subtle);opacity:.5}.st-forceGraph__edge--emphasis.svelte-rv9pf2{stroke:var(--st-semantic-border-interactive,var(--st-semantic-border-strong));opacity:.95}.st-forceGraph__edge--hovered.svelte-rv9pf2{opacity:1;stroke-width:2px}.st-forceGraph__edge--dim.svelte-rv9pf2{opacity:.12}.st-forceGraph__edgeHit.svelte-rv9pf2{stroke:#0000;stroke-width:10px;fill:none;cursor:crosshair}.st-forceGraph__node.svelte-rv9pf2{transition:opacity .12s}.st-forceGraph__node--dim.svelte-rv9pf2{opacity:.3}.st-forceGraph__node--merging.svelte-rv9pf2,.st-forceGraph__edge--merging.svelte-rv9pf2{transition:none}.st-forceGraph__node--merging.svelte-rv9pf2{pointer-events:none}.st-forceGraph__dot.svelte-rv9pf2{cursor:pointer;fill-opacity:.9;stroke:var(--st-semantic-surface-default,#fff);stroke-width:1.5px;transition:fill-opacity .12s}.st-forceGraph__dot.svelte-rv9pf2:hover,.st-forceGraph__dot.svelte-rv9pf2:focus-visible{fill-opacity:1}.st-forceGraph__dot.svelte-rv9pf2:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}.st-forceGraph__node--selected.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill-opacity:1;stroke:var(--st-semantic-border-interactive,#0f62fe);stroke-width:2.5px}.st-forceGraph__node--focus.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill-opacity:1;stroke:var(--st-semantic-border-interactive,#0f62fe);stroke-width:3.5px;filter:drop-shadow(0 0 4px var(--st-semantic-border-interactive,#0f62fe))}.st-forceGraph__label.svelte-rv9pf2{fill:var(--st-semantic-text-secondary);pointer-events:none;font-size:.6875rem}.st-forceGraph__node--category1.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill:var(--st-semantic-data-category1)}.st-forceGraph__node--category2.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill:var(--st-semantic-data-category2)}.st-forceGraph__node--category3.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill:var(--st-semantic-data-category3)}.st-forceGraph__node--category4.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill:var(--st-semantic-data-category4)}.st-forceGraph__node--category5.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill:var(--st-semantic-data-category5)}.st-forceGraph__node--category6.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill:var(--st-semantic-data-category6)}.st-forceGraph__node--category7.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill:var(--st-semantic-data-category7)}.st-forceGraph__node--category8.svelte-rv9pf2 .st-forceGraph__dot:where(.svelte-rv9pf2){fill:var(--st-semantic-data-category8)}.st-forceGraph__tooltip.svelte-rv9pf2{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 10px))}.st-forceGraph__tooltipLabel.svelte-rv9pf2{font-weight:600}.st-forceGraph__tooltipMeta.svelte-rv9pf2{opacity:.85}.st-forceGraph__tooltipRelation.svelte-rv9pf2{opacity:.75;font-size:.6875rem;font-style:italic}.st-forceGraph__resetBtn.svelte-rv9pf2{background:var(--st-semantic-surface-overlay,#0000008c);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse,#fff);cursor:pointer;opacity:.8;z-index:2;border:none;padding:.25rem .5rem;font-size:1rem;line-height:1;transition:opacity .12s;position:absolute;bottom:.5rem;right:.5rem}.st-forceGraph__resetBtn.svelte-rv9pf2:hover,.st-forceGraph__resetBtn.svelte-rv9pf2:focus-visible{opacity:1}.st-forceGraph__resetBtn.svelte-rv9pf2:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px}.st-forceGraph__legend.svelte-rv9pf2{background:var(--st-semantic-surface-overlay,#00000073);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse,#fff);pointer-events:none;z-index:2;flex-direction:column;gap:.25rem;padding:.375rem .5rem;font-size:.6875rem;display:flex;position:absolute;bottom:.5rem;left:.5rem}.st-forceGraph__legendEntry.svelte-rv9pf2{align-items:center;gap:.375rem;display:flex}.st-forceGraph__legendSwatch.svelte-rv9pf2{flex-shrink:0}.st-forceGraph__legendLabel.svelte-rv9pf2{white-space:nowrap}.st-forceGraph__legendShape.svelte-rv9pf2{fill-opacity:.9;stroke:var(--st-semantic-surface-default,#fff);stroke-width:1px}.st-forceGraph__legendShape--category1.svelte-rv9pf2{fill:var(--st-semantic-data-category1)}.st-forceGraph__legendShape--category2.svelte-rv9pf2{fill:var(--st-semantic-data-category2)}.st-forceGraph__legendShape--category3.svelte-rv9pf2{fill:var(--st-semantic-data-category3)}.st-forceGraph__legendShape--category4.svelte-rv9pf2{fill:var(--st-semantic-data-category4)}.st-forceGraph__legendShape--category5.svelte-rv9pf2{fill:var(--st-semantic-data-category5)}.st-forceGraph__legendShape--category6.svelte-rv9pf2{fill:var(--st-semantic-data-category6)}.st-forceGraph__legendShape--category7.svelte-rv9pf2{fill:var(--st-semantic-data-category7)}.st-forceGraph__legendShape--category8.svelte-rv9pf2{fill:var(--st-semantic-data-category8)}.st-forceGraph__legendEdge.svelte-rv9pf2{stroke:var(--st-semantic-border-strong,#888);stroke-width:1.5px;opacity:.8}.st-forceGraph__legendEdge--weak.svelte-rv9pf2{stroke:var(--st-semantic-border-subtle,#aaa);stroke-dasharray:3 3;opacity:.65}@media (prefers-reduced-motion:reduce){.st-forceGraph__node.svelte-rv9pf2,.st-forceGraph__dot.svelte-rv9pf2,.st-forceGraph__edge.svelte-rv9pf2,.st-forceGraph__resetBtn.svelte-rv9pf2{transition:none}}.st-graphLegend.svelte-34bo7g{background:var(--st-semantic-surface-overlay,#00000073);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse,#fff);flex-direction:column;gap:.25rem;padding:.375rem .5rem;font-size:.6875rem;display:inline-flex}.st-graphLegend__title.svelte-34bo7g{letter-spacing:.04em;opacity:.75;text-transform:uppercase;margin:0 0 .125rem;font-size:.625rem;font-weight:600}.st-graphLegend__list.svelte-34bo7g{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.st-graphLegend__entry.svelte-34bo7g{align-items:center;gap:.375rem;display:flex}.st-graphLegend__swatch.svelte-34bo7g{flex-shrink:0}.st-graphLegend__label.svelte-34bo7g{white-space:nowrap}.st-graphLegend__shape.svelte-34bo7g{fill-opacity:.9;stroke:var(--st-semantic-surface-default,#fff);stroke-width:1px}.st-graphLegend__shape--category1.svelte-34bo7g{fill:var(--st-semantic-data-category1)}.st-graphLegend__shape--category2.svelte-34bo7g{fill:var(--st-semantic-data-category2)}.st-graphLegend__shape--category3.svelte-34bo7g{fill:var(--st-semantic-data-category3)}.st-graphLegend__shape--category4.svelte-34bo7g{fill:var(--st-semantic-data-category4)}.st-graphLegend__shape--category5.svelte-34bo7g{fill:var(--st-semantic-data-category5)}.st-graphLegend__shape--category6.svelte-34bo7g{fill:var(--st-semantic-data-category6)}.st-graphLegend__shape--category7.svelte-34bo7g{fill:var(--st-semantic-data-category7)}.st-graphLegend__shape--category8.svelte-34bo7g{fill:var(--st-semantic-data-category8)}.st-graphLegend__edge.svelte-34bo7g{stroke:var(--st-semantic-border-strong,#888);stroke-width:1.5px;opacity:.8}.st-graphLegend__edge--weak.svelte-34bo7g{stroke:var(--st-semantic-border-subtle,#aaa);opacity:.65}.st-dependencyWheelChart.svelte-p146zn{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-dependencyWheelChart.svelte-p146zn svg:where(.svelte-p146zn),.st-dependencyWheelChart__visual.svelte-p146zn{display:block;overflow:visible}.st-dependencyWheelChart__visual.svelte-p146zn{position:relative}.st-dependencyWheelChart__legend.svelte-p146zn{position:absolute;top:0;right:0}.st-dependencyWheelChart__ribbon.svelte-p146zn{cursor:pointer;fill-opacity:.4;stroke-opacity:.55;transition:opacity .12s}.st-dependencyWheelChart__ribbon.svelte-p146zn:hover{fill-opacity:.62}.st-dependencyWheelChart__ribbon--dim.svelte-p146zn{opacity:.18}@media (prefers-reduced-motion:reduce){.st-dependencyWheelChart__ribbon.svelte-p146zn{transition:none}}.st-dependencyWheelChart__arc.svelte-p146zn{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px}.st-dependencyWheelChart__arc--category1.svelte-p146zn,.st-dependencyWheelChart__ribbon--category1.svelte-p146zn{fill:var(--st-semantic-data-category1);stroke:var(--st-semantic-data-category1)}.st-dependencyWheelChart__arc--category2.svelte-p146zn,.st-dependencyWheelChart__ribbon--category2.svelte-p146zn{fill:var(--st-semantic-data-category2);stroke:var(--st-semantic-data-category2)}.st-dependencyWheelChart__arc--category3.svelte-p146zn,.st-dependencyWheelChart__ribbon--category3.svelte-p146zn{fill:var(--st-semantic-data-category3);stroke:var(--st-semantic-data-category3)}.st-dependencyWheelChart__arc--category4.svelte-p146zn,.st-dependencyWheelChart__ribbon--category4.svelte-p146zn{fill:var(--st-semantic-data-category4);stroke:var(--st-semantic-data-category4)}.st-dependencyWheelChart__arc--category5.svelte-p146zn,.st-dependencyWheelChart__ribbon--category5.svelte-p146zn{fill:var(--st-semantic-data-category5);stroke:var(--st-semantic-data-category5)}.st-dependencyWheelChart__arc--category6.svelte-p146zn,.st-dependencyWheelChart__ribbon--category6.svelte-p146zn{fill:var(--st-semantic-data-category6);stroke:var(--st-semantic-data-category6)}.st-dependencyWheelChart__arc--category7.svelte-p146zn,.st-dependencyWheelChart__ribbon--category7.svelte-p146zn{fill:var(--st-semantic-data-category7);stroke:var(--st-semantic-data-category7)}.st-dependencyWheelChart__arc--category8.svelte-p146zn,.st-dependencyWheelChart__ribbon--category8.svelte-p146zn{fill:var(--st-semantic-data-category8);stroke:var(--st-semantic-data-category8)}.st-dependencyWheelChart__arcLabel.svelte-p146zn{pointer-events:none;font-size:.6rem;font-weight:600}.st-dependencyWheelChart__tooltip.svelte-p146zn{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-dependencyWheelChart__tooltipLabel.svelte-p146zn{font-weight:600}.st-dependencyWheelChart__tooltipValue.svelte-p146zn{opacity:.85}.st-arcDiagramChart.svelte-1mosnl2{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-arcDiagramChart.svelte-1mosnl2 svg:where(.svelte-1mosnl2),.st-arcDiagramChart__visual.svelte-1mosnl2{display:block;overflow:visible}.st-arcDiagramChart__visual.svelte-1mosnl2{position:relative}.st-arcDiagramChart__legend.svelte-1mosnl2{position:absolute;top:0;right:0}.st-arcDiagramChart__axis.svelte-1mosnl2{stroke:var(--st-semantic-border-subtle,var(--st-semantic-text-secondary));stroke-width:1px}.st-arcDiagramChart__arc.svelte-1mosnl2{cursor:pointer;fill:none;stroke-opacity:.6;transition:opacity .12s,stroke-opacity .12s}.st-arcDiagramChart__arc.svelte-1mosnl2:hover{stroke-opacity:.85}.st-arcDiagramChart__arc--dim.svelte-1mosnl2{opacity:.18}@media (prefers-reduced-motion:reduce){.st-arcDiagramChart__arc.svelte-1mosnl2{transition:none}}.st-arcDiagramChart__node.svelte-1mosnl2{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1.5px}.st-arcDiagramChart__arc--category1.svelte-1mosnl2,.st-arcDiagramChart__node--category1.svelte-1mosnl2{stroke:var(--st-semantic-data-category1)}.st-arcDiagramChart__node--category1.svelte-1mosnl2{fill:var(--st-semantic-data-category1)}.st-arcDiagramChart__arc--category2.svelte-1mosnl2,.st-arcDiagramChart__node--category2.svelte-1mosnl2{stroke:var(--st-semantic-data-category2)}.st-arcDiagramChart__node--category2.svelte-1mosnl2{fill:var(--st-semantic-data-category2)}.st-arcDiagramChart__arc--category3.svelte-1mosnl2,.st-arcDiagramChart__node--category3.svelte-1mosnl2{stroke:var(--st-semantic-data-category3)}.st-arcDiagramChart__node--category3.svelte-1mosnl2{fill:var(--st-semantic-data-category3)}.st-arcDiagramChart__arc--category4.svelte-1mosnl2,.st-arcDiagramChart__node--category4.svelte-1mosnl2{stroke:var(--st-semantic-data-category4)}.st-arcDiagramChart__node--category4.svelte-1mosnl2{fill:var(--st-semantic-data-category4)}.st-arcDiagramChart__arc--category5.svelte-1mosnl2,.st-arcDiagramChart__node--category5.svelte-1mosnl2{stroke:var(--st-semantic-data-category5)}.st-arcDiagramChart__node--category5.svelte-1mosnl2{fill:var(--st-semantic-data-category5)}.st-arcDiagramChart__arc--category6.svelte-1mosnl2,.st-arcDiagramChart__node--category6.svelte-1mosnl2{stroke:var(--st-semantic-data-category6)}.st-arcDiagramChart__node--category6.svelte-1mosnl2{fill:var(--st-semantic-data-category6)}.st-arcDiagramChart__arc--category7.svelte-1mosnl2,.st-arcDiagramChart__node--category7.svelte-1mosnl2{stroke:var(--st-semantic-data-category7)}.st-arcDiagramChart__node--category7.svelte-1mosnl2{fill:var(--st-semantic-data-category7)}.st-arcDiagramChart__arc--category8.svelte-1mosnl2,.st-arcDiagramChart__node--category8.svelte-1mosnl2{stroke:var(--st-semantic-data-category8)}.st-arcDiagramChart__node--category8.svelte-1mosnl2{fill:var(--st-semantic-data-category8)}.st-arcDiagramChart__tooltip.svelte-1mosnl2{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-arcDiagramChart__tooltipLabel.svelte-1mosnl2{font-weight:600}.st-arcDiagramChart__tooltipValue.svelte-1mosnl2{opacity:.85}.st-packedBubblesChart.svelte-10dyora{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-packedBubblesChart.svelte-10dyora svg:where(.svelte-10dyora),.st-packedBubblesChart__visual.svelte-10dyora{display:block;overflow:visible}.st-packedBubblesChart__circle.svelte-10dyora{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1.5px;transition:opacity .12s}.st-packedBubblesChart__circle--dim.svelte-10dyora{opacity:.4}@media (prefers-reduced-motion:reduce){.st-packedBubblesChart__circle.svelte-10dyora{transition:none}}.st-packedBubblesChart__circle--category1.svelte-10dyora{fill:var(--st-semantic-data-category1)}.st-packedBubblesChart__circle--category2.svelte-10dyora{fill:var(--st-semantic-data-category2)}.st-packedBubblesChart__circle--category3.svelte-10dyora{fill:var(--st-semantic-data-category3)}.st-packedBubblesChart__circle--category4.svelte-10dyora{fill:var(--st-semantic-data-category4)}.st-packedBubblesChart__circle--category5.svelte-10dyora{fill:var(--st-semantic-data-category5)}.st-packedBubblesChart__circle--category6.svelte-10dyora{fill:var(--st-semantic-data-category6)}.st-packedBubblesChart__circle--category7.svelte-10dyora{fill:var(--st-semantic-data-category7)}.st-packedBubblesChart__circle--category8.svelte-10dyora{fill:var(--st-semantic-data-category8)}.st-packedBubblesChart__label.svelte-10dyora{pointer-events:none;font-size:.7rem;font-weight:600}.st-packedBubblesChart__tooltip.svelte-10dyora{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-packedBubblesChart__tooltipLabel.svelte-10dyora{font-weight:600}.st-packedBubblesChart__tooltipValue.svelte-10dyora{opacity:.85}.st-areaChart.svelte-1bcrak6{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-areaChart--category1.svelte-1bcrak6{color:var(--st-semantic-data-category1)}.st-areaChart--category2.svelte-1bcrak6{color:var(--st-semantic-data-category2)}.st-areaChart--category3.svelte-1bcrak6{color:var(--st-semantic-data-category3)}.st-areaChart--category4.svelte-1bcrak6{color:var(--st-semantic-data-category4)}.st-areaChart--category5.svelte-1bcrak6{color:var(--st-semantic-data-category5)}.st-areaChart--category6.svelte-1bcrak6{color:var(--st-semantic-data-category6)}.st-areaChart--category7.svelte-1bcrak6{color:var(--st-semantic-data-category7)}.st-areaChart--category8.svelte-1bcrak6{color:var(--st-semantic-data-category8)}.st-areaChart.svelte-1bcrak6 svg:where(.svelte-1bcrak6){display:block;overflow:visible}.st-areaChart__visual.svelte-1bcrak6{display:block;position:relative}.st-areaChart__grid.svelte-1bcrak6{stroke:var(--st-component-areaChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-areaChart__axis.svelte-1bcrak6{stroke:var(--st-component-areaChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-areaChart__tickLabel.svelte-1bcrak6{fill:var(--st-component-areaChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-areaChart__line.svelte-1bcrak6{stroke:currentColor}.st-areaChart__area.svelte-1bcrak6{stroke:none}.st-areaChart__dot.svelte-1bcrak6{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-areaChart__dot.svelte-1bcrak6:hover{r:5.5}@media (prefers-reduced-motion:reduce){.st-areaChart__dot.svelte-1bcrak6{transition:none}}.st-areaChart__tooltip.svelte-1bcrak6{background:var(--st-component-areaChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-areaChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-areaChart__tooltipLabel.svelte-1bcrak6{font-weight:600}.st-areaChart__tooltipValue.svelte-1bcrak6{opacity:.85}.st-areaChart__annotationRegion.svelte-1bcrak6{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-areaChart__annotationLine.svelte-1bcrak6{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-areaChart__annotationShape.svelte-1bcrak6{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-areaChart__annotationPoint.svelte-1bcrak6{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-areaChart__annotationLabel.svelte-1bcrak6,.st-areaChart__annotationText.svelte-1bcrak6{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-areaChart__dataLabel.svelte-1bcrak6{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-areaChart__crosshairLine.svelte-1bcrak6{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-areaChart__crosshairMarker.svelte-1bcrak6{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:2px}.st-areaRangeChart.svelte-12y1k0p{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-areaRangeChart--category1.svelte-12y1k0p{color:var(--st-semantic-data-category1)}.st-areaRangeChart--category2.svelte-12y1k0p{color:var(--st-semantic-data-category2)}.st-areaRangeChart--category3.svelte-12y1k0p{color:var(--st-semantic-data-category3)}.st-areaRangeChart--category4.svelte-12y1k0p{color:var(--st-semantic-data-category4)}.st-areaRangeChart--category5.svelte-12y1k0p{color:var(--st-semantic-data-category5)}.st-areaRangeChart--category6.svelte-12y1k0p{color:var(--st-semantic-data-category6)}.st-areaRangeChart--category7.svelte-12y1k0p{color:var(--st-semantic-data-category7)}.st-areaRangeChart--category8.svelte-12y1k0p{color:var(--st-semantic-data-category8)}.st-areaRangeChart.svelte-12y1k0p svg:where(.svelte-12y1k0p){display:block;overflow:visible}.st-areaRangeChart__visual.svelte-12y1k0p{display:block}.st-areaRangeChart__grid.svelte-12y1k0p{stroke:var(--st-component-areaRangeChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-areaRangeChart__axis.svelte-12y1k0p{stroke:var(--st-component-areaRangeChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-areaRangeChart__tickLabel.svelte-12y1k0p{fill:var(--st-component-areaRangeChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-areaRangeChart__line.svelte-12y1k0p{stroke:currentColor}.st-areaRangeChart__line--low.svelte-12y1k0p{opacity:.7}.st-areaRangeChart__area.svelte-12y1k0p{stroke:none}.st-areaRangeChart__dot.svelte-12y1k0p{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-areaRangeChart__dot.svelte-12y1k0p:hover{r:5}@media (prefers-reduced-motion:reduce){.st-areaRangeChart__dot.svelte-12y1k0p{transition:none}}.st-areaRangeChart__tooltip.svelte-12y1k0p{background:var(--st-component-areaRangeChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-areaRangeChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-areaRangeChart__tooltipLabel.svelte-12y1k0p{font-weight:600}.st-areaRangeChart__tooltipValue.svelte-12y1k0p{opacity:.85}.st-areaSplineRangeChart.svelte-46hvoo{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-areaSplineRangeChart--category1.svelte-46hvoo{color:var(--st-semantic-data-category1)}.st-areaSplineRangeChart--category2.svelte-46hvoo{color:var(--st-semantic-data-category2)}.st-areaSplineRangeChart--category3.svelte-46hvoo{color:var(--st-semantic-data-category3)}.st-areaSplineRangeChart--category4.svelte-46hvoo{color:var(--st-semantic-data-category4)}.st-areaSplineRangeChart--category5.svelte-46hvoo{color:var(--st-semantic-data-category5)}.st-areaSplineRangeChart--category6.svelte-46hvoo{color:var(--st-semantic-data-category6)}.st-areaSplineRangeChart--category7.svelte-46hvoo{color:var(--st-semantic-data-category7)}.st-areaSplineRangeChart--category8.svelte-46hvoo{color:var(--st-semantic-data-category8)}.st-areaSplineRangeChart.svelte-46hvoo svg:where(.svelte-46hvoo){display:block;overflow:visible}.st-areaSplineRangeChart__visual.svelte-46hvoo{display:block}.st-areaSplineRangeChart__grid.svelte-46hvoo{stroke:var(--st-component-areaSplineRangeChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-areaSplineRangeChart__axis.svelte-46hvoo{stroke:var(--st-component-areaSplineRangeChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-areaSplineRangeChart__tickLabel.svelte-46hvoo{fill:var(--st-component-areaSplineRangeChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-areaSplineRangeChart__line.svelte-46hvoo{stroke:currentColor}.st-areaSplineRangeChart__line--low.svelte-46hvoo{opacity:.7}.st-areaSplineRangeChart__area.svelte-46hvoo{stroke:none}.st-areaSplineRangeChart__dot.svelte-46hvoo{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-areaSplineRangeChart__dot.svelte-46hvoo:hover{r:5}@media (prefers-reduced-motion:reduce){.st-areaSplineRangeChart__dot.svelte-46hvoo{transition:none}}.st-areaSplineRangeChart__tooltip.svelte-46hvoo{background:var(--st-component-areaSplineRangeChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-areaSplineRangeChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-areaSplineRangeChart__tooltipLabel.svelte-46hvoo{font-weight:600}.st-areaSplineRangeChart__tooltipValue.svelte-46hvoo{opacity:.85}.st-columnPyramidChart.svelte-n3g2zl{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-columnPyramidChart.svelte-n3g2zl svg:where(.svelte-n3g2zl){display:block;overflow:visible}.st-columnPyramidChart__visual.svelte-n3g2zl{display:block}.st-columnPyramidChart__grid.svelte-n3g2zl{stroke:var(--st-component-columnPyramidChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-columnPyramidChart__axis.svelte-n3g2zl{stroke:var(--st-component-columnPyramidChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-columnPyramidChart__tickLabel.svelte-n3g2zl,.st-columnPyramidChart__categoryLabel.svelte-n3g2zl{fill:var(--st-component-columnPyramidChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-columnPyramidChart__column.svelte-n3g2zl{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-columnPyramidChart__column.svelte-n3g2zl:hover{opacity:.82}.st-columnPyramidChart__column--category1.svelte-n3g2zl{fill:var(--st-semantic-data-category1)}.st-columnPyramidChart__column--category2.svelte-n3g2zl{fill:var(--st-semantic-data-category2)}.st-columnPyramidChart__column--category3.svelte-n3g2zl{fill:var(--st-semantic-data-category3)}.st-columnPyramidChart__column--category4.svelte-n3g2zl{fill:var(--st-semantic-data-category4)}.st-columnPyramidChart__column--category5.svelte-n3g2zl{fill:var(--st-semantic-data-category5)}.st-columnPyramidChart__column--category6.svelte-n3g2zl{fill:var(--st-semantic-data-category6)}.st-columnPyramidChart__column--category7.svelte-n3g2zl{fill:var(--st-semantic-data-category7)}.st-columnPyramidChart__column--category8.svelte-n3g2zl{fill:var(--st-semantic-data-category8)}.st-columnPyramidChart__tooltip.svelte-n3g2zl{background:var(--st-component-columnPyramidChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-columnPyramidChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-columnPyramidChart__tooltipLabel.svelte-n3g2zl{font-weight:600}.st-columnPyramidChart__tooltipValue.svelte-n3g2zl{opacity:.85}@media (prefers-reduced-motion:reduce){.st-columnPyramidChart__column.svelte-n3g2zl{transition:none}}.st-polygonChart.svelte-1oll62h{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-polygonChart.svelte-1oll62h svg:where(.svelte-1oll62h),.st-polygonChart__visual.svelte-1oll62h{display:block;overflow:visible}.st-polygonChart__grid.svelte-1oll62h{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-polygonChart__axis.svelte-1oll62h{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-polygonChart__tick.svelte-1oll62h{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-polygonChart__polygon.svelte-1oll62h{fill:currentColor;fill-opacity:.18;stroke:currentColor;stroke-width:2px;stroke-linejoin:round}.st-polygonChart__vertex.svelte-1oll62h{fill:currentColor}.st-polygonChart__polygon--category1.svelte-1oll62h,.st-polygonChart__vertex--category1.svelte-1oll62h{color:var(--st-semantic-data-category1)}.st-polygonChart__polygon--category2.svelte-1oll62h,.st-polygonChart__vertex--category2.svelte-1oll62h{color:var(--st-semantic-data-category2)}.st-polygonChart__polygon--category3.svelte-1oll62h,.st-polygonChart__vertex--category3.svelte-1oll62h{color:var(--st-semantic-data-category3)}.st-polygonChart__polygon--category4.svelte-1oll62h,.st-polygonChart__vertex--category4.svelte-1oll62h{color:var(--st-semantic-data-category4)}.st-polygonChart__polygon--category5.svelte-1oll62h,.st-polygonChart__vertex--category5.svelte-1oll62h{color:var(--st-semantic-data-category5)}.st-polygonChart__polygon--category6.svelte-1oll62h,.st-polygonChart__vertex--category6.svelte-1oll62h{color:var(--st-semantic-data-category6)}.st-polygonChart__polygon--category7.svelte-1oll62h,.st-polygonChart__vertex--category7.svelte-1oll62h{color:var(--st-semantic-data-category7)}.st-polygonChart__polygon--category8.svelte-1oll62h,.st-polygonChart__vertex--category8.svelte-1oll62h{color:var(--st-semantic-data-category8)}.st-polygonChart__tooltip.svelte-1oll62h{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-polygonChart__tooltipValue.svelte-1oll62h{opacity:.85}.st-tileMapChart.svelte-1r53usl{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-tileMapChart.svelte-1r53usl svg:where(.svelte-1r53usl),.st-tileMapChart__visual.svelte-1r53usl{display:block;overflow:visible}.st-tileMapChart__tile.svelte-1r53usl{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-tileMapChart__tile--dim.svelte-1r53usl{opacity:.4}@media (prefers-reduced-motion:reduce){.st-tileMapChart__tile.svelte-1r53usl{transition:none}}.st-tileMapChart__tile--category1.svelte-1r53usl,.st-tileMapChart__legendSwatch--category1.svelte-1r53usl{fill:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-tileMapChart__tile--category2.svelte-1r53usl,.st-tileMapChart__legendSwatch--category2.svelte-1r53usl{fill:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-tileMapChart__tile--category3.svelte-1r53usl,.st-tileMapChart__legendSwatch--category3.svelte-1r53usl{fill:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-tileMapChart__tile--category4.svelte-1r53usl,.st-tileMapChart__legendSwatch--category4.svelte-1r53usl{fill:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-tileMapChart__tile--category5.svelte-1r53usl,.st-tileMapChart__legendSwatch--category5.svelte-1r53usl{fill:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-tileMapChart__tile--category6.svelte-1r53usl,.st-tileMapChart__legendSwatch--category6.svelte-1r53usl{fill:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-tileMapChart__tile--category7.svelte-1r53usl,.st-tileMapChart__legendSwatch--category7.svelte-1r53usl{fill:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-tileMapChart__tile--category8.svelte-1r53usl,.st-tileMapChart__legendSwatch--category8.svelte-1r53usl{fill:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-tileMapChart__tileLabel.svelte-1r53usl{fill:var(--st-semantic-text-inverse);font-size:.6875rem;font-weight:600}.st-tileMapChart__legend.svelte-1r53usl{align-items:center;gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-tileMapChart__legendRamp.svelte-1r53usl{grid-template-columns:repeat(8,minmax(.75rem,1fr));min-width:8rem;display:inline-grid}.st-tileMapChart__legendSwatch.svelte-1r53usl{height:.5rem;display:block}.st-tileMapChart__legendText.svelte-1r53usl{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-tileMapChart__tooltip.svelte-1r53usl{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-tileMapChart__tooltipLabel.svelte-1r53usl{font-weight:600}.st-tileMapChart__tooltipValue.svelte-1r53usl{opacity:.85}.st-dumbbellChart.svelte-1y9jnme{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-dumbbellChart.svelte-1y9jnme svg:where(.svelte-1y9jnme){display:block;overflow:visible}.st-dumbbellChart__visual.svelte-1y9jnme{display:block;position:relative}.st-dumbbellChart__legend.svelte-1y9jnme{position:absolute;top:.25rem;right:.25rem}.st-dumbbellChart__grid.svelte-1y9jnme{stroke:var(--st-component-dumbbellChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-dumbbellChart__axis.svelte-1y9jnme{stroke:var(--st-component-dumbbellChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-dumbbellChart__tickLabel.svelte-1y9jnme,.st-dumbbellChart__categoryLabel.svelte-1y9jnme{fill:var(--st-component-dumbbellChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-dumbbellChart__connector.svelte-1y9jnme{stroke:var(--st-component-dumbbellChart-connectorStroke,var(--st-semantic-border-strong));stroke-width:2px;stroke-linecap:round;opacity:.6}.st-dumbbellChart__dot.svelte-1y9jnme{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-dumbbellChart__dot.svelte-1y9jnme:hover{r:7}.st-dumbbellChart__dot--category1.svelte-1y9jnme{fill:var(--st-semantic-data-category1)}.st-dumbbellChart__dot--category2.svelte-1y9jnme{fill:var(--st-semantic-data-category2)}.st-dumbbellChart__dot--category3.svelte-1y9jnme{fill:var(--st-semantic-data-category3)}.st-dumbbellChart__dot--category4.svelte-1y9jnme{fill:var(--st-semantic-data-category4)}.st-dumbbellChart__dot--category5.svelte-1y9jnme{fill:var(--st-semantic-data-category5)}.st-dumbbellChart__dot--category6.svelte-1y9jnme{fill:var(--st-semantic-data-category6)}.st-dumbbellChart__dot--category7.svelte-1y9jnme{fill:var(--st-semantic-data-category7)}.st-dumbbellChart__dot--category8.svelte-1y9jnme{fill:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-dumbbellChart__dot.svelte-1y9jnme{transition:none}}.st-dumbbellChart__tooltip.svelte-1y9jnme{background:var(--st-component-dumbbellChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-dumbbellChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-dumbbellChart__tooltipLabel.svelte-1y9jnme{font-weight:600}.st-dumbbellChart__tooltipValue.svelte-1y9jnme{opacity:.85}.st-bellCurveChart.svelte-ovk8d7{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-bellCurveChart--category1.svelte-ovk8d7{color:var(--st-semantic-data-category1)}.st-bellCurveChart--category2.svelte-ovk8d7{color:var(--st-semantic-data-category2)}.st-bellCurveChart--category3.svelte-ovk8d7{color:var(--st-semantic-data-category3)}.st-bellCurveChart--category4.svelte-ovk8d7{color:var(--st-semantic-data-category4)}.st-bellCurveChart--category5.svelte-ovk8d7{color:var(--st-semantic-data-category5)}.st-bellCurveChart--category6.svelte-ovk8d7{color:var(--st-semantic-data-category6)}.st-bellCurveChart--category7.svelte-ovk8d7{color:var(--st-semantic-data-category7)}.st-bellCurveChart--category8.svelte-ovk8d7{color:var(--st-semantic-data-category8)}.st-bellCurveChart.svelte-ovk8d7 svg:where(.svelte-ovk8d7){display:block;overflow:visible}.st-bellCurveChart__visual.svelte-ovk8d7{display:block;position:relative}.st-bellCurveChart__grid.svelte-ovk8d7{stroke:var(--st-component-bellCurveChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-bellCurveChart__axis.svelte-ovk8d7{stroke:var(--st-component-bellCurveChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-bellCurveChart__tickLabel.svelte-ovk8d7{fill:var(--st-component-bellCurveChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-bellCurveChart__line.svelte-ovk8d7{stroke:currentColor}.st-bellCurveChart__area.svelte-ovk8d7{stroke:none}.st-bellCurveChart__sdMark.svelte-ovk8d7{stroke:currentColor;stroke-dasharray:2 3;stroke-width:1px;opacity:.5}.st-bellCurveChart__mean.svelte-ovk8d7{stroke:currentColor;stroke-dasharray:4 3;stroke-width:1.5px;opacity:.85}.st-bellCurveChart__meanLabel.svelte-ovk8d7{fill:currentColor;font-size:.6875rem;font-weight:600}.st-bellCurveChart__hit.svelte-ovk8d7{fill:#0000;cursor:pointer}.st-bellCurveChart__tooltip.svelte-ovk8d7{background:var(--st-component-bellCurveChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-bellCurveChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-bellCurveChart__tooltipLabel.svelte-ovk8d7{font-weight:600}.st-bellCurveChart__tooltipValue.svelte-ovk8d7{opacity:.85}.st-barChart.svelte-qi860w{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-barChart.svelte-qi860w svg:where(.svelte-qi860w){display:block;overflow:visible}.st-barChart__visual.svelte-qi860w{display:block}.st-barChart__grid.svelte-qi860w{stroke:var(--st-component-barChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-barChart__axis.svelte-qi860w{stroke:var(--st-component-barChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-barChart__tickLabel.svelte-qi860w,.st-barChart__categoryLabel.svelte-qi860w{fill:var(--st-component-barChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-barChart__bar.svelte-qi860w{cursor:pointer;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease)}.st-barChart__bar.svelte-qi860w:hover{opacity:.82}.st-barChart__bar--dim.svelte-qi860w{opacity:.6}.st-barChart__bar--dim.svelte-qi860w:hover{opacity:.8}.st-barChart__bar--selected.svelte-qi860w,.st-barChart__bar--selected.svelte-qi860w:hover{opacity:1;stroke:var(--st-semantic-border-interactive,var(--st-semantic-action-primary));stroke-width:2px;paint-order:stroke}.st-barChart__bar--category1.svelte-qi860w{fill:var(--st-semantic-data-category1)}.st-barChart__bar--category2.svelte-qi860w{fill:var(--st-semantic-data-category2)}.st-barChart__bar--category3.svelte-qi860w{fill:var(--st-semantic-data-category3)}.st-barChart__bar--category4.svelte-qi860w{fill:var(--st-semantic-data-category4)}.st-barChart__bar--category5.svelte-qi860w{fill:var(--st-semantic-data-category5)}.st-barChart__bar--category6.svelte-qi860w{fill:var(--st-semantic-data-category6)}.st-barChart__bar--category7.svelte-qi860w{fill:var(--st-semantic-data-category7)}.st-barChart__bar--category8.svelte-qi860w{fill:var(--st-semantic-data-category8)}.st-barChart__filters.svelte-qi860w{gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);flex-wrap:wrap;display:flex}.st-barChart__filterChip.svelte-qi860w{background:var(--st-semantic-surface-subtle,#f8fafc);border:1px solid var(--st-semantic-border-interactive,#cbd5e1);border-radius:var(--st-radius-pill,999px);color:var(--st-semantic-text-secondary,#475569);cursor:var(--st-cursor-interactive,pointer);font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);padding:.3125rem var(--st-spacing-2,.5rem);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);font-size:.8125rem;font-weight:500;line-height:1;display:inline-flex}.st-barChart__filterChip.svelte-qi860w:hover{background:var(--st-semantic-surface-hover,#eef2f7)}.st-barChart__filterChip.svelte-qi860w:focus-visible{outline:2px solid var(--st-semantic-border-interactive,var(--st-semantic-action-primary));outline-offset:2px}.st-barChart__filterChip--selected.svelte-qi860w{background:var(--st-semantic-action-primary,#2563eb);border-color:var(--st-semantic-action-primary,#2563eb);color:var(--st-semantic-text-inverse,#fff)}.st-barChart__filterSwatch.svelte-qi860w{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-barChart__filterChip--category1.svelte-qi860w .st-barChart__filterSwatch:where(.svelte-qi860w){background:var(--st-semantic-data-category1)}.st-barChart__filterChip--category2.svelte-qi860w .st-barChart__filterSwatch:where(.svelte-qi860w){background:var(--st-semantic-data-category2)}.st-barChart__filterChip--category3.svelte-qi860w .st-barChart__filterSwatch:where(.svelte-qi860w){background:var(--st-semantic-data-category3)}.st-barChart__filterChip--category4.svelte-qi860w .st-barChart__filterSwatch:where(.svelte-qi860w){background:var(--st-semantic-data-category4)}.st-barChart__filterChip--category5.svelte-qi860w .st-barChart__filterSwatch:where(.svelte-qi860w){background:var(--st-semantic-data-category5)}.st-barChart__filterChip--category6.svelte-qi860w .st-barChart__filterSwatch:where(.svelte-qi860w){background:var(--st-semantic-data-category6)}.st-barChart__filterChip--category7.svelte-qi860w .st-barChart__filterSwatch:where(.svelte-qi860w){background:var(--st-semantic-data-category7)}.st-barChart__filterChip--category8.svelte-qi860w .st-barChart__filterSwatch:where(.svelte-qi860w){background:var(--st-semantic-data-category8)}.st-barChart__tooltip.svelte-qi860w{background:var(--st-component-barChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-barChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-barChart__tooltipLabel.svelte-qi860w{font-weight:600}.st-barChart__tooltipValue.svelte-qi860w{opacity:.85}.st-barChart__band.svelte-qi860w{fill:color-mix(in srgb, var(--st-overlay-tone,var(--st-semantic-border-strong)) 12%, transparent);stroke:none}.st-barChart__band--neutral.svelte-qi860w{--st-overlay-tone:var(--st-semantic-border-strong)}.st-barChart__band--success.svelte-qi860w{--st-overlay-tone:var(--st-semantic-feedback-success)}.st-barChart__band--warning.svelte-qi860w{--st-overlay-tone:var(--st-semantic-feedback-warning)}.st-barChart__band--error.svelte-qi860w{--st-overlay-tone:var(--st-semantic-feedback-error)}.st-barChart__band--info.svelte-qi860w{--st-overlay-tone:var(--st-semantic-feedback-info)}.st-barChart__refLine.svelte-qi860w{stroke:var(--st-overlay-tone,var(--st-semantic-border-strong));stroke-width:1px;stroke-dasharray:4 3}.st-barChart__refLine--neutral.svelte-qi860w{--st-overlay-tone:var(--st-semantic-border-strong)}.st-barChart__refLine--success.svelte-qi860w{--st-overlay-tone:var(--st-semantic-feedback-success)}.st-barChart__refLine--warning.svelte-qi860w{--st-overlay-tone:var(--st-semantic-feedback-warning)}.st-barChart__refLine--error.svelte-qi860w{--st-overlay-tone:var(--st-semantic-feedback-error)}.st-barChart__refLine--info.svelte-qi860w{--st-overlay-tone:var(--st-semantic-feedback-info)}.st-barChart__overlayLabel.svelte-qi860w{fill:var(--st-semantic-text-secondary);font-size:.625rem}.st-barChart__errorStem.svelte-qi860w,.st-barChart__errorCap.svelte-qi860w{stroke:var(--st-semantic-text-primary);stroke-width:1.25px}.st-barChart__goalLine.svelte-qi860w{stroke:var(--st-semantic-feedback-success);stroke-width:2.5px}.st-barChart__goalLabel.svelte-qi860w{fill:var(--st-semantic-feedback-success);font-size:.6875rem;font-weight:600}@media (prefers-reduced-motion:reduce){.st-barChart__bar.svelte-qi860w,.st-barChart__filterChip.svelte-qi860w{transition:none}}.st-barChart__annotationRegion.svelte-qi860w{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-barChart__annotationLine.svelte-qi860w{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-barChart__annotationShape.svelte-qi860w{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-barChart__annotationPoint.svelte-qi860w{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-barChart__annotationLabel.svelte-qi860w,.st-barChart__annotationText.svelte-qi860w{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-barChart__dataLabel.svelte-qi860w{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-barChart__crosshairLine.svelte-qi860w{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-boxPlotChart.svelte-rgcyy1{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-boxPlotChart.svelte-rgcyy1 svg:where(.svelte-rgcyy1),.st-boxPlotChart__visual.svelte-rgcyy1{display:block;overflow:visible}.st-boxPlotChart__axis.svelte-rgcyy1,.st-boxPlotChart__whisker.svelte-rgcyy1,.st-boxPlotChart__whiskerCap.svelte-rgcyy1{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-boxPlotChart__median.svelte-rgcyy1{stroke:var(--st-semantic-text-primary);stroke-width:2px}.st-boxPlotChart__box.svelte-rgcyy1{cursor:pointer;fill-opacity:.72;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-boxPlotChart__box--dim.svelte-rgcyy1{opacity:.45}@media (prefers-reduced-motion:reduce){.st-boxPlotChart__box.svelte-rgcyy1{transition:none}}.st-boxPlotChart__box--category1.svelte-rgcyy1{fill:var(--st-semantic-data-category1)}.st-boxPlotChart__box--category2.svelte-rgcyy1{fill:var(--st-semantic-data-category2)}.st-boxPlotChart__box--category3.svelte-rgcyy1{fill:var(--st-semantic-data-category3)}.st-boxPlotChart__box--category4.svelte-rgcyy1{fill:var(--st-semantic-data-category4)}.st-boxPlotChart__box--category5.svelte-rgcyy1{fill:var(--st-semantic-data-category5)}.st-boxPlotChart__box--category6.svelte-rgcyy1{fill:var(--st-semantic-data-category6)}.st-boxPlotChart__box--category7.svelte-rgcyy1{fill:var(--st-semantic-data-category7)}.st-boxPlotChart__box--category8.svelte-rgcyy1{fill:var(--st-semantic-data-category8)}.st-boxPlotChart__outlier.svelte-rgcyy1{fill:var(--st-semantic-surface-default,Canvas);stroke:var(--st-semantic-text-secondary);stroke-width:1.5px}.st-boxPlotChart__label.svelte-rgcyy1{fill:var(--st-semantic-text-secondary);font-size:.75rem}.st-boxPlotChart__tooltip.svelte-rgcyy1{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-boxPlotChart__tooltipLabel.svelte-rgcyy1{font-weight:600}.st-boxPlotChart__tooltipValue.svelte-rgcyy1{opacity:.85}.st-breadcrumb.svelte-xdwzae{font-size:var(--st-component-breadcrumb-fontSize,inherit);letter-spacing:var(--st-component-breadcrumb-letterSpacing,normal);line-height:var(--st-component-breadcrumb-lineHeight,normal)}.st-breadcrumb.svelte-xdwzae ol:where(.svelte-xdwzae){align-items:center;gap:var(--st-spacing-2,.5rem);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.st-breadcrumb.svelte-xdwzae li:where(.svelte-xdwzae){color:var(--st-component-breadcrumb-text,var(--st-semantic-text-secondary));align-items:center;gap:var(--st-spacing-2,.5rem);display:inline-flex}.st-breadcrumb.svelte-xdwzae a:where(.svelte-xdwzae){color:var(--st-component-breadcrumb-linkText,var(--st-semantic-text-link))}.st-breadcrumb.svelte-xdwzae [aria-current=page]:where(.svelte-xdwzae){color:var(--st-component-breadcrumb-currentText,var(--st-semantic-text-primary));font-weight:var(--st-component-breadcrumb-currentWeight,600)}.st-breadcrumb__separator.svelte-xdwzae{color:var(--st-component-breadcrumb-separator,var(--st-semantic-text-muted))}.st-button.svelte-1m8uz4b{border-width:var(--st-component-button-anatomy-shape-borderWidth,1px);border-style:var(--st-component-button-anatomy-shape-borderStyle,solid);border-radius:var(--st-component-button-anatomy-shape-radius,.375rem);cursor:var(--st-cursor-interactive,pointer);justify-content:center;align-items:center;gap:var(--st-component-button-anatomy-icon-gap,var(--st-spacing-2,.5rem));font-family:var(--st-component-button-anatomy-typography-family,inherit);font-weight:var(--st-component-button-anatomy-typography-weight,600);line-height:var(--st-component-button-anatomy-typography-lineHeight,1.2);letter-spacing:var(--st-component-button-anatomy-typography-letterSpacing,0);text-transform:var(--st-component-button-anatomy-typography-textTransform,none);transition:background var(--st-motion-fast,.12s) var(--st-motion-easing,ease), border-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), box-shadow var(--st-motion-fast,.12s) var(--st-motion-easing,ease);border-color:#0000;display:inline-flex}.st-button--sm.svelte-1m8uz4b{min-height:var(--st-component-button-anatomy-density-sm-controlHeight,2rem);min-width:var(--st-component-button-anatomy-density-sm-minWidth,2rem);padding:var(--st-component-button-anatomy-density-sm-paddingBlock,0) var(--st-component-button-anatomy-density-sm-paddingInlineEnd,var(--st-component-button-anatomy-density-sm-paddingInline,.75rem)) var(--st-component-button-anatomy-density-sm-paddingBlock,0) var(--st-component-button-anatomy-density-sm-paddingInline,.75rem);font-size:var(--st-component-button-anatomy-density-sm-fontSize,.875rem)}.st-button--md.svelte-1m8uz4b{min-height:var(--st-component-button-anatomy-density-md-controlHeight,2.5rem);min-width:var(--st-component-button-anatomy-density-md-minWidth,2.5rem);padding:var(--st-component-button-anatomy-density-md-paddingBlock,0) var(--st-component-button-anatomy-density-md-paddingInlineEnd,var(--st-component-button-anatomy-density-md-paddingInline,1rem)) var(--st-component-button-anatomy-density-md-paddingBlock,0) var(--st-component-button-anatomy-density-md-paddingInline,1rem);font-size:var(--st-component-button-anatomy-density-md-fontSize,var(--st-component-button-anatomy-typography-size,.9375rem))}.st-button--lg.svelte-1m8uz4b{min-height:var(--st-component-button-anatomy-density-lg-controlHeight,3rem);min-width:var(--st-component-button-anatomy-density-lg-minWidth,3rem);padding:var(--st-component-button-anatomy-density-lg-paddingBlock,0) var(--st-component-button-anatomy-density-lg-paddingInlineEnd,var(--st-component-button-anatomy-density-lg-paddingInline,1.25rem)) var(--st-component-button-anatomy-density-lg-paddingBlock,0) var(--st-component-button-anatomy-density-lg-paddingInline,1.25rem);font-size:var(--st-component-button-anatomy-density-lg-fontSize,1rem)}.st-button--primary.svelte-1m8uz4b{background:var(--st-component-button-primaryBackground,var(--st-semantic-action-primary));color:var(--st-component-button-primaryText,var(--st-semantic-action-primaryText))}.st-button--secondary.svelte-1m8uz4b{background:var(--st-component-button-secondaryBackground,var(--st-semantic-action-secondary));color:var(--st-component-button-secondaryText,var(--st-semantic-action-secondaryText));border-color:var(--st-component-button-secondaryBorder,var(--st-semantic-border-subtle))}.st-button--primary.svelte-1m8uz4b:not(:disabled):hover{background:var(--st-component-button-anatomy-states-hover-bg,var(--st-semantic-action-primary))}.st-button--secondary.svelte-1m8uz4b:not(:disabled):hover{background:var(--st-component-button-secondaryHoverBackground,var(--st-semantic-action-secondaryHover,var(--st-semantic-action-secondary)))}.st-button--ghost.svelte-1m8uz4b{color:var(--st-semantic-text-link);background:0 0}.st-button--danger.svelte-1m8uz4b{background:var(--st-semantic-action-danger);color:var(--st-semantic-text-inverse)}.st-button.svelte-1m8uz4b:disabled{cursor:var(--st-cursor-disabled,not-allowed);opacity:var(--st-component-button-anatomy-states-disabled-opacity,.55)}.st-button.svelte-1m8uz4b:focus-visible{outline:var(--st-component-button-anatomy-focus-outline,2px solid var(--st-semantic-border-interactive));outline-offset:var(--st-component-button-anatomy-focus-offset,2px);box-shadow:var(--st-component-button-anatomy-focus-boxShadow,none)}.st-choice.svelte-1neztea{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));cursor:var(--st-cursor-interactive,pointer);grid-template-columns:auto 1fr;align-items:start;gap:.625rem;display:inline-grid}.st-choice.svelte-1neztea:has(.st-choice__trailing:where(.svelte-1neztea)){grid-template-columns:auto 1fr auto;justify-content:space-between;align-items:start;width:100%}.st-choice__trailing.svelte-1neztea{flex:none;justify-content:flex-end;align-self:start;align-items:center;display:inline-flex}.st-choice__input.svelte-1neztea{accent-color:var(--st-component-selection-checkedBackground,var(--st-semantic-action-primary));cursor:inherit;width:1rem;height:1rem;margin:.125rem 0 0}.st-choice__input.svelte-1neztea:focus-visible{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-choice.svelte-1neztea:hover .st-choice__input:where(.svelte-1neztea){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-choice__input[aria-invalid=true].svelte-1neztea{accent-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error));outline-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-choice__input.svelte-1neztea:disabled{cursor:var(--st-cursor-disabled,not-allowed);opacity:.55}.st-choice.svelte-1neztea:has(.st-choice__input:where(.svelte-1neztea):disabled){color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:var(--st-cursor-disabled,not-allowed)}.st-choice__content.svelte-1neztea{gap:.25rem;display:grid}.st-choice__label.svelte-1neztea{color:var(--st-component-selection-choiceLabelColor,inherit);font-size:var(--st-component-selection-choiceLabelFontSize,.9375rem);line-height:var(--st-component-selection-choiceLabelLineHeight,normal);letter-spacing:var(--st-component-selection-choiceLabelLetterSpacing,normal)}.st-choice__help.svelte-1neztea{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));font-size:.8125rem}.st-choice__description.svelte-1neztea{color:var(--st-semantic-text-secondary);font-size:.8125rem;line-height:1.4}.st-checkboxGroup.svelte-vwz7f7{border:0;min-width:0;margin:0;padding:0}.st-checkboxGroup__legend.svelte-vwz7f7{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));padding:0;font-size:.9375rem;font-weight:650;line-height:1.3}.st-checkboxGroup__help.svelte-vwz7f7{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary));margin:.25rem 0 0;font-size:.8125rem}.st-checkboxGroup__options.svelte-vwz7f7{gap:var(--st-spacing-3,.75rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-checkboxGroup--vertical.svelte-vwz7f7 .st-checkboxGroup__options:where(.svelte-vwz7f7){flex-direction:column}.st-checkboxGroup--horizontal.svelte-vwz7f7 .st-checkboxGroup__options:where(.svelte-vwz7f7){flex-flow:wrap}.st-comboChart.svelte-1x6lee9{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-comboChart.svelte-1x6lee9 svg:where(.svelte-1x6lee9){display:block;overflow:visible}.st-comboChart__visual.svelte-1x6lee9{display:block}.st-comboChart__grid.svelte-1x6lee9{stroke:var(--st-component-comboChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-comboChart__axis.svelte-1x6lee9{stroke:var(--st-component-comboChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-comboChart__tickLabel.svelte-1x6lee9,.st-comboChart__categoryLabel.svelte-1x6lee9{fill:var(--st-component-comboChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-comboChart__axisLabel.svelte-1x6lee9{fill:var(--st-component-comboChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem;font-weight:600}.st-comboChart__bar.svelte-1x6lee9{cursor:pointer;transition:opacity .12s}.st-comboChart__bar.svelte-1x6lee9:hover{opacity:.82}.st-comboChart__bar--category1.svelte-1x6lee9{fill:var(--st-semantic-data-category1)}.st-comboChart__bar--category2.svelte-1x6lee9{fill:var(--st-semantic-data-category2)}.st-comboChart__bar--category3.svelte-1x6lee9{fill:var(--st-semantic-data-category3)}.st-comboChart__bar--category4.svelte-1x6lee9{fill:var(--st-semantic-data-category4)}.st-comboChart__bar--category5.svelte-1x6lee9{fill:var(--st-semantic-data-category5)}.st-comboChart__bar--category6.svelte-1x6lee9{fill:var(--st-semantic-data-category6)}.st-comboChart__bar--category7.svelte-1x6lee9{fill:var(--st-semantic-data-category7)}.st-comboChart__bar--category8.svelte-1x6lee9{fill:var(--st-semantic-data-category8)}.st-comboChart__line--category1.svelte-1x6lee9{stroke:var(--st-semantic-data-category1)}.st-comboChart__line--category2.svelte-1x6lee9{stroke:var(--st-semantic-data-category2)}.st-comboChart__line--category3.svelte-1x6lee9{stroke:var(--st-semantic-data-category3)}.st-comboChart__line--category4.svelte-1x6lee9{stroke:var(--st-semantic-data-category4)}.st-comboChart__line--category5.svelte-1x6lee9{stroke:var(--st-semantic-data-category5)}.st-comboChart__line--category6.svelte-1x6lee9{stroke:var(--st-semantic-data-category6)}.st-comboChart__line--category7.svelte-1x6lee9{stroke:var(--st-semantic-data-category7)}.st-comboChart__line--category8.svelte-1x6lee9{stroke:var(--st-semantic-data-category8)}.st-comboChart__dot.svelte-1x6lee9{stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-comboChart__dot.svelte-1x6lee9:hover{r:5.5}.st-comboChart__dot--category1.svelte-1x6lee9{fill:var(--st-semantic-data-category1)}.st-comboChart__dot--category2.svelte-1x6lee9{fill:var(--st-semantic-data-category2)}.st-comboChart__dot--category3.svelte-1x6lee9{fill:var(--st-semantic-data-category3)}.st-comboChart__dot--category4.svelte-1x6lee9{fill:var(--st-semantic-data-category4)}.st-comboChart__dot--category5.svelte-1x6lee9{fill:var(--st-semantic-data-category5)}.st-comboChart__dot--category6.svelte-1x6lee9{fill:var(--st-semantic-data-category6)}.st-comboChart__dot--category7.svelte-1x6lee9{fill:var(--st-semantic-data-category7)}.st-comboChart__dot--category8.svelte-1x6lee9{fill:var(--st-semantic-data-category8)}.st-comboChart__annotationRegion.svelte-1x6lee9{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-comboChart__annotationLine.svelte-1x6lee9{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-comboChart__annotationShape.svelte-1x6lee9{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-comboChart__annotationPoint.svelte-1x6lee9{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-comboChart__annotationLabel.svelte-1x6lee9,.st-comboChart__annotationText.svelte-1x6lee9{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-comboChart__dataLabel.svelte-1x6lee9{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-comboChart__crosshairLine.svelte-1x6lee9{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-comboChart__navLayer.svelte-1x6lee9{position:absolute;inset:0}.st-comboChart__navDatum.svelte-1x6lee9{fill:#0000;outline:none}.st-comboChart__navDatum.svelte-1x6lee9:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-comboChart__bar.svelte-1x6lee9,.st-comboChart__dot.svelte-1x6lee9{transition:none}}.st-comboChart__legend.svelte-1x6lee9{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-comboChart__legendItem.svelte-1x6lee9{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;display:inline-flex}.st-comboChart__legendItem--off.svelte-1x6lee9{opacity:.45}.st-comboChart__legendButton.svelte-1x6lee9{border-radius:var(--st-radius-sm,.25rem);color:inherit;cursor:pointer;font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);background:0 0;border:0;padding:.125rem .25rem;display:inline-flex}.st-comboChart__legendButton.svelte-1x6lee9:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px}.st-comboChart__legendSwatch.svelte-1x6lee9{flex:none;display:inline-block}.st-comboChart__legendSwatch--bar.svelte-1x6lee9{border-radius:2px;width:.75rem;height:.75rem}.st-comboChart__legendSwatch--line.svelte-1x6lee9{border-radius:999px;width:1rem;height:.25rem}.st-comboChart__legendSwatch--category1.svelte-1x6lee9{background:var(--st-semantic-data-category1)}.st-comboChart__legendSwatch--category2.svelte-1x6lee9{background:var(--st-semantic-data-category2)}.st-comboChart__legendSwatch--category3.svelte-1x6lee9{background:var(--st-semantic-data-category3)}.st-comboChart__legendSwatch--category4.svelte-1x6lee9{background:var(--st-semantic-data-category4)}.st-comboChart__legendSwatch--category5.svelte-1x6lee9{background:var(--st-semantic-data-category5)}.st-comboChart__legendSwatch--category6.svelte-1x6lee9{background:var(--st-semantic-data-category6)}.st-comboChart__legendSwatch--category7.svelte-1x6lee9{background:var(--st-semantic-data-category7)}.st-comboChart__legendSwatch--category8.svelte-1x6lee9{background:var(--st-semantic-data-category8)}.st-comboChart__tooltip.svelte-1x6lee9{background:var(--st-component-comboChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-comboChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-comboChart__tooltipLabel.svelte-1x6lee9{font-weight:600}.st-comboChart__tooltipValue.svelte-1x6lee9{opacity:.85}.st-cell__icon.svelte-1o6rgo4{flex:none}.st-dataTable-wrap.svelte-1jy0bk3{gap:var(--st-spacing-2,.5rem);display:grid}.st-dataTable-wrap.svelte-1jy0bk3:has(.st-dataTable:where(.svelte-1jy0bk3)){overflow-x:auto}.st-dataTable.svelte-1jy0bk3{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-dataTable.svelte-1jy0bk3 caption:where(.svelte-1jy0bk3){color:var(--st-component-dataTable-captionText,var(--st-semantic-text-secondary));text-align:start;padding:.75rem;font-weight:600}.st-dataTable.svelte-1jy0bk3 th:where(.svelte-1jy0bk3),.st-dataTable.svelte-1jy0bk3 td:where(.svelte-1jy0bk3){border-bottom:1px solid var(--st-component-dataTable-border,var(--st-semantic-border-subtle));text-align:start;vertical-align:top;padding:.75rem}.st-dataTable--sm.svelte-1jy0bk3 th:where(.svelte-1jy0bk3),.st-dataTable--sm.svelte-1jy0bk3 td:where(.svelte-1jy0bk3){padding:.5rem .625rem;font-size:.8125rem}.st-dataTable--lg.svelte-1jy0bk3 th:where(.svelte-1jy0bk3),.st-dataTable--lg.svelte-1jy0bk3 td:where(.svelte-1jy0bk3){padding:1rem}.st-dataTable.svelte-1jy0bk3 th:where(.svelte-1jy0bk3){background:var(--st-component-dataTable-headerBackground,var(--st-semantic-surface-subtle));font-size:.875rem;font-weight:650}.st-dataTable.svelte-1jy0bk3 tbody:where(.svelte-1jy0bk3) tr:where(.svelte-1jy0bk3):hover{background:var(--st-component-control-hoverBackground,var(--st-component-dataTable-rowHoverBackground,var(--st-semantic-surface-subtle)))}.st-dataTable.svelte-1jy0bk3 tbody:where(.svelte-1jy0bk3) tr:where(.svelte-1jy0bk3):last-child td:where(.svelte-1jy0bk3){border-bottom:0}.st-dataTable__row--selected.svelte-1jy0bk3{background:color-mix(in srgb, var(--st-semantic-action-primary) 10%, var(--st-semantic-surface-default))}.st-dataTable__row--clickable.svelte-1jy0bk3{cursor:pointer}.st-dataTable__cell--center.svelte-1jy0bk3{text-align:center}.st-dataTable__cell--end.svelte-1jy0bk3{text-align:end}.st-cell__content.svelte-1jy0bk3{align-items:center;gap:.375rem;display:inline-flex}.st-cell--intent-positive.svelte-1jy0bk3{background:color-mix(in srgb, var(--st-semantic-feedback-success) 14%, white);color:var(--st-semantic-feedback-success)}.st-cell--intent-negative.svelte-1jy0bk3{background:color-mix(in srgb, var(--st-semantic-feedback-error) 14%, white);color:var(--st-semantic-feedback-error)}.st-cell--intent-warning.svelte-1jy0bk3{background:color-mix(in srgb, var(--st-semantic-feedback-warning) 14%, white);color:var(--st-semantic-feedback-warning)}.st-cell--intent-info.svelte-1jy0bk3{background:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, white);color:var(--st-semantic-feedback-info)}.st-cell--intent-neutral.svelte-1jy0bk3{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-secondary)}.st-dataTable__select.svelte-1jy0bk3{width:2.5rem}.st-dataTable__selectLabel.svelte-1jy0bk3{justify-content:center;align-items:center;width:1rem;height:1rem;margin:0;display:inline-flex}.st-dataTable__selectLabel.svelte-1jy0bk3 input:where(.svelte-1jy0bk3){accent-color:var(--st-semantic-action-primary);width:1rem;height:1rem;margin:0}.st-dataTable__sortBtn.svelte-1jy0bk3{color:inherit;cursor:pointer;font:inherit;text-align:start;background:0 0;border:0;align-items:center;gap:.375rem;margin:-.25rem -.5rem;padding:.25rem .5rem;font-weight:650;display:inline-flex}.st-dataTable__sortBtn.svelte-1jy0bk3:hover{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-dataTable__sortBtn.svelte-1jy0bk3:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-dataTable__sortIcon.svelte-1jy0bk3{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-dataTable.svelte-1jy0bk3 th[aria-sort=ascending]:where(.svelte-1jy0bk3) .st-dataTable__sortIcon:where(.svelte-1jy0bk3),.st-dataTable.svelte-1jy0bk3 th[aria-sort=descending]:where(.svelte-1jy0bk3) .st-dataTable__sortIcon:where(.svelte-1jy0bk3){color:var(--st-semantic-action-primary)}.st-dataTable__empty.svelte-1jy0bk3{color:var(--st-semantic-text-muted);text-align:center}.st-dataTable__footer.svelte-1jy0bk3{color:var(--st-semantic-text-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.25rem .25rem 0;font-size:.8125rem;display:flex}.st-dataTable__range.svelte-1jy0bk3{font-variant-numeric:tabular-nums}.st-dataTable__pager.svelte-1jy0bk3{align-items:center;gap:.5rem;display:inline-flex}.st-dataTable__pagerBtn.svelte-1jy0bk3{background:var(--st-component-pagination-background,var(--st-semantic-surface-default));border:1px solid var(--st-component-pagination-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-pagination-radius,.375rem);color:var(--st-component-pagination-text,var(--st-semantic-text-primary));cursor:pointer;font:inherit;min-height:2rem;padding:0 .625rem;font-size:.8125rem}.st-dataTable__pagerBtn.svelte-1jy0bk3:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-dataTable__pagerBtn.svelte-1jy0bk3:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed;opacity:.65}.st-dataTable__pagerStatus.svelte-1jy0bk3{font-variant-numeric:tabular-nums}.st-visually-hidden.svelte-1jy0bk3{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.st-field__anchor.svelte-p6hkid{position:relative}.st-field.svelte-p6hkid{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:var(--st-component-field-gap,.5rem);max-width:var(--st-component-field-maxWidth,28rem);display:grid}.st-field__control.svelte-p6hkid{gap:var(--st-component-field-gap,.5rem);display:grid}.st-field__label.svelte-p6hkid{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-p6hkid,.st-field__error.svelte-p6hkid{font-size:.8125rem;line-height:1.4}.st-field__help.svelte-p6hkid{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary))}.st-field__error.svelte-p6hkid{color:var(--st-component-field-errorText,var(--st-semantic-feedback-error))}.st-datepicker.svelte-p6hkid{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-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));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);align-items:stretch;width:100%;display:inline-flex;overflow:hidden}.st-datepicker--sm.svelte-p6hkid{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-datepicker--md.svelte-p6hkid{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-datepicker--lg.svelte-p6hkid{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-datepicker.svelte-p6hkid:hover:not(:has(input:disabled)){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-datepicker.svelte-p6hkid:focus-within{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-datepicker.svelte-p6hkid:has([aria-invalid=true]:where(.svelte-p6hkid)){border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-datepicker__control.svelte-p6hkid{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;flex:auto;width:100%;min-width:0;padding:0 .75rem}.st-datepicker__control.svelte-p6hkid:focus{outline:none}.st-datepicker__control.svelte-p6hkid::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-datepicker__control.svelte-p6hkid:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-datepicker__trigger.svelte-p6hkid{border:0;border-left:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));color:var(--st-semantic-text-secondary);cursor:pointer;font:inherit;min-width:2.25rem;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;flex:none;justify-content:center;align-items:center;padding:0 .5rem;display:inline-flex}.st-datepicker__trigger.svelte-p6hkid:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__trigger.svelte-p6hkid:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-datepicker__trigger.svelte-p6hkid:disabled{cursor:not-allowed}.st-datepicker__panel.svelte-p6hkid{background:var(--st-component-popover-background,var(--st-semantic-surface-raised));border:1px solid var(--st-component-popover-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-popover-radius,.5rem);box-shadow:var(--st-component-popover-shadow,0 18px 45px #0f172a2e);color:var(--st-component-popover-text,var(--st-semantic-text-primary));gap:var(--st-spacing-3,.75rem);margin-top:var(--st-spacing-1,.25rem);min-width:18rem;padding:var(--st-spacing-3,.75rem);z-index:var(--st-component-popover-zIndex,80);display:grid;position:absolute;top:100%;left:0}.st-datepicker__nav.svelte-p6hkid{align-items:center;gap:var(--st-spacing-2,.5rem);grid-template-columns:auto 1fr auto;display:grid}.st-datepicker__navBtn.svelte-p6hkid{border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:.25rem .5rem;font-size:1.125rem;line-height:1}.st-datepicker__navBtn.svelte-p6hkid:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__navBtn.svelte-p6hkid:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}.st-datepicker__monthLabel.svelte-p6hkid{text-align:center;text-transform:capitalize;font-weight:600}.st-datepicker__grid.svelte-p6hkid{gap:var(--st-spacing-1,.25rem);display:grid}.st-datepicker__weekdays.svelte-p6hkid,.st-datepicker__days.svelte-p6hkid{grid-template-columns:repeat(7,minmax(2rem,1fr));gap:2px;display:grid}.st-datepicker__weekday.svelte-p6hkid{color:var(--st-semantic-text-secondary);text-align:center;text-transform:capitalize;padding:.25rem 0;font-size:.75rem;font-weight:600}.st-datepicker__day.svelte-p6hkid{aspect-ratio:1;border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;font:inherit;text-align:center;background:0 0;border:0;min-width:0;padding:0;font-size:.875rem;line-height:1}.st-datepicker__day.svelte-p6hkid:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__day.svelte-p6hkid:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-datepicker__day--outside.svelte-p6hkid{color:var(--st-semantic-text-muted)}.st-datepicker__day--inRange.svelte-p6hkid{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__day--selected.svelte-p6hkid{background:var(--st-component-dropdown-selectedBackground,var(--st-semantic-action-primary));color:var(--st-component-dropdown-selectedText,var(--st-semantic-action-primaryText))}.st-datepicker__day.svelte-p6hkid:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed;opacity:.5}.st-datepicker__footer.svelte-p6hkid{justify-content:flex-end;display:flex}.st-datepicker__todayBtn.svelte-p6hkid{border:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-control-radius,.375rem);color:inherit;cursor:pointer;font:inherit;background:0 0;padding:.25rem .75rem;font-size:.8125rem}.st-datepicker__todayBtn.svelte-p6hkid:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-datepicker__todayBtn.svelte-p6hkid:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:2px}.st-datepicker__todayBtn.svelte-p6hkid:disabled{color:var(--st-semantic-text-muted);cursor:not-allowed}.st-flex.svelte-19adrto{box-sizing:border-box;min-width:0}.st-donutChart.svelte-3das47{color:var(--st-semantic-text-secondary);max-width:100%;font-family:inherit;display:block;position:relative}.st-donutChart.svelte-3das47 svg:where(.svelte-3das47),.st-donutChart__visual.svelte-3das47{display:block;overflow:visible}.st-donutChart__slice.svelte-3das47{cursor:pointer;stroke:var(--st-semantic-surface-default,#fff);stroke-width:1.5px;transition:opacity .12s}.st-donutChart__slice--dim.svelte-3das47{opacity:.4}.st-donutChart__slice--category1.svelte-3das47{fill:var(--st-semantic-data-category1)}.st-donutChart__slice--category2.svelte-3das47{fill:var(--st-semantic-data-category2)}.st-donutChart__slice--category3.svelte-3das47{fill:var(--st-semantic-data-category3)}.st-donutChart__slice--category4.svelte-3das47{fill:var(--st-semantic-data-category4)}.st-donutChart__slice--category5.svelte-3das47{fill:var(--st-semantic-data-category5)}.st-donutChart__slice--category6.svelte-3das47{fill:var(--st-semantic-data-category6)}.st-donutChart__slice--category7.svelte-3das47{fill:var(--st-semantic-data-category7)}.st-donutChart__slice--category8.svelte-3das47{fill:var(--st-semantic-data-category8)}.st-donutChart__center.svelte-3das47{fill:var(--st-semantic-text-primary);font-size:1.25rem;font-weight:650}.st-donutChart__dataLabel.svelte-3das47{fill:var(--st-semantic-text-inverse);font-size:.6875rem;font-weight:600}.st-donutChart__tooltip.svelte-3das47{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.st-donutChart__tooltipLabel.svelte-3das47{font-weight:600}.st-donutChart__tooltipValue.svelte-3das47{opacity:.85}.st-filterBar.svelte-d6zngu{align-items:flex-start;gap:var(--st-spacing-2,.5rem);flex-wrap:wrap;display:flex}.st-filterBar__pills.svelte-d6zngu{align-items:center;gap:var(--st-spacing-2,.5rem);flex-wrap:wrap;flex:auto;display:flex}.st-filterBar__clearAll.svelte-d6zngu{border-radius:var(--st-radius-md,.375rem);color:var(--st-semantic-text-link,#2563eb);cursor:var(--st-cursor-interactive,pointer);font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);padding:.3125rem var(--st-spacing-2,.5rem);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);white-space:nowrap;background:0 0;border:0;font-size:.8125rem;display:inline-flex}.st-filterBar__clearAll.svelte-d6zngu:hover{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--st-semantic-action-primaryHover,#1d4ed8)}.st-filterBar__clearAll.svelte-d6zngu:focus-visible{outline:2px solid var(--st-semantic-border-interactive,#2563eb);outline-offset:2px}@media (prefers-reduced-motion:reduce){.st-filterBar__clearAll.svelte-d6zngu{transition:none}}.st-filterPill.svelte-1n4jvhm{border-radius:var(--st-radius-pill,999px);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);-webkit-user-select:none;user-select:none;align-items:center;gap:0;font-size:.8125rem;font-weight:500;line-height:1;display:inline-flex}.st-filterPill--neutral.svelte-1n4jvhm{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--st-semantic-text-secondary,#475569);border:1px solid var(--st-semantic-border-interactive,#cbd5e1)}.st-filterPill--success.svelte-1n4jvhm{background:color-mix(in srgb, var(--st-semantic-feedback-success,#16a34a) 12%, white);color:color-mix(in oklch, var(--st-semantic-feedback-success,#16a34a) 78%, black);border:1px solid color-mix(in srgb, var(--st-semantic-feedback-success,#16a34a) 40%, white)}.st-filterPill--warning.svelte-1n4jvhm{background:color-mix(in srgb, var(--st-semantic-feedback-warning,#d97706) 12%, white);color:color-mix(in oklch, var(--st-semantic-feedback-warning,#d97706) 78%, black);border:1px solid color-mix(in srgb, var(--st-semantic-feedback-warning,#d97706) 40%, white)}.st-filterPill--error.svelte-1n4jvhm{background:color-mix(in srgb, var(--st-semantic-feedback-error,#dc2626) 12%, white);color:color-mix(in oklch, var(--st-semantic-feedback-error,#dc2626) 78%, black);border:1px solid color-mix(in srgb, var(--st-semantic-feedback-error,#dc2626) 40%, white)}.st-filterPill--info.svelte-1n4jvhm{background:color-mix(in srgb, var(--st-semantic-feedback-info,#2563eb) 12%, white);color:color-mix(in oklch, var(--st-semantic-feedback-info,#2563eb) 78%, black);border:1px solid color-mix(in srgb, var(--st-semantic-feedback-info,#2563eb) 40%, white)}.st-filterPill--neutral.st-filterPill--active.svelte-1n4jvhm{background:var(--st-component-filterPill-activeBackground,color-mix(in oklch, var(--st-semantic-action-primary,#2563eb) 12%, white));color:var(--st-component-filterPill-activeText,color-mix(in oklch, var(--st-semantic-action-primary,#2563eb) 78%, black));border-color:color-mix(in oklch, var(--st-semantic-action-primary,#2563eb) 50%, white)}.st-filterPill--success.st-filterPill--active.svelte-1n4jvhm{background:color-mix(in oklch, var(--st-semantic-feedback-success,#16a34a) 78%, black);color:#fff;border-color:color-mix(in oklch, var(--st-semantic-feedback-success,#16a34a) 78%, black)}.st-filterPill--warning.st-filterPill--active.svelte-1n4jvhm{background:color-mix(in oklch, var(--st-semantic-feedback-warning,#d97706) 78%, black);color:#fff;border-color:color-mix(in oklch, var(--st-semantic-feedback-warning,#d97706) 78%, black)}.st-filterPill--error.st-filterPill--active.svelte-1n4jvhm{background:color-mix(in oklch, var(--st-semantic-feedback-error,#dc2626) 78%, black);color:#fff;border-color:color-mix(in oklch, var(--st-semantic-feedback-error,#dc2626) 78%, black)}.st-filterPill--info.st-filterPill--active.svelte-1n4jvhm{background:color-mix(in oklch, var(--st-semantic-feedback-info,#2563eb) 78%, black);color:#fff;border-color:color-mix(in oklch, var(--st-semantic-feedback-info,#2563eb) 78%, black)}@supports not (color:color-mix(in oklch, red, blue)){.st-filterPill--neutral.st-filterPill--active.svelte-1n4jvhm{background:var(--st-component-filterPill-activeBackground,var(--st-semantic-surface-subtle,#eef2ff));color:var(--st-component-filterPill-activeText,var(--st-semantic-action-primary,#1d4ed8))}.st-filterPill--success.st-filterPill--active.svelte-1n4jvhm{background:var(--st-semantic-feedback-success,#16a34a);color:#fff}.st-filterPill--warning.st-filterPill--active.svelte-1n4jvhm{background:var(--st-semantic-feedback-warning,#d97706);color:#fff}.st-filterPill--error.st-filterPill--active.svelte-1n4jvhm{background:var(--st-semantic-feedback-error,#dc2626);color:#fff}.st-filterPill--info.st-filterPill--active.svelte-1n4jvhm{background:var(--st-semantic-feedback-info,#2563eb);color:#fff}}.st-filterPill--disabled.svelte-1n4jvhm{cursor:var(--st-cursor-disabled,not-allowed);opacity:.55}.st-filterPill__body.svelte-1n4jvhm{border-radius:var(--st-radius-pill,999px) 0 0 var(--st-radius-pill,999px);color:inherit;cursor:var(--st-cursor-interactive,pointer);font:inherit;align-items:center;gap:var(--st-spacing-1,.25rem);padding:.3125rem var(--st-spacing-1,.25rem) .3125rem var(--st-spacing-2,.5rem);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease), color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;line-height:1;display:inline-flex}.st-filterPill__body--static.svelte-1n4jvhm{cursor:default;padding:.3125rem var(--st-spacing-2,.5rem);border-radius:var(--st-radius-pill,999px)}.st-filterPill.svelte-1n4jvhm:has(.st-filterPill__remove:where(.svelte-1n4jvhm)) .st-filterPill__body--static:where(.svelte-1n4jvhm){border-radius:var(--st-radius-pill,999px) 0 0 var(--st-radius-pill,999px);padding-right:var(--st-spacing-1,.25rem)}.st-filterPill__body.svelte-1n4jvhm:not(:disabled):hover{opacity:.88}.st-filterPill__body.svelte-1n4jvhm:focus-visible{outline:2px solid var(--st-semantic-border-interactive,var(--st-semantic-action-primary,#2563eb));outline-offset:2px;border-radius:var(--st-radius-pill,999px);z-index:1;position:relative}.st-filterPill__body.svelte-1n4jvhm:disabled{cursor:var(--st-cursor-disabled,not-allowed)}.st-filterPill__operator.svelte-1n4jvhm{color:var(--st-semantic-text-muted,#64748b);margin-inline:.125rem;font-size:.75em;font-style:italic}.st-filterPill__value.svelte-1n4jvhm{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;overflow:hidden}.st-filterPill__remove.svelte-1n4jvhm{border-radius:0 var(--st-radius-pill,999px) var(--st-radius-pill,999px) 0;color:inherit;cursor:pointer;font:inherit;height:100%;padding:.3125rem var(--st-spacing-2,.5rem) .3125rem var(--st-spacing-1,.25rem);transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;justify-content:center;align-items:center;min-width:1.75rem;line-height:1;display:inline-flex}.st-filterPill__remove.svelte-1n4jvhm:hover:not(:disabled){background:color-mix(in srgb, currentColor 12%, transparent)}.st-filterPill__remove.svelte-1n4jvhm:focus-visible{outline-offset:1px;border-radius:var(--st-radius-pill,999px);z-index:1;outline:2px solid;position:relative}.st-filterPill__remove.svelte-1n4jvhm:disabled{cursor:var(--st-cursor-disabled,not-allowed)}@media (prefers-reduced-motion:reduce){.st-filterPill.svelte-1n4jvhm,.st-filterPill__body.svelte-1n4jvhm,.st-filterPill__remove.svelte-1n4jvhm{transition:none}}.st-grid.svelte-1grx8qb{box-sizing:border-box;min-width:0}.st-funnelChart.svelte-10lrfaj{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-funnelChart.svelte-10lrfaj svg:where(.svelte-10lrfaj),.st-funnelChart__visual.svelte-10lrfaj{display:block;overflow:visible}.st-funnelChart__segment.svelte-10lrfaj{cursor:pointer;stroke:var(--st-semantic-surface-default,#fff);stroke-width:1px;transition:opacity .12s}.st-funnelChart__segment--dim.svelte-10lrfaj{opacity:.45}.st-funnelChart__segment--category1.svelte-10lrfaj{fill:var(--st-semantic-data-category1)}.st-funnelChart__segment--category2.svelte-10lrfaj{fill:var(--st-semantic-data-category2)}.st-funnelChart__segment--category3.svelte-10lrfaj{fill:var(--st-semantic-data-category3)}.st-funnelChart__segment--category4.svelte-10lrfaj{fill:var(--st-semantic-data-category4)}.st-funnelChart__segment--category5.svelte-10lrfaj{fill:var(--st-semantic-data-category5)}.st-funnelChart__segment--category6.svelte-10lrfaj{fill:var(--st-semantic-data-category6)}.st-funnelChart__segment--category7.svelte-10lrfaj{fill:var(--st-semantic-data-category7)}.st-funnelChart__segment--category8.svelte-10lrfaj{fill:var(--st-semantic-data-category8)}.st-funnelChart__label.svelte-10lrfaj{fill:var(--st-component-funnelChart-labelColor,var(--st-semantic-text-inverse,#fff));pointer-events:none;font-size:.75rem;font-weight:600}.st-funnelChart__value.svelte-10lrfaj{fill:var(--st-component-funnelChart-valueColor,var(--st-semantic-text-inverse,#fff));pointer-events:none;font-size:.6875rem}.st-funnelChart__tooltip.svelte-10lrfaj{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-funnelChart__tooltipLabel.svelte-10lrfaj{font-weight:600}.st-funnelChart__tooltipValue.svelte-10lrfaj{opacity:.85}.st-funnelChart__legend.svelte-10lrfaj{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-funnelChart__legendItem.svelte-10lrfaj{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;display:inline-flex}.st-funnelChart__legendSwatch.svelte-10lrfaj{border-radius:2px;width:.7rem;height:.7rem}.st-funnelChart__legendSwatch--category1.svelte-10lrfaj{background:var(--st-semantic-data-category1)}.st-funnelChart__legendSwatch--category2.svelte-10lrfaj{background:var(--st-semantic-data-category2)}.st-funnelChart__legendSwatch--category3.svelte-10lrfaj{background:var(--st-semantic-data-category3)}.st-funnelChart__legendSwatch--category4.svelte-10lrfaj{background:var(--st-semantic-data-category4)}.st-funnelChart__legendSwatch--category5.svelte-10lrfaj{background:var(--st-semantic-data-category5)}.st-funnelChart__legendSwatch--category6.svelte-10lrfaj{background:var(--st-semantic-data-category6)}.st-funnelChart__legendSwatch--category7.svelte-10lrfaj{background:var(--st-semantic-data-category7)}.st-funnelChart__legendSwatch--category8.svelte-10lrfaj{background:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-funnelChart__segment.svelte-10lrfaj{transition:none}}.st-gaugeChart.svelte-1igc5a{color:var(--st-semantic-text-secondary);max-width:100%;font-family:inherit;display:block;position:relative}.st-gaugeChart__visual.svelte-1igc5a,.st-gaugeChart.svelte-1igc5a svg:where(.svelte-1igc5a){display:block;overflow:visible}.st-gaugeChart__track.svelte-1igc5a{stroke:var(--st-semantic-surface-subtle);stroke-linecap:round}.st-gaugeChart__band.svelte-1igc5a{stroke-linecap:butt}.st-gaugeChart__progress.svelte-1igc5a{stroke:var(--st-semantic-action-primary);stroke-linecap:round;transition:d var(--st-motion-fast,.2s) var(--st-motion-easing,ease)}.st-gaugeChart__needle.svelte-1igc5a{fill:var(--st-semantic-text-primary);transition:d var(--st-motion-fast,.2s) var(--st-motion-easing,ease)}.st-gaugeChart__hub.svelte-1igc5a{fill:var(--st-semantic-text-primary)}.st-gaugeChart__value.svelte-1igc5a{fill:var(--st-semantic-text-primary);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.st-gaugeChart__label.svelte-1igc5a{fill:var(--st-semantic-text-secondary);font-size:.8125rem;font-weight:500}.st-gaugeChart__band--neutral.svelte-1igc5a{stroke:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-gaugeChart__band--info.svelte-1igc5a{stroke:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-gaugeChart__band--success.svelte-1igc5a{stroke:var(--st-semantic-feedback-success)}.st-gaugeChart__band--warning.svelte-1igc5a{stroke:var(--st-semantic-feedback-warning)}.st-gaugeChart__band--error.svelte-1igc5a{stroke:var(--st-semantic-feedback-error)}.st-gaugeChart__band--category1.svelte-1igc5a{stroke:var(--st-semantic-data-category1)}.st-gaugeChart__band--category2.svelte-1igc5a{stroke:var(--st-semantic-data-category2)}.st-gaugeChart__band--category3.svelte-1igc5a{stroke:var(--st-semantic-data-category3)}.st-gaugeChart__band--category4.svelte-1igc5a{stroke:var(--st-semantic-data-category4)}.st-gaugeChart__band--category5.svelte-1igc5a{stroke:var(--st-semantic-data-category5)}.st-gaugeChart__band--category6.svelte-1igc5a{stroke:var(--st-semantic-data-category6)}.st-gaugeChart__band--category7.svelte-1igc5a{stroke:var(--st-semantic-data-category7)}.st-gaugeChart__band--category8.svelte-1igc5a{stroke:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-gaugeChart__progress.svelte-1igc5a,.st-gaugeChart__needle.svelte-1igc5a{transition:none}}.st-solidGaugeChart.svelte-3ryovh{color:var(--st-semantic-text-secondary);max-width:100%;font-family:inherit;display:block;position:relative}.st-solidGaugeChart__visual.svelte-3ryovh,.st-solidGaugeChart.svelte-3ryovh svg:where(.svelte-3ryovh){display:block;overflow:visible}.st-solidGaugeChart__track.svelte-3ryovh{stroke:var(--st-semantic-surface-subtle);stroke-linecap:round}.st-solidGaugeChart__progress.svelte-3ryovh{stroke:var(--st-semantic-action-primary);stroke-linecap:round;transition:d var(--st-motion-fast,.2s) var(--st-motion-easing,ease)}.st-solidGaugeChart__value.svelte-3ryovh{fill:var(--st-semantic-text-primary);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.st-solidGaugeChart__label.svelte-3ryovh{fill:var(--st-semantic-text-secondary);font-size:.8125rem;font-weight:500}.st-solidGaugeChart__progress--neutral.svelte-3ryovh{stroke:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-solidGaugeChart__progress--info.svelte-3ryovh{stroke:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-solidGaugeChart__progress--success.svelte-3ryovh{stroke:var(--st-semantic-feedback-success)}.st-solidGaugeChart__progress--warning.svelte-3ryovh{stroke:var(--st-semantic-feedback-warning)}.st-solidGaugeChart__progress--error.svelte-3ryovh{stroke:var(--st-semantic-feedback-error)}.st-solidGaugeChart__progress--category1.svelte-3ryovh{stroke:var(--st-semantic-data-category1)}.st-solidGaugeChart__progress--category2.svelte-3ryovh{stroke:var(--st-semantic-data-category2)}.st-solidGaugeChart__progress--category3.svelte-3ryovh{stroke:var(--st-semantic-data-category3)}.st-solidGaugeChart__progress--category4.svelte-3ryovh{stroke:var(--st-semantic-data-category4)}.st-solidGaugeChart__progress--category5.svelte-3ryovh{stroke:var(--st-semantic-data-category5)}.st-solidGaugeChart__progress--category6.svelte-3ryovh{stroke:var(--st-semantic-data-category6)}.st-solidGaugeChart__progress--category7.svelte-3ryovh{stroke:var(--st-semantic-data-category7)}.st-solidGaugeChart__progress--category8.svelte-3ryovh{stroke:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-solidGaugeChart__progress.svelte-3ryovh{transition:none}}.st-stateTimelineChart.svelte-mzjpd5{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-stateTimelineChart.svelte-mzjpd5 svg:where(.svelte-mzjpd5){display:block;overflow:visible}.st-stateTimelineChart__visual.svelte-mzjpd5{display:block}.st-stateTimelineChart__axis.svelte-mzjpd5{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-stateTimelineChart__grid.svelte-mzjpd5{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-stateTimelineChart__tickLabel.svelte-mzjpd5,.st-stateTimelineChart__seriesLabel.svelte-mzjpd5{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-stateTimelineChart__segment.svelte-mzjpd5{cursor:pointer;transition:opacity .12s}.st-stateTimelineChart__segment--dim.svelte-mzjpd5{opacity:.4}.st-stateTimelineChart__segment--neutral.svelte-mzjpd5{fill:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-stateTimelineChart__segment--info.svelte-mzjpd5{fill:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-stateTimelineChart__segment--success.svelte-mzjpd5{fill:var(--st-semantic-feedback-success)}.st-stateTimelineChart__segment--warning.svelte-mzjpd5{fill:var(--st-semantic-feedback-warning)}.st-stateTimelineChart__segment--error.svelte-mzjpd5{fill:var(--st-semantic-feedback-error)}.st-stateTimelineChart__segment--category1.svelte-mzjpd5{fill:var(--st-semantic-data-category1)}.st-stateTimelineChart__segment--category2.svelte-mzjpd5{fill:var(--st-semantic-data-category2)}.st-stateTimelineChart__segment--category3.svelte-mzjpd5{fill:var(--st-semantic-data-category3)}.st-stateTimelineChart__segment--category4.svelte-mzjpd5{fill:var(--st-semantic-data-category4)}.st-stateTimelineChart__segment--category5.svelte-mzjpd5{fill:var(--st-semantic-data-category5)}.st-stateTimelineChart__segment--category6.svelte-mzjpd5{fill:var(--st-semantic-data-category6)}.st-stateTimelineChart__segment--category7.svelte-mzjpd5{fill:var(--st-semantic-data-category7)}.st-stateTimelineChart__segment--category8.svelte-mzjpd5{fill:var(--st-semantic-data-category8)}.st-stateTimelineChart__legend.svelte-mzjpd5{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-stateTimelineChart__legendItem.svelte-mzjpd5{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-stateTimelineChart__legendSwatch.svelte-mzjpd5{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-stateTimelineChart__legendSwatch--neutral.svelte-mzjpd5{background:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-stateTimelineChart__legendSwatch--info.svelte-mzjpd5{background:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-stateTimelineChart__legendSwatch--success.svelte-mzjpd5{background:var(--st-semantic-feedback-success)}.st-stateTimelineChart__legendSwatch--warning.svelte-mzjpd5{background:var(--st-semantic-feedback-warning)}.st-stateTimelineChart__legendSwatch--error.svelte-mzjpd5{background:var(--st-semantic-feedback-error)}.st-stateTimelineChart__legendSwatch--category1.svelte-mzjpd5{background:var(--st-semantic-data-category1)}.st-stateTimelineChart__legendSwatch--category2.svelte-mzjpd5{background:var(--st-semantic-data-category2)}.st-stateTimelineChart__legendSwatch--category3.svelte-mzjpd5{background:var(--st-semantic-data-category3)}.st-stateTimelineChart__legendSwatch--category4.svelte-mzjpd5{background:var(--st-semantic-data-category4)}.st-stateTimelineChart__legendSwatch--category5.svelte-mzjpd5{background:var(--st-semantic-data-category5)}.st-stateTimelineChart__legendSwatch--category6.svelte-mzjpd5{background:var(--st-semantic-data-category6)}.st-stateTimelineChart__legendSwatch--category7.svelte-mzjpd5{background:var(--st-semantic-data-category7)}.st-stateTimelineChart__legendSwatch--category8.svelte-mzjpd5{background:var(--st-semantic-data-category8)}.st-stateTimelineChart__tooltip.svelte-mzjpd5{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-stateTimelineChart__tooltipLabel.svelte-mzjpd5{font-weight:600}.st-stateTimelineChart__tooltipValue.svelte-mzjpd5{opacity:.85}@media (prefers-reduced-motion:reduce){.st-stateTimelineChart__segment.svelte-mzjpd5{transition:none}}.st-statusHistoryChart.svelte-1kcsyph{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-statusHistoryChart.svelte-1kcsyph svg:where(.svelte-1kcsyph){display:block;overflow:visible}.st-statusHistoryChart__visual.svelte-1kcsyph{display:block}.st-statusHistoryChart__axis.svelte-1kcsyph{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-statusHistoryChart__tickLabel.svelte-1kcsyph,.st-statusHistoryChart__seriesLabel.svelte-1kcsyph{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-statusHistoryChart__cell.svelte-1kcsyph{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-statusHistoryChart__cell--dim.svelte-1kcsyph{opacity:.4}.st-statusHistoryChart__cell--neutral.svelte-1kcsyph{fill:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-statusHistoryChart__cell--info.svelte-1kcsyph{fill:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-statusHistoryChart__cell--success.svelte-1kcsyph{fill:var(--st-semantic-feedback-success)}.st-statusHistoryChart__cell--warning.svelte-1kcsyph{fill:var(--st-semantic-feedback-warning)}.st-statusHistoryChart__cell--error.svelte-1kcsyph{fill:var(--st-semantic-feedback-error)}.st-statusHistoryChart__cell--category1.svelte-1kcsyph{fill:var(--st-semantic-data-category1)}.st-statusHistoryChart__cell--category2.svelte-1kcsyph{fill:var(--st-semantic-data-category2)}.st-statusHistoryChart__cell--category3.svelte-1kcsyph{fill:var(--st-semantic-data-category3)}.st-statusHistoryChart__cell--category4.svelte-1kcsyph{fill:var(--st-semantic-data-category4)}.st-statusHistoryChart__cell--category5.svelte-1kcsyph{fill:var(--st-semantic-data-category5)}.st-statusHistoryChart__cell--category6.svelte-1kcsyph{fill:var(--st-semantic-data-category6)}.st-statusHistoryChart__cell--category7.svelte-1kcsyph{fill:var(--st-semantic-data-category7)}.st-statusHistoryChart__cell--category8.svelte-1kcsyph{fill:var(--st-semantic-data-category8)}.st-statusHistoryChart__legend.svelte-1kcsyph{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-statusHistoryChart__legendItem.svelte-1kcsyph{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-statusHistoryChart__legendSwatch.svelte-1kcsyph{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-statusHistoryChart__legendSwatch--neutral.svelte-1kcsyph{background:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-statusHistoryChart__legendSwatch--info.svelte-1kcsyph{background:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-statusHistoryChart__legendSwatch--success.svelte-1kcsyph{background:var(--st-semantic-feedback-success)}.st-statusHistoryChart__legendSwatch--warning.svelte-1kcsyph{background:var(--st-semantic-feedback-warning)}.st-statusHistoryChart__legendSwatch--error.svelte-1kcsyph{background:var(--st-semantic-feedback-error)}.st-statusHistoryChart__legendSwatch--category1.svelte-1kcsyph{background:var(--st-semantic-data-category1)}.st-statusHistoryChart__legendSwatch--category2.svelte-1kcsyph{background:var(--st-semantic-data-category2)}.st-statusHistoryChart__legendSwatch--category3.svelte-1kcsyph{background:var(--st-semantic-data-category3)}.st-statusHistoryChart__legendSwatch--category4.svelte-1kcsyph{background:var(--st-semantic-data-category4)}.st-statusHistoryChart__legendSwatch--category5.svelte-1kcsyph{background:var(--st-semantic-data-category5)}.st-statusHistoryChart__legendSwatch--category6.svelte-1kcsyph{background:var(--st-semantic-data-category6)}.st-statusHistoryChart__legendSwatch--category7.svelte-1kcsyph{background:var(--st-semantic-data-category7)}.st-statusHistoryChart__legendSwatch--category8.svelte-1kcsyph{background:var(--st-semantic-data-category8)}.st-statusHistoryChart__tooltip.svelte-1kcsyph{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-statusHistoryChart__tooltipLabel.svelte-1kcsyph{font-weight:600}.st-statusHistoryChart__tooltipValue.svelte-1kcsyph{opacity:.85}@media (prefers-reduced-motion:reduce){.st-statusHistoryChart__cell.svelte-1kcsyph{transition:none}}.st-eventFeedPanel.svelte-16mn43l{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block}.st-eventFeedPanel__label.svelte-16mn43l{color:var(--st-semantic-text-primary);margin:0 0 var(--st-spacing-2,.5rem) 0;font-size:.75rem;font-weight:600}.st-eventFeedPanel__list.svelte-16mn43l{gap:var(--st-spacing-1,.25rem);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.st-eventFeedPanel__item.svelte-16mn43l{background:var(--st-semantic-surface-subtle);border-left:3px solid var(--st-semantic-border-strong);border-radius:var(--st-radius-sm,.25rem);align-items:flex-start;gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-2,.5rem) var(--st-spacing-3,.75rem);display:flex}.st-eventFeedPanel__item--info.svelte-16mn43l{border-left-color:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-eventFeedPanel__item--success.svelte-16mn43l{border-left-color:var(--st-semantic-feedback-success)}.st-eventFeedPanel__item--warning.svelte-16mn43l{border-left-color:var(--st-semantic-feedback-warning)}.st-eventFeedPanel__item--error.svelte-16mn43l{border-left-color:var(--st-semantic-feedback-error)}.st-eventFeedPanel__item--neutral.svelte-16mn43l{border-left-color:var(--st-semantic-border-strong)}.st-eventFeedPanel__badge.svelte-16mn43l{border-radius:var(--st-radius-full,9999px);flex:none;width:.5rem;height:.5rem;margin-top:.3125rem}.st-eventFeedPanel__badge--info.svelte-16mn43l{background:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-eventFeedPanel__badge--success.svelte-16mn43l{background:var(--st-semantic-feedback-success)}.st-eventFeedPanel__badge--warning.svelte-16mn43l{background:var(--st-semantic-feedback-warning)}.st-eventFeedPanel__badge--error.svelte-16mn43l{background:var(--st-semantic-feedback-error)}.st-eventFeedPanel__badge--neutral.svelte-16mn43l{background:var(--st-semantic-border-strong)}.st-eventFeedPanel__body.svelte-16mn43l{flex-direction:column;gap:.125rem;min-width:0;display:flex}.st-eventFeedPanel__meta.svelte-16mn43l{align-items:baseline;gap:var(--st-spacing-2,.5rem);justify-content:space-between;display:flex}.st-eventFeedPanel__type.svelte-16mn43l{color:var(--st-semantic-text-primary);text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:600}.st-eventFeedPanel__time.svelte-16mn43l{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums;flex:none;font-size:.6875rem}.st-eventFeedPanel__message.svelte-16mn43l{color:var(--st-semantic-text-secondary);margin:0;font-size:.8125rem;line-height:1.35}.st-vectorFieldChart.svelte-sq7wrw{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-vectorFieldChart.svelte-sq7wrw svg:where(.svelte-sq7wrw){display:block;overflow:visible}.st-vectorFieldChart__visual.svelte-sq7wrw{display:block}.st-vectorFieldChart__grid.svelte-sq7wrw{opacity:.7;stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px}.st-vectorFieldChart__axis.svelte-sq7wrw{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-vectorFieldChart__tick.svelte-sq7wrw{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-vectorFieldChart__arrow.svelte-sq7wrw{transition:opacity .12s}.st-vectorFieldChart__arrow--dim.svelte-sq7wrw{opacity:.35}.st-vectorFieldChart__shaft.svelte-sq7wrw{cursor:pointer;stroke:currentColor;stroke-linecap:round;stroke-width:2px}.st-vectorFieldChart__head.svelte-sq7wrw{stroke:currentColor;stroke-linecap:round;stroke-width:2px}.st-vectorFieldChart__arrow--category1.svelte-sq7wrw{color:var(--st-semantic-data-category1)}.st-vectorFieldChart__arrow--category2.svelte-sq7wrw{color:var(--st-semantic-data-category2)}.st-vectorFieldChart__arrow--category3.svelte-sq7wrw{color:var(--st-semantic-data-category3)}.st-vectorFieldChart__arrow--category4.svelte-sq7wrw{color:var(--st-semantic-data-category4)}.st-vectorFieldChart__arrow--category5.svelte-sq7wrw{color:var(--st-semantic-data-category5)}.st-vectorFieldChart__arrow--category6.svelte-sq7wrw{color:var(--st-semantic-data-category6)}.st-vectorFieldChart__arrow--category7.svelte-sq7wrw{color:var(--st-semantic-data-category7)}.st-vectorFieldChart__arrow--category8.svelte-sq7wrw{color:var(--st-semantic-data-category8)}.st-vectorFieldChart__tooltip.svelte-sq7wrw{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-vectorFieldChart__tooltipLabel.svelte-sq7wrw{font-weight:600}.st-vectorFieldChart__tooltipValue.svelte-sq7wrw{opacity:.85}@media (prefers-reduced-motion:reduce){.st-vectorFieldChart__arrow.svelte-sq7wrw{transition:none}}.st-contourChart.svelte-1mymt4h{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-contourChart.svelte-1mymt4h svg:where(.svelte-1mymt4h){display:block;overflow:visible}.st-contourChart__visual.svelte-1mymt4h{display:block}.st-contourChart__grid.svelte-1mymt4h{opacity:.5;stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px}.st-contourChart__axis.svelte-1mymt4h{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-contourChart__tick.svelte-1mymt4h{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-contourChart__cell.svelte-1mymt4h{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:.5px;transition:opacity .12s}.st-contourChart__cell--dim.svelte-1mymt4h{opacity:.35}.st-contourChart__isoline.svelte-1mymt4h{pointer-events:none;stroke:var(--st-semantic-border-strong);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}.st-contourChart__cell--category1.svelte-1mymt4h{fill:var(--st-semantic-data-category1)}.st-contourChart__cell--category2.svelte-1mymt4h{fill:var(--st-semantic-data-category2)}.st-contourChart__cell--category3.svelte-1mymt4h{fill:var(--st-semantic-data-category3)}.st-contourChart__cell--category4.svelte-1mymt4h{fill:var(--st-semantic-data-category4)}.st-contourChart__cell--category5.svelte-1mymt4h{fill:var(--st-semantic-data-category5)}.st-contourChart__cell--category6.svelte-1mymt4h{fill:var(--st-semantic-data-category6)}.st-contourChart__cell--category7.svelte-1mymt4h{fill:var(--st-semantic-data-category7)}.st-contourChart__cell--category8.svelte-1mymt4h{fill:var(--st-semantic-data-category8)}.st-contourChart__legend.svelte-1mymt4h{color:var(--st-semantic-text-secondary);align-items:center;gap:.375rem;margin-top:.5rem;font-size:.6875rem;display:flex}.st-contourChart__legendRamp.svelte-1mymt4h{display:inline-flex}.st-contourChart__legendSwatch.svelte-1mymt4h{width:1.25rem;height:.75rem;display:inline-block}.st-contourChart__legendSwatch--category1.svelte-1mymt4h{background:var(--st-semantic-data-category1)}.st-contourChart__legendSwatch--category2.svelte-1mymt4h{background:var(--st-semantic-data-category2)}.st-contourChart__legendSwatch--category3.svelte-1mymt4h{background:var(--st-semantic-data-category3)}.st-contourChart__legendSwatch--category4.svelte-1mymt4h{background:var(--st-semantic-data-category4)}.st-contourChart__legendSwatch--category5.svelte-1mymt4h{background:var(--st-semantic-data-category5)}.st-contourChart__legendSwatch--category6.svelte-1mymt4h{background:var(--st-semantic-data-category6)}.st-contourChart__legendSwatch--category7.svelte-1mymt4h{background:var(--st-semantic-data-category7)}.st-contourChart__legendSwatch--category8.svelte-1mymt4h{background:var(--st-semantic-data-category8)}.st-contourChart__tooltip.svelte-1mymt4h{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-contourChart__tooltipLabel.svelte-1mymt4h{font-weight:600}.st-contourChart__tooltipValue.svelte-1mymt4h{opacity:.85}@media (prefers-reduced-motion:reduce){.st-contourChart__cell.svelte-1mymt4h{transition:none}}.st-windBarbChart.svelte-2o5roo{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-windBarbChart.svelte-2o5roo svg:where(.svelte-2o5roo){display:block;overflow:visible}.st-windBarbChart__visual.svelte-2o5roo{display:block}.st-windBarbChart__axis.svelte-2o5roo{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-windBarbChart__tick.svelte-2o5roo{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-windBarbChart__barb.svelte-2o5roo{transition:opacity .12s}.st-windBarbChart__barb--dim.svelte-2o5roo{opacity:.35}.st-windBarbChart__shaft.svelte-2o5roo{cursor:pointer;stroke:currentColor;stroke-linecap:round;stroke-width:2px}.st-windBarbChart__feather.svelte-2o5roo{stroke:currentColor;stroke-linecap:round;stroke-width:2px}.st-windBarbChart__barb--category1.svelte-2o5roo{color:var(--st-semantic-data-category1)}.st-windBarbChart__barb--category2.svelte-2o5roo{color:var(--st-semantic-data-category2)}.st-windBarbChart__barb--category3.svelte-2o5roo{color:var(--st-semantic-data-category3)}.st-windBarbChart__barb--category4.svelte-2o5roo{color:var(--st-semantic-data-category4)}.st-windBarbChart__barb--category5.svelte-2o5roo{color:var(--st-semantic-data-category5)}.st-windBarbChart__barb--category6.svelte-2o5roo{color:var(--st-semantic-data-category6)}.st-windBarbChart__barb--category7.svelte-2o5roo{color:var(--st-semantic-data-category7)}.st-windBarbChart__barb--category8.svelte-2o5roo{color:var(--st-semantic-data-category8)}.st-windBarbChart__tooltip.svelte-2o5roo{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-windBarbChart__tooltipLabel.svelte-2o5roo{font-weight:600}.st-windBarbChart__tooltipValue.svelte-2o5roo{opacity:.85}@media (prefers-reduced-motion:reduce){.st-windBarbChart__barb.svelte-2o5roo{transition:none}}.st-renkoChart.svelte-1x974lm{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-renkoChart.svelte-1x974lm svg:where(.svelte-1x974lm){display:block;overflow:visible}.st-renkoChart__visual.svelte-1x974lm{display:block}.st-renkoChart__grid.svelte-1x974lm{opacity:.5;stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px}.st-renkoChart__axis.svelte-1x974lm{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-renkoChart__tick.svelte-1x974lm{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-renkoChart__brick.svelte-1x974lm{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:.5px;transition:opacity .12s}.st-renkoChart__brick--dim.svelte-1x974lm{opacity:.35}.st-renkoChart__brick--up.svelte-1x974lm{fill:var(--st-semantic-feedback-success)}.st-renkoChart__brick--down.svelte-1x974lm{fill:var(--st-semantic-feedback-error)}.st-renkoChart__tooltip.svelte-1x974lm{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-renkoChart__tooltipLabel.svelte-1x974lm{font-weight:600}.st-renkoChart__tooltipValue.svelte-1x974lm{opacity:.85}@media (prefers-reduced-motion:reduce){.st-renkoChart__brick.svelte-1x974lm{transition:none}}.st-pointAndFigureChart.svelte-1tzslk8{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-pointAndFigureChart.svelte-1tzslk8 svg:where(.svelte-1tzslk8){display:block;overflow:visible}.st-pointAndFigureChart__visual.svelte-1tzslk8{display:block}.st-pointAndFigureChart__grid.svelte-1tzslk8{opacity:.5;stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px}.st-pointAndFigureChart__axis.svelte-1tzslk8{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-pointAndFigureChart__tick.svelte-1tzslk8{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-pointAndFigureChart__mark.svelte-1tzslk8{transition:opacity .12s}.st-pointAndFigureChart__mark--dim.svelte-1tzslk8{opacity:.35}.st-pointAndFigureChart__glyph.svelte-1tzslk8{cursor:pointer;fill:none;stroke-linecap:round;stroke-width:2px}.st-pointAndFigureChart__mark--x.svelte-1tzslk8 .st-pointAndFigureChart__glyph:where(.svelte-1tzslk8),.st-pointAndFigureChart__mark--x.st-pointAndFigureChart__glyph.svelte-1tzslk8{stroke:var(--st-semantic-feedback-success)}.st-pointAndFigureChart__mark--o.svelte-1tzslk8 .st-pointAndFigureChart__glyph:where(.svelte-1tzslk8),.st-pointAndFigureChart__mark--o.st-pointAndFigureChart__glyph.svelte-1tzslk8{stroke:var(--st-semantic-feedback-error)}.st-pointAndFigureChart__tooltip.svelte-1tzslk8{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-pointAndFigureChart__tooltipLabel.svelte-1tzslk8{font-weight:600}.st-pointAndFigureChart__tooltipValue.svelte-1tzslk8{opacity:.85}@media (prefers-reduced-motion:reduce){.st-pointAndFigureChart__mark.svelte-1tzslk8{transition:none}}.st-waffleChart.svelte-1ndsdrg{color:var(--st-semantic-text-secondary);max-width:100%;font-family:inherit;display:block;position:relative}.st-waffleChart.svelte-1ndsdrg svg:where(.svelte-1ndsdrg),.st-waffleChart__visual.svelte-1ndsdrg{display:block;overflow:visible}.st-waffleChart__cell.svelte-1ndsdrg{transition:opacity .12s}.st-waffleChart__cell--track.svelte-1ndsdrg{fill:var(--st-semantic-surface-subtle)}.st-waffleChart__cell--neutral.svelte-1ndsdrg{fill:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-waffleChart__cell--info.svelte-1ndsdrg{fill:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-waffleChart__cell--success.svelte-1ndsdrg{fill:var(--st-semantic-feedback-success)}.st-waffleChart__cell--warning.svelte-1ndsdrg{fill:var(--st-semantic-feedback-warning)}.st-waffleChart__cell--error.svelte-1ndsdrg{fill:var(--st-semantic-feedback-error)}.st-waffleChart__cell--category1.svelte-1ndsdrg{fill:var(--st-semantic-data-category1)}.st-waffleChart__cell--category2.svelte-1ndsdrg{fill:var(--st-semantic-data-category2)}.st-waffleChart__cell--category3.svelte-1ndsdrg{fill:var(--st-semantic-data-category3)}.st-waffleChart__cell--category4.svelte-1ndsdrg{fill:var(--st-semantic-data-category4)}.st-waffleChart__cell--category5.svelte-1ndsdrg{fill:var(--st-semantic-data-category5)}.st-waffleChart__cell--category6.svelte-1ndsdrg{fill:var(--st-semantic-data-category6)}.st-waffleChart__cell--category7.svelte-1ndsdrg{fill:var(--st-semantic-data-category7)}.st-waffleChart__cell--category8.svelte-1ndsdrg{fill:var(--st-semantic-data-category8)}.st-waffleChart__legend.svelte-1ndsdrg{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-waffleChart__legendItem.svelte-1ndsdrg{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-waffleChart__legendSwatch.svelte-1ndsdrg{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-waffleChart__legendSwatch--neutral.svelte-1ndsdrg{background:var(--st-semantic-border-strong,var(--st-semantic-surface-subtle))}.st-waffleChart__legendSwatch--info.svelte-1ndsdrg{background:var(--st-semantic-feedback-info,var(--st-semantic-action-primary))}.st-waffleChart__legendSwatch--success.svelte-1ndsdrg{background:var(--st-semantic-feedback-success)}.st-waffleChart__legendSwatch--warning.svelte-1ndsdrg{background:var(--st-semantic-feedback-warning)}.st-waffleChart__legendSwatch--error.svelte-1ndsdrg{background:var(--st-semantic-feedback-error)}.st-waffleChart__legendSwatch--category1.svelte-1ndsdrg{background:var(--st-semantic-data-category1)}.st-waffleChart__legendSwatch--category2.svelte-1ndsdrg{background:var(--st-semantic-data-category2)}.st-waffleChart__legendSwatch--category3.svelte-1ndsdrg{background:var(--st-semantic-data-category3)}.st-waffleChart__legendSwatch--category4.svelte-1ndsdrg{background:var(--st-semantic-data-category4)}.st-waffleChart__legendSwatch--category5.svelte-1ndsdrg{background:var(--st-semantic-data-category5)}.st-waffleChart__legendSwatch--category6.svelte-1ndsdrg{background:var(--st-semantic-data-category6)}.st-waffleChart__legendSwatch--category7.svelte-1ndsdrg{background:var(--st-semantic-data-category7)}.st-waffleChart__legendSwatch--category8.svelte-1ndsdrg{background:var(--st-semantic-data-category8)}@media (prefers-reduced-motion:reduce){.st-waffleChart__cell.svelte-1ndsdrg{transition:none}}.st-colorSwatch.svelte-1xp8t3q{color:var(--st-semantic-text-secondary,inherit);align-items:center;gap:var(--st-spacing-2,.5rem);vertical-align:middle;font-family:inherit;line-height:1;display:inline-flex}.st-colorSwatch__chip.svelte-1xp8t3q{border:var(--st-border-width-thin,1px) solid var(--st-semantic-border-subtle,var(--st-semantic-border-strong,#0000001f));border-radius:var(--st-radius-sm,.25rem);box-sizing:border-box;flex:none;display:inline-block}.st-colorSwatch--circle.svelte-1xp8t3q .st-colorSwatch__chip:where(.svelte-1xp8t3q){border-radius:var(--st-radius-full,999px)}.st-colorSwatch--pill.svelte-1xp8t3q .st-colorSwatch__chip:where(.svelte-1xp8t3q){border-radius:var(--st-radius-pill,var(--st-radius-full,999px))}.st-colorSwatch__label.svelte-1xp8t3q{color:var(--st-semantic-text-primary,inherit);font-variant-numeric:tabular-nums;font-size:.875rem}.st-colorScaleBar.svelte-19toy7n{color:var(--st-semantic-text-secondary,inherit);gap:var(--st-spacing-1,.25rem);flex-direction:column;font-family:inherit;display:inline-flex}.st-colorScaleBar__label.svelte-19toy7n{color:var(--st-semantic-text-primary,inherit);font-size:.875rem;line-height:1.2}.st-colorScaleBar__track.svelte-19toy7n{align-items:center;gap:var(--st-spacing-2,.5rem);display:inline-flex}.st-colorScaleBar--vertical.svelte-19toy7n .st-colorScaleBar__track:where(.svelte-19toy7n){flex-direction:column}.st-colorScaleBar__bar.svelte-19toy7n{border:var(--st-border-width-thin,1px) solid var(--st-semantic-border-subtle,var(--st-semantic-border-strong,#0000001f));border-radius:var(--st-radius-sm,.25rem);box-sizing:border-box}.st-colorScaleBar--horizontal.svelte-19toy7n .st-colorScaleBar__bar:where(.svelte-19toy7n){height:var(--st-colorScaleBar-thickness,.75rem);width:var(--st-colorScaleBar-length,12rem)}.st-colorScaleBar--vertical.svelte-19toy7n .st-colorScaleBar__bar:where(.svelte-19toy7n){height:var(--st-colorScaleBar-length,12rem);width:var(--st-colorScaleBar-thickness,.75rem)}.st-colorScaleBar__end.svelte-19toy7n{color:var(--st-semantic-text-secondary,inherit);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.75rem;line-height:1}.st-ribbonChart.svelte-j4ih1r{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-ribbonChart.svelte-j4ih1r svg:where(.svelte-j4ih1r){display:block;overflow:visible}.st-ribbonChart__visual.svelte-j4ih1r{display:block}.st-ribbonChart__periodLabel.svelte-j4ih1r{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-ribbonChart__ribbon.svelte-j4ih1r{opacity:.34;transition:opacity .12s}.st-ribbonChart__ribbon--dim.svelte-j4ih1r{opacity:.1}.st-ribbonChart__seg.svelte-j4ih1r{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-ribbonChart__seg--dim.svelte-j4ih1r{opacity:.4}.st-ribbonChart__seg--category1.svelte-j4ih1r,.st-ribbonChart__ribbon--category1.svelte-j4ih1r{fill:var(--st-semantic-data-category1)}.st-ribbonChart__seg--category2.svelte-j4ih1r,.st-ribbonChart__ribbon--category2.svelte-j4ih1r{fill:var(--st-semantic-data-category2)}.st-ribbonChart__seg--category3.svelte-j4ih1r,.st-ribbonChart__ribbon--category3.svelte-j4ih1r{fill:var(--st-semantic-data-category3)}.st-ribbonChart__seg--category4.svelte-j4ih1r,.st-ribbonChart__ribbon--category4.svelte-j4ih1r{fill:var(--st-semantic-data-category4)}.st-ribbonChart__seg--category5.svelte-j4ih1r,.st-ribbonChart__ribbon--category5.svelte-j4ih1r{fill:var(--st-semantic-data-category5)}.st-ribbonChart__seg--category6.svelte-j4ih1r,.st-ribbonChart__ribbon--category6.svelte-j4ih1r{fill:var(--st-semantic-data-category6)}.st-ribbonChart__seg--category7.svelte-j4ih1r,.st-ribbonChart__ribbon--category7.svelte-j4ih1r{fill:var(--st-semantic-data-category7)}.st-ribbonChart__seg--category8.svelte-j4ih1r,.st-ribbonChart__ribbon--category8.svelte-j4ih1r{fill:var(--st-semantic-data-category8)}.st-ribbonChart__legend.svelte-j4ih1r{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-ribbonChart__legendItem.svelte-j4ih1r{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-ribbonChart__legendSwatch.svelte-j4ih1r{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-ribbonChart__legendSwatch--category1.svelte-j4ih1r{background:var(--st-semantic-data-category1)}.st-ribbonChart__legendSwatch--category2.svelte-j4ih1r{background:var(--st-semantic-data-category2)}.st-ribbonChart__legendSwatch--category3.svelte-j4ih1r{background:var(--st-semantic-data-category3)}.st-ribbonChart__legendSwatch--category4.svelte-j4ih1r{background:var(--st-semantic-data-category4)}.st-ribbonChart__legendSwatch--category5.svelte-j4ih1r{background:var(--st-semantic-data-category5)}.st-ribbonChart__legendSwatch--category6.svelte-j4ih1r{background:var(--st-semantic-data-category6)}.st-ribbonChart__legendSwatch--category7.svelte-j4ih1r{background:var(--st-semantic-data-category7)}.st-ribbonChart__legendSwatch--category8.svelte-j4ih1r{background:var(--st-semantic-data-category8)}.st-ribbonChart__tooltip.svelte-j4ih1r{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-ribbonChart__tooltipLabel.svelte-j4ih1r{font-weight:600}.st-ribbonChart__tooltipValue.svelte-j4ih1r{opacity:.85}@media (prefers-reduced-motion:reduce){.st-ribbonChart__seg.svelte-j4ih1r,.st-ribbonChart__ribbon.svelte-j4ih1r{transition:none}}.st-anomalySwimLaneChart.svelte-55w4me{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-anomalySwimLaneChart.svelte-55w4me svg:where(.svelte-55w4me){display:block;overflow:visible}.st-anomalySwimLaneChart__visual.svelte-55w4me{display:block}.st-anomalySwimLaneChart__axis.svelte-55w4me{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-anomalySwimLaneChart__tickLabel.svelte-55w4me,.st-anomalySwimLaneChart__jobLabel.svelte-55w4me{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-anomalySwimLaneChart__cell.svelte-55w4me{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-anomalySwimLaneChart__cell--dim.svelte-55w4me{opacity:.4}.st-anomalySwimLaneChart__cell--category1.svelte-55w4me,.st-anomalySwimLaneChart__legendSwatch--category1.svelte-55w4me{fill:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-anomalySwimLaneChart__cell--category2.svelte-55w4me,.st-anomalySwimLaneChart__legendSwatch--category2.svelte-55w4me{fill:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-anomalySwimLaneChart__cell--category3.svelte-55w4me,.st-anomalySwimLaneChart__legendSwatch--category3.svelte-55w4me{fill:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-anomalySwimLaneChart__cell--category4.svelte-55w4me,.st-anomalySwimLaneChart__legendSwatch--category4.svelte-55w4me{fill:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-anomalySwimLaneChart__cell--category5.svelte-55w4me,.st-anomalySwimLaneChart__legendSwatch--category5.svelte-55w4me{fill:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-anomalySwimLaneChart__cell--category6.svelte-55w4me,.st-anomalySwimLaneChart__legendSwatch--category6.svelte-55w4me{fill:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-anomalySwimLaneChart__cell--category7.svelte-55w4me,.st-anomalySwimLaneChart__legendSwatch--category7.svelte-55w4me{fill:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-anomalySwimLaneChart__cell--category8.svelte-55w4me,.st-anomalySwimLaneChart__legendSwatch--category8.svelte-55w4me{fill:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-anomalySwimLaneChart__legend.svelte-55w4me{align-items:center;gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-anomalySwimLaneChart__legendRamp.svelte-55w4me{grid-template-columns:repeat(8,minmax(.75rem,1fr));min-width:8rem;display:inline-grid}.st-anomalySwimLaneChart__legendSwatch.svelte-55w4me{height:.5rem;display:block}.st-anomalySwimLaneChart__legendText.svelte-55w4me{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-anomalySwimLaneChart__tooltip.svelte-55w4me{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-anomalySwimLaneChart__tooltipLabel.svelte-55w4me{font-weight:600}.st-anomalySwimLaneChart__tooltipValue.svelte-55w4me{opacity:.85}@media (prefers-reduced-motion:reduce){.st-anomalySwimLaneChart__cell.svelte-55w4me{transition:none}}.st-flamegraphChart.svelte-j9dtwe{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-flamegraphChart.svelte-j9dtwe svg:where(.svelte-j9dtwe){display:block;overflow:visible}.st-flamegraphChart__visual.svelte-j9dtwe{display:block}.st-flamegraphChart__frame.svelte-j9dtwe{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-flamegraphChart__frame--dim.svelte-j9dtwe{opacity:.4}.st-flamegraphChart__frame--category1.svelte-j9dtwe{fill:var(--st-semantic-data-category1)}.st-flamegraphChart__frame--category2.svelte-j9dtwe{fill:var(--st-semantic-data-category2)}.st-flamegraphChart__frame--category3.svelte-j9dtwe{fill:var(--st-semantic-data-category3)}.st-flamegraphChart__frame--category4.svelte-j9dtwe{fill:var(--st-semantic-data-category4)}.st-flamegraphChart__frame--category5.svelte-j9dtwe{fill:var(--st-semantic-data-category5)}.st-flamegraphChart__frame--category6.svelte-j9dtwe{fill:var(--st-semantic-data-category6)}.st-flamegraphChart__frame--category7.svelte-j9dtwe{fill:var(--st-semantic-data-category7)}.st-flamegraphChart__frame--category8.svelte-j9dtwe{fill:var(--st-semantic-data-category8)}.st-flamegraphChart__label.svelte-j9dtwe{fill:var(--st-semantic-text-inverse,#fff);pointer-events:none;font-size:.6875rem}.st-flamegraphChart__tooltip.svelte-j9dtwe{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-flamegraphChart__tooltipLabel.svelte-j9dtwe{font-weight:600}.st-flamegraphChart__tooltipValue.svelte-j9dtwe{opacity:.85}@media (prefers-reduced-motion:reduce){.st-flamegraphChart__frame.svelte-j9dtwe{transition:none}}.st-traceWaterfallChart.svelte-1bgl5xq{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-traceWaterfallChart.svelte-1bgl5xq svg:where(.svelte-1bgl5xq){display:block;overflow:visible}.st-traceWaterfallChart__visual.svelte-1bgl5xq{display:block}.st-traceWaterfallChart__axis.svelte-1bgl5xq{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-traceWaterfallChart__grid.svelte-1bgl5xq{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-traceWaterfallChart__tickLabel.svelte-1bgl5xq,.st-traceWaterfallChart__spanLabel.svelte-1bgl5xq{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-traceWaterfallChart__bar.svelte-1bgl5xq{cursor:pointer;transition:opacity .12s}.st-traceWaterfallChart__bar--dim.svelte-1bgl5xq{opacity:.4}.st-traceWaterfallChart__bar--category1.svelte-1bgl5xq{fill:var(--st-semantic-data-category1)}.st-traceWaterfallChart__bar--category2.svelte-1bgl5xq{fill:var(--st-semantic-data-category2)}.st-traceWaterfallChart__bar--category3.svelte-1bgl5xq{fill:var(--st-semantic-data-category3)}.st-traceWaterfallChart__bar--category4.svelte-1bgl5xq{fill:var(--st-semantic-data-category4)}.st-traceWaterfallChart__bar--category5.svelte-1bgl5xq{fill:var(--st-semantic-data-category5)}.st-traceWaterfallChart__bar--category6.svelte-1bgl5xq{fill:var(--st-semantic-data-category6)}.st-traceWaterfallChart__bar--category7.svelte-1bgl5xq{fill:var(--st-semantic-data-category7)}.st-traceWaterfallChart__bar--category8.svelte-1bgl5xq{fill:var(--st-semantic-data-category8)}.st-traceWaterfallChart__legend.svelte-1bgl5xq{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-traceWaterfallChart__legendItem.svelte-1bgl5xq{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;line-height:1;display:inline-flex}.st-traceWaterfallChart__legendSwatch.svelte-1bgl5xq{border-radius:var(--st-radius-sm,.25rem);width:.625rem;height:.625rem;display:inline-block}.st-traceWaterfallChart__legendSwatch--category1.svelte-1bgl5xq{background:var(--st-semantic-data-category1)}.st-traceWaterfallChart__legendSwatch--category2.svelte-1bgl5xq{background:var(--st-semantic-data-category2)}.st-traceWaterfallChart__legendSwatch--category3.svelte-1bgl5xq{background:var(--st-semantic-data-category3)}.st-traceWaterfallChart__legendSwatch--category4.svelte-1bgl5xq{background:var(--st-semantic-data-category4)}.st-traceWaterfallChart__legendSwatch--category5.svelte-1bgl5xq{background:var(--st-semantic-data-category5)}.st-traceWaterfallChart__legendSwatch--category6.svelte-1bgl5xq{background:var(--st-semantic-data-category6)}.st-traceWaterfallChart__legendSwatch--category7.svelte-1bgl5xq{background:var(--st-semantic-data-category7)}.st-traceWaterfallChart__legendSwatch--category8.svelte-1bgl5xq{background:var(--st-semantic-data-category8)}.st-traceWaterfallChart__tooltip.svelte-1bgl5xq{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-traceWaterfallChart__tooltipLabel.svelte-1bgl5xq{font-weight:600}.st-traceWaterfallChart__tooltipValue.svelte-1bgl5xq{opacity:.85}@media (prefers-reduced-motion:reduce){.st-traceWaterfallChart__bar.svelte-1bgl5xq{transition:none}}.st-decompositionTreeChart.svelte-x3l4wy{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-decompositionTreeChart.svelte-x3l4wy svg:where(.svelte-x3l4wy){display:block;overflow:visible}.st-decompositionTreeChart__visual.svelte-x3l4wy{display:block}.st-decompositionTreeChart__link.svelte-x3l4wy{fill:none;stroke:var(--st-semantic-border-subtle);stroke-width:1.5px;transition:opacity .12s}.st-decompositionTreeChart__link--dim.svelte-x3l4wy{opacity:.3}.st-decompositionTreeChart__bar.svelte-x3l4wy{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-decompositionTreeChart__bar--dim.svelte-x3l4wy{opacity:.4}.st-decompositionTreeChart__bar--category1.svelte-x3l4wy{fill:var(--st-semantic-data-category1)}.st-decompositionTreeChart__bar--category2.svelte-x3l4wy{fill:var(--st-semantic-data-category2)}.st-decompositionTreeChart__bar--category3.svelte-x3l4wy{fill:var(--st-semantic-data-category3)}.st-decompositionTreeChart__bar--category4.svelte-x3l4wy{fill:var(--st-semantic-data-category4)}.st-decompositionTreeChart__bar--category5.svelte-x3l4wy{fill:var(--st-semantic-data-category5)}.st-decompositionTreeChart__bar--category6.svelte-x3l4wy{fill:var(--st-semantic-data-category6)}.st-decompositionTreeChart__bar--category7.svelte-x3l4wy{fill:var(--st-semantic-data-category7)}.st-decompositionTreeChart__bar--category8.svelte-x3l4wy{fill:var(--st-semantic-data-category8)}.st-decompositionTreeChart__label.svelte-x3l4wy{fill:var(--st-semantic-text-inverse,#fff);pointer-events:none;font-size:.6875rem}.st-decompositionTreeChart__tooltip.svelte-x3l4wy{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-decompositionTreeChart__tooltipLabel.svelte-x3l4wy{font-weight:600}.st-decompositionTreeChart__tooltipValue.svelte-x3l4wy{opacity:.85}@media (prefers-reduced-motion:reduce){.st-decompositionTreeChart__bar.svelte-x3l4wy,.st-decompositionTreeChart__link.svelte-x3l4wy{transition:none}}.st-density2DChart.svelte-1bjbn21{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-density2DChart.svelte-1bjbn21 svg:where(.svelte-1bjbn21){display:block;overflow:visible}.st-density2DChart__visual.svelte-1bjbn21{display:block}.st-density2DChart__axis.svelte-1bjbn21{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-density2DChart__tickLabel.svelte-1bjbn21{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-density2DChart__cell.svelte-1bjbn21{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:.5px;transition:opacity .12s}.st-density2DChart__cell--dim.svelte-1bjbn21{opacity:.4}.st-density2DChart__cell--category1.svelte-1bjbn21,.st-density2DChart__legendSwatch--category1.svelte-1bjbn21{fill:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-density2DChart__cell--category2.svelte-1bjbn21,.st-density2DChart__legendSwatch--category2.svelte-1bjbn21{fill:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-density2DChart__cell--category3.svelte-1bjbn21,.st-density2DChart__legendSwatch--category3.svelte-1bjbn21{fill:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-density2DChart__cell--category4.svelte-1bjbn21,.st-density2DChart__legendSwatch--category4.svelte-1bjbn21{fill:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-density2DChart__cell--category5.svelte-1bjbn21,.st-density2DChart__legendSwatch--category5.svelte-1bjbn21{fill:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-density2DChart__cell--category6.svelte-1bjbn21,.st-density2DChart__legendSwatch--category6.svelte-1bjbn21{fill:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-density2DChart__cell--category7.svelte-1bjbn21,.st-density2DChart__legendSwatch--category7.svelte-1bjbn21{fill:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-density2DChart__cell--category8.svelte-1bjbn21,.st-density2DChart__legendSwatch--category8.svelte-1bjbn21{fill:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-density2DChart__legend.svelte-1bjbn21{align-items:center;gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-density2DChart__legendRamp.svelte-1bjbn21{grid-template-columns:repeat(8,minmax(.75rem,1fr));min-width:8rem;display:inline-grid}.st-density2DChart__legendSwatch.svelte-1bjbn21{height:.5rem;display:block}.st-density2DChart__legendText.svelte-1bjbn21{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-density2DChart__tooltip.svelte-1bjbn21{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-density2DChart__tooltipLabel.svelte-1bjbn21{font-weight:600}.st-density2DChart__tooltipValue.svelte-1bjbn21{opacity:.85}@media (prefers-reduced-motion:reduce){.st-density2DChart__cell.svelte-1bjbn21{transition:none}}.st-geoMap.svelte-43fbwi{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-geoMap.svelte-43fbwi svg:where(.svelte-43fbwi),.st-geoMap__visual.svelte-43fbwi{display:block}.st-geoMap__frame.svelte-43fbwi{fill:var(--st-semantic-surface-default,Canvas);stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-geoMap__feature.svelte-43fbwi{stroke-width:1.5px;transition:fill-opacity .12s}.st-geoMap__feature--category1.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category1) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category1)}.st-geoMap__feature--category2.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category2) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category2)}.st-geoMap__feature--category3.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category3) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category3)}.st-geoMap__feature--category4.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category4) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category4)}.st-geoMap__feature--category5.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category5) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category5)}.st-geoMap__feature--category6.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category6) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category6)}.st-geoMap__feature--category7.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category7) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category7)}.st-geoMap__feature--category8.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category8) var(--st-geoMap-mix,34%), transparent);stroke:var(--st-semantic-data-category8)}.st-geoMap__feature--line.svelte-43fbwi{fill:none}.st-geoMap__region.svelte-43fbwi{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-geoMap__region--empty.svelte-43fbwi{fill:var(--st-semantic-surface-default,Canvas)}.st-geoMap__region--category1.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category1) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category2.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category2) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category3.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category3) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category4.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category4) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category5.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category5) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category6.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category6) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category7.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category7) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__region--category8.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category8) var(--st-geoMap-mix,60%), transparent)}.st-geoMap__point.svelte-43fbwi{fill-opacity:.82}.st-geoMap__point--category1.svelte-43fbwi{fill:var(--st-semantic-data-category1)}.st-geoMap__point--category2.svelte-43fbwi{fill:var(--st-semantic-data-category2)}.st-geoMap__point--category3.svelte-43fbwi{fill:var(--st-semantic-data-category3)}.st-geoMap__point--category4.svelte-43fbwi{fill:var(--st-semantic-data-category4)}.st-geoMap__point--category5.svelte-43fbwi{fill:var(--st-semantic-data-category5)}.st-geoMap__point--category6.svelte-43fbwi{fill:var(--st-semantic-data-category6)}.st-geoMap__point--category7.svelte-43fbwi{fill:var(--st-semantic-data-category7)}.st-geoMap__point--category8.svelte-43fbwi{fill:var(--st-semantic-data-category8)}.st-geoMap__density--category1.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category1) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category2.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category2) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category3.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category3) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category4.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category4) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category5.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category5) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category6.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category6) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category7.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category7) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__density--category8.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category8) var(--st-geoMap-mix,45%), transparent)}.st-geoMap__flow.svelte-43fbwi{fill:none;stroke-linecap:round;stroke-opacity:.62}.st-geoMap__flow--category1.svelte-43fbwi{stroke:var(--st-semantic-data-category1)}.st-geoMap__flow--category2.svelte-43fbwi{stroke:var(--st-semantic-data-category2)}.st-geoMap__flow--category3.svelte-43fbwi{stroke:var(--st-semantic-data-category3)}.st-geoMap__flow--category4.svelte-43fbwi{stroke:var(--st-semantic-data-category4)}.st-geoMap__flow--category5.svelte-43fbwi{stroke:var(--st-semantic-data-category5)}.st-geoMap__flow--category6.svelte-43fbwi{stroke:var(--st-semantic-data-category6)}.st-geoMap__flow--category7.svelte-43fbwi{stroke:var(--st-semantic-data-category7)}.st-geoMap__flow--category8.svelte-43fbwi{stroke:var(--st-semantic-data-category8)}.st-geoMap__hexbin--category1.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category1) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category2.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category2) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category3.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category3) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category4.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category4) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category5.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category5) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category6.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category6) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category7.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category7) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__hexbin--category8.svelte-43fbwi{fill:color-mix(in srgb, var(--st-semantic-data-category8) var(--st-geoMap-mix,72%), transparent)}.st-geoMap__cluster--category1.svelte-43fbwi{color:var(--st-semantic-data-category1)}.st-geoMap__cluster--category2.svelte-43fbwi{color:var(--st-semantic-data-category2)}.st-geoMap__cluster--category3.svelte-43fbwi{color:var(--st-semantic-data-category3)}.st-geoMap__cluster--category4.svelte-43fbwi{color:var(--st-semantic-data-category4)}.st-geoMap__cluster--category5.svelte-43fbwi{color:var(--st-semantic-data-category5)}.st-geoMap__cluster--category6.svelte-43fbwi{color:var(--st-semantic-data-category6)}.st-geoMap__cluster--category7.svelte-43fbwi{color:var(--st-semantic-data-category7)}.st-geoMap__cluster--category8.svelte-43fbwi{color:var(--st-semantic-data-category8)}.st-geoMap__clusterDot.svelte-43fbwi{fill:currentColor;fill-opacity:.78}.st-geoMap__clusterRing.svelte-43fbwi{fill:none;stroke:currentColor;stroke-width:1.5px}@media (prefers-reduced-motion:reduce){.st-geoMap__feature.svelte-43fbwi{transition:none}}.st-heatmapChart.svelte-1plw6sn{--st-heatmapChart-ramp-base:var(--st-semantic-data-category1);--st-heatmapChart-ramp-1:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 86%, var(--st-heatmapChart-ramp-base) 14%);--st-heatmapChart-ramp-2:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 74%, var(--st-heatmapChart-ramp-base) 26%);--st-heatmapChart-ramp-3:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 62%, var(--st-heatmapChart-ramp-base) 38%);--st-heatmapChart-ramp-4:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 50%, var(--st-heatmapChart-ramp-base) 50%);--st-heatmapChart-ramp-5:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 38%, var(--st-heatmapChart-ramp-base) 62%);--st-heatmapChart-ramp-6:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 26%, var(--st-heatmapChart-ramp-base) 74%);--st-heatmapChart-ramp-7:color-mix(in srgb, var(--st-semantic-surface-default,Canvas) 14%, var(--st-heatmapChart-ramp-base) 86%);--st-heatmapChart-ramp-8:var(--st-heatmapChart-ramp-base);color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-heatmapChart.svelte-1plw6sn svg:where(.svelte-1plw6sn),.st-heatmapChart__visual.svelte-1plw6sn{display:block;overflow:visible}.st-heatmapChart__plot.svelte-1plw6sn{fill:none;stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-heatmapChart__axisLabel.svelte-1plw6sn{fill:var(--st-semantic-text-secondary);font-size:.75rem}.st-heatmapChart__cell.svelte-1plw6sn{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-heatmapChart__cell--dim.svelte-1plw6sn{opacity:.45}@media (prefers-reduced-motion:reduce){.st-heatmapChart__cell.svelte-1plw6sn{transition:none}}.st-heatmapChart__cell--category1.svelte-1plw6sn,.st-heatmapChart__legendSwatch--category1.svelte-1plw6sn{fill:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-heatmapChart__cell--category2.svelte-1plw6sn,.st-heatmapChart__legendSwatch--category2.svelte-1plw6sn{fill:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-heatmapChart__cell--category3.svelte-1plw6sn,.st-heatmapChart__legendSwatch--category3.svelte-1plw6sn{fill:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-heatmapChart__cell--category4.svelte-1plw6sn,.st-heatmapChart__legendSwatch--category4.svelte-1plw6sn{fill:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-heatmapChart__cell--category5.svelte-1plw6sn,.st-heatmapChart__legendSwatch--category5.svelte-1plw6sn{fill:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-heatmapChart__cell--category6.svelte-1plw6sn,.st-heatmapChart__legendSwatch--category6.svelte-1plw6sn{fill:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-heatmapChart__cell--category7.svelte-1plw6sn,.st-heatmapChart__legendSwatch--category7.svelte-1plw6sn{fill:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-heatmapChart__cell--category8.svelte-1plw6sn,.st-heatmapChart__legendSwatch--category8.svelte-1plw6sn{fill:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__cell--category1:where(.svelte-1plw6sn),.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__legendSwatch--category1:where(.svelte-1plw6sn){fill:var(--st-heatmapChart-ramp-1);background:var(--st-heatmapChart-ramp-1)}.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__cell--category2:where(.svelte-1plw6sn),.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__legendSwatch--category2:where(.svelte-1plw6sn){fill:var(--st-heatmapChart-ramp-2);background:var(--st-heatmapChart-ramp-2)}.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__cell--category3:where(.svelte-1plw6sn),.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__legendSwatch--category3:where(.svelte-1plw6sn){fill:var(--st-heatmapChart-ramp-3);background:var(--st-heatmapChart-ramp-3)}.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__cell--category4:where(.svelte-1plw6sn),.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__legendSwatch--category4:where(.svelte-1plw6sn){fill:var(--st-heatmapChart-ramp-4);background:var(--st-heatmapChart-ramp-4)}.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__cell--category5:where(.svelte-1plw6sn),.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__legendSwatch--category5:where(.svelte-1plw6sn){fill:var(--st-heatmapChart-ramp-5);background:var(--st-heatmapChart-ramp-5)}.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__cell--category6:where(.svelte-1plw6sn),.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__legendSwatch--category6:where(.svelte-1plw6sn){fill:var(--st-heatmapChart-ramp-6);background:var(--st-heatmapChart-ramp-6)}.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__cell--category7:where(.svelte-1plw6sn),.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__legendSwatch--category7:where(.svelte-1plw6sn){fill:var(--st-heatmapChart-ramp-7);background:var(--st-heatmapChart-ramp-7)}.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__cell--category8:where(.svelte-1plw6sn),.st-heatmapChart--sequential.svelte-1plw6sn .st-heatmapChart__legendSwatch--category8:where(.svelte-1plw6sn){fill:var(--st-heatmapChart-ramp-8);background:var(--st-heatmapChart-ramp-8)}.st-heatmapChart__legend.svelte-1plw6sn{align-items:center;gap:var(--st-spacing-2,.5rem);margin-top:var(--st-spacing-2,.5rem);display:flex}.st-heatmapChart__legendRamp.svelte-1plw6sn{grid-template-columns:repeat(8,minmax(.75rem,1fr));min-width:8rem;display:inline-grid}.st-heatmapChart__legendSwatch.svelte-1plw6sn{height:.5rem;display:block}.st-heatmapChart__legendText.svelte-1plw6sn{color:var(--st-semantic-text-secondary);font-size:.75rem}.st-heatmapChart__tooltip.svelte-1plw6sn{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-heatmapChart__tooltipLabel.svelte-1plw6sn{font-weight:600}.st-heatmapChart__tooltipValue.svelte-1plw6sn{opacity:.85}.st-histogramChart.svelte-ggdsmd{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-histogramChart.svelte-ggdsmd svg:where(.svelte-ggdsmd),.st-histogramChart__visual.svelte-ggdsmd{display:block;overflow:visible}.st-histogramChart__axis.svelte-ggdsmd{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-histogramChart__label.svelte-ggdsmd{fill:var(--st-semantic-text-secondary);font-size:.7rem}.st-histogramChart__bar.svelte-ggdsmd{cursor:pointer;transition:opacity .12s}.st-histogramChart__bar--dim.svelte-ggdsmd{opacity:.45}@media (prefers-reduced-motion:reduce){.st-histogramChart__bar.svelte-ggdsmd{transition:none}}.st-histogramChart__bar--category1.svelte-ggdsmd{fill:var(--st-semantic-data-category1)}.st-histogramChart__bar--category2.svelte-ggdsmd{fill:var(--st-semantic-data-category2)}.st-histogramChart__bar--category3.svelte-ggdsmd{fill:var(--st-semantic-data-category3)}.st-histogramChart__bar--category4.svelte-ggdsmd{fill:var(--st-semantic-data-category4)}.st-histogramChart__bar--category5.svelte-ggdsmd{fill:var(--st-semantic-data-category5)}.st-histogramChart__bar--category6.svelte-ggdsmd{fill:var(--st-semantic-data-category6)}.st-histogramChart__bar--category7.svelte-ggdsmd{fill:var(--st-semantic-data-category7)}.st-histogramChart__bar--category8.svelte-ggdsmd{fill:var(--st-semantic-data-category8)}.st-histogramChart__tooltip.svelte-ggdsmd{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-histogramChart__tooltipLabel.svelte-ggdsmd{font-weight:600}.st-histogramChart__tooltipValue.svelte-ggdsmd{opacity:.85}.st-field.svelte-aokvib{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:var(--st-component-field-gap,.5rem);max-width:var(--st-component-field-maxWidth,28rem);display:grid}.st-field__control.svelte-aokvib{gap:var(--st-component-field-gap,.5rem);display:grid}.st-field__label.svelte-aokvib{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-aokvib,.st-field__error.svelte-aokvib{font-size:.8125rem;line-height:1.4}.st-field__help.svelte-aokvib{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary))}.st-field__error.svelte-aokvib{color:var(--st-component-field-errorText,var(--st-semantic-feedback-error))}.st-control.svelte-aokvib{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-width:0;padding:var(--st-component-control-anatomy-density-md-paddingBlock,0) var(--st-component-control-anatomy-density-sm-paddingInline,.75rem);cursor:var(--st-cursor-text,text);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-control--sm.svelte-aokvib{min-height:var(--st-component-control-anatomy-density-sm-controlHeight,var(--st-component-control-smHeight,2rem));font-size:.8125rem}.st-control--md.svelte-aokvib{min-height:var(--st-component-control-anatomy-density-md-controlHeight,var(--st-component-control-mdHeight,2.5rem));font-size:.875rem}.st-control--lg.svelte-aokvib{min-height:var(--st-component-control-anatomy-density-lg-controlHeight,var(--st-component-control-lgHeight,3rem));font-size:1rem}.st-control.svelte-aokvib::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-control.svelte-aokvib: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-control.svelte-aokvib: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-control[aria-invalid=true].svelte-aokvib{border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-control.svelte-aokvib:disabled{background:var(--st-component-control-disabledBackground,var(--st-semantic-surface-subtle));color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:var(--st-cursor-disabled,not-allowed)}.st-sparkline.svelte-1v3ezty{vertical-align:middle;line-height:0;display:inline-flex}.st-sparkline.svelte-1v3ezty svg:where(.svelte-1v3ezty){display:block}.st-sparkline--neutral.svelte-1v3ezty{color:var(--st-component-sparkline-neutralStroke,var(--st-semantic-text-secondary))}.st-sparkline--success.svelte-1v3ezty{color:var(--st-component-sparkline-successStroke,var(--st-semantic-feedback-success))}.st-sparkline--warning.svelte-1v3ezty{color:var(--st-component-sparkline-warningStroke,var(--st-semantic-feedback-warning))}.st-sparkline--error.svelte-1v3ezty{color:var(--st-component-sparkline-errorStroke,var(--st-semantic-feedback-error))}.st-sparkline__line.svelte-1v3ezty{stroke:currentColor}.st-sparkline__area.svelte-1v3ezty{fill:currentColor;opacity:.18;stroke:none}.st-kpiCard.svelte-19nw54j{background:var(--st-component-card-background,var(--st-semantic-surface-raised));border-width:var(--st-component-card-anatomy-shape-borderWidth,1px);border-style:var(--st-component-card-anatomy-shape-borderStyle,solid);border-color:var(--st-component-card-border,var(--st-semantic-border-subtle));border-radius:var(--st-component-card-anatomy-shape-radius,.5rem);box-shadow:var(--st-component-card-shadow,0 1px 2px #0f172a14);color:var(--st-semantic-text-primary);gap:var(--st-spacing-2,.5rem);padding:var(--st-spacing-4,1rem);flex-direction:column;display:flex}.st-kpiCard--sm.svelte-19nw54j{gap:var(--st-spacing-1,.25rem);padding:var(--st-spacing-3,.75rem)}.st-kpiCard--lg.svelte-19nw54j{gap:var(--st-spacing-3,.75rem);padding:var(--st-spacing-6,1.5rem)}.st-kpiCard--toned.svelte-19nw54j{border-inline-start-width:var(--st-spacing-1,.25rem)}.st-kpiCard__label.svelte-19nw54j{color:var(--st-semantic-text-secondary);margin:0;font-size:.8125rem;font-weight:500;line-height:1.25}.st-kpiCard--lg.svelte-19nw54j .st-kpiCard__label:where(.svelte-19nw54j){font-size:.875rem}.st-kpiCard__value.svelte-19nw54j{color:var(--st-semantic-text-primary);align-items:baseline;gap:var(--st-spacing-1,.25rem);flex-wrap:wrap;margin:0;display:flex}.st-kpiCard.st-cell.svelte-19nw54j{padding:var(--st-spacing-4,1rem)}.st-kpiCard.st-cell.svelte-19nw54j .st-kpiCard__value:where(.svelte-19nw54j){align-items:center}.st-kpiCard.st-cell.svelte-19nw54j .st-kpiCard__number:where(.svelte-19nw54j){color:inherit}.st-cell--intent-positive.svelte-19nw54j{background:color-mix(in srgb, var(--st-semantic-feedback-success) 14%, white);color:var(--st-semantic-feedback-success)}.st-cell--intent-negative.svelte-19nw54j{background:color-mix(in srgb, var(--st-semantic-feedback-error) 14%, white);color:var(--st-semantic-feedback-error)}.st-cell--intent-warning.svelte-19nw54j{background:color-mix(in srgb, var(--st-semantic-feedback-warning) 14%, white);color:var(--st-semantic-feedback-warning)}.st-cell--intent-info.svelte-19nw54j{background:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, white);color:var(--st-semantic-feedback-info)}.st-cell--intent-neutral.svelte-19nw54j{background:var(--st-semantic-surface-subtle);color:var(--st-semantic-text-secondary)}.st-kpiCard__number.svelte-19nw54j{letter-spacing:-.01em;font-size:1.5rem;font-weight:700;line-height:1.1}.st-kpiCard--sm.svelte-19nw54j .st-kpiCard__number:where(.svelte-19nw54j){font-size:1.25rem}.st-kpiCard--lg.svelte-19nw54j .st-kpiCard__number:where(.svelte-19nw54j){font-size:2.25rem}.st-kpiCard__unit.svelte-19nw54j{color:var(--st-semantic-text-secondary);font-size:.875rem;font-weight:500}.st-kpiCard__footer.svelte-19nw54j{align-items:center;gap:var(--st-spacing-3,.75rem);flex-wrap:wrap;justify-content:space-between;display:flex}.st-kpiCard__delta.svelte-19nw54j{align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.8125rem;font-weight:600;line-height:1;display:inline-flex}.st-kpiCard__arrow.svelte-19nw54j{flex:none;display:block}.st-kpiCard__delta--up.svelte-19nw54j{color:var(--st-semantic-feedback-success)}.st-kpiCard__delta--down.svelte-19nw54j{color:var(--st-semantic-feedback-error)}.st-kpiCard__delta--flat.svelte-19nw54j{color:var(--st-semantic-text-secondary)}.st-kpiCard--category1.svelte-19nw54j{border-inline-start-color:var(--st-semantic-data-category1)}.st-kpiCard--category2.svelte-19nw54j{border-inline-start-color:var(--st-semantic-data-category2)}.st-kpiCard--category3.svelte-19nw54j{border-inline-start-color:var(--st-semantic-data-category3)}.st-kpiCard--category4.svelte-19nw54j{border-inline-start-color:var(--st-semantic-data-category4)}.st-kpiCard--category5.svelte-19nw54j{border-inline-start-color:var(--st-semantic-data-category5)}.st-kpiCard--category6.svelte-19nw54j{border-inline-start-color:var(--st-semantic-data-category6)}.st-kpiCard--category7.svelte-19nw54j{border-inline-start-color:var(--st-semantic-data-category7)}.st-kpiCard--category8.svelte-19nw54j{border-inline-start-color:var(--st-semantic-data-category8)}.st-lineChart.svelte-18cx4ap{color:var(--st-semantic-data-category1);width:100%;font-family:inherit;display:block;position:relative}.st-lineChart--category1.svelte-18cx4ap{color:var(--st-semantic-data-category1)}.st-lineChart--category2.svelte-18cx4ap{color:var(--st-semantic-data-category2)}.st-lineChart--category3.svelte-18cx4ap{color:var(--st-semantic-data-category3)}.st-lineChart--category4.svelte-18cx4ap{color:var(--st-semantic-data-category4)}.st-lineChart--category5.svelte-18cx4ap{color:var(--st-semantic-data-category5)}.st-lineChart--category6.svelte-18cx4ap{color:var(--st-semantic-data-category6)}.st-lineChart--category7.svelte-18cx4ap{color:var(--st-semantic-data-category7)}.st-lineChart--category8.svelte-18cx4ap{color:var(--st-semantic-data-category8)}.st-lineChart.svelte-18cx4ap svg:where(.svelte-18cx4ap){display:block;overflow:visible}.st-lineChart__visual.svelte-18cx4ap{display:block;position:relative}.st-lineChart__grid.svelte-18cx4ap{stroke:var(--st-component-lineChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-lineChart__axis.svelte-18cx4ap{stroke:var(--st-component-lineChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-lineChart__tickLabel.svelte-18cx4ap{fill:var(--st-component-lineChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-lineChart__line.svelte-18cx4ap{stroke:currentColor}.st-lineChart__line--forecast.svelte-18cx4ap{stroke:var(--st-component-lineChart-forecastStroke,var(--st-semantic-data-category7));stroke-dasharray:5 4}.st-lineChart__area.svelte-18cx4ap{fill:currentColor;opacity:.18;stroke:none}.st-lineChart__dot.svelte-18cx4ap{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:1.5px;cursor:pointer;transition:r .12s}.st-lineChart__dot.svelte-18cx4ap:hover{r:5.5}.st-lineChart__dot--forecast.svelte-18cx4ap{fill:var(--st-component-lineChart-forecastStroke,var(--st-semantic-data-category7))}@media (prefers-reduced-motion:reduce){.st-lineChart__dot.svelte-18cx4ap{transition:none}}.st-lineChart__tooltip.svelte-18cx4ap{background:var(--st-component-lineChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-lineChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-lineChart__tooltipLabel.svelte-18cx4ap{font-weight:600}.st-lineChart__tooltipValue.svelte-18cx4ap{opacity:.85}.st-lineChart__band.svelte-18cx4ap{fill:color-mix(in srgb, var(--st-overlay-tone,var(--st-semantic-border-strong)) 12%, transparent);stroke:none}.st-lineChart__band--neutral.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-border-strong)}.st-lineChart__band--success.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-feedback-success)}.st-lineChart__band--warning.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-feedback-warning)}.st-lineChart__band--error.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-feedback-error)}.st-lineChart__band--info.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-feedback-info)}.st-lineChart__refLine.svelte-18cx4ap{stroke:var(--st-overlay-tone,var(--st-semantic-border-strong));stroke-width:1px;stroke-dasharray:4 3}.st-lineChart__refLine--neutral.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-border-strong)}.st-lineChart__refLine--success.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-feedback-success)}.st-lineChart__refLine--warning.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-feedback-warning)}.st-lineChart__refLine--error.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-feedback-error)}.st-lineChart__refLine--info.svelte-18cx4ap{--st-overlay-tone:var(--st-semantic-feedback-info)}.st-lineChart__overlayLabel.svelte-18cx4ap{fill:var(--st-semantic-text-secondary);font-size:.625rem}.st-lineChart__trend.svelte-18cx4ap{stroke:var(--st-semantic-text-secondary);stroke-width:1.5px;stroke-dasharray:6 4;opacity:.85}.st-lineChart__goalLine.svelte-18cx4ap{stroke:var(--st-semantic-feedback-success);stroke-width:2.5px}.st-lineChart__goalLabel.svelte-18cx4ap{fill:var(--st-semantic-feedback-success);font-size:.6875rem;font-weight:600}.st-lineChart__annotationRegion.svelte-18cx4ap{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-lineChart__annotationLine.svelte-18cx4ap{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-lineChart__annotationShape.svelte-18cx4ap{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-lineChart__annotationPoint.svelte-18cx4ap{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-lineChart__annotationLabel.svelte-18cx4ap,.st-lineChart__annotationText.svelte-18cx4ap{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-lineChart__dataLabel.svelte-18cx4ap{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-lineChart__crosshairLine.svelte-18cx4ap{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-lineChart__crosshairMarker.svelte-18cx4ap{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:2px}.st-field.svelte-16mbkne{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:var(--st-component-field-gap,.5rem);max-width:var(--st-component-field-maxWidth,28rem);display:grid}.st-field__control.svelte-16mbkne{gap:var(--st-component-field-gap,.5rem);display:grid}.st-field__label.svelte-16mbkne{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-16mbkne,.st-field__error.svelte-16mbkne{font-size:.8125rem;line-height:1.4}.st-field__help.svelte-16mbkne{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary))}.st-field__error.svelte-16mbkne{color:var(--st-component-field-errorText,var(--st-semantic-feedback-error))}.st-numberInput.svelte-16mbkne{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-radius:var(--st-component-control-anatomy-shape-radius,.375rem);color:var(--st-component-control-text,var(--st-semantic-text-primary));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);align-items:stretch;width:100%;display:inline-flex;overflow:hidden}.st-numberInput--sm.svelte-16mbkne{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-numberInput--md.svelte-16mbkne{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-numberInput--lg.svelte-16mbkne{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-numberInput.svelte-16mbkne:hover:not(:has(input:disabled)){border-color:var(--st-component-control-hoverBorder,var(--st-semantic-border-strong))}.st-numberInput.svelte-16mbkne:focus-within{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-focus-boxShadow,0 0 0 2px var(--st-component-control-focusRing,var(--st-semantic-border-interactive)))}.st-numberInput.svelte-16mbkne:has([aria-invalid=true]:where(.svelte-16mbkne)){border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-numberInput__control.svelte-16mbkne{color:inherit;font:inherit;text-align:right;background:0 0;border:0;flex:auto;width:100%;min-width:0;padding:0 .75rem}.st-numberInput__control.svelte-16mbkne:focus{outline:none}.st-numberInput__control.svelte-16mbkne::-webkit-inner-spin-button{appearance:none;margin:0}.st-numberInput__control.svelte-16mbkne::-webkit-outer-spin-button{appearance:none;margin:0}.st-numberInput__control[type=number].svelte-16mbkne{appearance:textfield}.st-numberInput__control.svelte-16mbkne:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-numberInput__buttons.svelte-16mbkne{border-left:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle));flex:none;display:inline-flex}.st-numberInput__button.svelte-16mbkne{color:inherit;cursor:pointer;font:inherit;min-width:2.25rem;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;justify-content:center;align-items:center;padding:0 .5rem;font-size:1.125rem;line-height:1;display:inline-flex}.st-numberInput__button.svelte-16mbkne+.st-numberInput__button:where(.svelte-16mbkne){border-left:1px solid var(--st-component-control-border,var(--st-semantic-border-subtle))}.st-numberInput__button.svelte-16mbkne:hover:not(:disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-numberInput__button.svelte-16mbkne:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:-2px}.st-numberInput__button.svelte-16mbkne:disabled{color:var(--st-component-control-disabledText,var(--st-semantic-text-muted));cursor:not-allowed}.st-radarChart.svelte-1d7r75b{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-radarChart.svelte-1d7r75b svg:where(.svelte-1d7r75b),.st-radarChart__visual.svelte-1d7r75b{display:block;overflow:visible}.st-radarChart__ring.svelte-1d7r75b{fill:none;stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-radarChart__axis.svelte-1d7r75b{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-radarChart__axisLabel.svelte-1d7r75b{fill:var(--st-semantic-text-secondary);font-size:.72rem}.st-radarChart__polygon.svelte-1d7r75b{cursor:pointer;fill-opacity:.16;stroke-width:2px;transition:opacity .12s}.st-radarChart__polygon--dim.svelte-1d7r75b{opacity:.35}@media (prefers-reduced-motion:reduce){.st-radarChart__polygon.svelte-1d7r75b{transition:none}}.st-radarChart__point.svelte-1d7r75b{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px}.st-radarChart__polygon--category1.svelte-1d7r75b,.st-radarChart__point--category1.svelte-1d7r75b,.st-radarChart__legendSwatch--category1.svelte-1d7r75b{fill:var(--st-semantic-data-category1);stroke:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-radarChart__polygon--category2.svelte-1d7r75b,.st-radarChart__point--category2.svelte-1d7r75b,.st-radarChart__legendSwatch--category2.svelte-1d7r75b{fill:var(--st-semantic-data-category2);stroke:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-radarChart__polygon--category3.svelte-1d7r75b,.st-radarChart__point--category3.svelte-1d7r75b,.st-radarChart__legendSwatch--category3.svelte-1d7r75b{fill:var(--st-semantic-data-category3);stroke:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-radarChart__polygon--category4.svelte-1d7r75b,.st-radarChart__point--category4.svelte-1d7r75b,.st-radarChart__legendSwatch--category4.svelte-1d7r75b{fill:var(--st-semantic-data-category4);stroke:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-radarChart__polygon--category5.svelte-1d7r75b,.st-radarChart__point--category5.svelte-1d7r75b,.st-radarChart__legendSwatch--category5.svelte-1d7r75b{fill:var(--st-semantic-data-category5);stroke:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-radarChart__polygon--category6.svelte-1d7r75b,.st-radarChart__point--category6.svelte-1d7r75b,.st-radarChart__legendSwatch--category6.svelte-1d7r75b{fill:var(--st-semantic-data-category6);stroke:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-radarChart__polygon--category7.svelte-1d7r75b,.st-radarChart__point--category7.svelte-1d7r75b,.st-radarChart__legendSwatch--category7.svelte-1d7r75b{fill:var(--st-semantic-data-category7);stroke:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-radarChart__polygon--category8.svelte-1d7r75b,.st-radarChart__point--category8.svelte-1d7r75b,.st-radarChart__legendSwatch--category8.svelte-1d7r75b{fill:var(--st-semantic-data-category8);stroke:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-radarChart__legend.svelte-1d7r75b{gap:var(--st-spacing-2,.5rem) var(--st-spacing-4,1rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-radarChart__legendItem.svelte-1d7r75b{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-2,.5rem);font-size:.75rem;display:inline-flex}.st-radarChart__legendSwatch.svelte-1d7r75b{width:.625rem;height:.625rem;display:inline-block}.st-radarChart__tooltip.svelte-1d7r75b{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.st-radarChart__tooltipLabel.svelte-1d7r75b{font-weight:600}.st-roseChart.svelte-p46rgo{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-roseChart.svelte-p46rgo svg:where(.svelte-p46rgo),.st-roseChart__visual.svelte-p46rgo{display:block;overflow:visible}.st-roseChart__sector.svelte-p46rgo{cursor:pointer;fill-opacity:.82;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-roseChart__sector--dim.svelte-p46rgo{opacity:.4}@media (prefers-reduced-motion:reduce){.st-roseChart__sector.svelte-p46rgo{transition:none}}.st-roseChart__sector--category1.svelte-p46rgo{fill:var(--st-semantic-data-category1)}.st-roseChart__sector--category2.svelte-p46rgo{fill:var(--st-semantic-data-category2)}.st-roseChart__sector--category3.svelte-p46rgo{fill:var(--st-semantic-data-category3)}.st-roseChart__sector--category4.svelte-p46rgo{fill:var(--st-semantic-data-category4)}.st-roseChart__sector--category5.svelte-p46rgo{fill:var(--st-semantic-data-category5)}.st-roseChart__sector--category6.svelte-p46rgo{fill:var(--st-semantic-data-category6)}.st-roseChart__sector--category7.svelte-p46rgo{fill:var(--st-semantic-data-category7)}.st-roseChart__sector--category8.svelte-p46rgo{fill:var(--st-semantic-data-category8)}.st-roseChart__label.svelte-p46rgo{pointer-events:none;font-size:.68rem;font-weight:650}.st-roseChart__tooltip.svelte-p46rgo{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-roseChart__tooltipLabel.svelte-p46rgo{font-weight:600}.st-roseChart__tooltipValue.svelte-p46rgo{opacity:.85}.st-itemChart.svelte-4oy6d4{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-itemChart.svelte-4oy6d4 svg:where(.svelte-4oy6d4),.st-itemChart__visual.svelte-4oy6d4{display:block;overflow:visible}.st-itemChart__seat.svelte-4oy6d4{cursor:pointer;stroke:var(--st-semantic-surface-default);stroke-width:1px;transition:opacity .12s}.st-itemChart__seat--dim.svelte-4oy6d4{opacity:.32}@media (prefers-reduced-motion:reduce){.st-itemChart__seat.svelte-4oy6d4{transition:none}}.st-itemChart__seat--category1.svelte-4oy6d4{fill:var(--st-semantic-data-category1)}.st-itemChart__seat--category2.svelte-4oy6d4{fill:var(--st-semantic-data-category2)}.st-itemChart__seat--category3.svelte-4oy6d4{fill:var(--st-semantic-data-category3)}.st-itemChart__seat--category4.svelte-4oy6d4{fill:var(--st-semantic-data-category4)}.st-itemChart__seat--category5.svelte-4oy6d4{fill:var(--st-semantic-data-category5)}.st-itemChart__seat--category6.svelte-4oy6d4{fill:var(--st-semantic-data-category6)}.st-itemChart__seat--category7.svelte-4oy6d4{fill:var(--st-semantic-data-category7)}.st-itemChart__seat--category8.svelte-4oy6d4{fill:var(--st-semantic-data-category8)}.st-itemChart__total.svelte-4oy6d4{fill:var(--st-semantic-text-primary);font-size:1.5rem;font-weight:700}.st-itemChart__legend.svelte-4oy6d4{flex-wrap:wrap;gap:.25rem .875rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.st-itemChart__legendItem.svelte-4oy6d4{align-items:center;gap:.375rem;font-size:.8125rem;transition:opacity .12s;display:inline-flex}.st-itemChart__legendItem--dim.svelte-4oy6d4{opacity:.4}.st-itemChart__swatch.svelte-4oy6d4{border-radius:999px;width:.625rem;height:.625rem;display:inline-block}.st-itemChart__swatch--category1.svelte-4oy6d4{background:var(--st-semantic-data-category1)}.st-itemChart__swatch--category2.svelte-4oy6d4{background:var(--st-semantic-data-category2)}.st-itemChart__swatch--category3.svelte-4oy6d4{background:var(--st-semantic-data-category3)}.st-itemChart__swatch--category4.svelte-4oy6d4{background:var(--st-semantic-data-category4)}.st-itemChart__swatch--category5.svelte-4oy6d4{background:var(--st-semantic-data-category5)}.st-itemChart__swatch--category6.svelte-4oy6d4{background:var(--st-semantic-data-category6)}.st-itemChart__swatch--category7.svelte-4oy6d4{background:var(--st-semantic-data-category7)}.st-itemChart__swatch--category8.svelte-4oy6d4{background:var(--st-semantic-data-category8)}.st-itemChart__legendLabel.svelte-4oy6d4{color:var(--st-semantic-text-primary);font-weight:500}.st-itemChart__legendValue.svelte-4oy6d4{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums}.st-itemChart__tooltip.svelte-4oy6d4{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;top:.5rem;left:50%;transform:translate(-50%)}.st-itemChart__tooltipLabel.svelte-4oy6d4{font-weight:600}.st-itemChart__tooltipValue.svelte-4oy6d4{opacity:.85}.st-variablePieChart.svelte-8hqjo5{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-variablePieChart.svelte-8hqjo5 svg:where(.svelte-8hqjo5),.st-variablePieChart__visual.svelte-8hqjo5{display:block;overflow:visible}.st-variablePieChart__sector.svelte-8hqjo5{cursor:pointer;fill-opacity:.82;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-variablePieChart__sector--dim.svelte-8hqjo5{opacity:.4}@media (prefers-reduced-motion:reduce){.st-variablePieChart__sector.svelte-8hqjo5{transition:none}}.st-variablePieChart__sector--category1.svelte-8hqjo5{fill:var(--st-semantic-data-category1)}.st-variablePieChart__sector--category2.svelte-8hqjo5{fill:var(--st-semantic-data-category2)}.st-variablePieChart__sector--category3.svelte-8hqjo5{fill:var(--st-semantic-data-category3)}.st-variablePieChart__sector--category4.svelte-8hqjo5{fill:var(--st-semantic-data-category4)}.st-variablePieChart__sector--category5.svelte-8hqjo5{fill:var(--st-semantic-data-category5)}.st-variablePieChart__sector--category6.svelte-8hqjo5{fill:var(--st-semantic-data-category6)}.st-variablePieChart__sector--category7.svelte-8hqjo5{fill:var(--st-semantic-data-category7)}.st-variablePieChart__sector--category8.svelte-8hqjo5{fill:var(--st-semantic-data-category8)}.st-variablePieChart__label.svelte-8hqjo5{pointer-events:none;font-size:.68rem;font-weight:650}.st-variablePieChart__tooltip.svelte-8hqjo5{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-variablePieChart__tooltipLabel.svelte-8hqjo5{font-weight:600}.st-variablePieChart__tooltipValue.svelte-8hqjo5{opacity:.85}.st-vennChart.svelte-1ldlmle{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-vennChart.svelte-1ldlmle svg:where(.svelte-1ldlmle),.st-vennChart__visual.svelte-1ldlmle{display:block;overflow:visible}.st-vennChart__circle.svelte-1ldlmle{cursor:pointer;fill-opacity:.42;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1.5px;transition:opacity .12s}.st-vennChart__circle--dim.svelte-1ldlmle{opacity:.45}.st-vennChart__circle--category1.svelte-1ldlmle{fill:var(--st-semantic-data-category1)}.st-vennChart__circle--category2.svelte-1ldlmle{fill:var(--st-semantic-data-category2)}.st-vennChart__circle--category3.svelte-1ldlmle{fill:var(--st-semantic-data-category3)}.st-vennChart__circle--category4.svelte-1ldlmle{fill:var(--st-semantic-data-category4)}.st-vennChart__circle--category5.svelte-1ldlmle{fill:var(--st-semantic-data-category5)}.st-vennChart__circle--category6.svelte-1ldlmle{fill:var(--st-semantic-data-category6)}.st-vennChart__circle--category7.svelte-1ldlmle{fill:var(--st-semantic-data-category7)}.st-vennChart__circle--category8.svelte-1ldlmle{fill:var(--st-semantic-data-category8)}.st-vennChart__label.svelte-1ldlmle{fill:var(--st-semantic-text-primary);pointer-events:none;font-size:.78rem;font-weight:650}.st-vennChart__value.svelte-1ldlmle{fill:var(--st-semantic-text-primary);pointer-events:none;font-size:.72rem;font-weight:600}.st-vennChart__tooltip.svelte-1ldlmle{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-vennChart__tooltipLabel.svelte-1ldlmle{font-weight:600}.st-vennChart__tooltipValue.svelte-1ldlmle{opacity:.85}.st-scatterPlot.svelte-1jq8sjg{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-scatterPlot.svelte-1jq8sjg svg:where(.svelte-1jq8sjg),.st-scatterPlot__visual.svelte-1jq8sjg{display:block;overflow:visible}.st-scatterPlot__grid.svelte-1jq8sjg{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-scatterPlot__axis.svelte-1jq8sjg{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-scatterPlot__tick.svelte-1jq8sjg{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-scatterPlot__axisLabel.svelte-1jq8sjg{fill:var(--st-semantic-text-secondary);font-size:.75rem;font-weight:600}.st-scatterPlot__point.svelte-1jq8sjg{cursor:pointer;fill-opacity:.85;transition:fill-opacity .12s,r .12s}.st-scatterPlot__point.svelte-1jq8sjg:hover{fill-opacity:1}.st-scatterPlot__point--category1.svelte-1jq8sjg{fill:var(--st-semantic-data-category1)}.st-scatterPlot__point--category2.svelte-1jq8sjg{fill:var(--st-semantic-data-category2)}.st-scatterPlot__point--category3.svelte-1jq8sjg{fill:var(--st-semantic-data-category3)}.st-scatterPlot__point--category4.svelte-1jq8sjg{fill:var(--st-semantic-data-category4)}.st-scatterPlot__point--category5.svelte-1jq8sjg{fill:var(--st-semantic-data-category5)}.st-scatterPlot__point--category6.svelte-1jq8sjg{fill:var(--st-semantic-data-category6)}.st-scatterPlot__point--category7.svelte-1jq8sjg{fill:var(--st-semantic-data-category7)}.st-scatterPlot__point--category8.svelte-1jq8sjg{fill:var(--st-semantic-data-category8)}.st-scatterPlot__centroid.svelte-1jq8sjg{pointer-events:none}.st-scatterPlot__centroidRing.svelte-1jq8sjg{fill:none;stroke:currentColor;stroke-width:2px}.st-scatterPlot__centroidCross.svelte-1jq8sjg{stroke:currentColor;stroke-width:2px;stroke-linecap:round}.st-scatterPlot__centroid--category1.svelte-1jq8sjg{color:var(--st-semantic-data-category1)}.st-scatterPlot__centroid--category2.svelte-1jq8sjg{color:var(--st-semantic-data-category2)}.st-scatterPlot__centroid--category3.svelte-1jq8sjg{color:var(--st-semantic-data-category3)}.st-scatterPlot__centroid--category4.svelte-1jq8sjg{color:var(--st-semantic-data-category4)}.st-scatterPlot__centroid--category5.svelte-1jq8sjg{color:var(--st-semantic-data-category5)}.st-scatterPlot__centroid--category6.svelte-1jq8sjg{color:var(--st-semantic-data-category6)}.st-scatterPlot__centroid--category7.svelte-1jq8sjg{color:var(--st-semantic-data-category7)}.st-scatterPlot__centroid--category8.svelte-1jq8sjg{color:var(--st-semantic-data-category8)}.st-scatterPlot__annotationRegion.svelte-1jq8sjg{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 12%, transparent);stroke:none}.st-scatterPlot__annotationLine.svelte-1jq8sjg{stroke:var(--st-semantic-feedback-info);stroke-width:1.5px;stroke-dasharray:4 3}.st-scatterPlot__annotationShape.svelte-1jq8sjg{fill:color-mix(in srgb, var(--st-semantic-feedback-info) 14%, transparent);stroke:var(--st-semantic-feedback-info);stroke-width:1.5px}.st-scatterPlot__annotationPoint.svelte-1jq8sjg{fill:var(--st-semantic-feedback-info);stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-scatterPlot__annotationLabel.svelte-1jq8sjg,.st-scatterPlot__annotationText.svelte-1jq8sjg{fill:var(--st-semantic-text-primary);font-size:.625rem;font-weight:600}.st-scatterPlot__dataLabel.svelte-1jq8sjg{fill:var(--st-semantic-text-primary);font-size:.6875rem;font-weight:600}.st-scatterPlot__crosshairLine.svelte-1jq8sjg{stroke:var(--st-semantic-border-strong);stroke-width:1px;stroke-dasharray:3 3;opacity:.7}.st-scatterPlot__crosshairMarker.svelte-1jq8sjg{fill:currentColor;stroke:var(--st-semantic-surface-default);stroke-width:2px}.st-scatterPlot__navLayer.svelte-1jq8sjg{position:absolute;inset:0}.st-scatterPlot__navDatum.svelte-1jq8sjg{fill:#0000;outline:none}.st-scatterPlot__navDatum.svelte-1jq8sjg:focus-visible{fill:color-mix(in srgb, var(--st-semantic-border-interactive) 12%, transparent);outline:2px solid var(--st-semantic-border-interactive);outline-offset:1px}@media (prefers-reduced-motion:reduce){.st-scatterPlot__point.svelte-1jq8sjg{transition:none}}.st-scatterPlot__tooltip.svelte-1jq8sjg{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-scatterPlot__tooltipLabel.svelte-1jq8sjg{font-weight:600}.st-scatterPlot__tooltipValue.svelte-1jq8sjg{opacity:.85}.st-field.svelte-4unisb{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:var(--st-component-field-gap,.5rem);max-width:var(--st-component-field-maxWidth,28rem);display:grid}.st-field__control.svelte-4unisb{gap:var(--st-component-field-gap,.5rem);display:grid}.st-field__label.svelte-4unisb{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-4unisb,.st-field__error.svelte-4unisb{font-size:.8125rem;line-height:1.4}.st-field__help.svelte-4unisb{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary))}.st-field__error.svelte-4unisb{color:var(--st-component-field-errorText,var(--st-semantic-feedback-error))}.st-select.svelte-4unisb{appearance:var(--st-component-control-anatomy-field-selectAppearance,auto);-webkit-appearance:var(--st-component-control-anatomy-field-selectAppearance,auto);background:var(--st-component-control-anatomy-field-selectChevron,none), 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-width:0;padding:var(--st-component-control-anatomy-density-md-paddingBlock,0) var(--st-component-control-anatomy-field-selectPaddingRight,2rem) var(--st-component-control-anatomy-density-md-paddingBlock,0) var(--st-component-control-anatomy-density-sm-paddingInline,.75rem);width:100%}.st-select.svelte-4unisb:hover{background:var(--st-component-control-anatomy-field-selectChevron,none), var(--st-component-control-hoverBackground,var(--st-component-control-anatomy-field-fillBg,var(--st-component-control-background,var(--st-semantic-surface-default))))}.st-select--sm.svelte-4unisb{min-height:var(--st-component-control-smHeight,2rem);font-size:.8125rem}.st-select--md.svelte-4unisb{min-height:var(--st-component-control-mdHeight,2.5rem);font-size:.875rem}.st-select--lg.svelte-4unisb{min-height:var(--st-component-control-lgHeight,3rem);font-size:1rem}.st-select.svelte-4unisb: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-select[aria-invalid=true].svelte-4unisb{border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-selectionChip.svelte-5y5jfn{border-radius:var(--st-radius-pill,999px);align-items:center;gap:var(--st-spacing-1,.25rem);padding:.25rem var(--st-spacing-2,.5rem);font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.st-selectionChip--neutral.svelte-5y5jfn{background:var(--st-semantic-surface-subtle,#f8fafc);color:var(--st-semantic-text-secondary,#475569)}.st-selectionChip--success.svelte-5y5jfn{background:color-mix(in srgb, var(--st-semantic-feedback-success,#16a34a) 14%, white);color:var(--st-semantic-feedback-success,#16a34a)}.st-selectionChip--warning.svelte-5y5jfn{background:color-mix(in srgb, var(--st-semantic-feedback-warning,#d97706) 14%, white);color:var(--st-semantic-feedback-warning,#d97706)}.st-selectionChip--error.svelte-5y5jfn{background:color-mix(in srgb, var(--st-semantic-feedback-error,#dc2626) 14%, white);color:var(--st-semantic-feedback-error,#dc2626)}.st-selectionChip--info.svelte-5y5jfn{background:color-mix(in srgb, var(--st-semantic-feedback-info,#2563eb) 14%, white);color:var(--st-semantic-feedback-info,#2563eb)}.st-selectionChip--disabled.svelte-5y5jfn{cursor:var(--st-cursor-disabled,not-allowed);opacity:.55}.st-selectionChip__count.svelte-5y5jfn{color:inherit;opacity:.75}.st-selectionChip__clear.svelte-5y5jfn{color:inherit;cursor:pointer;font:inherit;height:1.25em;transition:background-color var(--st-motion-fast,.12s) var(--st-motion-easing,ease);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:1.25em;margin-inline-start:.0625rem;padding:0;font-size:1em;line-height:1;display:inline-flex}.st-selectionChip__clear.svelte-5y5jfn:hover:not(:disabled){background:var(--st-semantic-surface-subtle,#f1f5f9)}.st-selectionChip__clear.svelte-5y5jfn:focus-visible{outline-offset:1px;outline:2px solid}.st-selectionChip__clear.svelte-5y5jfn:disabled{cursor:var(--st-cursor-disabled,not-allowed)}@media (prefers-reduced-motion:reduce){.st-selectionChip__clear.svelte-5y5jfn{transition:none}}.st-field.svelte-1b676sb{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:var(--st-component-field-gap,.5rem);max-width:var(--st-component-field-maxWidth,28rem);display:grid}.st-field__label.svelte-1b676sb{font-size:.875rem;font-weight:600}.st-field__help.svelte-1b676sb,.st-field__error.svelte-1b676sb{font-size:.8125rem;line-height:1.4}.st-field__help.svelte-1b676sb{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary))}.st-field__error.svelte-1b676sb{color:var(--st-component-field-errorText,var(--st-semantic-feedback-error))}.st-rangeSlider__header.svelte-1b676sb{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.st-rangeSlider__value.svelte-1b676sb{color:var(--st-semantic-text-secondary);font-variant-numeric:tabular-nums;font-size:.875rem}.st-rangeSlider.svelte-1b676sb{align-items:center;gap:.75rem;width:100%;display:flex}.st-rangeSlider__bounds.svelte-1b676sb{color:var(--st-semantic-text-muted);font-variant-numeric:tabular-nums;flex:none;font-size:.75rem}.st-rangeSlider__track.svelte-1b676sb{background:var(--st-component-control-border,var(--st-semantic-border-subtle));border-radius:999px;flex:auto;height:.25rem;position:relative}.st-rangeSlider--sm.svelte-1b676sb .st-rangeSlider__track:where(.svelte-1b676sb){height:.1875rem}.st-rangeSlider--lg.svelte-1b676sb .st-rangeSlider__track:where(.svelte-1b676sb){height:.375rem}.st-rangeSlider__fill.svelte-1b676sb{background:var(--st-semantic-action-primary);border-radius:999px;height:100%;display:block;position:absolute;top:0}.st-rangeSlider__thumb.svelte-1b676sb{background:var(--st-semantic-action-primary);box-sizing:border-box;cursor:pointer;border-radius:50%;width:1rem;height:1rem;position:absolute;top:50%;transform:translate(-50%,-50%)}.st-rangeSlider--sm.svelte-1b676sb .st-rangeSlider__thumb:where(.svelte-1b676sb){width:.75rem;height:.75rem}.st-rangeSlider--lg.svelte-1b676sb .st-rangeSlider__thumb:where(.svelte-1b676sb){width:1.25rem;height:1.25rem}.st-rangeSlider__thumb.svelte-1b676sb:focus-visible{outline:2px solid var(--st-component-control-focusRing,var(--st-semantic-border-interactive));outline-offset:4px}.st-rangeSlider__tooltip.svelte-1b676sb{background:var(--st-semantic-text-primary);border-radius:var(--st-component-control-radius,.375rem);color:var(--st-semantic-surface-default);opacity:0;pointer-events:none;transition:opacity var(--st-motion-fast,.12s) var(--st-motion-easing,ease);white-space:nowrap;padding:.25rem .375rem;font-size:.6875rem;font-weight:600;line-height:1;position:absolute;bottom:calc(100% + .375rem);left:50%;transform:translate(-50%)}.st-rangeSlider__thumb.svelte-1b676sb:hover .st-rangeSlider__tooltip:where(.svelte-1b676sb),.st-rangeSlider__thumb.svelte-1b676sb:focus-visible .st-rangeSlider__tooltip:where(.svelte-1b676sb){opacity:1}.st-rangeSlider--disabled.svelte-1b676sb .st-rangeSlider__thumb:where(.svelte-1b676sb),.st-rangeSlider--disabled.svelte-1b676sb .st-rangeSlider__fill:where(.svelte-1b676sb){background:var(--st-semantic-text-muted)}.st-rangeSlider--disabled.svelte-1b676sb .st-rangeSlider__thumb:where(.svelte-1b676sb){cursor:not-allowed}.st-rangeSlider__track[aria-invalid=true].svelte-1b676sb .st-rangeSlider__fill:where(.svelte-1b676sb),.st-rangeSlider__track[aria-invalid=true].svelte-1b676sb .st-rangeSlider__thumb:where(.svelte-1b676sb){background:var(--st-semantic-feedback-error)}@media (prefers-reduced-motion:reduce){.st-rangeSlider__tooltip.svelte-1b676sb{transition:none}}.st-sankeyChart.svelte-t71uqm{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-sankeyChart.svelte-t71uqm svg:where(.svelte-t71uqm),.st-sankeyChart__visual.svelte-t71uqm{display:block;overflow:visible}.st-sankeyChart__link.svelte-t71uqm{cursor:pointer;fill:none;opacity:.38;stroke-linecap:round;transition:opacity .12s}.st-sankeyChart__link.svelte-t71uqm:hover{opacity:.62}.st-sankeyChart__link--dim.svelte-t71uqm{opacity:.16}@media (prefers-reduced-motion:reduce){.st-sankeyChart__link.svelte-t71uqm{transition:none}}.st-sankeyChart__node.svelte-t71uqm{stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px}.st-sankeyChart__link--category1.svelte-t71uqm,.st-sankeyChart__node--category1.svelte-t71uqm{stroke:var(--st-semantic-data-category1);fill:var(--st-semantic-data-category1)}.st-sankeyChart__link--category2.svelte-t71uqm,.st-sankeyChart__node--category2.svelte-t71uqm{stroke:var(--st-semantic-data-category2);fill:var(--st-semantic-data-category2)}.st-sankeyChart__link--category3.svelte-t71uqm,.st-sankeyChart__node--category3.svelte-t71uqm{stroke:var(--st-semantic-data-category3);fill:var(--st-semantic-data-category3)}.st-sankeyChart__link--category4.svelte-t71uqm,.st-sankeyChart__node--category4.svelte-t71uqm{stroke:var(--st-semantic-data-category4);fill:var(--st-semantic-data-category4)}.st-sankeyChart__link--category5.svelte-t71uqm,.st-sankeyChart__node--category5.svelte-t71uqm{stroke:var(--st-semantic-data-category5);fill:var(--st-semantic-data-category5)}.st-sankeyChart__link--category6.svelte-t71uqm,.st-sankeyChart__node--category6.svelte-t71uqm{stroke:var(--st-semantic-data-category6);fill:var(--st-semantic-data-category6)}.st-sankeyChart__link--category7.svelte-t71uqm,.st-sankeyChart__node--category7.svelte-t71uqm{stroke:var(--st-semantic-data-category7);fill:var(--st-semantic-data-category7)}.st-sankeyChart__link--category8.svelte-t71uqm,.st-sankeyChart__node--category8.svelte-t71uqm{stroke:var(--st-semantic-data-category8);fill:var(--st-semantic-data-category8)}.st-sankeyChart__nodeLabel.svelte-t71uqm{fill:var(--st-semantic-text-secondary);font-size:.75rem}.st-sankeyChart__tooltip.svelte-t71uqm{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-sankeyChart__tooltipLabel.svelte-t71uqm{font-weight:600}.st-sankeyChart__tooltipValue.svelte-t71uqm{opacity:.85}.st-stackedBar.svelte-sxeh7h{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-stackedBar.svelte-sxeh7h svg:where(.svelte-sxeh7h),.st-stackedBar__visual.svelte-sxeh7h{display:block;overflow:visible}.st-stackedBar__grid.svelte-sxeh7h{stroke:var(--st-semantic-border-subtle);stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-stackedBar__axis.svelte-sxeh7h{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-stackedBar__tick.svelte-sxeh7h,.st-stackedBar__categoryLabel.svelte-sxeh7h{fill:var(--st-semantic-text-secondary);font-size:.6875rem}.st-stackedBar__seg.svelte-sxeh7h{cursor:pointer;stroke:var(--st-semantic-surface-default,#fff);stroke-width:1px;transition:opacity .12s}.st-stackedBar__seg--dim.svelte-sxeh7h{opacity:.45}.st-stackedBar__seg--category1.svelte-sxeh7h{fill:var(--st-semantic-data-category1)}.st-stackedBar__seg--category2.svelte-sxeh7h{fill:var(--st-semantic-data-category2)}.st-stackedBar__seg--category3.svelte-sxeh7h{fill:var(--st-semantic-data-category3)}.st-stackedBar__seg--category4.svelte-sxeh7h{fill:var(--st-semantic-data-category4)}.st-stackedBar__seg--category5.svelte-sxeh7h{fill:var(--st-semantic-data-category5)}.st-stackedBar__seg--category6.svelte-sxeh7h{fill:var(--st-semantic-data-category6)}.st-stackedBar__seg--category7.svelte-sxeh7h{fill:var(--st-semantic-data-category7)}.st-stackedBar__seg--category8.svelte-sxeh7h{fill:var(--st-semantic-data-category8)}.st-stackedBar__dataLabel.svelte-sxeh7h{fill:var(--st-semantic-text-inverse);font-size:.6875rem;font-weight:600}.st-stackedBar__tooltip.svelte-sxeh7h{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-stackedBar__tooltipLabel.svelte-sxeh7h{font-weight:600}.st-stackedBar__tooltipValue.svelte-sxeh7h{opacity:.85}.st-stackedBar__legend.svelte-sxeh7h{flex-wrap:wrap;gap:.75rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.st-stackedBar__legendItem.svelte-sxeh7h{color:var(--st-semantic-text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.st-stackedBar__legendItem--off.svelte-sxeh7h{opacity:.45}.st-stackedBar__legendButton.svelte-sxeh7h{border-radius:var(--st-radius-sm,.25rem);color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.35rem;padding:.125rem .25rem;display:inline-flex}.st-stackedBar__legendButton.svelte-sxeh7h:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:2px}.st-stackedBar__legendSwatch.svelte-sxeh7h{border-radius:2px;width:.7rem;height:.7rem}.st-stackedBar__legendSwatch--category1.svelte-sxeh7h{background:var(--st-semantic-data-category1)}.st-stackedBar__legendSwatch--category2.svelte-sxeh7h{background:var(--st-semantic-data-category2)}.st-stackedBar__legendSwatch--category3.svelte-sxeh7h{background:var(--st-semantic-data-category3)}.st-stackedBar__legendSwatch--category4.svelte-sxeh7h{background:var(--st-semantic-data-category4)}.st-stackedBar__legendSwatch--category5.svelte-sxeh7h{background:var(--st-semantic-data-category5)}.st-stackedBar__legendSwatch--category6.svelte-sxeh7h{background:var(--st-semantic-data-category6)}.st-stackedBar__legendSwatch--category7.svelte-sxeh7h{background:var(--st-semantic-data-category7)}.st-stackedBar__legendSwatch--category8.svelte-sxeh7h{background:var(--st-semantic-data-category8)}.st-sunburstChart.svelte-8k9o7v{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-sunburstChart.svelte-8k9o7v svg:where(.svelte-8k9o7v),.st-sunburstChart__visual.svelte-8k9o7v{display:block;overflow:visible}.st-sunburstChart__arc.svelte-8k9o7v{cursor:pointer;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-sunburstChart__arc--dim.svelte-8k9o7v{opacity:.4}.st-sunburstChart__arc--category1.svelte-8k9o7v,.st-sunburstChart__legendSwatch--category1.svelte-8k9o7v{fill:var(--st-semantic-data-category1);background:var(--st-semantic-data-category1)}.st-sunburstChart__arc--category2.svelte-8k9o7v,.st-sunburstChart__legendSwatch--category2.svelte-8k9o7v{fill:var(--st-semantic-data-category2);background:var(--st-semantic-data-category2)}.st-sunburstChart__arc--category3.svelte-8k9o7v,.st-sunburstChart__legendSwatch--category3.svelte-8k9o7v{fill:var(--st-semantic-data-category3);background:var(--st-semantic-data-category3)}.st-sunburstChart__arc--category4.svelte-8k9o7v,.st-sunburstChart__legendSwatch--category4.svelte-8k9o7v{fill:var(--st-semantic-data-category4);background:var(--st-semantic-data-category4)}.st-sunburstChart__arc--category5.svelte-8k9o7v,.st-sunburstChart__legendSwatch--category5.svelte-8k9o7v{fill:var(--st-semantic-data-category5);background:var(--st-semantic-data-category5)}.st-sunburstChart__arc--category6.svelte-8k9o7v,.st-sunburstChart__legendSwatch--category6.svelte-8k9o7v{fill:var(--st-semantic-data-category6);background:var(--st-semantic-data-category6)}.st-sunburstChart__arc--category7.svelte-8k9o7v,.st-sunburstChart__legendSwatch--category7.svelte-8k9o7v{fill:var(--st-semantic-data-category7);background:var(--st-semantic-data-category7)}.st-sunburstChart__arc--category8.svelte-8k9o7v,.st-sunburstChart__legendSwatch--category8.svelte-8k9o7v{fill:var(--st-semantic-data-category8);background:var(--st-semantic-data-category8)}.st-sunburstChart__label.svelte-8k9o7v{pointer-events:none;font-size:.68rem;font-weight:650}@media (prefers-reduced-motion:reduce){.st-sunburstChart__arc.svelte-8k9o7v{transition:none}}.st-sunburstChart__legend.svelte-8k9o7v{gap:var(--st-spacing-2,.5rem) var(--st-spacing-4,1rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-sunburstChart__legendItem.svelte-8k9o7v{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-2,.5rem);font-size:.75rem;display:inline-flex}.st-sunburstChart__legendSwatch.svelte-8k9o7v{width:.625rem;height:.625rem;display:inline-block}.st-sunburstChart__tooltip.svelte-8k9o7v{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-sunburstChart__tooltipLabel.svelte-8k9o7v{font-weight:600}.st-sunburstChart__tooltipValue.svelte-8k9o7v{opacity:.85}.st-field.svelte-10e21k9{color:var(--st-component-field-labelText,var(--st-semantic-text-primary));gap:var(--st-component-field-gap,.5rem);max-width:var(--st-component-field-maxWidth,28rem);display:grid}.st-field__control.svelte-10e21k9{gap:var(--st-component-field-gap,.5rem);display:grid}.st-field__label.svelte-10e21k9{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-10e21k9,.st-field__error.svelte-10e21k9{font-size:.8125rem;line-height:1.4}.st-field__help.svelte-10e21k9{color:var(--st-component-field-helpText,var(--st-semantic-text-secondary))}.st-field__error.svelte-10e21k9{color:var(--st-component-field-errorText,var(--st-semantic-feedback-error))}.st-textarea.svelte-10e21k9{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-width:0;min-height:6rem;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-10e21k9::placeholder{color:var(--st-component-control-placeholderText,var(--st-semantic-text-muted))}.st-textarea.svelte-10e21k9: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-10e21k9: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-10e21k9{border-color:var(--st-component-control-invalidBorder,var(--st-semantic-feedback-error))}.st-textarea.svelte-10e21k9: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-treemapChart.svelte-ws7yqx{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-treemapChart.svelte-ws7yqx svg:where(.svelte-ws7yqx),.st-treemapChart__visual.svelte-ws7yqx{display:block;overflow:visible}.st-treemapChart__rect.svelte-ws7yqx{cursor:pointer;stroke:var(--st-semantic-surface-default,#fff);stroke-width:1.5px;transition:opacity .12s}.st-treemapChart__rect--dim.svelte-ws7yqx{opacity:.45}@media (prefers-reduced-motion:reduce){.st-treemapChart__rect.svelte-ws7yqx{transition:none}}.st-treemapChart__rect--category1.svelte-ws7yqx{fill:var(--st-semantic-data-category1)}.st-treemapChart__rect--category2.svelte-ws7yqx{fill:var(--st-semantic-data-category2)}.st-treemapChart__rect--category3.svelte-ws7yqx{fill:var(--st-semantic-data-category3)}.st-treemapChart__rect--category4.svelte-ws7yqx{fill:var(--st-semantic-data-category4)}.st-treemapChart__rect--category5.svelte-ws7yqx{fill:var(--st-semantic-data-category5)}.st-treemapChart__rect--category6.svelte-ws7yqx{fill:var(--st-semantic-data-category6)}.st-treemapChart__rect--category7.svelte-ws7yqx{fill:var(--st-semantic-data-category7)}.st-treemapChart__rect--category8.svelte-ws7yqx{fill:var(--st-semantic-data-category8)}.st-treemapChart__label.svelte-ws7yqx{fill:var(--st-component-treemapChart-labelColor,#fff);pointer-events:none;font-size:.75rem;font-weight:600}.st-treemapChart__value.svelte-ws7yqx{fill:var(--st-component-treemapChart-valueColor,#fff);opacity:.85;pointer-events:none;font-size:.6875rem}.st-treemapChart__tooltip.svelte-ws7yqx{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-treemapChart__tooltipLabel.svelte-ws7yqx{font-weight:600}.st-treemapChart__tooltipValue.svelte-ws7yqx{opacity:.85}.st-treemapChart__legend.svelte-ws7yqx{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-treemapChart__legendItem.svelte-ws7yqx{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;display:inline-flex}.st-treemapChart__legendSwatch.svelte-ws7yqx{border-radius:2px;width:.7rem;height:.7rem}.st-treemapChart__legendSwatch--category1.svelte-ws7yqx{background:var(--st-semantic-data-category1)}.st-treemapChart__legendSwatch--category2.svelte-ws7yqx{background:var(--st-semantic-data-category2)}.st-treemapChart__legendSwatch--category3.svelte-ws7yqx{background:var(--st-semantic-data-category3)}.st-treemapChart__legendSwatch--category4.svelte-ws7yqx{background:var(--st-semantic-data-category4)}.st-treemapChart__legendSwatch--category5.svelte-ws7yqx{background:var(--st-semantic-data-category5)}.st-treemapChart__legendSwatch--category6.svelte-ws7yqx{background:var(--st-semantic-data-category6)}.st-treemapChart__legendSwatch--category7.svelte-ws7yqx{background:var(--st-semantic-data-category7)}.st-treemapChart__legendSwatch--category8.svelte-ws7yqx{background:var(--st-semantic-data-category8)}.st-wordCloudChart.svelte-qzw56k{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-wordCloudChart.svelte-qzw56k svg:where(.svelte-qzw56k),.st-wordCloudChart__visual.svelte-qzw56k{display:block;overflow:visible}.st-wordCloudChart__word.svelte-qzw56k{cursor:pointer;font-weight:600;transition:opacity .12s}.st-wordCloudChart__word--dim.svelte-qzw56k{opacity:.3}@media (prefers-reduced-motion:reduce){.st-wordCloudChart__word.svelte-qzw56k{transition:none}}.st-wordCloudChart__word--category1.svelte-qzw56k{fill:var(--st-semantic-data-category1)}.st-wordCloudChart__word--category2.svelte-qzw56k{fill:var(--st-semantic-data-category2)}.st-wordCloudChart__word--category3.svelte-qzw56k{fill:var(--st-semantic-data-category3)}.st-wordCloudChart__word--category4.svelte-qzw56k{fill:var(--st-semantic-data-category4)}.st-wordCloudChart__word--category5.svelte-qzw56k{fill:var(--st-semantic-data-category5)}.st-wordCloudChart__word--category6.svelte-qzw56k{fill:var(--st-semantic-data-category6)}.st-wordCloudChart__word--category7.svelte-qzw56k{fill:var(--st-semantic-data-category7)}.st-wordCloudChart__word--category8.svelte-qzw56k{fill:var(--st-semantic-data-category8)}.st-wordCloudChart__tooltip.svelte-qzw56k{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-wordCloudChart__tooltipLabel.svelte-qzw56k{font-weight:600}.st-wordCloudChart__tooltipValue.svelte-qzw56k{opacity:.85}.st-organizationChart.svelte-1jomws{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-organizationChart.svelte-1jomws svg:where(.svelte-1jomws),.st-organizationChart__visual.svelte-1jomws{display:block;overflow:visible}.st-organizationChart__link.svelte-1jomws{stroke:var(--st-semantic-border-default,#cbd5e1);stroke-width:1.5px}.st-organizationChart__box.svelte-1jomws{stroke:var(--st-semantic-surface-default,#fff);stroke-width:1.5px}.st-organizationChart__box--category1.svelte-1jomws{fill:var(--st-semantic-data-category1)}.st-organizationChart__box--category2.svelte-1jomws{fill:var(--st-semantic-data-category2)}.st-organizationChart__box--category3.svelte-1jomws{fill:var(--st-semantic-data-category3)}.st-organizationChart__box--category4.svelte-1jomws{fill:var(--st-semantic-data-category4)}.st-organizationChart__box--category5.svelte-1jomws{fill:var(--st-semantic-data-category5)}.st-organizationChart__box--category6.svelte-1jomws{fill:var(--st-semantic-data-category6)}.st-organizationChart__box--category7.svelte-1jomws{fill:var(--st-semantic-data-category7)}.st-organizationChart__box--category8.svelte-1jomws{fill:var(--st-semantic-data-category8)}.st-organizationChart__label.svelte-1jomws{fill:var(--st-semantic-text-inverse,#fff);pointer-events:none;font-weight:600}.st-treegraphChart.svelte-5po56b{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-treegraphChart.svelte-5po56b svg:where(.svelte-5po56b),.st-treegraphChart__visual.svelte-5po56b{display:block;overflow:visible}.st-treegraphChart__link.svelte-5po56b{stroke:var(--st-semantic-border-default);stroke-width:1.5px}.st-treegraphChart__dot.svelte-5po56b{stroke:var(--st-semantic-surface-default);stroke-width:1.5px}.st-treegraphChart__dot--category1.svelte-5po56b{fill:var(--st-semantic-data-category1)}.st-treegraphChart__dot--category2.svelte-5po56b{fill:var(--st-semantic-data-category2)}.st-treegraphChart__dot--category3.svelte-5po56b{fill:var(--st-semantic-data-category3)}.st-treegraphChart__dot--category4.svelte-5po56b{fill:var(--st-semantic-data-category4)}.st-treegraphChart__dot--category5.svelte-5po56b{fill:var(--st-semantic-data-category5)}.st-treegraphChart__dot--category6.svelte-5po56b{fill:var(--st-semantic-data-category6)}.st-treegraphChart__dot--category7.svelte-5po56b{fill:var(--st-semantic-data-category7)}.st-treegraphChart__dot--category8.svelte-5po56b{fill:var(--st-semantic-data-category8)}.st-treegraphChart__label.svelte-5po56b{fill:var(--st-semantic-text-primary);pointer-events:none;font-weight:600}.st-treeView.svelte-1k0ce1e{color:var(--st-semantic-text-primary);padding:var(--st-spacing-1,.25rem);margin:0;list-style:none}.st-treeView__row.svelte-1k0ce1e{border-radius:var(--st-radius-md,.375rem);cursor:pointer;align-items:center;gap:var(--st-spacing-1,.25rem);padding-block:.3rem;padding-inline-end:.5rem;display:flex}.st-treeView__row.svelte-1k0ce1e:hover:not(.st-treeView__row--disabled){background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle))}.st-treeView__row.svelte-1k0ce1e:focus-visible{outline:2px solid var(--st-semantic-border-interactive);outline-offset:-2px}.st-treeView__row--selected.svelte-1k0ce1e{background:var(--st-component-control-hoverBackground,var(--st-semantic-surface-subtle));color:var(--st-semantic-action-primary);font-weight:600}.st-treeView__row--disabled.svelte-1k0ce1e{cursor:not-allowed;opacity:.55}.st-treeView__caret.svelte-1k0ce1e{flex:none;width:.85rem;height:.85rem;position:relative}.st-treeView__caret.svelte-1k0ce1e:not(.st-treeView__caret--leaf):before{content:"";transition:transform var(--st-motion-fast,.12s) var(--st-motion-easing,ease);border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;inset-block-start:.32rem;inset-inline-start:.1rem;transform:rotate(-90deg)}.st-treeView__caret--open.svelte-1k0ce1e:before{transform:rotate(0)}.st-treeView__label.svelte-1k0ce1e{font-size:.9rem;line-height:1.3}.st-violinChart.svelte-sz521u{color:var(--st-semantic-text-secondary);width:100%;max-width:100%;font-family:inherit;display:block;position:relative}.st-violinChart.svelte-sz521u svg:where(.svelte-sz521u),.st-violinChart__visual.svelte-sz521u{display:block;overflow:visible}.st-violinChart__axis.svelte-sz521u{stroke:var(--st-semantic-border-subtle);stroke-width:1px}.st-violinChart__shape.svelte-sz521u{cursor:pointer;fill-opacity:.72;stroke:var(--st-semantic-surface-default,Canvas);stroke-width:1px;transition:opacity .12s}.st-violinChart__shape--dim.svelte-sz521u{opacity:.4}@media (prefers-reduced-motion:reduce){.st-violinChart__shape.svelte-sz521u{transition:none}}.st-violinChart__shape--category1.svelte-sz521u{fill:var(--st-semantic-data-category1)}.st-violinChart__shape--category2.svelte-sz521u{fill:var(--st-semantic-data-category2)}.st-violinChart__shape--category3.svelte-sz521u{fill:var(--st-semantic-data-category3)}.st-violinChart__shape--category4.svelte-sz521u{fill:var(--st-semantic-data-category4)}.st-violinChart__shape--category5.svelte-sz521u{fill:var(--st-semantic-data-category5)}.st-violinChart__shape--category6.svelte-sz521u{fill:var(--st-semantic-data-category6)}.st-violinChart__shape--category7.svelte-sz521u{fill:var(--st-semantic-data-category7)}.st-violinChart__shape--category8.svelte-sz521u{fill:var(--st-semantic-data-category8)}.st-violinChart__box.svelte-sz521u{fill:var(--st-semantic-surface-default,Canvas);fill-opacity:.85;stroke:var(--st-semantic-text-secondary);stroke-width:1px}.st-violinChart__median.svelte-sz521u{stroke:var(--st-semantic-text-primary);stroke-width:2px}.st-violinChart__label.svelte-sz521u{fill:var(--st-semantic-text-secondary);font-size:.75rem}.st-violinChart__tooltip.svelte-sz521u{background:var(--st-semantic-surface-inverse);border-radius:var(--st-radius-sm,.25rem);color:var(--st-semantic-text-inverse);pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,-115%)}.st-violinChart__tooltipLabel.svelte-sz521u{font-weight:600}.st-violinChart__tooltipValue.svelte-sz521u{opacity:.85}.st-waterfallChart.svelte-4xqhmx{color:var(--st-semantic-text-secondary);width:100%;font-family:inherit;display:block;position:relative}.st-waterfallChart.svelte-4xqhmx svg:where(.svelte-4xqhmx){display:block;overflow:visible}.st-waterfallChart__visual.svelte-4xqhmx{display:block}.st-waterfallChart__grid.svelte-4xqhmx{stroke:var(--st-component-waterfallChart-gridStroke,var(--st-semantic-border-subtle));stroke-dasharray:2 3;stroke-width:1px;opacity:.7}.st-waterfallChart__axis.svelte-4xqhmx{stroke:var(--st-component-waterfallChart-axisStroke,var(--st-semantic-border-subtle));stroke-width:1px}.st-waterfallChart__zero.svelte-4xqhmx{stroke:var(--st-component-waterfallChart-zeroStroke,var(--st-semantic-border-strong));stroke-width:1px}.st-waterfallChart__connector.svelte-4xqhmx{stroke:var(--st-component-waterfallChart-connectorStroke,var(--st-semantic-border-strong));stroke-dasharray:3 2;stroke-width:1px;opacity:.6}.st-waterfallChart__tickLabel.svelte-4xqhmx,.st-waterfallChart__categoryLabel.svelte-4xqhmx{fill:var(--st-component-waterfallChart-labelColor,var(--st-semantic-text-secondary));font-size:.6875rem}.st-waterfallChart__bar.svelte-4xqhmx{cursor:pointer;transition:opacity .12s}.st-waterfallChart__bar.svelte-4xqhmx:hover{opacity:.82}.st-waterfallChart__bar--increase.svelte-4xqhmx{fill:var(--st-component-waterfallChart-increaseFill,var(--st-semantic-feedback-success))}.st-waterfallChart__bar--decrease.svelte-4xqhmx{fill:var(--st-component-waterfallChart-decreaseFill,var(--st-semantic-feedback-error))}.st-waterfallChart__bar--total.svelte-4xqhmx{fill:var(--st-component-waterfallChart-totalFill,var(--st-semantic-data-category1))}@media (prefers-reduced-motion:reduce){.st-waterfallChart__bar.svelte-4xqhmx{transition:none}}.st-waterfallChart__legend.svelte-4xqhmx{gap:var(--st-spacing-3,.75rem);margin:var(--st-spacing-2,.5rem) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.st-waterfallChart__legendItem.svelte-4xqhmx{color:var(--st-semantic-text-secondary);align-items:center;gap:var(--st-spacing-1,.25rem);font-size:.75rem;display:inline-flex}.st-waterfallChart__legendSwatch.svelte-4xqhmx{border-radius:var(--st-radius-sm,.25rem);width:.75rem;height:.75rem;display:inline-block}.st-waterfallChart__legendSwatch--increase.svelte-4xqhmx{background:var(--st-component-waterfallChart-increaseFill,var(--st-semantic-feedback-success))}.st-waterfallChart__legendSwatch--decrease.svelte-4xqhmx{background:var(--st-component-waterfallChart-decreaseFill,var(--st-semantic-feedback-error))}.st-waterfallChart__legendSwatch--total.svelte-4xqhmx{background:var(--st-component-waterfallChart-totalFill,var(--st-semantic-data-category1))}.st-waterfallChart__tooltip.svelte-4xqhmx{background:var(--st-component-waterfallChart-tooltipBackground,var(--st-semantic-surface-inverse));border-radius:var(--st-radius-sm,.25rem);color:var(--st-component-waterfallChart-tooltipText,var(--st-semantic-text-inverse));pointer-events:none;white-space:nowrap;z-index:1;flex-direction:column;gap:.125rem;padding:.375rem .5rem;font-size:.75rem;line-height:1.2;display:inline-flex;position:absolute;transform:translate(-50%,calc(-100% - 8px))}.st-waterfallChart__tooltipLabel.svelte-4xqhmx{font-weight:600}.st-waterfallChart__tooltipValue.svelte-4xqhmx{opacity:.85}.dv-dashboard-grid.svelte-gs870l{align-items:stretch;gap:var(--st-spacing-4,1rem);grid-auto-rows:var(--dv-dashboard-grid-row);width:100%;display:grid}.dv-dashboard-grid__panel.svelte-gs870l{background:var(--st-semantic-surface-raised,#fff);border:1px solid var(--st-semantic-border-subtle,#d8dee8);border-radius:var(--st-radius-md,.5rem);min-height:var(--dv-dashboard-grid-min-panel);padding:var(--st-spacing-4,1rem);position:relative;overflow:hidden}.dv-dashboard-grid--editable.svelte-gs870l .dv-dashboard-grid__panel:where(.svelte-gs870l){padding-top:3.25rem}.dv-dashboard-grid__content.svelte-gs870l{min-width:0;height:100%}.dv-dashboard-grid__fallback.svelte-gs870l{color:var(--st-semantic-text-muted,#475569);gap:var(--st-spacing-1,.25rem);flex-direction:column;display:flex}.dv-dashboard-grid__dragHandle.svelte-gs870l,.dv-dashboard-grid__resizeHandle.svelte-gs870l,.dv-dashboard-grid__toolbar.svelte-gs870l button:where(.svelte-gs870l){background:var(--st-semantic-surface,#f8fafc);border:1px solid var(--st-semantic-border-subtle,#d8dee8);border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text,#0f172a);cursor:pointer;font:inherit;min-width:1.75rem;height:1.75rem;padding:0 var(--st-spacing-2,.5rem);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.dv-dashboard-grid__dragHandle.svelte-gs870l{cursor:grab;left:var(--st-spacing-3,.75rem);top:var(--st-spacing-3,.75rem);touch-action:none;position:absolute}.dv-dashboard-grid--dragging.svelte-gs870l .dv-dashboard-grid__dragHandle:where(.svelte-gs870l){cursor:grabbing}.dv-dashboard-grid__toolbar.svelte-gs870l{gap:var(--st-spacing-1,.25rem);right:var(--st-spacing-3,.75rem);top:var(--st-spacing-3,.75rem);flex-wrap:wrap;display:flex;position:absolute}.dv-dashboard-grid__resizeHandle.svelte-gs870l{bottom:var(--st-spacing-3,.75rem);cursor:nwse-resize;right:var(--st-spacing-3,.75rem);touch-action:none;position:absolute}@media (width<=860px){.dv-dashboard-grid.svelte-gs870l{grid-template-columns:1fr!important}.dv-dashboard-grid__panel.svelte-gs870l{grid-area:auto/1/auto/-1!important}}.ctrls.svelte-15zgujc{gap:var(--st-spacing-4,1rem);margin-bottom:var(--st-spacing-4,1rem);flex-wrap:wrap;display:flex}.ctrl.svelte-15zgujc{color:var(--st-semantic-text-secondary,#475569);flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;display:inline-flex}.stage.svelte-15zgujc{min-height:0}.ctrls.svelte-1j024xz{gap:var(--st-spacing-4,1rem);margin-bottom:var(--st-spacing-4,1rem);display:flex}.ctrl.svelte-1j024xz{color:var(--st-semantic-text-secondary,#475569);flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;display:inline-flex}.stage.svelte-4ky3wf{gap:var(--st-spacing-4,1rem);flex-direction:column;display:flex}.grid2.svelte-4ky3wf{gap:var(--st-spacing-4,1rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.full-dash.svelte-dz90zx{gap:var(--st-spacing-4,1rem);flex-direction:column;width:100%;display:flex}.full-dash__toolbar.svelte-dz90zx{justify-content:flex-end;display:flex}.full-dash__toolbar.svelte-dz90zx button:where(.svelte-dz90zx){background:var(--st-semantic-surface-raised,#fff);border:1px solid var(--st-semantic-border-subtle,#d8dee8);border-radius:var(--st-radius-sm,.375rem);color:var(--st-semantic-text,#0f172a);cursor:pointer;font:inherit;min-height:2rem;padding:0 var(--st-spacing-3,.75rem)}.full-dash__toolbar.svelte-dz90zx button.active:where(.svelte-dz90zx){background:var(--st-semantic-accent-subtle,#dbeafe);border-color:var(--st-semantic-accent,#2563eb)}.explorer.svelte-1usyhc1{gap:var(--st-spacing-4,1rem);flex-direction:column;width:100%;display:flex}.explorer-controls.svelte-1usyhc1{align-items:flex-end;gap:var(--st-spacing-4,1rem);flex-wrap:wrap;display:flex}.explorer-main.svelte-1usyhc1{gap:var(--st-spacing-4,1rem);grid-template-columns:1fr 280px;align-items:start;display:grid}.explorer-chart-panel.svelte-1usyhc1{background:var(--st-semantic-surface-raised,#fff);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);border-radius:var(--st-radius-md,.5rem);padding:var(--st-spacing-4,1rem);overflow:hidden}.explorer-slicers.svelte-1usyhc1{gap:var(--st-spacing-3,.75rem);flex-direction:column;display:flex}.slicer-card.svelte-1usyhc1{background:var(--st-semantic-surface-raised,#fff);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);border-radius:var(--st-radius-md,.5rem);padding:var(--st-spacing-4,1rem)}.slicer-title.svelte-1usyhc1{color:var(--st-semantic-text-secondary,#475569);margin:0 0 var(--st-spacing-3,.75rem);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:600}.explorer-table.svelte-1usyhc1{background:var(--st-semantic-surface-raised,#fff);border:1px solid var(--st-semantic-border-subtle,#e2e8f0);border-radius:var(--st-radius-md,.5rem);padding:var(--st-spacing-4,1rem);width:100%;overflow:hidden}@media (width<=700px){.explorer-main.svelte-1usyhc1{grid-template-columns:1fr}}.stage.svelte-h6aij0{gap:var(--st-spacing-4,1rem);flex-direction:column;display:flex}.ctrls.svelte-1iw5gx2{gap:var(--st-spacing-4,1rem);margin-bottom:var(--st-spacing-4,1rem);flex-wrap:wrap;display:flex}.ctrl.svelte-1iw5gx2{color:var(--st-semantic-text-secondary,#475569);flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;display:inline-flex}.stage.svelte-1iw5gx2{gap:var(--st-spacing-4,1rem);flex-direction:column;min-height:0;display:flex}.island-na.svelte-1iw5gx2{color:var(--st-semantic-text-secondary,#475569);border:1px dashed var(--st-semantic-border-subtle,#e2e8f0);border-radius:.5rem;padding:1rem;font-size:.85rem}.mm-summary.svelte-1lu5mu9{gap:var(--st-space-4,1rem);padding:var(--st-space-4,1rem) var(--st-space-5,1.25rem);border:1px solid var(--st-color-border-subtle,currentColor);border-radius:var(--st-radius-md,.5rem);background:var(--st-color-surface-raised,transparent);margin-bottom:var(--st-space-6,1.5rem);flex-wrap:wrap;align-items:center;display:flex}.mm-summary__stat.svelte-1lu5mu9{align-items:center;gap:var(--st-space-1,.25rem);flex-direction:column;display:flex}.mm-summary__value.svelte-1lu5mu9{font-size:var(--st-font-size-2xl,1.5rem);font-weight:var(--st-font-weight-bold,700);color:var(--st-color-text-primary,inherit);line-height:1}.mm-summary__label.svelte-1lu5mu9{font-size:var(--st-font-size-xs,.75rem);color:var(--st-color-text-subtle,inherit);text-transform:uppercase;letter-spacing:.05em}.mm-legend.svelte-1lu5mu9{gap:var(--st-space-2,.5rem);font-size:var(--st-font-size-sm,.875rem);color:var(--st-color-text-subtle,inherit);margin-bottom:var(--st-space-6,1.5rem);flex-wrap:wrap;align-items:center;display:flex}.mm-legend__sep.svelte-1lu5mu9{color:var(--st-color-border-default,currentColor);font-size:var(--st-font-size-lg,1.125rem)}.mm-legend__item.svelte-1lu5mu9{align-items:center;gap:var(--st-space-1,.25rem);display:flex}.mm-group.svelte-1lu5mu9{margin-bottom:var(--st-space-8,2rem)}.mm-table-wrap.svelte-1lu5mu9{border:1px solid var(--st-color-border-subtle,currentColor);border-radius:var(--st-radius-md,.5rem);overflow-x:auto}.mm-table.svelte-1lu5mu9{border-collapse:collapse;width:100%;font-size:var(--st-font-size-sm,.875rem);color:var(--st-color-text-primary,inherit)}.mm-th.svelte-1lu5mu9{padding:var(--st-space-2,.5rem) var(--st-space-3,.75rem);text-align:center;font-weight:var(--st-font-weight-semibold,600);font-size:var(--st-font-size-xs,.75rem);text-transform:uppercase;letter-spacing:.05em;color:var(--st-color-text-subtle,inherit);border-bottom:1px solid var(--st-color-border-subtle,currentColor);white-space:nowrap;background:var(--st-color-surface-raised,transparent)}.mm-th--component.svelte-1lu5mu9{text-align:left;z-index:1;background:var(--st-color-surface-raised,var(--st-color-surface-default,transparent));min-width:14rem;position:sticky;left:0}.mm-th--solution.svelte-1lu5mu9{min-width:5.5rem;max-width:6rem}.mm-th--status.svelte-1lu5mu9{min-width:8rem}.mm-tr.svelte-1lu5mu9:nth-child(2n){background:var(--st-color-surface-subtle,transparent)}.mm-tr.svelte-1lu5mu9:hover{background:var(--st-color-surface-hover,transparent)}.mm-td.svelte-1lu5mu9{padding:var(--st-space-2,.5rem) var(--st-space-3,.75rem);border-bottom:1px solid var(--st-color-border-subtle,currentColor);vertical-align:middle}.mm-td--component.svelte-1lu5mu9{text-align:left;background:inherit;z-index:1;position:sticky;left:0}.mm-tr.svelte-1lu5mu9:nth-child(2n) .mm-td--component:where(.svelte-1lu5mu9){background:var(--st-color-surface-subtle,transparent)}.mm-tr.svelte-1lu5mu9:hover .mm-td--component:where(.svelte-1lu5mu9){background:var(--st-color-surface-hover,transparent)}.mm-td--check.svelte-1lu5mu9{text-align:center}.mm-td--status.svelte-1lu5mu9{text-align:center;white-space:nowrap}.mm-component-name.svelte-1lu5mu9{font-weight:var(--st-font-weight-medium,500);color:var(--st-color-text-primary,inherit);font-family:var(--st-font-family-mono,monospace);font-size:var(--st-font-size-xs,.75rem);display:block}.mm-market-names.svelte-1lu5mu9{font-size:var(--st-font-size-xs,.75rem);color:var(--st-color-text-subtle,inherit);margin-top:var(--st-space-1,.25rem);font-style:italic;display:block}.mm-check.svelte-1lu5mu9{color:var(--st-color-success-default,currentColor);font-weight:var(--st-font-weight-bold,700)}
