:where(.c-base-checkbox){display:inline-flex;cursor:pointer;align-items:flex-start;gap:var(--theme-spacing-2xs, var(--theme-spacing-2xs--sm))}:where(.c-base-checkbox):not(.c-base-checkbox--disabled):not(.c-base-checkbox--checked):hover .c-base-checkbox__appearance{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-surfaceHover) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-surfaceHover) / var(--un-bg-opacity)) }:where(.c-base-checkbox):not(.c-base-checkbox--disabled):not(.c-base-checkbox--checked):active .c-base-checkbox__appearance,:where(.c-base-checkbox):not(.c-base-checkbox--disabled):not(.c-base-checkbox--checked):focus-within .c-base-checkbox__appearance{--un-ring-width:4px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}:aria-invalid~.c-base-checkbox__appearance{--un-ring-opacity:1;--un-ring-color:rgb(var(--theme-colors-border-danger-on-X) / var(--un-ring-opacity)) }:aria-invalid~.c-base-checkbox__appearance:focus{--un-ring-opacity:1;--un-ring-color:rgb(var(--theme-colors-border-danger-on-X) / var(--un-ring-opacity)) }:aria-invalid~.c-base-checkbox__appearance:active{--un-ring-opacity:1;--un-ring-color:rgb(var(--theme-colors-border-danger-on-X) / var(--un-ring-opacity)) }:where(.c-base-checkbox--checked) .c-base-checkbox__appearance{--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-accent100) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-accent100) / var(--un-bg-opacity)) ;--theme-colors-strong-on-X:var(--theme-colors-onAccent100Strong);--theme-colors-interactive-on-X:var(--theme-colors-onAccent100Interactive);--theme-colors-interactiveHover-on-X:var(--theme-colors-onAccent100InteractiveHover);--theme-colors-interactiveActive-on-X:var(--theme-colors-onAccent100InteractiveActive);--theme-colors-text-strong-on-X:var(--theme-colors-text-onAccent100Strong);--theme-colors-text-interactive-on-X:var(--theme-colors-text-onAccent100Interactive);--theme-colors-text-interactiveHover-on-X:var(--theme-colors-text-onAccent100InteractiveHover);--theme-colors-text-interactiveActive-on-X:var(--theme-colors-text-onAccent100InteractiveActive);--theme-colors-border-strong-on-X:var(--theme-colors-border-onAccent100Strong);--theme-colors-border-medium-on-X:var(--theme-colors-border-onAccent100Medium);--theme-colors-border-subtle-on-X:var(--theme-colors-border-onAccent100Subtle)}.c-base-checkbox--disabled:where(:not(.c-base-checkbox--checked)) .c-base-checkbox__appearance{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-opacity:1;--un-ring-color:rgb(var(--theme-colors-border-subtle-on-X) / var(--un-ring-opacity)) }.c-base-checkbox--disabled:where(.c-base-checkbox--checked) .c-base-checkbox__appearance{opacity:.35}:where(.c-input-checkbox){display:flex;flex-direction:column}.c-input-checkbox input::placeholder{--un-text-opacity:1;color:rgb(var(--theme-colors-text-onCanvasPlaceholder) / var(--un-text-opacity))}:where(.c-input-dropdown){position:relative;width:100%;min-width:min(100%,250px)}:where(.c-input-dropdown__button){width:100%;display:flex;align-items:center;justify-content:space-between;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s;--un-text-opacity:1;color:rgb(var(--theme-colors-text-onSurfaceVariantStrong) / var(--un-text-opacity));--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-surfaceVariant) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-surfaceVariant) / var(--un-bg-opacity)) ;--theme-colors-strong-on-X:var(--theme-colors-onSurfaceVariantStrong);--theme-colors-medium-on-X:var(--theme-colors-onSurfaceVariantMedium);--theme-colors-subtle-on-X:var(--theme-colors-onSurfaceVariantSubtle);--theme-colors-interactive-on-X:var(--theme-colors-onSurfaceVariantInteractive);--theme-colors-interactiveHover-on-X:var(--theme-colors-onSurfaceVariantInteractiveHover);--theme-colors-interactiveActive-on-X:var(--theme-colors-onSurfaceVariantInteractiveActive);--theme-colors-disabled-on-X:var(--theme-colors-onSurfaceVariantDisabled);--theme-colors-danger-on-X:var(--theme-colors-onSurfaceVariantDanger);--theme-colors-text-strong-on-X:var(--theme-colors-text-onSurfaceVariantStrong);--theme-colors-text-medium-on-X:var(--theme-colors-text-onSurfaceVariantMedium);--theme-colors-text-subtle-on-X:var(--theme-colors-text-onSurfaceVariantSubtle);--theme-colors-text-interactive-on-X:var(--theme-colors-text-onSurfaceVariantInteractive);--theme-colors-text-interactiveHover-on-X:var(--theme-colors-text-onSurfaceVariantInteractiveHover);--theme-colors-text-interactiveActive-on-X:var(--theme-colors-text-onSurfaceVariantInteractiveActive);--theme-colors-text-disabled-on-X:var(--theme-colors-text-onSurfaceVariantDisabled);--theme-colors-text-danger-on-X:var(--theme-colors-text-onSurfaceVariantDanger);--theme-colors-border-strong-on-X:var(--theme-colors-border-onSurfaceVariantStrong);--theme-colors-border-medium-on-X:var(--theme-colors-border-onSurfaceVariantMedium);--theme-colors-border-subtle-on-X:var(--theme-colors-border-onSurfaceVariantSubtle);padding:var(--theme-spacing-cardInset, var(--theme-spacing-cardInset--sm));margin-block:var(--theme-spacing-4xs, var(--theme-spacing-4xs--sm));font-size:var(--theme-fontSize-bodyRegular);font-family:var(--theme-fontFamily-bodyRegular);font-weight:var(--theme-fontWeight-bodyRegular);font-style:var(--theme-fontStyle-bodyRegular);line-height:var(--theme-lineHeight-bodyRegular);letter-spacing:var(--theme-letterSpacing-bodyRegular);text-decoration:initial;border-radius:var(--theme-borderRadius-md, var(--theme-borderRadius-md--sm))}:where(.c-input-dropdown__button):hover{--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-surfaceVariantHover) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-surfaceVariantHover) / var(--un-bg-opacity)) }:where(.c-input-dropdown__button):active{--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-surfaceVariantHover) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-surfaceVariantHover) / var(--un-bg-opacity)) }:where(.c-input-dropdown__button)>span{padding-top:var(--theme-spacing-4xs, var(--theme-spacing-4xs--sm))}:where(.c-input-dropdown__list){position:absolute;z-index:10;display:grid;width:100%;max-height:75vh;overflow-x:hidden;overflow-y:auto;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-opacity:1;--un-ring-color:rgb(var(--theme-colors-border-onSurfaceMedium) / var(--un-ring-opacity)) ;--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-surface) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-surface) / var(--un-bg-opacity)) ;--theme-colors-strong-on-X:var(--theme-colors-onSurfaceStrong);--theme-colors-placeholder-on-X:var(--theme-colors-onSurfacePlaceholder);--theme-colors-medium-on-X:var(--theme-colors-onSurfaceMedium);--theme-colors-subtle-on-X:var(--theme-colors-onSurfaceSubtle);--theme-colors-interactive-on-X:var(--theme-colors-onSurfaceInteractive);--theme-colors-interactiveHover-on-X:var(--theme-colors-onSurfaceInteractiveHover);--theme-colors-interactiveActive-on-X:var(--theme-colors-onSurfaceInteractiveActive);--theme-colors-disabled-on-X:var(--theme-colors-onSurfaceDisabled);--theme-colors-danger-on-X:var(--theme-colors-onSurfaceDanger);--theme-colors-text-strong-on-X:var(--theme-colors-text-onSurfaceStrong);--theme-colors-text-placeholder-on-X:var(--theme-colors-text-onSurfacePlaceholder);--theme-colors-text-medium-on-X:var(--theme-colors-text-onSurfaceMedium);--theme-colors-text-subtle-on-X:var(--theme-colors-text-onSurfaceSubtle);--theme-colors-text-interactive-on-X:var(--theme-colors-text-onSurfaceInteractive);--theme-colors-text-interactiveHover-on-X:var(--theme-colors-text-onSurfaceInteractiveHover);--theme-colors-text-interactiveActive-on-X:var(--theme-colors-text-onSurfaceInteractiveActive);--theme-colors-text-disabled-on-X:var(--theme-colors-text-onSurfaceDisabled);--theme-colors-text-danger-on-X:var(--theme-colors-text-onSurfaceDanger);--theme-colors-border-strong-on-X:var(--theme-colors-border-onSurfaceStrong);--theme-colors-border-danger-on-X:var(--theme-colors-border-onSurfaceDanger);--theme-colors-border-medium-on-X:var(--theme-colors-border-onSurfaceMedium);--theme-colors-border-subtle-on-X:var(--theme-colors-border-onSurfaceSubtle);border-radius:var(--theme-borderRadius-md, var(--theme-borderRadius-md--sm))}:where(.c-input-dropdown__item){transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s;padding-block:var(--theme-spacing-xs, var(--theme-spacing-xs--sm));padding-inline:var(--theme-spacing-cardInset, var(--theme-spacing-cardInset--sm))}:where(.c-input-dropdown__item):hover{--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-surfaceHover) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-surfaceHover) / var(--un-bg-opacity)) ;padding-inline:var(--theme-spacing-md, var(--theme-spacing-md--sm))}:where(.c-input-dropdown__item):active{--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-surfaceActive) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-surfaceActive) / var(--un-bg-opacity)) }:where(.c-input-dropdown__item)>span{padding-top:var(--theme-spacing-4xs, var(--theme-spacing-4xs--sm))}:where(.c-input-dropdown__item--active){--un-bg-opacity:1;background-color:rgb(var(--theme-colors-background-surfaceActive) / var(--un-bg-opacity));--bgCurrent:rgb(var(--theme-colors-background-surfaceActive) / var(--un-bg-opacity)) }.dropdown-transition-enter-active{animation:dropdown-transition-in .25s ease;grid-template-rows:1fr}.dropdown-transition-leave-active{animation:dropdown-transition-in .25s ease reverse;grid-template-rows:0fr}@keyframes dropdown-transition-in{0%{grid-template-rows:0fr}to{grid-template-rows:1fr}}
