@layer recipes{.accordion-module__RlsEHG__Root{background:var(--colors-bg-bold);width:400px}.accordion-module__RlsEHG__Item{border-bottom-width:1px;border-color:var(--colors-border-bold);font-size:.875rem}.accordion-module__RlsEHG__ItemTrigger{text-align:start;cursor:pointer;width:100%;padding:.5rem .75rem}.accordion-module__RlsEHG__ItemTrigger div:first-child{font-weight:600}.accordion-module__RlsEHG__ItemTrigger div:nth-child(2){color:var(--colors-text-subtle);font-size:.75rem}.accordion-module__RlsEHG__ItemTrigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.accordion-module__RlsEHG__ItemContent{width:100%;padding:.5rem .75rem}}
@layer recipes{.angle-slider-module__m5vpSq__Root{flex-direction:column;align-items:center;gap:.5rem;margin-top:-24px;margin-bottom:1rem;display:flex}.angle-slider-module__m5vpSq__Control{--size:120px;--thumb-size:40px;--thumb-indicator-size:min(var(--thumb-size),calc(var(--size)/2));width:var(--size);height:var(--size);background-color:var(--colors-bg-bold);border:1px solid var(--colors-border-bold);-webkit-user-select:none;user-select:none;border-radius:100%;justify-content:center;align-items:center;display:flex;position:relative}.angle-slider-module__m5vpSq__Control[data-disabled]{opacity:.5;filter:grayscale()}.angle-slider-module__m5vpSq__Thumb{--thumb-width:3px;top:0;bottom:0;right:0;left:calc(50% - var(--thumb-width)/2);height:100%;width:var(--thumb-width);outline:0;position:absolute}.angle-slider-module__m5vpSq__Thumb:before{content:"";height:var(--thumb-indicator-size);background:var(--colors-border-primary-subtle);width:var(--thumb-width);position:absolute;top:0;right:0}.angle-slider-module__m5vpSq__Label{align-items:center;gap:8px;font-size:.875rem;font-weight:500;display:flex}.angle-slider-module__m5vpSq__MarkerGroup{border-radius:var(--size);pointer-events:none;position:absolute;inset:1px}.angle-slider-module__m5vpSq__Marker{--marker-color:var(--marker-color,var(--colors-border-primary-subtle));width:2px;position:absolute;top:0;bottom:0;left:calc(50% - 1px)}.angle-slider-module__m5vpSq__Marker:before{content:"";top:calc(var(--thumb-size)/3);width:1px;height:calc(var(--thumb-size)/1.5);background-color:var(--marker-color);position:absolute;left:.5px;transform:translate(-50%,-50%)}.angle-slider-module__m5vpSq__Marker[data-state=under-value],.angle-slider-module__m5vpSq__Marker[data-state=at-value]{--marker-color:var(--colors-border-primary-subtle)}.angle-slider-module__m5vpSq__Marker[data-state=over-value]{--marker-color:var(--colors-border-bold)}}
@layer recipes{.avatar-module__V1SOMa__Root{border-radius:9999px;justify-content:center;align-items:center;width:80px;height:80px}.avatar-module__V1SOMa__Fallback{color:#fff;background:#718096;border-radius:9999px;justify-content:center;align-items:center;width:80px;height:80px;font-size:.875rem;font-weight:600;line-height:1;display:flex}.avatar-module__V1SOMa__Fallback>div{justify-content:center;align-items:center;display:flex;border-radius:9999px!important;width:100%!important;height:100%!important}.avatar-module__V1SOMa__Image{object-fit:cover;border-radius:9999px;width:80px;height:80px}}
@layer recipes{.carousel-module__goisEq__Root{border-width:2px;border-color:var(--colors-border-subtle);box-sizing:content-box;width:400px;height:250px;position:relative}.carousel-module__goisEq__ItemGroup{scrollbar-width:none;-webkit-scrollbar-width:none;-ms-overflow-style:none}.carousel-module__goisEq__ItemGroup::-webkit-scrollbar{display:none}.carousel-module__goisEq__ItemGroup[data-orientation=vertical]{height:100%}.carousel-module__goisEq__Item>img{object-fit:cover;width:100%;height:250px}.carousel-module__goisEq__Control{border-width:1px;border-color:var(--colors-border-subtle);background:var(--colors-bg-subtle);align-items:center;gap:.5rem;padding:.5rem;display:flex;position:absolute}.carousel-module__goisEq__Control[data-orientation=horizontal]{bottom:1rem;left:50%;transform:translate(-50%)}.carousel-module__goisEq__Control[data-orientation=vertical]{flex-direction:column;top:50%;right:1rem;transform:translateY(-50%)}:is(.carousel-module__goisEq__PrevTrigger,.carousel-module__goisEq__NextTrigger):focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}:is(.carousel-module__goisEq__PrevTrigger,.carousel-module__goisEq__NextTrigger):disabled{opacity:.5;filter:grayscale()}:is(.carousel-module__goisEq__PrevTrigger,.carousel-module__goisEq__NextTrigger)[data-orientation=vertical]{transform:rotate(90deg)}.carousel-module__goisEq__IndicatorGroup{gap:.75rem;display:flex}.carousel-module__goisEq__IndicatorGroup[data-orientation=vertical]{flex-direction:column}.carousel-module__goisEq__Indicator{cursor:pointer;background:gray;border-radius:9999px;width:.625rem;height:.625rem}.carousel-module__goisEq__Indicator[data-current]{background:var(--colors-bg-primary-bold)}}
@layer recipes{.checkbox-module__FLdAoW__Root{-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:18px;display:flex}.checkbox-module__FLdAoW__Root[data-disabled]{opacity:.5;filter:grayscale()}.checkbox-module__FLdAoW__Control{border:1px solid;border-color:var(--colors-border-bold);color:#fff;border-radius:.275rem;width:24px;height:24px}.checkbox-module__FLdAoW__Control[data-hover]{background:var(--colors-bg-bold)}.checkbox-module__FLdAoW__Control[data-focus]{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.checkbox-module__FLdAoW__Control[data-disabled]{filter:grayscale();background:var(--colors-bg-bold)!important;border-color:var(--colors-border-bold)!important}.checkbox-module__FLdAoW__Control[data-invalid]{border-color:#e53e3e}.checkbox-module__FLdAoW__Control[data-state=indeterminate]{color:gray;background:#fff;border-color:gray}.checkbox-module__FLdAoW__Control[data-state=checked]{background:var(--colors-bg-primary-subtle);border-color:var(--colors-bg-primary-subtle)}}
@layer recipes{.clipboard-module__M2OISW__Root{flex-direction:column;gap:.25rem;margin-top:-24px;display:flex}.clipboard-module__M2OISW__Label{font-size:.875rem;font-weight:500}.clipboard-module__M2OISW__Control{flex-direction:row;align-items:stretch;gap:.5rem;display:flex}.clipboard-module__M2OISW__Input{background:var(--colors-bg-subtle);border-width:1px;height:2.5rem;padding-left:.75rem;padding-right:1.25rem}.clipboard-module__M2OISW__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-subtle);border-width:1px;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:.75rem;font-weight:500;display:inline-flex}.clipboard-module__M2OISW__Trigger:hover{background:var(--colors-bg-bold)}.clipboard-module__M2OISW__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}}
@layer recipes{.collapsible-module__5IDXSG__Root{flex-direction:column;align-items:flex-start;gap:.5rem;width:400px;display:flex}.collapsible-module__5IDXSG__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:space-between;align-items:center;width:100%;height:2.5rem;padding-inline:1rem;font-weight:500;display:flex}.collapsible-module__5IDXSG__Trigger:hover{background:var(--colors-bg-primary-bold)}.collapsible-module__5IDXSG__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.collapsible-module__5IDXSG__Content{flex-direction:column;gap:.5rem;display:flex;overflow:hidden}.collapsible-module__5IDXSG__Content a{text-decoration:underline}.collapsible-module__5IDXSG__Content[data-state=open]{animation:.11s cubic-bezier(0,0,.38,.9) collapsible-module__5IDXSG__open}.collapsible-module__5IDXSG__Content[data-state=closed]{animation:.11s cubic-bezier(0,0,.38,.9) collapsible-module__5IDXSG__close}@keyframes collapsible-module__5IDXSG__open{0%{opacity:.01;height:0}to{height:var(--height);opacity:1}}@keyframes collapsible-module__5IDXSG__close{0%{height:var(--height);opacity:1}to{opacity:.01;height:0}}}
@layer recipes{.color-picker-module__7GVIGa__Root{margin-top:-24px}.color-picker-module__7GVIGa__Label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.color-picker-module__7GVIGa__Label[data-disabled]{opacity:.5;filter:grayscale()}.color-picker-module__7GVIGa__Label>span:first-child{font-weight:500}.color-picker-module__7GVIGa__Control{align-items:flex-start;gap:.5rem;display:flex}.color-picker-module__7GVIGa__TriggerWrapper{background:var(--colors-bg-subtle);border-width:1px;justify-content:center;align-items:center;padding:.25rem;display:flex}.color-picker-module__7GVIGa__Trigger{background:var(--colors-bg-subtle);display:flex}.color-picker-module__7GVIGa__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.color-picker-module__7GVIGa__TransparencyGrid{border-radius:4px}.color-picker-module__7GVIGa__Swatch{flex-shrink:0;width:1.25rem;height:1.25rem}.color-picker-module__7GVIGa__ChannelInputWrapper{flex-direction:column;align-items:center;gap:.5rem;display:flex}.color-picker-module__7GVIGa__ChannelInputWrapper>span{font-size:.875rem;font-weight:500}.color-picker-module__7GVIGa__ChannelInput{background:var(--colors-bg-subtle);border-width:1px;border-radius:4px;width:100%;min-height:32px;padding-inline:.5rem;font-size:.875rem}.color-picker-module__7GVIGa__ChannelInput[type=number]{appearance:textfield!important}.color-picker-module__7GVIGa__ChannelInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.color-picker-module__7GVIGa__ChannelInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.color-picker-module__7GVIGa__Content{filter:drop-shadow(0 1px 2px var(--colors-shadow));isolation:isolate;background:var(--colors-bg-popover);z-index:calc(var(--layer-index) + 50);max-width:16rem;padding:1rem}.color-picker-module__7GVIGa__Content>div{flex-direction:column;gap:.5rem;display:flex}.color-picker-module__7GVIGa__ChannelInputs{gap:.125rem;width:100%;display:flex}.color-picker-module__7GVIGa__Area{border-width:1px;border-radius:4px;height:200px}.color-picker-module__7GVIGa__AreaBackground{height:inherit;border-radius:inherit}.color-picker-module__7GVIGa__AreaThumb,.color-picker-module__7GVIGa__ChannelSliderThumb{border:2px solid #fff;border-radius:99999px;width:1rem;height:1rem;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #000,inset 0 0 0 1px #000}.color-picker-module__7GVIGa__SliderGroup{gap:20px;margin-block:.5rem;display:flex}.color-picker-module__7GVIGa__Sliders{flex-direction:column;flex:1;gap:.5rem;display:flex}.color-picker-module__7GVIGa__ChannelSliderTrack{border-radius:4px;height:.75rem}.color-picker-module__7GVIGa__EyeDropperTrigger{border-width:1px;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.color-picker-module__7GVIGa__Separator{border-width:1px;border-color:var(--colors-border-subtle);width:100%}.color-picker-module__7GVIGa__SwatchGroup{gap:10px;display:flex}.color-picker-module__7GVIGa__SwatchTrigger>div{position:relative}}
@layer recipes{.combobox-module__326JhG__Root{flex-direction:column;gap:.25rem;margin-top:-24px;display:flex}.combobox-module__326JhG__Label{font-size:.875rem;font-weight:500}.combobox-module__326JhG__Label[data-disabled]{opacity:.5;filter:grayscale()}.combobox-module__326JhG__Control{background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);width:300px;padding-block:.25rem;padding-inline:.75rem;display:inline-flex}.combobox-module__326JhG__Control[data-disabled]{opacity:.5;filter:grayscale()}.combobox-module__326JhG__Input{background:var(--colors-bg-subtle);flex:1;padding:.25rem}.combobox-module__326JhG__Input:focus{outline:0}.combobox-module__326JhG__Content{max-height:14rem;filter:drop-shadow(0 1px 2px var(--colors-shadow));isolation:isolate;background:var(--colors-bg-popover);z-index:calc(var(--layer-index) + 50);margin:0;padding:.5rem;list-style-type:none;overflow:auto}.combobox-module__326JhG__Item{cursor:pointer;align-items:center;padding-block:.25rem;padding-inline:.5rem;display:flex}.combobox-module__326JhG__Item[data-highlighted]{background:var(--colors-bg-primary-subtle);color:#fff}.combobox-module__326JhG__Item[data-highlighted]:hover{background:var(--colors-bg-primary-bold)}.combobox-module__326JhG__Item[data-disabled]{opacity:.5;cursor:unset;filter:grayscale()}}
@layer recipes{.menu-module__6qWMKG__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.menu-module__6qWMKG__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.menu-module__6qWMKG__Trigger:hover{background:var(--colors-bg-primary-bold)}.menu-module__6qWMKG__ContextTrigger{background:var(--colors-bg-subtle);border-style:dashed;border-width:2px;border-color:var(--colors-border-bold);padding:1rem}.menu-module__6qWMKG__Indicator{margin-left:.5rem}.menu-module__6qWMKG__Content{background:var(--colors-bg-popover);isolation:isolate;width:12rem;filter:drop-shadow(0 1px 2px var(--colors-shadow));z-index:calc(var(--layer-index) + 50);padding:.5rem;list-style-type:none}.menu-module__6qWMKG__Content:is(:focus,[data-focus]){outline:none}.menu-module__6qWMKG__Item,.menu-module__6qWMKG__TriggerItem{cursor:pointer;padding-block:.25rem;padding-inline:.5rem}:is(.menu-module__6qWMKG__Item,.menu-module__6qWMKG__TriggerItem)[data-highlighted]{background:var(--colors-bg-primary-bold);color:#fff}}
@layer recipes{.date-picker-module__3E40cq__TableCellTrigger{text-align:center;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:4px;padding:4px}.date-picker-module__3E40cq__TableCellTrigger:hover{background:#7e7e7e2c}.date-picker-module__3E40cq__TableCellTrigger[data-focus]{color:var(--colors-text-primary-bold);background:#a597a516}.date-picker-module__3E40cq__TableCellTrigger[data-outside-range]{visibility:hidden}.date-picker-module__3E40cq__TableCellTrigger[data-selected]{background:var(--colors-text-primary-bold)!important;color:#fff!important}.date-picker-module__3E40cq__TableCellTrigger[data-in-range]:not([data-selected]){background:#f0dbf0}.date-picker-module__3E40cq__TableCellTrigger[data-today]{color:var(--colors-text-primary-bold)}.date-picker-module__3E40cq__TableCellTrigger[data-unavailable]{opacity:.5;text-decoration:line-through}.date-picker-module__3E40cq__TableCellTrigger[data-disabled]{opacity:.5;filter:grayscale()}.date-picker-module__3E40cq__Control{gap:10px;margin-top:20px;margin-bottom:16px;display:flex}.date-picker-module__3E40cq__Input{background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);height:2.5rem;padding-left:.75rem;padding-right:1.25rem}.date-picker-module__3E40cq__Trigger{background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);justify-content:center;align-items:center;min-width:40px;display:flex}.date-picker-module__3E40cq__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.date-picker-module__3E40cq__Content{filter:drop-shadow(0 1px 2px var(--colors-shadow));isolation:isolate;background:var(--colors-bg-popover);z-index:calc(var(--layer-index) + 50);padding:1rem}.date-picker-module__3E40cq__Table{border-collapse:collapse;width:100%;min-width:240px}.date-picker-module__3E40cq__ViewTrigger{border:0;border-radius:4px;flex:1;padding:4px 20px}.date-picker-module__3E40cq__ViewTrigger:hover{background:var(--colors-bg-bold)}.date-picker-module__3E40cq__ViewTrigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.date-picker-module__3E40cq__PrevTrigger,.date-picker-module__3E40cq__NextTrigger{border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}:is(.date-picker-module__3E40cq__PrevTrigger,.date-picker-module__3E40cq__NextTrigger):hover{background:var(--colors-bg-bold)}:is(.date-picker-module__3E40cq__PrevTrigger,.date-picker-module__3E40cq__NextTrigger):focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.date-picker-module__3E40cq__ViewControl{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.date-picker-module__3E40cq__ViewControl svg{font-size:1.5rem}}
@layer recipes{.dialog-module___7SeRq__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.dialog-module___7SeRq__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.dialog-module___7SeRq__Backdrop{z-index:1400;background:#0000007a;position:fixed;inset:0}.dialog-module___7SeRq__Positioner{z-index:1400;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0}.dialog-module___7SeRq__Content{background:var(--colors-bg-subtle);border:1px solid var(--colors-border-bold);pointer-events:auto;border-radius:.375rem;width:100%;max-width:400px;padding:1.25rem;position:relative}.dialog-module___7SeRq__Title{margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.dialog-module___7SeRq__Description{margin-bottom:.75rem;font-size:.875rem}.dialog-module___7SeRq__Actions{flex-direction:row;align-items:center;gap:.5rem;display:flex}.dialog-module___7SeRq__Actions>input{border-width:1px;flex:1;padding-block:.25rem;padding-inline:.5rem;font-size:.875rem}.dialog-module___7SeRq__Actions>button{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.dialog-module___7SeRq__Actions>button:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.dialog-module___7SeRq__Actions>button:hover{background:var(--colors-bg-primary-bold)}.dialog-module___7SeRq__CloseTrigger{display:flex;position:absolute;top:.75rem;right:.75rem}}
@layer recipes{.editable-module__hJfoIq__Root{width:300px}.editable-module__hJfoIq__Area{margin-bottom:.75rem}.editable-module__hJfoIq__Input{background:0 0}.editable-module__hJfoIq__Input[data-autoresize]{all:unset}.editable-module__hJfoIq__Input:focus{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.editable-module__hJfoIq__EditTrigger,.editable-module__hJfoIq__CancelTrigger{text-align:start;cursor:pointer;border-width:1px;border-color:var(--colors-border-bold);background:var(--colors-bg-subtle);justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}:is(.editable-module__hJfoIq__EditTrigger,.editable-module__hJfoIq__CancelTrigger):focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}:is(.editable-module__hJfoIq__EditTrigger,.editable-module__hJfoIq__CancelTrigger):hover{background:var(--colors-bg-bold)}.editable-module__hJfoIq__SubmitActions{flex-direction:row;align-items:center;gap:.5rem;display:flex}.editable-module__hJfoIq__SubmitTrigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.editable-module__hJfoIq__SubmitTrigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.editable-module__hJfoIq__SubmitTrigger:hover{background:var(--colors-bg-primary-bold)}}
@layer recipes{.file-upload-module__jjIFyq__Root{flex-direction:column;gap:.5rem;width:80%;display:flex}.file-upload-module__jjIFyq__Dropzone{border-style:dashed;border-width:2px;border-color:var(--colors-border-bold);flex-direction:column;align-items:center;gap:.5rem;padding-block:2rem;padding-inline:.5rem;display:flex}.file-upload-module__jjIFyq__Dropzone[data-dragging]{background:var(--colors-bg-primary-bold)}.file-upload-module__jjIFyq__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.file-upload-module__jjIFyq__Trigger:hover{background:var(--colors-bg-primary-bold)}.file-upload-module__jjIFyq__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.file-upload-module__jjIFyq__ItemGroup{flex-direction:column;gap:.5rem;display:flex}.file-upload-module__jjIFyq__Item{background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);flex-direction:row;align-items:center;gap:.5rem;padding-block:.5rem;padding-inline:.75rem;display:flex}.file-upload-module__jjIFyq__Item>div{flex:1;font-size:.875rem}}
@layer recipes{.hover-card-module__fZetfq__TriggerImage{border-radius:999999px;width:3rem;height:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hover-card-module__fZetfq__Content{--background:var(--colors-bg-popover);background:var(--background);filter:drop-shadow(0 1px 2px var(--colors-shadow));z-index:calc(var(--layer-index) + 50);width:100%;max-width:min(100vw - 16px,360px);padding:1rem;position:relative}.hover-card-module__fZetfq__Arrow{--arrow-background:var(--background);--arrow-size:8px}.hover-card-module__fZetfq__ArrowTip{border-radius:.125rem}.hover-card-module__fZetfq__CardWrapper{flex-direction:column;gap:.75rem;display:flex}.hover-card-module__fZetfq__CardContent{flex-direction:column;gap:1rem;display:flex}.hover-card-module__fZetfq__CardContent a{color:#4169e1}.hover-card-module__fZetfq__Avatar{width:3.5rem;height:3.5rem}.hover-card-module__fZetfq__Header span:first-child{font-weight:600}.hover-card-module__fZetfq__Header span:nth-child(2){color:var(--colors-fg-subtle)}.hover-card-module__fZetfq__Stats{align-items:center;gap:1rem;display:flex}.hover-card-module__fZetfq__Stats>div{align-items:center;gap:.375rem;display:flex}.hover-card-module__fZetfq__Stats>div span:first-child{font-weight:600}.hover-card-module__fZetfq__Stats>div span:nth-child(2){color:var(--colors-fg-subtle)}}
@layer recipes{.image-cropper-module__cgRXja__Container{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.image-cropper-module__cgRXja__Container h3{margin-bottom:.5rem;font-size:.875rem;font-weight:500}.image-cropper-module__cgRXja__Viewport{touch-action:none;-webkit-user-select:none;user-select:none;min-width:500px;min-height:280px;position:relative;overflow:hidden}.image-cropper-module__cgRXja__Selection{cursor:move;touch-action:none;border:1px solid #ffffff80;position:absolute;box-shadow:0 0 0 9999px #00000080}.image-cropper-module__cgRXja__Selection[data-shape=circle]{border-radius:50%}.image-cropper-module__cgRXja__Image{pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--colors-bg);display:block}.image-cropper-module__cgRXja__Handle{touch-action:none;cursor:grab;width:30px;height:30px;position:absolute}.image-cropper-module__cgRXja__Handle>div{background:#fff;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.image-cropper-module__cgRXja__Handle[data-position=top-left]{cursor:nwse-resize;top:0;left:0;transform:translate(-50%,-50%)}.image-cropper-module__cgRXja__Handle[data-position=top]{cursor:ns-resize;top:0;left:50%;transform:translate(-50%,-50%)}.image-cropper-module__cgRXja__Handle[data-position=top-right]{cursor:nesw-resize;top:0;right:0;transform:translate(50%,-50%)}.image-cropper-module__cgRXja__Handle[data-position=right]{cursor:ew-resize;top:50%;right:0;transform:translate(50%,-50%)}.image-cropper-module__cgRXja__Handle[data-position=bottom-right]{cursor:nwse-resize;bottom:0;right:0;transform:translate(50%,50%)}.image-cropper-module__cgRXja__Handle[data-position=bottom]{cursor:ns-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.image-cropper-module__cgRXja__Handle[data-position=bottom-left]{cursor:nesw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.image-cropper-module__cgRXja__Handle[data-position=left]{cursor:ew-resize;top:50%;left:0;transform:translate(-50%,-50%)}.image-cropper-module__cgRXja__PreviewButton{text-align:center;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;border:none;justify-content:center;align-items:center;margin-top:1rem;padding-block:.5rem;padding-inline:1rem;font-weight:500;display:inline-flex}.image-cropper-module__cgRXja__PreviewImage{object-fit:contain;border:1px solid var(--colors-border-subtle);width:100px;height:100px}}
@layer recipes{@keyframes navigation-menu-module__AQmZyW__nav-menu-from-right{0%{opacity:0;transform:translate(200px)}to{opacity:1;transform:translate(0,0)}}@keyframes navigation-menu-module__AQmZyW__nav-menu-from-left{0%{opacity:0;transform:translate(-200px)}to{opacity:1;transform:translate(0,0)}}@keyframes navigation-menu-module__AQmZyW__nav-menu-to-right{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(200px)}}@keyframes navigation-menu-module__AQmZyW__nav-menu-to-left{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-200px)}}@keyframes navigation-menu-module__AQmZyW__nav-menu-scale-in{0%{opacity:0;transform:rotateX(-30deg)scale(.9)}to{opacity:1;transform:rotateX(0)scale(1)}}@keyframes navigation-menu-module__AQmZyW__nav-menu-scale-out{0%{opacity:1;transform:rotateX(0)scale(1)}to{opacity:0;transform:rotateX(-10deg)scale(.95)}}@keyframes navigation-menu-module__AQmZyW__nav-menu-fade-in{0%{opacity:0}to{opacity:1}}@keyframes navigation-menu-module__AQmZyW__nav-menu-fade-out{0%{opacity:1}to{opacity:0}}.navigation-menu-module__AQmZyW__Root{--arrow-size:20px;--indicator-size:10px;position:relative}.navigation-menu-module__AQmZyW__List{all:unset;list-style:none;display:flex}.navigation-menu-module__AQmZyW__List[data-orientation=vertical]{flex-direction:column}.navigation-menu-module__AQmZyW__Trigger,.navigation-menu-module__AQmZyW__Link{font-weight:500;font-size:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:10px 16px;display:flex}:is(.navigation-menu-module__AQmZyW__Trigger,.navigation-menu-module__AQmZyW__Link):focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}:is(.navigation-menu-module__AQmZyW__Trigger,.navigation-menu-module__AQmZyW__Link) svg{width:14px;height:14px;transition:rotate .2s}:is(.navigation-menu-module__AQmZyW__Trigger,.navigation-menu-module__AQmZyW__Link)[data-state=open]>svg{rotate:-180deg}.navigation-menu-module__AQmZyW__Content{will-change:transform,opacity;flex-direction:column;gap:10px;padding:20px;display:grid;position:absolute;top:0;left:0}.navigation-menu-module__AQmZyW__Content[data-motion=from-start]{animation:.25s navigation-menu-module__AQmZyW__nav-menu-from-left}.navigation-menu-module__AQmZyW__Content[data-motion=from-end]{animation:.25s navigation-menu-module__AQmZyW__nav-menu-from-right}.navigation-menu-module__AQmZyW__Content[data-motion=to-start]{animation:.25s navigation-menu-module__AQmZyW__nav-menu-to-left}.navigation-menu-module__AQmZyW__Content[data-motion=to-end]{animation:.25s navigation-menu-module__AQmZyW__nav-menu-to-right}.navigation-menu-module__AQmZyW__ViewportPositioner{justify-content:center;display:flex;position:absolute}.navigation-menu-module__AQmZyW__ViewportPositioner[data-orientation=horizontal]{top:100%;left:0}.navigation-menu-module__AQmZyW__ViewportPositioner[data-orientation=vertical]{top:0;left:100%}.navigation-menu-module__AQmZyW__Viewport{background-color:var(--colors-bg-popover);width:var(--viewport-width);height:var(--viewport-height);transform-origin:top;filter:drop-shadow(0 1px 2px var(--colors-shadow));z-index:calc(var(--layer-index) + 50);border-radius:8px;flex:none;transition:width .3s,height .3s;position:relative;top:0;left:0;overflow:hidden}.navigation-menu-module__AQmZyW__Viewport[data-orientation=horizontal]{margin-top:15px}.navigation-menu-module__AQmZyW__Viewport[data-orientation=vertical]{margin-left:15px}.navigation-menu-module__AQmZyW__Viewport[data-state=open]{animation:.2s navigation-menu-module__AQmZyW__nav-menu-scale-in}.navigation-menu-module__AQmZyW__Viewport[data-state=closed]{animation:.2s navigation-menu-module__AQmZyW__nav-menu-scale-out}.navigation-menu-module__AQmZyW__Indicator{height:var(--indicator-size);z-index:2;justify-content:center;transition:translate .25s,width .25s;display:flex;overflow:hidden}.navigation-menu-module__AQmZyW__Indicator[data-orientation=horizontal]{translate:var(--trigger-x)0;width:var(--trigger-width);bottom:-15px;left:0}.navigation-menu-module__AQmZyW__Indicator[data-orientation=vertical]{translate:0 var(--trigger-y);height:var(--trigger-height);align-items:center;top:0;right:-15px}.navigation-menu-module__AQmZyW__Indicator[data-state=open]{animation:.25s navigation-menu-module__AQmZyW__nav-menu-fade-in}.navigation-menu-module__AQmZyW__Indicator[data-state=closed]{animation:.25s navigation-menu-module__AQmZyW__nav-menu-fade-out}.navigation-menu-module__AQmZyW__Arrow{width:var(--arrow-size);height:var(--arrow-size);background-color:var(--colors-bg-popover);box-shadow:-1px -1px 1px color-mix(in srgb,var(--colors-shadow)40%,transparent);position:relative;rotate:45deg}.navigation-menu-module__AQmZyW__Arrow[data-orientation=horizontal]{top:4px}.navigation-menu-module__AQmZyW__Arrow[data-orientation=vertical]{left:12px}.navigation-menu-module__AQmZyW__GridLinkList,.navigation-menu-module__AQmZyW__FlexLinkList{margin:0;padding:0;list-style:none}.navigation-menu-module__AQmZyW__GridLinkList{grid-template-columns:repeat(2,1fr);gap:8px;width:400px;display:grid}.navigation-menu-module__AQmZyW__FlexLinkList{flex-direction:column;gap:8px;width:250px;display:flex}.navigation-menu-module__AQmZyW__LinkCard{border-radius:6px;padding:12px;text-decoration:none;display:block}.navigation-menu-module__AQmZyW__LinkCard p{font-size:14px;font-weight:400}.navigation-menu-module__AQmZyW__LinkCard:hover{background-color:#7e7e7e2c}}
@layer recipes{.number-input-module__mMdSZW__Root{flex-direction:column;gap:.5rem;margin-top:-24px;display:flex}.number-input-module__mMdSZW__Control{display:inline-block;position:relative}.number-input-module__mMdSZW__Input{background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);height:2.5rem;padding-left:.75rem;padding-right:1.25rem}.number-input-module__mMdSZW__Spinners{flex-direction:column;align-items:center;width:1.5rem;display:flex;position:absolute;top:3px;right:3px}.number-input-module__mMdSZW__IncrementTrigger,.number-input-module__mMdSZW__DecrementTrigger{background:var(--colors-bg-bold);justify-content:center;width:100%;display:flex}:is(.number-input-module__mMdSZW__IncrementTrigger,.number-input-module__mMdSZW__DecrementTrigger):active{filter:brightness(.9)}:is(.number-input-module__mMdSZW__IncrementTrigger,.number-input-module__mMdSZW__DecrementTrigger):focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:-2px}:is(.number-input-module__mMdSZW__IncrementTrigger,.number-input-module__mMdSZW__DecrementTrigger)[data-disabled]{opacity:.5;filter:grayscale()}}
@layer recipes{.pagination-module__GK9KBW__List{flex-wrap:wrap;gap:.25rem;list-style-type:none;display:flex}.pagination-module__GK9KBW__PrevTrigger,.pagination-module__GK9KBW__NextTrigger,.pagination-module__GK9KBW__Item{text-align:center;height:2rem;color:var(--colors-text-bold);box-sizing:border-box;letter-spacing:.01071em;-webkit-user-select:none;user-select:none;border:1px solid;border-color:var(--colors-border-bold);background:var(--colors-bg-subtle);cursor:pointer;align-items:center;margin:auto 4px;padding-inline:.75rem;font-size:13px;line-height:1.43;text-decoration:none;display:flex}:is(.pagination-module__GK9KBW__PrevTrigger,.pagination-module__GK9KBW__NextTrigger,.pagination-module__GK9KBW__Item):hover{background:var(--colors-bg-bold)}:is(.pagination-module__GK9KBW__PrevTrigger,.pagination-module__GK9KBW__NextTrigger,.pagination-module__GK9KBW__Item):focus{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}:is(.pagination-module__GK9KBW__PrevTrigger,.pagination-module__GK9KBW__NextTrigger,.pagination-module__GK9KBW__Item)[data-selected]{color:#fff;background:#38a169}:is(.pagination-module__GK9KBW__PrevTrigger,.pagination-module__GK9KBW__NextTrigger,.pagination-module__GK9KBW__Item)[data-disabled]{opacity:.5;filter:grayscale();background:0 0}:is(.pagination-module__GK9KBW__PrevTrigger,.pagination-module__GK9KBW__NextTrigger) span{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pagination-module__GK9KBW__Ellipsis{cursor:default}}
@layer recipes{.pin-input-module__R_eKzq__Root{flex-direction:row;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.pin-input-module__R_eKzq__Input{background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);text-align:center;width:50px;height:50px;font-size:1.125rem}.pin-input-module__R_eKzq__Input:focus{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.pin-input-module__R_eKzq__ClearButton{text-align:start;cursor:pointer;background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);justify-content:center;align-items:center;padding-block:.25rem;padding-inline:.5rem;font-weight:500;display:inline-flex}}
@layer recipes{.popover-module__szU_kq__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.popover-module__szU_kq__Trigger:hover{background:var(--colors-bg-primary-bold)}.popover-module__szU_kq__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.popover-module__szU_kq__Content{--background:var(--colors-bg-popover);background:var(--background);filter:drop-shadow(0 1px 2px var(--colors-shadow));z-index:calc(var(--layer-index) + 50);width:100%;max-width:min(100vw - 16px,320px);padding:1rem;position:relative}.popover-module__szU_kq__Content:is(:focus,[data-focus]){outline:none}.popover-module__szU_kq__Arrow{--arrow-background:var(--background);--arrow-size:8px}.popover-module__szU_kq__ArrowTip{border-radius:.125rem}.popover-module__szU_kq__Body{flex-direction:column;gap:.5rem;display:flex}.popover-module__szU_kq__ActionButton{background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);padding-block:.5rem;padding-inline:1rem}.popover-module__szU_kq__ActionButton:focus{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.popover-module__szU_kq__CloseTrigger{padding:.5rem;position:absolute;top:.75rem;right:.75rem}}
@layer recipes{@keyframes presence-module__ncmYIq__fadeOut{to{opacity:0;scale:.8}}@keyframes presence-module__ncmYIq__fadeIn{0%{opacity:0;scale:.8}to{opacity:1;scale:1}}.presence-module__ncmYIq__Root{transform-origin:top;flex-direction:column;gap:.5rem;width:50%;display:flex}.presence-module__ncmYIq__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.presence-module__ncmYIq__Output{border:2px dotted var(--colors-border-bold);align-items:center;gap:.5rem;padding-inline:.75rem;display:flex}.presence-module__ncmYIq__Content{background:var(--colors-bg-subtle);border-width:1px;min-width:200px;min-height:100px;padding:24px}.presence-module__ncmYIq__Content[data-state=open]{animation:.3s forwards presence-module__ncmYIq__fadeIn}.presence-module__ncmYIq__Content[data-state=closed]{animation:.2s forwards presence-module__ncmYIq__fadeOut}}
@layer recipes{.progress-module__Jev3_G__Root{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.progress-module__Jev3_G__Root.progress-module__Jev3_G__Centre{align-items:center}.progress-module__Jev3_G__Track{background:var(--colors-bg-muted);border-width:1px;border-radius:.125rem;height:12px;overflow:hidden}.progress-module__Jev3_G__Range{--translate-x:-100%;background:#38a169;height:100%;transition:width .2s ease-in-out}.progress-module__Jev3_G__Range[dir=rtl]{--translate-x:100%}.progress-module__Jev3_G__Range[data-state=indeterminate]{width:210%;animation:1s cubic-bezier(.694,.0482,.335,1) infinite progress-module__Jev3_G__linear_range}.progress-module__Jev3_G__Circle{--size:120px;--thickness:12px}.progress-module__Jev3_G__Circle[data-state=indeterminate]{animation:2s linear infinite progress-module__Jev3_G__circle}.progress-module__Jev3_G__CircleRange{stroke:#38a169;transition-property:stroke-dasharray,stroke;transition-duration:.6s}.progress-module__Jev3_G__CircleRange[data-state=indeterminate]{animation:1.5s ease-in-out infinite progress-module__Jev3_G__circle_range}.progress-module__Jev3_G__CircleTrack{stroke:var(--colors-bg-muted)}.progress-module__Jev3_G__ButtonGroup{gap:.5rem;display:flex}.progress-module__Jev3_G__Button{text-align:start;cursor:pointer;background:var(--colors-bg-subtle);border-width:1px;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.progress-module__Jev3_G__Button:hover{background:var(--colors-bg-bold)}@keyframes progress-module__Jev3_G__linear_range{0%{transform:scaleX(1)translateX(var(--translate-x))}to{transform:scaleX(0)translateX(var(--translate-x))}}@keyframes progress-module__Jev3_G__circle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes progress-module__Jev3_G__circle_range{0%{stroke-dasharray:1 400;stroke-dashoffset:0}to{stroke-dasharray:400 400;stroke-dashoffset:-260px}}}
@layer recipes{.qr-code-module__Op-P6G__Frame{background-color:var(--colors-bg-subtle);width:120px;height:120px}.qr-code-module__Op-P6G__Pattern{fill:#000}.chakra-ui-dark .qr-code-module__Op-P6G__Pattern{fill:#fff}.qr-code-module__Op-P6G__Overlay{outline:4px solid #fff;width:24px;height:24px}.qr-code-module__Op-P6G__Overlay img{width:100%;height:100%}.chakra-ui-dark .qr-code-module__Op-P6G__Overlay{outline-color:#000}}
@layer recipes{.radio-module__1mAQOq__Root{gap:.75rem;margin-top:-24px;display:flex}.radio-module__1mAQOq__Root[data-orientation=vertical]{flex-direction:column}.radio-module__1mAQOq__ItemsGroup{flex-direction:column;gap:.5rem;display:flex}.radio-module__1mAQOq__Item{-webkit-user-select:none;user-select:none;cursor:pointer;gap:.5rem;font-size:16px;display:flex}.radio-module__1mAQOq__Item[data-disabled]{opacity:.5;filter:grayscale()}.radio-module__1mAQOq__ItemText{order:2}.radio-module__1mAQOq__ItemControl{border:1px solid;border-color:var(--colors-border-bold);color:#fff;border-radius:9999px;order:1;width:25px;height:25px;padding:1px}.radio-module__1mAQOq__ItemControl:hover{background:var(--colors-bg-subtle)}.radio-module__1mAQOq__ItemControl[data-state=checked]{background:var(--colors-bg-primary-bold);border-color:var(--colors-bg-primary-bold)}.radio-module__1mAQOq__ItemControl[data-disabled]{background:var(--colors-bg-bold);border-color:var(--colors-border-bold);filter:grayscale()}[data-peer]:focus-visible~.radio-module__1mAQOq__ItemControl{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}}
@layer recipes{.slider-module__JUIQLW__Root{width:16rem;margin-top:-24px}.slider-module__JUIQLW__Root>div:first-child{justify-content:space-between;display:flex}.slider-module__JUIQLW__Label{margin-right:.5rem;font-size:.875rem;font-weight:500}.slider-module__JUIQLW__ValueText{font-size:.875rem;font-weight:500}.slider-module__JUIQLW__Control{align-items:center;margin-top:.5rem;padding-block:.625rem;display:flex;position:relative}.slider-module__JUIQLW__Track{background:var(--colors-bg-bold);border-radius:9999px;flex:1;height:4px}.slider-module__JUIQLW__Range{border-radius:inherit;background:#38a169;height:100%}.slider-module__JUIQLW__Range[data-disabled]{filter:grayscale();background:#9ae6b4}.slider-module__JUIQLW__Thumb{background:#fff;border-radius:9999px;justify-content:center;align-items:center;width:20px;height:20px;display:flex;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.slider-module__JUIQLW__Thumb:is(:focus,[data-focus]){outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.slider-module__JUIQLW__Thumb[data-disabled]{filter:grayscale();background:#e2e8f0}}
@layer recipes{.rating-group-module__GqG54q__Root{flex-direction:column;gap:.5rem;margin-top:-24px;display:flex}.rating-group-module__GqG54q__Root[dir=rtl] [data-half] .rating-group-module__GqG54q__Star{transform:scaleX(-1)}.rating-group-module__GqG54q__Control{display:inline-flex}.rating-group-module__GqG54q__Item{border-radius:4px;width:2rem;height:2rem;padding:.25rem}.rating-group-module__GqG54q__Item:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.rating-group-module__GqG54q__Item .rating-group-module__GqG54q__Star{color:var(--colors-border-bold)}.rating-group-module__GqG54q__Item[data-highlighted] .rating-group-module__GqG54q__Star{color:var(--colors-bg-primary-bold)}.rating-group-module__GqG54q__Item[data-highlighted][data-disabled] .rating-group-module__GqG54q__Star{color:var(--colors-fg-subtle);filter:grayscale()}}
@layer recipes{.scroll-area-module__Rf754a__Root{background:var(--colors-bg-subtle);border-width:1px;flex:1;max-width:400px;height:300px;position:relative;overflow:hidden}.scroll-area-module__Rf754a__Viewport{scrollbar-width:none;border-radius:.375rem;width:100%;height:100%}.scroll-area-module__Rf754a__Viewport::-webkit-scrollbar{display:none}.scroll-area-module__Rf754a__Content{flex-direction:column;gap:.5rem;padding-block:1.5rem;padding-inline:1.5rem;display:flex}.scroll-area-module__Rf754a__Content>*{background:var(--colors-bg-bold);justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.scroll-area-module__Rf754a__Scrollbar{background:var(--colors-bg-bold);opacity:0;border-radius:.375rem;justify-content:center;width:.25rem;margin:.5rem;transition:opacity .15s .3s;display:flex}.scroll-area-module__Rf754a__Scrollbar[data-hover],.scroll-area-module__Rf754a__Scrollbar[data-scrolling]{opacity:1;transition-duration:75ms;transition-delay:0s}.scroll-area-module__Rf754a__Scrollbar:before{content:"";width:1.25rem;height:100%;position:absolute}.scroll-area-module__Rf754a__Scrollbar[data-orientation=vertical]:not([data-overflow-y]),.scroll-area-module__Rf754a__Scrollbar[data-orientation=horizontal]:not([data-overflow-x]){display:none}.scroll-area-module__Rf754a__Thumb{border-radius:inherit;background:var(--colors-bg-primary-subtle);width:100%}}
@layer recipes{.segmented-control-module__A2utea__Root{background-color:var(--colors-bg-bold);border-radius:.375rem;gap:.75rem;padding:.375rem;display:flex;position:relative}.segmented-control-module__A2utea__Root[data-orientation=horizontal]{flex-direction:row}.segmented-control-module__A2utea__Root[data-orientation=vertical]{flex-direction:column}.segmented-control-module__A2utea__Indicator{background:var(--colors-bg-subtle);z-index:1;height:var(--height);width:var(--width);border-radius:.375rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.segmented-control-module__A2utea__Item{-webkit-user-select:none;user-select:none;cursor:pointer;z-index:2;gap:.5rem;padding-block:.25rem;padding-inline:.75rem;font-size:16px;font-weight:500;display:flex}.segmented-control-module__A2utea__Item[data-state=checked]{color:var(--colors-text-primary-bold)}.segmented-control-module__A2utea__Item[data-disabled]{opacity:.5;filter:grayscale()}}
@layer recipes{.select-module__zZ32CW__Root{flex-direction:column;gap:.25rem;margin-top:-24px;display:flex}.select-module__zZ32CW__Label{font-size:.875rem;font-weight:500}.select-module__zZ32CW__Label[data-disabled]{opacity:.5;filter:grayscale()}.select-module__zZ32CW__Trigger{text-align:start;cursor:pointer;border-width:1px;border-color:var(--colors-border-bold);background:var(--colors-bg-subtle);justify-content:center;align-items:center;min-width:200px;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.select-module__zZ32CW__Trigger:hover{background:var(--colors-bg-bold)}.select-module__zZ32CW__Trigger:is(:focus,[data-focus]){outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.select-module__zZ32CW__Trigger[data-disabled]{opacity:.5;filter:grayscale()}.select-module__zZ32CW__Trigger>span{flex:1;padding:.25rem}.select-module__zZ32CW__Content{background:var(--colors-bg-popover);isolation:isolate;width:240px;filter:drop-shadow(0 1px 2px var(--colors-shadow));z-index:calc(var(--layer-index) + 50);padding:.5rem;list-style-type:none}.select-module__zZ32CW__Content:is(:focus,[data-focus]){outline:none}.select-module__zZ32CW__Item{cursor:pointer;align-items:center;padding-block:.25rem;padding-inline:.5rem;display:flex}.select-module__zZ32CW__Item[data-highlighted]{background:var(--colors-bg-primary-bold);color:#fff}.select-module__zZ32CW__ItemText{flex:1}}
@layer recipes{.signature-pad-module__bd0cXa__Root{flex-direction:column;width:100%;max-width:400px;margin-top:-24px;display:flex;position:relative}.signature-pad-module__bd0cXa__Label{margin-bottom:8px;font-size:.875rem;font-weight:500;display:inline-block}.signature-pad-module__bd0cXa__Control{background-color:var(--colors-bg-muted);border-radius:8px;width:100%;height:120px}.signature-pad-module__bd0cXa__Segment{fill:var(--colors-text)}.signature-pad-module__bd0cXa__Guide{border-bottom:1px dashed var(--colors-border);position:absolute;bottom:12%;left:8px;right:8px}.signature-pad-module__bd0cXa__ClearTrigger{justify-content:center;align-items:center;font-size:1.2rem;display:inline-flex;position:absolute;top:8px;right:8px}.signature-pad-module__bd0cXa__ClearTrigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.signature-pad-module__bd0cXa__ClearTrigger svg{width:1em;height:1em}.signature-pad-module__bd0cXa__Preview{object-fit:cover;max-width:100%;height:160px}}
@layer recipes{.splitter-module__Hnyi7G__Root{justify-content:center;align-items:center;padding:2.5rem;display:flex}.splitter-module__Hnyi7G__Panel{background:var(--colors-bg-subtle);border-width:1px;justify-content:center;align-items:center;height:100%;display:flex}.splitter-module__Hnyi7G__Panel[data-orientation=horizontal]{width:auto}.splitter-module__Hnyi7G__Panel[data-orientation=vertical]{width:100%}.splitter-module__Hnyi7G__ResizeTrigger{background:#cbd5e0;border-radius:4px;margin:.5rem;display:flex}.splitter-module__Hnyi7G__ResizeTrigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.splitter-module__Hnyi7G__ResizeTrigger[data-orientation=horizontal]{width:.5rem;height:6rem}.splitter-module__Hnyi7G__ResizeTrigger[data-orientation=vertical]{width:16rem;height:.5rem}}
@layer recipes{.steps-module__fbvhiW__Root{gap:16px;width:100%;max-width:400px;display:flex}.steps-module__fbvhiW__Root[data-orientation=vertical]{flex-direction:row}.steps-module__fbvhiW__Root[data-orientation=horizontal]{flex-direction:column}.steps-module__fbvhiW__List{--steps-gutter:12px;--steps-size:24px;--steps-icon-size:20px;justify-content:space-between;display:flex}.steps-module__fbvhiW__List[data-orientation=vertical]{flex-direction:column;align-items:flex-start}.steps-module__fbvhiW__List[data-orientation=horizontal]{flex-direction:row;align-items:center}.steps-module__fbvhiW__Separator{background-color:var(--colors-border-bold);flex:1}.steps-module__fbvhiW__Separator[data-orientation=vertical]{width:2px;height:100%;max-height:calc(100% - var(--steps-size) - var(--steps-gutter)*2);top:calc(var(--steps-size) + var(--steps-gutter));position:absolute;inset-inline-start:calc(var(--steps-size)/2 - 1px)}.steps-module__fbvhiW__Separator[data-orientation=horizontal]{width:100%;height:2px;margin-inline:var(--steps-gutter)}.steps-module__fbvhiW__Separator[data-complete]{background-color:var(--colors-border-bold)}.steps-module__fbvhiW__Indicator{width:var(--steps-size);height:var(--steps-size);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}.steps-module__fbvhiW__Indicator svg{width:var(--steps-icon-size);height:var(--steps-icon-size);flex-shrink:0}.steps-module__fbvhiW__Indicator[data-incomplete]{border-width:2px}.steps-module__fbvhiW__Indicator[data-current]{background-color:var(--colors-bg-primary-subtle);border-width:2px;border-color:var(--colors-bg-primary-subtle);color:#fff;outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.steps-module__fbvhiW__Indicator[data-complete]{background-color:var(--colors-bg-primary-subtle);border-color:var(--colors-bg-primary-subtle);color:#fff}.steps-module__fbvhiW__Item{flex:1 0 0;display:flex;position:relative}.steps-module__fbvhiW__Item:last-of-type{flex:initial}.steps-module__fbvhiW__Item:last-of-type .steps-module__fbvhiW__Separator{display:none}.steps-module__fbvhiW__Item[data-orientation=vertical]{align-items:flex-start}.steps-module__fbvhiW__Item[data-orientation=horizontal]{align-items:center}.steps-module__fbvhiW__Trigger{text-align:start;border-radius:5px;align-items:center;gap:12px;display:flex}.steps-module__fbvhiW__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.steps-module__fbvhiW__Content{background:var(--colors-bg-subtle);border-width:1px;min-height:80px;padding:16px}.steps-module__fbvhiW__NextTrigger,.steps-module__fbvhiW__PrevTrigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;margin-inline-end:6px;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}:is(.steps-module__fbvhiW__NextTrigger,.steps-module__fbvhiW__PrevTrigger):focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}:is(.steps-module__fbvhiW__NextTrigger,.steps-module__fbvhiW__PrevTrigger)[disabled]{opacity:.5;filter:grayscale()}}
@layer recipes{.switch-module__Ey0Uga__Root{--switch-track-diff:calc(var(--switch-track-width) - var(--switch-track-height));--switch-thumb-x:var(--switch-track-diff);--switch-track-width:2.7rem;--switch-track-height:1.5rem;align-items:center;width:fit-content;line-height:0;display:flex;position:relative}.switch-module__Ey0Uga__Control{box-sizing:content-box;width:var(--switch-track-width);height:var(--switch-track-height);background:var(--colors-bg-bold);border-radius:9999px;flex-shrink:0;-webkit-box-pack:start;justify-content:flex-start;padding:.125rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-duration:.15s;display:inline-flex}.switch-module__Ey0Uga__Control[data-state=checked]{background:var(--colors-bg-primary-bold)}.switch-module__Ey0Uga__Control[data-focus]{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.switch-module__Ey0Uga__Control[data-disabled]{opacity:.5;filter:grayscale()}.switch-module__Ey0Uga__Thumb{background:var(--colors-bg-subtle);border-radius:inherit;width:var(--switch-track-height);height:var(--switch-track-height);transition-property:transform;transition-duration:.2s;position:relative}.switch-module__Ey0Uga__Thumb:before{--thumb-size:calc(var(--switch-track-height) + .7rem);height:var(--thumb-size);width:var(--thumb-size);content:"";z-index:1;border-radius:inherit;background:0 0;transition:background-color .2s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.switch-module__Ey0Uga__Thumb[data-state=checked]{transform:translateX(var(--switch-thumb-x))}.switch-module__Ey0Uga__Label{-webkit-user-select:none;user-select:none;margin-inline-start:.5rem;font-size:.875rem;font-weight:500}}
@layer recipes{.tabs-module__tBk3Tq__Root{border-width:1px;border-color:var(--colors-border-bold);width:100%;max-width:400px;font-size:.875rem}.tabs-module__tBk3Tq__List{background:var(--colors-bg-subtle);border-bottom-width:1px}.tabs-module__tBk3Tq__Trigger{border-bottom-width:2px;border-bottom-color:#0000;padding-block:.5rem;padding-inline:1rem}.tabs-module__tBk3Tq__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:-2px}.tabs-module__tBk3Tq__Trigger[data-selected]{color:var(--colors-text-primary-bold);border-bottom-color:var(--colors-border-primary-subtle)}.tabs-module__tBk3Tq__Content{background:var(--colors-bg-subtle);min-height:20px;padding:1rem}}
@layer recipes{.tags-input-module__VPRXjG__Root{width:400px}.tags-input-module__VPRXjG__Control{background:var(--colors-bg-subtle);border-width:1px;border-color:var(--colors-border-bold);flex-wrap:wrap;align-items:center;margin-top:.5rem;padding-block:2px;padding-inline:.25rem;display:flex}.tags-input-module__VPRXjG__Control[data-focus]{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.tags-input-module__VPRXjG__ItemPreview{background:var(--colors-bg-bold);margin:4px;padding-inline:.5rem;display:inline-block}.tags-input-module__VPRXjG__ItemPreview[data-highlighted]{background:var(--colors-bg-primary-bold);color:#fff}.tags-input-module__VPRXjG__ItemPreview[data-disabled]{opacity:.5;filter:grayscale()}.tags-input-module__VPRXjG__ItemDeleteTrigger{margin-left:.25rem}.tags-input-module__VPRXjG__ItemInput{outline:0;width:2.5rem;padding-inline:.5rem}.tags-input-module__VPRXjG__Input{background:var(--colors-bg-subtle);flex:1;min-width:4rem;margin:4px;padding-inline:.5rem}.tags-input-module__VPRXjG__Input:focus{outline:0}}
@layer recipes{.bottom-sheet-module__oBsMCq__Backdrop{z-index:1400;background:#00000080;position:fixed;inset:0}.bottom-sheet-module__oBsMCq__Backdrop[data-state=open]{animation:.5s cubic-bezier(.32,.72,0,1) bottom-sheet-module__oBsMCq__fadeIn}.bottom-sheet-module__oBsMCq__Backdrop[data-state=closed]{animation:.5s cubic-bezier(.32,.72,0,1) bottom-sheet-module__oBsMCq__fadeOut}.bottom-sheet-module__oBsMCq__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.bottom-sheet-module__oBsMCq__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.bottom-sheet-module__oBsMCq__Content{background:var(--colors-bg-popover);z-index:1400;border-top-left-radius:16px;border-top-right-radius:16px;flex-direction:column;width:100%;height:100%;max-height:400px;padding:0 1.25rem;transition:transform .5s cubic-bezier(.32,.72,0,1);animation-duration:.5s;animation-timing-function:cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-sheet-module__oBsMCq__Content[data-state=open]{animation-name:bottom-sheet-module__oBsMCq__slideIn}.bottom-sheet-module__oBsMCq__Content[data-state=closed]{animation-name:bottom-sheet-module__oBsMCq__slideOut}.bottom-sheet-module__oBsMCq__Content label{flex-direction:column;gap:4px;font-size:14px;font-weight:500;display:flex}.bottom-sheet-module__oBsMCq__Content input{border-width:1px;flex:1;padding-block:.25rem;padding-inline:.5rem;font-size:.875rem}.bottom-sheet-module__oBsMCq__ContentInner{flex-direction:column;gap:1rem;width:100%;max-width:28rem;margin:0 auto;display:flex}.bottom-sheet-module__oBsMCq__ContentButtons{flex-direction:column;gap:1rem;display:flex}.bottom-sheet-module__oBsMCq__ContentButtons button{text-align:start;cursor:pointer;justify-content:center;align-items:center;width:100%;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.bottom-sheet-module__oBsMCq__ContentButtons button:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.bottom-sheet-module__oBsMCq__ContentButtons button:first-child{background:var(--colors-bg-primary-subtle);color:#fff}.bottom-sheet-module__oBsMCq__ContentButtons button:last-child{background:var(--colors-bg-subtle);border-width:1px}.bottom-sheet-module__oBsMCq__Title{margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.bottom-sheet-module__oBsMCq__CloseTrigger{display:flex;position:absolute;top:3rem;right:1rem}.bottom-sheet-module__oBsMCq__Grabber{justify-content:center;align-items:center;width:100%;padding:20px 0;display:flex}.bottom-sheet-module__oBsMCq__GrabberIndicator{background-color:gray;border-radius:1000px;width:40px;height:4px}}@keyframes bottom-sheet-module__oBsMCq__slideIn{0%{transform:translateY(100%)}to{transform:translate3d(0,var(--bottom-sheet-translate,0),0)}}@keyframes bottom-sheet-module__oBsMCq__slideOut{0%{transform:translate3d(0,var(--bottom-sheet-translate,0),0)}to{transform:translateY(100%)}}@keyframes bottom-sheet-module__oBsMCq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bottom-sheet-module__oBsMCq__fadeOut{0%{opacity:1}to{opacity:0}}
@layer recipes{.floating-panel-module__Xs9Ldq__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-subtle);border-width:1px;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.floating-panel-module__Xs9Ldq__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.floating-panel-module__Xs9Ldq__Positioner{z-index:999999}.floating-panel-module__Xs9Ldq__Content{filter:drop-shadow(0 1px 2px var(--colors-shadow));border:1px solid var(--colors-border);background-color:var(--colors-bg-popover);flex-direction:column;display:flex;outline:0!important}.floating-panel-module__Xs9Ldq__Content[data-topmost]{z-index:999999}.floating-panel-module__Xs9Ldq__Content[data-behind]{opacity:.4}.floating-panel-module__Xs9Ldq__Body{background-color:var(--colors-bg-popover);flex-direction:column;flex:auto;gap:16px;padding-block:16px;padding-inline:16px;display:flex;position:relative;overflow:auto}.floating-panel-module__Xs9Ldq__Body :where(input,select){border:1px solid var(--colors-border);background-color:var(--colors-bg-subtle);width:100%;min-height:32px;color:var(--colors-fg);border-radius:4px;padding-inline:8px}.floating-panel-module__Xs9Ldq__Body label{flex-direction:column;gap:4px;font-size:14px;font-weight:500;display:flex}.floating-panel-module__Xs9Ldq__Header{background-color:var(--colors-bg-popover);border-bottom:1px solid var(--colors-border);justify-content:space-between;align-items:center;padding-block:8px;padding-inline:16px 8px;display:flex}.floating-panel-module__Xs9Ldq__Header button{border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:14px;display:inline-flex}.floating-panel-module__Xs9Ldq__Header button svg{width:1em;height:1em}.floating-panel-module__Xs9Ldq__Header button:hover{background-color:var(--colors-bg-muted)}.floating-panel-module__Xs9Ldq__Title{font-weight:500}.floating-panel-module__Xs9Ldq__Control{align-items:center;display:flex}.floating-panel-module__Xs9Ldq__ResizeTrigger[data-axis=n],.floating-panel-module__Xs9Ldq__ResizeTrigger[data-axis=s]{max-width:90%;height:6px}.floating-panel-module__Xs9Ldq__ResizeTrigger[data-axis=e],.floating-panel-module__Xs9Ldq__ResizeTrigger[data-axis=w]{width:6px;max-height:90%}.floating-panel-module__Xs9Ldq__ResizeTrigger[data-axis=ne],.floating-panel-module__Xs9Ldq__ResizeTrigger[data-axis=nw],.floating-panel-module__Xs9Ldq__ResizeTrigger[data-axis=se],.floating-panel-module__Xs9Ldq__ResizeTrigger[data-axis=sw]{width:10px;height:10px}}
@layer recipes{.listbox-module__JWj_bW__Root{flex-direction:column;gap:.25rem;margin-top:-24px;display:flex}.listbox-module__JWj_bW__Label{font-size:.875rem;font-weight:500}.listbox-module__JWj_bW__Label[data-disabled]{opacity:.5;filter:grayscale()}.listbox-module__JWj_bW__Content{background:var(--colors-bg-popover);isolation:isolate;border:1px solid var(--colors-border);outline:0;width:240px;padding:.5rem;list-style-type:none}.listbox-module__JWj_bW__Item{cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:2px;padding-block:.25rem;padding-inline:.5rem;display:flex}.listbox-module__JWj_bW__Item:hover{background:var(--colors-bg-bold)}.listbox-module__JWj_bW__Item[data-highlighted]{outline:2px solid var(--colors-bg-primary-bold);outline-offset:-2px}.listbox-module__JWj_bW__Item[data-selected]{background:var(--colors-bg-primary-bold);color:#fff}.listbox-module__JWj_bW__Item img{border-radius:4px;width:24px;height:24px}.listbox-module__JWj_bW__ItemText{flex:1}.listbox-module__JWj_bW__ItemGroup{padding-block:.25rem;padding-inline:.5rem}.listbox-module__JWj_bW__ItemGroupLabel{color:var(--colors-text-subtle);margin-bottom:.25rem;font-size:.875rem;font-weight:500}}
@layer recipes{.marquee-module__j27FpG__Root{width:100%;overflow:hidden}.marquee-module__j27FpG__Root[data-orientation=vertical]{max-width:20rem;height:20rem}.marquee-module__j27FpG__Root[data-orientation=horizontal]{width:100%;max-width:32rem;height:120px}.marquee-module__j27FpG__Root[data-paused],.marquee-module__j27FpG__Root[data-paused] *{animation-play-state:paused!important}.marquee-module__j27FpG__Content{animation-timing-function:linear;animation-duration:var(--marquee-duration);animation-delay:var(--marquee-delay);animation-iteration-count:var(--marquee-loop-count)}.marquee-module__j27FpG__Content[data-side=start],.marquee-module__j27FpG__Content[data-side=end]{animation-name:marquee-module__j27FpG__marqueeX}.marquee-module__j27FpG__Content[data-side=top],.marquee-module__j27FpG__Content[data-side=bottom]{animation-name:marquee-module__j27FpG__marqueeY}.marquee-module__j27FpG__Content[data-reverse]{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.marquee-module__j27FpG__Content{animation:none!important}}@keyframes marquee-module__j27FpG__marqueeX{0%{transform:translate(0%)}to{transform:translateX(var(--marquee-translate))}}@keyframes marquee-module__j27FpG__marqueeY{0%{transform:translateY(0%)}to{transform:translateY(var(--marquee-translate))}}.marquee-module__j27FpG__Edge{z-index:10;pointer-events:none}.marquee-module__j27FpG__Edge[data-side=start]{background:linear-gradient(to right,var(--colors-bg-subtle),transparent);width:20%}.marquee-module__j27FpG__Edge[data-side=start][dir=rtl]{background:linear-gradient(to left,var(--colors-bg-subtle),transparent)}.marquee-module__j27FpG__Edge[data-side=end]{background:linear-gradient(to left,var(--colors-bg-subtle),transparent);width:20%}.marquee-module__j27FpG__Edge[data-side=end][dir=rtl]{background:linear-gradient(to right,var(--colors-bg-subtle),transparent)}.marquee-module__j27FpG__Edge[data-side=top]{background:linear-gradient(to bottom,var(--colors-bg-subtle),transparent);height:20%}.marquee-module__j27FpG__Edge[data-side=bottom]{background:linear-gradient(to top,var(--colors-bg-subtle),transparent);height:20%}.marquee-module__j27FpG__Item{background:var(--colors-bg-subtle);border:1px solid var(--colors-border-subtle);white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:12px;padding:16px 24px;display:flex}.marquee-module__j27FpG__Logo{font-size:32px;line-height:1}.marquee-module__j27FpG__Name{color:var(--colors-text-bold);font-size:16px;font-weight:500}}
@layer recipes{.password-input-module__ctG6kW__Root{flex-direction:column;gap:.5rem;width:100%;max-width:320px;margin-top:-24px;display:flex}.password-input-module__ctG6kW__Label{font-size:.875rem;font-weight:500}.password-input-module__ctG6kW__Label[data-disabled]{opacity:.5;filter:grayscale()}.password-input-module__ctG6kW__Input{background:var(--colors-bg-subtle);text-align:start;border-width:1px;width:100%;height:48px;padding-inline:1rem 3rem;font-size:1rem}.password-input-module__ctG6kW__Input:focus{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.password-input-module__ctG6kW__Input[data-disabled]{background:var(--colors-bg-subtle);border-color:var(--colors-border-subtle);filter:grayscale()}.password-input-module__ctG6kW__Control{align-items:center;display:flex;position:relative}.password-input-module__ctG6kW__VisibilityTrigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex;position:absolute;inset-inline-end:.4rem}.password-input-module__ctG6kW__VisibilityTrigger[data-disabled]{display:none}}
@layer recipes{.timer-module__1I16EW__Root{flex-direction:column;align-items:center;gap:1rem;margin-top:40px;display:inline-flex}.timer-module__1I16EW__Area{align-items:center;gap:.25rem;display:inline-flex}.timer-module__1I16EW__Separator{font-size:2rem}.timer-module__1I16EW__Control{justify-content:center;gap:8px;display:flex}.timer-module__1I16EW__Button{cursor:pointer;background:var(--colors-bg-subtle);border-width:1px;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.timer-module__1I16EW__Item{font-variation-settings:"tnum";text-align:center;height:1em;font-size:3rem;line-height:1em;display:inline-block;overflow-y:hidden}.timer-module__1I16EW__Item:before{content:"00\a 01\a 02\a 03\a 04\a 05\a 06\a 07\a 08\a 09\a 10\a 11\a 12\a 13\a 14\a 15\a 16\a 17\a 18\a 19\a 20\a 21\a 22\a 23\a 24\a 25\a 26\a 27\a 28\a 29\a 30\a 31\a 32\a 33\a 34\a 35\a 36\a 37\a 38\a 39\a 40\a 41\a 42\a 43\a 44\a 45\a 46\a 47\a 48\a 49\a 50\a 51\a 52\a 53\a 54\a 55\a 56\a 57\a 58\a 59\a 60\a 61\a 62\a 63\a 64\a 65\a 66\a 67\a 68\a 69\a 70\a 71\a 72\a 73\a 74\a 75\a 76\a 77\a 78\a 79\a 80\a 81\a 82\a 83\a 84\a 85\a 86\a 87\a 88\a 89\a 90\a 91\a 92\a 93\a 94\a 95\a 96\a 97\a 98\a 99\a ";white-space:pre;top:calc(var(--value)*-1em);text-align:center;transition:top 1s cubic-bezier(1,0,0,1);position:relative}}
@layer recipes{.toast-module__gSvcOG__Root{border:1px solid var(--colors-border);width:400px;filter:drop-shadow(0 1px 2px var(--colors-shadow));overflow-wrap:anywhere;translate:var(--x)var(--y);scale:var(--scale);z-index:var(--z-index);height:var(--height);opacity:var(--opacity);will-change:translate,opacity,scale;border-radius:.375rem;padding:1.5rem;transition:translate .4s cubic-bezier(.21,1.02,.73,1),scale .4s cubic-bezier(.21,1.02,.73,1),opacity .4s cubic-bezier(.21,1.02,.73,1)}.toast-module__gSvcOG__Root[data-type=info]{background:var(--colors-bg-popover);color:var(--colors-fg)}.toast-module__gSvcOG__Root[data-type=success]{color:#fff;background:var(--colors-bg-primary-bold)}.toast-module__gSvcOG__Root[data-state=closed]{transition:translate .4s cubic-bezier(.06,.71,.55,1),scale .4s cubic-bezier(.06,.71,.55,1),opacity .2s cubic-bezier(.06,.71,.55,1)}.toast-module__gSvcOG__CloseTrigger{display:flex;position:absolute;top:.75rem;right:.75rem}.toast-module__gSvcOG__TriggerGroup{gap:16px;display:flex}.toast-module__gSvcOG__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-subtle);border-width:1px;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.toast-module__gSvcOG__Trigger:hover{background:var(--colors-bg-bold)}}
@layer recipes{.toggle-group-module__48U1iW__Root{flex-direction:row;align-items:center;gap:0;display:flex}.toggle-group-module__48U1iW__Root>*{margin-left:-1px}.toggle-group-module__48U1iW__Item{background:var(--colors-bg-subtle);border-width:1px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex;position:relative}.toggle-group-module__48U1iW__Item:hover{background:var(--colors-bg-bold)}.toggle-group-module__48U1iW__Item[data-state=on]{background:var(--colors-bg-primary-bold);color:var(--colors-text-inverse)}.toggle-group-module__48U1iW__Item[data-disabled]{opacity:.5;filter:grayscale()}.toggle-group-module__48U1iW__Item[data-focus]{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px;z-index:1}}
@layer recipes{.tooltip-module__-aMdrq__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.tooltip-module__-aMdrq__Trigger:hover{background:var(--colors-bg-primary-bold)}.tooltip-module__-aMdrq__Trigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.tooltip-module__-aMdrq__Content{--background:#2d3748;background:var(--background);color:#fff;z-index:calc(var(--layer-index) + 50);padding-block:.25rem;padding-inline:.5rem;font-size:.875rem}.tooltip-module__-aMdrq__Arrow{--arrow-background:var(--background);--arrow-size:8px}.tooltip-module__-aMdrq__ArrowTip{border-radius:.125rem}}
@layer recipes{:root{--tour-z-index:100}.tour-module__fp5F-G__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}.tour-module__fp5F-G__Content{--arrow-background:var(--colors-bg-popover);--arrow-size:10px;background:var(--colors-bg-popover);width:300px;z-index:calc(var(--tour-layer) + var(--tour-z-index));border-radius:4px;padding:24px;position:relative;box-shadow:0 0 10px #0000001a}.tour-module__fp5F-G__Content[data-type=dialog]{background:var(--colors-bg-subtle);width:500px}.tour-module__fp5F-G__Content[data-type=floating]{color:#fff;background:#0f2788;width:500px}.tour-module__fp5F-G__Positioner{z-index:calc(var(--tour-layer) + var(--tour-z-index))}.tour-module__fp5F-G__Positioner[data-type=floating]{position:absolute}.tour-module__fp5F-G__Positioner[data-type=floating][data-placement*=bottom]{bottom:24px}.tour-module__fp5F-G__Positioner[data-type=floating][data-placement*=top]{top:24px}.tour-module__fp5F-G__Positioner[data-type=floating][data-placement*=end]{inset-inline-end:24px}.tour-module__fp5F-G__Positioner[data-type=floating][data-placement*=start]{inset-inline-start:24px}.tour-module__fp5F-G__Positioner[data-type=dialog]{justify-content:center;align-items:center;width:100%;margin:auto;display:flex;position:fixed;inset:0}.tour-module__fp5F-G__Arrow{box-shadow:var(--box-shadow)}.tour-module__fp5F-G__Title{font-weight:600}.tour-module__fp5F-G__Description{margin-top:12px;margin-bottom:20px}.tour-module__fp5F-G__ProgressText{opacity:.72;margin-bottom:20px}.tour-module__fp5F-G__ActionTrigger{text-align:center;height:2rem;color:var(--colors-text-bold);border:1px solid;border-color:var(--colors-border-bold);background:var(--colors-bg-subtle);box-sizing:border-box;border-radius:4px;align-items:center;padding-inline:.75rem;font-size:14px;font-weight:500;display:flex}.tour-module__fp5F-G__ActionTrigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}.tour-module__fp5F-G__Backdrop{z-index:calc(var(--tour-layer) + var(--tour-z-index));background-color:#00000080}.tour-module__fp5F-G__Spotlight{border:3px solid var(--colors-bg-primary-subtle);z-index:calc(var(--tour-layer) + var(--tour-z-index))}.tour-module__fp5F-G__CloseTrigger{justify-content:center;align-items:center;width:25px;height:25px;font-family:inherit;display:inline-flex;position:absolute;top:10px;right:10px}.tour-module__fp5F-G__CloseTrigger:focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:2px}}
@layer recipes{.tree-view-module__ruigXW__Tree{width:240px;margin-top:20px;margin-left:-16px}.tree-view-module__ruigXW__Label{font-size:.875rem;font-weight:500}.tree-view-module__ruigXW__Item,.tree-view-module__ruigXW__BranchControl{-webkit-user-select:none;user-select:none;--padding-inline:16px;border-radius:2px;align-items:center;gap:8px;min-height:32px;padding-inline-start:calc(var(--depth)*var(--padding-inline));padding-inline-end:var(--padding-inline);display:flex}:is(.tree-view-module__ruigXW__Item,.tree-view-module__ruigXW__BranchControl) svg{opacity:.5;width:16px;height:16px}:is(.tree-view-module__ruigXW__Item,.tree-view-module__ruigXW__BranchControl):hover{background:var(--colors-border-bold)}:is(.tree-view-module__ruigXW__Item,.tree-view-module__ruigXW__BranchControl):focus-visible{outline:2px solid var(--colors-bg-primary-bold);outline-offset:-2px}:is(.tree-view-module__ruigXW__Item,.tree-view-module__ruigXW__BranchControl)[data-selected]{background:var(--colors-bg-primary-bold);color:var(--colors-text-inverse)}.tree-view-module__ruigXW__ItemText,.tree-view-module__ruigXW__BranchText{flex:1}.tree-view-module__ruigXW__BranchContent{isolation:isolate;position:relative}.tree-view-module__ruigXW__BranchIndentGuide{content:"";height:100%;translate:calc(var(--depth)*1.25rem);z-index:0;border-left:1px solid #e2e2e22e;position:absolute}.tree-view-module__ruigXW__BranchIndicator{align-items:center;display:flex}.tree-view-module__ruigXW__BranchIndicator[data-state=open] svg{transform:rotate(90deg)}.tree-view-module__ruigXW__Trigger{text-align:start;cursor:pointer;background:var(--colors-bg-primary-subtle);color:#fff;justify-content:center;align-items:center;margin-top:20px;padding-block:.25rem;padding-inline:1rem;font-weight:500;display:inline-flex}}
