@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Sora:wght@350;400;450;550;650&display=swap";.chorus-sonner{--normal-bg: var(--toast-bg, #ffffff);--normal-text: var(--toast-text);--normal-border: var(--toast-border);--toast-padding-y: .75rem;--toast-padding-x: 1rem;--toast-gap: .75rem;--toast-font-size: .875rem;--toast-line-height: 1.25rem;--toast-icon-size: 1.25rem;--toast-status-icon-bg: var(--color-brand-navy);--toast-status-icon-fg: #ffffff;--toast-bg: #ffffff;--toast-border: var(--color-divider);--toast-text: var(--color-brand-navy-border);--toast-shadow: 0 4px 12px rgb(32 34 57 / 8%), 0 2px 4px rgb(32 34 57 / 4%)}.chorus-sonner.toaster{font-family:var(--font-data)}.chorus-sonner [data-sonner-toast][data-styled=true]{padding:var(--toast-padding-y) var(--toast-padding-x);gap:var(--toast-gap);width:auto;min-width:0;max-width:min(24rem,100vw - 2rem);border:1px solid var(--toast-border);border-radius:.5rem;background-color:var(--toast-bg);color:var(--toast-text);box-shadow:var(--toast-shadow);font-family:var(--font-data);font-size:var(--toast-font-size);line-height:var(--toast-line-height)}.chorus-sonner [data-sonner-toast][data-styled=true] [data-title]{font-weight:var(--font-weight-semibold);line-height:var(--toast-line-height);color:var(--toast-text)}.chorus-sonner [data-sonner-toast][data-styled=true] [data-icon]{width:var(--toast-icon-size);height:var(--toast-icon-size);margin-inline:0}.chorus-sonner__status-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--toast-icon-size);height:var(--toast-icon-size);border-radius:50%;background-color:var(--toast-status-icon-bg);color:var(--toast-status-icon-fg);font-size:.75rem}.chorus-sonner__status-icon svg{width:.75rem;height:.75rem}.chorus-button{--button-height-sm: 2.25rem;--button-height-md: 2.5rem;--button-height-lg: 2.75rem;--button-height-icon: 2.25rem;--button-padding-x-sm: 1rem;--button-padding-x-md: 1.125rem;--button-padding-x-lg: 1.375rem;--button-font-size-lg: var(--text-17);--button-font-weight: var(--font-weight-medium);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:0;white-space:nowrap;flex-shrink:0;font-weight:var(--font-weight-regular);text-transform:none;line-height:1.25;box-shadow:none;outline:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.chorus-button.chorus-button--sm.MuiButton-root,.chorus-button.chorus-button--md.MuiButton-root,.chorus-button.chorus-button--lg.MuiButton-root,.chorus-button.chorus-button--icon.MuiButton-root{font-family:var(--font-data)}.chorus-button.MuiButton-root{text-transform:none;box-sizing:border-box}.chorus-button.chorus-button--lg.MuiButton-root{font-weight:var(--button-font-weight)}.chorus-button:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb,var(--ring) 30%,transparent)}.chorus-button.Mui-disabled{opacity:1;pointer-events:none}.chorus-button .MuiButton-startIcon,.chorus-button .MuiButton-endIcon{margin:0}.chorus-button .MuiButton-startIcon>svg,.chorus-button .MuiButton-startIcon svg,.chorus-button .MuiButton-endIcon>svg,.chorus-button .MuiButton-endIcon svg{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.chorus-button__spinner{margin-right:.5rem}.chorus-button--icon .chorus-button__spinner{margin-right:0}.chorus-button--sm{min-height:var(--button-height-sm);height:var(--button-height-sm);padding-block:0;padding-inline:var(--button-padding-x-sm);font-size:.75rem;border-radius:var(--radius-md)}.chorus-button--md{min-height:var(--button-height-md);height:var(--button-height-md);padding-block:0;padding-inline:var(--button-padding-x-md);font-size:var(--font-size);border-radius:var(--radius-lg)}.chorus-button--lg{min-height:var(--button-height-lg);height:var(--button-height-lg);padding-block:0;padding-inline:var(--button-padding-x-lg);font-size:var(--button-font-size-lg);font-weight:var(--button-font-weight);border-radius:var(--radius-xl)}.chorus-button--icon{width:var(--button-height-icon);min-width:var(--button-height-icon);height:var(--button-height-icon);min-height:var(--button-height-icon);padding:0}.chorus-button.chorus-button--primary.MuiButton-contained{background-color:var(--color-brand-navy);color:var(--color-main-bg);border:1px solid var(--color-brand-navy);box-shadow:var(--shadow-sm);border-radius:var(--radius-lg)}.chorus-button.chorus-button--primary.MuiButton-contained:hover:not(.Mui-disabled){background-color:var(--color-brand-navy-mid);border-color:var(--color-brand-navy-mid)}.chorus-button.chorus-button--primary.MuiButton-contained.Mui-disabled{background-color:var(--color-brand-navy);color:var(--color-main-bg);border-color:var(--color-brand-navy);box-shadow:var(--shadow-sm)}.chorus-button.chorus-button--danger.MuiButton-contained{background-color:var(--destructive);color:var(--destructive-foreground);border:1px solid var(--destructive);box-shadow:var(--shadow-sm);border-radius:var(--radius-lg)}.chorus-button.chorus-button--danger.MuiButton-contained:hover:not(.Mui-disabled){background-color:color-mix(in srgb,var(--destructive) 90%,black);border-color:color-mix(in srgb,var(--destructive) 90%,black)}.chorus-button.chorus-button--danger.MuiButton-contained:focus-visible{box-shadow:0 0 0 4px color-mix(in srgb,var(--destructive) 30%,transparent)}.chorus-button.chorus-button--danger.MuiButton-contained.Mui-disabled{background-color:var(--destructive);color:var(--destructive-foreground);border-color:var(--destructive);box-shadow:var(--shadow-sm)}.chorus-button--outline.MuiButton-outlined{background-color:var(--card);color:var(--color-brand-navy);border:1px solid var(--input-border);border-radius:var(--radius-md)}.chorus-button--outline.MuiButton-outlined:hover:not(.Mui-disabled){background-color:var(--muted);border-color:var(--border);color:var(--color-brand-navy)}.chorus-button--outline.MuiButton-outlined.Mui-disabled{color:var(--muted-foreground);background-color:var(--card);border-color:var(--border)}.chorus-button--secondary.MuiButton-contained{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--secondary);box-shadow:var(--shadow-sm);border-radius:var(--radius-lg)}.chorus-button--secondary.MuiButton-contained:hover:not(.Mui-disabled){background-color:color-mix(in srgb,var(--secondary) 92%,black);border-color:color-mix(in srgb,var(--secondary) 92%,black)}.chorus-button--secondary.MuiButton-contained.Mui-disabled{color:var(--muted-foreground);background-color:var(--secondary);border-color:var(--secondary)}.chorus-button--ghost.MuiButton-text{color:var(--foreground);background-color:transparent}.chorus-button--ghost.MuiButton-text:hover:not(.Mui-disabled){background-color:var(--accent);color:var(--accent-foreground)}.chorus-button--outline.chorus-button--sm,.chorus-button--primary.chorus-button--sm,.chorus-button--secondary.chorus-button--sm,.chorus-button--danger.chorus-button--sm{border-radius:var(--radius-md)}.shared-route-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.shared-route-error--standalone{min-height:100dvh;background-color:var(--background)}.shared-route-error--embedded{min-height:calc(100dvh - 12rem)}.shared-route-error__illustration{display:block;width:10.375rem;max-width:100%;height:auto;margin-bottom:1.5rem}.shared-route-error__code{margin:0 0 .5rem;font-family:var(--font-ui);font-size:3rem;font-weight:var(--font-weight-semibold);line-height:1;letter-spacing:-.04em;color:var(--color-brand-navy)}.shared-route-error__title{margin:0 0 .75rem;font-family:var(--font-ui);font-size:1.5rem;font-weight:var(--font-weight-regular);line-height:1.25;color:var(--color-brand-navy)}.shared-route-error__description{margin:0 0 2rem;max-width:28rem;font-family:var(--font-data);font-size:var(--text-15);line-height:1.5;color:var(--muted-foreground)}.shared-route-error__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.shared-route-error__details{margin:1.5rem 0 0;max-width:32rem;font-family:var(--font-data);font-size:.8125rem;line-height:1.45;color:var(--muted-foreground);word-break:break-word}.MuiDialog-root.chorus-alert-dialog__root,.MuiModal-root.chorus-alert-dialog__root,.chorus-alert-dialog__root{z-index:var(--modal-z-index)}.MuiDialog-root.chorus-alert-dialog__root>.MuiBackdrop-root,.MuiModal-root.chorus-alert-dialog__root>.MuiBackdrop-root,.chorus-alert-dialog__root>.MuiBackdrop-root{background-color:var(--alert-dialog-overlay-bg);-webkit-backdrop-filter:none;backdrop-filter:none}.MuiDialog-root.chorus-alert-dialog__root .MuiDialog-container,.MuiModal-root.chorus-alert-dialog__root .MuiDialog-container,.chorus-alert-dialog__root .MuiDialog-container{align-items:center;justify-content:center;background-color:transparent}.chorus-alert-dialog__overlay,.chorus-alert-dialog__overlay.MuiBackdrop-root{background-color:var(--alert-dialog-overlay-bg);-webkit-backdrop-filter:none;backdrop-filter:none}.MuiPaper-root[role=alertdialog],.chorus-alert-dialog__content{--dialog-gap: var(--spacing-md);--modal-max-width-sm: 32rem;--modal-padding-lg: 1.5rem}.MuiPaper-root[role=alertdialog].MuiPaper-root,.MuiPaper-root[role=alertdialog].MuiDialog-paper,.chorus-alert-dialog__content.MuiPaper-root,.chorus-alert-dialog__content.MuiDialog-paper{--Paper-overlay: none;display:grid;gap:var(--dialog-gap);width:calc(100% - 2rem);max-width:var(--modal-max-width-sm);margin:0;padding:var(--modal-padding-lg);background-image:none;opacity:1;border:1px solid var(--dialog-border);border-radius:var(--dialog-radius);background-color:var(--dialog-surface);color:var(--dialog-surface-foreground);box-shadow:var(--dialog-shadow);font-family:var(--font-data);transition:opacity var(--transition-duration) cubic-bezier(.4,0,.2,1),transform var(--transition-duration) cubic-bezier(.4,0,.2,1)}.MuiPaper-root[role=alertdialog].MuiPaper-root:before,.MuiPaper-root[role=alertdialog].MuiDialog-paper:before,.chorus-alert-dialog__content.MuiPaper-root:before,.chorus-alert-dialog__content.MuiDialog-paper:before{display:none}.chorus-alert-dialog__header{display:flex;flex-direction:column;gap:var(--spacing-sm);text-align:left}.chorus-alert-dialog__header:has(.chorus-alert-dialog__heading) .chorus-alert-dialog__description{padding-left:4rem}.chorus-alert-dialog__heading{display:flex;align-items:center;gap:1rem;min-width:0}.chorus-alert-dialog__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0;border-radius:9999px}.chorus-alert-dialog__icon .chorus-alert-dialog__icon-graphic{width:1.375rem;height:1.375rem;font-size:1.375rem}.chorus-alert-dialog__icon--default{background-color:var(--muted);color:var(--muted-foreground)}.chorus-alert-dialog__icon--destructive{background-color:var(--dialog-icon-destructive-bg);color:var(--destructive)}.chorus-alert-dialog__icon--warning{background-color:var(--dialog-icon-warning-bg);color:var(--color-status-pending)}.chorus-alert-dialog__icon--info{background-color:var(--dialog-icon-info-bg);color:var(--color-chart-blue)}.chorus-alert-dialog__footer{display:flex;flex-direction:column-reverse;gap:var(--spacing-sm)}@media(min-width:640px){.chorus-alert-dialog__footer{flex-direction:row;justify-content:flex-end;align-items:center}}.chorus-alert-dialog__title{margin:0;min-width:0;color:var(--dialog-title-color);font-family:var(--font-heading);font-size:var(--dialog-title-size);font-weight:var(--font-weight-semibold);line-height:1.3;letter-spacing:normal}.chorus-alert-dialog__description{margin:0;color:var(--dialog-description-color);font-family:var(--font-data);font-size:.875rem;font-weight:var(--font-weight-regular);line-height:1.5}.chorus-alert-dialog__action,.chorus-alert-dialog__cancel{width:100%}@media(min-width:640px){.chorus-alert-dialog__action,.chorus-alert-dialog__cancel{width:auto}}.shared-confirm-dialog.chorus-alert-dialog__content{--confirm-dialog-max-width: 28rem}.shared-confirm-dialog.chorus-alert-dialog__content.MuiPaper-root,.shared-confirm-dialog.chorus-alert-dialog__content.MuiDialog-paper{max-width:var(--confirm-dialog-max-width)}.shared-confirm-dialog__action--destructive.chorus-button.MuiButton-contained{background-color:var(--destructive);color:var(--destructive-foreground)}.shared-confirm-dialog__action--destructive.chorus-button.MuiButton-contained:hover{background-color:color-mix(in srgb,var(--destructive) 90%,black)}.shared-confirm-dialog__action--warning.chorus-button{--confirm-dialog-warning-action-bg: #ea580c;--confirm-dialog-warning-action-fg: #fff}.shared-confirm-dialog__action--warning.chorus-button.MuiButton-contained{background-color:var(--confirm-dialog-warning-action-bg);color:var(--confirm-dialog-warning-action-fg)}.shared-confirm-dialog__action--warning.chorus-button.MuiButton-contained:hover{background-color:color-mix(in srgb,var(--confirm-dialog-warning-action-bg) 88%,black)}.shared-dialog__backdrop{background-color:var(--alert-dialog-overlay-bg);-webkit-backdrop-filter:none;backdrop-filter:none}.shared-dialog__paper{--confirm-dialog-max-width: 28rem}.shared-dialog__paper.MuiDialog-paper{--Paper-overlay: none;width:calc(100% - 2rem);max-width:var(--confirm-dialog-max-width);margin:var(--spacing-md);padding:0;border:1px solid var(--dialog-border);border-radius:var(--dialog-radius);background-color:var(--dialog-surface);background-image:none;color:var(--dialog-surface-foreground);box-shadow:var(--dialog-shadow);overflow:hidden}.shared-dialog__paper.MuiDialog-paper:before{display:none}.shared-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-md);padding:var(--dialog-padding) var(--dialog-padding) 0}.shared-dialog__heading{display:flex;align-items:center;gap:var(--spacing-md);flex:1;min-width:0}.shared-dialog__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0;border-radius:9999px}.shared-dialog__icon svg,.shared-dialog__icon .shared-dialog__icon-graphic{width:1.375rem;height:1.375rem;font-size:1.375rem}.shared-dialog__icon--default{background-color:var(--muted);color:var(--muted-foreground)}.shared-dialog__icon--destructive{background-color:var(--dialog-icon-destructive-bg);color:var(--destructive)}.shared-dialog__icon--warning{background-color:var(--dialog-icon-warning-bg);color:var(--color-status-pending)}.shared-dialog__icon--info{background-color:var(--dialog-icon-info-bg);color:var(--color-chart-blue)}.shared-dialog__title.MuiDialogTitle-root{flex:1;padding:0;margin:0;font-family:var(--font-heading);font-size:var(--dialog-title-size);font-weight:var(--font-weight-semibold);line-height:1.25;color:var(--dialog-title-color)}.shared-dialog__close{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:var(--radius-md);background:transparent;color:var(--dialog-close-color);cursor:pointer;opacity:.7;transition:opacity var(--transition-duration) ease,background-color var(--transition-duration) ease}.shared-dialog__close:hover{opacity:1;background-color:var(--muted)}.shared-dialog__close:focus-visible{outline:none;box-shadow:0 0 0 4px var(--input-focus-glow)}.shared-dialog__close svg{width:1.25rem;height:1.25rem}.shared-dialog__body.MuiDialogContent-root{padding:var(--spacing-md) var(--dialog-padding) 0;color:var(--dialog-description-color);font-family:var(--font-data);font-size:.875rem;line-height:1.5}.shared-dialog__description{margin:0;font-size:var(--text-14);padding-bottom:var(--spacing-sm)}.shared-dialog__footer.MuiDialogActions-root{padding:var(--spacing-md) var(--dialog-padding) var(--dialog-padding);gap:var(--spacing-sm);justify-content:flex-end;flex-wrap:nowrap}.chorus-card.MuiPaper-root{display:flex;flex-direction:column;overflow:hidden;border-radius:var(--card-radius);background-color:var(--card);color:var(--color-brand-navy-border);font-family:var(--font-data);border:none;box-shadow:none}.chorus-card--elevated.MuiPaper-root{box-shadow:var(--card-shadow-elevated)}.chorus-card--outlined.MuiPaper-root{border:1px solid var(--border);box-shadow:none}.chorus-card--tile.MuiPaper-root{border:2px solid var(--border);box-shadow:none}.chorus-card--tile.MuiPaper-root:hover{box-shadow:var(--shadow-md)}.chorus-card__header{display:grid;grid-auto-rows:min-content;grid-template-rows:auto auto;align-items:start;padding:1.5rem 1rem 0;border-radius:10px}.chorus-card__header:has([data-slot=card-action]){grid-template-columns:1fr auto}.chorus-card__header.border-b{padding-bottom:var(--spacing-md);border-bottom:1px solid var(--border)}.chorus-card__action{grid-column:2;grid-row:1/span 2;align-self:start;justify-self:end}.chorus-card__title{margin:0;color:inherit;font-family:var(--font-heading);font-weight:var(--font-weight-regular);line-height:1}.chorus-card__description{margin:0;color:var(--color-sidebar-text-inactive);font-family:var(--font-data);font-size:.75rem;font-weight:var(--font-weight-regular);line-height:1.5}.chorus-card__content.MuiCardContent-root:last-child{padding-bottom:1.5rem}.chorus-card__content.chorus-card__content--uniform{padding:1.5rem}.chorus-card__content.chorus-card__content--uniform:last-child{padding-bottom:1.5rem}.chorus-card__content.chorus-card__content--flush{padding:0}.chorus-card__content.chorus-card__content--flush:last-child{padding-bottom:0}.chorus-card__content.chorus-card__content--tile{padding:var(--card-padding-tile)}.chorus-card__content.chorus-card__content--tile:last-child{padding-bottom:var(--card-padding-tile)}.chorus-card__footer{display:flex;align-items:center;padding:0 1.5rem 1.5rem}.chorus-card__footer.border-t{padding-top:1.5rem;border-top:1px solid var(--border)}.shared-stat-card{--stat-card-padding: 1.5rem;--stat-card-icon-box-size: 3.5rem;--stat-card-value-size: 1.875rem;--stat-card-label-size: var(--text-15);--stat-card-icon-bg: var(--color-main-bg)}.shared-stat-card.chorus-card--elevated.MuiPaper-root{background-color:var(--card)}.shared-stat-card .chorus-card__content--uniform{padding:var(--stat-card-padding)}.shared-stat-card .chorus-card__content--uniform:last-child{padding-bottom:var(--stat-card-padding)}.shared-stat-card__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.shared-stat-card__copy{display:flex;flex-direction:column;gap:.5rem;min-width:0}.shared-stat-card__label{font-family:var(--font-data);font-size:var(--stat-card-label-size);font-weight:var(--font-weight-medium);color:var(--muted-foreground)}.shared-stat-card__body{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.shared-stat-card__value{font-family:var(--font-data);font-size:var(--stat-card-value-size);font-weight:var(--font-weight-bold);line-height:1.3;color:var(--color-brand-navy)}.shared-stat-card__trend{font-family:var(--font-data);font-size:var(--shared-field-helper-size);font-weight:var(--font-weight-medium)}.shared-stat-card__trend--up{color:var(--color-status-active)}.shared-stat-card__trend--down{color:var(--color-status-disposed)}.shared-stat-card__trend--neutral{color:var(--muted-foreground)}.shared-stat-card__icon-box{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--stat-card-icon-box-size);height:var(--stat-card-icon-box-size);border-radius:var(--radius-lg);background-color:var(--stat-card-icon-bg);color:var(--color-brand-navy)}.shared-stat-card__icon-box .MuiSvgIcon-root,.shared-stat-card__icon-box svg{width:1.75rem;height:1.75rem}.chorus-badge.MuiChip-root{height:auto;max-width:100%;width:fit-content;flex-shrink:0;border-radius:1.25rem;font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-medium);line-height:1.25;box-shadow:none;overflow:hidden;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.chorus-badge .MuiChip-label{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.25rem .75rem;white-space:nowrap}.chorus-badge .MuiChip-label>svg{width:.875rem;height:.875rem;flex-shrink:0;pointer-events:none}.chorus-badge--default.MuiChip-filled{border:1px solid transparent;background-color:var(--primary);color:var(--primary-foreground)}.chorus-badge--outline.MuiChip-outlined{border-color:var(--border);background-color:var(--card);color:var(--foreground)}.chorus-badge--secondary.MuiChip-filled{border:1px solid transparent;background-color:var(--secondary);color:var(--secondary-foreground)}.chorus-badge--green.MuiChip-filled{border:1px solid color-mix(in srgb,var(--color-status-active) var(--badge-border-tint),transparent);background-color:color-mix(in srgb,var(--color-status-active) var(--badge-tint),transparent);color:var(--color-status-active-fg)}.chorus-badge--yellow.MuiChip-filled{border:1px solid color-mix(in srgb,var(--color-status-pending) var(--badge-border-tint),transparent);background-color:color-mix(in srgb,var(--color-status-pending) var(--badge-tint),transparent);color:var(--color-status-pending-fg)}.chorus-badge--red.MuiChip-filled{border:1px solid color-mix(in srgb,var(--color-status-disposed) var(--badge-border-tint),transparent);background-color:color-mix(in srgb,var(--color-status-disposed) var(--badge-tint),transparent);color:var(--color-status-disposed-fg)}.chorus-badge--gray.MuiChip-filled{border:1px solid color-mix(in srgb,var(--color-status-inactive) var(--badge-border-tint),transparent);background-color:color-mix(in srgb,var(--color-status-inactive) var(--badge-tint),transparent);color:var(--color-status-inactive-fg)}.chorus-badge--teal.MuiChip-filled{border:1px solid color-mix(in srgb,var(--color-brand-teal) var(--badge-border-tint),transparent);background-color:color-mix(in srgb,var(--color-brand-teal) var(--badge-tint),transparent);color:var(--color-brand-teal)}.chorus-badge--orange.MuiChip-filled{border:1px solid color-mix(in srgb,var(--chart-3) var(--badge-border-tint),transparent);background-color:color-mix(in srgb,var(--chart-3) var(--badge-tint),transparent);color:var(--color-badge-orange-fg)}.shared-status-badge.chorus-badge{height:auto;min-height:1.5rem;padding-inline:.625rem;font-family:var(--font-data);font-size:var(--text-13);font-weight:var(--font-weight-medium);letter-spacing:.01em;text-transform:none}.shared-status-badge__content{display:inline-flex;align-items:center;gap:.375rem}.shared-status-badge__dot{width:.375rem;height:.375rem;border-radius:9999px;background-color:currentColor;flex-shrink:0}.shared-search-input{width:100%;min-width:0}.shared-search-input__icon{width:1.25rem;height:1.25rem;color:var(--muted-foreground)}.shared-search-input__field.MuiOutlinedInput-root{width:100%;min-width:0;height:var(--filter-toolbar-control-height, var(--input-height));min-height:var(--filter-toolbar-control-height, var(--input-height));padding-right:var(--input-padding-end);padding-left:.625rem;border-radius:var(--radius-md);background-color:var(--input-background);color:var(--input-text);font-family:var(--font-data);font-size:var(--text-15);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-search-input__field.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-search-input__field.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-search-input__field.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px;border-color:var(--input-border)}.shared-search-input__field.MuiOutlinedInput-root.Mui-focused{box-shadow:none}.shared-search-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input{height:100%;padding:0;font-family:inherit;font-size:inherit;font-weight:var(--input-font-weight);line-height:1.25;color:inherit;caret-color:var(--input-caret)}.shared-search-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{color:var(--input-placeholder);opacity:1}.shared-search-input__field.MuiOutlinedInput-root .MuiInputAdornment-root{margin-right:.25rem;color:inherit}.shared-filter-toolbar{--filter-toolbar-embedded-padding: .75rem 1rem;--filter-toolbar-control-height: var(--input-height);--filter-toolbar-select-width: 10rem;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem;width:100%}.shared-filter-toolbar__filters{display:flex;flex:1 1 0;flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0}.shared-filter-toolbar__filters>*:not(.shared-filter-toolbar__search){display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0}.shared-filter-toolbar__search{flex:1 1 12rem;min-width:12rem;max-width:min(100%,24rem);width:auto}.shared-filter-toolbar__actions{display:flex;flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto}.shared-filter-toolbar__actions .chorus-button.chorus-button--outline{box-sizing:border-box;height:var(--filter-toolbar-control-height);min-height:var(--filter-toolbar-control-height);font-size:var(--text-15);border-radius:var(--radius-md);transition:none}.shared-filter-toolbar__actions .chorus-button.chorus-button--outline.MuiButton-outlined:hover:not(.Mui-disabled),.shared-filter-toolbar__actions .chorus-button.chorus-button--outline.MuiButton-outlined:active:not(.Mui-disabled){background-color:var(--card);border-color:var(--border);color:var(--color-brand-navy);box-shadow:none}.shared-filter-toolbar__actions .chorus-button.chorus-button--outline:focus-visible{box-shadow:none}.shared-filter-toolbar__actions .chorus-button.chorus-button--outline.chorus-button--icon{width:var(--filter-toolbar-control-height);min-width:var(--filter-toolbar-control-height);padding:0}.shared-filter-toolbar__actions .chorus-button.chorus-button--outline .MuiButton-startIcon>svg,.shared-filter-toolbar__actions .chorus-button.chorus-button--outline>svg{width:1.25rem;height:1.25rem}.shared-filter-toolbar--embedded{flex-shrink:0;margin:0;padding:var(--filter-toolbar-embedded-padding);border-bottom:1px solid var(--table-row-border);background-color:var(--card)}.shared-filter-toolbar--embedded .shared-filter-toolbar__search{flex:1 1 12rem;max-width:none}.shared-filter-toolbar--data-table .shared-filter-toolbar__search{flex:1 1 16rem;max-width:none}.shared-filter-toolbar .shared-dropdown-select,.shared-filter-toolbar .shared-select,.shared-filter-toolbar .chorus-select__trigger-wrap{flex:0 0 auto;width:var(--filter-toolbar-select-width);min-width:var(--filter-toolbar-select-width);max-width:var(--filter-toolbar-select-width)}.shared-filter-toolbar .shared-select .shared-dropdown-select.shared-dropdown-select--default{width:100%;min-width:0;max-width:100%}.shared-filter-toolbar .shared-dropdown-select__trigger.MuiOutlinedInput-root,.shared-filter-toolbar .chorus-select__trigger,.shared-filter-toolbar .shared-select__field.MuiOutlinedInput-root{height:var(--filter-toolbar-control-height);min-height:var(--filter-toolbar-control-height);font-size:var(--text-15)}.shared-filter-toolbar .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select,.shared-filter-toolbar .chorus-select__trigger .MuiSelect-select,.shared-filter-toolbar .shared-select__field.MuiOutlinedInput-root .MuiSelect-select{min-width:0}.shared-filter-toolbar .shared-dropdown-select__trigger.MuiOutlinedInput-root .shared-dropdown-select__value,.shared-filter-toolbar .shared-dropdown-select__trigger.MuiOutlinedInput-root .shared-dropdown-select__placeholder,.shared-filter-toolbar .chorus-select__trigger .shared-dropdown-select__value,.shared-filter-toolbar .chorus-select__trigger .shared-dropdown-select__placeholder,.shared-filter-toolbar .shared-select__field.MuiOutlinedInput-root .shared-dropdown-select__value,.shared-filter-toolbar .shared-select__field.MuiOutlinedInput-root .shared-dropdown-select__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-filter-toolbar .chorus-select__trigger{min-width:0}.shared-filter-toolbar .chorus-select__trigger .chorus-select__value{flex:1;min-width:0}.shared-filter-toolbar__select.chorus-select__trigger{height:var(--filter-toolbar-control-height);min-height:var(--filter-toolbar-control-height);font-size:var(--text-15)}.shared-drawer-form-footer{--drawer-footer-padding: 1rem 1.5rem;--drawer-footer-button-height: 2.5rem;--drawer-footer-button-padding-x: 1.25rem;--drawer-footer-button-font-size: var(--text-15);display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:auto;padding:var(--drawer-footer-padding);border-top:1px solid var(--border)}.shared-drawer-form-footer .chorus-button{min-height:var(--drawer-footer-button-height);padding-inline:var(--drawer-footer-button-padding-x);font-size:var(--drawer-footer-button-font-size);font-weight:var(--font-weight-medium);line-height:1.25}.shared-drawer-form-footer .chorus-button--primary.MuiButton-contained.Mui-disabled:not([aria-busy=true]){background-color:var(--muted);color:var(--muted-foreground);border-color:var(--border);box-shadow:none}@media(max-width:600px){.shared-drawer-form-footer{flex-wrap:wrap}.shared-drawer-form-footer .chorus-button{flex:1 0 auto}}.shared-form{display:flex;flex-direction:column;width:100%}.shared-form--spacing-default{gap:1rem}.shared-form--spacing-compact{gap:.75rem}.shared-form--spacing-none{gap:0}.shared-form-header{flex-shrink:0}.shared-form-content{display:flex;flex-direction:column;width:100%}.shared-form-content--scrollable{flex:1;min-height:0;overflow-y:auto}.shared-form-content--static{flex:none;overflow:visible}.shared-form-content--spacing-default{gap:1rem}.shared-form-content--spacing-compact{gap:.75rem}.shared-form-content--spacing-none{gap:0}.shared-form-footer{flex-shrink:0;margin-top:auto}.shared-form-body{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;width:100%}.shared-form-body--spacing-default{gap:1.25rem}.shared-form-body--spacing-compact{gap:.75rem}.shared-form-body--spacing-none{gap:0}.shared-form-row{display:grid;width:100%}.shared-form-row--cols-1{grid-template-columns:minmax(0,1fr)}.shared-form-row--cols-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.shared-form-row--cols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.list-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.list-empty-state--spacious{padding:8rem 1rem 3rem}.list-empty-state__image{display:block;width:10.375rem;max-width:100%;height:auto;margin-bottom:1rem}.list-empty-state__title{margin:0 0 .5rem;font-family:var(--font-heading);font-size:1.125rem;color:var(--color-brand-navy)}.list-empty-state__title:last-child{margin-bottom:0}.list-empty-state__description{margin:0;max-width:24rem;font-family:var(--font-data);font-size:var(--text-15);color:var(--muted-foreground)}.chorus-label.MuiFormLabel-root{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:var(--label-color);font-family:var(--font-ui);font-size:var(--label-font-size);font-weight:var(--label-font-weight);line-height:1;-webkit-user-select:none;user-select:none}.chorus-label.Mui-disabled,.chorus-label.Mui-focused{color:var(--label-color)}.shared-select-loading-adornment{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;pointer-events:none;color:var(--color-gray-900)}.shared-select-loading-adornment .MuiCircularProgress-root{width:20px;height:20px;color:var(--color-gray-900)}.shared-dropdown-select{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-dropdown-select__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-dropdown-select__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-dropdown-select__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-dropdown-select__description,.shared-dropdown-select__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-dropdown-select__helper--error,.shared-dropdown-select__label--error{color:var(--destructive)}.shared-dropdown-select{width:fit-content;min-width:0}.shared-dropdown-select__control-host{width:100%;min-width:0}.shared-dropdown-select__control-host--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.shared-dropdown-select__control{width:100%;min-width:0}.shared-dropdown-select:has(.shared-dropdown-select__trigger.Mui-disabled){cursor:not-allowed}.shared-dropdown-select__item--empty{color:var(--text-secondary)}.shared-dropdown-select__value,.shared-dropdown-select__placeholder{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-dropdown-select__value{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height)}.shared-dropdown-select__placeholder{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-dropdown-select__menu.MuiPaper-root{min-width:12rem;max-height:min(18rem,100dvh - 6rem);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid var(--elevated-surface-border);border-radius:var(--radius-lg);background-color:var(--input-background);color:var(--input-text);box-shadow:var(--elevated-surface-shadow)}.shared-dropdown-select__menu .MuiList-root{max-height:none;padding-top:.375rem;padding-bottom:.375rem}.shared-dropdown-select__item.MuiMenuItem-root{position:relative;gap:.5rem;min-height:2.25rem;padding:.5rem 2rem .5rem .625rem;margin-left:.25rem;margin-right:.25rem;border-radius:var(--input-border-radius);font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-text)}.shared-dropdown-select__item.MuiMenuItem-root:hover,.shared-dropdown-select__item.MuiMenuItem-root.Mui-focusVisible{background-color:var(--elevated-surface-hover);margin-left:.25rem;margin-right:.25rem}.shared-dropdown-select__item.MuiMenuItem-root.Mui-selected{background-color:inherit;margin-left:.25rem;margin-right:.25rem}.shared-dropdown-select__item.MuiMenuItem-root.Mui-selected:hover{background-color:var(--elevated-surface-hover);margin-left:.25rem;margin-right:.25rem}.shared-dropdown-select__item.MuiMenuItem-root.Mui-disabled{opacity:.5}.shared-dropdown-select__item.MuiMenuItem-root .MuiListItemIcon-root{display:none}.shared-dropdown-select__item-check{position:absolute;right:.5rem;top:50%;width:.625rem;height:.625rem;font-size:.625rem;transform:translateY(-50%)}.shared-dropdown-select__trigger.MuiOutlinedInput-root{box-sizing:border-box;width:100%;min-width:0;cursor:pointer;transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-dropdown-select__trigger.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{display:flex;align-items:center;min-width:0;height:100%;min-height:0;padding:0;padding-right:2.25rem;font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:inherit}.shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-icon{width:20px;height:20px;right:.75rem;top:calc(50% - 10px);color:var(--color-gray-900);opacity:1;transition:transform .15s ease}.shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-icon.MuiSelect-iconOpen{transform:rotate(180deg)}.shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-disabled{cursor:not-allowed;background-color:var(--input-disabled-bg);color:var(--input-disabled-fg);opacity:1}.shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-disabled .MuiSelect-select{cursor:not-allowed}.shared-dropdown-select--default{width:100%}.shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root{height:var(--input-height);min-height:var(--input-height);max-height:var(--input-height);padding-left:var(--input-padding-x);padding-right:0;border-radius:var(--input-border-radius);background-color:var(--input-background);color:var(--color-brand-navy)}.shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{padding-right:2.25rem}.shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-disabled{background-color:var(--input-disabled-bg);color:var(--input-disabled-fg)}.shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px;border-color:var(--input-border)}.shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused{box-shadow:none}.shared-dropdown-select--default.shared-dropdown-select--focus-ring .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px;border-color:var(--input-focus-border)}.shared-dropdown-select--default.shared-dropdown-select--focus-ring .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 3px var(--input-focus-glow)}.shared-dropdown-select--inline .shared-dropdown-select__trigger.MuiOutlinedInput-root{width:auto;height:3.5rem;padding-top:0;padding-left:1rem;padding-right:0;border:0;border-radius:0 9999px 9999px 0;background-color:transparent;color:var(--foreground);box-shadow:none}.shared-dropdown-select--inline .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-dropdown-select--inline .shared-dropdown-select__trigger.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.shared-dropdown-select--inline .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:0}.shared-dropdown-select--inline .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{padding:0;padding-right:2.25rem;font-family:var(--font-ui);font-size:1rem}.shared-dropdown-select--inline .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused{box-shadow:none}.shared-dropdown-select--inline .shared-dropdown-select__trigger.MuiOutlinedInput-root:has(.MuiSelect-select[aria-expanded=true]){background-color:var(--muted)}.shared-table-pagination{--table-pagination-bg: #f5f5f5;--table-pagination-fg: var(--color-status-inactive);--table-pagination-height: 3rem;--table-pagination-font-size: var(--text-14);--table-pagination-nav-disabled-opacity: .6;--table-pagination-padding-x: var(--spacing-md);--table-pagination-select-width: 5rem;--table-pagination-select-height: 2rem;--table-pagination-nav-size: 2rem;--table-pagination-icon-size: 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-height:var(--table-pagination-height);padding:0 var(--table-pagination-padding-x);border-top:1px solid var(--color-divider);background-color:var(--table-pagination-bg);font-family:var(--font-data);font-size:var(--table-pagination-font-size);font-weight:var(--font-weight-regular);color:var(--table-pagination-fg)}.shared-table-pagination__summary{white-space:nowrap}.shared-table-pagination__controls{display:flex;align-items:center;gap:1rem;margin-left:auto}.shared-table-pagination__rows{display:flex;flex-shrink:0;align-items:center;gap:.5rem;white-space:nowrap}.shared-table-pagination__rows-label{white-space:nowrap}.shared-table-pagination__select.shared-dropdown-select{width:var(--table-pagination-select-width);min-width:var(--table-pagination-select-width);max-width:var(--table-pagination-select-width)}.shared-table-pagination__select.shared-dropdown-select .shared-dropdown-select__trigger.MuiOutlinedInput-root{width:100%;height:var(--table-pagination-select-height);min-height:var(--table-pagination-select-height);padding-left:0;padding-right:0;border-radius:var(--radius-md);background-color:var(--card);box-shadow:none;color:var(--table-pagination-fg)}.shared-table-pagination__select.shared-dropdown-select .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-table-pagination__select.shared-dropdown-select .shared-dropdown-select__trigger.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.shared-table-pagination__select.shared-dropdown-select .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:0}.shared-table-pagination__select.shared-dropdown-select .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused{box-shadow:none}.shared-table-pagination__select.shared-dropdown-select .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{display:flex;align-items:center;box-sizing:border-box;width:100%;height:100%;padding:0 1.5rem 0 .5rem;border:1px solid var(--input-border);border-radius:var(--radius-md);background-color:var(--card);font-family:var(--font-data);font-size:var(--table-pagination-font-size);font-weight:var(--font-weight-medium);line-height:1.25}.shared-table-pagination__select.shared-dropdown-select .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-icon{width:1.625rem;height:1.625rem;top:calc(50% - .8125rem);opacity:.5}.shared-table-pagination__range{white-space:nowrap;color:var(--table-pagination-fg)}.shared-table-pagination__nav{display:flex;align-items:center;gap:.125rem}.shared-table-pagination__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:var(--table-pagination-nav-size);height:var(--table-pagination-nav-size);padding:0;border:0;border-radius:9999px;background:transparent;color:var(--table-pagination-fg);cursor:pointer;transition:color .15s ease,opacity .15s ease}.shared-table-pagination__nav-btn svg{width:var(--table-pagination-icon-size);height:var(--table-pagination-icon-size);flex-shrink:0}.shared-table-pagination__nav-btn:hover:not(:disabled){color:var(--foreground)}.shared-table-pagination__nav-btn:disabled{opacity:var(--table-pagination-nav-disabled-opacity);pointer-events:none;cursor:default}.dark .shared-table-pagination{--table-pagination-bg: var(--muted)}.chorus-tooltip__trigger:not(.shared-truncated-text){display:inline-flex;max-width:fit-content}.chorus-tooltip__content{--tooltip-bg: var(--color-brand-navy);--tooltip-fg: #ffffff;--tooltip-padding-x: .75rem;--tooltip-padding-y: .375rem;--tooltip-font-size: .75rem}.chorus-tooltip__content.MuiTooltip-tooltip{width:max-content;max-width:var(--panel-width-md);padding:var(--tooltip-padding-y) var(--tooltip-padding-x);border-radius:var(--radius-md);background-color:var(--tooltip-bg);color:var(--tooltip-fg);font-family:var(--font-data);font-size:var(--tooltip-font-size);font-weight:var(--font-weight-medium);line-height:1.4}.chorus-tooltip__content .MuiTooltip-arrow{color:var(--tooltip-bg)}.chorus-tooltip__content .MuiTooltip-arrow:before{background-color:var(--tooltip-bg)}.dark .chorus-tooltip__content{--tooltip-bg: var(--primary);--tooltip-fg: var(--primary-foreground)}.shared-truncated-text.chorus-tooltip__trigger{display:block;width:100%;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chorus-table__container{--table-font-size: var(--text-13);--table-font-size-md: var(--text-15);--table-header-bg: var(--color-main-bg);--table-row-bg: var(--input-background);--table-head-color: var(--label-color);--table-cell-color: var(--input-text);--table-ui-row-height: var(--spacing-2xl);--table-ui-head-height: var(--spacing-2xl);--table-cell-padding-x: var(--spacing-12);--table-head-padding-y: var(--spacing-12);--table-cell-padding-y: var(--spacing-12);position:relative;width:100%;overflow-x:auto;font-family:var(--font-data)}.dark .chorus-table__container{--table-header-bg: var(--muted);--table-row-bg: var(--card);--table-head-color: var(--muted-foreground);--table-cell-color: var(--foreground)}.chorus-table.MuiTable-root{width:max-content;min-width:100%;border-collapse:collapse;font-size:var(--table-font-size)}.chorus-table__header.MuiTableHead-root{position:sticky;top:0;z-index:10;background-color:var(--table-header-bg)}.chorus-table__header .chorus-table__row{height:auto;background-color:var(--table-header-bg);border-bottom:1px solid var(--table-row-border)}.chorus-table__header .chorus-table__row:hover{background-color:var(--table-header-bg)}.chorus-table__body.MuiTableBody-root{background-color:var(--table-row-bg)}.chorus-table__row.MuiTableRow-root{height:var(--table-ui-row-height);border-bottom:1px solid var(--table-row-border);background-color:var(--table-row-bg);transition:background-color var(--transition-duration) ease}.chorus-table__row.MuiTableRow-root:hover,.chorus-table__row.MuiTableRow-root.Mui-selected,.chorus-table__row.MuiTableRow-root[data-state=selected]{background-color:var(--table-header-bg)}.chorus-table__head.MuiTableCell-root{height:var(--table-ui-head-height);padding:var(--table-head-padding-y) var(--table-cell-padding-x);border-bottom:none;color:var(--table-head-color);font-family:var(--font-data);font-size:var(--table-font-size);font-weight:var(--font-weight-semibold);line-height:1.25;text-align:left;text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;white-space:nowrap}.chorus-table__cell.MuiTableCell-root{height:var(--table-ui-row-height);padding:var(--table-cell-padding-y) var(--table-cell-padding-x);border-bottom:none;color:var(--table-cell-color);font-family:var(--font-data);font-size:var(--table-font-size-md);font-weight:var(--font-weight-medium);line-height:1.25;vertical-align:middle;white-space:nowrap}.chorus-table__cell.MuiTableCell-root.chorus-table__cell--actions .chorus-button.chorus-button--ghost.MuiButton-text{width:2rem;min-width:2rem;height:2rem;min-height:2rem;padding:0;transition:none}.chorus-table__cell.MuiTableCell-root.chorus-table__cell--actions .chorus-button.chorus-button--ghost.MuiButton-text:hover:not(.Mui-disabled),.chorus-table__cell.MuiTableCell-root.chorus-table__cell--actions .chorus-button.chorus-button--ghost.MuiButton-text:active:not(.Mui-disabled){background-color:transparent;color:var(--foreground)}.chorus-table__cell.MuiTableCell-root.chorus-table__cell--actions .chorus-button.chorus-button--ghost.MuiButton-text:focus-visible{box-shadow:none}.chorus-table__cell.MuiTableCell-root.chorus-table__cell--actions .chorus-button.chorus-button--ghost.MuiButton-text .MuiTouchRipple-root{display:none}.chorus-table__cell.MuiTableCell-root.chorus-table__cell--actions .chorus-button.chorus-button--ghost.MuiButton-text svg,.chorus-table__cell.MuiTableCell-root.chorus-table__cell--actions .chorus-button.chorus-button--ghost.MuiButton-text .MuiSvgIcon-root{width:1.25rem;height:1.25rem}.dark .shared-data-table{--data-table-header-bg: var(--muted)}.shared-data-table{--data-table-shell-border: var(--table-row-border);--data-table-shell-bg: var(--card);--data-table-shell-radius: var(--card-radius);--data-table-header-bg: #f5f5f5;--data-table-column-menu-width: 14rem;--data-table-column-menu-max-height: 24rem;--data-table-actions-width: 8rem;--data-table-cell-max-width: 15rem;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--data-table-shell-border);border-radius:var(--data-table-shell-radius);background-color:var(--data-table-shell-bg)}.shared-data-table .shared-table-pagination{flex-shrink:0;margin:0;border-radius:0 0 var(--data-table-shell-radius) var(--data-table-shell-radius)}.shared-data-table--fill-height{flex:1;min-height:0;height:100%}.shared-data-table--fill-height .shared-data-table__scroll{flex:1 1 0;min-height:0;max-height:none}.shared-data-table--fill-height .shared-data-table__scroll--empty .chorus-table.MuiTable-root{display:flex;flex-direction:column;height:100%}.shared-data-table--fill-height .shared-data-table__scroll--empty .chorus-table__header.MuiTableHead-root{flex-shrink:0}.shared-data-table--fill-height .shared-data-table__scroll--empty .chorus-table__body.MuiTableBody-root{display:flex;flex:1;flex-direction:column;min-height:0}.shared-data-table--fill-height .shared-data-table__scroll--empty .shared-data-table__empty-row.chorus-table__row{display:flex;flex:1;align-items:center;justify-content:center;min-height:0;border-bottom:none}.shared-data-table--fill-height .shared-data-table__scroll--empty .shared-data-table__empty-cell.chorus-table__cell{display:flex;align-items:center;justify-content:center;width:100%;height:auto;padding:3rem 1rem;border-bottom:none}.shared-data-table .chorus-table__header.MuiTableHead-root{background-color:var(--data-table-header-bg)}.shared-data-table .chorus-table__header .chorus-table__row,.shared-data-table .chorus-table__header .chorus-table__row:hover{background-color:var(--background)}.shared-data-table .chorus-table__head.MuiTableCell-root{background-color:#f5f5f5}.shared-data-table .chorus-table__head--actions.MuiTableCell-root,.shared-data-table .chorus-table__cell--actions.MuiTableCell-root{position:sticky;right:0;z-index:2;width:var(--data-table-actions-width);min-width:var(--data-table-actions-width);text-align:left}.shared-data-table .chorus-table__head--actions.MuiTableCell-root{z-index:11;background-color:var(--data-table-header-bg)}.shared-data-table .chorus-table__cell--actions.MuiTableCell-root{background-color:var(--table-row-bg);transition:background-color var(--transition-duration) ease}.shared-data-table .chorus-table__row:hover .chorus-table__cell--actions.MuiTableCell-root,.shared-data-table .chorus-table__row.Mui-selected .chorus-table__cell--actions.MuiTableCell-root,.shared-data-table .chorus-table__row[data-state=selected] .chorus-table__cell--actions.MuiTableCell-root{background-color:var(--table-header-bg)}.shared-data-table .chorus-table__cell .shared-truncated-text.chorus-tooltip__trigger{width:max-content;max-width:var(--data-table-cell-max-width)}.shared-data-table .chorus-table__cell--capped.MuiTableCell-root{max-width:var(--data-table-cell-max-width);min-width:0}.shared-data-table .chorus-table__cell--capped.chorus-table__cell .shared-truncated-text.chorus-tooltip__trigger{width:100%;max-width:100%;min-width:0}.shared-data-table .chorus-table__cell--grow.MuiTableCell-root{width:100%;min-width:var(--data-table-cell-min-width, 20rem);max-width:0}.shared-data-table .chorus-table__cell--grow.chorus-table__cell .shared-truncated-text.chorus-tooltip__trigger{width:100%;max-width:100%;min-width:0}.shared-data-table .chorus-table__cell--actions>.shared-action-menu--tablemenu,.shared-data-table .chorus-table__cell--actions>.chorus-tooltip__trigger{display:inline-flex;justify-content:flex-start;width:auto;margin-left:-6px}.shared-data-table .chorus-table__cell--actions .chorus-button.chorus-button--ghost.MuiButton-text{margin-left:-6px}.shared-data-table .chorus-table__cell--actions .shared-action-menu__table-trigger-icon-vertical{margin-left:0}.shared-data-table .chorus-table__cell--actions .shared-data-table__skeleton-cell--icon{margin-inline:0}.shared-data-table__scroll{flex:0 0 auto;width:100%;max-width:100%;min-width:0;min-height:0;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.shared-data-table__scroll--sticky{position:relative}.shared-data-table__scroll--skeleton{min-height:calc(var(--table-ui-head-height) + var(--table-ui-row-height) * var(--data-table-skeleton-rows, 10))}.shared-data-table__scroll--empty .shared-data-table__empty-row.chorus-table__row.MuiTableRow-root{border-bottom:none}.shared-data-table__scroll{scrollbar-width:thin;scrollbar-color:var(--data-table-scrollbar-thumb) var(--data-table-scrollbar-track)}.shared-data-table__scroll::-webkit-scrollbar{width:var(--data-table-scrollbar-size);height:var(--data-table-scrollbar-size)}.shared-data-table__scroll::-webkit-scrollbar-track{border-radius:var(--radius-sm);background-color:var(--data-table-scrollbar-track)}.shared-data-table__scroll::-webkit-scrollbar-thumb{border-radius:var(--radius-sm);background-color:var(--data-table-scrollbar-thumb)}.shared-data-table__skeleton-row{pointer-events:none}.shared-data-table__skeleton-cell{display:block;width:72%;min-width:3.5rem;height:.875rem;border-radius:var(--radius-sm);background-color:color-mix(in srgb,var(--muted) 55%,transparent)}.shared-data-table__skeleton-cell--icon{width:1.25rem;min-width:1.25rem;margin-inline:auto}.shared-data-table__head-cell--sortable.chorus-table__head{-webkit-user-select:none;user-select:none}.shared-data-table__sort-button{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;color:inherit}.shared-data-table__sort-button:hover .shared-data-table__sort-icon--idle{opacity:1}.shared-data-table__sort-button:focus-visible{border-radius:var(--radius-sm);outline:2px solid var(--ring);outline-offset:2px}.shared-data-table__head-content{display:inline-flex;align-items:center;gap:.375rem;max-width:100%;min-width:0}.shared-data-table__sort-icon{flex-shrink:0;width:1rem;min-width:1rem}.shared-data-table__sort-icon.MuiSvgIcon-root{width:1rem;height:1rem;font-size:1rem}.shared-data-table__sort-icon--idle{color:var(--muted-foreground);opacity:.65}.shared-data-table__sort-icon--active{color:var(--sidebar);opacity:1}.shared-data-table__row--clickable.chorus-table__row{cursor:pointer}.shared-data-table__empty-row.chorus-table__row{height:auto;border-bottom:none}.shared-data-table__empty-row.chorus-table__row:hover{background-color:var(--table-row-bg)}.shared-data-table__empty-cell.chorus-table__cell.MuiTableCell-root{height:auto;padding:3rem 1rem;text-align:center;vertical-align:middle;white-space:normal;border-bottom:none}.shared-data-table__toolbar-icon-btn.chorus-button--outline.chorus-button--icon{box-sizing:border-box;width:var(--input-height);min-width:var(--input-height);height:var(--input-height);min-height:var(--input-height);border-radius:var(--radius-md);transition:none}.shared-data-table__toolbar-icon-btn.chorus-button--outline.chorus-button--icon.MuiButton-outlined:hover:not(.Mui-disabled),.shared-data-table__toolbar-icon-btn.chorus-button--outline.chorus-button--icon.MuiButton-outlined:active:not(.Mui-disabled){background-color:var(--card);border-color:var(--border);color:var(--color-brand-navy);box-shadow:none}.shared-data-table__toolbar-icon-btn.chorus-button--outline.chorus-button--icon:focus-visible{box-shadow:none}.shared-data-table__toolbar-icon-btn.chorus-button--outline.chorus-button--icon svg{width:1.25rem;height:1.25rem}.shared-data-table-column-picker__trigger.chorus-button--outline.chorus-button--sm{gap:.375rem;padding-right:.75rem;padding-left:.5rem;font-family:var(--font-data);font-weight:var(--font-weight-book);transition:none}.shared-data-table-column-picker__trigger.chorus-button--outline.chorus-button--sm.MuiButton-outlined:hover:not(.Mui-disabled),.shared-data-table-column-picker__trigger.chorus-button--outline.chorus-button--sm.MuiButton-outlined:active:not(.Mui-disabled){background-color:var(--card);border-color:var(--border);color:var(--color-brand-navy);box-shadow:none}.shared-data-table-column-picker__trigger.chorus-button--outline.chorus-button--sm:focus-visible{box-shadow:none}.shared-data-table-column-picker__trigger.chorus-button--outline.chorus-button--sm .MuiButton-startIcon>svg{width:1.25rem;height:1.25rem}.shared-data-table-column-picker__content.MuiPaper-root{width:var(--data-table-column-menu-width);max-height:var(--data-table-column-menu-max-height);padding:var(--dropdown-menu-padding);overflow-x:hidden;overflow-y:auto;border:1px solid var(--elevated-surface-border);border-radius:var(--radius-md);background-color:var(--input-background);color:var(--input-text);box-shadow:var(--elevated-surface-shadow)}.shared-data-table-column-picker__list.MuiList-root{padding:0}.shared-data-table-column-picker__row.MuiMenuItem-root{gap:.5rem;min-height:2.25rem;padding:.375rem .5rem;border-radius:var(--radius-sm);font-family:var(--font-data);font-size:var(--text-15);line-height:1.25;color:var(--input-text)}.shared-data-table-column-picker__row.MuiMenuItem-root:hover,.shared-data-table-column-picker__row.MuiMenuItem-root.Mui-focusVisible{background-color:color-mix(in srgb,var(--muted) 50%,transparent)}.shared-data-table-column-picker__row.MuiMenuItem-root.Mui-disabled{opacity:.55;cursor:default}.shared-data-table-column-picker__row.MuiMenuItem-root.Mui-disabled:hover{background-color:transparent}.shared-data-table-column-picker__checkbox.chorus-checkbox{pointer-events:none;--checkbox-checked-bg: #b8e3e9;--checkbox-checked-border: #b8e3e9;--checkbox-checked-icon: #475569}.shared-data-table-column-picker__checkbox.chorus-checkbox .chorus-checkbox__mark{font-size:var(--text-15);font-weight:var(--font-weight-semibold)}.shared-data-table-column-picker__checkbox.chorus-checkbox .chorus-checkbox__mark path{stroke:currentColor;stroke-width:1px;paint-order:stroke fill}.shared-data-table-column-picker__label{flex:1;min-width:0}.shared-data-table__user-cell{display:flex;align-items:center;gap:.625rem}.shared-data-table__user-cell__avatar{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:9999px;background-color:color-mix(in srgb,var(--primary) 10%,transparent);font-size:.6875rem;font-weight:var(--font-weight-semibold);color:var(--primary)}.shared-data-table__user-cell__name{font-size:var(--text-15);font-weight:var(--font-weight-medium);color:var(--foreground)}.chorus-checkbox{--checkbox-size: 1.125rem;--checkbox-radius: 3px;--checkbox-unchecked-bg: var(--color-main-bg);--checkbox-unchecked-border: #d9dee5;--checkbox-checked-bg: var(--color-brand-teal-light);--checkbox-checked-border: var(--color-brand-teal-light);--checkbox-checked-bg: var(--color-brand-teal-soft);--checkbox-checked-border: var(--color-brand-teal-soft);--checkbox-checked-icon: var(--color-brand-navy)}.chorus-checkbox.MuiCheckbox-root{padding:0;color:var(--checkbox-unchecked-border)}.chorus-checkbox.MuiCheckbox-root:hover{background-color:transparent}.chorus-checkbox.MuiCheckbox-root.Mui-focusVisible{outline:2px solid color-mix(in srgb,var(--input-focus-border) 70%,transparent);outline-offset:2px;border-radius:var(--checkbox-radius)}.chorus-checkbox.MuiCheckbox-root.Mui-disabled{opacity:.4;cursor:not-allowed}.chorus-checkbox.Mui-checked,.chorus-checkbox.MuiCheckbox-indeterminate{color:var(--checkbox-checked-bg)}.chorus-checkbox__box{display:inline-flex;align-items:center;justify-content:center;width:var(--checkbox-size);height:var(--checkbox-size);border-radius:var(--checkbox-radius);box-sizing:border-box}.chorus-checkbox__box--unchecked{border:2px solid var(--checkbox-unchecked-border);background-color:var(--checkbox-unchecked-bg)}.chorus-checkbox__box--checked{border:1px solid var(--checkbox-checked-border);background-color:var(--checkbox-checked-bg)}.chorus-checkbox__box--indeterminate{border:1px solid var(--checkbox-checked-border);background-color:color-mix(in srgb,var(--checkbox-checked-bg) 60%,transparent)}.chorus-checkbox__mark{font-size:var(--text-15);color:var(--checkbox-checked-icon)}.chorus-checkbox__icon--unchecked{display:block;width:var(--checkbox-size);height:var(--checkbox-size)}.dark .chorus-checkbox{--checkbox-unchecked-bg: var(--muted);--checkbox-unchecked-border: var(--border)}.shared-password-strength{--password-strength-bar-height: .5rem;--password-strength-bar-gap: .25rem;--password-strength-bar-inactive: #f0f0f0;--password-strength-weak: var(--destructive);--password-strength-fair: var(--color-chart-orange);--password-strength-good: var(--color-status-maintenance);--password-strength-strong: var(--color-status-active);--password-strength-excellent: var(--color-status-active);--password-strength-requirement-icon-size: 1rem;--password-strength-requirement-icon-pending: #d9d9d9;--password-strength-requirement-icon-passed: var(--color-status-active);--password-strength-requirement-passed: var(--color-status-active-fg);--password-strength-requirement-pending: var(--muted-foreground);padding-top:.25rem}.shared-password-strength__bars{display:flex;gap:var(--password-strength-bar-gap)}.shared-password-strength__bar{height:var(--password-strength-bar-height);flex:1;border-radius:9999px;background-color:var(--password-strength-bar-inactive);transition:background-color .15s ease}.shared-password-strength__bar--weak{background-color:var(--password-strength-weak)}.shared-password-strength__bar--fair{background-color:var(--password-strength-fair)}.shared-password-strength__bar--good{background-color:var(--password-strength-good)}.shared-password-strength__bar--strong{background-color:var(--password-strength-strong)}.shared-password-strength__bar--excellent{background-color:var(--password-strength-excellent)}.shared-password-strength__label{margin:var(--spacing-xs) 0 0;font-family:var(--font-ui);font-size:var(--text-13);font-weight:var(--font-weight-medium);line-height:1.2}.shared-password-strength__label--weak{color:var(--password-strength-weak)}.shared-password-strength__label--fair{color:var(--password-strength-fair)}.shared-password-strength__label--good{color:var(--password-strength-good)}.shared-password-strength__label--strong{color:var(--password-strength-strong)}.shared-password-strength__label--excellent{color:var(--password-strength-excellent)}.shared-password-strength__requirements{display:flex;flex-direction:column;gap:var(--spacing-xs);margin:var(--spacing-sm) 0 0;padding:0;list-style:none}.shared-password-strength__requirement{display:flex;align-items:center;gap:.375rem;font-family:var(--font-ui);font-size:var(--text-13);font-weight:var(--font-weight-regular);line-height:1.25}.shared-password-strength__requirement--passed{color:var(--password-strength-requirement-passed)}.shared-password-strength__requirement--pending{color:var(--password-strength-requirement-pending)}.shared-password-strength__requirement-icon{width:var(--password-strength-requirement-icon-size);height:var(--password-strength-requirement-icon-size);flex-shrink:0;font-size:var(--password-strength-requirement-icon-size)}.shared-password-strength__requirement-icon.MuiSvgIcon-root{width:var(--password-strength-requirement-icon-size);height:var(--password-strength-requirement-icon-size)}.shared-password-strength__requirement-icon--passed{color:var(--password-strength-requirement-icon-passed)}.shared-password-strength__requirement-icon--pending{color:var(--password-strength-requirement-icon-pending)}.shared-signature-workflow{--workflow-line-pending: #e9e9ec;display:flex;flex-direction:column;gap:0}.shared-signature-workflow__item{display:flex;gap:.75rem}.shared-signature-workflow__item:last-child .shared-signature-workflow__content{padding-bottom:0}.shared-signature-workflow__marker{display:flex;flex-direction:column;align-items:center}.shared-signature-workflow__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.shared-signature-workflow__icon--signed{color:var(--color-status-active)}.shared-signature-workflow__icon--rejected{color:var(--destructive)}.shared-signature-workflow__icon--pending{color:var(--muted-foreground)}.shared-signature-workflow__line{width:1px;flex:1;min-height:1.5rem;margin-block:.25rem}.shared-signature-workflow__line--pending{background-color:var(--workflow-line-pending)}.shared-signature-workflow__line--complete{background-color:color-mix(in srgb,var(--color-status-active) 50%,transparent)}.shared-signature-workflow__content{flex:1;padding-bottom:1rem}.shared-signature-workflow__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.shared-signature-workflow__label{margin:0;font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-medium);color:var(--color-brand-navy)}.shared-signature-workflow__signed-by,.shared-signature-workflow__signed-at,.shared-signature-workflow__comment{margin:0;font-family:var(--font-data);color:var(--muted-foreground)}.shared-signature-workflow__signed-by{font-size:var(--text-13)}.shared-signature-workflow__signed-at{font-size:.6875rem}.shared-signature-workflow__comment{margin-top:.125rem;font-size:var(--text-13);font-style:italic}.shared-signature-workflow__actions{display:flex;align-items:center;gap:.5rem}.shared-signature-workflow__badge.chorus-badge{height:1.25rem;font-size:.6875rem}.shared-signature-workflow__sign-btn.chorus-button{height:1.75rem;min-height:1.75rem;padding-inline:.625rem;font-size:var(--text-13)}.dark .shared-signature-workflow{--workflow-line-pending: var(--border)}.chorus-alert{--alert-padding-y: .75rem;--alert-padding-x: 1rem;--alert-radius: var(--radius-lg);position:relative;width:100%;align-items:flex-start;padding:var(--alert-padding-y) var(--alert-padding-x);border-radius:var(--alert-radius);font-family:var(--font-ui);font-size:.875rem;line-height:1.25;box-shadow:none}.chorus-alert.MuiAlert-root{background-color:var(--card);color:var(--card-foreground);border:1px solid var(--border)}.chorus-alert.MuiAlert-outlinedInfo,.chorus-alert.MuiAlert-outlinedError{background-color:var(--card)}.chorus-alert .MuiAlert-icon{display:none;padding:0;margin:0}.chorus-alert .MuiAlert-message{width:100%;padding:0;overflow:visible}.chorus-alert--destructive.MuiAlert-root{color:var(--destructive);background-color:var(--card);border-color:var(--border)}.chorus-alert--destructive.MuiAlert-outlinedError{color:var(--destructive)}.chorus-alert--destructive .chorus-alert__inner>svg{color:currentColor}.chorus-alert--destructive [data-slot=alert-description]{color:color-mix(in srgb,var(--destructive) 90%,transparent)}.chorus-alert__inner{display:grid;grid-template-columns:0 1fr;row-gap:.125rem;align-items:start;width:100%}.chorus-alert__inner:has(>svg){grid-template-columns:1rem 1fr;column-gap:.75rem}.chorus-alert__inner>svg{width:1rem;height:1rem;transform:translateY(2px);color:currentColor}.chorus-alert__inner>.chorus-alert__title,.chorus-alert__inner>.chorus-alert__description{grid-column-start:2}.chorus-alert__inner>.chorus-alert__title+.chorus-alert__description{grid-row:2}.chorus-alert__title{margin:0;padding:0;min-height:1rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;font-family:var(--font-ui);font-size:inherit;font-weight:var(--font-weight-medium);line-height:inherit;letter-spacing:-.025em;color:inherit}.chorus-alert__description{margin:0;display:grid;justify-items:start;gap:.25rem;font-family:var(--font-ui);font-size:.875rem;font-weight:var(--font-weight-regular);line-height:1.25;color:var(--muted-foreground)}.chorus-alert__description p{margin:0;line-height:1.625}.chorus-input.MuiOutlinedInput-root{width:100%;min-width:0;height:var(--input-height);padding-right:var(--input-padding-end);padding-left:var(--input-padding-x);border-radius:var(--radius-md);background-color:var(--input-background);color:var(--input-text);font-family:var(--font-ui);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.chorus-input.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.chorus-input.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.chorus-input.MuiOutlinedInput-root .MuiOutlinedInput-input{height:100%;padding:0;font-family:var(--font-ui);font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:1.25;color:inherit;caret-color:var(--input-caret)}.chorus-input.MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{color:var(--input-placeholder);opacity:1}.chorus-input.MuiOutlinedInput-root .MuiOutlinedInput-input::selection{background-color:var(--input-selection-bg);color:var(--input-selection-fg)}.chorus-input.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:2px;border-color:var(--input-focus-border)}.chorus-input.MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 4px var(--input-focus-glow)}.chorus-input.MuiOutlinedInput-root.Mui-disabled{pointer-events:none;cursor:not-allowed;background-color:var(--input-disabled-bg)}.chorus-input.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-input{color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg)}.chorus-input.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.chorus-input.MuiOutlinedInput-root.Mui-error.Mui-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.chorus-input--sm.MuiOutlinedInput-root{height:2.25rem}.chorus-input--sm.MuiOutlinedInput-root .MuiOutlinedInput-input{font-size:var(--text-13)}.chorus-separator.MuiDivider-root{flex-shrink:0;border:0;background-color:var(--border)}.chorus-separator--horizontal.MuiDivider-root{width:100%;height:1px}.chorus-separator--vertical.MuiDivider-root{width:1px;align-self:stretch;height:auto}.chorus-sheet__overlay{background-color:var(--overlay-backdrop)}.chorus-sheet__content{--sheet-width-default: 24rem;--sheet-width-drawer: 36rem;--sheet-width-wide: 75rem}.chorus-sheet__content.MuiPaper-root{z-index:var(--modal-z-index);display:flex;flex-direction:column;gap:var(--spacing-md);background-color:var(--background);color:var(--foreground);font-family:var(--font-data);box-shadow:var(--shadow-lg)}.chorus-sheet__content--top{max-height:80vh;border-bottom:1px solid var(--border)}.chorus-sheet__content--bottom{max-height:80vh;border-top:1px solid var(--border)}.chorus-sheet__content--left,.chorus-sheet__content--right{width:75%;height:100%;max-width:var(--sheet-width-default)}.chorus-sheet__content--left{border-right:1px solid var(--border)}.chorus-sheet__content--left.chorus-sheet__content--drawer{max-width:var(--sheet-width-drawer)}.chorus-sheet__content--left.chorus-sheet__content--wide{max-width:var(--sheet-width-wide)}.chorus-sheet__content--right{border-left:1px solid var(--border)}.chorus-sheet__content--right.chorus-sheet__content--drawer{max-width:var(--sheet-width-drawer)}.chorus-sheet__content--right.chorus-sheet__content--wide{max-width:var(--sheet-width-wide)}.chorus-sheet__close{position:absolute;top:var(--spacing-md);right:var(--spacing-md);z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--foreground);opacity:.7;cursor:pointer;transition:opacity var(--transition-duration) ease,background-color var(--transition-duration) ease}.chorus-sheet__close:hover{opacity:1;background-color:var(--secondary)}.chorus-sheet__close:focus-visible{outline:none;box-shadow:0 0 0 2px var(--ring)}.chorus-sheet__close .MuiSvgIcon-root{width:1rem;height:1rem}.chorus-sheet__header{display:flex;flex-direction:column;gap:.375rem;padding:var(--spacing-md)}.chorus-sheet__footer{display:flex;flex-direction:column;gap:var(--spacing-sm);margin-top:auto;padding:var(--spacing-md)}.chorus-sheet__title{margin:0;color:var(--foreground);font-family:var(--font-ui);font-size:var(--font-size);font-weight:var(--font-weight-semibold)}.chorus-sheet__description{margin:0;color:var(--muted-foreground);font-family:var(--font-data);font-size:.875rem;line-height:1.5}.chorus-sheet__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shared-digital-signature-drawer__sheet.chorus-sheet__content--right.MuiPaper-root{display:flex;flex-direction:column;width:100%;max-width:32rem;padding:0;gap:0;overflow:hidden}.shared-digital-signature-drawer__header.chorus-sheet__header{padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.shared-digital-signature-drawer__header-row{display:flex;align-items:center;gap:.5rem}.shared-digital-signature-drawer__header-icon{width:1rem;height:1rem;color:var(--color-brand-navy)}.shared-digital-signature-drawer__title.chorus-sheet__title{font-size:18px}.shared-digital-signature-drawer__description.chorus-sheet__description{font-size:var(--text-15)}.shared-digital-signature-drawer__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;font-family:var(--font-data)}.shared-digital-signature-drawer__section-label{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:var(--text-13);font-weight:var(--font-weight-semibold);letter-spacing:.05em;text-transform:uppercase;color:var(--muted-foreground)}.shared-digital-signature-drawer__section-label .MuiSvgIcon-root{width:1rem;height:1rem}.shared-digital-signature-drawer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.shared-digital-signature-drawer__field{display:flex;flex-direction:column;gap:.375rem}.shared-digital-signature-drawer__field--full{grid-column:1/-1}.shared-digital-signature-drawer__field-label.chorus-label{font-size:var(--text-15);font-weight:var(--font-weight-medium)}.shared-digital-signature-drawer__readonly-input.chorus-input.MuiOutlinedInput-root{height:2.5rem;background-color:color-mix(in srgb,var(--muted) 50%,transparent);font-size:var(--text-15)}.shared-digital-signature-drawer__method-tabs{--sub-nav-tabs-radius: var(--radius-lg);--sub-nav-tabs-padding: .25rem;--sub-nav-tabs-tab-padding: .5rem 1rem;--sub-nav-tabs-active-bg: var(--color-brand-navy);--sub-nav-tabs-inactive-fg: var(--color-brand-navy);display:flex;width:fit-content;gap:.25rem;padding:var(--sub-nav-tabs-padding);margin-bottom:1rem;border-radius:var(--sub-nav-tabs-radius);background-color:color-mix(in srgb,var(--muted) 50%,transparent)}.shared-digital-signature-drawer__method-tab{display:inline-flex;align-items:center;gap:.375rem;padding:var(--sub-nav-tabs-tab-padding);border:0;border-radius:var(--sub-nav-tabs-radius);background:transparent;font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-regular);color:var(--sub-nav-tabs-inactive-fg);cursor:pointer;transition:background-color .15s ease,color .15s ease}.shared-digital-signature-drawer__method-tab--active{background-color:var(--sub-nav-tabs-active-bg);color:#fff;box-shadow:var(--shadow-sm)}.shared-digital-signature-drawer__typed-preview{display:flex;align-items:center;justify-content:center;min-height:5rem;padding:1.5rem;border:1px solid var(--border);border-radius:6px;background-color:color-mix(in srgb,var(--muted) 30%,transparent)}.shared-digital-signature-drawer__typed-preview-text{margin:0;font-family:Georgia,Times New Roman,serif;font-size:var(--text-28);font-style:italic;color:var(--color-brand-navy)}.shared-digital-signature-drawer__canvas-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.shared-digital-signature-drawer__canvas{width:100%;height:140px;border:1px solid var(--border);border-radius:6px;background-color:var(--background);cursor:crosshair;touch-action:none}.shared-digital-signature-drawer__canvas-help{margin:.5rem 0 0;font-size:var(--text-13);color:var(--muted-foreground)}.shared-digital-signature-drawer__legal.chorus-alert{background-color:color-mix(in srgb,var(--muted) 30%,transparent)}.shared-digital-signature-drawer__legal-text{margin:0 0 .75rem;font-size:var(--text-13);line-height:1.6;color:var(--muted-foreground)}.shared-digital-signature-drawer__agreement{display:flex;align-items:flex-start;gap:.5rem}.shared-digital-signature-drawer__agreement-label.chorus-label{font-size:var(--text-15);font-weight:var(--font-weight-regular);line-height:1.375;cursor:pointer}.shared-digital-signature-drawer__footer{--drawer-footer-padding: 1rem 1.5rem;display:flex;justify-content:flex-end;gap:.75rem;margin-top:auto;padding:var(--drawer-footer-padding);border-top:1px solid var(--border);background-color:var(--card);font-family:var(--font-data)}.shared-sub-nav-tabs{--sub-nav-tabs-radius: var(--radius-lg);--sub-nav-tabs-padding: .25rem;--sub-nav-tabs-tab-padding: .5rem 1rem;--sub-nav-tabs-active-bg: var(--color-brand-navy);--sub-nav-tabs-inactive-fg: var(--color-brand-navy);display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;width:fit-content;padding:var(--sub-nav-tabs-padding);background-color:color-mix(in srgb,var(--muted) 50%,transparent)}.shared-sub-nav-tabs.MuiTabs-root{min-height:unset;overflow:visible}.shared-sub-nav-tabs .MuiTabs-scroller{overflow:visible!important}.shared-sub-nav-tabs .MuiTabs-list{gap:.25rem}.shared-sub-nav-tabs .MuiTabs-indicator{display:none}.shared-sub-nav-tabs__tab-label{display:inline-flex;align-items:center;gap:.5rem}.shared-sub-nav-tabs__tab{display:inline-flex;align-items:center;gap:.5rem;border:0;background:transparent;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.shared-sub-nav-tabs__tab.MuiTab-root{flex:0 0 auto;min-width:unset;max-width:none;min-height:unset;padding:var(--sub-nav-tabs-tab-padding);opacity:1;text-transform:none;border-radius:var(--sub-nav-tabs-radius);font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-regular);line-height:normal;color:var(--sub-nav-tabs-inactive-fg)}.shared-sub-nav-tabs__tab.MuiTab-root .MuiTab-label{display:inline-flex;align-items:center;gap:.5rem}.shared-sub-nav-tabs__tab.MuiTab-root:not(.Mui-selected):hover{background-color:transparent}.shared-sub-nav-tabs__tab.MuiTab-root.Mui-selected,.shared-sub-nav-tabs__tab.MuiTab-root.shared-sub-nav-tabs__tab--active{background-color:var(--sub-nav-tabs-active-bg);color:#fff;box-shadow:var(--shadow-sm)}.shared-sub-nav-tabs__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding-inline:.375rem;border-radius:var(--sub-nav-tabs-radius);font-size:.75rem;font-weight:var(--font-weight-semibold);line-height:1;transition:background-color .15s ease,color .15s ease}.shared-sub-nav-tabs__badge--active{background-color:#fff3;color:#fff}.shared-sub-nav-tabs__badge--default,.shared-sub-nav-tabs__badge--danger,.shared-sub-nav-tabs__badge--red{background-color:var(--sub-nav-tabs-active-bg);color:#fff}.shared-sub-nav-tabs__badge--navy{background-color:var(--color-brand-navy);color:#fff}.shared-sub-nav-tabs__badge--warning,.shared-sub-nav-tabs__badge--amber{background-color:#f59e0b;color:#fff}.shared-sub-nav-tabs__badge--purple{background-color:#a855f7;color:#fff}.shared-sub-nav-tabs__badge--orange{background-color:#f97316;color:#fff}.shared-sub-nav-tabs__badge--success{background-color:var(--color-status-active);color:#fff}.mobile-tab-bar{--mobile-tab-active-color: var(--color-brand-teal-mid);--mobile-tab-inactive-color: var(--muted-foreground);--mobile-tab-border-color: var(--color-border);--mobile-tab-indicator-height: 3px;width:100%;border-bottom:1px solid var(--mobile-tab-border-color)}.mobile-tab-bar__scroll{display:flex;align-items:stretch;gap:1.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.mobile-tab-bar__scroll::-webkit-scrollbar{display:none}.mobile-tab-bar__tab{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;min-height:var(--mobile-tab-bar-height);padding:.625rem .6rem;border:0;background:transparent;color:var(--mobile-tab-inactive-color);font-family:var(--font-data);font-size:var(--text-13);font-weight:var(--font-weight-semibold);line-height:normal;white-space:nowrap;cursor:pointer;transition:color .15s ease}.mobile-tab-bar__tab:disabled{cursor:not-allowed;opacity:.5}.mobile-tab-bar__tab--active{color:var(--mobile-tab-active-color);font-weight:var(--font-weight-bold)}.mobile-tab-bar__tab--active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:var(--mobile-tab-indicator-height);background-color:var(--mobile-tab-active-color)}.mobile-tab-bar__tab-label{display:inline-flex;align-items:center;gap:.5rem}.mobile-tab-bar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding-inline:.375rem;border-radius:var(--radius-lg);font-size:.75rem;font-weight:var(--font-weight-semibold);line-height:1}.mobile-tab-bar__badge--active{background-color:color-mix(in srgb,var(--mobile-tab-active-color) 15%,transparent);color:var(--mobile-tab-active-color)}.mobile-tab-bar__badge--default,.mobile-tab-bar__badge--red{background-color:var(--color-brand-navy);color:#fff}.page-tab-bar{width:100%;min-width:0}.page-tab-bar__mobile{display:block;background-color:var(--color-main-bg)}@media(min-width:768px){.page-tab-bar__mobile{display:none}}.page-tab-bar__desktop{display:none}@media(min-width:768px){.page-tab-bar__desktop{display:block;width:fit-content}}.shared-back-to-top.chorus-button{position:fixed;right:1rem;bottom:calc(4.75rem + 10px + env(safe-area-inset-bottom,0px));z-index:30;width:2.75rem;min-width:2.75rem;height:2.75rem;padding:0;border-radius:9999px;box-shadow:var(--shadow-md)}@media(min-width:768px){.shared-back-to-top.chorus-button{display:none}}.shared-back-to-top__icon{width:1.5rem;height:1.5rem}.shared-detail-page-shell{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.shared-detail-page-shell__header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.shared-detail-page-shell__breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-family:var(--font-data);font-size:var(--text-15)}.shared-detail-page-shell__back-btn{display:inline-flex;padding:0;border:0;background:transparent;color:var(--muted-foreground);cursor:pointer;transition:color .15s ease}.shared-detail-page-shell__back-btn:hover{color:var(--foreground)}.shared-detail-page-shell__back-btn .MuiSvgIcon-root{width:1rem;height:1rem}.shared-detail-page-shell__breadcrumb-link{padding:0;border:0;background:transparent;color:var(--muted-foreground);font-family:inherit;font-size:inherit;cursor:pointer;transition:color .15s ease}.shared-detail-page-shell__breadcrumb-link:hover{color:var(--foreground)}.shared-detail-page-shell__breadcrumb-separator{color:var(--muted-foreground)}.shared-detail-page-shell__breadcrumb-id{color:var(--color-brand-navy);font-weight:var(--font-weight-medium)}.shared-detail-page-shell__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.shared-detail-page-shell__title{margin:0;font-family:var(--font-heading);font-size:1.125rem;font-weight:var(--font-weight-semibold);line-height:1.3;color:var(--color-brand-navy)}.shared-detail-page-shell__subtitle{font-family:var(--font-data);font-size:var(--text-15);color:var(--muted-foreground)}.shared-detail-page-shell__actions{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.shared-detail-page-shell>:last-child:not(.shared-sub-nav-tabs){min-width:0}.shared-audit-tab-content{--audit-line-color: #e9e9ec;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--card-radius);background-color:var(--card)}.shared-audit-tab-content--empty{display:flex;align-items:center;justify-content:center}.shared-audit-tab-content__empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;color:var(--muted-foreground)}.shared-audit-tab-content__empty-icon{width:2rem;height:2rem;opacity:.4}.shared-audit-tab-content__empty-text{margin:0;font-family:var(--font-data);font-size:var(--text-15)}.shared-audit-tab-content__item{display:flex;gap:.75rem}.shared-audit-tab-content__item:last-child .shared-audit-tab-content__content{padding-bottom:0}.shared-audit-tab-content__marker{display:flex;flex-direction:column;align-items:center}.shared-audit-tab-content__dot{width:.5rem;height:.5rem;margin-top:.375rem;border-radius:9999px;background-color:var(--color-brand-teal);flex-shrink:0}.shared-audit-tab-content__line{width:1px;flex:1;min-height:1rem;margin-top:.25rem;background-color:var(--audit-line-color)}.shared-audit-tab-content__content{flex:1;padding-bottom:1.25rem}.shared-audit-tab-content__action{margin:0;font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-medium);color:var(--color-brand-navy)}.shared-audit-tab-content__meta{margin:.125rem 0 0;font-family:var(--font-data);font-size:var(--text-13);color:var(--muted-foreground)}.shared-audit-tab-content__details{margin:.25rem 0 0;font-family:var(--font-data);font-size:var(--text-13);color:var(--muted-foreground);line-height:1.5}.shared-audit-tab-content__changes{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.375rem;font-family:var(--font-data);font-size:.75rem}.shared-audit-tab-content__old{padding:.125rem .375rem;border-radius:var(--radius-sm);background-color:color-mix(in srgb,var(--destructive) 10%,transparent);color:var(--destructive)}.shared-audit-tab-content__new{padding:.125rem .375rem;border-radius:var(--radius-sm);background-color:color-mix(in srgb,var(--color-status-active) 10%,transparent);color:var(--color-status-active)}.dark .shared-audit-tab-content{--audit-line-color: var(--border)}.shared-signature-tab-content{max-width:36rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--card-radius);background-color:var(--card)}.shared-text-input{--textarea-min-height: 4.5rem;--textarea-padding-y: .75rem;display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-text-input:has(.shared-text-input__field.Mui-disabled){cursor:not-allowed}.shared-text-input__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-text-input__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-text-input__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-text-input__description,.shared-text-input__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-text-input__helper--error{color:var(--destructive)}.shared-text-input__control-host{width:100%;min-width:0}.shared-text-input__control-host--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.shared-text-input__field.MuiOutlinedInput-root{box-sizing:border-box;width:100%;min-width:0;height:var(--input-height);min-height:var(--input-height);max-height:var(--input-height);padding-right:var(--input-padding-x);padding-left:var(--input-padding-x);border-radius:var(--input-border-radius);background-color:var(--input-background);color:var(--input-text);font-family:var(--font-ui);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-text-input__field.MuiOutlinedInput-root:has(.MuiInputAdornment-positionEnd){padding-right:var(--input-padding-end-adornment)}.shared-text-input__field.MuiOutlinedInput-root .MuiInputAdornment-positionEnd{margin-left:.25rem;margin-right:0}.shared-text-input__field.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-text-input__field.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-text-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input:not(.MuiInputBase-inputMultiline){height:100%;padding:0;font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:inherit;caret-color:var(--input-caret)}.shared-text-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input:not(.MuiInputBase-inputMultiline)::placeholder{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-text-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input:not(.MuiInputBase-inputMultiline)::selection{background-color:var(--input-selection-bg);color:var(--input-selection-fg)}.shared-text-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input:not(.MuiInputBase-inputMultiline):-webkit-autofill,.shared-text-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input:not(.MuiInputBase-inputMultiline):-webkit-autofill:hover,.shared-text-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input:not(.MuiInputBase-inputMultiline):-webkit-autofill:focus,.shared-text-input__field.MuiOutlinedInput-root .MuiOutlinedInput-input:not(.MuiInputBase-inputMultiline):-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-background) inset;box-shadow:0 0 0 1000px var(--input-background) inset;-webkit-text-fill-color:var(--input-text);caret-color:var(--input-caret);transition:background-color 9999s ease-in-out 0s}.shared-text-input__field.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px;border-color:var(--input-focus-border)}.shared-text-input__field.MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 3px var(--input-focus-glow)}.shared-text-input__field.MuiOutlinedInput-root.Mui-disabled{cursor:not-allowed;background-color:var(--input-disabled-bg)}.shared-text-input__field.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-input{color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg);cursor:not-allowed}.shared-text-input__field.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.shared-text-input__field.MuiOutlinedInput-root.Mui-error.Mui-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-text-input__field--sm.MuiOutlinedInput-root{height:2.25rem}.shared-text-input__field--sm.MuiOutlinedInput-root .MuiOutlinedInput-input{font-size:13px}.shared-text-input__field--textarea.MuiOutlinedInput-root{height:auto;min-height:var(--textarea-min-height);max-height:var(--textarea-max-height);padding:var(--textarea-padding-y) var(--input-padding-x);align-items:flex-start;overflow:hidden}.shared-text-input__field--textarea.MuiOutlinedInput-root textarea,.shared-text-input__field--textarea.MuiOutlinedInput-root .MuiInputBase-inputMultiline{box-sizing:border-box;width:100%;max-height:calc(var(--textarea-max-height) - 2 * var(--textarea-padding-y));padding:0;resize:none;overflow-x:hidden;overflow-y:auto;font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);line-height:1.5;color:inherit;overflow-wrap:break-word;word-break:break-word;caret-color:var(--input-caret)}.shared-text-input__field--textarea.MuiOutlinedInput-root textarea::placeholder,.shared-text-input__field--textarea.MuiOutlinedInput-root .MuiInputBase-inputMultiline::placeholder{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-text-input__field--textarea.MuiOutlinedInput-root textarea::selection,.shared-text-input__field--textarea.MuiOutlinedInput-root .MuiInputBase-inputMultiline::selection{background-color:var(--input-selection-bg);color:var(--input-selection-fg)}.shared-text-input__field--textarea.MuiOutlinedInput-root.Mui-disabled textarea{color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg);cursor:not-allowed}.shared-text-input__adornment-icon{display:inline-flex;align-items:center;color:var(--muted-foreground)}.shared-text-input__adornment-icon .MuiSvgIcon-root{width:1.125rem;height:1.125rem}.shared-text-input__toggle-btn.MuiIconButton-root{margin-right:0;margin-left:0;padding:.25rem;color:var(--muted-foreground)}.shared-text-input__toggle-btn.MuiIconButton-root:hover{color:var(--foreground);background-color:transparent}.shared-change-password-dialog__sheet.chorus-sheet__content--right.MuiPaper-root{width:100%;max-width:28rem;padding:0;gap:0}.shared-change-password-dialog__header.chorus-sheet__header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border)}.shared-change-password-dialog__title.chorus-sheet__title{font-size:var(--text-15)}.shared-change-password-dialog__description.chorus-sheet__description{font-size:14px}.shared-change-password-dialog__form{display:flex;flex:1;flex-direction:column;overflow:hidden}.shared-change-password-dialog__body.chorus-form-body{flex:1;overflow-y:auto;padding:1rem 1.5rem;gap:1.25rem}.shared-change-password-dialog__tips{padding:1rem;border:1px solid var(--border);border-radius:var(--radius-md);background-color:color-mix(in srgb,var(--muted) 50%,transparent)}.shared-change-password-dialog__tips-title{margin:0;font-family:var(--font-data);font-size:var(--text-13);font-weight:var(--font-weight-semibold);letter-spacing:.05em;text-transform:uppercase;color:var(--muted-foreground)}.shared-change-password-dialog__tips-list{margin:.5rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.25rem;font-family:var(--font-data);font-size:14px;color:var(--muted-foreground)}.shared-change-password-dialog__success{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center}.shared-change-password-dialog__success-icon-wrap{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;margin-bottom:1.5rem;border-radius:9999px;background-color:color-mix(in srgb,var(--color-status-active) 10%,transparent)}.shared-change-password-dialog__success-icon{width:2.5rem;height:2.5rem;color:var(--color-status-active)}.shared-change-password-dialog__success-title{margin:0 0 .25rem;font-family:var(--font-heading);font-size:1.125rem;font-weight:var(--font-weight-bold);color:var(--color-brand-navy)}.shared-change-password-dialog__success-text{margin:0 0 2rem;max-width:20rem;font-family:var(--font-data);font-size:var(--text-15);color:var(--muted-foreground)}.shared-change-password-dialog__done-btn{width:100%;max-width:20rem}.shared-language-switcher:not(.layout-sidebar__language-switcher):not(.layout-user-account-menu__language-switcher),.shared-dropdown-select.shared-language-switcher:not(.layout-sidebar__language-switcher):not(.layout-user-account-menu__language-switcher){width:fit-content}.shared-language-switcher:not(.layout-sidebar__language-switcher):not(.layout-user-account-menu__language-switcher).shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root,.shared-dropdown-select.shared-language-switcher:not(.layout-sidebar__language-switcher):not(.layout-user-account-menu__language-switcher).shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root{height:auto;min-height:2rem;width:auto;background-color:var(--card);color:var(--color-brand-navy)}.shared-language-switcher:not(.layout-sidebar__language-switcher):not(.layout-user-account-menu__language-switcher).shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select,.shared-dropdown-select.shared-language-switcher:not(.layout-sidebar__language-switcher):not(.layout-user-account-menu__language-switcher).shared-dropdown-select--default .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem 2rem .375rem .75rem;font-size:var(--text-15)}.shared-route-loading{display:flex;min-height:40vh;align-items:center;justify-content:center}.shared-route-loading__spinner{width:2rem;height:2rem;border:2px solid color-mix(in srgb,var(--color-brand-navy) 20%,transparent);border-top-color:var(--color-brand-navy);border-radius:9999px;animation:shared-route-loading-spin .8s linear infinite}@keyframes shared-route-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shared-base-input.MuiOutlinedInput-root{width:100%;min-width:0;height:var(--input-height);padding-right:var(--input-padding-end);padding-left:var(--input-padding-x);border-radius:var(--radius-md);background-color:var(--input-background);color:var(--input-text);font-family:var(--font-ui);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-base-input.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-base-input.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-base-input.MuiOutlinedInput-root .MuiOutlinedInput-input{height:100%;padding:0;font-family:var(--font-ui);font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:1.25;color:inherit;caret-color:var(--input-caret)}.shared-base-input.MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{color:var(--input-placeholder);opacity:1}.shared-base-input.MuiOutlinedInput-root .MuiOutlinedInput-input::selection{background-color:var(--input-selection-bg);color:var(--input-selection-fg)}.shared-base-input.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:2px;border-color:var(--input-focus-border)}.shared-base-input.MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 4px var(--input-focus-glow)}.shared-base-input.MuiOutlinedInput-root.Mui-disabled{pointer-events:none;cursor:not-allowed;background-color:var(--input-disabled-bg)}.shared-base-input.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-input{color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg)}.shared-base-input.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.shared-base-input.MuiOutlinedInput-root.Mui-error.Mui-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-base-input--sm.MuiOutlinedInput-root{height:2.25rem}.shared-base-input--sm.MuiOutlinedInput-root .MuiOutlinedInput-input{font-size:var(--text-13)}.shared-read-only-field{--read-only-field-shimmer-bg: color-mix( // TBD (Remove after approval) in srgb, var(--foreground) 7%, transparent );--read-only-field-shimmer-wave: color-mix( in srgb, var(--foreground) 16%, transparent );min-width:0}.shared-read-only-field__label{margin:0 0 .375rem;font-family:var(--font-data);font-size:var(--text-14);font-weight:var(--font-weight-semibold);line-height:1.5;color:var(--muted-forground-text)}.shared-read-only-field__value{margin:0;font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-medium);line-height:1.5;color:var(--foreground);word-break:break-word}.shared-read-only-field--loading .shared-read-only-field__value{display:block;min-height:1.375rem;min-width:6rem;border-radius:var(--radius-sm)}.shared-read-only-field__value--mono{font-family:var(--font-data)}.shared-read-only-field__value--break{word-break:break-all}.chorus-textarea{--textarea-min-height: 4.5rem;--textarea-padding-y: .75rem}.chorus-textarea.MuiOutlinedInput-root{width:100%;min-width:0;min-height:var(--textarea-min-height);max-height:var(--textarea-max-height);padding:var(--textarea-padding-y) var(--input-padding-x);align-items:flex-start;overflow:hidden;border-radius:var(--radius-md);background-color:var(--input-background);color:var(--input-text);font-family:var(--font-ui);font-size:var(--input-font-size);font-weight:var(--input-font-weight);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.chorus-textarea.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.chorus-textarea.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.chorus-textarea.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:2px;border-color:var(--input-focus-border)}.chorus-textarea.MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 4px var(--input-focus-glow)}.chorus-textarea.MuiOutlinedInput-root.Mui-disabled{pointer-events:none;cursor:not-allowed;background-color:var(--input-disabled-bg)}.chorus-textarea.MuiOutlinedInput-root.Mui-disabled textarea{color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg)}.chorus-textarea.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.chorus-textarea.MuiOutlinedInput-root.Mui-error.Mui-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.chorus-textarea.MuiOutlinedInput-root textarea{box-sizing:border-box;width:100%;max-height:calc(var(--textarea-max-height) - 2 * var(--textarea-padding-y));padding:0;resize:none;overflow-x:hidden;overflow-y:auto;line-height:1.5;overflow-wrap:break-word;word-break:break-word;caret-color:var(--input-caret)}.chorus-textarea.MuiOutlinedInput-root textarea::placeholder{color:var(--input-placeholder);opacity:1}.chorus-textarea.MuiOutlinedInput-root textarea::selection{background-color:var(--input-selection-bg);color:var(--input-selection-fg)}.shared-textarea-input{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-textarea-input__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-textarea-input__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-textarea-input__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-textarea-input__description,.shared-textarea-input__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-textarea-input__helper--error{color:var(--destructive)}.shared-textarea-input__field.chorus-textarea.MuiOutlinedInput-root{width:100%;min-height:var(--input-height);font-size:var(--input-font-size);border-radius:var(--radius-xl)}.shared-select{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-select__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-select__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-select__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-select__description,.shared-select__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-select__helper--error{color:var(--destructive)}.shared-select__control-host{width:100%;min-width:0}.shared-select__control-host--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.shared-select__item--empty{color:var(--text-secondary)}.shared-select__label--error{color:var(--destructive)}.shared-select__control--error .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-select__control--error .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.shared-select__control--error.shared-dropdown-select--focus-ring .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px 24px;font-family:var(--font-ui);font-size:12px;color:var(--nf-text);text-align:center}.shared-not-found__icon{display:block;width:166px;max-width:100%;height:auto;margin:0 auto 8px}.shared-not-found__title{display:block;margin-bottom:2px;font-size:16px;font-weight:450;letter-spacing:-.02em;color:var(--nf-title)}.shared-not-found__text{margin:0;font-size:13px}.shared-not-found__text strong{font-weight:500;color:var(--nf-title)}.shared-global-search-shell{display:flex;flex:1 1 auto;flex-direction:column;align-items:stretch;min-height:0;width:100%}.shared-global-search{position:relative;display:flex;align-items:center;width:100%;max-width:32rem;height:3.5rem;overflow:visible;border:1px solid var(--gs-border);border-radius:9999px;background-color:#fff;box-shadow:0 12px 20px -2px #2022390a,0 6px 8px -4px #20223905}@media(max-width:767px){.shared-global-search{height:2.75rem;border-radius:9999px}}.shared-global-search__field{position:relative;display:flex;flex:1 1 auto;align-items:center;min-width:203px;height:48px;overflow:hidden;border-top-left-radius:9999px;border-bottom-left-radius:9999px}@media(max-width:1099px){.shared-global-search__field{flex:1 1 0;min-width:0}}@media(max-width:767px){.shared-global-search__field{height:2.75rem;min-width:0}}.shared-global-search__icon{position:absolute;left:16px;top:50%;z-index:1;width:24px;height:24px;transform:translateY(-50%);transition:color .15s ease;pointer-events:none}.shared-global-search__icon--focused{color:var(--color-sidebar-text-inactive)}.shared-global-search__icon--idle{color:var(--color-search-placeholder)}@media(max-width:767px){.shared-global-search__icon{width:20px;height:20px;left:12px}}.shared-global-search__input.MuiOutlinedInput-root{width:100%;height:48px;padding-right:36px;padding-left:46px;border:0;border-radius:0;background-color:transparent;box-shadow:none}.shared-global-search__input.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:0}.shared-global-search__input.MuiOutlinedInput-root .MuiOutlinedInput-input{padding:0;font-family:var(--font-ui);font-size:14px;font-weight:350;color:var(--gs-text)}.shared-global-search__input.MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{color:var(--color-search-placeholder);opacity:1}.shared-global-search__input.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:0;box-shadow:none}@media(max-width:1099px){.shared-global-search__input.MuiOutlinedInput-root{min-width:0}.shared-global-search__input.MuiOutlinedInput-root .MuiOutlinedInput-input{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-global-search__input.MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:767px){.shared-global-search__input.MuiOutlinedInput-root{height:2.75rem;padding-left:38px;padding-right:32px}.shared-global-search__input.MuiOutlinedInput-root .MuiOutlinedInput-input{font-size:13px}}.shared-global-search__clear{position:absolute;right:8px;top:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:0;border-radius:9999px;background-color:var(--gs-clear-bg);color:var(--gs-clear-icon);cursor:pointer;transform:translateY(-50%);transition:background-color .15s ease}.shared-global-search__clear:hover{background-color:var(--gs-clear-bg-hover)}@media(max-width:767px){.shared-global-search__clear{right:6px;width:14px;height:14px}}.shared-global-search__clear-icon.MuiSvgIcon-root{width:14px;height:14px;font-size:14px}.shared-global-search__loading{position:absolute;right:16px;top:50%;z-index:1;display:flex;transform:translateY(-50%)}.shared-global-search__loading .MuiCircularProgress-root{color:var(--gs-spinner)}@media(max-width:767px){.shared-global-search__loading{right:12px}}.shared-global-search__hint{position:absolute;right:14px;top:50%;z-index:1;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;background-color:var(--gs-hint-bg);font-family:var(--font-ui);font-size:12px;color:var(--gs-hint-text);transform:translateY(-50%);pointer-events:none}@media(max-width:767px){.shared-global-search__hint{right:10px;width:18px;height:18px;font-size:11px}}.shared-global-search__divider.MuiDivider-root{height:100%;flex-shrink:0;margin:0;border-color:var(--gs-border)}.shared-global-search__entity{flex:0 1 auto;min-width:0;overflow:hidden}.shared-global-search__entity .shared-dropdown-select{min-width:0;max-width:100%}.shared-global-search__entity .shared-dropdown-select--inline .shared-dropdown-select__trigger.MuiOutlinedInput-root{width:100%;max-width:100%;min-width:0}.shared-global-search__entity .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-icon{width:20px;height:20px;top:calc(50% - 10px);color:var(--color-gray-900);opacity:1}@media(max-width:1099px){.shared-global-search__entity .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{width:100%;overflow:hidden}.shared-global-search__entity .shared-dropdown-select__value,.shared-global-search__entity .shared-dropdown-select__placeholder{display:block;width:100%}}@media(max-width:767px){.shared-global-search__entity .shared-dropdown-select__trigger.MuiOutlinedInput-root{height:2.75rem}.shared-global-search__entity .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{padding-top:0;padding-bottom:0;font-size:13px}.shared-global-search__entity .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-icon{width:18px;height:18px;top:calc(50% - 9px)}}.shared-global-search__entity-menu .shared-dropdown-select__item.Mui-selected:not(:hover){background-color:transparent}.shared-global-search__panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40;max-height:min(336px,60vh);overflow-y:auto;border-radius:8px;background-color:#fff;box-shadow:var(--elevated-surface-shadow);animation:shared-global-search-panel-enter .15s ease-out}@media(max-width:1099px)and (min-width:768px){.shared-global-search__panel{border-radius:12px;max-height:none}}@media(max-width:767px){.shared-global-search__panel{position:fixed;inset:auto 0 0;border-radius:12px 12px 0 0;max-height:70vh}}.shared-global-search--inline-results{flex-shrink:0;width:100%;max-width:none;height:var(--mobile-search-sheet-bar-height)}.shared-global-search--inline-results .shared-global-search__field{height:var(--mobile-search-sheet-field-height)}.shared-global-search--inline-results .shared-global-search__input.MuiOutlinedInput-root{height:var(--mobile-search-sheet-field-height);padding-left:var(--mobile-search-sheet-input-padding-left);padding-right:var(--mobile-search-sheet-input-padding-right)}.shared-global-search--inline-results .shared-global-search__input.MuiOutlinedInput-root .MuiOutlinedInput-input{font-size:var(--font-size)}.shared-global-search--inline-results .shared-global-search__icon.MuiSvgIcon-root{width:var(--mobile-search-sheet-icon-size);height:var(--mobile-search-sheet-icon-size);left:var(--mobile-search-sheet-icon-left)}.shared-global-search--inline-results .shared-global-search__entity .shared-dropdown-select__trigger.MuiOutlinedInput-root{height:var(--mobile-search-sheet-bar-height)}.shared-global-search--inline-results .shared-global-search__entity .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{font-size:var(--font-size)}.shared-global-search--inline-results .shared-global-search__entity .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-icon{width:20px;height:20px;top:calc(50% - 10px)}.shared-global-search__panel--inline{position:relative;inset:auto;z-index:auto;flex:1 1 auto;min-height:0;width:100%;max-height:none;margin-top:var(--mobile-search-sheet-results-gap);overflow-x:hidden;overflow-y:auto;border-radius:0;background-color:transparent;box-shadow:none;border:none;animation:none}@media(max-width:767px){.shared-global-search__panel--inline{position:relative;inset:auto;border-radius:0;max-height:none}}.shared-global-search__panel-loading{display:flex;align-items:center;justify-content:center;padding:40px 0}.shared-global-search__panel-loading .MuiCircularProgress-root{color:var(--gs-spinner)}@media(max-width:767px){.shared-global-search__panel-loading{padding:32px 0}}@keyframes shared-global-search-panel-enter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1099px){.shared-global-search{max-width:none}.shared-global-search__panel{animation-name:shared-global-search-panel-enter-mobile}}@keyframes shared-global-search-panel-enter-mobile{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.shared-search-result-item{--result-item-padding-x: 12px;--result-item-padding-y: 10px;--result-item-min-height: 52px;display:flex;align-items:center;gap:10px;min-height:var(--result-item-min-height);padding:var(--result-item-padding-y) var(--result-item-padding-x);cursor:pointer;border-radius:6px;transition:background-color .12s ease,box-shadow .12s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.shared-search-result-item:hover{background-color:var(--gs-item-hover, #f4f5f7)}.shared-search-result-item--active{background-color:var(--gs-item-active, #eef0f4);box-shadow:inset 0 0 0 1px var(--gs-item-active-border, #d0d5dd)}.shared-search-result-item:focus-visible{outline:2px solid var(--gs-item-focus, #4f6ef7);outline-offset:-2px}.shared-search-result-item__badge-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center}.shared-search-result-item__badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background-color:var(--color-main-bg);color:var(--color-brand-navy)}.shared-search-result-item__badge-icon{width:16px;height:16px;stroke-width:1.5}.shared-search-result-item__content{flex:1 1 auto;display:flex;flex-direction:column;gap:1px;min-width:0;overflow:hidden}.shared-search-result-item__primary{font-family:var(--font-ui);font-size:13px;font-weight:450;color:var(--gs-item-primary, #1d2939);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.shared-search-result-item__secondary{font-family:var(--font-ui);font-size:11px;color:var(--gs-item-secondary, #667085);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.shared-search-result-item__arrow{flex-shrink:0;width:16px;height:16px;color:var(--gs-item-arrow, #98a2b3);opacity:0;transition:opacity .12s ease,transform .12s ease}.shared-search-result-item:hover .shared-search-result-item__arrow,.shared-search-result-item--active .shared-search-result-item__arrow{opacity:1;transform:translate(2px)}.shared-search-results-panel{padding:8px}.shared-search-results-panel--error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center}.shared-search-results-panel__error-icon{width:32px;height:32px;margin-bottom:8px;color:var(--gs-error-icon, #f04438)}.shared-search-results-panel__error-text{margin:0;font-family:var(--font-ui);font-size:13px;color:var(--gs-error-text, #667085);max-width:240px;line-height:1.4}.shared-search-results-panel__group{margin-bottom:4px}.shared-search-results-panel__group:last-child{margin-bottom:0}.shared-search-results-panel__group-header{display:flex;align-items:center;justify-content:space-between;padding:6px 12px 4px}.shared-search-results-panel__group-label{font-family:var(--font-ui);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gs-group-label, #667085)}.shared-search-results-panel__view-all{display:flex;align-items:center;gap:2px;padding:0;border:0;background:none;font-family:var(--font-ui);font-size:11px;font-weight:500;color:var(--gs-group-label, #667085);cursor:pointer;transition:color .12s ease,gap .12s ease;line-height:1}.shared-search-results-panel__view-all:hover{color:var(--gs-group-label-hover, #475467);gap:4px}.shared-search-results-panel__view-all:focus-visible{outline:2px solid var(--gs-group-label, #667085);outline-offset:2px;border-radius:2px}.shared-search-results-panel__view-all-arrow{width:14px;height:14px;color:inherit}.shared-search-results-panel__group-items{display:flex;flex-direction:column;gap:1px}.shared-search-results-panel__group-empty{padding:10px 12px;font-family:var(--font-ui);font-size:12px;color:var(--gs-group-empty, #98a2b3);font-style:italic;line-height:1.4}.shared-search-results-panel__group-error{padding:10px 12px;font-family:var(--font-ui);font-size:12px;color:var(--gs-group-error, #f04438);line-height:1.4;display:flex;align-items:center;gap:6px}.shared-search-results-panel__group-error:before{content:"";width:6px;height:6px;border-radius:50%;background-color:currentColor;flex-shrink:0}.shared-search-results-panel__skeleton-row{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 12px}.shared-search-results-panel__skeleton-lines{flex:1 1 auto;display:flex;flex-direction:column;gap:4px}.shared-search-results-panel__skeleton{background:linear-gradient(90deg,var(--gs-skeleton-base, #eef0f4) 25%,var(--gs-skeleton-shine, #f8f9fc) 50%,var(--gs-skeleton-base, #eef0f4) 75%);background-size:200% 100%;animation:shared-search-results-panel-shimmer 1.5s infinite ease-in-out;border-radius:4px}.shared-search-results-panel__skeleton--header{width:60px;height:12px}.shared-search-results-panel__skeleton--badge{width:28px;height:28px;border-radius:6px;flex-shrink:0}.shared-search-results-panel__skeleton--primary{width:140px;height:13px}.shared-search-results-panel__skeleton--secondary{width:100px;height:11px}@keyframes shared-search-results-panel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.shared-route-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.shared-route-not-found--standalone{min-height:100dvh;background-color:var(--background)}.shared-route-not-found--embedded{min-height:calc(100dvh - 12rem)}.shared-route-not-found__illustration{display:block;width:10.375rem;max-width:100%;height:auto;margin-bottom:1.5rem}.shared-route-not-found__code{margin:0 0 .5rem;font-family:var(--font-ui);font-size:3rem;font-weight:var(--font-weight-semibold);line-height:1;letter-spacing:-.04em;color:var(--color-brand-navy)}.shared-route-not-found__title{margin:0 0 .75rem;font-family:var(--font-ui);font-size:1.5rem;font-weight:var(--font-weight-regular);line-height:1.25;color:var(--color-brand-navy)}.shared-route-not-found__description{margin:0 0 2rem;max-width:28rem;font-family:var(--font-data);font-size:var(--text-15);line-height:1.5;color:var(--muted-foreground)}.shared-route-not-found__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.shared-timezone-switcher{display:inline-flex;align-items:flex-start;gap:8px;padding:0;border:0;background-color:transparent;line-height:1.05;text-align:left;cursor:pointer;transform:translateY(1px)}.shared-timezone-switcher__icon{width:24px;height:24px;flex-shrink:0;margin-top:-3px;color:var(--tz-icon-idle);transition:color .15s ease}.shared-timezone-switcher--open .shared-timezone-switcher__icon{color:var(--tz-icon-active)}.shared-timezone-switcher__content{display:flex;flex-direction:column;min-width:0}.shared-timezone-switcher__label{position:relative;align-self:flex-start;display:inline-block;padding-right:19px;font-family:var(--font-ui);font-size:11px;font-weight:700;text-transform:uppercase;color:var(--tz-label)}.shared-timezone-switcher__value{font-family:var(--font-ui);font-size:12px;font-weight:350;color:var(--tz-value);white-space:nowrap;margin-top:6px}.shared-timezone-switcher__chevron{position:absolute;right:0;top:-5px;width:20px;height:20px;color:var(--tz-chevron);transition:transform .22s cubic-bezier(.16,1,.3,1)}.shared-timezone-switcher--open .shared-timezone-switcher__chevron{transform:rotate(180deg)}.shared-timezone-switcher__menu.MuiPaper-root{width:400px;max-height:min(30rem,100dvh - 10rem);overflow-y:auto;margin-top:.5rem;border:1px solid var(--tz-menu-border);border-radius:8px;background-color:#fff;color:var(--tz-item-text);box-shadow:var(--elevated-surface-shadow)}.shared-timezone-switcher__menu .MuiList-root{padding:6px}.shared-timezone-switcher__search{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:8px;height:40px;margin:-6px -6px 4px;padding:0 14px;background-color:#fff;list-style:none}.shared-timezone-switcher__search-icon{width:20px;height:20px;flex-shrink:0;color:var(--tz-search-icon)}.shared-timezone-switcher__search-input{flex:1}.shared-timezone-switcher__search-input .MuiInputBase-input{padding:0;font-family:var(--font-ui);font-size:14px;color:var(--tz-input-text)}.shared-timezone-switcher__search-input .MuiInputBase-input::placeholder{color:var(--tz-placeholder);opacity:1}.shared-timezone-switcher__option.MuiMenuItem-root{position:relative;display:flex;align-items:center;gap:8px;min-height:36px;padding:8px 28px 10px 10px;border-radius:6px;font-family:var(--font-ui);font-size:14px;font-weight:500;color:var(--tz-item-text)}.shared-timezone-switcher__option.MuiMenuItem-root:hover,.shared-timezone-switcher__option.MuiMenuItem-root.Mui-focusVisible,.shared-timezone-switcher__option.MuiMenuItem-root.Mui-selected,.shared-timezone-switcher__option.MuiMenuItem-root.Mui-selected:hover{background-color:var(--tz-item-hover)}.shared-timezone-switcher__option-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-timezone-switcher__option-check{position:absolute;right:8px;top:50%;width:20px;height:20px;color:currentColor;transform:translateY(-50%)}.shared-timezone-switcher__empty{padding:12px;font-family:var(--font-ui);font-size:14px;color:var(--tz-placeholder);text-align:center;list-style:none}.shared-action-menu__trigger{display:inline-flex;width:fit-content}.shared-action-menu__content.MuiPaper-root{min-width:8rem;max-height:var(--shared-action-menu-max-height, 24rem);padding:var(--dropdown-menu-padding);overflow-x:hidden;overflow-y:auto;border:1px solid var(--elevated-surface-border);border-radius:var(--radius-md);background-color:var(--input-background);color:var(--input-text);box-shadow:var(--elevated-surface-shadow)}.shared-action-menu__list.MuiList-root{display:flex;flex-direction:column;padding:0}.shared-action-menu__list .shared-action-menu__item-wrap.chorus-tooltip__trigger{display:block;width:100%;max-width:100%;cursor:not-allowed}.shared-action-menu__list .shared-action-menu__item-wrap.chorus-tooltip__trigger .MuiMenuItem-root{width:100%}.shared-action-menu__item.MuiMenuItem-root{gap:.5rem;min-height:2rem;padding:.375rem .5rem;border-radius:var(--radius-sm);font-family:var(--font-data);font-size:.875rem;line-height:1.25;color:var(--input-text)}.shared-action-menu__item.MuiMenuItem-root:hover,.shared-action-menu__item.MuiMenuItem-root.Mui-focusVisible{background-color:var(--elevated-surface-hover);color:var(--input-text)}.shared-action-menu__item.MuiMenuItem-root.Mui-disabled{opacity:.5}.shared-action-menu__item.MuiMenuItem-root svg{width:1rem;height:1rem;flex-shrink:0;color:var(--input-placeholder)}.shared-action-menu__item--inset.MuiMenuItem-root{padding-left:2rem}.shared-action-menu__item--danger.MuiMenuItem-root{color:var(--destructive)}.shared-action-menu__item--danger.MuiMenuItem-root:hover,.shared-action-menu__item--danger.MuiMenuItem-root.Mui-focusVisible{background-color:color-mix(in srgb,var(--destructive) 10%,transparent);color:var(--destructive)}.shared-action-menu__item--danger.MuiMenuItem-root svg{color:var(--destructive)}.shared-action-menu__label{padding:.375rem .5rem;font-family:var(--font-ui);font-size:.875rem;font-weight:var(--font-weight-medium);color:var(--input-text)}.shared-action-menu__label--inset{padding-left:2rem}.shared-action-menu__separator{margin:.25rem calc(var(--dropdown-menu-padding) * -1);border:0;border-top:1px solid var(--elevated-surface-border)}.shared-action-menu__separator--tablemenu{margin:.25rem -.25rem}.shared-action-menu--tablemenu .shared-action-menu__table-trigger.chorus-button{width:1.75rem;height:1.75rem;min-width:1.75rem;padding:0}.shared-action-menu--tablemenu .shared-action-menu__table-trigger-icon{width:1rem;height:1rem;transform:rotate(90deg)}.shared-action-menu--tablemenu .shared-action-menu__table-trigger-icon-vertical{margin-left:.5rem;width:1.25rem;height:1.25rem}.shared-action-menu--tablemenu .shared-action-menu__content--tablemenu.MuiPaper-root{min-width:10rem;padding:.25rem;font-size:var(--text-15)}.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root{gap:.625rem;min-height:2.25rem;padding-top:.5rem;padding-bottom:.5rem;font-family:var(--font-ui);font-size:var(--text-15);font-weight:var(--font-weight-medium);color:var(--foreground)}.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root:hover,.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root.Mui-focusVisible{background-color:var(--elevated-surface-hover);color:var(--foreground)}.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root .shared-action-menu__item-icon{display:inline-flex;flex-shrink:0;align-items:center;color:var(--muted-foreground)}.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root .shared-action-menu__item-icon svg{width:1rem;height:1rem}.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root.shared-action-menu__item--danger{color:var(--destructive)}.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root.shared-action-menu__item--danger:hover,.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root.shared-action-menu__item--danger.Mui-focusVisible{background-color:color-mix(in srgb,var(--destructive) 10%,transparent);color:var(--destructive)}.shared-action-menu--tablemenu .shared-action-menu__item--tablemenu.MuiMenuItem-root.shared-action-menu__item--danger .shared-action-menu__item-icon{color:var(--destructive)}.shared-multi-select{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-multi-select__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-multi-select__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-multi-select__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-multi-select__description,.shared-multi-select__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-multi-select__helper--error,.shared-multi-select__label--error{color:var(--destructive)}.shared-multi-select__control{width:100%}.shared-multi-select__control .MuiAutocomplete-inputRoot{width:100%;min-width:0;min-height:var(--input-height);padding-right:var(--input-padding-end);padding-left:var(--input-padding-x);border-radius:var(--input-border-radius);background-color:var(--input-background);color:var(--input-text);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-multi-select__control .MuiAutocomplete-inputRoot .MuiOutlinedInput-notchedOutline,.shared-multi-select__control .MuiAutocomplete-inputRoot:hover .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-multi-select__control .MuiAutocomplete-inputRoot .MuiInputBase-input{padding:0;font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:inherit}.shared-multi-select__control .MuiAutocomplete-inputRoot .MuiInputBase-input::placeholder{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-multi-select__control .MuiAutocomplete-inputRoot.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:2px;border-color:var(--input-focus-border)}.shared-multi-select__control .MuiAutocomplete-inputRoot.Mui-focused{box-shadow:0 0 0 4px var(--input-focus-glow)}.shared-multi-select__control .MuiAutocomplete-inputRoot.Mui-disabled{pointer-events:none;cursor:not-allowed;background-color:var(--input-disabled-bg)}.shared-multi-select__control .MuiAutocomplete-inputRoot.Mui-disabled .MuiInputBase-input{color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg)}.shared-multi-select__control--error .MuiAutocomplete-inputRoot .MuiOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.shared-multi-select__control--error .MuiAutocomplete-inputRoot.Mui-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-multi-select__option{display:inline-flex;align-items:center;gap:.5rem;width:100%}.shared-multi-select__chip{max-width:100%}.shared-multi-select__control .MuiAutocomplete-popper .MuiAutocomplete-listbox .MuiAutocomplete-option{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-text)}.shared-multi-select__control-host{width:100%;min-width:0}.shared-multi-select__control-host--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.shared-multi-select__value-summary{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--color-brand-navy)}.shared-multi-select__end-adornments{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;gap:.125rem}.shared-multi-select__clear-button.MuiIconButton-root{width:1.5rem;height:1.5rem;padding:.125rem;color:var(--muted-foreground)}.shared-multi-select__clear-button.MuiIconButton-root:hover{color:var(--foreground);background-color:transparent}.shared-multi-select__chevron-adornment{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;pointer-events:none;color:var(--color-gray-900);transition:transform .15s ease}.shared-multi-select__chevron-adornment .MuiSvgIcon-root{width:20px;height:20px;font-size:20px;color:var(--color-gray-900)}.shared-multi-select__chevron-adornment--open{transform:rotate(180deg)}.shared-multi-select__control--summary-value.shared-multi-select__control.MuiAutocomplete-root .MuiAutocomplete-inputRoot.MuiOutlinedInput-root{position:relative;display:flex;align-items:center;flex-wrap:nowrap;height:var(--input-height);min-height:var(--input-height);max-height:var(--input-height);box-sizing:border-box;padding:0 2.25rem 0 var(--input-padding-x);cursor:pointer}.shared-multi-select__control--summary-value.shared-multi-select__control.MuiAutocomplete-root .MuiAutocomplete-inputRoot.MuiOutlinedInput-root .MuiAutocomplete-input{flex:1 1 auto;min-width:0;padding:0;margin:0;height:auto;opacity:1}.shared-multi-select__control--summary-value.shared-multi-select__control.MuiAutocomplete-root .MuiAutocomplete-inputRoot.MuiOutlinedInput-root .MuiInputAdornment-positionStart{margin:0;max-height:none;height:100%;flex:1 1 auto;min-width:0;display:inline-flex;align-items:center;pointer-events:none}.shared-multi-select__control--summary-value.shared-multi-select__control.MuiAutocomplete-root .MuiAutocomplete-inputRoot.MuiOutlinedInput-root .MuiInputAdornment-positionEnd{position:absolute;top:calc(50% - 10px);right:.75rem;height:20px;max-height:none;margin:0;transform:none;pointer-events:none}.shared-multi-select__control--summary-value.shared-multi-select__control.MuiAutocomplete-root:has(.shared-multi-select__value-summary) .MuiAutocomplete-inputRoot.MuiOutlinedInput-root:not(.Mui-focused) .MuiAutocomplete-input{position:absolute;width:1px;height:1px;flex:0 0 auto;min-width:0;padding:0;margin:0;opacity:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.shared-multi-select__control--summary-value.shared-multi-select__control.MuiAutocomplete-root:has(.shared-multi-select__value-summary):not(.shared-multi-select__control--has-search) .MuiAutocomplete-inputRoot.MuiOutlinedInput-root .MuiAutocomplete-input{caret-color:transparent}.shared-multi-select__popper.MuiAutocomplete-popper{box-sizing:border-box}.shared-multi-select__menu.MuiPaper-root{width:100%;max-width:100%;min-width:0;box-sizing:border-box;margin-top:.25rem;border:1px solid var(--elevated-surface-border);border-radius:var(--radius-lg);background-color:var(--input-background);color:var(--input-text);box-shadow:var(--elevated-surface-shadow)}.shared-multi-select__menu .MuiAutocomplete-listbox{width:100%;max-width:100%;min-width:0;box-sizing:border-box;max-height:min(18rem,100dvh - 6rem);padding-top:.375rem;padding-bottom:.375rem}.shared-multi-select__menu .MuiAutocomplete-option{min-height:2.25rem;padding:.5rem .625rem;margin-left:.25rem;margin-right:.25rem;border-radius:var(--input-border-radius);font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-text)}@media(max-width:599px){.shared-multi-select__menu .MuiAutocomplete-option{min-height:2.25rem!important;margin-left:0;margin-right:0;border-radius:0}}.shared-multi-select__menu .MuiAutocomplete-option[aria-selected=true]{background-color:inherit;font-weight:inherit}.shared-multi-select__menu .MuiAutocomplete-option:hover,.shared-multi-select__menu .MuiAutocomplete-option[aria-selected=true]:hover,.shared-multi-select__menu .MuiAutocomplete-option.Mui-focused:not([aria-selected=true]){background-color:var(--elevated-surface-hover)}.shared-multi-select__option{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-multi-select__option-checkbox.chorus-checkbox{pointer-events:none;--checkbox-checked-bg: #b8e3e9;--checkbox-checked-border: #b8e3e9;--checkbox-checked-icon: #475569}.shared-multi-select__option-checkbox.chorus-checkbox .chorus-checkbox__mark{font-size:var(--text-15);font-weight:var(--font-weight-semibold)}.shared-multi-select__option-checkbox.chorus-checkbox .chorus-checkbox__mark path{stroke:currentColor;stroke-width:1px;paint-order:stroke fill}.shared-date-picker{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-date-picker__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-date-picker__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-date-picker__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-date-picker__description,.shared-date-picker__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-date-picker__helper--error,.shared-date-picker__label--error{color:var(--destructive)}.shared-date-picker__control-host{width:100%;min-width:0}.shared-date-picker__control-host--error .shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__control-host--error .shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiPickersOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.shared-date-picker__control-host--error.shared-dropdown-select--focus-ring .shared-date-picker__field.chorus-input.MuiPickersInputBase-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-date-picker__picker{width:100%}.shared-date-picker__trigger-wrap{position:relative;width:100%;cursor:pointer}.shared-date-picker__trigger-display{position:absolute;inset:0;z-index:1;display:flex;align-items:center;padding-left:var(--input-padding-x);padding-right:2.25rem;pointer-events:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--color-brand-navy)}.shared-date-picker__trigger-display--placeholder{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-date-picker__text-field{width:100%;margin:0}.shared-date-picker__text-field .MuiFormHelperText-root,.shared-date-picker__text-field .MuiInputLabel-root,.shared-date-picker__text-field__input-label{display:none}.shared-date-picker__text-field--anchor .MuiPickersInputBase-sectionsContainer{opacity:0}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root{position:relative;width:100%;min-width:0;height:var(--input-height);min-height:var(--input-height);max-height:var(--input-height);padding-left:var(--input-padding-x);border-radius:var(--input-border-radius);background-color:var(--input-background);color:var(--color-brand-navy);cursor:pointer;transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root:hover .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root:hover .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root:hover .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root:hover .MuiPickersOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root .MuiPickersInputBase-sectionsContainer,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiPickersInputBase-sectionsContainer,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiPickersInputBase-sectionsContainer{min-height:0;padding:0;line-height:1.25}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root .MuiPickersInputBase-sectionContent,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiPickersInputBase-sectionContent,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiPickersInputBase-sectionContent{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:inherit}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root .MuiPickersSectionList-sectionSeparator,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiPickersSectionList-sectionSeparator,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiPickersSectionList-sectionSeparator{color:var(--input-text)}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root .MuiPickersInputBase-sectionContent.MuiPickersInputBase-sectionContent--empty,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiPickersInputBase-sectionContent.MuiPickersInputBase-sectionContent--empty,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiPickersInputBase-sectionContent.MuiPickersInputBase-sectionContent--empty{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root .MuiInputAdornment-positionEnd,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root .MuiInputAdornment-positionEnd,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root .MuiInputAdornment-positionEnd{position:absolute;right:.75rem;top:calc(50% - 10px);margin:0;height:auto;max-height:none}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.MuiPickersInputBase-focused .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.MuiPickersInputBase-focused .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.MuiPickersInputBase-focused .MuiPickersOutlinedInput-notchedOutline{border-width:1px;border-color:var(--input-focus-border)}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-focused,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.MuiPickersInputBase-focused,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-focused,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.MuiPickersInputBase-focused,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-focused,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.MuiPickersInputBase-focused{box-shadow:0 0 0 3px var(--input-focus-glow)}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-disabled,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.MuiPickersInputBase-disabled,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-disabled,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.MuiPickersInputBase-disabled,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-disabled,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.MuiPickersInputBase-disabled{pointer-events:none;cursor:not-allowed;background-color:var(--input-disabled-bg)}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-disabled .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-disabled .MuiPickersInputBase-sectionContent,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.MuiPickersInputBase-disabled .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.MuiPickersInputBase-disabled .MuiPickersInputBase-sectionContent,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-disabled .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-disabled .MuiPickersInputBase-sectionContent,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.MuiPickersInputBase-disabled .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.MuiPickersInputBase-disabled .MuiPickersInputBase-sectionContent,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-disabled .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-disabled .MuiPickersInputBase-sectionContent,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.MuiPickersInputBase-disabled .MuiPickersSectionList-root,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.MuiPickersInputBase-disabled .MuiPickersInputBase-sectionContent{color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg)}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-error .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.MuiPickersInputBase-error .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-error .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.MuiPickersInputBase-error .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-error .MuiOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-error .MuiPickersOutlinedInput-notchedOutline,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.MuiPickersInputBase-error .MuiPickersOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-error.Mui-focused,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.Mui-error.MuiPickersInputBase-focused,.shared-date-picker__field.chorus-input.MuiOutlinedInput-root.MuiPickersInputBase-error.MuiPickersInputBase-focused,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-error.Mui-focused,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.Mui-error.MuiPickersInputBase-focused,.shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.MuiPickersInputBase-error.MuiPickersInputBase-focused,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-error.Mui-focused,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.Mui-error.MuiPickersInputBase-focused,.shared-date-picker__field.chorus-input.MuiPickersInputBase-root.MuiPickersInputBase-error.MuiPickersInputBase-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-date-picker__open-button.MuiIconButton-root{width:20px;height:20px;margin:0;padding:0;color:var(--color-gray-900)}.shared-date-picker__open-button.MuiIconButton-root:hover{background-color:transparent;color:var(--color-gray-900)}.shared-date-picker__open-icon{display:block;width:20px;height:20px;font-size:20px;color:var(--color-gray-900);opacity:1}.shared-date-picker--inline{width:auto;gap:0}.shared-date-picker__inline{display:flex;flex-wrap:nowrap;align-items:center;gap:.5rem}.shared-date-picker__inline-label.chorus-label{flex-shrink:0;font-family:var(--font-ui);font-size:var(--text-15);font-weight:350;line-height:var(--input-height);color:var(--muted-foreground);white-space:nowrap}.shared-date-picker__inline-control{flex-shrink:0;width:9.5rem}.shared-date-picker--inline .shared-date-picker__field.chorus-input.MuiOutlinedInput-root,.shared-date-picker--inline .shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root,.shared-date-picker--inline .shared-date-picker__field.chorus-input.MuiPickersInputBase-root{width:9.5rem}.shared-date-picker--drawer .shared-date-picker__field.chorus-input.MuiOutlinedInput-root.MuiOutlinedInput-root,.shared-date-picker--drawer .shared-date-picker__field.chorus-input.MuiPickersOutlinedInput-root.MuiOutlinedInput-root,.shared-date-picker--drawer .shared-date-picker__field.chorus-input.MuiPickersInputBase-root.MuiOutlinedInput-root{min-height:var(--input-height);font-size:var(--input-font-size);border-radius:var(--input-border-radius)}.shared-date-picker__calendar-paper{--date-picker-day-size: 32px;--date-picker-day-margin: 2px;--date-picker-action-clear-color: #2b6373;--date-picker-calendar-width: calc( (var(--date-picker-day-size) + var(--date-picker-day-margin) * 2) * 7 + 1rem );width:var(--date-picker-calendar-width);max-width:var(--date-picker-calendar-width);box-sizing:border-box;overflow:hidden;font-family:var(--font-data);font-size:var(--text-13)}.shared-date-picker__calendar-paper .MuiPickersLayout-root{display:flex;flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box;padding:1rem 0 1.05rem}.shared-date-picker__calendar-paper .MuiPickersLayout-contentWrapper{display:block;width:100%;margin-bottom:0;grid-column:unset;grid-row:unset}.shared-date-picker__calendar-paper .MuiDateCalendar-root{width:100%;max-width:100%;margin:0;height:18rem}.shared-date-picker__calendar-paper .MuiPickersCalendarHeader-root{margin-top:0;margin-bottom:.25rem;margin-left:0;margin-right:0;padding-left:1.45rem;padding-right:.625rem;width:100%;box-sizing:border-box}.shared-date-picker__calendar-paper .MuiDayCalendar-root{width:100%}.shared-date-picker__calendar-paper .MuiDayCalendar-header{width:100%;box-sizing:border-box;background-color:var(--elevated-surface-hover)}.shared-date-picker__calendar-paper .MuiDayCalendar-slideTransition,.shared-date-picker__calendar-paper .MuiDayCalendar-loadingContainer{min-height:calc((var(--date-picker-day-size) + var(--date-picker-day-margin) * 2) * 6)}.shared-date-picker__calendar-paper .MuiPickersCalendarHeader-root,.shared-date-picker__calendar-paper .MuiDayCalendar-weekDayLabel,.shared-date-picker__calendar-paper .MuiPickerDay-root{font-family:var(--font-data);font-size:var(--text-13)}.shared-date-picker__calendar-paper .MuiDayCalendar-weekDayLabel{width:var(--date-picker-day-size);height:calc(var(--date-picker-day-size) + 2px);margin:0 var(--date-picker-day-margin);color:#767893;font-weight:var(--font-weight-semibold);font-family:var(--font-data)}.shared-date-picker__calendar-paper .MuiPickerDay-root,.shared-date-picker__calendar-paper .MuiPickerDay-root.MuiPickerDay-today{--PickerDay-size: var(--date-picker-day-size);--PickerDay-horizontalMargin: var(--date-picker-day-margin);border-radius:var(--input-border-radius);outline:none!important;outline-offset:0!important}.shared-date-picker__calendar-paper .MuiPickersCalendarHeader-labelContainer{cursor:default;pointer-events:none}.shared-date-picker__calendar-paper .MuiPickersCalendarHeader-label{cursor:default;pointer-events:none;font-weight:var(--font-weight-book);font-size:var(--text-16);font-family:var(--font-ui);color:#1d222a}.shared-date-picker__calendar-paper .MuiPickersCalendarHeader-switchViewButton{display:none}.shared-date-picker__calendar-paper .MuiPickersArrowSwitcher-spacer{width:1.25rem}.shared-date-picker__calendar-paper .MuiPickerDay-root:not(.Mui-selected):not(.Mui-disabled):hover,.shared-date-picker__calendar-paper .MuiPickerDay-root:not(.Mui-selected):not(.Mui-disabled):focus-visible{background-color:var(--color-brand-teal-light);color:var(--color-brand-navy);border-radius:var(--input-border-radius)}.shared-date-picker__calendar-paper .MuiPickerDay-root.Mui-selected,.shared-date-picker__calendar-paper .MuiPickerDay-root.MuiPickerDay-selected{background-color:var(--color-brand-teal-light);color:var(--color-brand-navy);font-weight:var(--font-weight-medium);border-radius:var(--input-border-radius)}.shared-date-picker__calendar-paper .MuiPickerDay-root.Mui-selected:hover,.shared-date-picker__calendar-paper .MuiPickerDay-root.Mui-selected:focus-visible,.shared-date-picker__calendar-paper .MuiPickerDay-root.MuiPickerDay-selected:hover,.shared-date-picker__calendar-paper .MuiPickerDay-root.MuiPickerDay-selected:focus-visible{background-color:var(--color-brand-teal-soft);color:var(--color-brand-navy);border-radius:var(--input-border-radius)}.shared-date-picker__calendar-paper .MuiPickersLayout-actionBar.MuiDialogActions-root,.shared-date-picker__calendar-paper .shared-date-picker__action-bar.MuiDialogActions-root{width:100%;box-sizing:border-box;justify-content:flex-end;padding:1rem 1rem 0;gap:.375rem;min-height:0;grid-column:unset;grid-row:unset}.shared-date-picker__calendar-paper .MuiPickersLayout-actionBar .MuiButton-root,.shared-date-picker__calendar-paper .shared-date-picker__action-bar .MuiButton-root{text-transform:none;font-family:var(--font-ui);font-size:var(--text-13);font-weight:var(--font-weight-regular)}.shared-date-picker__calendar-paper .MuiPickersLayout-actionBar .shared-date-picker__action-clear.MuiButton-root,.shared-date-picker__calendar-paper .shared-date-picker__action-bar .shared-date-picker__action-clear.MuiButton-root{color:var(--date-picker-action-clear-color);opacity:1}.shared-date-picker__calendar-paper .MuiPickersLayout-actionBar .shared-date-picker__action-clear.MuiButton-root:hover:not(.Mui-disabled),.shared-date-picker__calendar-paper .shared-date-picker__action-bar .shared-date-picker__action-clear.MuiButton-root:hover:not(.Mui-disabled){color:var(--date-picker-action-clear-color);background-color:transparent}.shared-date-picker__calendar-paper .MuiPickersLayout-actionBar .MuiButton-root:last-of-type,.shared-date-picker__calendar-paper .shared-date-picker__action-bar .MuiButton-root:last-of-type{border-radius:var(--input-border-radius);background-color:var(--color-brand-navy);color:var(--primary-foreground)}.shared-date-picker__calendar-paper .MuiPickersLayout-actionBar .MuiButton-root:last-of-type:hover,.shared-date-picker__calendar-paper .shared-date-picker__action-bar .MuiButton-root:last-of-type:hover{background-color:var(--color-brand-navy-mid)}.shared-date-picker__calendar-paper .MuiPickersLayout-actionBar .MuiButton-root:last-of-type.Mui-disabled,.shared-date-picker__calendar-paper .shared-date-picker__action-bar .MuiButton-root:last-of-type.Mui-disabled{background-color:var(--input-disabled-bg);color:var(--input-disabled-fg)}.shared-hierarchy-multi-select{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-hierarchy-multi-select__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-hierarchy-multi-select__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-hierarchy-multi-select__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-hierarchy-multi-select__description,.shared-hierarchy-multi-select__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-hierarchy-multi-select__helper--error,.shared-hierarchy-multi-select__label--error{color:var(--destructive)}.shared-hierarchy-multi-select__trigger-wrap{display:flex;flex-direction:column;width:100%}.shared-hierarchy-multi-select__trigger-wrap--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.shared-hierarchy-multi-select__compound-field{position:relative;display:flex;align-items:center;gap:.5rem;width:100%;height:var(--input-height);min-height:var(--input-height);max-height:var(--input-height);padding:0 var(--input-padding-end) 0 var(--input-padding-x);border:1px solid var(--input-border);border-radius:var(--input-border-radius);background-color:var(--input-background);color:var(--input-text);cursor:pointer;box-sizing:border-box;overflow:hidden;transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-hierarchy-multi-select__compound-field--open,.shared-hierarchy-multi-select__compound-field:focus-visible{outline:none;border-width:2px;border-color:var(--input-focus-border);box-shadow:0 0 0 3px var(--input-focus-glow)}.shared-hierarchy-multi-select__compound-field--error{border-color:var(--input-error-border)}.shared-hierarchy-multi-select__compound-field--error.shared-hierarchy-multi-select__compound-field--open,.shared-hierarchy-multi-select__compound-field--error:focus-visible{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-hierarchy-multi-select__compound-field--disabled{pointer-events:none;cursor:not-allowed;background-color:var(--input-disabled-bg);color:var(--input-disabled-fg)}.shared-hierarchy-multi-select__compound-field--readonly{cursor:pointer;background-color:var(--input-disabled-bg)}.shared-hierarchy-multi-select__compound-content{flex:1;min-width:0;overflow:hidden}.shared-hierarchy-multi-select__compound-adornment{position:absolute;right:.75rem;top:50%;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;color:var(--color-gray-900);opacity:1;pointer-events:none;transform:translateY(-50%);transition:transform .15s ease}.shared-hierarchy-multi-select__compound-adornment .MuiSvgIcon-root{width:20px;height:20px;color:var(--color-gray-900);opacity:1;font-size:20px}.shared-hierarchy-multi-select__compound-adornment--open{transform:translateY(-50%) rotate(180deg)}.shared-hierarchy-multi-select__compound-adornment--disabled{opacity:.38}.shared-hierarchy-multi-select__placeholder{display:block;font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root{box-sizing:border-box;width:100%;min-width:0;height:var(--input-height);min-height:var(--input-height);max-height:var(--input-height);padding-right:var(--input-padding-end);padding-left:var(--input-padding-x);border-radius:var(--input-border-radius);background-color:var(--input-background);color:var(--input-text);font-family:var(--font-data);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.shared-hierarchy-multi-select__field.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--input-border)}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root .MuiOutlinedInput-input{height:100%;padding:0;font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:inherit}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:2px;border-color:var(--input-focus-border)}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 3px var(--input-focus-glow)}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root.Mui-disabled{cursor:not-allowed;background-color:var(--input-disabled-bg)}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-input{cursor:not-allowed;color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg);caret-color:transparent}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.shared-hierarchy-multi-select__field.MuiOutlinedInput-root.Mui-error.Mui-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-hierarchy-multi-select__field{cursor:pointer}.shared-hierarchy-multi-select__field .MuiOutlinedInput-input{cursor:pointer;caret-color:transparent}.shared-hierarchy-multi-select__trigger-input.MuiOutlinedInput-root{position:relative;align-items:center;cursor:text;color:var(--color-brand-navy)}.shared-hierarchy-multi-select__trigger-input.MuiOutlinedInput-root .MuiOutlinedInput-input{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);cursor:text;caret-color:var(--input-caret);color:inherit}.shared-hierarchy-multi-select__trigger-input.MuiOutlinedInput-root::placeholder{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-placeholder);opacity:1}.shared-hierarchy-multi-select__trigger-input.MuiOutlinedInput-root .MuiInputAdornment-positionStart{margin-right:.5rem;margin-left:0;height:auto;max-height:none}.shared-hierarchy-multi-select__trigger-input.MuiOutlinedInput-root .MuiInputAdornment-positionEnd{position:absolute;right:.75rem;top:50%;margin:0;height:auto;max-height:none;transform:translateY(-50%);pointer-events:none}.shared-hierarchy-multi-select__trigger-input.MuiOutlinedInput-root .MuiInputAdornment-positionEnd .shared-hierarchy-multi-select__compound-adornment{position:static;transform:none}.shared-hierarchy-multi-select__trigger-input.MuiOutlinedInput-root .MuiInputAdornment-positionEnd .shared-hierarchy-multi-select__compound-adornment--open{transform:rotate(180deg)}.shared-hierarchy-multi-select__field--error.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:var(--input-error-border)}.shared-hierarchy-multi-select__field--error.MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 4px var(--input-error-glow)}.shared-hierarchy-multi-select__search.MuiOutlinedInput-root{cursor:text}.shared-hierarchy-multi-select__search.MuiOutlinedInput-root .MuiOutlinedInput-input{cursor:text;caret-color:var(--input-caret)}.shared-hierarchy-multi-select__adornment-icon{display:inline-flex;align-items:center;color:var(--muted-foreground)}.shared-hierarchy-multi-select__adornment-icon .MuiSvgIcon-root{width:1.125rem;height:1.125rem}.shared-hierarchy-multi-select__popover{margin-top:.25rem;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--input-border);background-color:var(--input-background);box-shadow:var(--card-shadow-elevated)}.shared-hierarchy-multi-select__panel{display:flex;flex:1;flex-direction:column;min-height:0;gap:.5rem;padding:.75rem;overflow:hidden;background-color:var(--input-background)}.shared-hierarchy-multi-select__all-option{display:block;width:100%;padding:.5rem .75rem;border:none;border-radius:var(--radius-md);background-color:transparent;color:var(--input-text);font-family:var(--font-data);font-size:var(--shared-field-input-size);text-align:left;cursor:pointer;transition:background-color var(--transition-duration) ease}.shared-hierarchy-multi-select__all-option:hover,.shared-hierarchy-multi-select__all-option--selected{background-color:var(--color-hover-light, var(--muted))}.shared-hierarchy-multi-select__all-option--no-hover:hover,.shared-hierarchy-multi-select__all-option--no-hover.shared-hierarchy-multi-select__all-option--selected{background-color:transparent}.shared-hierarchy-multi-select__tree-wrap{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.shared-hierarchy-multi-select__tree.MuiRichTreeView-root{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height);color:var(--input-text)}.shared-hierarchy-multi-select__tree .MuiTreeItem-label{font-family:var(--input-value-font-family);font-size:var(--input-value-font-size);font-weight:var(--input-value-font-weight);line-height:var(--input-value-line-height)}.shared-hierarchy-multi-select__tree .MuiTreeItem-content.MuiTreeItem-content:hover,.shared-hierarchy-multi-select__tree .MuiTreeItem-content.MuiTreeItem-content[data-focused],.shared-hierarchy-multi-select__tree .MuiTreeItem-content.MuiTreeItem-content[data-selected],.shared-hierarchy-multi-select__tree .MuiTreeItem-content.MuiTreeItem-content[data-selected]:hover,.shared-hierarchy-multi-select__tree .MuiTreeItem-content.MuiTreeItem-content[data-selected][data-focused]{background-color:var(--color-hover-light, var(--muted))}.shared-hierarchy-multi-select__tree--readonly .MuiTreeItem-checkbox{display:none}.shared-hierarchy-multi-select__tree--single .MuiTreeItem-content{cursor:default}.shared-hierarchy-multi-select__tree--single .MuiTreeItem-content:hover,.shared-hierarchy-multi-select__tree--single .MuiTreeItem-content[data-focused],.shared-hierarchy-multi-select__tree--single .MuiTreeItem-content[data-selected],.shared-hierarchy-multi-select__tree--single .MuiTreeItem-content[data-selected]:hover,.shared-hierarchy-multi-select__tree--single .MuiTreeItem-content[data-selected][data-focused]{background-color:transparent!important}.shared-hierarchy-multi-select__tree--single .MuiTreeItem-iconContainer,.shared-hierarchy-multi-select__tree--single .MuiTreeItem-label{cursor:pointer}.shared-hierarchy-multi-select__tree-checkbox.chorus-checkbox .chorus-checkbox__mark{font-size:var(--text-15)}.shared-hierarchy-multi-select__loading,.shared-hierarchy-multi-select__empty{display:flex;align-items:center;justify-content:center;min-height:6rem;padding:.75rem;color:var(--muted-foreground);font-family:var(--font-data);font-size:var(--shared-field-helper-size)}.shared-hierarchy-readonly-tree{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--card);overflow:hidden}.shared-hierarchy-readonly-tree__scroll{overflow:auto;padding:.25rem 0;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.shared-hierarchy-readonly-tree__tree.MuiRichTreeView-root{font-family:var(--font-data);font-size:var(--text-15);color:var(--foreground)}.shared-hierarchy-readonly-tree__tree .MuiTreeItem-label{font-family:var(--font-ui);font-size:var(--text-15);font-weight:var(--font-weight-medium)}.shared-hierarchy-readonly-tree__tree .MuiTreeItem-content{background-color:transparent}.shared-hierarchy-readonly-tree__tree .MuiTreeItem-content.MuiTreeItem-content:hover{background-color:var(--color-hover-light, var(--muted))}.shared-hierarchy-readonly-tree__tree .MuiTreeItem-content.MuiTreeItem-content[data-focused],.shared-hierarchy-readonly-tree__tree .MuiTreeItem-content.MuiTreeItem-content[data-selected]{background-color:transparent}.shared-hierarchy-readonly-tree__tree .MuiTreeItem-checkbox{display:none}.shared-hierarchy-readonly-tree__loading,.shared-hierarchy-readonly-tree__empty{display:flex;align-items:center;justify-content:center;min-height:6rem;padding:.75rem;color:var(--muted-foreground);font-family:var(--font-data);font-size:var(--field-helper-font-size)}.shared-checkbox-group-input{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-checkbox-group-input__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-checkbox-group-input__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-checkbox-group-input__description,.shared-checkbox-group-input__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-checkbox-group-input__helper--error{color:var(--destructive)}.shared-checkbox-group-input__panel{display:flex;flex-direction:column;gap:.5rem}.shared-checkbox-group-input__panel--bordered{padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--card-radius);background-color:var(--card)}.shared-checkbox-group-input__option{display:flex;align-items:flex-start;gap:.5rem}.shared-checkbox-group-input__option-label.chorus-label{font-size:var(--text-15);font-weight:var(--font-weight-regular);color:var(--input-text);cursor:pointer;line-height:1.35}.shared-checkbox-group-input__option-description{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color);display:inline;margin-left:.25rem}.shared-checkbox-group-input__empty{margin:0;font-family:var(--font-data);font-size:var(--text-15);font-style:italic;color:var(--muted-foreground)}.chorus-radio-group.MuiRadioGroup-root{display:grid;gap:.75rem}.chorus-radio-group--row.MuiRadioGroup-root{display:flex;flex-wrap:wrap;gap:.75rem}.chorus-radio-group__item{--radio-size: 1rem;--radio-border: var(--input-border);--radio-checked: var(--color-brand-navy)}.chorus-radio-group__item.MuiRadio-root{padding:.375rem;color:var(--radio-border)}.chorus-radio-group__item.MuiRadio-root.Mui-checked{color:var(--radio-checked)}.chorus-radio-group__item.MuiRadio-root.Mui-disabled{opacity:.5}.chorus-radio-group__item.MuiRadio-root.Mui-focusVisible{outline:none;box-shadow:0 0 0 3px var(--input-focus-glow);border-radius:9999px}.chorus-radio-group__item .MuiSvgIcon-root{width:var(--radio-size);height:var(--radio-size)}.dark .chorus-radio-group__item{--radio-checked: var(--primary)}.shared-radio-group-input{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-radio-group-input__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-radio-group-input__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-radio-group-input__description,.shared-radio-group-input__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-radio-group-input__helper--error{color:var(--destructive)}.shared-radio-group-input__options.chorus-radio-group{gap:.75rem}.shared-radio-group-input__option{display:flex;align-items:flex-start;gap:.625rem}.shared-radio-group-input__option-label.chorus-label{font-size:var(--text-15);font-weight:var(--font-weight-medium);color:var(--input-text);cursor:pointer;line-height:1.35}.shared-radio-group-input__option-description{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color);margin-top:.125rem}.shared-radio-group-input--drawer .shared-radio-group-input__options{gap:.5rem}.shared-switch{--switch-width: 2.17rem;--switch-height: 1.15rem;--switch-thumb-size: 1rem;--switch-track-unchecked: var(--switch-background);--switch-track-checked: var(--color-brand-navy);--switch-thumb-color: var(--input-background)}.shared-switch.MuiSwitch-root{width:var(--switch-width);height:var(--switch-height);padding:0}.shared-switch .MuiSwitch-switchBase{padding:.075rem}.shared-switch .MuiSwitch-switchBase.Mui-checked{transform:translate(calc(100% - 2px));color:var(--switch-thumb-color)}.shared-switch .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{opacity:1;background-color:var(--switch-track-checked)}.shared-switch .MuiSwitch-switchBase.Mui-disabled{opacity:.5}.shared-switch .MuiSwitch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);background-color:var(--switch-thumb-color);box-shadow:none}.shared-switch .MuiSwitch-track{border-radius:9999px;opacity:1;background-color:var(--switch-track-unchecked)}.shared-switch.Mui-focusVisible .MuiSwitch-thumb{box-shadow:0 0 0 3px var(--input-focus-glow)}.dark .shared-switch{--switch-track-checked: var(--primary);--switch-thumb-color: var(--card)}.chorus-switch{--switch-width: 2rem;--switch-height: 1.15rem;--switch-thumb-size: 1rem;--switch-track-unchecked: var(--switch-background);--switch-track-checked: var(--color-brand-navy);--switch-thumb-color: var(--input-background)}.chorus-switch.MuiSwitch-root{width:var(--switch-width);height:var(--switch-height);padding:0}.chorus-switch .MuiSwitch-switchBase{padding:.075rem}.chorus-switch .MuiSwitch-switchBase.Mui-checked{transform:translate(calc(100% - 2px));color:var(--switch-thumb-color)}.chorus-switch .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{opacity:1;background-color:var(--switch-track-checked)}.chorus-switch .MuiSwitch-switchBase.Mui-disabled{opacity:.5}.chorus-switch .MuiSwitch-thumb{width:var(--switch-thumb-size);height:var(--switch-thumb-size);background-color:var(--switch-thumb-color);box-shadow:none}.chorus-switch .MuiSwitch-track{border-radius:9999px;opacity:1;background-color:var(--switch-track-unchecked)}.chorus-switch.Mui-focusVisible .MuiSwitch-thumb{box-shadow:0 0 0 3px var(--input-focus-glow)}.dark .chorus-switch{--switch-track-checked: var(--primary);--switch-thumb-color: var(--card)}.shared-switch-input{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-switch-input__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.25rem 0}.shared-switch-input__text{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.shared-switch-input__label.chorus-label{font-size:var(--text-15);font-weight:var(--font-weight-medium);color:var(--input-text);line-height:1.35}.shared-switch-input__description,.shared-switch-input__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-switch-input__helper--error{color:var(--destructive)}.shared-page-header{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1.5rem}.shared-page-header__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;font-family:var(--font-data);font-size:var(--text-15);color:var(--muted-foreground)}.shared-page-header__breadcrumb-item{display:inline-flex;align-items:center;gap:.25rem}.shared-page-header__breadcrumb-separator{width:.75rem;height:.75rem}.shared-page-header__breadcrumb-link{padding:0;border:0;background:transparent;font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;transition:color .15s ease}.shared-page-header__breadcrumb-link:hover{color:var(--foreground)}.shared-page-header__breadcrumb-current{color:var(--color-brand-navy);font-weight:var(--font-weight-medium)}.shared-page-header__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.shared-page-header__title{margin:0;font-family:var(--font-heading);font-size:1.5rem;font-weight:var(--font-weight-semibold);line-height:1.25;color:var(--color-brand-navy)}.shared-page-header__subtitle{margin:.25rem 0 0;font-family:var(--font-data);font-size:var(--text-15);color:var(--muted-foreground)}.shared-page-header__actions{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;gap:.5rem}.shared-field-required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-form-field{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-form-field__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-form-field__description{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-form-field__error{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color);color:var(--destructive)}.shared-phone-input{display:flex;flex-direction:column;gap:var(--shared-field-gap);width:100%;min-width:0;margin:0}.shared-phone-input:has(.shared-phone-input__field--disabled){cursor:not-allowed}.shared-phone-input__label-row{display:flex;align-items:baseline;gap:.125rem;min-height:0;margin:0;padding:0}.shared-phone-input__label.chorus-label.MuiFormLabel-root{font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--form-label-color);gap:.125rem}.shared-phone-input__required{flex-shrink:0;font-family:var(--form-label-font-family);font-size:var(--form-label-font-size);font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);color:var(--destructive)}.shared-phone-input__description,.shared-phone-input__helper{margin:0;font-family:var(--font-data);font-size:var(--field-helper-font-size);font-weight:var(--field-helper-font-weight);line-height:var(--field-helper-line-height);color:var(--field-helper-color)}.shared-phone-input__helper--error{color:var(--destructive)}.shared-phone-input__control-host{width:100%;min-width:0}.shared-phone-input__control-host--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.shared-phone-input__country-prefix{display:flex;flex-shrink:0;align-items:center;gap:.375rem;pointer-events:none;-webkit-user-select:none;user-select:none}.shared-phone-input__country-code{flex-shrink:0;font-family:var(--font-data);font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:1.25;color:inherit}.shared-phone-input__field{display:flex;align-items:center;gap:.5rem;box-sizing:border-box;width:100%;min-width:0;font-family:var(--font-ui)}.shared-phone-input__field--sm .PhoneInputCountry,.shared-phone-input__field--sm .PhoneInputInput{height:2.25rem;min-height:2.25rem;max-height:2.25rem}.shared-phone-input__field--sm .PhoneInputInput,.shared-phone-input__field--sm .shared-phone-input__country-code{font-size:var(--text-13)}.shared-phone-input__field .PhoneInputCountry{position:relative;flex-shrink:0;align-self:stretch;margin-right:0;box-sizing:border-box;height:var(--input-height);min-height:var(--input-height);max-height:var(--input-height);border:1px solid var(--input-border);border-radius:var(--input-border-radius);background-color:var(--input-background);color:var(--input-text);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-phone-input__field .PhoneInputCountry--open,.shared-phone-input__field .PhoneInputCountry:focus-within{border-color:var(--input-focus-border);box-shadow:0 0 0 4px var(--input-focus-glow)}.shared-phone-input__field .shared-phone-input__country-trigger{display:flex;align-items:center;gap:.375rem;width:100%;height:100%;margin:0;padding:0 .625rem;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.shared-phone-input__field .shared-phone-input__country-trigger:disabled{cursor:not-allowed}.shared-phone-input__field .shared-phone-input__country-prefix .PhoneInputCountryIcon{flex-shrink:0;width:1.25rem;height:1rem;border-radius:2px;box-shadow:none;background-color:transparent}.shared-phone-input__field .PhoneInputCountryIconImg{display:block;width:100%;height:100%;object-fit:cover}.shared-phone-input__field .PhoneInputCountrySelectArrow{display:block;flex-shrink:0;width:.375rem;height:.375rem;margin-left:0;border-style:solid;border-width:0 1px 1px 0;border-color:var(--muted-foreground);transform:rotate(45deg) translateY(-1px);opacity:.8;pointer-events:none}.shared-phone-input__field .PhoneInputInput{flex:1;min-width:0;padding:0 var(--input-padding-x);outline:none;font-family:var(--font-data);font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:1.25;color:inherit;caret-color:var(--input-caret);box-sizing:border-box;height:var(--input-height);min-height:var(--input-height);max-height:var(--input-height);border:1px solid var(--input-border);border-radius:var(--input-border-radius);background-color:var(--input-background);color:var(--input-text);transition:box-shadow var(--transition-duration) ease,border-color var(--transition-duration) ease}.shared-phone-input__field .PhoneInputInput:focus{border-color:var(--input-focus-border);box-shadow:0 0 0 4px var(--input-focus-glow)}.shared-phone-input__field .PhoneInputInput::placeholder{color:var(--input-placeholder);font-family:var(--font-data);opacity:1}.shared-phone-input__field .PhoneInputInput::selection{background-color:var(--input-selection-bg);color:var(--input-selection-fg)}.shared-phone-input__field .PhoneInputInput:disabled{color:var(--input-disabled-fg);-webkit-text-fill-color:var(--input-disabled-fg);background-color:var(--input-disabled-bg);cursor:not-allowed}.shared-phone-input__field--disabled{cursor:not-allowed}.shared-phone-input__field--disabled .PhoneInputCountry,.shared-phone-input__field--disabled .PhoneInputInput{background-color:var(--input-disabled-bg);color:var(--input-disabled-fg);box-shadow:none}.shared-phone-input__field--disabled .PhoneInputCountry--open,.shared-phone-input__field--disabled .PhoneInputCountry:focus-within,.shared-phone-input__field--disabled .PhoneInputInput:focus{box-shadow:none}.shared-phone-input__field--disabled .PhoneInputInput:disabled{background-color:var(--input-disabled-bg);cursor:not-allowed}.shared-phone-input__field--disabled .shared-phone-input__country-trigger{cursor:not-allowed}.shared-phone-input__field--error .PhoneInputCountry,.shared-phone-input__field--error .PhoneInputInput{border-color:var(--input-error-border)}.shared-phone-input__field--error .PhoneInputCountry--open,.shared-phone-input__field--error .PhoneInputCountry:focus-within,.shared-phone-input__field--error .PhoneInputInput:focus{border-color:var(--input-error-border);box-shadow:0 0 0 4px var(--input-error-glow)}.shared-phone-input--drawer .shared-phone-input__field .PhoneInputCountry,.shared-phone-input--drawer .shared-phone-input__field .PhoneInputInput{min-height:var(--shared-field-drawer-height);font-size:var(--text-15)}.shared-phone-input__country-menu-paper.MuiPaper-root{min-width:16rem;max-height:18rem;overflow:auto;border:1px solid var(--elevated-surface-border);border-radius:var(--radius-lg);background-color:var(--input-background);color:var(--input-text);box-shadow:var(--elevated-surface-shadow)}.shared-phone-input__country-menu-list.MuiList-root{padding:.375rem}.shared-phone-input__country-option.MuiMenuItem-root{position:relative;display:flex;align-items:center;gap:.625rem;min-height:2.25rem;padding:.5rem 2rem .5rem .625rem;margin-inline:.25rem;border-radius:var(--input-border-radius);font-family:var(--font-ui);font-size:var(--input-font-size);font-weight:var(--input-font-weight);line-height:1.25;color:var(--input-text)}.shared-phone-input__country-option.MuiMenuItem-root:hover,.shared-phone-input__country-option.MuiMenuItem-root.Mui-focusVisible,.shared-phone-input__country-option.MuiMenuItem-root.Mui-selected,.shared-phone-input__country-option.MuiMenuItem-root.Mui-selected:hover{background-color:var(--elevated-surface-hover)}.shared-phone-input__country-option.MuiMenuItem-root .PhoneInputCountryIcon{flex-shrink:0;width:1.25rem;height:1rem;border-radius:2px}.shared-phone-input__country-option-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shared-phone-input__country-option-code{flex-shrink:0;color:var(--muted-foreground)}.shared-phone-input__country-option-check{position:absolute;right:.5rem;top:50%;width:.625rem;height:.625rem;font-size:.625rem;transform:translateY(-50%)}.shared-stepper{--shared-stepper-indicator-size: 1.75rem;--shared-stepper-connector-size: 2px;--shared-stepper-gap: .5rem;--shared-stepper-slot-gap: .25rem;width:100%;padding:0;background-color:transparent}.shared-stepper.MuiStepper-root{width:100%}.shared-stepper--horizontal.MuiStepper-root{align-items:flex-start}.shared-stepper--vertical.MuiStepper-root .shared-stepper__step.MuiStep-root{min-height:4rem}.shared-stepper--vertical.MuiStepper-root .shared-stepper__step-label.MuiStepLabel-root{grid-template-areas:"icon top" "icon left" "icon right" "icon bottom";grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto auto auto;align-items:start;justify-items:start}.shared-stepper--vertical.MuiStepper-root .shared-stepper__slot-region--top,.shared-stepper--vertical.MuiStepper-root .shared-stepper__slot-region--left,.shared-stepper--vertical.MuiStepper-root .shared-stepper__slot-region--right,.shared-stepper--vertical.MuiStepper-root .shared-stepper__slot-region--bottom{align-items:flex-start;text-align:left}.shared-stepper__connector.MuiStepConnector-root.MuiStepConnector-horizontal{top:calc(var(--shared-stepper-indicator-size) / 2);left:calc(-50% + var(--shared-stepper-indicator-size) / 2);right:calc(50% + var(--shared-stepper-indicator-size) / 2)}.shared-stepper__connector.MuiStepConnector-root.MuiStepConnector-horizontal .MuiStepConnector-line{min-height:var(--shared-stepper-connector-size);border-top-width:var(--shared-stepper-connector-size)}.shared-stepper__connector.MuiStepConnector-root.MuiStepConnector-vertical{left:calc(var(--shared-stepper-indicator-size) / 2);top:calc(-50% + var(--shared-stepper-indicator-size) / 2);bottom:calc(50% + var(--shared-stepper-indicator-size) / 2)}.shared-stepper__connector.MuiStepConnector-root.MuiStepConnector-vertical .MuiStepConnector-line{min-width:var(--shared-stepper-connector-size);border-left-width:var(--shared-stepper-connector-size)}.shared-stepper__connector.MuiStepConnector-root .MuiStepConnector-line{border-color:var(--muted)}.shared-stepper__connector.MuiStepConnector-root.Mui-active .MuiStepConnector-line,.shared-stepper__connector.MuiStepConnector-root.Mui-completed .MuiStepConnector-line{border-color:var(--color-brand-teal)}.shared-stepper__step.MuiStep-root{padding:0}.shared-stepper__step-label.MuiStepLabel-root{display:grid;width:100%;padding:0;grid-template-areas:"top top top" "left icon right" "bottom bottom bottom";grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-rows:auto auto auto;gap:var(--shared-stepper-slot-gap);align-items:center;justify-items:center}.shared-stepper__step-label.MuiStepLabel-root .MuiStepLabel-iconContainer{grid-area:icon;padding:0}.shared-stepper__step-label.MuiStepLabel-root .MuiStepLabel-labelContainer{display:contents;width:100%;max-width:none}.shared-stepper__step-label.MuiStepLabel-root .MuiStepLabel-label{display:contents;margin:0;font:inherit;color:inherit}.shared-stepper__content{display:contents}.shared-stepper__slot-region{display:flex;width:100%}.shared-stepper__slot-region--top{grid-area:top;flex-direction:column;align-items:center}.shared-stepper__slot-region--right{grid-area:right;flex-direction:column;align-items:flex-start;justify-self:start}.shared-stepper__slot-region--bottom{grid-area:bottom;flex-direction:column;align-items:center}.shared-stepper__slot-region--left{grid-area:left;flex-direction:column;align-items:flex-end;justify-self:end}.shared-stepper--horizontal .shared-stepper__slot-region--left,.shared-stepper--horizontal .shared-stepper__slot-region--right{justify-content:center}.shared-stepper--horizontal .shared-stepper__slot-region--top,.shared-stepper--horizontal .shared-stepper__slot-region--bottom{text-align:center}.shared-stepper__slot-group{display:flex;flex-direction:column;gap:var(--shared-stepper-slot-gap);width:100%}.shared-stepper__indicator{display:inline-flex;width:var(--shared-stepper-indicator-size);height:var(--shared-stepper-indicator-size);flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem;font-weight:var(--font-weight-medium);line-height:1;color:var(--primary-foreground);background-color:var(--color-brand-teal);transition:background-color var(--transition-duration) ease,color var(--transition-duration) ease}.shared-stepper__indicator--complete{background-color:var(--color-brand-teal);color:var(--primary-foreground)}.shared-stepper__indicator--current{background-color:var(--color-status-active);color:#fff}.shared-stepper__indicator--upcoming{background-color:var(--muted);color:var(--muted-foreground)}.shared-stepper__indicator--error{background-color:var(--destructive);color:var(--destructive-foreground, #ffffff)}.shared-stepper__slot{width:100%;min-width:0}.shared-stepper__slot--label{font-size:var(--text-13);line-height:1.3;color:var(--muted-foreground)}.shared-stepper__step--current .shared-stepper__slot--label{font-weight:var(--font-weight-bold);color:var(--foreground)}.shared-stepper__slot--badge{width:auto}.shared-stepper__slot--badge:not(.chorus-badge){display:inline-flex;align-items:center;justify-content:center;padding:.125rem .5rem;border-radius:var(--radius-full, 9999px);font-size:.75rem;font-weight:var(--font-weight-medium);line-height:1.25;color:var(--foreground);background-color:var(--muted)}.shared-stepper__slot--information{font-size:.75rem;line-height:1.35;color:var(--muted-foreground)}.shared-stepper__slot--timestamp{font-size:.75rem;line-height:1.25;color:var(--muted-foreground);font-family:var(--font-data)}.shared-stepper--timeline{--shared-stepper-indicator-size: .8rem;--shared-stepper-timeline-gap: 1rem;--shared-stepper-timeline-line-width: 2px;--shared-stepper-timeline-line-color: var(--color-brand-navy);display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.shared-stepper__timeline-step{display:flex;align-items:stretch;gap:var(--shared-stepper-timeline-gap);min-width:0}.shared-stepper__timeline-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:var(--shared-stepper-indicator-size)}.shared-stepper__timeline-line{width:var(--shared-stepper-timeline-line-width);flex:1;min-height:1rem;background-color:var(--shared-stepper-timeline-line-color)}.shared-stepper__timeline-content{flex:1;min-width:0;padding:0 0 1.5rem}.shared-stepper__timeline-body{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;width:100%}.shared-stepper__timeline-main{display:flex;flex:1;flex-direction:column;min-width:0;gap:.375rem}.shared-stepper__timeline-title-row{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:.5rem}.shared-stepper--timeline .shared-stepper__indicator{margin-top:.25rem;background-color:var(--color-brand-navy);color:transparent;box-shadow:0 0 0 2px var(--background)}.shared-stepper--timeline .shared-stepper__indicator--complete,.shared-stepper--timeline .shared-stepper__indicator--current,.shared-stepper--timeline .shared-stepper__indicator--upcoming{background-color:var(--color-brand-navy);color:transparent}.shared-stepper--timeline .shared-stepper__slot--label{width:auto;font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-medium);line-height:1.25;color:var(--muted-subtitle)}.shared-stepper--timeline .shared-stepper__slot--badge.chorus-badge.MuiChip-root{height:2rem;font-family:var(--font-data);font-size:var(--text-14);font-weight:var(--font-weight-regular);text-transform:lowercase;color:var(--foreground)}.shared-stepper--timeline .shared-stepper__slot--badge.chorus-badge.MuiChip-outlined{border-color:var(--input-disabled-fg);background-color:transparent}.shared-stepper--timeline .shared-stepper__slot--badge.chorus-badge .MuiChip-label{padding:.125rem .5rem}.shared-stepper--timeline .shared-stepper__slot--timestamp{display:flex;flex-direction:column;flex-shrink:0;width:auto;text-align:right}.shared-stepper--timeline .shared-stepper__slot--information{display:flex;flex-direction:column;gap:.25rem;width:100%;font-family:var(--font-data);font-size:var(--text-14);line-height:1.5;color:var(--foreground)}.chorus-avatar{--avatar-size: 2.5rem}.chorus-avatar.MuiAvatar-root{width:var(--avatar-size);height:var(--avatar-size);overflow:hidden;border-radius:9999px;flex-shrink:0;font-family:var(--font-ui);font-size:var(--font-size);font-weight:var(--font-weight-medium);line-height:1;background-color:var(--muted);color:var(--foreground)}.chorus-avatar__image{width:100%;height:100%;object-fit:cover}.chorus-avatar__fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:inherit;background-color:var(--color-brand-navy-border);color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.layout-user-account-menu--sidebar{position:relative;flex-shrink:0;transition:padding .3s cubic-bezier(.4,0,.2,1)}.layout-user-account-menu--sidebar.layout-user-account-menu--collapsed,.layout-user-account-menu--sidebar.layout-user-account-menu--expanded{padding:0 .625rem 1rem 1rem}.layout-sidebar__inner--mobile .layout-user-account-menu--sidebar.layout-user-account-menu--expanded{padding-bottom:calc(.625rem + env(safe-area-inset-bottom,0px))}.layout-user-account-menu--sidebar .shared-action-menu__trigger{width:100%}.layout-user-account-menu--avatar{flex-shrink:0}.layout-user-account-menu--avatar .shared-action-menu__trigger{width:auto;display:inline-flex}.layout-user-account-menu__trigger{display:flex;align-items:center;gap:.5rem;width:100%;padding:.875rem;border:0;border-radius:var(--radius-md);background:transparent;cursor:pointer;transition:background-color .15s ease}.layout-user-account-menu__trigger:hover{background-color:var(--color-sidebar-item-hover)}.layout-user-account-menu__trigger--collapsed{justify-content:space-between;padding:.5rem}.layout-user-account-menu__trigger--expanded{justify-content:flex-start}.layout-user-account-menu__trigger--avatar{width:auto;padding:0;border-radius:var(--radius-full, 9999px)}.layout-user-account-menu__trigger--avatar:hover{background-color:color-mix(in srgb,var(--color-sidebar-text-active) 12%,transparent)}.layout-user-account-menu__shimmer{display:flex;align-items:center;gap:.5rem;width:100%;padding:.875rem;pointer-events:none}.layout-user-account-menu__shimmer--collapsed{justify-content:center;padding:.5rem}.layout-user-account-menu__shimmer--avatar{width:auto;padding:0;justify-content:center}.layout-user-account-menu__shimmer-avatar{display:block;width:3rem;height:3rem;flex-shrink:0;border-radius:var(--radius-full, 9999px);background-color:color-mix(in srgb,white 10%,var(--sidebar))}.layout-user-account-menu__shimmer-info{display:flex;flex:1;min-width:0;flex-direction:column;gap:.375rem}.layout-user-account-menu__shimmer-name,.layout-user-account-menu__shimmer-role{display:block;border-radius:var(--radius-sm);background-color:color-mix(in srgb,white 10%,var(--sidebar))}.layout-user-account-menu__shimmer-name{width:72%;height:.875rem}.layout-user-account-menu__shimmer-role{width:46%;height:.75rem}.layout-user-account-menu__avatar.chorus-avatar{width:3rem;height:3rem;flex-shrink:0;background-color:var(--color-sidebar-avatar-bg);color:var(--color-sidebar-text-active);font-size:var(--text-15);font-weight:var(--font-weight-semibold)}.layout-user-account-menu--avatar .layout-user-account-menu__avatar.chorus-avatar{width:2.25rem;height:2.25rem;font-size:var(--text-13)}.layout-user-account-menu--avatar .layout-user-account-menu__shimmer-avatar{width:2.25rem;height:2.25rem}.layout-user-account-menu__user-info{flex:1;min-width:0;text-align:left}.layout-user-account-menu__user-org{margin:0;font-family:var(--font-data);font-size:12px;font-weight:var(--font-weight-regular);line-height:1.375;color:var(--color-sidebar-text-inactive)}.layout-user-account-menu__user-name{margin:0;overflow:hidden;font-family:var(--font-data);font-size:14px;font-weight:var(--font-weight-semibold);line-height:1.25;color:var(--color-sidebar-text-active);text-overflow:ellipsis;white-space:nowrap}.layout-user-account-menu__menu-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--color-sidebar-text-inactive);transform:rotate(90deg)}.layout-user-account-menu__menu.shared-action-menu__content.MuiPaper-root{width:calc(280px - 2rem);max-width:calc(100vw - 2rem);padding:0;margin-left:-1.5 rem;background-color:var(--sidebar);border:1px solid var(--sidebar-border);border-radius:var(--radius-md);box-shadow:var(--elevated-surface-shadow);color:var(--sidebar-foreground)}.layout-user-account-menu--avatar .layout-user-account-menu__menu.shared-action-menu__content.MuiPaper-root{margin-left:0}.layout-user-account-menu__menu-header{padding:.875rem 1rem .75rem;border-bottom:1px solid var(--sidebar-border)}.layout-user-account-menu__menu-header .layout-user-account-menu__menu-label{color:var(--color-sidebar-text-inactive)}.layout-user-account-menu__menu-header .layout-user-account-menu__menu-email{color:var(--sidebar-foreground)}.layout-user-account-menu__menu-label{margin:0 0 .25rem;font-family:var(--font-data);font-size:var(--text-13);font-weight:var(--font-weight-semibold);letter-spacing:.05em;text-transform:uppercase}.layout-user-account-menu__menu-email{margin:0;overflow:hidden;font-family:var(--font-data);text-overflow:ellipsis;white-space:nowrap}.layout-user-account-menu__menu-language{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--sidebar-border)}.layout-user-account-menu__menu-language-lead{display:flex;align-items:center;min-width:0}.layout-user-account-menu__menu-language-icon.MuiSvgIcon-root{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--color-sidebar-text-inactive)}.layout-user-account-menu__menu-language-label{font-family:var(--font-data);font-size:var(--text-13);font-weight:var(--font-weight-semibold);letter-spacing:.05em;text-transform:uppercase;color:var(--color-sidebar-text-inactive);margin-left:5px}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher{flex-shrink:0;width:6rem}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root{height:auto;min-height:2rem;width:100%;border-radius:var(--radius-md);background-color:var(--sidebar-accent);color:var(--color-sidebar-text-active)}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--sidebar-border)}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-select{display:flex;align-items:center;width:100%;gap:.375rem;font-size:.875rem}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-icon{right:.5rem;color:var(--color-sidebar-text-inactive);opacity:.7}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root:hover{background-color:var(--color-sidebar-item-hover)}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px;border-color:var(--sidebar-border)}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-focused{box-shadow:none;background-color:var(--sidebar-accent)}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root .MuiSelect-icon.MuiSelect-iconOpen{transform:rotate(180deg)}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-disabled{opacity:.7;cursor:not-allowed}.layout-user-account-menu__language-switcher.shared-dropdown-select.shared-language-switcher .shared-dropdown-select__trigger.MuiOutlinedInput-root.Mui-disabled .MuiSelect-select{-webkit-text-fill-color:var(--color-sidebar-text-active)}.layout-user-account-menu__language-menu.shared-dropdown-select__menu.MuiPaper-root{min-width:7rem;border:1px solid var(--sidebar-border);border-radius:var(--radius-md);background-color:var(--sidebar);color:var(--sidebar-foreground);box-shadow:var(--elevated-surface-shadow)}.layout-user-account-menu__language-menu .MuiList-root{padding:.375rem}.layout-user-account-menu__language-menu .shared-dropdown-select__item.MuiMenuItem-root{color:var(--sidebar-foreground)}.layout-user-account-menu__language-menu .shared-dropdown-select__item.MuiMenuItem-root:hover,.layout-user-account-menu__language-menu .shared-dropdown-select__item.MuiMenuItem-root.Mui-focusVisible,.layout-user-account-menu__language-menu .shared-dropdown-select__item.MuiMenuItem-root.Mui-selected,.layout-user-account-menu__language-menu .shared-dropdown-select__item.MuiMenuItem-root.Mui-selected:hover{background-color:var(--color-sidebar-item-hover);color:var(--sidebar-foreground)}.layout-user-account-menu__language-menu .shared-dropdown-select__item-check{color:var(--sidebar-foreground)}.layout-user-account-menu__menu-actions{display:flex;flex-direction:column;gap:.125rem;padding:.5rem}.layout-user-account-menu__menu-item.shared-action-menu__item.MuiMenuItem-root{flex-direction:row-reverse;justify-content:space-between;gap:.5rem;min-height:2.25rem;padding:.625rem .75rem;border-radius:var(--radius-sm);font-family:var(--font-data);font-size:14px;color:var(--sidebar-foreground)}.layout-user-account-menu__menu-item.shared-action-menu__item.MuiMenuItem-root:hover,.layout-user-account-menu__menu-item.shared-action-menu__item.MuiMenuItem-root.Mui-focusVisible{background-color:var(--color-sidebar-item-hover);color:var(--sidebar-foreground)}.layout-user-account-menu__menu-item.shared-action-menu__item.MuiMenuItem-root svg{width:1rem;height:1rem;color:var(--color-sidebar-text-inactive)}.layout-mobile-app-bar{display:none;position:relative;z-index:var(--z-index-layout-mobile-app-bar);flex-shrink:0;width:100%;background-color:var(--color-brand-navy)}@media(max-width:1023px){.layout-mobile-app-bar{display:block}}.layout-mobile-app-bar__inner{display:flex;align-items:center;justify-content:space-between;min-height:4rem;padding:1rem 1.5rem}.layout-mobile-app-bar--drawer-open{width:calc(100% - 320px);margin-left:320px}.layout-mobile-app-bar__logo{height:2.5rem;width:auto;object-fit:contain;object-position:left center}.layout-mobile-app-bar__icon-btn.chorus-button.chorus-button--ghost{min-width:auto;padding:.375rem;color:var(--color-sidebar-text-active)}.layout-mobile-app-bar__icon-btn.chorus-button.chorus-button--ghost.MuiButton-text,.layout-mobile-app-bar__icon-btn.chorus-button.chorus-button--ghost.MuiButton-text:hover:not(.Mui-disabled){color:var(--color-sidebar-text-active);background-color:transparent}.layout-mobile-app-bar__icon-btn.chorus-button.chorus-button--ghost:hover:not(.Mui-disabled){background-color:color-mix(in srgb,var(--color-sidebar-text-active) 12%,transparent)}.layout-mobile-app-bar__icon-btn.chorus-button.chorus-button--ghost.Mui-disabled{opacity:.4;color:var(--color-sidebar-text-active)}.layout-mobile-app-bar__icon-btn.chorus-button.chorus-button--ghost.Mui-disabled .layout-mobile-app-bar__icon.MuiSvgIcon-root,.layout-mobile-app-bar__icon-btn.chorus-button.chorus-button--ghost .layout-mobile-app-bar__icon.MuiSvgIcon-root{color:var(--color-sidebar-text-active)}.layout-mobile-app-bar__close-btn{flex-shrink:0}.layout-mobile-app-bar__icon.MuiSvgIcon-root{display:block;width:var(--mobile-app-bar-icon-size);height:var(--mobile-app-bar-icon-size);color:inherit}.layout-mobile-app-bar__menu-btn{margin-left:auto}.layout-mobile-app-bar__actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.layout-mobile-app-bar__search-btn{margin-left:0}.chorus-drawer__root{z-index:var(--modal-z-index)}.chorus-drawer__overlay{background-color:var(--overlay-backdrop)}.chorus-drawer__content{--drawer-width-default: 24rem;--drawer-width-drawer: 36rem;--drawer-width-wide: 75rem}.chorus-drawer__content.MuiPaper-root{display:flex;flex-direction:column;gap:var(--spacing-md);color:var(--foreground);font-family:var(--font-data);box-shadow:var(--shadow-lg)}.chorus-drawer__content--top{max-height:80vh;border-bottom:1px solid var(--border)}.chorus-drawer__content--bottom{max-height:80vh;border-top:1px solid var(--border)}.chorus-drawer__content--left,.chorus-drawer__content--right{width:75%;height:100%;max-width:var(--drawer-width-default)}.chorus-drawer__content--left{border-right:1px solid var(--border)}.chorus-drawer__content--left.chorus-drawer__content--drawer{max-width:var(--drawer-width-drawer)}.chorus-drawer__content--left.chorus-drawer__content--wide{max-width:var(--drawer-width-wide)}.chorus-drawer__content--right{border-left:1px solid var(--border)}.chorus-drawer__content--right.chorus-drawer__content--drawer{max-width:var(--drawer-width-drawer)}.chorus-drawer__content--right.chorus-drawer__content--wide{max-width:var(--drawer-width-wide)}.chorus-drawer__close{position:absolute;top:var(--spacing-md);right:var(--spacing-md);z-index:1;display:inline-flex;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--foreground);opacity:.7;cursor:pointer;transition:opacity var(--transition-duration) ease,background-color var(--transition-duration) ease}.chorus-drawer__close:hover{opacity:1;background-color:var(--secondary)}.chorus-drawer__close:focus-visible{outline:none;box-shadow:0 0 0 2px var(--ring)}.chorus-drawer__close:disabled{opacity:.4;cursor:not-allowed}.chorus-drawer__close:disabled:hover{background-color:transparent}.chorus-drawer__header{display:flex;flex-direction:column;gap:var(--spacing-xs);padding:var(--spacing-12)}.chorus-drawer__title{margin:0;color:var(--foreground);font-family:var(--font-ui);font-size:var(--text-18);font-weight:var(--font-weight-semibold)}.chorus-drawer__description{margin:0;color:var(--muted-forground-text);font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-semibold);line-height:1.5}.chorus-drawer__body{display:flex;flex:1;flex-direction:column;min-height:0}.chorus-drawer__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.layout-mobile-search-sheet.MuiPaper-root,.layout-mobile-search-sheet.chorus-drawer__content{display:flex;flex-direction:column;min-height:var(--mobile-search-sheet-min-height);max-height:var(--mobile-search-sheet-max-height);height:var(--mobile-search-sheet-max-height);border-top-left-radius:var(--mobile-search-sheet-radius);border-top-right-radius:var(--mobile-search-sheet-radius);background-color:var(--mobile-search-sheet-bg);overflow:hidden;gap:0}.layout-mobile-search-sheet__handle{display:flex;justify-content:center;padding:.625rem 0 .25rem}.layout-mobile-search-sheet__handle-bar{width:2.25rem;height:.25rem;border-radius:999px;background-color:color-mix(in srgb,var(--muted-foreground) 45%,#fff)}.layout-mobile-search-sheet__header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem var(--mobile-search-sheet-padding) 1rem;border-bottom:1px solid var(--color-border)}.layout-mobile-search-sheet__title{margin:0;color:var(--color-brand-navy);font-family:var(--font-ui);font-size:var(--text-18);font-weight:var(--font-weight-bold);line-height:1.3}.layout-mobile-search-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:999px;background-color:color-mix(in srgb,var(--muted-foreground) 16%,#fff);color:var(--color-brand-navy);cursor:pointer;transition:background-color .15s ease}.layout-mobile-search-sheet__close:hover{background-color:color-mix(in srgb,var(--muted-foreground) 24%,#fff)}.layout-mobile-search-sheet__close:focus-visible{outline:none;box-shadow:0 0 0 2px var(--ring)}.layout-mobile-search-sheet__close .MuiSvgIcon-root{width:1rem;height:1rem}.layout-mobile-search-sheet__body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden;padding:0 var(--mobile-search-sheet-padding) var(--mobile-search-sheet-padding)}.layout-mobile-search-sheet__content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;width:100%;overflow:hidden}.layout-mobile-search-sheet__content .shared-global-search-shell{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.layout-mobile-search-sheet__content .shared-global-search{flex:0 0 var(--mobile-search-sheet-bar-height);width:100%;max-width:none;height:var(--mobile-search-sheet-bar-height)}.layout-mobile-search-sheet__content .shared-global-search__panel--inline{flex:1 1 auto;min-height:0;overflow-y:auto}.layout-mobile-bottom-nav{--mobile-bottom-nav-active: var(--color-brand-teal-mid);--mobile-bottom-nav-inactive: var(--muted-foreground);--mobile-bottom-nav-border: var(--color-border);--mobile-bottom-nav-indicator-height: 2px;display:none;flex-shrink:0;width:100%;background-color:var(--card, #fff);border-top:1px solid var(--mobile-bottom-nav-border);padding-bottom:env(safe-area-inset-bottom,0)}@media(max-width:767px){.layout-mobile-bottom-nav{display:block}}.layout-mobile-bottom-nav__tabs{display:flex;align-items:stretch;justify-content:space-around;width:100%;min-height:calc(3.75rem + 10px);margin:0;padding:0;list-style:none}.layout-mobile-bottom-nav__tab-item{display:flex;flex:1 1 0;min-width:0}.layout-mobile-bottom-nav__tab{position:relative;display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:100%;min-width:0;padding:.5rem .25rem .625rem;border:0;background:transparent;color:var(--mobile-bottom-nav-inactive);font-family:var(--font-data);font-size:var(--text-11);font-weight:var(--font-weight-semibold);line-height:1.2;text-decoration:none;cursor:pointer;transition:color .15s ease}.layout-mobile-bottom-nav__tab:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--ring)}.layout-mobile-bottom-nav__tab--active{color:var(--mobile-bottom-nav-active);font-weight:var(--font-weight-bold)}.layout-mobile-bottom-nav__tab--active:before{content:"";position:absolute;top:-1px;left:50%;width:2.5rem;height:var(--mobile-bottom-nav-indicator-height);border-radius:0 0 2px 2px;background-color:var(--mobile-bottom-nav-active);transform:translate(-50%)}.layout-mobile-bottom-nav__tab-icon{display:block;width:23px;height:23px;flex-shrink:0;color:currentColor}.layout-mobile-bottom-nav__tab-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-mobile-bottom-nav__tab--shimmer{pointer-events:none;cursor:default}.layout-mobile-bottom-nav__tab-shimmer-icon{display:block;width:23px;height:23px;flex-shrink:0;border-radius:var(--radius-sm, 4px);background-color:color-mix(in srgb,var(--muted-foreground) 18%,#fff)}.layout-mobile-bottom-nav__tab-shimmer-label{display:block;width:2.75rem;height:.625rem;border-radius:var(--radius-sm, 4px);background-color:color-mix(in srgb,var(--muted-foreground) 18%,#fff)}.layout-mobile-more-sheet.MuiPaper-root.chorus-drawer__content--bottom{gap:0;max-height:min(80vh,32rem);border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;background-color:#fff;box-shadow:0 -8px 32px #1213211f}.layout-mobile-more-sheet__handle{display:flex;justify-content:center;padding:.625rem 0 .25rem}.layout-mobile-more-sheet__handle-bar{width:2.25rem;height:.25rem;border-radius:999px;background-color:color-mix(in srgb,var(--muted-foreground) 45%,#fff)}.layout-mobile-more-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1.25rem 1rem;border-bottom:1px solid var(--color-border)}.layout-mobile-more-sheet__title{margin:0;color:var(--color-brand-navy);font-family:var(--font-ui);font-size:var(--text-18);font-weight:var(--font-weight-bold);line-height:1.3}.layout-mobile-more-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:999px;background-color:color-mix(in srgb,var(--muted-foreground) 16%,#fff);color:var(--color-brand-navy);cursor:pointer;transition:background-color .15s ease}.layout-mobile-more-sheet__close:hover{background-color:color-mix(in srgb,var(--muted-foreground) 24%,#fff)}.layout-mobile-more-sheet__close:focus-visible{outline:none;box-shadow:0 0 0 2px var(--ring)}.layout-mobile-more-sheet__close .MuiSvgIcon-root{width:1rem;height:1rem}.layout-mobile-more-sheet__list{display:flex;flex-direction:column;margin:0;padding:.5rem 0 calc(1rem + env(safe-area-inset-bottom,0));list-style:none;overflow-y:auto}.layout-mobile-more-sheet__item{display:flex;align-items:center;justify-content:flex-start;gap:.875rem;width:100%;min-height:3.25rem;padding:.875rem 1.25rem;border:0;background:transparent;color:var(--color-brand-navy);font-family:var(--font-data);font-size:var(--text-15);font-weight:var(--font-weight-medium);line-height:1.3;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.layout-mobile-more-sheet__item:hover{background-color:color-mix(in srgb,var(--color-brand-navy) 4%,transparent)}.layout-mobile-more-sheet__item:focus-visible{outline:none;background-color:color-mix(in srgb,var(--color-brand-navy) 6%,transparent)}.layout-mobile-more-sheet__item--active{background-color:color-mix(in srgb,var(--color-brand-teal-mid) 8%,transparent);color:var(--color-brand-teal-mid)}.layout-mobile-more-sheet__item-icon{display:block;width:1.25rem;height:1.25rem;flex-shrink:0;color:currentColor}.layout-mobile-more-sheet__item-label{flex:1;min-width:0;text-align:left}.layout-mobile-more-sheet__item-chevron{display:block;width:1.125rem;height:1.125rem;flex-shrink:0;color:var(--muted-foreground)}.layout-nav-item{display:flex;box-sizing:border-box;align-items:center;gap:calc((var(--spacing-sm) + var(--spacing-12)) / 2);height:var(--spacing-2xl);padding:var(--spacing-12);border-radius:var(--radius-lg);font-family:var(--font-data);font-size:var(--text-16);font-weight:var(--font-weight-medium);line-height:1.25;white-space:nowrap;overflow:hidden;text-decoration:none;transition:background-color .15s ease,color .15s ease}.layout-nav-item--collapsed{justify-content:center;gap:0;padding:var(--spacing-12) 0}.layout-nav-item--inactive{color:var(--color-sidebar-text-active)}.layout-nav-item--inactive:hover{background-color:var(--color-sidebar-item-hover);color:var(--color-sidebar-text-active)}.layout-nav-item--inactive:hover .layout-nav-item__icon{color:var(--color-sidebar-text-active)}.layout-nav-item--active{background-color:var(--color-sidebar-item-active);color:var(--color-sidebar-text-active)}.layout-nav-item--active:hover{background-color:var(--color-sidebar-item-hover)}.layout-nav-item__icon{width:var(--spacing-20);height:var(--spacing-20);flex-shrink:0;color:var(--color-sidebar-text-active)}.layout-nav-item__icon--inactive{color:var(--color-sidebar-text-inactive)}.layout-sidebar__desktop{position:sticky;top:0;z-index:var(--z-index-layout-sidebar);display:none;flex-direction:column;flex-shrink:0;height:100vh;height:100dvh;overflow:visible;background-color:var(--sidebar);transition:width .3s cubic-bezier(.4,0,.2,1)}@media(min-width:1024px){.layout-sidebar__desktop{display:flex}}.layout-sidebar__desktop--collapsed{width:112px}.layout-sidebar__desktop--collapsed .layout-sidebar__inner{overflow:visible}.layout-sidebar__desktop--expanded{width:280px}.layout-sidebar__drawer.chorus-drawer__content--left.MuiPaper-root{width:280px;max-width:min(280px,100vw);gap:0;padding:0;background-color:var(--sidebar);border-right:0}@media(max-width:1023px){.layout-sidebar__drawer.chorus-drawer__content--left.MuiPaper-root{width:320px;max-width:min(320px,100vw)}}@media(max-width:1023px){.layout-sidebar__drawer-backdrop.chorus-drawer__overlay.MuiBackdrop-root{background-color:var(--layout-mobile-drawer-backdrop)}}.layout-sidebar__inner{display:flex;flex-direction:column;height:100%;min-height:0;gap:var(--spacing-18);overflow:hidden;background-color:var(--sidebar)}.layout-sidebar__inner--mobile{height:100%;min-height:100dvh}.layout-sidebar__logo{--sidebar-logo-icon-size: var(--spacing-2xl);--sidebar-logo-wordmark-size: var(--spacing-2xl);position:relative;display:flex;flex-shrink:0;align-items:end;padding:0 var(--spacing-lg) 0 var(--spacing-xl);margin-top:var(--spacing-lg);overflow:visible;transition:padding .3s cubic-bezier(.4,0,.2,1);height:var(--spacing-3xl)}.layout-sidebar__logo--collapsed{justify-content:center;padding:0}.layout-sidebar__logo--collapsed .layout-sidebar__logo-wordmark{opacity:0}.layout-sidebar__logo--collapsed .layout-sidebar__logo-mark{opacity:1}.layout-sidebar__logo--collapsed .layout-sidebar__logo-media{margin-left:1.5rem}.layout-sidebar__logo--collapsed .layout-sidebar__collapse-btn--floating.chorus-button.chorus-button--ghost,.layout-sidebar__logo--collapsed .layout-sidebar__collapse-btn--floating.chorus-button.chorus-button--ghost.MuiButton-text{color:var(--primary-foreground)}.layout-sidebar__logo--expanded{justify-content:space-between;display:flex;align-items:center}.layout-sidebar__logo-media{position:relative;flex:1;align-self:center;height:var(--sidebar-logo-wordmark-size);min-width:0;pointer-events:none}.layout-sidebar__logo-wordmark,.layout-sidebar__logo-mark{position:absolute;top:50%;width:auto;max-width:100%;object-fit:contain;pointer-events:none;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.layout-sidebar__logo-wordmark{left:0;height:var(--sidebar-logo-wordmark-size);object-position:left center;opacity:1;transform:translateY(-50%)}.layout-sidebar__logo-mark{left:50%;height:var(--sidebar-logo-icon-size);object-position:center;opacity:0;transform:translate(-50%,-50%)}.layout-sidebar__expanded-control{max-height:3.5rem;height:100%;display:flex;align-items:flex-end}.layout-sidebar__collapse-btn.chorus-button.chorus-button--ghost{min-width:2rem;width:2rem;height:2rem;flex-shrink:0;padding:0;margin-top:0;border:0;border-radius:var(--radius-2xl);background-color:transparent;color:var(--color-sidebar-text-active);box-shadow:none;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.layout-sidebar__collapse-btn.chorus-button.chorus-button--ghost.MuiButton-text{background-color:transparent;color:var(--color-sidebar-text-active)}.layout-sidebar__collapse-btn.chorus-button.chorus-button--ghost:hover:not(.Mui-disabled),.layout-sidebar__collapse-btn.chorus-button.chorus-button--ghost.MuiButton-text:hover:not(.Mui-disabled){background-color:var(--color-sidebar-item-hover);color:var(--color-sidebar-text-active)}.layout-sidebar__collapse-btn.chorus-button.chorus-button--ghost:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb,var(--sidebar-border) 80%,transparent)}.layout-sidebar__collapse-btn.chorus-button.chorus-button--ghost svg{width:1.5rem;height:1.5rem}.layout-sidebar__collapse-btn--floating{position:absolute;top:10%;right:0;z-index:var(--z-index-layout-sidebar-control);transform:translate(50%,-50%);border-radius:var(--radius-2xl)!important;border:1px solid var(--sidebar-border);box-shadow:0 2px 8px #0000002e}.layout-sidebar__collapse-btn--floating.chorus-button.chorus-button--ghost,.layout-sidebar__collapse-btn--floating.chorus-button.chorus-button--ghost.MuiButton-text{background-color:var(--primary);color:var(--primary-foreground)}.layout-sidebar__collapse-btn--floating.chorus-button.chorus-button--ghost:hover:not(.Mui-disabled),.layout-sidebar__collapse-btn--floating.chorus-button.chorus-button--ghost.MuiButton-text:hover:not(.Mui-disabled){background-color:var(--color-brand-navy-mid);color:var(--primary-foreground)}.layout-sidebar__nav-shimmer{display:flex;flex-direction:column;gap:var(--spacing-xs);pointer-events:none}.layout-sidebar__nav-shimmer-item{display:flex;box-sizing:border-box;align-items:center;gap:calc((var(--spacing-sm) + var(--spacing-12)) / 2);height:var(--spacing-2xl);padding:var(--spacing-12)}.layout-sidebar__nav-shimmer-item--collapsed{justify-content:center;gap:0;padding:var(--spacing-12) 0}.layout-sidebar__nav-shimmer-icon{display:block;width:var(--spacing-20);height:var(--spacing-20);flex-shrink:0;border-radius:var(--radius-sm);background-color:color-mix(in srgb,white 10%,var(--sidebar))}.layout-sidebar__nav-shimmer-label{display:block;flex:1;min-width:0;height:.875rem;max-width:72%;border-radius:var(--radius-sm);background-color:color-mix(in srgb,white 10%,var(--sidebar))}.layout-sidebar__nav{display:flex;flex:1;flex-direction:column;gap:var(--spacing-xs);min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;transition:padding .3s cubic-bezier(.4,0,.2,1)}.layout-sidebar__nav--collapsed{padding:0 var(--spacing-sm) var(--text-18)}.layout-sidebar__nav--expanded{padding:0px var(--spacing-lg)}.layout-sidebar__bottom-nav{display:flex;flex-shrink:0;flex-direction:column;gap:var(--spacing-xs);transition:padding .3s cubic-bezier(.4,0,.2,1)}.layout-sidebar__bottom-nav--collapsed{border-bottom-width:1px;border-color:var(--color-brand-navy-border);margin:1rem 0px;padding:var(--spacing-lg) var(--spacing-sm) var(--text-18)}.layout-sidebar__bottom-nav--expanded{border-bottom-width:1px;border-color:var(--color-brand-navy-border);padding:var(--spacing-lg)}.layout-top-bar{position:sticky;top:0;z-index:30;flex-shrink:0;width:100%;border-top-left-radius:10px;border-top-right-radius:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@supports (backdrop-filter: blur(8px)){.layout-top-bar{background-color:color-mix(in srgb,var(--color-main-bg) 60%,transparent)}}@media(max-width:1099px){.layout-top-bar{border-top-left-radius:0;border-top-right-radius:0}}.layout-top-bar__inner{display:flex;flex-wrap:nowrap;align-items:center;gap:0;padding:1.5rem 2rem;border-top-left-radius:inherit;border-top-right-radius:inherit;background-color:var(--color-main-bg)}@media(max-width:1099px){.layout-top-bar__inner{padding:1.5rem;border-top-left-radius:0;border-top-right-radius:0}}@media(max-width:767px){.layout-top-bar__inner{flex-wrap:wrap;padding:1rem 1rem 1.6rem;gap:.5rem}}.layout-top-bar__titles{flex:0 1 auto;min-width:0;margin-right:auto;padding-right:1.5rem}@media(max-width:767px){.layout-top-bar__titles{flex:1 1 auto;padding-right:.75rem;min-width:0;overflow:hidden}}.layout-top-bar__title{margin:0;overflow:hidden;font-family:var(--font-ui);font-size:30px;font-weight:var(--font-weight-medium);line-height:1.3;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap}@media(max-width:1099px){.layout-top-bar__title{font-size:24px}}@media(max-width:767px){.layout-top-bar__title{font-size:20px;line-height:1.2}}.layout-top-bar__description{margin:.25rem 0 0;font-family:var(--font-data);font-size:16px;color:var(--muted-foreground)}@media(max-width:1099px){.layout-top-bar__description{display:none}}.layout-top-bar__timezone.shared-timezone-switcher{display:inline-flex;flex-shrink:0;align-self:center;margin-right:1.5rem}@media(max-width:1099px){.layout-top-bar__timezone.shared-timezone-switcher{padding-bottom:.625rem}}@media(max-width:767px){.layout-top-bar__timezone.shared-timezone-switcher{margin-right:0;padding-bottom:.375rem}}.layout-top-bar__search{flex:0 0 auto;width:32rem;max-width:32rem}.layout-top-bar__search .shared-global-search{width:100%;max-width:100%}@media(max-width:1099px){.layout-top-bar__search{width:100%;max-width:22rem;padding-top:.25rem;padding-bottom:.625rem}.layout-top-bar__search .shared-global-search{width:100%;max-width:22rem}}@media(max-width:767px){.layout-top-bar__search{display:none;flex:1 1 100%;order:1;width:100%;max-width:100%;padding-top:.375rem;padding-bottom:0}.layout-top-bar__search .shared-global-search{width:100%;max-width:100%}}.layout-app-layout{display:flex;height:100dvh;overflow:hidden;background-color:var(--color-brand-navy)}@media(max-width:1023px){.layout-app-layout{flex-direction:column}.layout-app-layout--mobile-nav-open .layout-app-layout__main,.layout-app-layout--mobile-nav-open .layout-app-layout__surface,.layout-app-layout--mobile-nav-open .layout-app-layout__content{overflow:hidden;touch-action:none;overscroll-behavior:none}}.layout-app-layout__main{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;padding:.5rem .5rem .5rem 0}@media(max-width:1023px){.layout-app-layout__main{padding:0}}.layout-app-layout__surface{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;border-radius:10px;background-color:var(--color-main-bg);box-shadow:0 4px 12px #0a121c0f,0 1px 4px #0a121c0a}@media(max-width:1023px){.layout-app-layout__surface{border-radius:10px 10px 0 0;box-shadow:none}}.layout-app-layout__content{position:relative;display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;overflow-y:auto;scrollbar-width:none;padding:0rem 2rem 1.5rem}@media(max-width:1023px){.layout-app-layout__content{padding:0rem 1.5rem 1.5rem}}.layout-app-layout__loading-overlay{position:absolute;inset:0;z-index:10;pointer-events:none;background-color:color-mix(in srgb,var(--color-main-bg) 40%,transparent)}.layout-app-layout__outlet{display:flex;flex-direction:column;min-width:0;min-height:fit-content;transition:opacity .15s ease}.layout-app-layout__outlet--loading{opacity:.6}.inactivity-handler__stay-logged-in.chorus-button.chorus-button--primary.MuiButton-contained{background-color:var(--color-brand-navy);color:var(--color-main-bg);border:1px solid var(--color-brand-navy);box-shadow:var(--shadow-sm)}.inactivity-handler__stay-logged-in.chorus-button.chorus-button--primary.MuiButton-contained:hover:not(.Mui-disabled){background-color:var(--color-brand-navy);color:var(--color-main-bg);border-color:var(--color-brand-navy)}:root{--font-heading: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-data: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size: 14px;--font-weight-book: 350;--font-weight-normal: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-12: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--spacing-18: 18px;--spacing-20: 20px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 1px 3px rgba(0, 0, 0, .08);--shadow-lg: 0 2px 4px rgba(0, 0, 0, .1);--background: #ededed;--foreground: #333333;--card: #ffffff;--card-foreground: #333333;--popover: #ffffff;--popover-foreground: #333333;--primary: var(--color-brand-navy);--primary-foreground: #ffffff;--secondary: #ededed;--secondary-foreground: #333333;--muted: #f7f7f7;--muted-foreground: #9ca3af;--muted-heading: #202239;--muted-subtitle: #353750;--muted-foreground: #989aae;--muted-forground-text: #999999;--accent: #e6f7f9;--accent-foreground: #333333;--destructive: #d93f3f;--destructive-foreground: #ffffff;--border: #dddddd;--input: #dddddd;--input-background: #ffffff;--switch-background: #cccccc;--ring: var(--color-brand-navy);--chart-1: #121321;--chart-2: #81ccd7;--chart-3: #ef652b;--chart-4: #999999;--chart-5: #d95522;--login-btn: #202239;--sidebar: #121321;--sidebar-foreground: #ffffff;--sidebar-primary: #121321;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #2d3050;--sidebar-accent-foreground: #ffffff;--sidebar-border: #3a3e5c;--sidebar-ring: #121321;--radius: 4px;--color-background: var(--background);--color-foreground: var(--foreground);--color-card: var(--card);--color-card-foreground: var(--card-foreground);--color-popover: var(--popover);--color-popover-foreground: var(--popover-foreground);--color-primary: var(--primary);--color-primary-foreground: var(--primary-foreground);--color-secondary: var(--secondary);--color-secondary-foreground: var(--secondary-foreground);--color-muted: var(--muted);--color-muted-foreground: var(--muted-foreground);--color-accent: var(--accent);--color-accent-foreground: var(--accent-foreground);--color-destructive: var(--destructive);--color-destructive-foreground: var(--destructive-foreground);--color-border: var(--border);--color-input: var(--input);--color-input-background: var(--input-background);--color-switch-background: var(--switch-background);--color-ring: var(--ring);--color-chart-1: var(--chart-1);--color-chart-2: var(--chart-2);--color-chart-3: var(--chart-3);--color-chart-4: var(--chart-4);--color-chart-5: var(--chart-5);--radius-sm: calc(var(--radius) - 2px);--radius-md: var(--radius);--radius-lg: calc(var(--radius) + 2px);--radius-xl: calc(var(--radius) + 4px);--radius-2xl: calc(var(--radius) + 8px);--radius-3xl: calc(var(--radius) + 12px);--color-sidebar: var(--sidebar);--color-sidebar-foreground: var(--sidebar-foreground);--color-sidebar-primary: var(--sidebar-primary);--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);--color-sidebar-accent: var(--sidebar-accent);--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);--color-sidebar-border: var(--sidebar-border);--color-sidebar-ring: var(--sidebar-ring);--color-brand-navy: #121321;--color-brand-navy-mid: #1e2240;--color-brand-navy-border: #353750;--color-brand-teal: #81ccd7;--color-brand-teal-light: #b8e3e9;--color-brand-teal-soft: #c1e2e8;--color-brand-teal-mid: #3395a7;--color-page-bg: #f3f4f6;--color-page-bg-dark: #0d0f1a;--color-card-dark: #1a1c2e;--color-divider: #e5e7eb;--color-divider-medium: #afb1c0;--color-gray-900: #676983;--color-hover-light: #f9fafb;--color-hover-dark: #2d3154;--text-11: 11px;--text-12: 12px;--text-13: 13px;--text-14: 14px;--text-15: 15px;--text-16: 16px;--text-17: 17px;--text-18: 18px;--text-19: 19px;--text-20: 20px;--text-21: 21px;--text-26: 26px;--text-28: 28px;--color-sidebar-text-inactive: #989aae;--color-sidebar-text-active: #dcdde5;--color-sidebar-item-active: #2b2d46;--color-sidebar-item-hover: #2b2d46;--color-sidebar-avatar-bg: #2d3150;--color-search-placeholder: #afb1c0;--color-search-hint: #767893;--color-main-bg: #f7f7f8;--gs-border: #f1f1f3;--gs-text: #2b2d46;--gs-hint-bg: #f1f1f3;--gs-hint-text: #8789a1;--gs-clear-bg: #f1f1f3;--gs-clear-bg-hover: #e9e9ec;--gs-clear-icon: #767893;--gs-spinner: var(--color-brand-teal-mid);--ent-text: #2b2d46;--ent-chevron: #676983;--ent-open-bg: #f1f1f3;--tz-icon-idle: var(--color-brand-teal-mid);--tz-icon-active: #8789a1;--tz-label: #989aae;--tz-chevron: #8789a1;--tz-value: #2b2d46;--tz-menu-border: #f1f1f3;--tz-item-text: #353750;--tz-item-hover: #f7f7f8;--tz-input-text: #202239;--tz-placeholder: #8789a1;--tz-search-icon: #afb1c0;--nf-text: #676983;--nf-title: #353750;--color-status-active: #22c55e;--color-status-active-fg: #088d2a;--color-status-inactive: #6b7280;--color-status-inactive-fg: var(--color-status-inactive);--color-status-maintenance: #eab308;--color-status-disposed: #ef4444;--color-status-disposed-fg: #bd1821;--color-status-transferred: #3b82f6;--color-status-pending: #f59e0b;--color-status-pending-fg: #b45309;--color-status-draft: #9ca3af;--badge-tint: 10%;--badge-border-tint: 20%;--color-badge-orange-fg: #c43a14;--color-chart-blue: #3b82f6;--color-chart-green: #10b981;--color-chart-yellow: #f59e0b;--color-chart-red: #ef4444;--color-chart-purple: #8b5cf6;--color-chart-orange: #f97316;--color-chart-teal: #14b8a6;--color-chart-pink: #ec4899;--z-index-layout-sidebar: 100;--z-index-layout-sidebar-control: 101;--z-index-layout-mobile-drawer: 1400;--z-index-layout-mobile-app-bar: 1401;--layout-mobile-drawer-backdrop: #1a1b2ecc;--mobile-tab-bar-height: 2.75rem;--list-header-sticky-top: 0;--list-header-sticky-top-with-tabs: var(--mobile-tab-bar-height);--mobile-search-sheet-radius: 22px;--mobile-search-sheet-bg: var(--card);--mobile-search-sheet-padding: var(--spacing-md);--mobile-search-sheet-max-height: 72vh;--mobile-search-sheet-min-height: 55vh;--mobile-search-sheet-bar-height: 3.5rem;--mobile-search-sheet-field-height: 48px;--mobile-search-sheet-results-gap: var(--spacing-12);--mobile-search-sheet-icon-size: 24px;--mobile-search-sheet-icon-left: var(--spacing-md);--mobile-search-sheet-input-padding-left: 46px;--mobile-search-sheet-input-padding-right: 36px;--mobile-app-bar-icon-size: 1.5rem;--modal-z-index: 1500;--overlay-backdrop: color-mix(in srgb, var(--foreground) 50%, transparent);--dialog-surface: var(--card);--dialog-surface-foreground: var(--card-foreground);--dialog-border: var(--border);--dialog-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);--dialog-radius: var(--card-radius);--dialog-padding: 1.25rem;--dialog-title-color: var(--color-brand-navy);--dialog-title-size: 1.125rem;--dialog-description-color: var(--color-sidebar-text-inactive);--dialog-close-color: var(--color-brand-navy);--alert-dialog-overlay-bg: rgb(0 0 0 / 50%);--dialog-icon-destructive-bg: color-mix( in srgb, var(--destructive) 12%, transparent );--dialog-icon-warning-bg: color-mix( in srgb, var(--color-status-pending) 12%, transparent );--dialog-icon-info-bg: color-mix( in srgb, var(--color-chart-blue) 12%, transparent );--transition-duration: .2s;--card-radius: .75rem;--card-shadow-elevated: 0 4px 12px rgb(10 18 28 / 6%), 0 1px 4px rgb(10 18 28 / 4%);--card-padding-tile: 1.25rem;--input-height: 35px;--input-border-radius: var(--radius-md);--input-padding-x: 1.125rem;--input-padding-end: 2.5rem;--input-padding-end-adornment: .75rem;--input-font-size: var(--text-15);--input-font-weight: var(--font-weight-book);--input-value-font-family: var(--font-data);--input-value-font-size: var(--input-font-size);--input-value-font-weight: var(--input-font-weight);--input-value-line-height: 1.25;--input-border: #dcdee5;--input-text: var(--color-brand-navy-border);--input-placeholder: #afb1c0;--input-caret: #8789a1;--input-focus-border: var(--color-brand-teal-light);--input-focus-glow: color-mix( in srgb, var(--color-brand-teal-light) 30%, transparent );--input-error-border: #fea3a8;--input-error-glow: #ffe1e3;--input-selection-bg: var(--color-brand-teal-light);--input-selection-fg: var(--color-brand-navy);--input-disabled-bg: var(--color-main-bg);--input-disabled-fg: #afb1c0;--color-input-border: var(--input-border);--color-input-placeholder: var(--input-placeholder);--label-font-size: 12px;--label-font-weight: var(--font-weight-semibold);--label-color: var(--color-search-hint);--form-label-font-family: var(--font-data);--form-label-font-size: var(--text-15);--form-label-font-weight: var(--font-weight-medium);--form-label-line-height: 1;--form-label-color: var(--label-color);--form-label-control-gap: 6px;--field-helper-font-size: var(--text-13);--field-helper-font-weight: var(--font-weight-regular);--field-helper-color: var(--muted-forground-text);--field-helper-line-height: 1.4;--login-button-height: 44px;--button-height-sm: 2.25rem;--button-height-md: 2.5rem;--button-height-lg: 2.75rem;--button-height-icon: 2.25rem;--button-padding-x-sm: 1rem;--button-padding-x-md: 1.125rem;--button-padding-x-lg: 1.375rem;--button-font-size-lg: var(--text-17);--button-font-weight: var(--font-weight-regular);--auth-otp-digit-size: 4.125rem;--auth-brand-logo-height: 4.5rem;--elevated-surface-border: #f1f1f3;--elevated-surface-shadow: 0 12px 20px -2px rgb(32 34 57 / 4%), 0 6px 8px -4px rgb(32 34 57 / 2%);--elevated-surface-hover: #f1f1f3;--panel-width-md: 18rem;--textarea-min-height: 4.5rem;--textarea-max-height: 6rem;--textarea-padding-y: .75rem;--table-font-size: var(--text-15);--table-header-bg: var(--color-main-bg);--table-row-bg: var(--input-background);--table-row-border: #e9e9ec;--table-head-color: var(--label-color);--table-cell-color: var(--input-text);--table-ui-row-height: var(--spacing-2xl);--table-ui-head-height: var(--spacing-2xl);--table-cell-padding-x: var(--spacing-12);--table-head-padding-y: var(--spacing-12);--table-cell-padding-y: var(--spacing-12);--shared-field-gap: var(--form-label-control-gap);--shared-field-helper-size: var(--field-helper-font-size);--shared-field-drawer-height: var(--input-height);--dropdown-menu-padding: .25rem}[class*=__label--error].chorus-label{color:var(--destructive)}.dark{--background: #1a1c2e;--foreground: #ffffff;--card: #121321;--card-foreground: #ffffff;--popover: #121321;--popover-foreground: #ffffff;--primary: #3a3d5e;--primary-foreground: #ffffff;--secondary: #2d3050;--secondary-foreground: #ffffff;--muted: #2d3050;--muted-foreground: #989aae;--muted-heading: #202239;--muted-subtitle: #353750;--accent: #1a3d3d;--accent-foreground: #ffffff;--destructive: #d93f3f;--destructive-foreground: #ffffff;--border: #3a3e5c;--input: #3a3e5c;--input-background: #121321;--switch-background: #525252;--ring: #3a3d5e;--color-status-active-fg: #86efac;--color-status-pending-fg: #fde047;--color-status-disposed-fg: #fca5a5;--color-status-inactive-fg: #d1d5db;--color-badge-orange-fg: #fdba74;--sidebar: #121321;--sidebar-foreground: #ffffff;--sidebar-primary: #3a3d5e;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #2d3050;--sidebar-accent-foreground: #ffffff;--sidebar-border: #3a3e5c;--sidebar-ring: #3a3d5e;--overlay-backdrop: color-mix(in srgb, var(--sidebar) 70%, transparent);--input-border: var(--border);--input-text: var(--foreground);--input-placeholder: var(--muted-foreground);--input-caret: var(--muted-foreground);--input-focus-border: var(--color-brand-teal);--input-focus-glow: color-mix( in srgb, var(--color-brand-teal) 25%, transparent );--input-error-border: var(--destructive);--input-error-glow: color-mix(in srgb, var(--destructive) 20%, transparent);--input-disabled-bg: var(--muted);--input-disabled-fg: var(--muted-foreground);--label-color: var(--muted-foreground);--field-helper-color: var(--muted-foreground);--elevated-surface-hover: var(--muted);--elevated-surface-border: var(--border);--dialog-title-color: var(--foreground);--dialog-description-color: var(--muted-foreground);--dialog-close-color: var(--foreground)}html{font-size:var(--font-size)}*{border-color:var(--border);outline-color:color-mix(in srgb,var(--ring) 50%,transparent)}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-ui)}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h1{font-family:var(--font-heading);font-size:28px;font-weight:var(--font-weight-medium);line-height:1.3;color:var(--foreground)}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h2{font-family:var(--font-heading);font-size:22px;font-weight:var(--font-weight-medium);line-height:1.4;color:var(--foreground)}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h3{font-family:var(--font-heading);font-size:18px;font-weight:var(--font-weight-medium);line-height:1.4;color:var(--foreground)}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h4{font-family:var(--font-heading);font-size:16px;font-weight:var(--font-weight-medium);line-height:1.5;color:var(--foreground)}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) p{font-family:var(--font-ui);font-size:14px;font-weight:var(--font-weight-regular);line-height:1.6;color:var(--foreground)}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) label{font-family:var(--font-ui);font-size:14px;font-weight:var(--font-weight-medium);line-height:1.5;color:var(--foreground)}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) button{font-family:var(--font-ui);font-size:14px;font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) input,:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) textarea,:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) select{font-family:var(--font-ui);font-size:14px;font-weight:var(--font-weight-regular);line-height:1.5}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-red-800:oklch(44.4% .177 26.899);--color-orange-200:oklch(90.1% .076 70.697);--color-orange-300:oklch(83.7% .128 66.29);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-700:oklch(55.3% .195 38.402);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-700:oklch(55.5% .163 48.998);--color-amber-800:oklch(47.3% .137 46.201);--color-yellow-100:oklch(97.3% .071 103.193);--color-yellow-200:oklch(94.5% .129 101.54);--color-yellow-300:oklch(90.5% .182 98.111);--color-yellow-500:oklch(79.5% .184 86.047);--color-yellow-600:oklch(68.1% .162 75.834);--color-yellow-700:oklch(55.4% .135 66.442);--color-yellow-900:oklch(42.1% .095 57.708);--color-green-200:oklch(92.5% .084 155.995);--color-green-300:oklch(87.1% .15 154.449);--color-green-500:oklch(72.3% .219 149.579);--color-green-700:oklch(52.7% .154 150.069);--color-emerald-100:oklch(95% .052 163.051);--color-emerald-200:oklch(90.5% .093 164.15);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-emerald-700:oklch(50.8% .118 165.612);--color-emerald-900:oklch(37.8% .077 168.94);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-300:oklch(80.9% .105 251.813);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-blue-900:oklch(37.9% .146 265.522);--color-purple-200:oklch(90.2% .063 306.703);--color-purple-300:oklch(82.7% .119 306.383);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-700:oklch(49.6% .265 301.924);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--leading-tight:1.25;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-primary:var(--primary);--color-border:var(--border);--color-chart-1:var(--chart-1);--color-chart-2:var(--chart-2);--color-chart-3:var(--chart-3);--color-chart-4:var(--chart-4);--color-chart-5:var(--chart-5);--color-brand-navy:var(--color-brand-navy);--color-brand-navy-mid:var(--color-brand-navy-mid);--color-brand-navy-border:var(--color-brand-navy-border);--color-brand-teal:#81ccd7;--color-brand-teal-light:#b8e3e9;--color-brand-teal-soft:#c1e2e8;--color-page-bg:#f3f4f6;--color-page-bg-dark:#0d0f1a;--color-card-dark:#1a1c2e;--color-input-border:var(--input-border);--color-input-placeholder:var(--input-placeholder);--color-divider:#e5e7eb;--color-hover-light:#f9fafb;--color-hover-dark:#2d3154;--text-13:13px;--text-15:15px;--text-16:16px;--text-17:17px;--text-26:26px;--text-28:28px;--color-status-active:#22c55e;--color-status-inactive:#6b7280;--color-status-disposed:#ef4444;--color-status-pending:#f59e0b;--color-status-draft:#9ca3af;--color-chart-blue:#3b82f6;--color-chart-green:#10b981;--color-chart-yellow:#f59e0b;--color-chart-red:#ef4444;--color-chart-purple:#8b5cf6;--color-chart-orange:#f97316;--color-chart-teal:#14b8a6;--color-chart-pink:#ec4899}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-y-0{inset-block:calc(var(--spacing) * 0)}.top-1\.5{top:calc(var(--spacing) * 1.5)}.top-1\/2{top:50%}.top-3\.5{top:calc(var(--spacing) * 3.5)}.top-5{top:calc(var(--spacing) * 5)}.right-0{right:calc(var(--spacing) * 0)}.right-1{right:calc(var(--spacing) * 1)}.right-1\/2{right:50%}.right-2\.5{right:calc(var(--spacing) * 2.5)}.right-3{right:calc(var(--spacing) * 3)}.bottom-0{bottom:calc(var(--spacing) * 0)}.left-0{left:calc(var(--spacing) * 0)}.left-\[7px\]{left:7px}.z-10{z-index:10}.z-20{z-index:20}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-3\.5{margin-inline:calc(var(--spacing) * 3.5)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-auto{margin-top:auto}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.-ml-2{margin-left:calc(var(--spacing) * -2)}.ml-1{margin-left:calc(var(--spacing) * 1)}.\!hidden{display:none!important}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.aspect-square{aspect-ratio:1}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7)}.h-0\.5{height:calc(var(--spacing) * .5)}.h-3{height:calc(var(--spacing) * 3)}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-11{height:calc(var(--spacing) * 11)}.h-12{height:calc(var(--spacing) * 12)}.h-14{height:calc(var(--spacing) * 14)}.h-40{height:calc(var(--spacing) * 40)}.h-48{height:calc(var(--spacing) * 48)}.h-64{height:calc(var(--spacing) * 64)}.h-\[15px\]{height:15px}.h-\[52px\]{height:52px}.h-\[95vh\]{height:95vh}.h-\[280px\]{height:280px}.h-\[320px\]{height:320px}.h-\[640px\]{height:640px}.h-auto{height:auto}.h-full{height:100%}.h-svh{height:100svh}.max-h-\[95vh\]{max-height:95vh}.min-h-0{min-height:calc(var(--spacing) * 0)}.min-h-\[80px\]{min-height:80px}.min-h-svh{min-height:100svh}.w-\(--sidebar-width\){width:var(--sidebar-width)}.w-3{width:calc(var(--spacing) * 3)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.w-8{width:calc(var(--spacing) * 8)}.w-11{width:calc(var(--spacing) * 11)}.w-12{width:calc(var(--spacing) * 12)}.w-14{width:calc(var(--spacing) * 14)}.w-\[15px\]{width:15px}.w-\[95vw\]{width:95vw}.w-\[220px\]{width:220px}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-px{width:1px}.max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.max-w-\[200px\]{max-width:200px}.max-w-\[1800px\]{max-width:1800px}.max-w-lg{max-width:var(--container-lg)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-5{min-width:calc(var(--spacing) * 5)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}:where(.space-y-0>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-\[4px\]{border-radius:4px}.rounded-\[6px\]{border-radius:6px}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:calc(var(--radius) + 2px)}.rounded-md{border-radius:var(--radius)}.rounded-none{border-radius:0}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-amber-200{border-color:var(--color-amber-200)}.border-blue-200{border-color:var(--color-blue-200)}.border-brand-navy{border-color:var(--color-brand-navy)}.border-destructive{border-color:var(--destructive)}.border-emerald-200{border-color:var(--color-emerald-200)}.border-gray-200{border-color:var(--color-gray-200)}.border-green-200{border-color:var(--color-green-200)}.border-input{border-color:var(--input)}.border-muted-foreground\/30{border-color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.border-muted-foreground\/30{border-color:color-mix(in oklab,var(--muted-foreground) 30%,transparent)}}.border-orange-200{border-color:var(--color-orange-200)}.border-purple-200{border-color:var(--color-purple-200)}.border-red-200{border-color:var(--color-red-200)}.border-sidebar-border{border-color:var(--sidebar-border)}.border-yellow-200{border-color:var(--color-yellow-200)}.bg-amber-500{background-color:var(--color-amber-500)}.bg-amber-500\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/10{background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.bg-background{background-color:var(--background)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/10{background-color:#3080ff1a}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/10{background-color:color-mix(in oklab,var(--color-blue-500) 10%,transparent)}}.bg-border{background-color:var(--border)}.bg-brand-navy,.bg-brand-navy\/10{background-color:var(--color-brand-navy)}@supports (color:color-mix(in lab,red,red)){.bg-brand-navy\/10{background-color:color-mix(in oklab,var(--color-brand-navy) 10%,transparent)}}.bg-brand-teal{background-color:#81ccd7}.bg-brand-teal\/5{background-color:#81ccd70d}.bg-destructive\/10{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.bg-destructive\/10{background-color:color-mix(in oklab,var(--destructive) 10%,transparent)}}.bg-emerald-100{background-color:var(--color-emerald-100)}.bg-emerald-500\/10{background-color:#00bb7f1a}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/10{background-color:color-mix(in oklab,var(--color-emerald-500) 10%,transparent)}}.bg-gray-400{background-color:var(--color-gray-400)}.bg-gray-500\/10{background-color:#6a72821a}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/10{background-color:color-mix(in oklab,var(--color-gray-500) 10%,transparent)}}.bg-green-500{background-color:var(--color-green-500)}.bg-green-500\/10{background-color:#00c7581a}@supports (color:color-mix(in lab,red,red)){.bg-green-500\/10{background-color:color-mix(in oklab,var(--color-green-500) 10%,transparent)}}.bg-muted,.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--muted) 50%,transparent)}}.bg-orange-500\/10{background-color:#fe6e001a}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/10{background-color:color-mix(in oklab,var(--color-orange-500) 10%,transparent)}}.bg-primary\/10{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--primary) 10%,transparent)}}.bg-purple-500\/10{background-color:#ac4bff1a}@supports (color:color-mix(in lab,red,red)){.bg-purple-500\/10{background-color:color-mix(in oklab,var(--color-purple-500) 10%,transparent)}}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/10{background-color:#fb2c361a}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/10{background-color:color-mix(in oklab,var(--color-red-500) 10%,transparent)}}.bg-sidebar{background-color:var(--sidebar)}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-transparent{background-color:#0000}.bg-yellow-100{background-color:var(--color-yellow-100)}.bg-yellow-500\/10{background-color:#edb2001a}@supports (color:color-mix(in lab,red,red)){.bg-yellow-500\/10{background-color:color-mix(in oklab,var(--color-yellow-500) 10%,transparent)}}.p-0{padding:calc(var(--spacing) * 0)}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3\.5{padding-block:calc(var(--spacing) * 3.5)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-20{padding-block:calc(var(--spacing) * 20)}.pt-0\.5{padding-top:calc(var(--spacing) * .5)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-13{font-size:13px}.text-\[10px\]{font-size:10px}.leading-none{--tw-leading:1;line-height:1}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.whitespace-nowrap{white-space:nowrap}.text-amber-700{color:var(--color-amber-700)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-brand-navy{color:var(--color-brand-navy)}.text-destructive{color:var(--destructive)}.text-emerald-600{color:var(--color-emerald-600)}.text-emerald-700{color:var(--color-emerald-700)}.text-foreground{color:var(--foreground)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-green-700{color:var(--color-green-700)}.text-muted-foreground{color:var(--muted-foreground)}.text-orange-700{color:var(--color-orange-700)}.text-primary{color:var(--primary)}.text-purple-700{color:var(--color-purple-700)}.text-red-700{color:var(--color-red-700)}.text-sidebar-foreground,.text-sidebar-foreground\/70{color:var(--sidebar-foreground)}@supports (color:color-mix(in lab,red,red)){.text-sidebar-foreground\/70{color:color-mix(in oklab,var(--sidebar-foreground) 70%,transparent)}}.text-white{color:var(--color-white)}.text-yellow-600{color:var(--color-yellow-600)}.text-yellow-700{color:var(--color-yellow-700)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.opacity-60{opacity:.6}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-sidebar-ring{--tw-ring-color:var(--sidebar-ring)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media(forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\,height\,padding\,background-color\,border-color\]{transition-property:width,height,padding,background-color,border-color;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.select-all{-webkit-user-select:all;user-select:all}.select-none{-webkit-user-select:none;user-select:none}.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *){opacity:1}@media(hover:hover){.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *){opacity:1}}.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--spacing) * 8)}.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible=icon] *){margin-top:calc(var(--spacing) * -8)}.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible=icon] *){display:none}.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--spacing) * 8)!important;height:calc(var(--spacing) * 8)!important}.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)))}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing) * 4)) + 2px)}.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible=icon] *){overflow:hidden}.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing) * 0)!important}.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing) * 2)!important}.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible=icon] *){opacity:0}.group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width) * -1)}.group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width) * -1)}.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible=offcanvas] *){width:calc(var(--spacing) * 0)}.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side=left] *){right:calc(var(--spacing) * -4)}.group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side=right] *){left:calc(var(--spacing) * 0)}.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side=right] *){rotate:180deg}.group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant=floating] *){border-radius:calc(var(--radius) + 2px)}.group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant=floating] *){border-color:var(--sidebar-border)}.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant=floating] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}@media(hover:hover){.peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover~*){color:var(--sidebar-accent-foreground)}}.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active=true]~*){color:var(--sidebar-accent-foreground)}.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size=default]~*){top:calc(var(--spacing) * 1.5)}.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size=lg]~*){top:calc(var(--spacing) * 2.5)}.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size=sm]~*){top:calc(var(--spacing) * 1)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--spacing) * -2)}.after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing) * 0)}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}@media(hover:hover){.hover\:bg-brand-navy-mid:hover{background-color:var(--color-brand-navy-mid)}.hover\:bg-muted\/30:hover{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/30:hover{background-color:color-mix(in oklab,var(--muted) 30%,transparent)}}.hover\:text-destructive:hover{color:var(--destructive)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-primary:hover{color:var(--primary)}}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--ring)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:bg-sidebar-accent:active{background-color:var(--sidebar-accent)}.active\:text-sidebar-accent-foreground:active{color:var(--sidebar-accent-foreground)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}:where([data-side=left]) .in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--sidebar)}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.data-\[active\=true\]\:border-l-4[data-active=true]{border-left-style:var(--tw-border-style);border-left-width:4px}.data-\[active\=true\]\:border-l-chart-3[data-active=true]{border-left-color:var(--chart-3)}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:var(--sidebar-accent)}.data-\[active\=true\]\:pl-\[calc\(0\.5rem_-_4px\)\][data-active=true]{padding-left:calc(.5rem - 4px)}.data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--sidebar-accent-foreground)}.data-\[active\=true\]\:text-white[data-active=true]{color:var(--color-white)}.data-\[state\=open\]\:bg-sidebar-accent[data-state=open]{background-color:var(--sidebar-accent)}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}@media(min-width:40rem){.sm\:flex{display:flex}}@media(min-width:48rem){.md\:block{display:block}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:opacity-0{opacity:0}.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant=inset]~*){margin:calc(var(--spacing) * 2)}.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant=inset]~*){margin-left:calc(var(--spacing) * 0)}.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant=inset]~*){border-radius:calc(var(--radius) + 4px)}.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant=inset]~*){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant=inset]~*):is(:where(.peer)[data-state=collapsed]~*){margin-left:calc(var(--spacing) * 2)}.md\:after\:hidden:after{content:var(--tw-content);display:none}}@media(min-width:64rem){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:80rem){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.dark\:border-amber-700:is(.dark *){border-color:var(--color-amber-700)}.dark\:border-amber-800:is(.dark *){border-color:var(--color-amber-800)}.dark\:border-blue-700:is(.dark *){border-color:var(--color-blue-700)}.dark\:border-blue-800:is(.dark *){border-color:var(--color-blue-800)}.dark\:border-emerald-700:is(.dark *){border-color:var(--color-emerald-700)}.dark\:border-gray-600:is(.dark *){border-color:var(--color-gray-600)}.dark\:border-green-700:is(.dark *){border-color:var(--color-green-700)}.dark\:border-orange-700:is(.dark *){border-color:var(--color-orange-700)}.dark\:border-purple-700:is(.dark *){border-color:var(--color-purple-700)}.dark\:border-red-700:is(.dark *){border-color:var(--color-red-700)}.dark\:border-red-800:is(.dark *){border-color:var(--color-red-800)}.dark\:border-yellow-700:is(.dark *){border-color:var(--color-yellow-700)}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1c398e33}@supports (color:color-mix(in lab,red,red)){.dark\:bg-blue-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-blue-900) 20%,transparent)}}.dark\:bg-emerald-900\/20:is(.dark *){background-color:#004e3b33}@supports (color:color-mix(in lab,red,red)){.dark\:bg-emerald-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-emerald-900) 20%,transparent)}}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#733e0a33}@supports (color:color-mix(in lab,red,red)){.dark\:bg-yellow-900\/20:is(.dark *){background-color:color-mix(in oklab,var(--color-yellow-900) 20%,transparent)}}.dark\:text-amber-300:is(.dark *){color:var(--color-amber-300)}.dark\:text-amber-400:is(.dark *){color:var(--color-amber-400)}.dark\:text-blue-300:is(.dark *){color:var(--color-blue-300)}.dark\:text-blue-400:is(.dark *){color:var(--color-blue-400)}.dark\:text-brand-teal:is(.dark *){color:#81ccd7}.dark\:text-emerald-300:is(.dark *){color:var(--color-emerald-300)}.dark\:text-gray-300:is(.dark *){color:var(--color-gray-300)}.dark\:text-gray-400:is(.dark *){color:var(--color-gray-400)}.dark\:text-green-300:is(.dark *){color:var(--color-green-300)}.dark\:text-orange-300:is(.dark *){color:var(--color-orange-300)}.dark\:text-purple-300:is(.dark *){color:var(--color-purple-300)}.dark\:text-red-300:is(.dark *){color:var(--color-red-300)}.dark\:text-red-400:is(.dark *){color:var(--color-red-400)}.dark\:text-white:is(.dark *){color:var(--color-white)}.dark\:text-yellow-300:is(.dark *){color:var(--color-yellow-300)}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:size-4>svg{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--sidebar-accent-foreground)}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--spacing) * -2)}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--spacing) * -2)}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}
