.uni-popover__paper{width:var(--uni-popover-width,max-content);min-width:var(--uni-popover-min-width,0);max-width:var(--uni-popover-max-width,calc(100vw - 2rem));padding:var(--uni-popover-padding,0);border:1px solid var(--floating-surface-border-color);border-radius:var(--floating-surface-radius);background:var(--floating-surface-background);color:var(--floating-surface-foreground);box-shadow:var(--floating-surface-shadow)}.uni-bottom-sheet.uni-popover--sheet.uni-popover__paper,.uni-popover--sheet.uni-popover__paper{width:100%;min-width:0;max-width:100%;border-inline:0;border-block-end:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.uni-popover:not(.uni-popover--has-container) .uni-popover__paper{padding-block-start:0}.uni-bottom-sheet--has-puller.uni-popover:not(.uni-popover--has-container) .uni-popover__paper,.uni-bottom-sheet--has-puller.uni-popover:not(.uni-popover--has-container).uni-popover__paper{padding-block-start:calc(var(--uni-bottom-sheet-puller-height) + var(--uni-bottom-sheet-offset))}.uni-bottom-sheet--has-puller.uni-popover:not(.uni-popover--has-container):not(.uni-new-menu--sheet) .uni-popover__paper,.uni-bottom-sheet--has-puller.uni-popover:not(.uni-popover--has-container):not(.uni-new-menu--sheet).uni-popover__paper{padding-inline:var(--uni-popover-sheet-padding-inline,var(--spacing-4));padding-block-end:calc(var(--uni-popover-sheet-padding-block-end,var(--spacing-4)) + var(--coffee-safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)))}.uni-popover-sheet-form{display:flex;width:100%;max-width:100%;max-height:min(38rem,var(--uni-bottom-sheet-max-height,calc(100dvh - 4rem)));min-width:0;flex-direction:column;gap:var(--spacing-4)}.uni-popover-sheet-form__title{margin:0}.uni-popover-sheet-form__form{gap:var(--spacing-5)}.uni-popover-sheet-form__fields,.uni-popover-sheet-form__form{display:flex;width:100%;max-width:100%;min-height:0;flex-direction:column}.uni-popover-sheet-form__fields{gap:var(--spacing-4);overflow-y:auto;padding-block-start:var(--spacing-1)}.uni-popover-sheet-form__fields>*{width:100%;max-width:100%;min-width:0}.uni-popover-sheet-form__options{display:flex;flex-direction:column;gap:var(--spacing-2)}.uni-popover-sheet-form__option-row{display:flex;min-width:0;align-items:center;gap:var(--spacing-2)}.uni-popover-sheet-form__option-row .uni-text-field{min-width:0;flex:1 1 auto}.uni-popover-sheet-form__option-remove{flex:0 0 auto}.uni-popover-sheet-form__inline-action{width:fit-content}.uni-popover-sheet-form__footer{display:flex;justify-content:flex-end;gap:var(--spacing-3);padding-block-start:var(--spacing-1)}.uni-popover-sheet-form :is(.uni-text-field,.uni-select__text-field){flex:1 1 auto;width:100%;max-width:100%}.uni-popover-sheet-form .uni-text-field__input-wrapper{width:100%;max-width:100%}.uni-popover-sheet-form .uni-select__text-field .uni-text-field__input-wrapper{min-height:2.5rem}@media screen and (max-width:639px){.uni-popover-sheet-form__footer .uni-button{min-width:6rem}.uni-popover-sheet-form__footer .uni-button:first-child{min-width:5rem}}.uni-bottom-sheet{--uni-bottom-sheet-offset:var(--spacing-3);--uni-bottom-sheet-rounded-size:var(--radius-xl);--uni-bottom-sheet-puller-height:var(--spacing-1);--uni-bottom-sheet-puller-container-height:var(--spacing-6);--uni-bottom-sheet-max-height-offset:var(--spacing-4);--uni-bottom-sheet-container-padding-block-end:var(--coffee-safe-area-inset-bottom,env(safe-area-inset-bottom,0px));--uni-bottom-sheet-max-height:calc(100dvh - var(--uni-bottom-sheet-max-height-offset) - var(--coffee-safe-area-inset-top, env(safe-area-inset-top, 0px)) - var(--coffee-safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)))}.uni-bottom-sheet__backdrop{background:rgba(0,0,0,.34)}.uni-bottom-sheet__container{box-sizing:border-box;display:flex;width:100%;min-width:0;min-height:0;flex:1 1 auto;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-gutter:stable;padding-block-end:var(--uni-bottom-sheet-container-padding-block-end)}@supports not (height:100dvh){.uni-bottom-sheet{--uni-bottom-sheet-max-height:calc(100vh - var(--uni-bottom-sheet-max-height-offset) - var(--coffee-safe-area-inset-top, env(safe-area-inset-top, 0px)) - var(--coffee-safe-area-inset-bottom, env(safe-area-inset-bottom, 0px)))}}.uni-bottom-sheet .uni-bottom-sheet__paper,.uni-bottom-sheet.uni-bottom-sheet__paper{display:flex;width:100%;min-width:0;max-width:100%;max-height:var(--uni-bottom-sheet-max-height);flex-direction:column;overflow:hidden;border:1px solid color-mix(in srgb,var(--color-border,var(--color-divider)) 82%,transparent);border-block-end:0;border-top-left-radius:var(--uni-bottom-sheet-rounded-size);border-top-right-radius:var(--uni-bottom-sheet-rounded-size);border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:var(--color-background,var(--color-surface));background-color:color-mix(in srgb,var(--color-background,var(--color-surface)) 96%,var(--color-surface));background-clip:padding-box;color:var(--color-text-primary);box-shadow:0 -1rem 2.5rem rgba(0,0,0,.2);transition:transform 195ms ease-out,height .22s ease-out}.uni-bottom-sheet--has-puller .uni-bottom-sheet .uni-new-menu__list{overflow-y:auto}.uni-bottom-sheet--has-puller .uni-bottom-sheet__puller-container{position:relative;z-index:2;display:flex;width:100%;min-height:var(--uni-bottom-sheet-puller-container-height);flex:0 0 auto;align-items:center;justify-content:center;border-top-left-radius:inherit;border-top-right-radius:inherit;background:inherit;touch-action:none}.uni-bottom-sheet--has-puller .uni-bottom-sheet__puller{width:var(--spacing-8);height:var(--uni-bottom-sheet-puller-height);flex:unset;overflow-y:unset;border-radius:var(--radius-full);background-color:color-mix(in srgb,var(--color-text-primary) 22%,transparent)}.uni-bottom-sheet--has-puller .uni-bottom-sheet__paper:not(.no-max-height),.uni-bottom-sheet--has-puller.uni-bottom-sheet__paper:not(.no-max-height){max-height:min(42rem,var(--uni-bottom-sheet-max-height))}.uni-bottom-sheet--has-puller .uni-bottom-sheet__backdrop{backdrop-filter:none}.uni-bottom-sheet--dragging .uni-bottom-sheet__paper,.uni-bottom-sheet--dragging.uni-bottom-sheet__paper{transition-duration:0s}