.accordion-module__nttbIa__Root{color:var(--demo-neutral-fg);--px:.5rem;--py:.625rem;display:flex}.accordion-module__nttbIa__Root[data-orientation=horizontal]{flex-direction:row;height:20rem;max-height:calc(100vh - 8rem)}.accordion-module__nttbIa__Root[data-orientation=vertical]{flex-direction:column;width:24rem;max-width:calc(100vw - 8rem)}.accordion-module__nttbIa__Item{overflow-anchor:none}.accordion-module__nttbIa__Item[data-orientation=vertical]{border-bottom:1px solid var(--demo-border);display:block}.accordion-module__nttbIa__Item[data-orientation=horizontal]{border-inline-end:1px solid var(--demo-border);display:flex}.accordion-module__nttbIa__ItemHeader{font:inherit;margin:0;display:flex}.accordion-module__nttbIa__ItemHeader[data-orientation=vertical]{width:100%}.accordion-module__nttbIa__ItemHeader[data-orientation=horizontal]{height:100%}.accordion-module__nttbIa__ItemTrigger{padding-inline:var(--px);text-align:start;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;gap:.75rem;margin:0;font-size:1rem;font-weight:600;line-height:1.5;display:flex}.accordion-module__nttbIa__ItemTrigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring)}.accordion-module__nttbIa__ItemTrigger[data-disabled]{opacity:.5;filter:grayscale()}.accordion-module__nttbIa__ItemTrigger[data-orientation=vertical]{width:100%;min-height:2.5rem}.accordion-module__nttbIa__ItemTrigger[data-orientation=horizontal]{writing-mode:sideways-lr;min-width:2.5rem;height:100%}.accordion-module__nttbIa__ItemIndicator{color:var(--demo-neutral-fg);transform-origin:50%;transition:rotate .2s}.accordion-module__nttbIa__ItemIndicator[data-state=open]{rotate:180deg}.accordion-module__nttbIa__ItemIndicator svg{width:1.2em;height:1.2em}.accordion-module__nttbIa__ItemContent{border-radius:.5rem;overflow:hidden}.accordion-module__nttbIa__ItemContent[data-state=open]{animation-duration:.2s;animation-timing-function:ease-out}.accordion-module__nttbIa__ItemContent[data-state=open][data-orientation=vertical]{animation-name:accordion-module__nttbIa__expand-height,accordion-module__nttbIa__fade-in}.accordion-module__nttbIa__ItemContent[data-state=open][data-orientation=horizontal]{will-change:width;animation-name:accordion-module__nttbIa__expand-width,accordion-module__nttbIa__fade-in}.accordion-module__nttbIa__ItemContent[data-state=closed]{animation-duration:.2s;animation-timing-function:ease-out}.accordion-module__nttbIa__ItemContent[data-state=closed][data-orientation=vertical]{animation-name:accordion-module__nttbIa__collapse-height,accordion-module__nttbIa__fade-out}.accordion-module__nttbIa__ItemContent[data-state=closed][data-orientation=horizontal]{will-change:width;animation-name:accordion-module__nttbIa__collapse-width,accordion-module__nttbIa__fade-out}.accordion-module__nttbIa__ItemContent[data-orientation=horizontal]>*{white-space:nowrap}.accordion-module__nttbIa__ItemIndicator{justify-content:center;align-items:center;display:inline-flex}.accordion-module__nttbIa__ItemBody{padding-inline:var(--px);padding-bottom:var(--py);color:var(--demo-neutral-fg);line-height:1.5}.accordion-module__nttbIa__Centered{text-align:center;background-color:var(--demo-neutral-subtle);justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.accordion-module__nttbIa__Output{border:1px solid var(--demo-border);flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.5rem;display:flex}@keyframes accordion-module__nttbIa__expand-height{0%{height:0}to{height:var(--height)}}@keyframes accordion-module__nttbIa__expand-width{0%{width:0}to{width:var(--width)}}@keyframes accordion-module__nttbIa__collapse-width{0%{width:var(--width)}to{width:0}}@keyframes accordion-module__nttbIa__collapse-height{0%{height:var(--height)}to{height:0}}@keyframes accordion-module__nttbIa__fade-in{0%{opacity:0}to{opacity:1}}@keyframes accordion-module__nttbIa__fade-out{0%{opacity:1}to{opacity:0}}
.slider-module__JCzXqW__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:.375rem;width:100%;max-width:16rem;display:flex}.slider-module__JCzXqW__Root[data-orientation=vertical]{max-width:max-content;height:12rem}.slider-module__JCzXqW__Label{color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500;line-height:1.25rem}.slider-module__JCzXqW__ValueText{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500;line-height:1.25rem}.slider-module__JCzXqW__Control{align-items:center;height:1.25rem;display:flex;position:relative}.slider-module__JCzXqW__Control[data-orientation=vertical]{flex-direction:column;width:1.25rem;height:100%}.slider-module__JCzXqW__Track{background:var(--demo-neutral-muted);border-radius:9999px;flex:1;height:.375rem;overflow:hidden}.slider-module__JCzXqW__Track[data-orientation=vertical]{width:.375rem;height:100%}.slider-module__JCzXqW__Range{background:var(--demo-coral-solid);border-radius:9999px;height:100%}.slider-module__JCzXqW__Range[data-orientation=vertical]{width:100%}.slider-module__JCzXqW__Thumb{background:var(--demo-bg-thumb);border:2px solid var(--demo-coral-solid);width:1.25rem;height:1.25rem;box-shadow:var(--demo-shadow-xs);border-radius:9999px;outline:none;justify-content:center;align-items:center;transition:box-shadow .15s,transform .1s;display:flex}.slider-module__JCzXqW__Thumb:focus-visible{box-shadow:0 0 0 2px var(--demo-coral-focus-ring)}.slider-module__JCzXqW__Thumb[data-disabled]{opacity:.5;filter:grayscale()}.slider-module__JCzXqW__DraggingIndicator{background:var(--demo-neutral-fg);color:#fff;white-space:nowrap;pointer-events:none;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;line-height:1;transition:opacity .15s;top:-28px}.slider-module__JCzXqW__MarkerGroup{justify-content:space-between;margin-top:.5rem;display:flex}.slider-module__JCzXqW__MarkerGroup[data-orientation=vertical]{margin-top:0;flex-direction:column;height:100%;margin-inline-start:.5rem}.slider-module__JCzXqW__Marker{color:var(--demo-neutral-emphasized);font-size:.75rem;line-height:1rem;position:relative}.slider-module__JCzXqW__Marker:before{content:"";background:var(--demo-border);border-radius:9999px;width:.25rem;height:.25rem;display:block;position:absolute;top:-.625rem;left:50%;transform:translate(-50%)}.slider-module__JCzXqW__Marker:is([data-state=under-value],[data-state=at-value]):before{background:var(--demo-coral-solid)}
.angle-slider-module__jMdHEG__Root{flex-direction:column;align-items:center;gap:1rem;display:inline-flex}.angle-slider-module__jMdHEG__Root[data-disabled]{opacity:.6;filter:grayscale()}.angle-slider-module__jMdHEG__Label{color:var(--demo-neutral-emphasized);text-transform:uppercase;letter-spacing:.05em;-webkit-user-select:none;user-select:none;font-size:.8125rem;font-weight:500}.angle-slider-module__jMdHEG__Control{--size:100px;--thumb-size:36px;--track-width:4px;width:var(--size);height:var(--size);background:var(--demo-neutral-subtle);-webkit-user-select:none;user-select:none;border-radius:9999px;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:inset 0 2px 4px #0000000f,0 4px 12px -4px #0000001a}.angle-slider-module__jMdHEG__Control:before{content:"";inset:var(--track-width);background:var(--demo-bg-popover);border-radius:9999px;position:absolute;box-shadow:inset 0 1px 3px #00000014}.angle-slider-module__jMdHEG__Control:after{content:"";background:var(--demo-neutral-emphasized);z-index:1;border-radius:9999px;width:6px;height:6px;position:absolute}.angle-slider-module__jMdHEG__Control[data-focus]{box-shadow:inset 0 2px 4px #0000000f, 0 0 0 3px var(--demo-coral-focus-ring)}.angle-slider-module__jMdHEG__Thumb{--thumb-width:3px;top:0;bottom:0;left:calc(50% - var(--thumb-width) / 2);height:100%;width:var(--thumb-width);z-index:2;outline:none;position:absolute}.angle-slider-module__jMdHEG__Thumb:before{content:"";background:var(--demo-coral-solid);border:2px solid var(--demo-bg-popover);border-radius:9999px;width:10px;height:10px;transition:transform .15s;position:absolute;top:4px;left:50%;transform:translate(-50%);box-shadow:0 1px 4px #0003}.angle-slider-module__jMdHEG__Thumb:after{content:"";width:2px;height:calc(var(--size) / 2 - 18px);background:linear-gradient(to bottom, var(--demo-coral-solid), transparent);border-radius:1px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.angle-slider-module__jMdHEG__Thumb:focus-visible:before{box-shadow:0 0 0 3px var(--demo-coral-focus-ring), 0 2px 6px #0003}.angle-slider-module__jMdHEG__Thumb:active:before{transform:translate(-50%)scale(1.1)}.angle-slider-module__jMdHEG__MarkerGroup{pointer-events:none;z-index:0;border-radius:9999px;position:absolute;inset:0}.angle-slider-module__jMdHEG__Marker{width:2px;position:absolute;top:0;bottom:0;left:calc(50% - 1px)}.angle-slider-module__jMdHEG__Marker:before{content:"";background:var(--demo-border-emphasized);border-radius:1px;width:2px;height:6px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.angle-slider-module__jMdHEG__Marker[data-state=at-value]:before{background:var(--demo-coral-solid)}.angle-slider-module__jMdHEG__Marker[data-state=under-value]:before{background:var(--demo-coral-muted)}.angle-slider-module__jMdHEG__ValueText{color:var(--demo-neutral-fg);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:600;line-height:1}
.button-module__0tpP6q__Root{-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;min-width:2.5rem;min-height:2.5rem;padding-inline:1rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.button-module__0tpP6q__Root svg{flex-shrink:0;width:1em;height:1em}.button-module__0tpP6q__Root:has(>svg:only-child){padding-inline:.625rem!important}.button-module__0tpP6q__Root{border:1px solid var(--demo-border-emphasized);color:var(--demo-neutral-fg);background:0 0}.button-module__0tpP6q__Root:is(:hover,[aria-expanded=true]):not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle)}.button-module__0tpP6q__Root:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.button-module__0tpP6q__Root:is(:disabled,[data-disabled]){opacity:.5;filter:grayscale()}.button-module__0tpP6q__Root[data-variant=surface]{border-color:var(--demo-border-emphasized);color:var(--demo-coral-fg)}.button-module__0tpP6q__Root[data-variant=solid]{background:var(--demo-coral-solid);border-color:var(--demo-coral-solid);color:var(--demo-coral-contrast)}.button-module__0tpP6q__Root[data-variant=solid]:hover{background:var(--demo-coral-fg);border-color:var(--demo-coral-fg)}.button-module__0tpP6q__Root[data-variant=solid]:focus-visible{outline-offset:2px}.button-module__0tpP6q__Group{align-items:center;gap:.5rem;display:flex}.button-module__0tpP6q__Group[data-attached]{gap:0}.button-module__0tpP6q__Group[data-attached]>:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.button-module__0tpP6q__Group[data-attached]>:not(:last-child),.button-module__0tpP6q__Group[data-attached]>:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.button-module__0tpP6q__Group[data-attached]>:last-child{border-top-left-radius:0;border-bottom-left-radius:0}
.avatar-module__Du5XJq__Root{vertical-align:top;-webkit-user-select:none;user-select:none;background:var(--demo-neutral-subtle);color:var(--demo-neutral-fg);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1rem;font-weight:500;display:inline-flex;position:relative}.avatar-module__Du5XJq__Image{object-fit:cover;border-radius:inherit;width:100%;height:100%}.avatar-module__Du5XJq__Fallback{border-radius:inherit;text-transform:uppercase;font-weight:500;line-height:1;font-size:inherit}.avatar-module__Du5XJq__Overlay{position:absolute;top:48px;left:0}.avatar-module__Du5XJq__Stack{align-items:center;display:flex}.avatar-module__Du5XJq__Stack>*+*{margin-inline-start:-.75rem}.avatar-module__Du5XJq__Stack .avatar-module__Du5XJq__Root{box-shadow:0 0 0 2px var(--demo-bg)}.avatar-module__Du5XJq__MenuAvatar{width:1.5rem;height:1.5rem;font-size:.625rem}
.menu-module__lxgcNW__Trigger{-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid var(--demo-border-emphasized);color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;justify-content:center;align-items:center;gap:.25rem;padding-block:.5rem;padding-inline:1rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.menu-module__lxgcNW__Trigger:is(:hover,[data-state=open]):not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle)}.menu-module__lxgcNW__Trigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.menu-module__lxgcNW__Trigger:is(:disabled,[data-disabled]){opacity:.5;filter:grayscale()}.menu-module__lxgcNW__Indicator{justify-content:center;align-items:center;display:inline-flex}.menu-module__lxgcNW__Indicator svg{width:1rem;height:1rem}.menu-module__lxgcNW__ContextTrigger{border:1px dashed var(--demo-border-emphasized);-webkit-user-select:none;user-select:none;border-radius:.375rem;justify-content:center;align-items:center;width:15rem;height:12rem;font-size:.875rem;display:flex}.menu-module__lxgcNW__Content{--arrow-size:10px;min-width:max(var(--reference-width), 10rem);max-height:min(var(--available-height,300px), 300px);background:var(--demo-bg-popover);border:1px solid var(--demo-border-emphasized);box-shadow:var(--demo-shadow-md);z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));transform-origin:var(--transform-origin);border-radius:.375rem;outline:none;flex-direction:column;padding:.25rem;display:flex;position:relative}.menu-module__lxgcNW__Content[data-state=open]{animation:.15s ease-out menu-module__lxgcNW__scale-fade-in}.menu-module__lxgcNW__Content[data-state=closed]{animation:.1s ease-in menu-module__lxgcNW__scale-fade-out}.menu-module__lxgcNW__Content[data-instant]{transition:none;animation:none}.menu-module__lxgcNW__Arrow{--arrow-background:var(--demo-bg-popover);--arrow-shadow-color:var(--demo-border-emphasized);z-index:-1}.menu-module__lxgcNW__ArrowTip{border-top:1px solid var(--demo-border-emphasized);border-left:1px solid var(--demo-border-emphasized)}.menu-module__lxgcNW__ItemGroup{flex-direction:column;display:flex}.menu-module__lxgcNW__ItemGroup+.menu-module__lxgcNW__ItemGroup{margin-top:.5rem}.menu-module__lxgcNW__ItemGroupLabel{color:var(--demo-neutral-emphasized);text-transform:uppercase;letter-spacing:.025em;padding:.375rem .5rem;font-size:.75rem;font-weight:600}.menu-module__lxgcNW__Item{-webkit-user-select:none;user-select:none;min-height:2rem;color:var(--demo-neutral-fg);border-radius:.25rem;outline:none;align-items:center;gap:.5rem;padding-inline:.725rem;font-size:.875rem;line-height:1.25rem;text-decoration:none;display:flex}.menu-module__lxgcNW__Item[data-highlighted]{background:var(--demo-neutral-subtle)}.menu-module__lxgcNW__Item[data-disabled]{color:var(--demo-neutral-emphasized);opacity:.5}.menu-module__lxgcNW__TriggerItem{-webkit-user-select:none;user-select:none;border-radius:.25rem;outline:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem;display:flex}.menu-module__lxgcNW__TriggerItem[data-highlighted]{background:var(--demo-neutral-subtle)}.menu-module__lxgcNW__TriggerItem:after{content:"›";color:var(--demo-neutral-emphasized);font-size:1rem}.menu-module__lxgcNW__CheckboxItem,.menu-module__lxgcNW__RadioItem{-webkit-user-select:none;user-select:none;border-radius:.25rem;outline:none;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem;display:flex}:is(.menu-module__lxgcNW__CheckboxItem,.menu-module__lxgcNW__RadioItem)[data-highlighted]{background:var(--demo-neutral-subtle)}:is(.menu-module__lxgcNW__CheckboxItem,.menu-module__lxgcNW__RadioItem)[data-state=checked]{color:var(--demo-coral-fg)}:is(.menu-module__lxgcNW__CheckboxItem,.menu-module__lxgcNW__RadioItem)[data-disabled]{color:var(--demo-neutral-emphasized);opacity:.5}.menu-module__lxgcNW__ItemText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.menu-module__lxgcNW__ItemIndicator{color:var(--demo-coral-solid);flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;display:flex}.menu-module__lxgcNW__ItemIndicator svg{width:.875rem;height:.875rem}.menu-module__lxgcNW__Separator{background:var(--demo-border);border:0;height:1px;margin-block:.25rem}.menu-module__lxgcNW__MessageList{flex-direction:column;gap:.25rem;width:100%;max-width:24rem;display:flex}.menu-module__lxgcNW__MessageItem{border:1px solid var(--demo-border);border-radius:.375rem;align-items:center;gap:.75rem;padding:.625rem .75rem;display:flex}.menu-module__lxgcNW__MessageContent{flex:1;min-width:0}.menu-module__lxgcNW__MessageSender{color:var(--demo-neutral-fg);font-size:.8125rem;font-weight:600}.menu-module__lxgcNW__MessagePreview{color:var(--demo-neutral-emphasized);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.menu-module__lxgcNW__MessageAction{width:1.75rem;height:1.75rem;color:var(--demo-neutral-emphasized);cursor:pointer;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.menu-module__lxgcNW__MessageAction svg{width:1rem;height:1rem}.menu-module__lxgcNW__MessageAction:hover{background:var(--demo-neutral-subtle)}@keyframes menu-module__lxgcNW__scale-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes menu-module__lxgcNW__scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}
.carousel-module__UdrVpq__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:1rem;width:100%;max-width:32rem;display:flex;position:relative}.carousel-module__UdrVpq__Root[data-orientation=vertical]{flex-direction:row;max-width:max-content;height:20rem}.carousel-module__UdrVpq__Viewport{border-radius:.5rem;overflow:hidden}.carousel-module__UdrVpq__ItemGroup{scrollbar-width:none;-webkit-scrollbar-width:none;-ms-overflow-style:none;border-radius:.5rem;flex:1;min-width:0;display:flex;overflow:hidden}.carousel-module__UdrVpq__ItemGroup::-webkit-scrollbar{display:none}.carousel-module__UdrVpq__Item{flex:0 0 100%;min-width:0}.carousel-module__UdrVpq__Item img{object-fit:cover;background-color:var(--demo-neutral-subtle);border-radius:.5rem;width:100%;height:100%}.carousel-module__UdrVpq__Slide{background:var(--demo-neutral-subtle);border:1px solid var(--demo-border-emphasized);width:100%;height:12rem;color:var(--demo-neutral-fg);border-radius:.5rem;justify-content:center;align-items:center;font-size:1.25rem;font-weight:500;display:flex}.carousel-module__UdrVpq__Control{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.carousel-module__UdrVpq__Control[data-orientation=vertical]{flex-direction:column}.carousel-module__UdrVpq__Control[data-justify=center]{justify-content:center}.carousel-module__UdrVpq__Trigger{-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid var(--demo-border-emphasized);width:2.25rem;height:2.25rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;justify-content:center;align-items:center;gap:.375rem;font-family:inherit;font-size:.875rem;font-weight:500;display:inline-flex}.carousel-module__UdrVpq__Trigger svg{width:1rem;height:1rem}.carousel-module__UdrVpq__Trigger:hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle)}.carousel-module__UdrVpq__Trigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.carousel-module__UdrVpq__Trigger:is(:disabled,[data-disabled]){opacity:.5;cursor:not-allowed}.carousel-module__UdrVpq__AutoplayTrigger{-webkit-user-select:none;user-select:none;border:1px solid var(--demo-border-emphasized);width:2.25rem;height:2.25rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;justify-content:center;align-items:center;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.carousel-module__UdrVpq__AutoplayTrigger svg{width:1rem;height:1rem}.carousel-module__UdrVpq__AutoplayTrigger:hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle)}.carousel-module__UdrVpq__AutoplayTrigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.carousel-module__UdrVpq__ProgressText{color:var(--demo-neutral-fg);font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:500}.carousel-module__UdrVpq__IndicatorGroup{justify-content:center;gap:.5rem;display:flex}.carousel-module__UdrVpq__IndicatorGroup[data-orientation=vertical]{flex-direction:column}.carousel-module__UdrVpq__Indicator{background:var(--demo-neutral-muted);cursor:pointer;border:none;border-radius:9999px;width:.625rem;height:.625rem;padding:0}.carousel-module__UdrVpq__Indicator:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.carousel-module__UdrVpq__Indicator[data-current]{background:var(--demo-coral-solid)}.carousel-module__UdrVpq__ThumbnailIndicator{cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:.25rem;width:3.75rem;height:2.5rem;padding:0;transition:border-color .2s,opacity .2s;overflow:hidden}.carousel-module__UdrVpq__ThumbnailIndicator:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.carousel-module__UdrVpq__ThumbnailIndicator[data-current]{border-color:var(--demo-coral-solid);opacity:1}.carousel-module__UdrVpq__ThumbnailIndicator img{object-fit:cover;width:100%;height:100%}.carousel-module__UdrVpq__StatusText{color:var(--demo-neutral-fg);font-size:.875rem}
.checkbox-module__COF6RG__Root{color:var(--demo-neutral-fg);vertical-align:top;align-items:center;gap:.5rem;display:inline-flex;position:relative}.checkbox-module__COF6RG__Root[data-disabled]{opacity:.5;filter:grayscale()}.checkbox-module__COF6RG__Label{-webkit-user-select:none;user-select:none;color:var(--demo-neutral-fg);font-size:1rem;line-height:1.25rem}.checkbox-module__COF6RG__Control{border:1px solid var(--demo-border-emphasized);width:1.25rem;height:1.25rem;color:var(--demo-coral-contrast);background:0 0;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.checkbox-module__COF6RG__Control[data-state=checked],.checkbox-module__COF6RG__Control[data-state=indeterminate]{background:var(--demo-coral-solid);border-color:var(--demo-coral-solid)}.checkbox-module__COF6RG__Control[data-focus-visible]{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.checkbox-module__COF6RG__Control[data-invalid]{border-color:var(--demo-error)}.checkbox-module__COF6RG__Control[data-invalid][data-focus-visible]{border-color:var(--demo-error);box-shadow:0 0 0 1px var(--demo-error)}.checkbox-module__COF6RG__Control svg{width:.875rem;height:.875rem}.checkbox-module__COF6RG__Indicator{justify-content:center;align-items:center;display:flex}.checkbox-module__COF6RG__Group{flex-direction:column;gap:.5rem;display:flex}
.fieldset-module__BXWkpa__Root{color:var(--demo-neutral-fg);border:none;flex-direction:column;gap:.75rem;min-width:0;margin:0;padding:0;display:flex}.fieldset-module__BXWkpa__Legend{color:var(--demo-neutral-fg);margin-bottom:.25rem;padding:0;font-size:1rem;font-weight:600;line-height:1.5rem}.fieldset-module__BXWkpa__Legend[data-disabled]{opacity:.5;filter:grayscale()}.fieldset-module__BXWkpa__HelperText{color:var(--demo-neutral-fg-muted);font-size:.875rem;line-height:1.25rem}.fieldset-module__BXWkpa__HelperText[data-disabled]{opacity:.5;filter:grayscale()}.fieldset-module__BXWkpa__ErrorText{color:var(--demo-coral-fg);font-size:.875rem;line-height:1.25rem}.fieldset-module__BXWkpa__ErrorText[data-disabled]{opacity:.5;filter:grayscale()}
.field-module__nf5S-a__Root{color:var(--demo-neutral-fg);flex-direction:column;align-items:start;gap:.25rem;width:100%;max-width:24rem;display:flex}.field-module__nf5S-a__Root[data-disabled]{opacity:.5;filter:grayscale()}.field-module__nf5S-a__Root[data-inline]{width:auto}.field-module__nf5S-a__Label{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500;line-height:1.25rem}.field-module__nf5S-a__ErrorText{color:var(--demo-coral-fg);font-size:.875rem;line-height:1.25rem}.field-module__nf5S-a__HelperText{color:var(--demo-neutral-fg-muted);font-size:.875rem;line-height:1.25rem}.field-module__nf5S-a__Input{border:1px solid var(--demo-border-emphasized);width:100%;min-width:0;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;outline:none;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,box-shadow .15s}.field-module__nf5S-a__Input::placeholder{color:var(--demo-neutral-emphasized)}.field-module__nf5S-a__Input:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.field-module__nf5S-a__Input[data-invalid]{border-color:var(--demo-coral-fg)}.field-module__nf5S-a__Input[data-invalid]:focus{border-color:var(--demo-coral-fg);box-shadow:0 0 0 1px var(--demo-coral-fg)}.field-module__nf5S-a__Textarea{border:1px solid var(--demo-border-emphasized);width:100%;min-width:0;min-height:5rem;color:var(--demo-neutral-fg);resize:vertical;background:0 0;border-radius:.375rem;outline:none;padding:.5rem .75rem;scroll-padding-bottom:.5rem;font-family:inherit;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,box-shadow .15s}.field-module__nf5S-a__Textarea::placeholder{color:var(--demo-neutral-emphasized)}.field-module__nf5S-a__Textarea:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.field-module__nf5S-a__Textarea[data-invalid]{border-color:var(--demo-coral-fg)}.field-module__nf5S-a__Textarea[data-invalid]:focus{border-color:var(--demo-coral-fg);box-shadow:0 0 0 1px var(--demo-coral-fg)}.field-module__nf5S-a__Select{border:1px solid var(--demo-border-emphasized);width:100%;min-width:0;color:var(--demo-neutral-fg);appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236f6d66' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right .5rem center/1rem no-repeat;border-radius:.375rem;outline:none;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,box-shadow .15s}.field-module__nf5S-a__Select:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.field-module__nf5S-a__Select[data-invalid]{border-color:var(--demo-coral-fg)}.field-module__nf5S-a__Select[data-invalid]:focus{border-color:var(--demo-coral-fg);box-shadow:0 0 0 1px var(--demo-coral-fg)}
.clipboard-module__eJ4XLW__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:.375rem;width:100%;max-width:20rem;display:flex}.clipboard-module__eJ4XLW__Label{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500;line-height:1.25rem}.clipboard-module__eJ4XLW__Control{align-items:center;gap:.5rem;display:flex}.clipboard-module__eJ4XLW__Input{border:1px solid var(--demo-border-emphasized);min-width:0;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,box-shadow .15s}.clipboard-module__eJ4XLW__Input::placeholder{color:var(--demo-neutral-emphasized)}.clipboard-module__eJ4XLW__Input:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.clipboard-module__eJ4XLW__Input[data-disabled]{opacity:.5;cursor:not-allowed}.clipboard-module__eJ4XLW__Trigger{border:1px solid var(--demo-border-emphasized);min-width:2.25rem;height:2.25rem;color:var(--demo-neutral-fg);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding:0 .5rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.clipboard-module__eJ4XLW__Trigger svg{width:1rem;height:1rem}.clipboard-module__eJ4XLW__Trigger:hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle)}.clipboard-module__eJ4XLW__Trigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.clipboard-module__eJ4XLW__Trigger:disabled,.clipboard-module__eJ4XLW__Trigger[data-disabled]{opacity:.5;cursor:not-allowed}.clipboard-module__eJ4XLW__Indicator{justify-content:center;align-items:center;display:inline-flex}.clipboard-module__eJ4XLW__ValueText{color:var(--demo-neutral-fg);font-size:.875rem;line-height:1.25rem}
.collapsible-module__sEZ1EG__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:.5rem;width:22rem;max-width:calc(100vw - 8rem);display:flex}.collapsible-module__sEZ1EG__Trigger{border:1px solid var(--demo-border);text-align:start;cursor:pointer;width:100%;color:var(--demo-neutral-fg);background:0 0;border-radius:.5rem;outline:none;justify-content:space-between;align-items:center;gap:.75rem;margin:0;padding:.625rem .75rem;font-size:.875rem;font-weight:500;line-height:1.5;display:flex}.collapsible-module__sEZ1EG__Trigger:hover:not([data-disabled],:disabled){background:var(--demo-neutral-subtle)}.collapsible-module__sEZ1EG__Trigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.collapsible-module__sEZ1EG__Trigger[data-disabled]{opacity:.5;filter:grayscale();cursor:not-allowed}.collapsible-module__sEZ1EG__Indicator{color:var(--demo-neutral-emphasized);transform-origin:50%;justify-content:center;align-items:center;transition:transform .12s;display:inline-flex}.collapsible-module__sEZ1EG__Indicator[data-state=open]{transform:rotate(90deg)}.collapsible-module__sEZ1EG__Indicator svg{width:1rem;height:1rem}.collapsible-module__sEZ1EG__Content{flex-direction:column;gap:.5rem;display:flex;overflow:hidden}.collapsible-module__sEZ1EG__Content[data-state=open]{animation:.12s ease-out collapsible-module__sEZ1EG__expand-height,.12s ease-out collapsible-module__sEZ1EG__fade-in}.collapsible-module__sEZ1EG__Content[data-state=open][data-has-collapsed-size]{animation-name:collapsible-module__sEZ1EG__expand-height}.collapsible-module__sEZ1EG__Content[data-state=closed]{animation:.12s ease-out collapsible-module__sEZ1EG__collapse-height,.12s ease-out collapsible-module__sEZ1EG__fade-out}.collapsible-module__sEZ1EG__Content[data-state=closed][data-has-collapsed-size]{animation-name:collapsible-module__sEZ1EG__collapse-height;box-shadow:inset 0 -12px 12px -12px #00000080}.collapsible-module__sEZ1EG__Body{color:var(--demo-neutral-fg);padding-block:.625rem;padding-inline:.75rem;font-size:.875rem;line-height:1.5}.collapsible-module__sEZ1EG__Body p+p{margin-top:.5rem}.collapsible-module__sEZ1EG__Body code{color:var(--demo-neutral-fg);background-color:var(--demo-neutral-subtle);border-radius:.375rem;padding:.25rem .5rem;font-family:ui-monospace,monospace;font-size:.875rem}.collapsible-module__sEZ1EG__Nested{width:100%;margin-top:.5rem}@keyframes collapsible-module__sEZ1EG__expand-height{0%{height:var(--collapsed-height,0)}to{height:var(--height)}}@keyframes collapsible-module__sEZ1EG__collapse-height{0%{height:var(--height)}to{height:var(--collapsed-height,0)}}@keyframes collapsible-module__sEZ1EG__fade-in{0%{opacity:0}to{opacity:1}}@keyframes collapsible-module__sEZ1EG__fade-out{0%{opacity:1}to{opacity:0}}
.async-list-module__UaYYLW__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:1rem;width:100%;max-width:32rem;margin-inline:auto;display:flex}.async-list-module__UaYYLW__Header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.async-list-module__UaYYLW__Status{color:var(--demo-neutral-emphasized);font-size:.875rem}.async-list-module__UaYYLW__Error{background:var(--demo-coral-subtle);color:var(--demo-coral-fg);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem}.async-list-module__UaYYLW__Empty{text-align:center;color:var(--demo-neutral-emphasized);padding:1.5rem;font-size:.875rem}.async-list-module__UaYYLW__ItemGroup{flex-direction:column;display:flex}.async-list-module__UaYYLW__Item{border-bottom:1px solid var(--demo-border);align-items:flex-start;gap:.75rem;padding:.75rem 1rem;display:flex}.async-list-module__UaYYLW__Item:last-child{border-bottom:none}.async-list-module__UaYYLW__Item:hover{background:var(--demo-neutral-subtle)}.async-list-module__UaYYLW__Item[data-variant=outline]{border:1px solid var(--demo-border-emphasized);border-radius:.5rem;margin-bottom:.5rem}.async-list-module__UaYYLW__Item[data-variant=outline]:last-child{margin-bottom:0}.async-list-module__UaYYLW__ItemMedia{background:var(--demo-neutral-subtle);border:1px solid var(--demo-border);border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;overflow:hidden}.async-list-module__UaYYLW__ItemMedia img{object-fit:cover;width:100%;height:100%}.async-list-module__UaYYLW__ItemMedia svg{width:1rem;height:1rem;color:var(--demo-neutral-emphasized)}.async-list-module__UaYYLW__ItemContent{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.async-list-module__UaYYLW__ItemTitle{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500;line-height:1.25rem}.async-list-module__UaYYLW__ItemDescription{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.25rem;display:-webkit-box;overflow:hidden}.async-list-module__UaYYLW__ItemMeta{color:var(--demo-neutral-emphasized);margin-top:.25rem;font-size:.75rem}.async-list-module__UaYYLW__ItemActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.async-list-module__UaYYLW__Table{border-collapse:collapse;width:100%;font-size:.875rem}.async-list-module__UaYYLW__Table th,.async-list-module__UaYYLW__Table td{text-align:left;border-bottom:1px solid var(--demo-border);padding:.75rem 1rem}.async-list-module__UaYYLW__Table th{color:var(--demo-neutral-fg);background:var(--demo-neutral-subtle);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-weight:500}.async-list-module__UaYYLW__Table th:hover{background:var(--demo-neutral-muted)}.async-list-module__UaYYLW__Table th svg{vertical-align:middle;width:.875rem;height:.875rem;color:var(--demo-neutral-emphasized);margin-left:.25rem;display:inline-block}.async-list-module__UaYYLW__Table td{color:var(--demo-neutral-fg)}.async-list-module__UaYYLW__Table tbody tr:hover{background:var(--demo-neutral-subtle)}.async-list-module__UaYYLW__Loading{color:var(--demo-neutral-emphasized);align-items:center;gap:.375rem;font-size:.875rem;display:inline-flex}.async-list-module__UaYYLW__Spinner{width:1rem;height:1rem;animation:1s linear infinite async-list-module__UaYYLW__spin}@keyframes async-list-module__UaYYLW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.list-selection-module__QD_rVW__Root{flex-direction:column;gap:.25rem;width:100%;max-width:24rem;display:flex}.list-selection-module__QD_rVW__Header{border-bottom:1px solid var(--demo-border);justify-content:space-between;align-items:center;margin-bottom:.25rem;padding-bottom:.5rem;display:flex}.list-selection-module__QD_rVW__Count{color:var(--demo-neutral-emphasized);font-size:.875rem}.list-selection-module__QD_rVW__SelectAllButton{color:var(--demo-coral-fg);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500}.list-selection-module__QD_rVW__SelectAllButton:hover{text-decoration:underline}.list-selection-module__QD_rVW__Item{-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:.25rem;align-items:center;gap:.75rem;padding:.625rem .75rem;display:flex}.list-selection-module__QD_rVW__Item:hover{background:var(--demo-neutral-subtle)}.list-selection-module__QD_rVW__Item[data-selected]{background:var(--demo-coral-subtle);border-color:var(--demo-coral-muted)}.list-selection-module__QD_rVW__Checkbox{appearance:none;border:1.5px solid var(--demo-border-emphasized);background:var(--demo-bg-checkbox);cursor:pointer;border-radius:.25rem;flex-shrink:0;place-content:center;width:1.125rem;height:1.125rem;display:grid}.list-selection-module__QD_rVW__Checkbox:before{content:"";width:.625rem;height:.625rem;box-shadow:inset 1rem 1rem var(--demo-coral-contrast);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transition:scale .1s ease-in-out;rotate:15deg;scale:0}.list-selection-module__QD_rVW__Checkbox:checked{background:var(--demo-coral-solid);border-color:var(--demo-coral-solid)}.list-selection-module__QD_rVW__Checkbox:checked:before{scale:1}.list-selection-module__QD_rVW__Checkbox:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.list-selection-module__QD_rVW__ItemText{color:var(--demo-neutral-fg);flex:1;font-size:.9375rem}.list-selection-module__QD_rVW__HelperText{color:var(--demo-neutral-fg-muted);margin-top:.5rem;font-size:.75rem}
.color-picker-module__Qt5q3q__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:.5rem;width:100%;max-width:16rem;display:flex}.color-picker-module__Qt5q3q__Label{color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500;line-height:1.25rem}.color-picker-module__Qt5q3q__Label[data-disabled]{opacity:.5;filter:grayscale()}.color-picker-module__Qt5q3q__Control{flex-direction:row;align-items:center;gap:.5rem;display:flex}.color-picker-module__Qt5q3q__Trigger{background:var(--demo-bg-default);border:1px solid var(--demo-border-emphasized);cursor:pointer;border-radius:.375rem;outline:none;flex-shrink:0;place-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;padding:0;display:grid;overflow:hidden}.color-picker-module__Qt5q3q__Trigger:focus-visible{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.color-picker-module__Qt5q3q__Trigger[data-disabled]{opacity:.5;filter:grayscale()}.color-picker-module__Qt5q3q__ValueSwatch{border-radius:inherit;z-index:1;grid-area:1/1;width:100%;height:100%}.color-picker-module__Qt5q3q__ValueText{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500;line-height:1.25rem}.color-picker-module__Qt5q3q__Content{background:var(--demo-bg-popover);border:1px solid var(--demo-border);filter:drop-shadow(0 4px 6px #0000001a);width:16rem;transform-origin:var(--transform-origin);z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));border-radius:.5rem;outline:0;flex-direction:column;gap:.75rem;padding:1rem;display:flex;position:relative}.color-picker-module__Qt5q3q__Content[data-state=open]{animation:.15s ease-in-out color-picker-module__Qt5q3q__scale-fade-in}.color-picker-module__Qt5q3q__Content[data-state=closed]{animation:.1s ease-in-out color-picker-module__Qt5q3q__scale-fade-out}.color-picker-module__Qt5q3q__Area{touch-action:none;border-radius:.375rem;height:10rem;position:relative;overflow:hidden}.color-picker-module__Qt5q3q__AreaBackground{border-radius:inherit;width:100%;height:100%}.color-picker-module__Qt5q3q__AreaThumb{border-radius:9999px;outline:none;width:.75rem;height:.75rem;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fff,0 0 0 3px #0000001a,0 1px 3px #00000026}.color-picker-module__Qt5q3q__AreaThumb:focus-visible{box-shadow:0 0 0 2px white, 0 0 0 4px var(--demo-coral-solid), 0 1px 3px #00000026}.color-picker-module__Qt5q3q__ChannelSlider{border-radius:.25rem;flex:1;height:.625rem;position:relative}.color-picker-module__Qt5q3q__ChannelSliderTrack{border-radius:.25rem;width:100%;height:.625rem}.color-picker-module__Qt5q3q__ChannelSliderThumb{border-radius:9999px;outline:none;width:.75rem;height:.75rem;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #fff,0 0 0 3px #0000001a,0 1px 3px #00000026}.color-picker-module__Qt5q3q__ChannelSliderThumb:focus-visible{box-shadow:0 0 0 2px white, 0 0 0 4px var(--demo-coral-solid), 0 1px 3px #00000026}.color-picker-module__Qt5q3q__ChannelSliderLabel{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500;line-height:1rem}.color-picker-module__Qt5q3q__ChannelSliderRow{align-items:center;gap:.5rem;display:flex}.color-picker-module__Qt5q3q__ChannelSliderValueText{color:var(--demo-neutral-emphasized);font-size:.875rem;line-height:1rem}.color-picker-module__Qt5q3q__ChannelInput{box-sizing:border-box;border:1px solid var(--demo-border-emphasized);min-width:0;height:2.5rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;outline:none;flex:1;padding:0 .5rem;font-family:inherit;font-size:.875rem;line-height:1rem;appearance:textfield!important}.color-picker-module__Qt5q3q__ChannelInput:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.color-picker-module__Qt5q3q__ChannelInput[data-disabled]{opacity:.5}.color-picker-module__Qt5q3q__ChannelInput::-webkit-outer-spin-button{appearance:none;margin:0}.color-picker-module__Qt5q3q__ChannelInput::-webkit-inner-spin-button{appearance:none;margin:0}.color-picker-module__Qt5q3q__ChannelInput[data-channel=alpha]{width:4rem;min-width:unset}.color-picker-module__Qt5q3q__ChannelInputGroup{gap:.5rem;display:flex}.color-picker-module__Qt5q3q__ChannelInputGroup>*{flex:1}.color-picker-module__Qt5q3q__Input{box-sizing:border-box;border:1px solid var(--demo-border-emphasized);height:2.5rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;outline:none;flex:1;padding:0 .5rem;font-family:inherit;font-size:.875rem;line-height:1rem;transition:border-color .15s,box-shadow .15s}.color-picker-module__Qt5q3q__Input::placeholder{color:var(--demo-neutral-emphasized)}.color-picker-module__Qt5q3q__Input:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.color-picker-module__Qt5q3q__Input[data-disabled]{opacity:.5}.color-picker-module__Qt5q3q__Input::-webkit-outer-spin-button{appearance:none;margin:0}.color-picker-module__Qt5q3q__Input::-webkit-inner-spin-button{appearance:none;margin:0}.color-picker-module__Qt5q3q__Input{appearance:textfield}.color-picker-module__Qt5q3q__TransparencyGrid{border-radius:inherit;grid-area:1/1;width:100%;height:100%}.color-picker-module__Qt5q3q__SwatchGroup{flex-wrap:wrap;gap:.5rem;display:flex}.color-picker-module__Qt5q3q__SwatchTrigger{cursor:pointer;background:0 0;border:none;border-radius:.25rem;outline:none;justify-content:center;align-items:center;padding:0;transition:transform .1s;display:flex}.color-picker-module__Qt5q3q__SwatchTrigger:focus-visible{box-shadow:0 0 0 2px var(--demo-coral-focus-ring)}.color-picker-module__Qt5q3q__Swatch{width:2rem;height:2rem;box-shadow:0 0 0 1px var(--demo-border);border-radius:.25rem;flex-shrink:0;place-items:center;display:grid;position:relative;overflow:hidden}.color-picker-module__Qt5q3q__SwatchIndicator{color:#fff;text-shadow:0 1px 2px #00000080;justify-content:center;align-items:center;font-size:.875rem;display:flex;position:absolute;inset:0}.color-picker-module__Qt5q3q__SwatchIndicator svg{width:1rem;height:1rem}.color-picker-module__Qt5q3q__SliderGroup{align-items:center;gap:.75rem;display:flex}.color-picker-module__Qt5q3q__ChannelSliders{flex-direction:column;flex:1;gap:.625rem;display:flex}.color-picker-module__Qt5q3q__EyeDropperTrigger{width:2.5rem;height:2.5rem;color:var(--demo-neutral-fg);border:1px solid var(--demo-border-emphasized);cursor:pointer;background:0 0;border-radius:.375rem;outline:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.color-picker-module__Qt5q3q__EyeDropperTrigger svg{width:1rem;height:1rem}.color-picker-module__Qt5q3q__EyeDropperTrigger:hover{background:var(--demo-neutral-subtle)}.color-picker-module__Qt5q3q__EyeDropperTrigger:focus-visible{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.color-picker-module__Qt5q3q__FormatTrigger{height:2rem;color:var(--demo-neutral-fg);border:1px solid var(--demo-border-emphasized);cursor:pointer;background:0 0;border-radius:.375rem;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:0 .75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.color-picker-module__Qt5q3q__FormatTrigger:hover{background:var(--demo-neutral-subtle)}.color-picker-module__Qt5q3q__FormatTrigger:focus-visible{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.color-picker-module__Qt5q3q__FormatSelect{box-sizing:border-box;border:1px solid var(--demo-border-emphasized);height:2rem;color:var(--demo-neutral-fg);cursor:pointer;background:0 0;border-radius:.375rem;outline:none;padding:0 .5rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.color-picker-module__Qt5q3q__FormatSelect:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.color-picker-module__Qt5q3q__View{flex-direction:column;gap:.5rem;display:flex}.color-picker-module__Qt5q3q__View[hidden]{display:none}.color-picker-module__Qt5q3q__InputGroup{gap:.5rem;display:flex}@keyframes color-picker-module__Qt5q3q__scale-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes color-picker-module__Qt5q3q__scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}
.dialog-module__QqRvpa__Backdrop{z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));background-color:#0006;position:fixed;inset:0}.dialog-module__QqRvpa__Backdrop[data-state=open]{animation:.15s ease-out dialog-module__QqRvpa__fade-in}.dialog-module__QqRvpa__Backdrop[data-state=closed]{animation:.1s ease-in dialog-module__QqRvpa__fade-out}.dialog-module__QqRvpa__Positioner{z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));overscroll-behavior-y:none;scrollbar-gutter:stable both-edges;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-module__QqRvpa__Content{--px:1.5rem;width:24rem;max-width:calc(100vw - 2rem);max-height:calc(100vh - 2rem);padding:var(--px);border:1px solid var(--demo-border);background:var(--demo-bg-popover);box-shadow:var(--demo-shadow-xl);z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));translate:calc(-1 * var(--scrollbar-width,0px) / 2) 0;border-radius:8px;outline:0;flex-direction:column;align-items:flex-start;transition:transform .1s ease-in-out;display:flex;position:relative}.dialog-module__QqRvpa__Content[data-has-nested]{transform:scale(calc(1 - var(--nested-layer-count) * .05))}.dialog-module__QqRvpa__Content[data-state=open]{animation:.15s ease-out dialog-module__QqRvpa__scale-fade-in}.dialog-module__QqRvpa__Content[data-state=closed]{animation:.1s ease-in dialog-module__QqRvpa__scale-fade-out}.dialog-module__QqRvpa__Title{color:var(--demo-neutral-fg);margin:0;font-size:1.125rem;font-weight:600;line-height:1.75rem}.dialog-module__QqRvpa__Description{color:var(--demo-neutral-fg-muted);margin:.25rem 0 0;font-size:.875rem;line-height:1.5}.dialog-module__QqRvpa__Body{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;margin-top:1.25rem;display:flex}.dialog-module__QqRvpa__CloseTrigger{width:1.75rem;height:1.75rem;color:var(--demo-neutral-emphasized);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:background-color .15s;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.dialog-module__QqRvpa__CloseTrigger svg{width:1rem;height:1rem}.dialog-module__QqRvpa__CloseTrigger:hover{background:var(--demo-neutral-muted)}.dialog-module__QqRvpa__CloseTrigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.dialog-module__QqRvpa__Actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.dialog-module__QqRvpa__ScrollContainer{min-height:0;margin:1rem calc(-1 * var(--px)) 0;padding:0 var(--px);scrollbar-width:thin;scrollbar-color:var(--demo-neutral-solid) transparent;flex-direction:column;flex:1;gap:1rem;display:flex;overflow-y:auto}.dialog-module__QqRvpa__ScrollContainer::-webkit-scrollbar{width:8px;height:8px}.dialog-module__QqRvpa__ScrollContainer::-webkit-scrollbar-track{background:0 0}.dialog-module__QqRvpa__ScrollContainer::-webkit-scrollbar-thumb{background-color:var(--demo-neutral-solid);border-radius:4px}.dialog-module__QqRvpa__ScrollContainer::-webkit-scrollbar-thumb:hover{background-color:var(--demo-neutral-emphasized)}.dialog-module__QqRvpa__ScrollSection h3{color:var(--demo-neutral-fg);margin:0 0 .25rem;font-size:.875rem;font-weight:600}.dialog-module__QqRvpa__ScrollSection p{color:var(--demo-neutral-fg-muted);margin:0;font-size:.875rem;line-height:1.5}.dialog-module__QqRvpa__OutsideScrollPositioner{z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));overscroll-behavior-y:contain;pointer-events:auto;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes dialog-module__QqRvpa__fade-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-module__QqRvpa__fade-out{0%{opacity:1}to{opacity:0}}@keyframes dialog-module__QqRvpa__scale-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes dialog-module__QqRvpa__scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}
.combobox-module__VlnGmq__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:.375rem;width:100%;max-width:16rem;display:flex}.combobox-module__VlnGmq__Label{color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500;line-height:1.25rem}.combobox-module__VlnGmq__Control{position:relative}.combobox-module__VlnGmq__Input{box-sizing:border-box;border:1px solid var(--demo-border-emphasized);width:100%;min-width:0;height:2.5rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;outline:none;padding:0 4rem 0 .75rem;font-family:inherit;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,box-shadow .15s}.combobox-module__VlnGmq__Input::placeholder{color:var(--demo-neutral-emphasized)}.combobox-module__VlnGmq__Input:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.combobox-module__VlnGmq__Input[data-disabled]{opacity:.5;filter:grayscale()}.combobox-module__VlnGmq__Input[data-invalid]{border-color:var(--demo-error)}.combobox-module__VlnGmq__Input[data-invalid]:focus{border-color:var(--demo-error);box-shadow:0 0 0 1px var(--demo-error)}.combobox-module__VlnGmq__Indicators{pointer-events:none;align-items:center;gap:2px;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.combobox-module__VlnGmq__Trigger{color:var(--demo-neutral-emphasized);pointer-events:auto;background:0 0;border:0;justify-content:center;align-items:center;display:flex}.combobox-module__VlnGmq__Trigger:hover{color:var(--demo-neutral-fg)}.combobox-module__VlnGmq__Trigger svg{width:1rem;height:1rem}.combobox-module__VlnGmq__ClearTrigger{color:var(--demo-neutral-emphasized);pointer-events:auto;background:0 0;border:0;justify-content:center;align-items:center;display:flex}.combobox-module__VlnGmq__ClearTrigger:hover{color:var(--demo-neutral-fg)}.combobox-module__VlnGmq__ClearTrigger svg{width:1rem;height:1rem}.combobox-module__VlnGmq__List{display:contents}.combobox-module__VlnGmq__Content{min-width:var(--reference-width);background:var(--demo-bg-popover);border:1px solid var(--demo-border-emphasized);box-shadow:var(--demo-shadow-md);z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));max-height:min(var(--available-height,300px), 300px);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--demo-border-emphasized) var(--demo-bg-popover);border-radius:.375rem;outline:none;flex-direction:column;gap:.25rem;padding:.25rem;scroll-padding-block:.25rem;display:flex;overflow-y:auto}.combobox-module__VlnGmq__Content::-webkit-scrollbar{background:var(--demo-bg-popover);border-radius:4px;width:8px}.combobox-module__VlnGmq__Content::-webkit-scrollbar-thumb{border-radius:.375rem}.combobox-module__VlnGmq__Content[data-state=open]{animation:.15s ease-out combobox-module__VlnGmq__scale-fade-in}.combobox-module__VlnGmq__ItemGroup{flex-direction:column;display:flex}.combobox-module__VlnGmq__ItemGroup+.combobox-module__VlnGmq__ItemGroup{margin-top:.5rem}.combobox-module__VlnGmq__ItemGroupLabel{color:var(--demo-neutral-emphasized);text-transform:uppercase;letter-spacing:.025em;padding:.375rem .5rem;font-size:.75rem;font-weight:600}.combobox-module__VlnGmq__Item{-webkit-user-select:none;user-select:none;border-radius:.25rem;outline:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem;display:flex}.combobox-module__VlnGmq__Item[data-highlighted]{background:var(--demo-neutral-subtle)}.combobox-module__VlnGmq__Item[data-state=checked]{color:var(--demo-coral-fg)}.combobox-module__VlnGmq__Item[data-disabled]{color:var(--demo-neutral-emphasized);opacity:.5}.combobox-module__VlnGmq__Item mark{color:inherit;background:0 0;font-weight:600;text-decoration:underline}.combobox-module__VlnGmq__ItemText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.combobox-module__VlnGmq__ItemIndicator{color:var(--demo-coral-solid);flex-shrink:0;justify-content:center;align-items:center;display:flex}.combobox-module__VlnGmq__ItemIndicator svg{width:1rem;height:1rem}.combobox-module__VlnGmq__Tags{flex-wrap:wrap;gap:.5rem;display:flex}.combobox-module__VlnGmq__Tag{background:var(--demo-neutral-subtle);color:var(--demo-neutral-fg);border-radius:.25rem;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;line-height:1rem;display:inline-flex}.combobox-module__VlnGmq__TagPlaceholder{color:var(--demo-neutral-emphasized);align-items:center;min-height:24px;font-size:.75rem;display:inline-flex}.combobox-module__VlnGmq__Empty{color:var(--demo-neutral-emphasized);padding:.5rem;font-size:.875rem}.combobox-module__VlnGmq__Status{color:var(--demo-neutral-emphasized);align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;display:flex}.combobox-module__VlnGmq__Spinner{width:1rem;height:1rem;animation:1s linear infinite combobox-module__VlnGmq__spin}.combobox-module__VlnGmq__ItemTitle{font-weight:500;display:block}.combobox-module__VlnGmq__ItemSubtitle{color:var(--demo-neutral-emphasized);font-size:.75rem;display:block}.combobox-module__VlnGmq__Scroller{box-sizing:border-box;height:var(--total-size);max-height:calc(min(var(--available-height,300px), 300px) - .5rem);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--demo-border-emphasized) var(--demo-bg-popover);scroll-padding-block:.25rem;overflow:auto}.combobox-module__VlnGmq__Scroller::-webkit-scrollbar{background:var(--demo-bg-popover);border-radius:4px;width:8px}.combobox-module__VlnGmq__Scroller::-webkit-scrollbar-thumb{border-radius:.375rem}@keyframes combobox-module__VlnGmq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes combobox-module__VlnGmq__scale-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes combobox-module__VlnGmq__scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}
.date-input-module__ENagAW__Root{flex-direction:column;gap:.375rem;width:100%;max-width:24rem;display:flex}.date-input-module__ENagAW__Label{color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500;line-height:1.25rem}.date-input-module__ENagAW__Label[data-disabled]{opacity:.5}.date-input-module__ENagAW__Label[data-invalid]{color:var(--demo-error)}.date-input-module__ENagAW__CheckboxLabel{color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;line-height:1.25rem;display:inline-flex}.date-input-module__ENagAW__Checkbox{accent-color:var(--demo-coral-solid);border:1px solid var(--demo-border-emphasized);background:var(--demo-bg);cursor:pointer;border-radius:.25rem;flex-shrink:0;width:1rem;height:1rem;margin:0;display:inline-block}.date-input-module__ENagAW__Checkbox:checked{border-color:var(--demo-coral-solid)}.date-input-module__ENagAW__Checkbox:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--demo-coral-solid) 30%, transparent);outline:none}.date-input-module__ENagAW__Control{flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;display:flex}.date-input-module__ENagAW__Control>span{color:var(--demo-neutral-emphasized);flex-shrink:0;font-size:.875rem}.date-input-module__ENagAW__SegmentGroup{box-sizing:border-box;border:1px solid var(--demo-border-emphasized);cursor:text;background:0 0;border-radius:.375rem;outline:none;flex:1;align-items:center;min-width:0;height:2.5rem;padding:0 .75rem;font-family:inherit;font-size:.875rem;line-height:1.25rem;display:flex}.date-input-module__ENagAW__SegmentGroup[data-focus]{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.date-input-module__ENagAW__SegmentGroup[data-invalid]{border-color:var(--demo-error)}.date-input-module__ENagAW__SegmentGroup[data-invalid][data-focus]{box-shadow:0 0 0 1px var(--demo-error)}.date-input-module__ENagAW__SegmentGroup[data-disabled]{opacity:.5;filter:grayscale()}.date-input-module__ENagAW__SegmentGroup[data-readonly]{background:var(--demo-neutral-bg-subtle)}.date-input-module__ENagAW__Segment{text-align:center;caret-color:#0000;font-variant-numeric:tabular-nums;min-width:2ch;color:var(--demo-neutral-fg);border-radius:.2rem;outline:none;justify-content:center;align-items:center;padding:0 4px;display:inline-flex}.date-input-module__ENagAW__Segment[data-placeholder-shown]{color:var(--demo-neutral-emphasized)}.date-input-module__ENagAW__Segment:focus{background:var(--demo-coral-solid);color:#fff}.date-input-module__ENagAW__Segment[data-type=literal]{-webkit-user-select:none;user-select:none;min-width:unset;color:var(--demo-neutral-emphasized);padding:0}
.date-picker-module__F4K5oq__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:.375rem;width:100%;max-width:24rem;display:flex}.date-picker-module__F4K5oq__Label{color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500;line-height:1.25rem}.date-picker-module__F4K5oq__Control{align-items:center;gap:.5rem;width:100%;display:flex}.date-picker-module__F4K5oq__Input{box-sizing:border-box;border:1px solid var(--demo-border-emphasized);min-width:0;height:2.5rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;outline:none;flex:1;padding:0 .75rem;font-family:inherit;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,box-shadow .15s}.date-picker-module__F4K5oq__Input::placeholder{color:var(--demo-neutral-emphasized)}.date-picker-module__F4K5oq__Input:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.date-picker-module__F4K5oq__Input[data-invalid]{border-color:var(--demo-error)}.date-picker-module__F4K5oq__Input[data-invalid]:focus{border-color:var(--demo-error);box-shadow:0 0 0 1px var(--demo-error)}.date-picker-module__F4K5oq__Input[data-disabled]{opacity:.5;filter:grayscale()}.date-picker-module__F4K5oq__Trigger{border:1px solid var(--demo-border-emphasized);width:2.5rem;height:2.5rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;outline:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:.875rem;transition:background .15s,border-color .15s;display:inline-flex}.date-picker-module__F4K5oq__Trigger svg{width:1rem;height:1rem}.date-picker-module__F4K5oq__Trigger:hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle)}.date-picker-module__F4K5oq__Trigger:focus-visible{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.date-picker-module__F4K5oq__Trigger[data-disabled]{opacity:.5;filter:grayscale()}.date-picker-module__F4K5oq__ClearTrigger{border:1px solid var(--demo-border-emphasized);color:var(--demo-neutral-emphasized);white-space:nowrap;background:0 0;border-radius:.375rem;outline:none;justify-content:center;align-items:center;padding:.5rem .75rem;font-family:inherit;font-size:.75rem;font-weight:500;display:inline-flex}.date-picker-module__F4K5oq__ClearTrigger:hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle);color:var(--demo-neutral-fg)}.date-picker-module__F4K5oq__ClearTrigger:focus-visible{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.date-picker-module__F4K5oq__ClearTrigger[data-disabled]{opacity:.5}.date-picker-module__F4K5oq__PresetGroup{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.date-picker-module__F4K5oq__PresetTrigger{background:var(--demo-neutral-subtle);border:1px solid var(--demo-border);color:var(--demo-neutral-fg);white-space:nowrap;border-radius:.375rem;outline:none;justify-content:center;align-items:center;padding:.375rem .75rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.date-picker-module__F4K5oq__PresetTrigger:hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-muted)}.date-picker-module__F4K5oq__PresetTrigger:focus-visible{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.date-picker-module__F4K5oq__Content{background:var(--demo-bg-popover);border:1px solid var(--demo-border);min-width:17.5rem;box-shadow:var(--demo-shadow-md);z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));border-radius:.5rem;outline:none;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.date-picker-module__F4K5oq__Content[data-state=open]{animation:.15s ease-out date-picker-module__F4K5oq__datepicker-fade-in}.date-picker-module__F4K5oq__Content[data-state=closed]{animation:.1s ease-in date-picker-module__F4K5oq__datepicker-fade-out}.date-picker-module__F4K5oq__View{flex-direction:column;gap:.75rem;display:flex}.date-picker-module__F4K5oq__View[hidden]{display:none}.date-picker-module__F4K5oq__ViewControl{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.date-picker-module__F4K5oq__ViewTrigger{color:var(--demo-neutral-fg);background:0 0;border:none;border-radius:.25rem;outline:none;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.375rem .5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s;display:inline-flex}.date-picker-module__F4K5oq__ViewTrigger:hover{background:var(--demo-neutral-subtle)}.date-picker-module__F4K5oq__ViewTrigger:focus-visible{background:var(--demo-neutral-subtle);box-shadow:0 0 0 2px var(--demo-coral-focus-ring)}.date-picker-module__F4K5oq__PrevTrigger,.date-picker-module__F4K5oq__NextTrigger{width:2rem;height:2rem;color:var(--demo-neutral-fg);background:0 0;border:1px solid #0000;border-radius:.375rem;outline:none;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}:is(.date-picker-module__F4K5oq__PrevTrigger,.date-picker-module__F4K5oq__NextTrigger) svg{width:1rem;height:1rem}:is(.date-picker-module__F4K5oq__PrevTrigger,.date-picker-module__F4K5oq__NextTrigger):hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle)}:is(.date-picker-module__F4K5oq__PrevTrigger,.date-picker-module__F4K5oq__NextTrigger):focus-visible{background:var(--demo-neutral-subtle);box-shadow:0 0 0 2px var(--demo-coral-focus-ring)}:is(.date-picker-module__F4K5oq__PrevTrigger,.date-picker-module__F4K5oq__NextTrigger)[data-disabled]{opacity:.4;cursor:not-allowed}.date-picker-module__F4K5oq__RangeText{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:600}.date-picker-module__F4K5oq__YearSelect,.date-picker-module__F4K5oq__MonthSelect{border:1px solid var(--demo-border);height:2rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.25rem;outline:none;padding:0 .5rem;font-family:inherit;font-size:.8125rem}:is(.date-picker-module__F4K5oq__YearSelect,.date-picker-module__F4K5oq__MonthSelect):focus-visible{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.date-picker-module__F4K5oq__SelectGroup{gap:.5rem;margin-bottom:.25rem;display:flex}.date-picker-module__F4K5oq__TimeInput{border:1px solid var(--demo-border);width:100%;height:2.5rem;color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;outline:none;margin-top:.75rem;padding:0 .75rem;font-family:inherit;font-size:.875rem}.date-picker-module__F4K5oq__TimeInput:focus{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.date-picker-module__F4K5oq__Table{border-collapse:separate;border-spacing:0;width:100%}.date-picker-module__F4K5oq__TableHeader{color:var(--demo-neutral-emphasized);text-align:center;text-transform:uppercase;letter-spacing:.025em;padding:.5rem 0;font-size:.75rem;font-weight:500}.date-picker-module__F4K5oq__WeekNumberHeaderCell{color:var(--demo-neutral-emphasized);text-align:center;text-transform:uppercase;letter-spacing:.025em;background:var(--demo-neutral-subtle);width:2rem;padding:.5rem 0;font-size:.75rem;font-weight:500}.date-picker-module__F4K5oq__WeekNumberCell{text-align:center;color:var(--demo-neutral-emphasized);background:var(--demo-neutral-subtle);width:2rem;padding:0;font-size:.6875rem}.date-picker-module__F4K5oq__TableCell{text-align:center;padding:0}.date-picker-module__F4K5oq__TableCellTrigger{width:100%;height:2.25rem;color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:.375rem;outline:none;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:.8125rem;font-weight:400;display:inline-flex}.date-picker-module__F4K5oq__TableCellTrigger:hover:not(:disabled,[data-disabled],[data-selected],[data-in-range]){background:var(--demo-neutral-subtle)}.date-picker-module__F4K5oq__TableCellTrigger[data-view=day]{width:2.5rem}.date-picker-module__F4K5oq__TableCellTrigger:is(:focus-visible,[data-focus]){outline:2px solid var(--demo-coral-solid);outline-offset:-2px;z-index:1;position:relative}.date-picker-module__F4K5oq__TableCellTrigger[data-today]{color:var(--demo-coral-fg);font-weight:600}.date-picker-module__F4K5oq__TableCellTrigger[data-selected]{background:var(--demo-coral-solid);color:var(--demo-coral-contrast);font-weight:500}.date-picker-module__F4K5oq__TableCellTrigger[data-in-range]{background:var(--demo-coral-subtle);color:var(--demo-coral-fg);border-radius:0}.date-picker-module__F4K5oq__TableCellTrigger[data-range-start]{background:var(--demo-coral-solid);color:var(--demo-coral-contrast);border-radius:.375rem 0 0 .375rem}.date-picker-module__F4K5oq__TableCellTrigger[data-range-end]{background:var(--demo-coral-solid);color:var(--demo-coral-contrast);border-radius:0 .375rem .375rem 0}.date-picker-module__F4K5oq__TableCellTrigger[data-range-start][data-range-end]{border-radius:.375rem}.date-picker-module__F4K5oq__TableCellTrigger[data-outside-range]{color:var(--demo-neutral-emphasized);opacity:.5}.date-picker-module__F4K5oq__TableCellTrigger[data-disabled]{color:var(--demo-neutral-emphasized);opacity:.4;cursor:not-allowed}.date-picker-module__F4K5oq__TableCellTrigger[data-unavailable]{color:var(--demo-neutral-emphasized);opacity:.4;cursor:not-allowed;text-decoration:line-through}.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger{width:100%;height:2.5rem;color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:.375rem;outline:none;justify-content:center;align-items:center;padding:0 .5rem;font-family:inherit;font-size:.8125rem;font-weight:400;display:inline-flex}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger):hover:not(:disabled,[data-disabled],[data-selected],[data-in-range]){background:var(--demo-neutral-subtle)}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger):is(:focus-visible,[data-focus]){outline:2px solid var(--demo-coral-solid);outline-offset:-2px;z-index:1;position:relative}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger)[data-selected]{background:var(--demo-coral-solid);color:var(--demo-coral-contrast);font-weight:500}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger)[data-in-range]{background:var(--demo-coral-subtle);color:var(--demo-coral-fg);border-radius:0}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger)[data-range-start]{background:var(--demo-coral-solid);color:var(--demo-coral-contrast);border-radius:.375rem 0 0 .375rem}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger)[data-range-end]{background:var(--demo-coral-solid);color:var(--demo-coral-contrast);border-radius:0 .375rem .375rem 0}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger)[data-range-start][data-range-end]{border-radius:.375rem}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger)[data-disabled]{color:var(--demo-neutral-emphasized);opacity:.4;cursor:not-allowed}:is(.date-picker-module__F4K5oq__MonthTableCellTrigger,.date-picker-module__F4K5oq__YearTableCellTrigger)[data-outside-range]{visibility:hidden}.date-picker-module__F4K5oq__MultipleMonths{gap:1rem;display:flex}.date-picker-module__F4K5oq__SelectedDates{border:1px solid var(--demo-border-emphasized);background:0 0;border-radius:.375rem;flex-wrap:wrap;flex:1;align-items:center;gap:.375rem;min-width:0;min-height:2.5rem;padding:.375rem .5rem;display:flex}.date-picker-module__F4K5oq__SelectedDatesPlaceholder{color:var(--demo-neutral-emphasized);font-size:.875rem}.date-picker-module__F4K5oq__SelectedDate{background:var(--demo-coral-subtle);color:var(--demo-coral-fg);border-radius:.25rem;align-items:center;gap:.25rem;padding:.125rem .25rem .125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.date-picker-module__F4K5oq__SelectedDateRemove{width:1.125rem;height:1.125rem;color:var(--demo-coral-fg);cursor:pointer;background:0 0;border:none;border-radius:.125rem;outline:none;justify-content:center;align-items:center;padding:0;font-family:inherit;transition:background .15s;display:inline-flex}.date-picker-module__F4K5oq__SelectedDateRemove svg{width:.75rem;height:.75rem}.date-picker-module__F4K5oq__SelectedDateRemove:hover{background:var(--demo-coral-muted)}.date-picker-module__F4K5oq__SelectedDateRemove:focus-visible{background:var(--demo-coral-muted);box-shadow:0 0 0 2px var(--demo-coral-focus-ring)}@keyframes date-picker-module__F4K5oq__datepicker-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes date-picker-module__F4K5oq__datepicker-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}
.download-trigger-module__cOMKpW__Root{flex-direction:column;align-items:flex-start;gap:16px;width:fit-content;display:flex}.download-trigger-module__cOMKpW__Preview{border:1px solid var(--border-color);background:var(--bg-subtle);border-radius:8px;align-items:center;gap:8px;padding:12px;display:flex}.download-trigger-module__cOMKpW__Preview>svg{width:20px;height:20px;color:var(--text-muted);flex-shrink:0}.download-trigger-module__cOMKpW__PreviewText{color:var(--text-default);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.download-trigger-module__cOMKpW__PreviewLabel{color:var(--text-muted);background:var(--bg-muted);border-bottom:1px solid var(--border-color);padding:8px 12px;font-size:12px;font-weight:500}.download-trigger-module__cOMKpW__PreviewContent{white-space:pre-wrap;justify-content:center;align-items:center;min-height:80px;margin:0;padding:16px;font-size:13px;line-height:1.5;display:flex}.download-trigger-module__cOMKpW__PreviewContent svg{display:block}.download-trigger-module__cOMKpW__PreviewImage{max-width:200px;height:auto;display:block}
.drawer-module__IWOWca__Backdrop{z-index:var(--demo-popover-z-index);background-color:#00000080;position:fixed;inset:0}.drawer-module__IWOWca__Backdrop[data-state=open]{animation:.5s cubic-bezier(.32,.72,0,1) drawer-module__IWOWca__fade-in}.drawer-module__IWOWca__Backdrop[data-state=closed]{animation:.3s cubic-bezier(.4,0,.2,1) drawer-module__IWOWca__fade-out}.drawer-module__IWOWca__Positioner{z-index:var(--demo-popover-z-index);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.drawer-module__IWOWca__Positioner[data-swipe-direction=up]{align-items:flex-start}.drawer-module__IWOWca__Positioner[data-swipe-direction=left]{justify-content:flex-start;align-items:stretch}.drawer-module__IWOWca__Positioner[data-swipe-direction=right]{justify-content:flex-end;align-items:stretch}.drawer-module__IWOWca__Content{--bleed:3rem;background:var(--demo-bg-popover);width:100%;height:100%;max-height:96svh;box-shadow:var(--demo-shadow-xl);border-top-left-radius:16px;border-top-right-radius:16px;outline:none;flex-direction:column;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:relative}.drawer-module__IWOWca__Content:after{content:"";inset-inline:0;height:var(--bleed);background-color:inherit;pointer-events:none;position:absolute;top:100%}.drawer-module__IWOWca__Content[data-state=open]{animation-name:drawer-module__IWOWca__slide-in-bottom}.drawer-module__IWOWca__Content[data-state=closed]{animation:.3s cubic-bezier(.4,0,.2,1) drawer-module__IWOWca__slide-out-bottom}.drawer-module__IWOWca__Content[data-swipe-direction=up]{border-radius:0 0 16px 16px}.drawer-module__IWOWca__Content[data-swipe-direction=up]:after{top:auto;bottom:100%}.drawer-module__IWOWca__Content[data-swipe-direction=up][data-state=open]{animation-name:drawer-module__IWOWca__slide-in-top}.drawer-module__IWOWca__Content[data-swipe-direction=up][data-state=closed]{animation:.3s cubic-bezier(.4,0,.2,1) drawer-module__IWOWca__slide-out-top}.drawer-module__IWOWca__Content[data-swipe-direction=left]{border-radius:0 16px 16px 0;max-width:400px;max-height:none}.drawer-module__IWOWca__Content[data-swipe-direction=left]:after{inset-block:0;inset-inline:auto;width:var(--bleed);height:auto;top:0;right:100%}.drawer-module__IWOWca__Content[data-swipe-direction=left][data-state=open]{animation-name:drawer-module__IWOWca__slide-in-left}.drawer-module__IWOWca__Content[data-swipe-direction=left][data-state=closed]{animation:.3s cubic-bezier(.4,0,.2,1) drawer-module__IWOWca__slide-out-left}.drawer-module__IWOWca__Content[data-swipe-direction=right]{border-radius:16px 0 0 16px;max-width:400px;max-height:none}.drawer-module__IWOWca__Content[data-swipe-direction=right]:after{inset-block:0;inset-inline:auto;width:var(--bleed);height:auto;top:0;left:100%}.drawer-module__IWOWca__Content[data-swipe-direction=right][data-state=open]{animation-name:drawer-module__IWOWca__slide-in-right}.drawer-module__IWOWca__Content[data-swipe-direction=right][data-state=closed]{animation:.3s cubic-bezier(.4,0,.2,1) drawer-module__IWOWca__slide-out-right}.drawer-module__IWOWca__Grabber{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;width:100%;padding:20px 0;display:flex}.drawer-module__IWOWca__Grabber:active{cursor:grabbing}.drawer-module__IWOWca__GrabberIndicator{background-color:var(--demo-neutral-muted);border-radius:1000px;width:40px;height:4px}.drawer-module__IWOWca__Grabber:hover .drawer-module__IWOWca__GrabberIndicator{background-color:var(--demo-neutral-emphasized)}.drawer-module__IWOWca__Title{color:var(--demo-neutral-fg);margin:0 0 .5rem;font-size:1.125rem;font-weight:500;line-height:1.75rem}.drawer-module__IWOWca__Description{color:var(--demo-neutral-fg-muted);margin:.25rem 0 0;font-size:.875rem;line-height:1.5}.drawer-module__IWOWca__Body{flex-direction:column;flex:1;gap:1rem;width:100%;max-width:28rem;min-height:0;margin:0 auto;display:flex}.drawer-module__IWOWca__CloseTrigger{width:1.75rem;height:1.75rem;color:var(--demo-neutral-emphasized);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:3rem;right:1rem}.drawer-module__IWOWca__CloseTrigger svg{width:1rem;height:1rem}.drawer-module__IWOWca__CloseTrigger:hover{background:var(--demo-neutral-muted)}.drawer-module__IWOWca__CloseTrigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.drawer-module__IWOWca__Trigger{border:1px solid var(--demo-border-emphasized);background:var(--demo-bg-popover);height:2.5rem;color:var(--demo-neutral-fg);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.drawer-module__IWOWca__Trigger:hover{background:var(--demo-neutral-subtle);border-color:var(--demo-neutral-muted)}.drawer-module__IWOWca__Trigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.drawer-module__IWOWca__Scrollable{overscroll-behavior-y:contain;flex-direction:column;flex:1;gap:.5rem;min-height:0;padding:.5rem 0;display:flex;overflow-y:auto}.drawer-module__IWOWca__Scrollable::-webkit-scrollbar{width:6px}.drawer-module__IWOWca__Scrollable::-webkit-scrollbar-track{background:0 0}.drawer-module__IWOWca__Scrollable::-webkit-scrollbar-thumb{background-color:var(--demo-neutral-muted);border-radius:3px}.drawer-module__IWOWca__Scrollable::-webkit-scrollbar-thumb:hover{background-color:var(--demo-neutral-emphasized)}.drawer-module__IWOWca__ScrollableItem{background:var(--demo-neutral-subtle);border:1px solid var(--demo-border-emphasized);height:3rem;color:var(--demo-neutral-fg);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0 1rem;font-size:.875rem;font-weight:500;display:flex}.drawer-module__IWOWca__ScrollableItem:hover{background:var(--demo-neutral-muted)}@keyframes drawer-module__IWOWca__fade-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-module__IWOWca__fade-out{0%{opacity:1}to{opacity:0}}@keyframes drawer-module__IWOWca__slide-in-bottom{0%{transform:translateY(100%)}to{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}}@keyframes drawer-module__IWOWca__slide-out-bottom{0%{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}to{transform:translateY(100%)}}@keyframes drawer-module__IWOWca__slide-in-top{0%{transform:translateY(-100%)}to{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}}@keyframes drawer-module__IWOWca__slide-out-top{0%{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}to{transform:translateY(-100%)}}@keyframes drawer-module__IWOWca__slide-in-left{0%{transform:translate(-100%)}to{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}}@keyframes drawer-module__IWOWca__slide-out-left{0%{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}to{transform:translate(-100%)}}@keyframes drawer-module__IWOWca__slide-in-right{0%{transform:translate(100%)}to{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}}@keyframes drawer-module__IWOWca__slide-out-right{0%{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}to{transform:translate(100%)}}
.drawer-indent-module__WLoXBG__Sandbox{border:1px solid var(--demo-border-emphasized);background:var(--demo-bg-popover);contain:layout;border-radius:12px;width:100%;max-width:42rem;min-height:320px;margin:0 auto;position:relative;overflow:hidden}.drawer-indent-module__WLoXBG__IndentBackground{background-color:#000;position:absolute;inset:0}.drawer-indent-module__WLoXBG__Indent{--indent-radius:calc(12px * (1 - var(--drawer-swipe-progress,0)));--indent-transition:calc(1 - clamp(0, calc(var(--drawer-swipe-progress,0) * 100000), 1));z-index:0;background:var(--demo-bg-popover);min-height:320px;color:var(--demo-neutral-fg);transform-origin:top;will-change:transform;transition:transform .4s cubic-bezier(.32,.72,0,1),border-radius .25s cubic-bezier(.32,.72,0,1);transition-duration:calc(.4s * var(--indent-transition)), calc(.25s * var(--indent-transition));position:relative}.drawer-indent-module__WLoXBG__Indent[data-active]{transform:scale(calc(.97 + (.03 * var(--drawer-swipe-progress,0)))) translateY(calc(.5rem * (1 - var(--drawer-swipe-progress,0))));border-top-left-radius:var(--indent-radius);border-top-right-radius:var(--indent-radius)}.drawer-indent-module__WLoXBG__IndentCenter{justify-content:center;align-items:center;min-height:320px;display:flex}.drawer-indent-module__WLoXBG__Trigger{border:1px solid var(--demo-border-emphasized);background:var(--demo-bg-popover);height:2.5rem;color:var(--demo-neutral-fg);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.drawer-indent-module__WLoXBG__Trigger:hover{background:var(--demo-neutral-subtle);border-color:var(--demo-neutral-muted)}.drawer-indent-module__WLoXBG__Trigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.drawer-indent-module__WLoXBG__Backdrop{background-color:#0006;position:absolute;inset:0}.drawer-indent-module__WLoXBG__Backdrop[data-state=open]{animation:.4s cubic-bezier(.32,.72,0,1) drawer-indent-module__WLoXBG__indent-fade-in}.drawer-indent-module__WLoXBG__Backdrop[data-state=closed]{animation:.3s cubic-bezier(.4,0,.2,1) drawer-indent-module__WLoXBG__indent-fade-out}.drawer-indent-module__WLoXBG__Positioner{justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.drawer-indent-module__WLoXBG__Content{background:var(--demo-bg-popover);width:100%;max-height:85%;color:var(--demo-neutral-fg);border-top-left-radius:16px;border-top-right-radius:16px;outline:none;flex-direction:column;padding:0 1.25rem 1.25rem;display:flex;position:relative}.drawer-indent-module__WLoXBG__Content[data-state=open]{animation:.4s cubic-bezier(.32,.72,0,1) drawer-indent-module__WLoXBG__indent-slide-in}.drawer-indent-module__WLoXBG__Content[data-state=closed]{animation:.3s cubic-bezier(.4,0,.2,1) drawer-indent-module__WLoXBG__indent-slide-out}.drawer-indent-module__WLoXBG__Grabber{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;width:100%;padding:.75rem 0;display:flex}.drawer-indent-module__WLoXBG__Grabber:active{cursor:grabbing}.drawer-indent-module__WLoXBG__GrabberIndicator{background-color:var(--demo-neutral-muted);border-radius:1000px;width:40px;height:4px}.drawer-indent-module__WLoXBG__Grabber:hover .drawer-indent-module__WLoXBG__GrabberIndicator{background-color:var(--demo-neutral-emphasized)}.drawer-indent-module__WLoXBG__Title{color:var(--demo-neutral-fg);margin:0 0 .5rem;font-size:1.125rem;font-weight:500;line-height:1.75rem}.drawer-indent-module__WLoXBG__Description{color:var(--demo-neutral-fg-muted);margin:0;font-size:.875rem;line-height:1.5}.drawer-indent-module__WLoXBG__CloseTrigger{width:1.75rem;height:1.75rem;color:var(--demo-neutral-emphasized);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:.75rem;right:.75rem}.drawer-indent-module__WLoXBG__CloseTrigger svg{width:1rem;height:1rem}.drawer-indent-module__WLoXBG__CloseTrigger:hover{background:var(--demo-neutral-muted)}.drawer-indent-module__WLoXBG__CloseTrigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}@keyframes drawer-indent-module__WLoXBG__indent-fade-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-indent-module__WLoXBG__indent-fade-out{0%{opacity:1}to{opacity:0}}@keyframes drawer-indent-module__WLoXBG__indent-slide-in{0%{transform:translateY(100%)}to{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}}@keyframes drawer-indent-module__WLoXBG__indent-slide-out{0%{transform:translate3d(var(--drawer-translate-x,0), var(--drawer-translate-y,0), 0)}to{transform:translateY(100%)}}
.drawer-nested-module__WGMBnW__main{min-height:100vh;padding:24px}.drawer-nested-module__WGMBnW__button{box-sizing:border-box;height:2.5rem;font:inherit;color:#111827;-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.375rem;outline:0;justify-content:center;align-items:center;margin:0;padding:0 .875rem;font-size:1rem;font-weight:500;line-height:1.5rem;display:inline-flex}@media (hover:hover){.drawer-nested-module__WGMBnW__button:hover{background-color:#f3f4f6}}.drawer-nested-module__WGMBnW__button:active{background-color:#f3f4f6}.drawer-nested-module__WGMBnW__button:focus-visible{outline-offset:-1px;outline:2px solid #2563eb}.drawer-nested-module__WGMBnW__ghostButton{font:inherit;color:#2563eb;cursor:pointer;background:0 0;border:0;border-radius:.25rem;outline:0;justify-content:center;align-items:center;margin:-.125rem -.375rem;padding:.125rem .375rem;font-size:1rem;font-weight:500;line-height:1.5rem;display:inline-flex}@media (hover:hover){.drawer-nested-module__WGMBnW__ghostButton:hover{background-color:#2563eb0d;background-color:lab(44.7906% 21.0478 -75.5989/.05)}}.drawer-nested-module__WGMBnW__ghostButton:active{background-color:#2563eb1a;background-color:lab(44.7906% 21.0478 -75.5989/.1)}.drawer-nested-module__WGMBnW__ghostButton:focus-visible{outline-offset:-1px;outline:2px solid #2563eb}.drawer-nested-module__WGMBnW__backdrop{--backdrop-opacity:.2;--bleed:3rem;min-height:100dvh;opacity:calc(var(--backdrop-opacity) * (1 - var(--drawer-swipe-progress,0)));transition-duration:calc(var(--drawer-swipe-strength,1) * .45s);background-color:#000;transition-property:opacity;transition-timing-function:cubic-bezier(.32,.72,0,1);position:fixed;inset:0}.drawer-nested-module__WGMBnW__backdrop[data-state=open]{animation:drawer-nested-module__WGMBnW__fadeInBackdrop calc(var(--drawer-swipe-strength,1) * .45s) cubic-bezier(.32, .72, 0, 1)}.drawer-nested-module__WGMBnW__backdrop[data-state=closed]{animation:drawer-nested-module__WGMBnW__fadeOutBackdrop calc(var(--drawer-swipe-strength,1) * .45s) cubic-bezier(.32, .72, 0, 1);opacity:0}.drawer-nested-module__WGMBnW__backdrop[data-swiping]{transition-duration:0s;animation:none}.drawer-nested-module__WGMBnW__positioner{justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.drawer-nested-module__WGMBnW__positioner[data-swipe-direction=up]{align-items:flex-start}.drawer-nested-module__WGMBnW__positioner[data-swipe-direction=left]{justify-content:flex-start;align-items:stretch}.drawer-nested-module__WGMBnW__positioner[data-swipe-direction=right]{justify-content:flex-end;align-items:stretch}.drawer-nested-module__WGMBnW__contentHost{width:100%}.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-open]>.drawer-nested-module__WGMBnW__popup{height:calc(var(--stack-height) + var(--bleed));overflow:hidden}.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-open]>.drawer-nested-module__WGMBnW__popup:after{background-color:#0000000d}.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-open]>.drawer-nested-module__WGMBnW__popup>.drawer-nested-module__WGMBnW__content,.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-open]>.drawer-nested-module__WGMBnW__popup>.drawer-nested-module__WGMBnW__handle{opacity:0}:is(.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-open][data-swiping],.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-open][data-nested-drawer-swiping])>.drawer-nested-module__WGMBnW__popup>.drawer-nested-module__WGMBnW__content,:is(.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-open][data-swiping],.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-open][data-nested-drawer-swiping])>.drawer-nested-module__WGMBnW__popup>.drawer-nested-module__WGMBnW__handle{opacity:1}.drawer-nested-module__WGMBnW__contentHost[data-state=open]{animation:drawer-nested-module__WGMBnW__slideInContentHost calc(var(--drawer-swipe-strength,1) * .45s) cubic-bezier(.32, .72, 0, 1)}.drawer-nested-module__WGMBnW__contentHost[data-state=closed]{animation:drawer-nested-module__WGMBnW__slideOutContentHost calc(var(--drawer-swipe-strength,1) * .45s) cubic-bezier(.32, .72, 0, 1)}.drawer-nested-module__WGMBnW__contentHost[data-swiping],.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-swiping]{animation:none}:is(.drawer-nested-module__WGMBnW__contentHost[data-swiping],.drawer-nested-module__WGMBnW__contentHost[data-nested-drawer-swiping])>.drawer-nested-module__WGMBnW__popup{transition-duration:0s}.drawer-nested-module__WGMBnW__contentHost[data-swiping]>.drawer-nested-module__WGMBnW__popup{-webkit-user-select:none;user-select:none}.drawer-nested-module__WGMBnW__popup{--bleed:3rem;--peek:1rem;--stack-progress:clamp(0, var(--drawer-swipe-progress,0), 1);--stack-step:.05;--stack-peek-offset:max(0px, calc((var(--nested-drawers,0) - var(--stack-progress)) * var(--peek)));--stack-scale-base:max(0, calc(1 - (var(--nested-drawers,0) * var(--stack-step))));--stack-scale:calc(var(--stack-scale-base) + (var(--stack-step) * var(--stack-progress)));--stack-shrink:calc(1 - var(--stack-scale));--stack-height:max(0px, var(--drawer-frontmost-height,var(--drawer-height,0px)));--translate-y:calc(0px - var(--stack-peek-offset) - (var(--stack-shrink) * var(--stack-height)));box-sizing:border-box;width:100%;max-height:calc(80vh + var(--bleed));height:auto;margin-bottom:calc(-1 * var(--bleed));padding:1rem 1.5rem 1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px) + var(--bleed));color:#111827;overscroll-behavior:contain;transform-origin:50% calc(100% - var(--bleed));transition:transform calc(var(--drawer-swipe-strength,1) * .45s) cubic-bezier(.32, .72, 0, 1), height calc(var(--drawer-swipe-strength,1) * .45s) cubic-bezier(.32, .72, 0, 1), box-shadow calc(var(--drawer-swipe-strength,1) * .45s) cubic-bezier(.32, .72, 0, 1);will-change:transform;transform:translateY(var(--translate-y)) scale(var(--stack-scale));background-color:#f9fafb;border-radius:1rem 1rem 0 0;outline:1px solid #d1d5db;position:relative;overflow-y:auto;box-shadow:0 2px 10px #0000001a}.drawer-nested-module__WGMBnW__popup:after{content:"";border-radius:inherit;pointer-events:none;background-color:#0000;transition:background-color .45s cubic-bezier(.32,.72,0,1);position:absolute;inset:0}.drawer-nested-module__WGMBnW__content{width:100%;max-width:32rem;margin:0 auto;transition:opacity .3s cubic-bezier(.45,1.005,0,1.005)}.drawer-nested-module__WGMBnW__handle{background-color:#d1d5db;border-radius:9999px;width:3rem;height:.25rem;margin:0 auto 1rem;transition:opacity .2s}.drawer-nested-module__WGMBnW__title{text-align:center;margin-top:0;margin-bottom:.25rem;font-size:1.125rem;font-weight:500;line-height:1.75rem}.drawer-nested-module__WGMBnW__description{color:#4b5563;text-align:center;margin:0 0 1.5rem;font-size:1rem;line-height:1.5rem}.drawer-nested-module__WGMBnW__actions{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.drawer-nested-module__WGMBnW__actionsLeft{margin-right:auto}.drawer-nested-module__WGMBnW__list{color:#374151;margin:0 0 1.5rem;padding-left:1.25rem}.drawer-nested-module__WGMBnW__field{gap:.375rem;margin-bottom:1rem;display:grid}.drawer-nested-module__WGMBnW__label{color:#374151;font-size:.925rem;font-weight:500;line-height:1.25rem}.drawer-nested-module__WGMBnW__input,.drawer-nested-module__WGMBnW__textarea{box-sizing:border-box;color:#111827;width:100%;font:inherit;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .625rem}:is(.drawer-nested-module__WGMBnW__input,.drawer-nested-module__WGMBnW__textarea):focus-visible{outline-offset:-1px;outline:2px solid #2563eb}.drawer-nested-module__WGMBnW__textarea{resize:vertical}@keyframes drawer-nested-module__WGMBnW__slideInContentHost{0%{transform:translateY(100%)}to{transform:translate3d(var(--drawer-translate-x,0px), var(--drawer-translate-y,0px), 0)}}@keyframes drawer-nested-module__WGMBnW__slideOutContentHost{0%{transform:translate3d(var(--drawer-translate-x,0px), var(--drawer-translate-y,0px), 0)}to{transform:translateY(100%)}}@keyframes drawer-nested-module__WGMBnW__fadeInBackdrop{0%{opacity:0}to{opacity:calc(var(--backdrop-opacity) * (1 - var(--drawer-swipe-progress,0)))}}@keyframes drawer-nested-module__WGMBnW__fadeOutBackdrop{0%{opacity:calc(var(--backdrop-opacity) * (1 - var(--drawer-swipe-progress,0)))}to{opacity:0}}
.editable-module__80hruW__Root{width:100%;max-width:24rem;color:var(--demo-neutral-fg);flex-direction:column;gap:.375rem;display:flex}.editable-module__80hruW__Root[data-disabled]{opacity:.5}.editable-module__80hruW__Label{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500}.editable-module__80hruW__Area{align-items:flex-start;display:flex;position:relative}.editable-module__80hruW__Input,.editable-module__80hruW__Preview{box-sizing:border-box;width:100%;min-width:0;color:var(--demo-neutral-fg);border:1px solid #0000;border-radius:.375rem;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.25rem}.editable-module__80hruW__Input{background:var(--demo-bg-popover);border-color:var(--demo-border-emphasized);outline:none}.editable-module__80hruW__Preview{cursor:text;background:0 0}.editable-module__80hruW__Preview:hover{background:var(--demo-neutral-subtle)}.editable-module__80hruW__Preview[data-placeholder]{color:var(--demo-neutral-emphasized)}.editable-module__80hruW__Control{gap:.5rem;padding-top:.25rem;display:flex}.editable-module__80hruW__EditTrigger,.editable-module__80hruW__SubmitTrigger,.editable-module__80hruW__CancelTrigger{border:1px solid var(--demo-border-emphasized);color:var(--demo-neutral-fg);cursor:pointer;background:0 0;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;font-family:inherit;font-size:.875rem;line-height:1;display:inline-flex}:is(.editable-module__80hruW__EditTrigger,.editable-module__80hruW__SubmitTrigger,.editable-module__80hruW__CancelTrigger) svg{width:1rem;height:1rem}:is(.editable-module__80hruW__EditTrigger,.editable-module__80hruW__SubmitTrigger,.editable-module__80hruW__CancelTrigger):hover{background:var(--demo-neutral-subtle)}:is(.editable-module__80hruW__EditTrigger,.editable-module__80hruW__SubmitTrigger,.editable-module__80hruW__CancelTrigger):focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.editable-module__80hruW__SubmitTrigger{background:var(--demo-coral-solid);border-color:var(--demo-coral-solid);color:var(--demo-coral-contrast)}.editable-module__80hruW__SubmitTrigger:hover{background:var(--demo-coral-emphasized)}.editable-module__80hruW__Textarea{box-sizing:border-box;width:100%;min-width:0;min-height:5rem;color:var(--demo-neutral-fg);resize:vertical;white-space:pre-wrap;border:1px solid #0000;border-radius:.375rem;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5}.editable-module__80hruW__Textarea:is(textarea){background:var(--demo-bg-popover);border-color:var(--demo-border-emphasized);outline:none}.editable-module__80hruW__Textarea:is(span){cursor:text;background:0 0;display:block}.editable-module__80hruW__Textarea:is(span):hover{background:var(--demo-neutral-subtle)}.editable-module__80hruW__Textarea:is(span)[data-placeholder]{color:var(--demo-neutral-emphasized)}.editable-module__80hruW__HelperText{color:var(--demo-neutral-fg-muted);font-size:.75rem}
.select-module__qzveVW__Root{color:var(--demo-neutral-fg);flex-direction:column;gap:.375rem;width:100%;max-width:16rem;display:flex}.select-module__qzveVW__Label{color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;font-size:.875rem;font-weight:500;line-height:1.25rem}.select-module__qzveVW__Control{align-items:center;gap:.5rem;width:100%;display:flex;position:relative}.select-module__qzveVW__Trigger{border:1px solid var(--demo-border-emphasized);width:100%;color:var(--demo-neutral-fg);-webkit-user-select:none;user-select:none;background:0 0;border-radius:.375rem;outline:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,box-shadow .15s;display:flex}.select-module__qzveVW__Trigger:focus-visible{border-color:var(--demo-coral-solid);box-shadow:0 0 0 1px var(--demo-coral-solid)}.select-module__qzveVW__Trigger[data-placeholder-shown]{color:var(--demo-neutral-emphasized)}.select-module__qzveVW__Trigger[data-disabled]{opacity:.5;filter:grayscale()}.select-module__qzveVW__Trigger[data-invalid]{border-color:var(--demo-error)}.select-module__qzveVW__Trigger[data-invalid]:focus-visible{border-color:var(--demo-error);box-shadow:0 0 0 1px var(--demo-error)}.select-module__qzveVW__Trigger svg{width:1rem;height:1rem;color:var(--demo-neutral-emphasized)}.select-module__qzveVW__ValueText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.select-module__qzveVW__Indicators{pointer-events:none;align-items:center;gap:8px;display:flex;position:absolute;top:50%;right:.725rem;transform:translateY(-50%)}.select-module__qzveVW__Indicator{color:var(--demo-neutral-emphasized);flex-shrink:0;justify-content:center;align-items:center;display:flex}.select-module__qzveVW__Indicator svg{width:1rem;height:1rem}.select-module__qzveVW__ClearTrigger{color:var(--demo-neutral-emphasized);pointer-events:auto;background:0 0;border:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.select-module__qzveVW__ClearTrigger:hover{color:var(--demo-neutral-fg)}.select-module__qzveVW__ClearTrigger svg{width:1rem;height:1rem}.select-module__qzveVW__Content{min-width:var(--reference-width);background:var(--demo-bg-popover);border:1px solid var(--demo-border-emphasized);box-shadow:var(--demo-shadow-md);z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));border-radius:.375rem;outline:none;flex-direction:column;gap:.25rem;padding:.25rem;display:flex;position:relative;overflow:hidden}.select-module__qzveVW__Content[data-state=open]{animation:.15s ease-out select-module__qzveVW__scale-fade-in}.select-module__qzveVW__Content[data-state=closed]{animation:.1s ease-in select-module__qzveVW__scale-fade-out}.select-module__qzveVW__Content:not([data-align-with-trigger]){max-height:min(var(--available-height,300px), 300px)}.select-module__qzveVW__Content[data-align-with-trigger]{height:100%;animation:none}.select-module__qzveVW__ItemGroup{flex-direction:column;display:flex}.select-module__qzveVW__ItemGroup+.select-module__qzveVW__ItemGroup{margin-top:.5rem}.select-module__qzveVW__ItemGroupLabel{color:var(--demo-neutral-emphasized);text-transform:uppercase;letter-spacing:.025em;padding:.375rem .5rem;font-size:.75rem;font-weight:600}.select-module__qzveVW__Item{-webkit-user-select:none;user-select:none;border-radius:.25rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;line-height:1.25rem;display:flex}.select-module__qzveVW__Item[data-highlighted]{background:var(--demo-neutral-subtle)}.select-module__qzveVW__Item[data-state=checked]{color:var(--demo-coral-fg)}.select-module__qzveVW__Item[data-disabled]{color:var(--demo-neutral-emphasized);opacity:.5}.select-module__qzveVW__ItemText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.select-module__qzveVW__ItemIndicator{color:var(--demo-coral-solid);flex-shrink:0;justify-content:center;align-items:center;display:flex}@keyframes select-module__qzveVW__scale-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes select-module__qzveVW__scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.select-module__qzveVW__Scroller{box-sizing:border-box;height:var(--total-size);max-height:calc(min(var(--available-height,300px), 300px) - .5rem);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--demo-border-emphasized) var(--demo-bg-popover);scroll-padding-block:.25rem;overflow:auto}.select-module__qzveVW__Scroller::-webkit-scrollbar{background:var(--demo-bg-popover);border-radius:4px;width:8px}.select-module__qzveVW__Scroller::-webkit-scrollbar-thumb{background:var(--demo-border-emphasized);border-radius:.375rem}.select-module__qzveVW__Status{color:var(--demo-neutral-emphasized);padding:.5rem;font-size:.875rem}.select-module__qzveVW__List{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--demo-border-emphasized) var(--demo-bg-popover);outline:none;flex-direction:column;flex:1;gap:.25rem;min-height:0;scroll-padding-block:1.5rem;display:flex;overflow-y:auto}.select-module__qzveVW__List::-webkit-scrollbar{background:var(--demo-bg-popover);border-radius:4px;width:8px}.select-module__qzveVW__List::-webkit-scrollbar-thumb{border-radius:.375rem}.select-module__qzveVW__ScrollArrow{z-index:1;cursor:default;height:1.5rem;color:var(--demo-fg-muted);background:var(--demo-bg-popover);border-radius:inherit;justify-content:center;align-items:center;display:flex;position:absolute;left:0;right:0}.select-module__qzveVW__ScrollArrow[data-placement=top]{top:0}.select-module__qzveVW__ScrollArrow[data-placement=bottom]{bottom:0}.select-module__qzveVW__ScrollArrow[data-state=hidden]{display:none}.select-module__qzveVW__ScrollArrow svg{width:.875rem;height:.875rem}
.file-upload-module__QT9fqW__Root{color:var(--demo-neutral-fg);flex-direction:column;align-items:flex-start;gap:1rem;width:100%;max-width:24rem;display:flex}.file-upload-module__QT9fqW__Label{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500;line-height:1.25rem}.file-upload-module__QT9fqW__Label[data-disabled]{opacity:.5}.file-upload-module__QT9fqW__Trigger{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;border:1px solid var(--demo-border-emphasized);color:var(--demo-neutral-fg);background:0 0;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding-block:.5rem;padding-inline:1rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background .15s,border-color .15s;display:inline-flex}.file-upload-module__QT9fqW__Trigger svg{width:1rem;height:1rem}.file-upload-module__QT9fqW__Trigger:hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle)}.file-upload-module__QT9fqW__Trigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.file-upload-module__QT9fqW__Trigger:is(:disabled,[data-disabled]){opacity:.5;cursor:not-allowed}.file-upload-module__QT9fqW__ClearTrigger{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;color:var(--demo-neutral-emphasized);background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:background .15s,color .15s;display:inline-flex}.file-upload-module__QT9fqW__ClearTrigger svg{width:.85em;height:.85em}.file-upload-module__QT9fqW__ClearTrigger:hover:not(:disabled,[data-disabled]){background:var(--demo-neutral-subtle);color:var(--demo-neutral-fg)}.file-upload-module__QT9fqW__ClearTrigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.file-upload-module__QT9fqW__ClearTrigger:is(:disabled,[data-disabled]){opacity:.5;cursor:not-allowed}.file-upload-module__QT9fqW__Dropzone{border:2px dashed var(--demo-border-emphasized);text-align:center;cursor:pointer;border-radius:.5rem;flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:.75rem;min-height:10rem;padding:1.5rem;transition:background .15s,border-color .15s;display:flex}.file-upload-module__QT9fqW__Dropzone:hover:not([data-disabled]){background:var(--demo-neutral-subtle)}.file-upload-module__QT9fqW__Dropzone[data-dragging]{background:var(--demo-coral-subtle);border-color:var(--demo-coral-solid);border-style:solid}.file-upload-module__QT9fqW__Dropzone[data-invalid]{border-color:var(--demo-error)}.file-upload-module__QT9fqW__Dropzone[data-disabled]{opacity:.5;cursor:not-allowed}.file-upload-module__QT9fqW__Dropzone:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px}.file-upload-module__QT9fqW__DropzoneContent{flex-direction:column;align-items:center;gap:.25rem;display:flex}.file-upload-module__QT9fqW__DropzoneIcon{width:2.5rem;height:2.5rem;color:var(--demo-neutral-emphasized)}.file-upload-module__QT9fqW__DropzoneTitle{color:var(--demo-neutral-fg);font-size:.875rem;font-weight:500}.file-upload-module__QT9fqW__DropzoneDescription{color:var(--demo-neutral-fg-muted);font-size:.75rem}.file-upload-module__QT9fqW__ItemGroup{flex-direction:column;align-self:stretch;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.file-upload-module__QT9fqW__Item{background:var(--demo-bg-popover);border:1px solid var(--demo-border);border-radius:.5rem;grid-template-columns:auto 1fr auto;grid-template-areas:"preview name delete""preview size delete";align-items:center;column-gap:.75rem;padding:.75rem;display:grid}.file-upload-module__QT9fqW__Item[data-rejected]{background:var(--demo-coral-subtle);border-color:var(--demo-coral-fg)}.file-upload-module__QT9fqW__ItemCompact{background:var(--demo-neutral-subtle);border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.file-upload-module__QT9fqW__ItemPreview{flex-shrink:0;grid-area:preview;justify-content:center;align-items:center;display:flex}.file-upload-module__QT9fqW__ItemPreview svg{width:1.25rem;height:1.25rem;color:var(--demo-neutral-emphasized)}.file-upload-module__QT9fqW__ItemPreviewImage{object-fit:cover;border-radius:.25rem;width:2.5rem;height:2.5rem}.file-upload-module__QT9fqW__ItemName{min-width:0;color:var(--demo-neutral-fg);text-overflow:ellipsis;white-space:nowrap;flex:1;grid-area:name;font-size:.875rem;font-weight:500;line-height:1.25rem;overflow:hidden}.file-upload-module__QT9fqW__ItemSizeText{color:var(--demo-neutral-emphasized);grid-area:size;font-size:.75rem;line-height:1rem}.file-upload-module__QT9fqW__ItemDeleteTrigger{width:1.5rem;height:1.5rem;color:var(--demo-neutral-emphasized);cursor:pointer;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;grid-area:delete;justify-content:center;align-items:center;padding:0;display:flex}.file-upload-module__QT9fqW__ItemDeleteTrigger svg{width:1rem;height:1rem}.file-upload-module__QT9fqW__ItemDeleteTrigger:hover{color:var(--demo-neutral-fg)}.file-upload-module__QT9fqW__ItemDeleteTrigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:-1px}.file-upload-module__QT9fqW__Actions{flex-wrap:wrap;gap:.5rem;display:flex}.file-upload-module__QT9fqW__Section{flex-direction:column;gap:.5rem;display:flex}.file-upload-module__QT9fqW__SectionTitle{text-transform:uppercase;letter-spacing:.025em;color:var(--demo-neutral-emphasized);font-size:.75rem;font-weight:600}.file-upload-module__QT9fqW__SectionTitle[data-status=accepted]{color:#16a34a}.file-upload-module__QT9fqW__SectionTitle[data-status=rejected]{color:var(--demo-coral-fg)}.file-upload-module__QT9fqW__ErrorList{flex-direction:column;grid-column:2/-1;gap:.25rem;margin-top:.25rem;display:flex}.file-upload-module__QT9fqW__ErrorItem{color:var(--demo-coral-fg);font-size:.75rem}.file-upload-module__QT9fqW__Empty{color:var(--demo-neutral-emphasized);text-align:center;padding:1rem;font-size:.875rem}
.floating-panel-module__6eN-jW__Trigger{border:1px solid var(--demo-border);color:var(--demo-neutral-fg);border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.floating-panel-module__6eN-jW__Trigger:hover{background-color:var(--demo-neutral-subtle)}.floating-panel-module__6eN-jW__Positioner{z-index:var(--demo-popover-z-index)}.floating-panel-module__6eN-jW__Content{background-color:var(--demo-bg-popover);border:1px solid var(--demo-border);width:100%;box-shadow:var(--demo-shadow-lg);border-radius:.5rem;outline:none;flex-direction:column;display:flex}.floating-panel-module__6eN-jW__Content[data-topmost]{z-index:999999}.floating-panel-module__6eN-jW__Content[data-behind]{opacity:.4}.floating-panel-module__6eN-jW__Header{background-color:var(--demo-neutral-subtle);border-bottom:1px solid var(--demo-border);cursor:grab;border-top-left-radius:.5rem;border-top-right-radius:.5rem;justify-content:space-between;align-items:center;padding-block:.5rem;padding-inline:1rem;display:flex}.floating-panel-module__6eN-jW__Header:active{cursor:grabbing}.floating-panel-module__6eN-jW__Title{color:var(--demo-neutral-fg);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.floating-panel-module__6eN-jW__Title svg{width:1rem;height:1rem;color:var(--demo-neutral-solid)}.floating-panel-module__6eN-jW__Control{align-items:center;gap:.25rem;display:flex}.floating-panel-module__6eN-jW__ControlButton{border:1px solid var(--demo-border);background-color:var(--demo-bg-popover);width:1.5rem;height:1.5rem;color:var(--demo-neutral-fg);border-radius:.25rem;justify-content:center;align-items:center;padding:0;display:inline-flex}.floating-panel-module__6eN-jW__ControlButton:hover{background-color:var(--demo-neutral-subtle)}.floating-panel-module__6eN-jW__ControlButton svg{width:.875rem;height:.875rem}.floating-panel-module__6eN-jW__Body{color:var(--demo-neutral-fg);flex-direction:column;flex:auto;gap:1rem;padding:1rem;font-size:.875rem;display:flex;overflow:auto}.floating-panel-module__6eN-jW__ResizeTrigger[data-axis=n],.floating-panel-module__6eN-jW__ResizeTrigger[data-axis=s]{max-width:90%;height:6px}.floating-panel-module__6eN-jW__ResizeTrigger[data-axis=e],.floating-panel-module__6eN-jW__ResizeTrigger[data-axis=w]{width:6px;max-height:90%}.floating-panel-module__6eN-jW__ResizeTrigger[data-axis=ne],.floating-panel-module__6eN-jW__ResizeTrigger[data-axis=nw],.floating-panel-module__6eN-jW__ResizeTrigger[data-axis=se],.floating-panel-module__6eN-jW__ResizeTrigger[data-axis=sw]{width:10px;height:10px}
.format-module__cZ7PFa__Root{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.format-module__cZ7PFa__Label{color:var(--demo-neutral-emphasized);font-size:.875rem}.format-module__cZ7PFa__Value{font-variant-numeric:tabular-nums;letter-spacing:-.025em;color:var(--demo-neutral-fg);font-size:1.5rem;font-weight:600}.format-module__cZ7PFa__ValueLarge{font-variant-numeric:tabular-nums;letter-spacing:-.025em;color:var(--demo-neutral-fg);font-size:2.25rem;font-weight:700}.format-module__cZ7PFa__List{flex-direction:column;gap:.5rem;display:flex}.format-module__cZ7PFa__ListItem{align-items:baseline;gap:.5rem;display:flex}.format-module__cZ7PFa__Inline{align-items:baseline;gap:.25rem;display:inline-flex}.format-module__cZ7PFa__InlineLabel{color:var(--demo-neutral-emphasized);font-size:.875rem}.format-module__cZ7PFa__InlineValue{font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--demo-neutral-fg);font-weight:500}
.highlight-module__E6rosW__Text{color:var(--demo-neutral-fg);font-size:1rem;line-height:1.625}.highlight-module__E6rosW__Mark{background:var(--demo-coral-subtle);color:var(--demo-coral-fg);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:.125rem;font-weight:500}.highlight-module__E6rosW__Root{flex-direction:column;gap:1rem;max-width:32rem;display:flex}.highlight-module__E6rosW__Label{color:var(--demo-neutral-emphasized);font-size:.875rem}.highlight-module__E6rosW__Section{flex-direction:column;gap:.5rem;display:flex}
.hover-card-module__r_fwjG__Trigger{color:var(--demo-coral-fg);text-decoration:underline;-webkit-text-decoration-color:var(--demo-coral-muted);text-decoration-color:var(--demo-coral-muted);text-underline-offset:2px;cursor:pointer;align-items:center;gap:.25rem;font-weight:500;transition:text-decoration-color .15s,color .15s;display:inline-flex}.hover-card-module__r_fwjG__Trigger:hover{-webkit-text-decoration-color:var(--demo-coral-fg);text-decoration-color:var(--demo-coral-fg)}.hover-card-module__r_fwjG__Trigger:focus-visible{outline:2px solid var(--demo-coral-focus-ring);outline-offset:2px;border-radius:2px}.hover-card-module__r_fwjG__Trigger svg{width:1em;height:1em}.hover-card-module__r_fwjG__Content{--arrow-background:var(--demo-bg-popover);--arrow-size:10px;background:var(--demo-bg-popover);border:1px solid var(--demo-border);box-shadow:var(--demo-shadow-lg);width:300px;z-index:calc(var(--demo-popover-z-index) + var(--layer-index,0));transform-origin:var(--transform-origin);border-radius:12px;outline:none;flex-direction:column;padding:1rem;display:flex;position:relative}.hover-card-module__r_fwjG__Content[data-state=open]{animation:.15s ease-out hover-card-module__r_fwjG__scale-fade-in}.hover-card-module__r_fwjG__Content[data-state=closed]{animation:.1s ease-in hover-card-module__r_fwjG__scale-fade-out}.hover-card-module__r_fwjG__Arrow{--arrow-background:var(--demo-bg-popover);--arrow-shadow-color:var(--demo-border)}.hover-card-module__r_fwjG__ArrowTip{border-top:1px solid var(--demo-border);border-left:1px solid var(--demo-border)}.hover-card-module__r_fwjG__Avatar{object-fit:cover;border-radius:50%;width:64px;height:64px}.hover-card-module__r_fwjG__AvatarFallback{background:var(--demo-coral-subtle);width:64px;height:64px;color:var(--demo-coral-fg);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.hover-card-module__r_fwjG__Header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.hover-card-module__r_fwjG__Body{flex-direction:column;gap:.75rem;display:flex}.hover-card-module__r_fwjG__Name{color:var(--demo-neutral-fg);margin:0;font-size:15px;font-weight:700;line-height:1.25}.hover-card-module__r_fwjG__Username{color:var(--demo-neutral-emphasized);margin:0;font-size:14px}.hover-card-module__r_fwjG__Bio{color:var(--demo-neutral-fg);margin:0;font-size:14px;line-height:1.4}.hover-card-module__r_fwjG__Stats{gap:1rem;font-size:14px;display:flex}.hover-card-module__r_fwjG__Stat{gap:.25rem;display:flex}.hover-card-module__r_fwjG__StatValue{color:var(--demo-neutral-fg);font-weight:700}.hover-card-module__r_fwjG__StatLabel{color:var(--demo-neutral-emphasized)}.hover-card-module__r_fwjG__FollowButton{background:var(--demo-neutral-fg);color:var(--demo-neutral-contrast);cursor:pointer;border:none;border-radius:9999px;padding:.5rem 1rem;font-size:14px;font-weight:600;transition:opacity .15s}.hover-card-module__r_fwjG__FollowButton:hover{opacity:.9}.hover-card-module__r_fwjG__Paragraph{color:var(--demo-neutral-fg);max-width:32rem;font-size:.875rem;line-height:1.75}@keyframes hover-card-module__r_fwjG__scale-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes hover-card-module__r_fwjG__scale-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}
.image-cropper-module__7Ft-Ga__Root{--cropper-accent:var(--demo-coral-solid);--cropper-line-color:white;--cropper-overlay-color:#00000080;--cropper-handler-size:6px;--cropper-handler-width:3px;--cropper-line-width:2px;width:100%;max-width:28rem;color:var(--demo-neutral-fg);flex-direction:column;gap:1rem;display:flex;position:relative}.image-cropper-module__7Ft-Ga__Layout{flex-direction:column;gap:1rem;width:100%;max-width:32rem;display:flex}.image-cropper-module__7Ft-Ga__Viewport{background:var(--demo-neutral-subtle);aspect-ratio:16/9;border-radius:.5rem;position:relative;overflow:hidden}.image-cropper-module__7Ft-Ga__Image{object-fit:contain;transform-origin:50%;pointer-events:none;-webkit-user-select:none;user-select:none;backface-visibility:hidden;width:100%;height:100%;position:absolute;top:0;left:0}.image-cropper-module__7Ft-Ga__Selection{box-sizing:content-box;box-shadow:0 0 0 9999px var(--cropper-overlay-color);border:var(--cropper-line-width) solid #ffffff80;cursor:move;backface-visibility:hidden;outline:none}.image-cropper-module__7Ft-Ga__Selection[data-shape=circle]{border-radius:9999px}.image-cropper-module__7Ft-Ga__Selection:focus-visible{border-color:var(--cropper-accent)}.image-cropper-module__7Ft-Ga__Selection[data-disabled]{cursor:default}.image-cropper-module__7Ft-Ga__Selection[data-dragging]{cursor:grabbing;border-color:#fffc}.image-cropper-module__7Ft-Ga__Handle{touch-action:none;width:calc(var(--cropper-handler-size) + 8px);height:calc(var(--cropper-handler-size) + 8px);justify-content:center;align-items:center;display:flex;position:absolute}.image-cropper-module__7Ft-Ga__Handle>*{width:var(--cropper-handler-size);height:var(--cropper-handler-size);background:var(--demo-bg-popover);transition:opacity .2s,transform .15s;box-shadow:0 1px 3px #0000004d}.image-cropper-module__7Ft-Ga__Handle[data-disabled]{display:none}:is(.image-cropper-module__7Ft-Ga__Handle[data-position=top-left],.image-cropper-module__7Ft-Ga__Handle[data-position=top-right],.image-cropper-module__7Ft-Ga__Handle[data-position=bottom-right],.image-cropper-module__7Ft-Ga__Handle[data-position=bottom-left]):hover>*{transform:scale(1.1)}.image-cropper-module__7Ft-Ga__Handle[data-position=top-left]{cursor:nwse-resize}.image-cropper-module__7Ft-Ga__Handle[data-position=top-left]>*{border-left:var(--cropper-handler-width) solid var(--cropper-accent);border-top:var(--cropper-handler-width) solid var(--cropper-accent)}.image-cropper-module__7Ft-Ga__Handle[data-position=top-right]{cursor:nesw-resize}.image-cropper-module__7Ft-Ga__Handle[data-position=top-right]>*{border-right:var(--cropper-handler-width) solid var(--cropper-accent);border-top:var(--cropper-handler-width) solid var(--cropper-accent)}.image-cropper-module__7Ft-Ga__Handle[data-position=bottom-right]{cursor:nwse-resize}.image-cropper-module__7Ft-Ga__Handle[data-position=bottom-right]>*{border-right:var(--cropper-handler-width) solid var(--cropper-accent);border-bottom:var(--cropper-handler-width) solid var(--cropper-accent)}.image-cropper-module__7Ft-Ga__Handle[data-position=bottom-left]{cursor:nesw-resize}.image-cropper-module__7Ft-Ga__Handle[data-position=bottom-left]>*{border-left:var(--cropper-handler-width) solid var(--cropper-accent);border-bottom:var(--cropper-handler-width) solid var(--cropper-accent)}:is(.image-cropper-module__7Ft-Ga__Handle[data-position=top],.image-cropper-module__7Ft-Ga__Handle[data-position=bottom],.image-cropper-module__7Ft-Ga__Handle[data-position=left],.image-cropper-module__7Ft-Ga__Handle[data-position=right])>*{background:var(--cropper-accent);opacity:0;border-radius:9999px;width:6px;height:6px}:is(.image-cropper-module__7Ft-Ga__Handle[data-position=top],.image-cropper-module__7Ft-Ga__Handle[data-position=bottom],.image-cropper-module__7Ft-Ga__Handle[data-position=left],.image-cropper-module__7Ft-Ga__Handle[data-position=right]):hover>*{opacity:1}.image-cropper-module__7Ft-Ga__Handle[data-position=top],.image-cropper-module__7Ft-Ga__Handle[data-position=bottom]{cursor:ns-resize}.image-cropper-module__7Ft-Ga__Handle[data-position=left],.image-cropper-module__7Ft-Ga__Handle[data-position=right]{cursor:ew-resize}.image-cropper-module__7Ft-Ga__Grid{pointer-events:none;opacity:0;transition:opacity .2s;position:absolute}.image-cropper-module__7Ft-Ga__Grid[data-axis=horizontal]{border-top:1px solid #fff6;border-bottom:1px solid #fff6;inset:33.33% 0}.image-cropper-module__7Ft-Ga__Grid[data-axis=vertical]{border-left:1px solid #fff6;border-right:1px solid #fff6;inset:0 33.33%}.image-cropper-module__7Ft-Ga__Grid[data-dragging],.image-cropper-module__7Ft-Ga__Grid[data-panning]{opacity:1}.image-cropper-module__7Ft-Ga__Description{color:var(--demo-neutral-fg-muted);margin:0;font-size:.875rem}.image-cropper-module__7Ft-Ga__Preview{background:var(--demo-neutral-subtle);border:1px solid var(--demo-border);border-radius:.5rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.image-cropper-module__7Ft-Ga__PreviewLabel{color:var(--demo-neutral-emphasized);text-transform:uppercase;letter-spacing:.025em;font-size:.75rem;font-weight:500}.image-cropper-module__7Ft-Ga__PreviewImage{object-fit:contain;border-radius:.25rem;max-width:120px;max-height:120px}.image-cropper-module__7Ft-Ga__DataDisplay{background:var(--demo-neutral-subtle);border:1px solid var(--demo-border);border-radius:.5rem;gap:1.5rem;padding:.75rem 1rem;display:flex}.image-cropper-module__7Ft-Ga__DataItem{flex-direction:column;gap:.125rem;display:flex}.image-cropper-module__7Ft-Ga__DataLabel{color:var(--demo-neutral-emphasized);text-transform:uppercase;letter-spacing:.025em;font-size:.75rem;font-weight:500}.image-cropper-module__7Ft-Ga__DataValue{color:var(--demo-neutral-fg);font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:500}
