.recova-bottom-sheet__positioner{overscroll-behavior-y:none;--sheet-z-index:2;z-index:calc(var(--sheet-z-index) + var(--layer-index,0));justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.recova-bottom-sheet__backdrop{background:var(--recova-color-bg-overlay);z-index:calc(var(--sheet-z-index) + var(--layer-index,0));position:fixed;inset:0}.recova-bottom-sheet__backdrop[data-snap-points=true],.recova-bottom-sheet__backdrop:not(:is([data-state=open],[data-open]))[data-snap-points=true]:not([data-snap-points-overlay=true]){opacity:0}.recova-bottom-sheet__backdrop:is([data-state=open],[data-open])[data-snap-points-overlay=true]{opacity:1}.recova-bottom-sheet__content{box-sizing:border-box;word-break:break-all;z-index:calc(var(--sheet-z-index) + var(--layer-index,0));background:var(--recova-color-bg-layer-floating);border-top-left-radius:var(--recova-radius-r6);border-top-right-radius:var(--recova-radius-r6);padding-bottom:var(--recova-safe-area-bottom);touch-action:none;will-change:transform;transition:transform var(--recova-duration-d6) var(--recova-timing-function-enter-expressive);flex-direction:column;flex:1;display:flex;position:relative}.recova-bottom-sheet__content[data-snap-points=true]{transform:translate3d(0, var(--initial-transform,100%), 0)}.recova-bottom-sheet__content[data-delayed-snap-points=true]{transform:translate3d(0, var(--snap-point-height,0), 0)}.recova-bottom-sheet__content:is(:focus,[data-focus]){outline:none}.recova-bottom-sheet__content:after{content:"";top:100%;background:inherit;z-index:-1;height:200vh;position:absolute;inset-inline:0}.recova-bottom-sheet__header{gap:var(--recova-dimension-x2);padding-top:var(--recova-dimension-x6);padding-bottom:var(--recova-dimension-x4);flex-direction:column;display:flex}.recova-bottom-sheet__title{color:var(--recova-color-fg-neutral);font-size:var(--recova-font-size-t8);line-height:var(--recova-line-height-t8);font-weight:var(--recova-font-weight-bold);word-break:keep-all;margin:0}.recova-bottom-sheet__description{color:var(--recova-color-fg-neutral-muted);font-size:var(--recova-font-size-t5);line-height:var(--recova-line-height-t5);font-weight:var(--recova-font-weight-regular);padding-inline:var(--recova-dimension-spacing-x-global-gutter);white-space:pre-wrap;margin:0}.recova-bottom-sheet__body{--recova-box-padding-x-base:var(--recova-dimension-spacing-x-global-gutter);--recova-box-padding-x-sm:var(--recova-box-padding-x-base,initial);--recova-box-padding-x-md:var(--recova-box-padding-x-sm,initial);--recova-box-padding-x-lg:var(--recova-box-padding-x-md,initial);--recova-box-padding-x-xl:var(--recova-box-padding-x-lg,initial);--recova-box-padding-x:var(--recova-box-padding-x-base,initial);--recova-box-height-base:auto;--recova-box-height-sm:var(--recova-box-height-base,initial);--recova-box-height-md:var(--recova-box-height-sm,initial);--recova-box-height-lg:var(--recova-box-height-md,initial);--recova-box-height-xl:var(--recova-box-height-lg,initial);--recova-box-height:var(--recova-box-height-base,initial);--recova-box-min-height-base:auto;--recova-box-min-height-sm:var(--recova-box-min-height-base,initial);--recova-box-min-height-md:var(--recova-box-min-height-sm,initial);--recova-box-min-height-lg:var(--recova-box-min-height-md,initial);--recova-box-min-height-xl:var(--recova-box-min-height-lg,initial);--recova-box-min-height:var(--recova-box-min-height-base,initial);--recova-box-max-height-base:none;--recova-box-max-height-sm:var(--recova-box-max-height-base,initial);--recova-box-max-height-md:var(--recova-box-max-height-sm,initial);--recova-box-max-height-lg:var(--recova-box-max-height-md,initial);--recova-box-max-height-xl:var(--recova-box-max-height-lg,initial);--recova-box-max-height:var(--recova-box-max-height-base,initial);--recova-box-justify-content:initial;--recova-box-align-items:initial;padding-inline:var(--recova-box-padding-x);height:var(--recova-box-height);min-height:var(--recova-box-min-height);max-height:var(--recova-box-max-height);justify-content:var(--recova-box-justify-content);align-items:var(--recova-box-align-items);flex-direction:column;display:flex}.recova-bottom-sheet__footer{padding-inline:var(--recova-dimension-spacing-x-global-gutter);padding-top:var(--recova-dimension-x3);padding-bottom:var(--recova-dimension-x4);flex-direction:column;display:flex}.recova-bottom-sheet__closeButton{top:var(--recova-dimension-x6);right:var(--recova-dimension-x4);border-radius:var(--recova-radius-full);background:var(--recova-color-bg-neutral-weak);cursor:pointer;--recova-icon-size:14px;--recova-icon-color:var(--recova-color-fg-neutral);border:none;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute}.recova-bottom-sheet__closeButton:after{content:"";border-radius:var(--recova-radius-r1);outline:var(--recova-dimension-x0_5) solid transparent;outline-offset:calc(var(--recova-dimension-x0_5) * -1);transition:outline-color var(--recova-duration-d3) var(--recova-timing-function-easing);position:absolute;inset:-8px}.recova-bottom-sheet__closeButton:is(:focus,[data-focus]){outline:none}.recova-bottom-sheet__closeButton:is(:focus-visible,[data-focus-visible]):after{outline:var(--recova-dimension-x0_5) solid var(--recova-color-stroke-focus-ring);outline-offset:calc(var(--recova-dimension-x0_5) * -1)}.recova-bottom-sheet__header--headerAlign_left{justify-content:flex-start}.recova-bottom-sheet__title--headerAlign_left{padding-left:var(--recova-dimension-spacing-x-global-gutter);padding-right:var(--recova-dimension-spacing-x-global-gutter)}.recova-bottom-sheet__title--headerAlign_left[data-show-close-button]{padding-left:var(--recova-dimension-spacing-x-global-gutter);padding-right:56px}.recova-bottom-sheet__header--headerAlign_center{text-align:center;justify-content:center}.recova-bottom-sheet__title--headerAlign_center{padding-left:var(--recova-dimension-spacing-x-global-gutter);padding-right:var(--recova-dimension-spacing-x-global-gutter)}.recova-bottom-sheet__title--headerAlign_center[data-show-close-button]{padding-left:56px;padding-right:56px}.recova-bottom-sheet__backdrop--skipAnimation_false:is([data-state=open],[data-open])[data-snap-points=false]:not([data-animation-done=true]){animation-name:fade-in;animation-duration:var(--recova-duration-d6);animation-timing-function:var(--recova-timing-function-enter)}.recova-bottom-sheet__backdrop--skipAnimation_false:not(:is([data-state=open],[data-open]))[data-snap-points=false]{animation-name:fade-out;animation-duration:var(--recova-duration-d4);animation-timing-function:var(--recova-timing-function-exit);animation-fill-mode:forwards}.recova-bottom-sheet__backdrop--skipAnimation_false:is([data-state=open],[data-open])[data-snap-points=true][data-should-overlay-animate=true]:not([data-animation-done=true]){animation-name:fade-in;animation-duration:var(--recova-duration-d6);animation-timing-function:var(--recova-timing-function-enter)}.recova-bottom-sheet__content--skipAnimation_false{animation-duration:var(--recova-duration-d6);animation-timing-function:var(--recova-timing-function-enter-expressive)}.recova-bottom-sheet__content--skipAnimation_false:is([data-state=open],[data-open])[data-snap-points=false]:not([data-animation-done=true]){animation-name:drawer-slide-from-bottom;animation-duration:var(--recova-duration-d6);animation-timing-function:var(--recova-timing-function-enter-expressive)}.recova-bottom-sheet__content--skipAnimation_false:not(:is([data-state=open],[data-open]))[data-snap-points=false]{animation-name:drawer-slide-to-bottom;animation-duration:var(--recova-duration-d4);animation-timing-function:var(--recova-timing-function-exit);animation-fill-mode:forwards}.recova-bottom-sheet__content--skipAnimation_false:is([data-state=open],[data-open])[data-delayed-snap-points=true]:not([data-animation-done=true]){animation-name:drawer-slide-from-bottom;animation-duration:var(--recova-duration-d6);animation-timing-function:var(--recova-timing-function-enter-expressive)}@media (min-width:480px){.recova-bottom-sheet__body{--recova-box-padding-x:var(--recova-box-padding-x-sm,initial);--recova-box-height:var(--recova-box-height-sm,initial);--recova-box-min-height:var(--recova-box-min-height-sm,initial);--recova-box-max-height:var(--recova-box-max-height-sm,initial)}}@media (min-width:768px){.recova-bottom-sheet__body{--recova-box-padding-x:var(--recova-box-padding-x-md,initial);--recova-box-height:var(--recova-box-height-md,initial);--recova-box-min-height:var(--recova-box-min-height-md,initial);--recova-box-max-height:var(--recova-box-max-height-md,initial)}}@media (min-width:1280px){.recova-bottom-sheet__body{--recova-box-padding-x:var(--recova-box-padding-x-lg,initial);--recova-box-height:var(--recova-box-height-lg,initial);--recova-box-min-height:var(--recova-box-min-height-lg,initial);--recova-box-max-height:var(--recova-box-max-height-lg,initial)}}@media (min-width:1440px){.recova-bottom-sheet__body{--recova-box-padding-x:var(--recova-box-padding-x-xl,initial);--recova-box-height:var(--recova-box-height-xl,initial);--recova-box-min-height:var(--recova-box-min-height-xl,initial);--recova-box-max-height:var(--recova-box-max-height-xl,initial)}}
.recova-bottom-sheet-handle__root{background-color:var(--recova-color-palette-gray-400);width:36px;height:4px;transition:background-color var(--recova-duration-color-transition) var(--recova-timing-function-easing);touch-action:pan-y;border-radius:9999px;position:absolute;top:6px;left:50%;transform:translate(-50%)}@media (hover:hover) and (pointer:fine){.recova-bottom-sheet-handle__root:is(:hover,[data-hover]){background-color:var(--recova-color-palette-gray-500)}}@media not all and (hover:hover) and (pointer:fine){.recova-bottom-sheet-handle__root:is(:active,[data-active]){background-color:var(--recova-color-palette-gray-500)}}.recova-bottom-sheet-handle__touchArea{touch-action:inherit;width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.recova-side-panel__positioner{overscroll-behavior-y:none;--side-panel-z-index:2;z-index:calc(var(--side-panel-z-index) + var(--layer-index,0));position:fixed;inset:0}.recova-side-panel__backdrop{background:var(--recova-color-bg-overlay);z-index:calc(var(--side-panel-z-index) + var(--layer-index,0));position:fixed;inset:0}.recova-side-panel__backdrop:is([data-state=open],[data-open]){animation:recova-enter;animation-timing-function:var(--recova-timing-function-enter);animation-duration:var(--recova-duration-d6);--recova-enter-translate-x:0;--recova-enter-translate-y:0;--recova-enter-opacity:0;--recova-enter-scale:1}.recova-side-panel__backdrop:not(:is([data-state=open],[data-open])){animation:recova-exit;animation-timing-function:var(--recova-timing-function-exit);animation-duration:var(--recova-duration-d6);--recova-exit-translate-x:0;--recova-exit-translate-y:0;--recova-exit-opacity:0;--recova-exit-scale:1;animation-fill-mode:forwards}.recova-side-panel__content{box-sizing:border-box;word-break:break-all;z-index:calc(var(--side-panel-z-index) + var(--layer-index,0));background:var(--recova-color-bg-layer-floating);touch-action:none;will-change:transform;--side-panel-default-width:calc(.8 * 100vw);--recova-box-width-base:var(--side-panel-default-width);--recova-box-width-sm:var(--recova-box-width-base,initial);--recova-box-width-md:var(--recova-box-width-sm,initial);--recova-box-width-lg:var(--recova-box-width-md,initial);--recova-box-width-xl:var(--recova-box-width-lg,initial);--recova-box-width:var(--recova-box-width-base,initial);--recova-box-max-width-base:calc(.8 * 100%);--recova-box-max-width-sm:var(--recova-box-max-width-base,initial);--recova-box-max-width-md:var(--recova-box-max-width-sm,initial);--recova-box-max-width-lg:var(--recova-box-max-width-md,initial);--recova-box-max-width-xl:var(--recova-box-max-width-lg,initial);--recova-box-max-width:var(--recova-box-max-width-base,initial);width:var(--recova-box-width);max-width:var(--recova-box-max-width);padding-bottom:var(--recova-safe-area-bottom);flex-direction:column;display:flex;position:absolute;inset-block:0}@media (min-width:768px){.recova-side-panel__content{--side-panel-default-width:var(--side-panel-size-width)}}.recova-side-panel__content:after{content:"";background:inherit;z-index:-1;width:100vw;position:absolute;inset-block:0}.recova-side-panel__content:is(:focus,[data-focus]){outline:none}.recova-side-panel__content[data-drawer-direction=left]{padding-left:env(safe-area-inset-left,0);left:0}.recova-side-panel__content[data-drawer-direction=left]:after{right:100%}.recova-side-panel__content[data-drawer-direction=right]{padding-right:env(safe-area-inset-right,0);right:0}.recova-side-panel__content[data-drawer-direction=right]:after{left:100%}.recova-side-panel__content:is([data-state=open],[data-open])[data-drawer-direction=right]{animation:recova-enter;animation-timing-function:var(--recova-timing-function-enter-expressive);animation-duration:var(--recova-duration-d6);--recova-enter-translate-x:100%;--recova-enter-translate-y:0;--recova-enter-opacity:1;--recova-enter-scale:1}.recova-side-panel__content:not(:is([data-state=open],[data-open]))[data-drawer-direction=right]{animation:recova-exit;animation-timing-function:var(--recova-timing-function-exit-expressive);animation-duration:var(--recova-duration-d6);--recova-exit-translate-x:100%;--recova-exit-translate-y:0;--recova-exit-opacity:1;--recova-exit-scale:1;animation-fill-mode:forwards}.recova-side-panel__content:is([data-state=open],[data-open])[data-drawer-direction=left]{animation:recova-enter;animation-timing-function:var(--recova-timing-function-enter-expressive);animation-duration:var(--recova-duration-d6);--recova-enter-translate-x:-100%;--recova-enter-translate-y:0;--recova-enter-opacity:1;--recova-enter-scale:1}.recova-side-panel__content:not(:is([data-state=open],[data-open]))[data-drawer-direction=left]{animation:recova-exit;animation-timing-function:var(--recova-timing-function-exit-expressive);animation-duration:var(--recova-duration-d6);--recova-exit-translate-x:-100%;--recova-exit-translate-y:0;--recova-exit-opacity:1;--recova-exit-scale:1;animation-fill-mode:forwards}.recova-side-panel__header{box-sizing:border-box;gap:var(--recova-dimension-x1_5);min-height:calc(70px + var(--recova-safe-area-top));padding-inline:var(--recova-dimension-x6);padding-top:calc(var(--recova-dimension-x6) + var(--recova-safe-area-top));padding-bottom:var(--recova-dimension-x4);flex-direction:column;display:flex;position:relative}.recova-side-panel__header[data-show-close-button]{padding-right:calc(24px + 22px + var(--recova-dimension-x1_5))}.recova-side-panel__title{color:var(--recova-color-fg-neutral);font-size:var(--recova-font-size-t8);line-height:var(--recova-line-height-t8);font-weight:var(--recova-font-weight-bold);word-break:keep-all;margin:0}.recova-side-panel__description{color:var(--recova-color-fg-neutral-muted);font-size:var(--recova-font-size-t5);line-height:var(--recova-line-height-t5);font-weight:var(--recova-font-weight-regular);white-space:pre-wrap;margin:0}.recova-side-panel__body{box-sizing:border-box;--recova-box-padding-x-base:var(--recova-dimension-x6);--recova-box-padding-x-sm:var(--recova-box-padding-x-base,initial);--recova-box-padding-x-md:var(--recova-box-padding-x-sm,initial);--recova-box-padding-x-lg:var(--recova-box-padding-x-md,initial);--recova-box-padding-x-xl:var(--recova-box-padding-x-lg,initial);--recova-box-padding-x:var(--recova-box-padding-x-base,initial);--recova-box-height-base:auto;--recova-box-height-sm:var(--recova-box-height-base,initial);--recova-box-height-md:var(--recova-box-height-sm,initial);--recova-box-height-lg:var(--recova-box-height-md,initial);--recova-box-height-xl:var(--recova-box-height-lg,initial);--recova-box-height:var(--recova-box-height-base,initial);--recova-box-min-height-base:auto;--recova-box-min-height-sm:var(--recova-box-min-height-base,initial);--recova-box-min-height-md:var(--recova-box-min-height-sm,initial);--recova-box-min-height-lg:var(--recova-box-min-height-md,initial);--recova-box-min-height-xl:var(--recova-box-min-height-lg,initial);--recova-box-min-height:var(--recova-box-min-height-base,initial);--recova-box-max-height-base:none;--recova-box-max-height-sm:var(--recova-box-max-height-base,initial);--recova-box-max-height-md:var(--recova-box-max-height-sm,initial);--recova-box-max-height-lg:var(--recova-box-max-height-md,initial);--recova-box-max-height-xl:var(--recova-box-max-height-lg,initial);--recova-box-max-height:var(--recova-box-max-height-base,initial);--recova-box-justify-content:initial;--recova-box-align-items:initial;padding-inline:var(--recova-box-padding-x);padding-bottom:var(--recova-dimension-x12);height:var(--recova-box-height);min-height:var(--recova-box-min-height);max-height:var(--recova-box-max-height);justify-content:var(--recova-box-justify-content);align-items:var(--recova-box-align-items);transition:box-shadow var(--recova-duration-color-transition) var(--recova-timing-function-easing);flex-direction:column;flex:1;display:flex;overflow-y:auto}.recova-side-panel__body[data-scrolled]:not(:first-child){box-shadow:inset 0 1px 0 0 var(--recova-color-stroke-neutral-muted)}.recova-side-panel__body{-webkit-mask-image:linear-gradient(to top, transparent 0, black var(--recova-dimension-x12));mask-image:linear-gradient(to top, transparent 0, black var(--recova-dimension-x12));-webkit-mask-image:linear-gradient(to top, transparent 0, black var(--recova-dimension-x12));outline:var(--recova-dimension-x0_5) solid transparent;outline-offset:calc(var(--recova-dimension-x0_5) * -1)}.recova-side-panel__body:is(:focus-visible,[data-focus-visible]){outline:var(--recova-dimension-x0_5) solid var(--recova-color-stroke-focus-ring);outline-offset:calc(var(--recova-dimension-x0_5) * -1)}.recova-side-panel__footer{padding-inline:var(--recova-dimension-x6);padding-top:var(--recova-dimension-x4);padding-bottom:var(--recova-dimension-x6);flex-direction:column;display:flex}.recova-side-panel__closeButton{background:var(--recova-color-bg-transparent);top:calc(28px + var(--recova-safe-area-top));border-radius:var(--recova-radius-r3);cursor:pointer;transition:background var(--recova-duration-color-transition) var(--recova-timing-function-easing), outline-color var(--recova-duration-d3) var(--recova-timing-function-easing);--recova-icon-size:22px;--recova-icon-color:var(--recova-color-fg-neutral-subtle);outline:var(--recova-dimension-x0_5) solid transparent;outline-offset:var(--recova-dimension-x0_5);border:none;justify-content:center;align-items:center;margin:-15px;padding:15px;display:flex;position:absolute;right:24px}.recova-side-panel__closeButton:is(:focus-visible,[data-focus-visible]){outline:var(--recova-dimension-x0_5) solid var(--recova-color-stroke-focus-ring);outline-offset:var(--recova-dimension-x0_5)}@media (hover:hover) and (pointer:fine){.recova-side-panel__closeButton:is(:hover,[data-hover]){background:var(--recova-color-bg-transparent-pressed)}}@media not all and (hover:hover) and (pointer:fine){.recova-side-panel__closeButton:is(:active,[data-active]){background:var(--recova-color-bg-transparent-pressed)}}.recova-side-panel__content--size_small{--side-panel-size-width:480px}.recova-side-panel__content--size_medium{--side-panel-size-width:720px}.recova-side-panel__content--size_large{--side-panel-size-width:960px}@media (min-width:480px){.recova-side-panel__content{--recova-box-width:var(--recova-box-width-sm,initial);--recova-box-max-width:var(--recova-box-max-width-sm,initial)}.recova-side-panel__body{--recova-box-padding-x:var(--recova-box-padding-x-sm,initial);--recova-box-height:var(--recova-box-height-sm,initial);--recova-box-min-height:var(--recova-box-min-height-sm,initial);--recova-box-max-height:var(--recova-box-max-height-sm,initial)}}@media (min-width:768px){.recova-side-panel__content{--recova-box-width:var(--recova-box-width-md,initial);--recova-box-max-width:var(--recova-box-max-width-md,initial)}.recova-side-panel__body{--recova-box-padding-x:var(--recova-box-padding-x-md,initial);--recova-box-height:var(--recova-box-height-md,initial);--recova-box-min-height:var(--recova-box-min-height-md,initial);--recova-box-max-height:var(--recova-box-max-height-md,initial)}}@media (min-width:1280px){.recova-side-panel__content{--recova-box-width:var(--recova-box-width-lg,initial);--recova-box-max-width:var(--recova-box-max-width-lg,initial)}.recova-side-panel__body{--recova-box-padding-x:var(--recova-box-padding-x-lg,initial);--recova-box-height:var(--recova-box-height-lg,initial);--recova-box-min-height:var(--recova-box-min-height-lg,initial);--recova-box-max-height:var(--recova-box-max-height-lg,initial)}}@media (min-width:1440px){.recova-side-panel__content{--recova-box-width:var(--recova-box-width-xl,initial);--recova-box-max-width:var(--recova-box-max-width-xl,initial)}.recova-side-panel__body{--recova-box-padding-x:var(--recova-box-padding-x-xl,initial);--recova-box-height:var(--recova-box-height-xl,initial);--recova-box-min-height:var(--recova-box-min-height-xl,initial);--recova-box-max-height:var(--recova-box-max-height-xl,initial)}}
