:root{--sheet-duration:.3s;--sheet-ease-in:cubic-bezier(.22, 1, .36, 1);--sheet-ease-out:cubic-bezier(.4, 0, .2, 1)}@keyframes sheet-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0,0)}}@keyframes sheet-slide-out-right{0%{transform:translate(0,0)}to{transform:translate(100%)}}@keyframes sheet-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-overlay-out{0%{opacity:1}to{opacity:0}}.sheet-overlay[data-state=open]{animation:sheet-overlay-in var(--sheet-duration) var(--sheet-ease-in) both}.sheet-overlay[data-state=closed]{pointer-events:none;animation:sheet-overlay-out var(--sheet-duration) var(--sheet-ease-out) forwards}.sheet-content--right{border-radius:0!important;gap:0!important;width:min(100vw,32rem)!important;max-width:min(100vw,32rem)!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;inset:0 0 0 auto!important;overflow:hidden!important}.sheet-content--size-wide{width:min(100vw,42rem)!important;max-width:min(100vw,42rem)!important}.sheet-content--size-xl{width:min(100vw,100%)!important;max-width:min(100vw,100%)!important}@media (min-width:640px){.sheet-content--size-xl{width:min(100vw,40rem)!important;max-width:min(100vw,40rem)!important}}@media (min-width:768px){.sheet-content--size-xl{width:min(100vw,48rem)!important;max-width:min(100vw,48rem)!important}}@media (min-width:1024px){.sheet-content--size-xl{width:min(100vw,52rem)!important;max-width:min(100vw,52rem)!important}}@media (min-width:1280px){.sheet-content--size-xl{width:min(100vw,56rem)!important;max-width:min(100vw,56rem)!important}}.sheet-content--size-panel{width:100vw!important;max-width:100vw!important}@media (min-width:640px){.sheet-content--size-panel{width:70vw!important;max-width:70vw!important}}.sheet-content--right[data-state=open]{animation:sheet-slide-in-right var(--sheet-duration) var(--sheet-ease-in) forwards}.sheet-content--right[data-state=closed]{pointer-events:none;animation:sheet-slide-out-right var(--sheet-duration) var(--sheet-ease-out) forwards}@media (prefers-reduced-motion:reduce){.sheet-overlay[data-state=open],.sheet-overlay[data-state=closed],.sheet-content--right[data-state=open],.sheet-content--right[data-state=closed]{animation:none}}
