.Layout-module__iitaWq__base{width:100%;padding:var(--space-10)var(--space-12);flex-direction:column;margin-inline:auto;display:flex}.Layout-module__iitaWq__scrollContainer{flex:1;min-width:0;height:100%;overflow-y:auto}.Layout-module__iitaWq__widthAuto{max-width:var(--layout-width-auto)}.Layout-module__iitaWq__widthSm{max-width:var(--layout-width-sm)}.Layout-module__iitaWq__widthMd{max-width:var(--layout-width-md)}.Layout-module__iitaWq__widthLg{max-width:var(--layout-width-lg)}.Layout-module__iitaWq__widthXl{max-width:var(--layout-width-xl)}.Layout-module__iitaWq__gapXs{gap:var(--layout-gap-xs)}.Layout-module__iitaWq__gapSm{gap:var(--layout-gap-sm)}.Layout-module__iitaWq__gapMd{gap:var(--layout-gap-md)}.Layout-module__iitaWq__gapLg{gap:var(--layout-gap-lg)}.Layout-module__iitaWq__gapXl{gap:var(--layout-gap-xl)}
.TextKpi-module__wAlODa__base{font-family:var(--font-geist);color:var(--text-color-default);font-feature-settings:"tnum" 1;font-style:normal;font-weight:700;line-height:1}.TextKpi-module__wAlODa__sm{font-size:28px}.TextKpi-module__wAlODa__md{font-size:40px}
.Title-module__ygoYga__base{font-family:var(--font-geist);font-style:normal;font-weight:600;font-size:var(--text-size-3xl);line-height:var(--text-line-height-3xl);letter-spacing:var(--text-tracking-tight);color:var(--text-color-default)}.Title-module__ygoYga__editable{cursor:text;background:0 0;border:none;outline:none;width:100%;padding:0}.Title-module__ygoYga__editable:empty:before{content:attr(data-placeholder);color:var(--text-color-muted)}.Title-module__ygoYga__editable:focus-visible{box-shadow:none}.Title-module__ygoYga__readOnly{cursor:default}.Title-module__ygoYga__placeholder{color:var(--text-color-muted)}
.Shell-module__iUHRcG__base{box-shadow:none;border-radius:13px;gap:0;position:relative;overflow:visible}.Shell-module__iUHRcG__header{align-items:center;gap:8px;padding:12px 12px 8px;display:flex}.Shell-module__iUHRcG__headerLeft{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.Shell-module__iUHRcG__headerRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.Shell-module__iUHRcG__headerClose{cursor:pointer;width:24px;height:24px;color:var(--volcanic-ash-500);transition:background-color var(--transition-fast),color var(--transition-fast);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Shell-module__iUHRcG__headerClose:hover{background-color:var(--volcanic-ash-200);color:var(--volcanic-ash-700)}.Shell-module__iUHRcG__content{padding:0 5px 5px}.Shell-module__iUHRcG__content>*{border-radius:10px}
.Popover-module__jfNp_a__container{display:inline-flex;position:relative}.Popover-module__jfNp_a__trigger{display:inline-flex}.Popover-module__jfNp_a__content{z-index:var(--z-popover);background:var(--color-surface);box-shadow:var(--shadow-200);border-radius:7px;flex-direction:column;padding:0;display:flex;position:fixed}
.List-module__HHJs4a__list{flex-direction:column;margin:0;padding:0;display:flex}.List-module__HHJs4a__item{width:100%;font-family:var(--font-sans);letter-spacing:-.1px;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:0 8px;font-weight:500;transition:background .15s;display:flex}.List-module__HHJs4a__item:hover:not(:disabled){background:var(--volcanic-ash-50)}.List-module__HHJs4a__item:disabled{opacity:.5;cursor:not-allowed}.List-module__HHJs4a__itemSm{height:28px;font-size:12px;line-height:14px}.List-module__HHJs4a__itemMd{height:32px;font-size:13px;line-height:14px}.List-module__HHJs4a__itemDefault{color:var(--volcanic-ash-800)}.List-module__HHJs4a__itemDefault .List-module__HHJs4a__icon{color:var(--volcanic-ash-600)}.List-module__HHJs4a__itemDanger,.List-module__HHJs4a__itemDanger .List-module__HHJs4a__icon{color:var(--thermal-bloom-600)}.List-module__HHJs4a__itemDanger:hover:not(:disabled){background:var(--thermal-bloom-50)}.List-module__HHJs4a__icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.List-module__HHJs4a__icon svg{width:16px;height:16px}.List-module__HHJs4a__label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.List-module__HHJs4a__itemSeparator{border-bottom:1px solid #0000001a}
.RadixPopover-module__yDmZda__content{z-index:50;background-color:var(--color-surface);box-shadow:var(--shadow-200);border-radius:8px;animation:.15s ease-out RadixPopover-module__yDmZda__contentShow;overflow:hidden auto}.RadixPopover-module__yDmZda__content[data-state=closed]{animation:.1s ease-out RadixPopover-module__yDmZda__contentHide}.RadixPopover-module__yDmZda__content[data-side=bottom]{animation-name:RadixPopover-module__yDmZda__slideFromTop}.RadixPopover-module__yDmZda__content[data-side=top]{animation-name:RadixPopover-module__yDmZda__slideFromBottom}.RadixPopover-module__yDmZda__content[data-side=left]{animation-name:RadixPopover-module__yDmZda__slideFromRight}.RadixPopover-module__yDmZda__content[data-side=right]{animation-name:RadixPopover-module__yDmZda__slideFromLeft}@keyframes RadixPopover-module__yDmZda__contentShow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes RadixPopover-module__yDmZda__contentHide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}@keyframes RadixPopover-module__yDmZda__slideFromTop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes RadixPopover-module__yDmZda__slideFromBottom{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes RadixPopover-module__yDmZda__slideFromLeft{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@keyframes RadixPopover-module__yDmZda__slideFromRight{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}
.BIAFormCard-module__wJL3HG__card{background:#fff;border-radius:16px;flex-direction:column;align-items:flex-start;width:520px;max-width:100%;padding:0;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.BIAFormCard-module__wJL3HG__item{box-sizing:border-box;border-bottom:1px solid #0000001a;flex-direction:row;align-items:center;gap:4px;width:100%;padding:9px 12px;display:flex}.BIAFormCard-module__wJL3HG__item:last-child,.BIAFormCard-module__wJL3HG__itemNoBorder{border-bottom:none}.BIAFormCard-module__wJL3HG__itemIcon{color:#00000080;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.BIAFormCard-module__wJL3HG__itemLabel{font-family:var(--font-sans);letter-spacing:-.2px;color:var(--volcanic-ash-900);flex:1;font-size:13px;font-weight:500;line-height:14px}.BIAFormCard-module__wJL3HG__dependencyGroup{box-sizing:border-box;border-bottom:1px solid #0000001a;flex-direction:column;width:100%;padding:0 12px 9px;display:flex}.BIAFormCard-module__wJL3HG__dependencyItem{padding:6px 0 6px 20px;position:relative}.BIAFormCard-module__wJL3HG__dependencyItem:before{content:"";background:#ccc;width:1px;position:absolute;top:0;bottom:0;left:8px}.BIAFormCard-module__wJL3HG__dependencyItem:after{content:"";border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-bottom-left-radius:8px;width:10px;height:8px;position:absolute;top:50%;left:8px;transform:translateY(-100%)}.BIAFormCard-module__wJL3HG__dependencyItemLast:before{height:calc(50% - 8px);bottom:auto}.BIAFormCard-module__wJL3HG__dependencyLabel{font-family:var(--font-sans);letter-spacing:-.2px;color:var(--volcanic-ash-900);font-size:13px;font-weight:500;line-height:14px}.BIAFormCard-module__wJL3HG__skeletonRow{box-sizing:border-box;border-top:1px solid #0000001a;flex-direction:row;align-items:center;gap:4px;width:100%;padding:9px 12px;display:flex}.BIAFormCard-module__wJL3HG__skeletonIcon{background:linear-gradient(90deg,#ddd7fe 0%,#f3e1d5 14.9% 84.62%,#ddd7fe 100%);border-radius:3px;flex-shrink:0;width:16px;height:16px;animation:1.5s ease-in-out infinite BIAFormCard-module__wJL3HG__shimmer}.BIAFormCard-module__wJL3HG__skeletonBar{background:linear-gradient(90deg,#ddd7fe 0%,#f3e1d5 14.9% 84.62%,#ddd7fe 100%);border-radius:17px;width:170px;height:12px;animation:1.5s ease-in-out infinite BIAFormCard-module__wJL3HG__shimmer}@keyframes BIAFormCard-module__wJL3HG__shimmer{0%,to{opacity:1}50%{opacity:.6}}
.BIAFormCardEdit-module__vSDVfq__container{flex-direction:column;width:100%;max-width:520px;display:flex}.BIAFormCardEdit-module__vSDVfq__card{background:#fff;border-radius:16px;flex-direction:column;display:flex;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.BIAFormCardEdit-module__vSDVfq__activityBlock{border-bottom:1px solid #00000014}.BIAFormCardEdit-module__vSDVfq__activityBlock:last-of-type{border-bottom:none}.BIAFormCardEdit-module__vSDVfq__activityRow{align-items:center;gap:6px;padding:10px 12px;display:flex}.BIAFormCardEdit-module__vSDVfq__activityIcon{color:#00000080;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:relative}.BIAFormCardEdit-module__vSDVfq__iconDefault{justify-content:center;align-items:center;display:flex}.BIAFormCardEdit-module__vSDVfq__iconHover{cursor:pointer;color:var(--volcanic-ash-500,#6b7280);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:none}.BIAFormCardEdit-module__vSDVfq__activityRow:hover .BIAFormCardEdit-module__vSDVfq__iconDefault{display:none}.BIAFormCardEdit-module__vSDVfq__activityRow:hover .BIAFormCardEdit-module__vSDVfq__iconHover{display:flex}.BIAFormCardEdit-module__vSDVfq__activityInput{flex:1;min-width:80px;font-size:13px;font-weight:500}.BIAFormCardEdit-module__vSDVfq__chipTrigger{cursor:pointer;background:0 0;border:none;padding:0}.BIAFormCardEdit-module__vSDVfq__durationPopover{background:#fff;border-radius:9px;width:336px;padding:0;overflow:hidden;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.BIAFormCardEdit-module__vSDVfq__dependencyGroup{flex-direction:column;padding:0 12px 8px;display:flex}.BIAFormCardEdit-module__vSDVfq__dependencyItem{padding:6px 0 6px 26px;position:relative}.BIAFormCardEdit-module__vSDVfq__dependencyItem:before{content:"";background:#ccc;width:1px;position:absolute;top:0;bottom:0;left:8px}.BIAFormCardEdit-module__vSDVfq__dependencyItem:after{content:"";border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-bottom-left-radius:8px;width:12px;height:8px;position:absolute;top:50%;left:8px;transform:translateY(-100%)}.BIAFormCardEdit-module__vSDVfq__dependencyInput{min-width:80px;font-size:13px;font-weight:500}.BIAFormCardEdit-module__vSDVfq__addDepItem{padding:6px 0 6px 26px;position:relative}.BIAFormCardEdit-module__vSDVfq__addDepItem:before{content:"";background:#ccc;width:1px;height:calc(50% - 8px);position:absolute;top:0;left:8px}.BIAFormCardEdit-module__vSDVfq__addDepItem:after{content:"";border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-bottom-left-radius:8px;width:12px;height:8px;position:absolute;top:50%;left:8px;transform:translateY(-100%)}.BIAFormCardEdit-module__vSDVfq__addDepEmpty{margin:0 12px;padding:6px 0 8px 26px;position:relative}.BIAFormCardEdit-module__vSDVfq__addDepEmpty:before{content:"";background:#ccc;width:1px;height:calc(50% - 8px);position:absolute;top:0;left:8px}.BIAFormCardEdit-module__vSDVfq__addDepEmpty:after{content:"";border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-bottom-left-radius:8px;width:12px;height:8px;position:absolute;top:50%;left:8px;transform:translateY(-100%)}.BIAFormCardEdit-module__vSDVfq__dependencyLabel{font-family:var(--font-sans);color:#000c;font-size:13px;font-weight:500}.BIAFormCardEdit-module__vSDVfq__dependencyPopover{background:#fff;border-radius:9px;width:280px;padding:0;overflow:hidden;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.BIAFormCardEdit-module__vSDVfq__createNewBtn{font-family:var(--font-sans);color:var(--glacial-lake-600,#2563eb);cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:6px 8px;font-size:13px;font-weight:500}.BIAFormCardEdit-module__vSDVfq__createNewBtn:hover{background:var(--volcanic-ash-50,#f9fafb)}.BIAFormCardEdit-module__vSDVfq__addCircle{cursor:pointer;color:#00000080;background:#fff;border:none;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:box-shadow .15s;display:flex;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.BIAFormCardEdit-module__vSDVfq__addCircle:hover{box-shadow:0 2px 8px #0000001a,0 0 #00000040,0 0 1px 1px #00000026}.BIAFormCardEdit-module__vSDVfq__addActivityRow{align-items:center;gap:8px;padding:10px 12px;display:flex}.BIAFormCardEdit-module__vSDVfq__addActivityLabel{font-family:var(--font-sans);color:#00000080;font-size:13px;font-weight:500}
.ControlModes-module__xuu_BW__controls{flex-direction:row;justify-content:center;align-items:center;gap:6px;display:flex}.ControlModes-module__xuu_BW__iconButton{cursor:pointer;width:48px;height:48px;color:var(--volcanic-ash-500);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s;display:flex}.ControlModes-module__xuu_BW__iconButton:hover{background-color:#0000000d}.ControlModes-module__xuu_BW__chatPill{cursor:pointer;width:48px;height:48px;color:var(--volcanic-ash-950);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;transition:box-shadow .15s;display:flex;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.ControlModes-module__xuu_BW__chatPill:hover{box-shadow:0 4px 12px #00000014,0 0 #00000040,0 0 1px 1px #0000001f}.ControlModes-module__xuu_BW__formPill{}.ControlModes-module__xuu_BW__formPill:hover{box-shadow:0 4px 12px #00000014,0 0 #00000040,0 0 1px 1px #0000001f}.ControlModes-module__xuu_BW__audioPill{cursor:pointer;background:#fff;border:none;border-radius:41px;justify-content:center;align-items:center;width:164px;height:44px;padding:0 20px;transition:width .25s cubic-bezier(.23,1,.32,1),height .25s cubic-bezier(.23,1,.32,1),background-color .2s,box-shadow .2s,border-radius .25s cubic-bezier(.23,1,.32,1),opacity .15s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.ControlModes-module__xuu_BW__audioPill:hover{box-shadow:0 4px 12px #00000014,0 0 #00000040,0 0 1px 1px #0000001f}.ControlModes-module__xuu_BW__audioPillCollapsed{width:48px;height:48px;color:var(--volcanic-ash-500);box-shadow:none;background:0 0;border-radius:50%;padding:0;}.ControlModes-module__xuu_BW__audioPillCollapsed:hover{box-shadow:none;background-color:#0000000d}.ControlModes-module__xuu_BW__audioPillSpeaking{background:var(--volcanic-ash-950);box-shadow:none;}.ControlModes-module__xuu_BW__audioPillSpeaking:hover{box-shadow:none}.ControlModes-module__xuu_BW__audioPillDisabled{cursor:not-allowed;opacity:.7}.ControlModes-module__xuu_BW__audioPillDisabled:hover{box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.ControlModes-module__xuu_BW__audioPillContent{align-items:center;gap:6px;display:flex}.ControlModes-module__xuu_BW__audioPillLabel{font-family:var(--font-sans);font-size:14px;font-weight:500;line-height:20px}.ControlModes-module__xuu_BW__keyBadge{width:20px;height:20px;font-family:var(--font-mono);letter-spacing:-.1px;color:#000;background:#eee8dd;border-radius:3px;justify-content:center;align-items:center;font-size:12px;font-weight:600;line-height:16px;display:flex}.ControlModes-module__xuu_BW__startTalkingLabel{font-family:var(--font-sans);color:#fff;font-size:14px;font-weight:500;line-height:20px}.ControlModes-module__xuu_BW__audioPillDisabledLabel{font-family:var(--font-sans);color:#0006;font-size:14px;font-weight:500;line-height:20px}
.InterviewStepper-module__aZMVXq__container{background:#eee8dd;border-radius:41px;flex-direction:row;align-items:flex-start;height:48px;padding:4px;display:flex}.InterviewStepper-module__aZMVXq__step{cursor:pointer;background:0 0;border:none;border-radius:41px;flex-direction:row;align-items:center;gap:6px;height:40px;padding:8px 14px 8px 10px;text-decoration:none;transition:background-color .15s;display:flex}.InterviewStepper-module__aZMVXq__step:hover{background-color:#ffffff80}.InterviewStepper-module__aZMVXq__stepActive{background:#fff;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.InterviewStepper-module__aZMVXq__stepActive:hover{background:#fff}.InterviewStepper-module__aZMVXq__label{font-family:var(--font-sans);letter-spacing:-.1px;color:#121826;font-size:15px;font-weight:500;line-height:14px}.InterviewStepper-module__aZMVXq__count{border-radius:43.75px;flex-direction:column;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.InterviewStepper-module__aZMVXq__countActive{background:#030816}.InterviewStepper-module__aZMVXq__countInactive{background:#fff}.InterviewStepper-module__aZMVXq__countActive .InterviewStepper-module__aZMVXq__countLabel{color:#fff}.InterviewStepper-module__aZMVXq__countInactive .InterviewStepper-module__aZMVXq__countLabel{color:#2e2e30}.InterviewStepper-module__aZMVXq__countLabel{font-family:var(--font-mono);text-align:center;letter-spacing:-.25px;font-size:13.75px;font-weight:700;line-height:18px}
.InterviewDetails-module__k4Mv0W__card{background:#fff;border-radius:16px;flex-direction:column;width:320px;padding:16px;animation:.2s cubic-bezier(.23,1,.32,1) InterviewDetails-module__k4Mv0W__popoverEnter;display:flex;box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}@keyframes InterviewDetails-module__k4Mv0W__popoverEnter{0%{opacity:0;transform:translateY(4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.InterviewDetails-module__k4Mv0W__title{font-family:var(--font-sans);letter-spacing:-.1px;color:var(--volcanic-ash-950);margin:0 0 12px;font-size:15px;font-weight:600;line-height:20px}.InterviewDetails-module__k4Mv0W__section{border-top:1px solid #00000014;flex-direction:column;gap:10px;margin:0 -16px;padding:12px 16px;display:flex}.InterviewDetails-module__k4Mv0W__section:last-child{padding-bottom:0}.InterviewDetails-module__k4Mv0W__sectionTitle{font-family:var(--font-sans);color:var(--volcanic-ash-950);font-size:13px;font-weight:600;line-height:16px}.InterviewDetails-module__k4Mv0W__description{font-family:var(--font-sans);color:var(--volcanic-ash-500);font-size:13px;font-weight:400;line-height:18px}.InterviewDetails-module__k4Mv0W__videoRow{align-items:flex-start;gap:12px;display:flex}.InterviewDetails-module__k4Mv0W__videoText{flex-direction:column;flex:1;gap:4px;display:flex}.InterviewDetails-module__k4Mv0W__videoThumb{border-radius:8px;flex-shrink:0;width:96px;height:64px;position:relative;overflow:hidden}.InterviewDetails-module__k4Mv0W__videoImg{object-fit:cover;width:100%;height:100%}.InterviewDetails-module__k4Mv0W__playOverlay{background:#0000004d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.InterviewDetails-module__k4Mv0W__participant{align-items:center;gap:8px;display:flex}.InterviewDetails-module__k4Mv0W__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.InterviewDetails-module__k4Mv0W__avatarInitial{background:var(--glacial-lake-100,#e0f2fe);width:32px;height:32px;color:var(--glacial-lake-700,#0369a1);font-family:var(--font-sans);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.InterviewDetails-module__k4Mv0W__participantInfo{flex-direction:column;gap:2px;display:flex}.InterviewDetails-module__k4Mv0W__name{font-family:var(--font-sans);color:var(--volcanic-ash-950);font-size:13px;font-weight:500;line-height:16px}.InterviewDetails-module__k4Mv0W__role{font-family:var(--font-sans);color:var(--volcanic-ash-500);font-size:12px;font-weight:400;line-height:16px}.InterviewDetails-module__k4Mv0W__tag{font-family:var(--font-sans);color:var(--volcanic-ash-500);margin-left:auto;font-size:13px;font-weight:400;line-height:16px}
.padding-module__80_gOW__padding0{padding:var(--space-0)}.padding-module__80_gOW__paddingPx{padding:var(--space-px)}.padding-module__80_gOW__padding1{padding:var(--space-1)}.padding-module__80_gOW__padding1-5{padding:var(--space-1-5)}.padding-module__80_gOW__padding2{padding:var(--space-2)}.padding-module__80_gOW__padding3{padding:var(--space-3)}.padding-module__80_gOW__padding4{padding:var(--space-4)}.padding-module__80_gOW__padding6{padding:var(--space-6)}.padding-module__80_gOW__padding7{padding:var(--space-7)}.padding-module__80_gOW__padding8{padding:var(--space-8)}.padding-module__80_gOW__padding10{padding:var(--space-10)}.padding-module__80_gOW__paddingTop0{padding-top:var(--space-0)}.padding-module__80_gOW__paddingTopPx{padding-top:var(--space-px)}.padding-module__80_gOW__paddingTop1{padding-top:var(--space-1)}.padding-module__80_gOW__paddingTop1-5{padding-top:var(--space-1-5)}.padding-module__80_gOW__paddingTop2{padding-top:var(--space-2)}.padding-module__80_gOW__paddingTop3{padding-top:var(--space-3)}.padding-module__80_gOW__paddingTop4{padding-top:var(--space-4)}.padding-module__80_gOW__paddingTop6{padding-top:var(--space-6)}.padding-module__80_gOW__paddingTop7{padding-top:var(--space-7)}.padding-module__80_gOW__paddingTop8{padding-top:var(--space-8)}.padding-module__80_gOW__paddingTop10{padding-top:var(--space-10)}.padding-module__80_gOW__paddingBottom0{padding-bottom:var(--space-0)}.padding-module__80_gOW__paddingBottomPx{padding-bottom:var(--space-px)}.padding-module__80_gOW__paddingBottom1{padding-bottom:var(--space-1)}.padding-module__80_gOW__paddingBottom1-5{padding-bottom:var(--space-1-5)}.padding-module__80_gOW__paddingBottom2{padding-bottom:var(--space-2)}.padding-module__80_gOW__paddingBottom3{padding-bottom:var(--space-3)}.padding-module__80_gOW__paddingBottom4{padding-bottom:var(--space-4)}.padding-module__80_gOW__paddingBottom6{padding-bottom:var(--space-6)}.padding-module__80_gOW__paddingBottom7{padding-bottom:var(--space-7)}.padding-module__80_gOW__paddingBottom8{padding-bottom:var(--space-8)}.padding-module__80_gOW__paddingBottom10{padding-bottom:var(--space-10)}.padding-module__80_gOW__paddingLeft0{padding-left:var(--space-0)}.padding-module__80_gOW__paddingLeftPx{padding-left:var(--space-px)}.padding-module__80_gOW__paddingLeft1{padding-left:var(--space-1)}.padding-module__80_gOW__paddingLeft1-5{padding-left:var(--space-1-5)}.padding-module__80_gOW__paddingLeft2{padding-left:var(--space-2)}.padding-module__80_gOW__paddingLeft3{padding-left:var(--space-3)}.padding-module__80_gOW__paddingLeft4{padding-left:var(--space-4)}.padding-module__80_gOW__paddingLeft6{padding-left:var(--space-6)}.padding-module__80_gOW__paddingLeft7{padding-left:var(--space-7)}.padding-module__80_gOW__paddingLeft8{padding-left:var(--space-8)}.padding-module__80_gOW__paddingLeft10{padding-left:var(--space-10)}.padding-module__80_gOW__paddingRight0{padding-right:var(--space-0)}.padding-module__80_gOW__paddingRightPx{padding-right:var(--space-px)}.padding-module__80_gOW__paddingRight1{padding-right:var(--space-1)}.padding-module__80_gOW__paddingRight1-5{padding-right:var(--space-1-5)}.padding-module__80_gOW__paddingRight2{padding-right:var(--space-2)}.padding-module__80_gOW__paddingRight3{padding-right:var(--space-3)}.padding-module__80_gOW__paddingRight4{padding-right:var(--space-4)}.padding-module__80_gOW__paddingRight6{padding-right:var(--space-6)}.padding-module__80_gOW__paddingRight7{padding-right:var(--space-7)}.padding-module__80_gOW__paddingRight8{padding-right:var(--space-8)}.padding-module__80_gOW__paddingRight10{padding-right:var(--space-10)}
.Grid-module__ToYotW__base{flex-direction:row;display:flex}.Grid-module__ToYotW__gapPx{gap:var(--space-px)}.Grid-module__ToYotW__gap1{gap:var(--space-1)}.Grid-module__ToYotW__gap1-5{gap:var(--space-1-5)}.Grid-module__ToYotW__gap2{gap:var(--space-2)}.Grid-module__ToYotW__gap3{gap:var(--space-3)}.Grid-module__ToYotW__gap4{gap:var(--space-4)}.Grid-module__ToYotW__gap6{gap:var(--space-6)}.Grid-module__ToYotW__gap8{gap:var(--space-8)}.Grid-module__ToYotW__gap10{gap:var(--space-10)}.Grid-module__ToYotW__alignStart{align-items:flex-start}.Grid-module__ToYotW__alignCenter{align-items:center}.Grid-module__ToYotW__alignEnd{align-items:flex-end}.Grid-module__ToYotW__alignStretch{align-items:stretch}.Grid-module__ToYotW__alignBaseline{align-items:baseline}.Grid-module__ToYotW__justifyStart{justify-content:flex-start}.Grid-module__ToYotW__justifyCenter{justify-content:center}.Grid-module__ToYotW__justifyEnd{justify-content:flex-end}.Grid-module__ToYotW__justifyBetween{justify-content:space-between}.Grid-module__ToYotW__columns2{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.Grid-module__ToYotW__columns3{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.Grid-module__ToYotW__columns4{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.Grid-module__ToYotW__wrap{flex-wrap:wrap}
.Stack-module__atyqsa__base{flex-direction:column;display:flex}.Stack-module__atyqsa__gap1{gap:var(--space-1)}.Stack-module__atyqsa__gap1-5{gap:var(--space-1-5)}.Stack-module__atyqsa__gap2{gap:var(--space-2)}.Stack-module__atyqsa__gap3{gap:var(--space-3)}.Stack-module__atyqsa__gap4{gap:var(--space-4)}.Stack-module__atyqsa__gap6{gap:var(--space-6)}.Stack-module__atyqsa__gap8{gap:var(--space-8)}.Stack-module__atyqsa__gap10{gap:var(--space-10)}.Stack-module__atyqsa__alignStart{align-items:flex-start}.Stack-module__atyqsa__alignCenter{align-items:center}.Stack-module__atyqsa__alignEnd{align-items:flex-end}.Stack-module__atyqsa__alignStretch{align-items:stretch}.Stack-module__atyqsa__justifyStart{justify-content:flex-start}.Stack-module__atyqsa__justifyCenter{justify-content:center}.Stack-module__atyqsa__justifyEnd{justify-content:flex-end}.Stack-module__atyqsa__justifyBetween{justify-content:space-between}
.MicWaveform-module__xhNTmq__container{width:100%;height:100%;position:relative}.MicWaveform-module__xhNTmq__idleLine{border-style:dotted;border-top-width:2px;border-color:var(--muted-foreground);opacity:.2;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.MicWaveform-module__xhNTmq__canvas{width:100%;height:100%;display:block}
.MicSelector-module__rXHsLW__trigger{cursor:pointer;align-items:center;gap:6px;width:192px;display:flex}.MicSelector-module__rXHsLW__trigger:hover{background-color:var(--accent)}.MicSelector-module__rXHsLW__icon{flex-shrink:0;width:16px;height:16px}.MicSelector-module__rXHsLW__iconSmall{flex-shrink:0;width:12px;height:12px}.MicSelector-module__rXHsLW__label{text-align:left;flex:1}.MicSelector-module__rXHsLW__menuItem{justify-content:space-between;align-items:center;display:flex}.MicSelector-module__rXHsLW__footer{padding:8px}.MicSelector-module__rXHsLW__muteButton{gap:8px;height:32px}.MicSelector-module__rXHsLW__waveformPreview{border-radius:var(--radius-md);background-color:var(--accent);width:64px;margin-left:auto;padding:6px;overflow:hidden}.MicSelector-module__rXHsLW__dropdownContent{width:288px}
.Orb-module__JiGHeG__container{width:100%;height:100%;position:relative}
.Priority-module__P_wLoa__base{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Priority-module__P_wLoa__base svg{width:10px;height:7px}.Priority-module__P_wLoa__badge{border-radius:32px;height:16px;padding:0 4px}.Priority-module__P_wLoa__base[data-priority="1"]{color:#b42316}.Priority-module__P_wLoa__badge[data-priority="1"]{background-color:#fbe5e3}.Priority-module__P_wLoa__base[data-priority="2"]{color:#a35410}.Priority-module__P_wLoa__badge[data-priority="2"]{background-color:#fff1e5}.Priority-module__P_wLoa__base[data-priority="3"]{color:#a27c00}.Priority-module__P_wLoa__badge[data-priority="3"]{background-color:#ffe8b2}.Priority-module__P_wLoa__base[data-priority="4"]{color:#6b5dd6}.Priority-module__P_wLoa__badge[data-priority="4"]{background-color:#e5e5ff}.Priority-module__P_wLoa__base[data-priority="5"]{color:#064322}.Priority-module__P_wLoa__badge[data-priority="5"]{background-color:#e8f7c9}.Priority-module__P_wLoa__base[data-priority="6"]{color:#00765f}.Priority-module__P_wLoa__badge[data-priority="6"]{background-color:#dcffef}
.Response-module__jh50gq__container{width:100%;height:100%}.Response-module__jh50gq__container>:first-child{margin-top:0}.Response-module__jh50gq__container>:last-child{margin-bottom:0}
.Select-module__y8vzFa__trigger{box-shadow:var(--shadow-100);background-color:var(--color-surface);font-family:var(--font-sans);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;transition:box-shadow .15s;display:inline-flex}.Select-module__y8vzFa__trigger:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.Select-module__y8vzFa__trigger:disabled{cursor:not-allowed;opacity:.5}.Select-module__y8vzFa__trigger[data-placeholder]{color:var(--volcanic-ash-400)}.Select-module__y8vzFa__triggerSm{border-radius:5px;height:28px;padding:0 8px;font-size:12px}.Select-module__y8vzFa__triggerMd{border-radius:6px;height:32px;padding:0 10px;font-size:13px}.Select-module__y8vzFa__triggerLg{border-radius:6px;height:36px;padding:0 12px;font-size:14px}.Select-module__y8vzFa__triggerIcon{color:var(--volcanic-ash-400);flex-shrink:0}.Select-module__y8vzFa__content{z-index:50;min-width:var(--radix-select-trigger-width);max-height:var(--radix-select-content-available-height);background-color:var(--color-surface);box-shadow:var(--shadow-200);border-radius:8px;animation:.15s ease-out Select-module__y8vzFa__contentShow;overflow:hidden}.Select-module__y8vzFa__content[data-state=closed]{animation:.1s ease-out Select-module__y8vzFa__contentHide}.Select-module__y8vzFa__content[data-side=bottom]{animation-name:Select-module__y8vzFa__slideFromTop}.Select-module__y8vzFa__content[data-side=top]{animation-name:Select-module__y8vzFa__slideFromBottom}.Select-module__y8vzFa__viewport{padding:4px}.Select-module__y8vzFa__item{cursor:pointer;-webkit-user-select:none;user-select:none;font-family:var(--font-sans);color:var(--volcanic-ash-800);border-radius:6px;outline:none;align-items:center;padding:6px 32px 6px 8px;font-size:13px;line-height:1.4;transition:background-color .1s;display:flex;position:relative}.Select-module__y8vzFa__item:focus,.Select-module__y8vzFa__item[data-highlighted]{background-color:var(--volcanic-ash-100);outline:none}.Select-module__y8vzFa__item[data-disabled]{pointer-events:none;opacity:.5}.Select-module__y8vzFa__itemIndicator{width:16px;height:16px;color:var(--volcanic-ash-900);justify-content:center;align-items:center;display:flex;position:absolute;right:8px}.Select-module__y8vzFa__label{font-family:var(--font-sans);color:var(--volcanic-ash-500);padding:6px 8px;font-size:12px;font-weight:500}.Select-module__y8vzFa__separator{background-color:var(--volcanic-ash-200);height:1px;margin:4px -4px}.Select-module__y8vzFa__scrollButton{cursor:default;color:var(--volcanic-ash-500);justify-content:center;align-items:center;padding:4px;display:flex}@keyframes Select-module__y8vzFa__contentShow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes Select-module__y8vzFa__contentHide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}@keyframes Select-module__y8vzFa__slideFromTop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes Select-module__y8vzFa__slideFromBottom{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.DependencyCommand-module__oL5pdW__root [cmdk-input-wrapper]{border-bottom:none}.DependencyCommand-module__oL5pdW__filters{padding:8px 12px}.DependencyCommand-module__oL5pdW__emptyState{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 16px;display:flex}.DependencyCommand-module__oL5pdW__createForm{flex-direction:column;gap:6px;display:flex}.DependencyCommand-module__oL5pdW__createLabel{font-family:var(--font-sans);color:var(--volcanic-ash-700,#374151);margin-top:12px;font-size:13px;font-weight:500}.DependencyCommand-module__oL5pdW__createLabel:first-child{margin-top:0}
.SelectionBar-module__SoHSZG__overlay{bottom:var(--space-6);pointer-events:none;z-index:var(--z-fixed);opacity:1;transition:opacity .2s cubic-bezier(.23,1,.32,1),transform .2s cubic-bezier(.23,1,.32,1),display .2s allow-discrete;justify-content:center;display:flex;position:absolute;left:0;right:0;transform:translateY(0)}@starting-style{.SelectionBar-module__SoHSZG__overlay{opacity:0;transform:translateY(12px)}}.SelectionBar-module__SoHSZG__overlay[data-state=closed]{opacity:0;display:none;transform:translateY(12px)}.SelectionBar-module__SoHSZG__card{pointer-events:auto}.SelectionBar-module__SoHSZG__content{align-items:center;gap:var(--space-3);display:flex}
.Separator-module__FxwBkG__base{background-color:var(--volcanic-ash-200);flex-shrink:0}.Separator-module__FxwBkG__horizontal{width:100%;height:1px}.Separator-module__FxwBkG__vertical{width:1px;height:100%}.Separator-module__FxwBkG__spacingNone{margin:0}.Separator-module__FxwBkG__spacingSm{margin:8px 0}.Separator-module__FxwBkG__spacingSm[data-orientation=vertical]{margin:0 8px}.Separator-module__FxwBkG__spacingMd{margin:12px 0}.Separator-module__FxwBkG__spacingMd[data-orientation=vertical]{margin:0 12px}.Separator-module__FxwBkG__spacingLg{margin:16px 0}.Separator-module__FxwBkG__spacingLg[data-orientation=vertical]{margin:0 16px}
.Field-module___p1x2q__fieldSet{flex-direction:column;gap:24px;display:flex}:is(.Field-module___p1x2q__fieldSet:has(>[data-slot=checkbox-group]),.Field-module___p1x2q__fieldSet:has(>[data-slot=radio-group])){gap:12px}.Field-module___p1x2q__legend{font-family:var(--font-sans);margin-bottom:12px;font-weight:500}.Field-module___p1x2q__legendVariantLegend{font-size:16px}.Field-module___p1x2q__legendVariantLabel{font-size:14px}.Field-module___p1x2q__fieldGroup{flex-direction:column;gap:28px;width:100%;display:flex;container:field-group/inline-size}.Field-module___p1x2q__fieldGroup[data-slot=checkbox-group]{gap:12px}.Field-module___p1x2q__fieldGroup>[data-slot=field-group]{gap:16px}.Field-module___p1x2q__field{gap:4px;width:100%;display:flex}.Field-module___p1x2q__field[data-invalid=true]{color:var(--alpine-rose-600)}.Field-module___p1x2q__fieldVertical{flex-direction:column}.Field-module___p1x2q__fieldVertical>*{width:100%}.Field-module___p1x2q__fieldVertical>.Field-module___p1x2q__sr-only{width:auto}.Field-module___p1x2q__fieldHorizontal{flex-direction:row;align-items:center}.Field-module___p1x2q__fieldHorizontal>[data-slot=field-label]{flex:auto}.Field-module___p1x2q__fieldHorizontal:has(>[data-slot=field-content]){align-items:flex-start}:is(.Field-module___p1x2q__fieldHorizontal:has(>[data-slot=field-content]) [role=checkbox],.Field-module___p1x2q__fieldHorizontal:has(>[data-slot=field-content]) [role=radio]){margin-top:1px}.Field-module___p1x2q__fieldResponsive{flex-direction:column}.Field-module___p1x2q__fieldResponsive>*{width:100%}.Field-module___p1x2q__fieldResponsive>.Field-module___p1x2q__sr-only{width:auto}@container field-group (min-width:448px){.Field-module___p1x2q__fieldResponsive{flex-direction:row;align-items:center}.Field-module___p1x2q__fieldResponsive>*{width:auto}.Field-module___p1x2q__fieldResponsive>[data-slot=field-label]{flex:auto}.Field-module___p1x2q__fieldResponsive:has(>[data-slot=field-content]){align-items:flex-start}:is(.Field-module___p1x2q__fieldResponsive:has(>[data-slot=field-content]) [role=checkbox],.Field-module___p1x2q__fieldResponsive:has(>[data-slot=field-content]) [role=radio]){margin-top:1px}}.Field-module___p1x2q__fieldContent{flex-direction:column;flex:1;gap:6px;line-height:1.4;display:flex}.Field-module___p1x2q__fieldLabel{gap:8px;width:fit-content;line-height:1.4;display:flex}.Field-module___p1x2q__field[data-disabled=true] .Field-module___p1x2q__fieldLabel{opacity:.5}.Field-module___p1x2q__fieldLabel:has(>[data-slot=field]){border:1px solid var(--volcanic-ash-200);border-radius:6px;flex-direction:column;width:100%}.Field-module___p1x2q__fieldLabel>[data-slot=field]{padding:16px}.Field-module___p1x2q__fieldLabel:has([data-state=checked]){background-color:rgba(var(--forest-green-500-rgb),.05);border-color:var(--forest-green-600)}.Field-module___p1x2q__fieldTitle{width:fit-content;font-family:var(--font-sans);align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:1.4;display:flex}.Field-module___p1x2q__field[data-disabled=true] .Field-module___p1x2q__fieldTitle{opacity:.5}.Field-module___p1x2q__fieldDescription{font-family:var(--font-sans);color:var(--volcanic-ash-500);font-size:14px;font-weight:400;line-height:1.5}.Field-module___p1x2q__fieldDescription:last-child{margin-top:0}.Field-module___p1x2q__fieldDescription:nth-last-child(2){margin-top:-4px}[data-variant=legend]+.Field-module___p1x2q__fieldDescription{margin-top:-6px}.Field-module___p1x2q__fieldDescription a{text-underline-offset:4px;text-decoration:underline}.Field-module___p1x2q__fieldDescription a:hover{color:var(--volcanic-ash-900)}.Field-module___p1x2q__fieldSeparator{height:20px;margin:-8px 0;font-size:14px;position:relative}.Field-module___p1x2q__fieldGroup[data-variant=outline] .Field-module___p1x2q__fieldSeparator{margin-bottom:-8px}.Field-module___p1x2q__fieldSeparatorLine{position:absolute;inset:50% 0 0}.Field-module___p1x2q__fieldSeparatorContent{width:fit-content;color:var(--volcanic-ash-500);background-color:#fff;margin:0 auto;padding:0 8px;display:block;position:relative}.Field-module___p1x2q__fieldError{font-family:var(--font-sans);color:var(--alpine-rose-600);font-size:14px;font-weight:400}.Field-module___p1x2q__fieldErrorList{flex-direction:column;gap:4px;margin-left:16px;list-style-type:disc;display:flex}
.ProgressBar-module__lYk_la__bar{border-radius:var(--radius-full);width:4px;height:12px;transition-property:background-color,transform;transition-duration:.3s;transition-timing-function:ease-in-out;display:block}.ProgressBar-module__lYk_la__tooltip{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-2);display:flex}.ProgressBar-module__lYk_la__tooltipDot{border-radius:var(--radius-full);width:6px;height:6px}
.Severity-module__M_TWIW__base{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Severity-module__M_TWIW__base svg{width:100%;height:100%}.Severity-module__M_TWIW__sm{width:16px;height:16px}.Severity-module__M_TWIW__md{width:20px;height:20px}.Severity-module__M_TWIW__lg{width:24px;height:24px}.Severity-module__M_TWIW__fadedBar{fill:#caccd1}.Severity-module__M_TWIW__base[data-severity="5"],.Severity-module__M_TWIW__base[data-severity="4"]{color:#b3063c}.Severity-module__M_TWIW__base[data-severity="3"]{color:#eba130}.Severity-module__M_TWIW__base[data-severity="3"] .Severity-module__M_TWIW__fadedBar{fill:#ffddbd}.Severity-module__M_TWIW__base[data-severity="2"]{color:#1f2937}.Severity-module__M_TWIW__base[data-severity="1"]{color:#caccd1}
.Sheet-module__TvWiqW__overlay{z-index:50;background-color:#00000080;animation:.2s ease-out Sheet-module__TvWiqW__fadeIn;position:fixed;inset:0}.Sheet-module__TvWiqW__overlay[data-state=closed]{animation:.2s ease-out Sheet-module__TvWiqW__fadeOut}.Sheet-module__TvWiqW__content{z-index:50;background-color:var(--color-surface);box-shadow:var(--shadow-300);flex-direction:column;gap:16px;display:flex;position:fixed}.Sheet-module__TvWiqW__right{border-left:1px solid var(--volcanic-ash-200);width:75%;max-width:400px;animation:.3s ease-out Sheet-module__TvWiqW__slideInFromRight;top:0;bottom:0;right:0}.Sheet-module__TvWiqW__right[data-state=closed]{animation:.2s ease-out Sheet-module__TvWiqW__slideOutToRight}.Sheet-module__TvWiqW__left{border-right:1px solid var(--volcanic-ash-200);width:75%;max-width:400px;animation:.3s ease-out Sheet-module__TvWiqW__slideInFromLeft;top:0;bottom:0;left:0}.Sheet-module__TvWiqW__left[data-state=closed]{animation:.2s ease-out Sheet-module__TvWiqW__slideOutToLeft}.Sheet-module__TvWiqW__top{border-bottom:1px solid var(--volcanic-ash-200);animation:.3s ease-out Sheet-module__TvWiqW__slideInFromTop;top:0;left:0;right:0}.Sheet-module__TvWiqW__top[data-state=closed]{animation:.2s ease-out Sheet-module__TvWiqW__slideOutToTop}.Sheet-module__TvWiqW__bottom{border-top:1px solid var(--volcanic-ash-200);animation:.3s ease-out Sheet-module__TvWiqW__slideInFromBottom;bottom:0;left:0;right:0}.Sheet-module__TvWiqW__bottom[data-state=closed]{animation:.2s ease-out Sheet-module__TvWiqW__slideOutToBottom}.Sheet-module__TvWiqW__closeButton{width:28px;height:28px;color:var(--volcanic-ash-500);cursor:pointer;background-color:#0000;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex;position:absolute;top:16px;right:16px}.Sheet-module__TvWiqW__closeButton:hover{background-color:var(--volcanic-ash-100);color:var(--volcanic-ash-700)}.Sheet-module__TvWiqW__closeButton:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.Sheet-module__TvWiqW__header{flex-direction:column;gap:8px;padding:24px 48px 24px 24px;display:flex}.Sheet-module__TvWiqW__footer{border-top:1px solid var(--volcanic-ash-200);flex-direction:row;justify-content:flex-end;gap:8px;margin-top:auto;padding:16px 24px;display:flex}.Sheet-module__TvWiqW__title{font-family:var(--font-sans);color:var(--volcanic-ash-900);margin:0;font-size:16px;font-weight:600;line-height:1.4}.Sheet-module__TvWiqW__description{font-family:var(--font-sans);color:var(--volcanic-ash-600);margin:0;font-size:13px;line-height:1.5}@keyframes Sheet-module__TvWiqW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Sheet-module__TvWiqW__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes Sheet-module__TvWiqW__slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Sheet-module__TvWiqW__slideOutToRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes Sheet-module__TvWiqW__slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Sheet-module__TvWiqW__slideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes Sheet-module__TvWiqW__slideInFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes Sheet-module__TvWiqW__slideOutToTop{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes Sheet-module__TvWiqW__slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes Sheet-module__TvWiqW__slideOutToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}
.Peek-module__uUUXfa__content{z-index:50;background-color:var(--color-surface);width:280px;box-shadow:var(--shadow-300);border-radius:8px;outline:none;padding:16px;animation-duration:.2s;animation-timing-function:ease-out}.Peek-module__uUUXfa__content[data-state=open]{animation-name:Peek-module__uUUXfa__fadeIn}.Peek-module__uUUXfa__content[data-state=closed]{animation-name:Peek-module__uUUXfa__fadeOut}.Peek-module__uUUXfa__content[data-side=top]{animation-name:Peek-module__uUUXfa__slideInFromBottom}.Peek-module__uUUXfa__content[data-side=bottom]{animation-name:Peek-module__uUUXfa__slideInFromTop}.Peek-module__uUUXfa__content[data-side=left]{animation-name:Peek-module__uUUXfa__slideInFromRight}.Peek-module__uUUXfa__content[data-side=right]{animation-name:Peek-module__uUUXfa__slideInFromLeft}.Peek-module__uUUXfa__content[data-state=closed][data-side=top],.Peek-module__uUUXfa__content[data-state=closed][data-side=bottom],.Peek-module__uUUXfa__content[data-state=closed][data-side=left],.Peek-module__uUUXfa__content[data-state=closed][data-side=right]{animation-name:Peek-module__uUUXfa__fadeOut}.Peek-module__uUUXfa__arrow{fill:var(--color-surface)}@keyframes Peek-module__uUUXfa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Peek-module__uUUXfa__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes Peek-module__uUUXfa__slideInFromTop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes Peek-module__uUUXfa__slideInFromBottom{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes Peek-module__uUUXfa__slideInFromLeft{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@keyframes Peek-module__uUUXfa__slideInFromRight{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}
.ShimmeringText-module__Bsw62G__text{background-size:250% 100%,auto;-webkit-background-clip:text;background-clip:text;background-repeat:no-repeat,padding-box;color:#0000;--base-color:var(--muted-foreground);--shimmer-color:var(--foreground);--shimmer-bg:linear-gradient(90deg,transparent calc(50% - var(--spread)),var(--shimmer-color),transparent calc(50% + var(--spread)));display:inline-block;position:relative}
.Skeleton-module__tbaLEG__skeleton{background-color:var(--volcanic-ash-100);animation:1.5s ease-in-out infinite Skeleton-module__tbaLEG__pulse}.Skeleton-module__tbaLEG__radiusNone{border-radius:0}.Skeleton-module__tbaLEG__radiusSm{border-radius:4px}.Skeleton-module__tbaLEG__radiusMd{border-radius:6px}.Skeleton-module__tbaLEG__radiusLg{border-radius:8px}.Skeleton-module__tbaLEG__radiusFull{border-radius:9999px}@keyframes Skeleton-module__tbaLEG__pulse{0%,to{opacity:1}50%{opacity:.5}}
.RadioGroup-module__LciTbq__root{gap:12px;display:grid}.RadioGroup-module__LciTbq__item{border:1px solid var(--volcanic-ash-300);cursor:pointer;background-color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .15s,border-color .15s;display:inline-flex}.RadioGroup-module__LciTbq__item:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.RadioGroup-module__LciTbq__item:disabled{cursor:not-allowed;opacity:.5}.RadioGroup-module__LciTbq__item[data-state=checked]{border-color:var(--volcanic-ash-900)}.RadioGroup-module__LciTbq__item[aria-invalid=true]{border-color:var(--alpine-rose-500)}.RadioGroup-module__LciTbq__sm{width:14px;height:14px}.RadioGroup-module__LciTbq__md{width:18px;height:18px}.RadioGroup-module__LciTbq__lg{width:22px;height:22px}.RadioGroup-module__LciTbq__indicator{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.RadioGroup-module__LciTbq__dot{background-color:var(--volcanic-ash-900);border-radius:50%;width:50%;height:50%;display:block}
.ScrollArea-module__sMBNCW__root{position:relative;overflow:hidden}.ScrollArea-module__sMBNCW__viewport{border-radius:inherit;width:100%;height:100%}.ScrollArea-module__sMBNCW__viewport:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.ScrollArea-module__sMBNCW__scrollbar{touch-action:none;-webkit-user-select:none;user-select:none;padding:1px;transition:background-color .15s;display:flex}.ScrollArea-module__sMBNCW__scrollbar:hover{background-color:var(--volcanic-ash-100)}.ScrollArea-module__sMBNCW__vertical{border-left:1px solid #0000;width:10px;height:100%}.ScrollArea-module__sMBNCW__horizontal{border-top:1px solid #0000;flex-direction:column;height:10px}.ScrollArea-module__sMBNCW__thumb{background-color:var(--volcanic-ash-300);border-radius:9999px;flex:1;transition:background-color .15s;position:relative}.ScrollArea-module__sMBNCW__thumb:hover{background-color:var(--volcanic-ash-400)}.ScrollArea-module__sMBNCW__corner{background-color:var(--volcanic-ash-100)}
.SpeakerSelector-module__WPzJla__trigger{cursor:pointer;align-items:center;gap:6px;width:192px;display:flex}.SpeakerSelector-module__WPzJla__trigger:hover{background-color:var(--accent)}.SpeakerSelector-module__WPzJla__icon{flex-shrink:0;width:16px;height:16px}.SpeakerSelector-module__WPzJla__iconSmall{flex-shrink:0;width:12px;height:12px}.SpeakerSelector-module__WPzJla__label{text-align:left;flex:1}.SpeakerSelector-module__WPzJla__menuItem{justify-content:space-between;align-items:center;display:flex}.SpeakerSelector-module__WPzJla__footer{padding:8px}.SpeakerSelector-module__WPzJla__muteButton{gap:8px;height:32px}.SpeakerSelector-module__WPzJla__dropdownContent{width:288px}
@keyframes Spinner-module__5fbktG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Spinner-module__5fbktG__base{flex-shrink:0;animation:1s linear infinite Spinner-module__5fbktG__spin}.Spinner-module__5fbktG__sm{width:14px;height:14px}.Spinner-module__5fbktG__md{width:16px;height:16px}.Spinner-module__5fbktG__lg{width:20px;height:20px}
.Slider-module__3NEqbq__root{touch-action:none;-webkit-user-select:none;user-select:none;align-items:center;width:100%;display:flex;position:relative}.Slider-module__3NEqbq__root[data-disabled]{opacity:.5}.Slider-module__3NEqbq__root[data-orientation=vertical]{flex-direction:column;width:auto;height:100%;min-height:176px}.Slider-module__3NEqbq__track{background-color:var(--volcanic-ash-200);border-radius:9999px;flex-grow:1;position:relative;overflow:hidden}.Slider-module__3NEqbq__root[data-orientation=horizontal] .Slider-module__3NEqbq__track{width:100%;height:6px}.Slider-module__3NEqbq__root[data-orientation=vertical] .Slider-module__3NEqbq__track{width:6px;height:100%}.Slider-module__3NEqbq__range{background-color:var(--color-primary);position:absolute}.Slider-module__3NEqbq__root[data-orientation=horizontal] .Slider-module__3NEqbq__range{height:100%}.Slider-module__3NEqbq__root[data-orientation=vertical] .Slider-module__3NEqbq__range{width:100%}.Slider-module__3NEqbq__thumb{border:2px solid var(--color-primary);background-color:#fff;border-radius:9999px;flex-shrink:0;width:16px;height:16px;transition:box-shadow .15s;display:block;box-shadow:0 1px 2px #0000001a}.Slider-module__3NEqbq__thumb:hover{box-shadow:0 0 0 4px rgba(var(--color-primary-rgb,0,0,0),.15)}.Slider-module__3NEqbq__thumb:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.Slider-module__3NEqbq__thumb:disabled{pointer-events:none;opacity:.5}
.data-table-node-module__sJVbrq__wrapper{box-shadow:var(--shadow-100);border-radius:var(--space-2);margin:var(--space-4)0;overflow:hidden}.ProseMirror-selectednode .data-table-node-module__sJVbrq__wrapper{box-shadow:var(--shadow-100)}.data-table-node-module__sJVbrq__colorCircle{width:var(--space-2);height:var(--space-2);border-radius:50%}.data-table-node-module__sJVbrq__fitContent{width:fit-content}.data-table-node-module__sJVbrq__membersGrid{margin-left:calc(-1*var(--space-1))}
.Status-module__1UXXzq__base{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Status-module__1UXXzq__base svg{width:100%;height:100%}.Status-module__1UXXzq__sm{width:16px;height:16px}.Status-module__1UXXzq__md{width:20px;height:20px}.Status-module__1UXXzq__lg{width:24px;height:24px}.Status-module__1UXXzq__base[data-status=draft],.Status-module__1UXXzq__base[data-status=todo]{color:var(--volcanic-ash-500)}.Status-module__1UXXzq__base[data-status=in-progress]{color:var(--solar-flare-500)}.Status-module__1UXXzq__base[data-status=in-review]{color:var(--nebula-spark-500)}.Status-module__1UXXzq__approvedBg{fill:var(--nebula-spark-200)}.Status-module__1UXXzq__approvedFg{fill:var(--nebula-spark-950)}.Status-module__1UXXzq__completedBg{fill:var(--moss-canopy-200)}.Status-module__1UXXzq__completedFg{fill:var(--moss-canopy-950)}.Status-module__1UXXzq__rejectedBg{fill:var(--thermal-bloom-200)}.Status-module__1UXXzq__rejectedFg{fill:var(--thermal-bloom-950)}.Status-module__1UXXzq__archivedBg{fill:var(--volcanic-ash-500)}.Status-module__1UXXzq__archivedFg{fill:var(--color-surface)}
.text-editor-module__ps9-VW__container{height:100%}.text-editor-module__ps9-VW__containerEditable{border-radius:var(--radius-md);border:1px solid var(--border);background-color:var(--color-surface);margin-top:8px}.text-editor-module__ps9-VW__toolbar{border-bottom:1px solid var(--volcanic-ash-200);padding-inline:4px}.text-editor-module__ps9-VW__divider{border-left:1px solid var(--volcanic-ash-200);height:30px}.text-editor-module__ps9-VW__editorWrapper{padding:8px 12px}.text-editor-module__ps9-VW__editorWrapperReadonly>p:first-of-type{margin-top:0}.text-editor-module__ps9-VW__expandArea{cursor:text;flex:1;height:100%}
.NumberInput-module__6IaJnG__container{align-items:center;display:flex}.NumberInput-module__6IaJnG__input{appearance:textfield;position:relative}.NumberInput-module__6IaJnG__input::-webkit-inner-spin-button{appearance:none}.NumberInput-module__6IaJnG__input::-webkit-outer-spin-button{appearance:none}.NumberInput-module__6IaJnG__inputWithStepper{border-top-right-radius:0;border-bottom-right-radius:0}.NumberInput-module__6IaJnG__stepperButtons{flex-direction:column;display:flex}.NumberInput-module__6IaJnG__stepperButtonUp,.NumberInput-module__6IaJnG__stepperButtonDown{height:16px;padding:0 var(--space-2);border-left:0;border-radius:0}.NumberInput-module__6IaJnG__stepperButtonUp:focus-visible,.NumberInput-module__6IaJnG__stepperButtonDown:focus-visible{position:relative}.NumberInput-module__6IaJnG__stepperButtonUp{border-top-right-radius:var(--radius-md);border-bottom-width:.5px}.NumberInput-module__6IaJnG__stepperButtonDown{border-bottom-right-radius:var(--radius-md);border-top-width:.5px}.NumberInput-module__6IaJnG__stepperIcon{width:12px;height:12px}
.SearchInput-module__Jf0thq__container{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);align-items:center;display:flex}.SearchInput-module__Jf0thq__container:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary);outline:none}.SearchInput-module__Jf0thq__sm{border-radius:5px;height:28px;font-size:12px}.SearchInput-module__Jf0thq__md{border-radius:6px;height:32px;font-size:13px}.SearchInput-module__Jf0thq__lg{border-radius:6px;height:36px;font-size:14px}.SearchInput-module__Jf0thq__icon{margin-left:var(--space-2);width:14px;height:14px;color:var(--color-muted-foreground);flex-shrink:0}.SearchInput-module__Jf0thq__input{width:100%;padding:var(--space-1)var(--space-2);font-size:var(--text-sm);background:0 0;border:none;outline:none}.SearchInput-module__Jf0thq__input::placeholder{color:var(--color-muted-foreground)}
.Table-module__rkVXsG__container{width:100%;position:relative;overflow-x:auto}.Table-module__rkVXsG__containerScrolled{position:relative}.Table-module__rkVXsG__table{table-layout:auto;caption-side:bottom;width:100%;min-width:100%;font-family:var(--font-sans);border-collapse:collapse;background-color:var(--color-surface,#fff)}.Table-module__rkVXsG__header tr{border-bottom:1px solid #0000000d}.Table-module__rkVXsG__body tr:last-child{border-bottom:none}.Table-module__rkVXsG__footer{background-color:var(--volcanic-ash-50,#f9fafb);border-top:1px solid #0000000d;font-weight:500}.Table-module__rkVXsG__footer>tr:last-child{border-bottom:none}.Table-module__rkVXsG__row{border-bottom:1px solid #0000000d;height:32px;transition:background-color .15s}.Table-module__rkVXsG__row:hover{background-color:var(--volcanic-ash-50,#f9fafb)}.Table-module__rkVXsG__row[data-state=selected]{background-color:var(--volcanic-ash-100,#f3f4f6)}.Table-module__rkVXsG__head{text-align:left;vertical-align:middle;letter-spacing:-.2px;color:#00003473;height:32px;padding:0 8px;font-size:12px;font-weight:500;line-height:14px}.Table-module__rkVXsG__head:first-child{z-index:1;background:var(--color-surface,#fff);transition:background-color .15s;position:sticky;left:0}.Table-module__rkVXsG__head:first-child:after{content:"";background:linear-gradient(to right,var(--color-surface,#fff)0%,transparent 100%);opacity:0;pointer-events:none;width:24px;transition:opacity .15s,background .15s;position:absolute;top:0;bottom:0;right:-24px}.Table-module__rkVXsG__containerScrolled .Table-module__rkVXsG__head:first-child:after{opacity:1}.Table-module__rkVXsG__header tr:hover .Table-module__rkVXsG__head:first-child{background:var(--volcanic-ash-50,#f9fafb)}.Table-module__rkVXsG__header tr:hover .Table-module__rkVXsG__head:first-child:after{background:linear-gradient(to right,var(--volcanic-ash-50,#f9fafb)0%,transparent 100%)}.Table-module__rkVXsG__head:has([data-slot=checkbox]){cursor:pointer;width:24px;padding-right:0}.Table-module__rkVXsG__head>[data-slot=checkbox]{transform:translateY(2px)}.Table-module__rkVXsG__cell{vertical-align:middle;letter-spacing:-.1px;white-space:nowrap;color:#000000bd;height:32px;padding:0 8px;font-size:13px;line-height:14px}.Table-module__rkVXsG__cell:first-child{z-index:1;background:var(--color-surface,#fff);letter-spacing:-.2px;color:#272629;font-weight:500;transition:background-color .15s;position:sticky;left:0}.Table-module__rkVXsG__cell:first-child>*{min-width:0;max-width:100%;overflow:hidden}.Table-module__rkVXsG__cell:first-child:after{content:"";background:linear-gradient(to right,var(--color-surface,#fff)0%,transparent 100%);opacity:0;pointer-events:none;width:24px;transition:opacity .15s,background .15s;position:absolute;top:0;bottom:0;right:-24px}.Table-module__rkVXsG__containerScrolled .Table-module__rkVXsG__cell:first-child:after{opacity:1}.Table-module__rkVXsG__row:hover .Table-module__rkVXsG__cell:first-child{background:var(--volcanic-ash-50,#f9fafb)}.Table-module__rkVXsG__row:hover .Table-module__rkVXsG__cell:first-child:after{background:linear-gradient(to right,var(--volcanic-ash-50,#f9fafb)0%,transparent 100%)}.Table-module__rkVXsG__row[data-state=selected] .Table-module__rkVXsG__cell:first-child{background:var(--volcanic-ash-100,#f3f4f6)}.Table-module__rkVXsG__row[data-state=selected] .Table-module__rkVXsG__cell:first-child:after{background:linear-gradient(to right,var(--volcanic-ash-100,#f3f4f6)0%,transparent 100%)}.Table-module__rkVXsG__cell:has([data-slot=checkbox]){cursor:pointer;width:24px;padding-right:0}.Table-module__rkVXsG__cell>[data-slot=checkbox]{transform:translateY(2px)}:is(.Table-module__rkVXsG__head:has([data-slot=checkbox]),.Table-module__rkVXsG__cell:has([data-slot=checkbox])){opacity:0;transition:opacity .15s}:is(.Table-module__rkVXsG__container:hover .Table-module__rkVXsG__head:has([data-slot=checkbox]),.Table-module__rkVXsG__container:hover .Table-module__rkVXsG__cell:has([data-slot=checkbox]),.Table-module__rkVXsG__row[data-state=selected] .Table-module__rkVXsG__cell:has([data-slot=checkbox])){opacity:1}[data-sticky-mode=custom] .Table-module__rkVXsG__head:first-child{z-index:auto;background:0 0;position:static}[data-sticky-mode=custom] .Table-module__rkVXsG__head:first-child:after{content:none}[data-sticky-mode=custom] .Table-module__rkVXsG__cell:first-child{z-index:auto;font-weight:inherit;letter-spacing:inherit;color:inherit;background:0 0;position:static}[data-sticky-mode=custom] .Table-module__rkVXsG__cell:first-child:after{content:none}.Table-module__rkVXsG__stickyHead,.Table-module__rkVXsG__stickyCell{transition:background-color .15s}.Table-module__rkVXsG__row:hover .Table-module__rkVXsG__stickyCell{background-color:var(--volcanic-ash-50,#f9fafb)!important}.Table-module__rkVXsG__row[data-state=selected] .Table-module__rkVXsG__stickyCell{background-color:var(--volcanic-ash-100,#f3f4f6)!important}.Table-module__rkVXsG__stickyHead[data-sticky-last]:after,.Table-module__rkVXsG__stickyCell[data-sticky-last]:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(to right,var(--color-surface,#fff)0%,transparent 100%);width:24px;transition:opacity .15s,background .15s;position:absolute;top:0;bottom:0;right:-24px}.Table-module__rkVXsG__containerScrolled .Table-module__rkVXsG__stickyHead[data-sticky-last]:after,.Table-module__rkVXsG__containerScrolled .Table-module__rkVXsG__stickyCell[data-sticky-last]:after{opacity:1}.Table-module__rkVXsG__row:hover .Table-module__rkVXsG__stickyCell[data-sticky-last]:after{background:linear-gradient(to right,var(--volcanic-ash-50,#f9fafb)0%,transparent 100%)}.Table-module__rkVXsG__row[data-state=selected] .Table-module__rkVXsG__stickyCell[data-sticky-last]:after{background:linear-gradient(to right,var(--volcanic-ash-100,#f3f4f6)0%,transparent 100%)}.Table-module__rkVXsG__stickyHead[data-sticky=select],.Table-module__rkVXsG__stickyCell[data-sticky=select]{opacity:0;transition:opacity .15s cubic-bezier(.23,1,.32,1),transform .15s cubic-bezier(.23,1,.32,1),background-color .15s;transform:scale(.95)}.Table-module__rkVXsG__container:hover .Table-module__rkVXsG__stickyHead[data-sticky=select],.Table-module__rkVXsG__container:hover .Table-module__rkVXsG__stickyCell[data-sticky=select],.Table-module__rkVXsG__row[data-state=selected] .Table-module__rkVXsG__stickyCell[data-sticky=select]{opacity:1;transform:scale(1)}.Table-module__rkVXsG__groupRow{background:var(--volcanic-ash-50,#f9fafb);border-bottom:1px solid #0000000d;height:32px}.Table-module__rkVXsG__groupRow:hover{background:var(--volcanic-ash-50,#f9fafb)}.Table-module__rkVXsG__groupCell{vertical-align:middle;letter-spacing:-.1px;height:32px;color:var(--color-text-primary,#1a1a1a);background:var(--volcanic-ash-50,#f9fafb);padding:0;font-size:13px;font-weight:500;line-height:14px}.Table-module__rkVXsG__groupContent{z-index:1;background:var(--volcanic-ash-50,#f9fafb);align-items:center;gap:8px;height:100%;padding:0 8px;display:inline-flex;position:sticky;left:0}.Table-module__rkVXsG__groupContent:after{content:"";background:linear-gradient(to right,var(--volcanic-ash-50,#f9fafb)0%,transparent 100%);opacity:0;pointer-events:none;width:24px;position:absolute;top:0;bottom:0;right:-24px}.Table-module__rkVXsG__containerScrolled .Table-module__rkVXsG__groupContent:after{opacity:1}.Table-module__rkVXsG__groupIcon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.Table-module__rkVXsG__groupIcon>*{min-width:16px;min-height:16px;width:16px!important;height:16px!important}.Table-module__rkVXsG__groupCount{font-family:var(--font-mono,"SF Mono","Fira Code","Fira Mono",monospace);color:var(--color-text-tertiary,#999);margin-left:2px;font-size:12px;font-weight:400}.Table-module__rkVXsG__caption{color:var(--color-muted,#6b7280);margin-top:16px;font-size:14px}
.Textarea-module__WYP2-G__base{width:100%;min-width:0;font-family:var(--font-sans);border:1px solid var(--volcanic-ash-200);background-color:#0000;border-radius:6px;outline:none;transition:border-color .15s;display:flex}.Textarea-module__WYP2-G__base:not([rows]){field-sizing:content;min-height:80px}.Textarea-module__WYP2-G__base::placeholder{color:var(--volcanic-ash-400)}.Textarea-module__WYP2-G__base:focus-visible{border-color:var(--volcanic-ash-600)}.Textarea-module__WYP2-G__base:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;resize:none}.Textarea-module__WYP2-G__base[aria-invalid=true],.Textarea-module__WYP2-G__base[aria-invalid=true]:focus{border-color:var(--alpine-rose-500)}.Textarea-module__WYP2-G__sm{border-radius:5px;padding:6px 8px;font-size:12px}.Textarea-module__WYP2-G__sm:not([rows]){min-height:64px}.Textarea-module__WYP2-G__md{border-radius:6px;padding:8px 10px;font-size:13px}.Textarea-module__WYP2-G__md:not([rows]){min-height:80px}.Textarea-module__WYP2-G__lg{border-radius:6px;padding:10px 12px;font-size:14px}.Textarea-module__WYP2-G__lg:not([rows]){min-height:96px}.Textarea-module__WYP2-G__resizable{resize:vertical}.Textarea-module__WYP2-G__notResizable{resize:none}
.InputGroup-module__RTw8RW__inputGroup{border:1px solid var(--volcanic-ash-200);background-color:#fff;border-radius:6px;outline:none;align-items:center;width:100%;min-width:0;min-height:36px;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.InputGroup-module__RTw8RW__inputGroup:has(>textarea){height:auto}.InputGroup-module__RTw8RW__inputGroup:has(>[data-align=inline-start]) input{padding-left:8px}.InputGroup-module__RTw8RW__inputGroup:has(>[data-align=inline-end]) input{padding-right:8px}:is(.InputGroup-module__RTw8RW__inputGroup:has(>[data-align=block-start]),.InputGroup-module__RTw8RW__inputGroup:has(>[data-align=block-end])){flex-direction:column;height:auto}.InputGroup-module__RTw8RW__inputGroup:has(>[data-align=block-start]) input{padding-bottom:12px}.InputGroup-module__RTw8RW__inputGroup:has(>[data-align=block-end]) input{padding-top:12px}.InputGroup-module__RTw8RW__inputGroup:has([data-slot=input-group-control]:focus-visible){border-color:var(--volcanic-ash-600)}.InputGroup-module__RTw8RW__inputGroup:has([aria-invalid=true]){border-color:var(--alpine-rose-600);box-shadow:0 0 0 3px #e11d4833}.InputGroup-module__RTw8RW__inputGroup[data-disabled=true]{opacity:.5}.InputGroup-module__RTw8RW__addon{height:auto;color:var(--volcanic-ash-500);cursor:text;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:8px;padding:6px 0;font-size:14px;font-weight:500;display:flex}.InputGroup-module__RTw8RW__addon svg{pointer-events:none;width:16px;height:16px}.InputGroup-module__RTw8RW__addonInlineStart{order:-1;padding-left:12px}.InputGroup-module__RTw8RW__addonInlineStart:has(>button){margin-left:-4px}.InputGroup-module__RTw8RW__addonInlineEnd{order:1;padding-right:12px}.InputGroup-module__RTw8RW__addonInlineEnd:has(>button){margin-right:-4px}.InputGroup-module__RTw8RW__addonBlockStart{order:-1;justify-content:flex-start;width:100%;padding:12px 12px 0}.InputGroup-module__RTw8RW__addonBlockEnd{order:1;justify-content:flex-start;width:100%;padding:0 12px 12px}.InputGroup-module__RTw8RW__button{box-shadow:none;align-items:center;gap:8px;font-size:14px;display:flex}.InputGroup-module__RTw8RW__buttonXs{border-radius:4px;gap:4px;height:24px;padding:0 8px}.InputGroup-module__RTw8RW__buttonXs svg{width:14px;height:14px}.InputGroup-module__RTw8RW__buttonXs:has(>svg:only-child){padding:0 8px}.InputGroup-module__RTw8RW__buttonSm{border-radius:6px;gap:6px;height:32px;padding:0 10px}.InputGroup-module__RTw8RW__buttonSm:has(>svg:only-child){padding:0 10px}.InputGroup-module__RTw8RW__buttonIconXs{border-radius:4px;width:24px;height:24px;padding:0}.InputGroup-module__RTw8RW__buttonIconSm{width:32px;height:32px;padding:0}.InputGroup-module__RTw8RW__text{color:var(--volcanic-ash-500);align-items:center;gap:8px;font-size:14px;display:flex}.InputGroup-module__RTw8RW__text svg{pointer-events:none;width:16px;height:16px}.InputGroup-module__RTw8RW__input{box-shadow:none;background-color:#0000;border:none;border-radius:0;flex:1}.InputGroup-module__RTw8RW__input:focus-visible{box-shadow:none;outline:none}.InputGroup-module__RTw8RW__textarea{box-shadow:none;resize:none;background-color:#0000;border:none;border-radius:0;flex:1;padding:12px}.InputGroup-module__RTw8RW__textarea:focus-visible{box-shadow:none;outline:none}
.Item-module__IggaEa__item{font-family:var(--font-sans);border:1px solid #0000;border-radius:6px;outline:none;flex-wrap:wrap;align-items:center;font-size:14px;transition:background-color .1s,border-color .1s;display:flex}.Item-module__IggaEa__item:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.Item-module__IggaEa__variantDefault{background-color:#0000}.Item-module__IggaEa__variantOutline{border-color:var(--volcanic-ash-200)}.Item-module__IggaEa__variantMuted{background-color:var(--volcanic-ash-50)}.Item-module__IggaEa__sizeDefault{gap:16px;padding:16px}.Item-module__IggaEa__sizeSm{gap:10px;padding:12px 16px}.Item-module__IggaEa__itemGroup{flex-direction:column;display:flex}.Item-module__IggaEa__itemSeparator{background-color:var(--volcanic-ash-200);flex-shrink:0;width:100%;height:1px;margin:0}.Item-module__IggaEa__itemMedia{flex-shrink:0;justify-content:center;align-items:center;gap:8px;display:flex}.Item-module__IggaEa__itemMedia svg{pointer-events:none}.Item-module__IggaEa__item:has([data-slot=item-description]) .Item-module__IggaEa__itemMedia{align-self:flex-start;transform:translateY(2px)}.Item-module__IggaEa__itemMediaDefault{background-color:#0000}.Item-module__IggaEa__itemMediaIcon{border:1px solid var(--volcanic-ash-200);background-color:var(--volcanic-ash-50);border-radius:4px;width:32px;height:32px}.Item-module__IggaEa__itemMediaIcon svg:not([class*=size]){width:16px;height:16px}.Item-module__IggaEa__itemMediaImage{border-radius:4px;width:40px;height:40px;overflow:hidden}.Item-module__IggaEa__itemMediaImage img{object-fit:cover;width:100%;height:100%}.Item-module__IggaEa__itemContent{flex-direction:column;flex:1;gap:4px;display:flex}.Item-module__IggaEa__itemContent+.Item-module__IggaEa__itemContent{flex:none}.Item-module__IggaEa__itemTitle{align-items:center;gap:8px;width:fit-content;font-size:14px;font-weight:500;line-height:1.4;display:flex}.Item-module__IggaEa__itemDescription{font-family:var(--font-sans);color:var(--volcanic-ash-500);-webkit-line-clamp:2;text-wrap:balance;-webkit-box-orient:vertical;font-size:14px;font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.Item-module__IggaEa__itemDescription a{text-underline-offset:4px;text-decoration:underline}.Item-module__IggaEa__itemDescription a:hover{color:var(--volcanic-ash-900)}.Item-module__IggaEa__itemActions{align-items:center;gap:8px;display:flex}.Item-module__IggaEa__itemHeader,.Item-module__IggaEa__itemFooter{flex-basis:100%;justify-content:space-between;align-items:center;gap:8px;display:flex}
.PhoneInput-module__j37hrq__combobox,.PhoneInput-module__j37hrq__combobox:hover{background-color:#0000}.PhoneInput-module__j37hrq__triggerLabel{align-items:center;gap:var(--space-1);display:flex}.PhoneInput-module__j37hrq__flag{border-radius:var(--radius-sm);width:22px;height:16px;display:inline-block}.PhoneInput-module__j37hrq__emptyFlag{border-radius:var(--radius-sm);background-color:var(--volcanic-ash-100);width:22px;height:16px}.PhoneInput-module__j37hrq__chevron{opacity:.5;flex-shrink:0;width:16px;height:16px}.PhoneInput-module__j37hrq__itemContent{justify-content:space-between;align-items:center;gap:var(--space-1);width:100%;display:flex}.PhoneInput-module__j37hrq__itemLeft{align-items:center;gap:var(--space-1);display:flex}
.Sidebar-module__ee34mW__wrapper{width:100%;min-height:100svh;display:flex}.Sidebar-module__ee34mW__wrapper:has([data-variant=inset]){background-color:var(--volcanic-ash-50)}.Sidebar-module__ee34mW__sidebar{min-height:0;width:var(--sidebar-width);color:var(--volcanic-ash-900);background-color:#fff;flex-direction:column;flex:1;display:flex}.Sidebar-module__ee34mW__sidebarNonCollapsible{background-color:#fff}.Sidebar-module__ee34mW__sidebarMobile{width:var(--sidebar-width);color:var(--volcanic-ash-900);background-color:#fff;padding:0}.Sidebar-module__ee34mW__sidebarMobile>button{display:none}.Sidebar-module__ee34mW__sidebarMobileInner{flex-direction:column;width:100%;height:100%;display:flex}.Sidebar-module__ee34mW__sidebarDesktop{color:var(--volcanic-ash-900);display:none}@media (min-width:768px){.Sidebar-module__ee34mW__sidebarDesktop{display:block}}.Sidebar-module__ee34mW__sidebarGap{width:var(--sidebar-width);background-color:#0000;transition:width .2s;position:relative}[data-collapsible=offcanvas] .Sidebar-module__ee34mW__sidebarGap{width:0}[data-collapsible=icon] .Sidebar-module__ee34mW__sidebarGap{width:var(--sidebar-width-icon)}.Sidebar-module__ee34mW__sidebarGapInset[data-collapsible=icon]{width:calc(var(--sidebar-width-icon) + 16px)}[data-side=right] .Sidebar-module__ee34mW__sidebarGap{transform:rotate(180deg)}.Sidebar-module__ee34mW__sidebarContainer{z-index:10;width:var(--sidebar-width);height:100svh;transition:left .2s,right .2s,width .2s;display:none;position:fixed;inset-block:0}@media (min-width:768px){.Sidebar-module__ee34mW__sidebarContainer{display:flex}}.Sidebar-module__ee34mW__sidebarContainerLeft{left:0}[data-collapsible=offcanvas] .Sidebar-module__ee34mW__sidebarContainerLeft{left:calc(var(--sidebar-width)*-1)}.Sidebar-module__ee34mW__sidebarContainerRight{right:0}[data-collapsible=offcanvas] .Sidebar-module__ee34mW__sidebarContainerRight{right:calc(var(--sidebar-width)*-1)}[data-collapsible=icon] .Sidebar-module__ee34mW__sidebarContainer{width:var(--sidebar-width-icon)}.Sidebar-module__ee34mW__sidebarContainerInset{padding:8px}.Sidebar-module__ee34mW__sidebarContainerInset[data-collapsible=icon]{width:calc(var(--sidebar-width-icon) + 16px + 2px)}.Sidebar-module__ee34mW__sidebarContainer[data-side=left]:not(.Sidebar-module__ee34mW__sidebarContainerInset){border-right:1px solid var(--volcanic-ash-200)}.Sidebar-module__ee34mW__sidebarContainer[data-side=right]:not(.Sidebar-module__ee34mW__sidebarContainerInset){border-left:1px solid var(--volcanic-ash-200)}.Sidebar-module__ee34mW__sidebarInner{background-color:#fff;flex-direction:column;width:100%;height:100%;display:flex}.Sidebar-module__ee34mW__sidebarInnerFloating{border:1px solid var(--volcanic-ash-200);border-radius:8px;box-shadow:0 1px 3px #0000001a}.Sidebar-module__ee34mW__trigger{width:28px;height:28px}.Sidebar-module__ee34mW__rail{z-index:20;cursor:w-resize;width:16px;transition:all .2s;display:none;position:absolute;inset-block:0;transform:translate(-50%)}.Sidebar-module__ee34mW__rail:after{content:"";inset-block:0;width:2px;position:absolute;left:50%}.Sidebar-module__ee34mW__rail:hover:after{background-color:var(--volcanic-ash-200)}@media (min-width:640px){.Sidebar-module__ee34mW__rail{display:flex}}[data-side=left] .Sidebar-module__ee34mW__rail{right:-16px}[data-side=right] .Sidebar-module__ee34mW__rail{left:0}[data-state=collapsed][data-side=left] .Sidebar-module__ee34mW__rail{cursor:e-resize}[data-state=collapsed][data-side=right] .Sidebar-module__ee34mW__rail{cursor:w-resize}[data-collapsible=offcanvas] .Sidebar-module__ee34mW__rail{transform:translate(0)}[data-collapsible=offcanvas] .Sidebar-module__ee34mW__rail:after{left:100%}[data-collapsible=offcanvas] .Sidebar-module__ee34mW__rail:hover{background-color:#fff}.Sidebar-module__ee34mW__inset{background-color:#fff;flex-direction:column;flex:1;width:100%;display:flex;position:relative}@media (min-width:768px){[data-variant=inset]~.Sidebar-module__ee34mW__inset{border-radius:12px;margin:8px 8px 8px 0;box-shadow:0 1px 3px #0000001a}[data-variant=inset][data-state=collapsed]~.Sidebar-module__ee34mW__inset{margin-left:8px}}.Sidebar-module__ee34mW__input{width:100%;height:32px;box-shadow:none;background-color:#fff}.Sidebar-module__ee34mW__header,.Sidebar-module__ee34mW__footer{flex-direction:column;gap:8px;padding:8px;display:flex}.Sidebar-module__ee34mW__separator{background-color:var(--volcanic-ash-200);width:auto;margin-inline:8px}.Sidebar-module__ee34mW__content{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow:auto}[data-collapsible=icon] .Sidebar-module__ee34mW__content{overflow:hidden}.Sidebar-module__ee34mW__group{flex-direction:column;width:100%;min-width:0;padding:8px;display:flex;position:relative}.Sidebar-module__ee34mW__groupLabel{height:32px;color:var(--volcanic-ash-500);border-radius:6px;outline:none;flex-shrink:0;align-items:center;padding-inline:8px;font-size:12px;font-weight:500;transition:margin .2s,opacity .2s;display:flex}.Sidebar-module__ee34mW__groupLabel svg{flex-shrink:0;width:16px;height:16px}[data-collapsible=icon] .Sidebar-module__ee34mW__groupLabel{opacity:0;margin-top:-32px}.Sidebar-module__ee34mW__groupAction{aspect-ratio:1;width:20px;color:var(--volcanic-ash-700);border-radius:6px;outline:none;justify-content:center;align-items:center;padding:0;transition:transform .15s;display:flex;position:absolute;top:14px;right:12px}.Sidebar-module__ee34mW__groupAction:after{content:"";position:absolute;inset:-8px}@media (min-width:768px){.Sidebar-module__ee34mW__groupAction:after{display:none}}.Sidebar-module__ee34mW__groupAction svg{flex-shrink:0;width:16px;height:16px}.Sidebar-module__ee34mW__groupAction:hover{background-color:var(--volcanic-ash-100);color:var(--volcanic-ash-900)}[data-collapsible=icon] .Sidebar-module__ee34mW__groupAction{display:none}.Sidebar-module__ee34mW__groupContent{width:100%;font-size:14px}.Sidebar-module__ee34mW__menu{flex-direction:column;gap:4px;width:100%;min-width:0;margin:0;padding:0;list-style:none;display:flex}.Sidebar-module__ee34mW__menuItem{position:relative}.Sidebar-module__ee34mW__menuButton{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;align-items:center;gap:8px;width:100%;padding:8px;font-size:14px;transition:background-color .15s,color .15s;display:flex;overflow:hidden}.Sidebar-module__ee34mW__menuButton:hover{background-color:var(--volcanic-ash-100);color:var(--volcanic-ash-900)}.Sidebar-module__ee34mW__menuButton:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.Sidebar-module__ee34mW__menuButton:disabled{pointer-events:none;opacity:.5}.Sidebar-module__ee34mW__menuButton[data-active=true]{background-color:var(--volcanic-ash-100);color:var(--volcanic-ash-900);font-weight:500}.Sidebar-module__ee34mW__menuButton svg{flex-shrink:0;width:16px;height:16px}.Sidebar-module__ee34mW__menuButton>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[data-collapsible=icon] .Sidebar-module__ee34mW__menuButton{width:32px!important;height:32px!important;padding:8px!important}.Sidebar-module__ee34mW__menuButtonOutline{box-shadow:0 0 0 1px var(--volcanic-ash-200);background-color:#fff}.Sidebar-module__ee34mW__menuButtonOutline:hover{background-color:var(--volcanic-ash-100);box-shadow:0 0 0 1px var(--volcanic-ash-100)}.Sidebar-module__ee34mW__menuButtonSizeDefault{height:32px;font-size:14px}.Sidebar-module__ee34mW__menuButtonSizeSm{height:28px;font-size:12px}.Sidebar-module__ee34mW__menuButtonSizeLg{height:48px;font-size:14px}[data-collapsible=icon] .Sidebar-module__ee34mW__menuButtonSizeLg{padding:0!important}.Sidebar-module__ee34mW__menuAction{aspect-ratio:1;width:20px;color:var(--volcanic-ash-700);cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;padding:0;transition:transform .15s,opacity .15s;display:flex;position:absolute;top:6px;right:4px}.Sidebar-module__ee34mW__menuAction:after{content:"";position:absolute;inset:-8px}@media (min-width:768px){.Sidebar-module__ee34mW__menuAction:after{display:none}}.Sidebar-module__ee34mW__menuAction svg{flex-shrink:0;width:16px;height:16px}.Sidebar-module__ee34mW__menuAction:hover{background-color:var(--volcanic-ash-100);color:var(--volcanic-ash-900)}.Sidebar-module__ee34mW__menuAction:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}[data-collapsible=icon] .Sidebar-module__ee34mW__menuAction{display:none}.Sidebar-module__ee34mW__menuActionShowOnHover{opacity:0}.Sidebar-module__ee34mW__menuItem:hover .Sidebar-module__ee34mW__menuActionShowOnHover,.Sidebar-module__ee34mW__menuItem:focus-within .Sidebar-module__ee34mW__menuActionShowOnHover,.Sidebar-module__ee34mW__menuActionShowOnHover[data-state=open]{opacity:1}[data-active=true]~.Sidebar-module__ee34mW__menuActionShowOnHover{color:var(--volcanic-ash-900)}.Sidebar-module__ee34mW__menuBadge{min-width:20px;height:20px;color:var(--volcanic-ash-700);pointer-events:none;-webkit-user-select:none;user-select:none;font-variant-numeric:tabular-nums;border-radius:6px;justify-content:center;align-items:center;padding-inline:4px;font-size:12px;font-weight:500;display:flex;position:absolute;right:4px}[data-size=sm]~.Sidebar-module__ee34mW__menuBadge{top:4px}[data-size=default]~.Sidebar-module__ee34mW__menuBadge{top:6px}[data-size=lg]~.Sidebar-module__ee34mW__menuBadge{top:10px}[data-active=true]~.Sidebar-module__ee34mW__menuBadge,[data-sidebar=menu-button]:hover~.Sidebar-module__ee34mW__menuBadge{color:var(--volcanic-ash-900)}[data-collapsible=icon] .Sidebar-module__ee34mW__menuBadge{display:none}.Sidebar-module__ee34mW__menuSkeleton{border-radius:6px;align-items:center;gap:8px;height:32px;padding-inline:8px;display:flex}.Sidebar-module__ee34mW__menuSkeletonIcon{border-radius:6px;width:16px;height:16px}.Sidebar-module__ee34mW__menuSkeletonText{height:16px;max-width:var(--skeleton-width);flex:1}.Sidebar-module__ee34mW__menuSub{border-left:1px solid var(--volcanic-ash-200);margin-inline-start:14px;flex-direction:column;gap:4px;margin-top:0;margin-bottom:0;padding-block:2px;padding-inline-start:10px;list-style:none;display:flex;transform:translate(1px)}[data-collapsible=icon] .Sidebar-module__ee34mW__menuSub{display:none}.Sidebar-module__ee34mW__menuSubItem{position:relative}.Sidebar-module__ee34mW__menuSubButton{min-width:0;color:var(--volcanic-ash-700);border-radius:6px;outline:none;align-items:center;gap:8px;padding:8px;font-size:14px;text-decoration:none;transition:background-color .15s,color .15s;display:flex;overflow:hidden;transform:translate(-1px)}.Sidebar-module__ee34mW__menuSubButton:hover{background-color:var(--volcanic-ash-100);color:var(--volcanic-ash-900)}.Sidebar-module__ee34mW__menuSubButton:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.Sidebar-module__ee34mW__menuSubButton:disabled{pointer-events:none;opacity:.5}.Sidebar-module__ee34mW__menuSubButton[data-active=true]{background-color:var(--volcanic-ash-100);color:var(--volcanic-ash-900)}.Sidebar-module__ee34mW__menuSubButton svg{width:16px;height:16px;color:var(--volcanic-ash-900);flex-shrink:0}.Sidebar-module__ee34mW__menuSubButton>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Sidebar-module__ee34mW__menuSubButtonSm{font-size:12px}[data-collapsible=icon] .Sidebar-module__ee34mW__menuSubButton{display:none}
.SegmentedCard-module__xXklnq__root{background:var(--volcanic-ash-50);border:1px solid #0000000d;border-radius:7px;flex-direction:row;gap:4px;padding:4px;display:flex}.SegmentedCard-module__xXklnq__horizontal{flex-direction:row}.SegmentedCard-module__xXklnq__vertical{flex-direction:column}.SegmentedCard-module__xXklnq__rootSm{border-radius:5px;gap:2px;padding:2px}.SegmentedCard-module__xXklnq__rootMd{border-radius:7px;gap:4px;padding:4px}.SegmentedCard-module__xXklnq__rootLg{border-radius:9px;gap:6px;padding:6px}.SegmentedCard-module__xXklnq__item{cursor:pointer;min-width:0;transition:background-color var(--transition-fast),box-shadow var(--transition-fast);background:0 0;border:none;border-radius:5px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 4px;display:flex}.SegmentedCard-module__xXklnq__item:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.SegmentedCard-module__xXklnq__item:hover:not(:disabled):not([data-state=checked]){background:var(--volcanic-ash-100)}.SegmentedCard-module__xXklnq__item:disabled{cursor:not-allowed;opacity:.5}.SegmentedCard-module__xXklnq__item[data-state=checked]{background:var(--color-surface);box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.SegmentedCard-module__xXklnq__itemSm{border-radius:4px;gap:2px;padding:6px 4px}.SegmentedCard-module__xXklnq__itemSm .SegmentedCard-module__xXklnq__icon{width:14px;height:14px}.SegmentedCard-module__xXklnq__itemSm .SegmentedCard-module__xXklnq__label{font-size:11px}.SegmentedCard-module__xXklnq__itemMd{border-radius:5px;gap:4px;padding:8px 4px}.SegmentedCard-module__xXklnq__itemMd .SegmentedCard-module__xXklnq__icon{width:16px;height:16px}.SegmentedCard-module__xXklnq__itemMd .SegmentedCard-module__xXklnq__label{font-size:12px}.SegmentedCard-module__xXklnq__itemLg{border-radius:6px;gap:6px;padding:12px 8px}.SegmentedCard-module__xXklnq__itemLg .SegmentedCard-module__xXklnq__icon{width:20px;height:20px}.SegmentedCard-module__xXklnq__itemLg .SegmentedCard-module__xXklnq__label{font-size:14px}.SegmentedCard-module__xXklnq__icon{color:var(--volcanic-ash-600);flex-shrink:0;justify-content:center;align-items:center;display:flex}.SegmentedCard-module__xXklnq__item[data-state=checked] .SegmentedCard-module__xXklnq__icon{color:var(--volcanic-ash-900)}.SegmentedCard-module__xXklnq__label{font-family:var(--font-sans);color:var(--volcanic-ash-600);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.SegmentedCard-module__xXklnq__item[data-state=checked] .SegmentedCard-module__xXklnq__label{color:var(--volcanic-ash-900)}.SegmentedCard-module__xXklnq__cardRoot{background:0 0;border:none;border-radius:0;gap:12px;padding:0;display:flex}.SegmentedCard-module__xXklnq__cardRoot.SegmentedCard-module__xXklnq__horizontal{flex-direction:row}.SegmentedCard-module__xXklnq__cardRoot.SegmentedCard-module__xXklnq__vertical{flex-direction:column}.SegmentedCard-module__xXklnq__directionRow{flex-direction:row}.SegmentedCard-module__xXklnq__directionColumn{flex-direction:column}.SegmentedCard-module__xXklnq__alignStart{justify-content:flex-start}.SegmentedCard-module__xXklnq__alignCenter{justify-content:center}.SegmentedCard-module__xXklnq__alignEnd{justify-content:flex-end}.SegmentedCard-module__xXklnq__cardItem{background:var(--color-surface);border:1px solid var(--volcanic-ash-200);cursor:pointer;min-width:0;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);border-radius:7px;flex-direction:row;flex:1;align-items:flex-start;gap:12px;padding:16px;display:flex}.SegmentedCard-module__xXklnq__cardItem:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.SegmentedCard-module__xXklnq__cardItem:hover:not(:disabled):not([data-state=checked]){border-color:var(--volcanic-ash-400)}.SegmentedCard-module__xXklnq__cardItem:disabled{cursor:not-allowed;opacity:.5}.SegmentedCard-module__xXklnq__cardItem[data-state=checked]{border-color:var(--volcanic-ash-900);box-shadow:0 2px 8px #0000000d,0 0 #00000040,0 0 1px 1px #0000001f}.SegmentedCard-module__xXklnq__cardIndicator{border:1px solid var(--volcanic-ash-300);background:var(--color-surface);width:20px;height:20px;transition:background-color var(--transition-fast),border-color var(--transition-fast);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.SegmentedCard-module__xXklnq__cardItem[data-state=checked] .SegmentedCard-module__xXklnq__cardIndicator{background:var(--volcanic-ash-900);border-color:var(--volcanic-ash-900)}.SegmentedCard-module__xXklnq__cardContent{text-align:left;flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.SegmentedCard-module__xXklnq__cardTitle{font-family:var(--font-sans);color:var(--volcanic-ash-900);margin:0;font-size:14px;font-weight:600}.SegmentedCard-module__xXklnq__cardDescription{font-family:var(--font-sans);color:var(--volcanic-ash-600);margin:0;font-size:13px;font-weight:400}
.SectionHeader-module__f7FmeW__root{flex-direction:row;justify-content:space-between;align-items:center;min-height:16px;display:flex}.SectionHeader-module__f7FmeW__collapsible{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px}.SectionHeader-module__f7FmeW__collapsible:hover{background-color:var(--volcanic-ash-50)}.SectionHeader-module__f7FmeW__collapsible:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.SectionHeader-module__f7FmeW__content{flex-direction:row;align-items:center;gap:6px;display:flex}.SectionHeader-module__f7FmeW__icon{color:var(--volcanic-ash-600);flex-shrink:0;justify-content:center;align-items:center;display:flex}.SectionHeader-module__f7FmeW__title{font-family:var(--font-sans);letter-spacing:-.4px;color:var(--text-color-content-title);font-style:normal}.SectionHeader-module__f7FmeW__sizeSm{padding:0 8px}.SectionHeader-module__f7FmeW__sizeSm .SectionHeader-module__f7FmeW__title{color:var(--volcanic-ash-600);font-size:13px;font-weight:500;line-height:16px}.SectionHeader-module__f7FmeW__sizeMd{padding:0}.SectionHeader-module__f7FmeW__sizeMd .SectionHeader-module__f7FmeW__title{color:var(--volcanic-ash-950);font-size:14px;font-weight:600;line-height:17px}.SectionHeader-module__f7FmeW__chevron{color:var(--volcanic-ash-900);justify-content:center;align-items:center;margin-left:2px;display:flex}.SectionHeader-module__f7FmeW__actions{font-family:var(--font-sans);color:var(--volcanic-ash-600);flex-direction:row;align-items:center;gap:8px;font-size:13px;line-height:16px;display:flex}
.Stat-module__s6bC-a__base{flex-direction:column;gap:4px;display:flex}.Stat-module__s6bC-a__title{font-family:var(--font-geist);font-weight:500;font-size:var(--text-size-md);line-height:var(--text-line-height-md);color:var(--text-color-subtle);margin:0}.Stat-module__s6bC-a__value{font-family:var(--font-geist);font-weight:600;font-size:var(--text-size-3xl);line-height:var(--text-line-height-3xl);letter-spacing:var(--text-tracking-tight);color:var(--text-color-default);margin:0}.Stat-module__s6bC-a__valueSmall{font-size:var(--text-size-2xl)}.Stat-module__s6bC-a__trend{font-family:var(--font-geist);font-weight:500;font-size:var(--text-size-sm);line-height:var(--text-line-height-sm);align-items:center;gap:4px;display:flex}.Stat-module__s6bC-a__trendUp{color:var(--moss-canopy-600)}.Stat-module__s6bC-a__trendDown{color:var(--thermal-bloom-600)}.Stat-module__s6bC-a__trendNeutral{color:var(--text-color-muted)}.Stat-module__s6bC-a__chart{width:100%;height:48px;margin-top:8px}.Stat-module__s6bC-a__list{flex-direction:column;gap:8px;margin-top:4px;display:flex}.Stat-module__s6bC-a__listItem{justify-content:space-between;align-items:center;gap:12px;display:flex}.Stat-module__s6bC-a__listItemLabel{font-family:var(--font-geist);font-weight:400;font-size:var(--text-size-md);line-height:var(--text-line-height-md);color:var(--text-color-body);flex:1;min-width:0}.Stat-module__s6bC-a__listItemValue{font-family:var(--font-mono);font-feature-settings:"tnum" 1;font-weight:600;font-size:var(--text-size-md);line-height:var(--text-line-height-md);color:var(--text-color-default);text-align:right}.Stat-module__s6bC-a__group{gap:12px;display:grid}.Stat-module__s6bC-a__columns2{grid-template-columns:repeat(2,1fr)}.Stat-module__s6bC-a__columns3{grid-template-columns:repeat(3,1fr)}.Stat-module__s6bC-a__columns4{grid-template-columns:repeat(4,1fr)}.Stat-module__s6bC-a__columns5{grid-template-columns:repeat(5,1fr)}.Stat-module__s6bC-a__columnsAuto{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.Stat-module__s6bC-a__gapSm{gap:8px}.Stat-module__s6bC-a__gapMd{gap:12px}.Stat-module__s6bC-a__gapLg{gap:16px}.Stat-module__s6bC-a__gapXl{gap:24px}.Stat-module__s6bC-a__badgeList{flex-direction:column;gap:8px;margin-top:4px;display:flex}.Stat-module__s6bC-a__badgeListItem{justify-content:space-between;align-items:center;gap:12px;display:flex}.Stat-module__s6bC-a__badgeListItemLabel{font-family:var(--font-geist);font-weight:400;font-size:var(--text-size-md);line-height:var(--text-line-height-md);color:var(--text-color-body);flex:1;align-items:center;gap:4px;min-width:0;display:flex}
.StepIntro-module__GEr4ha__container{gap:var(--space-4);flex-direction:column;display:flex}.StepIntro-module__GEr4ha__iconContainer{border-radius:var(--radius-full);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.StepIntro-module__GEr4ha__iconContainerDefault{background-color:var(--volcanic-ash-900)}.StepIntro-module__GEr4ha__iconContainerWarning{background-color:var(--alpine-rose-500)}.StepIntro-module__GEr4ha__iconContainerSuccess{background-color:var(--moss-canopy-500)}.StepIntro-module__GEr4ha__iconContainerInfo{background-color:var(--ion-drive-500)}.StepIntro-module__GEr4ha__icon{color:#fff;width:20px;height:20px}.StepIntro-module__GEr4ha__content{gap:var(--space-2);flex-direction:column;display:flex}.StepIntro-module__GEr4ha__titleDefault{color:var(--volcanic-ash-900)}.StepIntro-module__GEr4ha__titleWarning{color:var(--alpine-rose-500)}.StepIntro-module__GEr4ha__titleSuccess{color:var(--moss-canopy-500)}.StepIntro-module__GEr4ha__titleInfo{color:var(--volcanic-ash-900)}
.Switch-module__prloIG__root{cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;align-items:center;transition:background-color .15s;display:inline-flex}.Switch-module__prloIG__root:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.Switch-module__prloIG__root:disabled{cursor:not-allowed;opacity:.5}.Switch-module__prloIG__root[data-state=unchecked]{background-color:var(--volcanic-ash-300)}.Switch-module__prloIG__root[data-state=checked]{background-color:var(--volcanic-ash-900)}.Switch-module__prloIG__sm{width:28px;height:16px;padding:2px}.Switch-module__prloIG__md{width:36px;height:20px;padding:2px}.Switch-module__prloIG__lg{width:44px;height:24px;padding:2px}.Switch-module__prloIG__thumb{box-shadow:var(--shadow-100);background-color:#fff;border-radius:9999px;transition:transform .15s;display:block}.Switch-module__prloIG__thumb[data-state=unchecked]{transform:translate(0)}.Switch-module__prloIG__thumbSm{width:12px;height:12px}.Switch-module__prloIG__thumbSm[data-state=checked]{transform:translate(12px)}.Switch-module__prloIG__thumbMd{width:16px;height:16px}.Switch-module__prloIG__thumbMd[data-state=checked]{transform:translate(16px)}.Switch-module__prloIG__thumbLg{width:20px;height:20px}.Switch-module__prloIG__thumbLg[data-state=checked]{transform:translate(20px)}
.Tabs-module__BGCilG__root{flex-direction:column;display:flex}.Tabs-module__BGCilG__list{-webkit-user-select:none;user-select:none;align-items:center;gap:12px;height:40px;display:flex;position:relative}.Tabs-module__BGCilG__trigger{height:100%;font-size:var(--text-size-md);font-weight:500;line-height:var(--text-line-height-md);letter-spacing:var(--text-tracking-subtle);white-space:nowrap;color:var(--volcanic-ash-600);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex;position:relative}.Tabs-module__BGCilG__trigger:hover:not(:disabled){color:var(--volcanic-ash-900)}.Tabs-module__BGCilG__trigger:focus-visible{color:var(--volcanic-ash-950);outline:none}.Tabs-module__BGCilG__trigger:disabled{pointer-events:none;opacity:.5}.Tabs-module__BGCilG__trigger[data-state=active]{color:var(--volcanic-ash-950)}.Tabs-module__BGCilG__trigger[data-state=active]:before{content:"";background-color:var(--volcanic-ash-950);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.Tabs-module__BGCilG__content{outline:none;flex:1}
.SegmentedTabs-module__sROHLq__root{flex-direction:column;gap:8px;display:flex}.SegmentedTabs-module__sROHLq__list{background-color:var(--volcanic-ash-100);width:fit-content;height:36px;color:var(--volcanic-ash-600);border-radius:8px;justify-content:center;align-items:center;padding:3px;display:inline-flex}.SegmentedTabs-module__sROHLq__listSm{border-radius:6px;height:28px;padding:2px}.SegmentedTabs-module__sROHLq__trigger{white-space:nowrap;height:calc(100% - 1px);color:var(--volcanic-ash-700);cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:4px 8px;font-size:14px;font-weight:500;transition:color .15s,box-shadow .15s,background-color .15s;display:inline-flex}.SegmentedTabs-module__sROHLq__trigger:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.SegmentedTabs-module__sROHLq__trigger:disabled{pointer-events:none;opacity:.5}.SegmentedTabs-module__sROHLq__trigger[data-state=active]{color:var(--volcanic-ash-900);box-shadow:var(--shadow-100);background-color:#fff}.SegmentedTabs-module__sROHLq__trigger svg{pointer-events:none;flex-shrink:0;width:16px;height:16px}.SegmentedTabs-module__sROHLq__widthSm{flex:none;width:64px}.SegmentedTabs-module__sROHLq__widthMd{flex:none;width:80px}.SegmentedTabs-module__sROHLq__widthLg{flex:none;width:96px}.SegmentedTabs-module__sROHLq__sizeSm{border-radius:4px;height:24px;padding:2px 8px;font-size:12px}.SegmentedTabs-module__sROHLq__sizeSm svg{width:14px;height:14px}.SegmentedTabs-module__sROHLq__content{outline:none;flex:1}
.Accordion-module__-KaJyW__item{border-bottom:1px solid var(--volcanic-ash-200)}.Accordion-module__-KaJyW__item:last-child{border-bottom:none}.Accordion-module__-KaJyW__header{margin:0;display:flex}.Accordion-module__-KaJyW__trigger{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;flex:1;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 0;font-size:14px;font-weight:500;transition:all .15s;display:flex}.Accordion-module__-KaJyW__trigger:hover{text-decoration:underline}.Accordion-module__-KaJyW__trigger:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.Accordion-module__-KaJyW__trigger:disabled{pointer-events:none;opacity:.5}.Accordion-module__-KaJyW__chevron{width:16px;height:16px;color:var(--volcanic-ash-500);pointer-events:none;flex-shrink:0;transition:transform .2s;transform:translateY(2px)}.Accordion-module__-KaJyW__trigger[data-state=open] .Accordion-module__-KaJyW__chevron{transform:translateY(2px)rotate(180deg)}.Accordion-module__-KaJyW__content{font-size:14px;overflow:hidden}.Accordion-module__-KaJyW__content[data-state=closed]{animation:.2s ease-out Accordion-module__-KaJyW__slideUp}.Accordion-module__-KaJyW__content[data-state=open]{animation:.2s ease-out Accordion-module__-KaJyW__slideDown;overflow:visible}.Accordion-module__-KaJyW__contentInner{padding-top:0;padding-bottom:16px}@keyframes Accordion-module__-KaJyW__slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes Accordion-module__-KaJyW__slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}
.Toast-module__gAYASW__toaster{font-family:var(--font-sans);pointer-events:auto!important}.Toast-module__gAYASW__sonnerToast{box-shadow:none!important;background:0 0!important;border:none!important;width:auto!important;padding:0!important}.Toast-module__gAYASW__toast{pointer-events:auto;color:var(--volcanic-ash-900);border-radius:var(--radius-lg);box-shadow:var(--shadow-300);padding:var(--space-4);align-items:flex-start;gap:var(--space-3);background-color:#fff;min-width:320px;max-width:420px;display:flex;position:relative;overflow:hidden}.Toast-module__gAYASW__toastCompact{align-items:center}.Toast-module__gAYASW__toastWithDescription{align-items:flex-start}.Toast-module__gAYASW__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast-module__gAYASW__iconSuccess{--circle-check-filled-bg:var(--moss-canopy-200);--circle-check-filled-fg:var(--moss-canopy-950)}.Toast-module__gAYASW__iconError{--circle-alert-filled-bg:var(--thermal-bloom-200);--circle-alert-filled-fg:var(--thermal-bloom-950)}.Toast-module__gAYASW__iconLoading{color:var(--volcanic-ash-500);animation:1s linear infinite Toast-module__gAYASW__spin}@keyframes Toast-module__gAYASW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toast-module__gAYASW__body{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.Toast-module__gAYASW__titleRow{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.Toast-module__gAYASW__description{margin:0}.Toast-module__gAYASW__inlineActions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.Toast-module__gAYASW__actionInline{all:unset;cursor:pointer;font-size:var(--text-base);color:var(--ion-drive-500);white-space:nowrap;font-weight:500}.Toast-module__gAYASW__actionInline:hover{color:var(--ion-drive-600)}.Toast-module__gAYASW__blockActions{margin-top:var(--space-1)}.Toast-module__gAYASW__close{all:unset;z-index:1;cursor:pointer;color:var(--volcanic-ash-400);border-radius:var(--radius-sm);padding:var(--space-px);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.Toast-module__gAYASW__close:hover{color:var(--volcanic-ash-600)}.Toast-module__gAYASW__timer{background-color:var(--volcanic-ash-900);transform-origin:0;width:100%;height:2px;animation:linear forwards Toast-module__gAYASW__timer-shrink;position:absolute;bottom:0;left:0}@keyframes Toast-module__gAYASW__timer-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}
.TrendIndicator-module__aN00NG__base{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.TrendIndicator-module__aN00NG__sm{width:12px;height:12px}.TrendIndicator-module__aN00NG__md{width:16px;height:16px}.TrendIndicator-module__aN00NG__lg{width:20px;height:20px}.TrendIndicator-module__aN00NG__positive{color:#064322;background-color:#e2f1e8}.TrendIndicator-module__aN00NG__negative{color:#45090a;background-color:#fee2e3}.TrendIndicator-module__aN00NG__neutral{color:#7c2d12;background-color:#fef3c7}.TrendIndicator-module__aN00NG__wrapper{align-items:center;gap:6px;display:inline-flex}.TrendIndicator-module__aN00NG__label{font-family:var(--font-sans);letter-spacing:-.2px;color:#666668;font-size:12px;font-weight:400;line-height:12px}
.SideLine-module__VPRyDW__container{height:100%;padding-left:12px}.SideLine-module__VPRyDW__lineTop{background:linear-gradient(to bottom,var(--volcanic-ash-50),var(--volcanic-ash-200));width:1px;height:8px;margin-bottom:-4px;margin-left:6px}.SideLine-module__VPRyDW__content{align-items:center;gap:12px;display:flex}.SideLine-module__VPRyDW__count{color:var(--volcanic-ash-500)}.SideLine-module__VPRyDW__lineBottom{background:linear-gradient(to top,var(--volcanic-ash-50),var(--volcanic-ash-400));width:1px;height:calc(100% - 20px);margin-top:-4px;margin-left:6px}.SideLine-module__VPRyDW__hidden{display:none}
.ViewOptions-module__h6nYIq__content{z-index:50;background-color:var(--color-surface);min-width:288px;box-shadow:var(--shadow-200);border-radius:8px;animation:.15s ease-out ViewOptions-module__h6nYIq__contentShow;overflow:hidden}.ViewOptions-module__h6nYIq__content[data-state=closed]{animation:.1s ease-out ViewOptions-module__h6nYIq__contentHide}.ViewOptions-module__h6nYIq__content[data-side=bottom]{animation-name:ViewOptions-module__h6nYIq__slideFromTop}.ViewOptions-module__h6nYIq__content[data-side=top]{animation-name:ViewOptions-module__h6nYIq__slideFromBottom}.ViewOptions-module__h6nYIq__section{padding:var(--space-3)}.ViewOptions-module__h6nYIq__scrollableSection{padding-top:12px}.ViewOptions-module__h6nYIq__fieldSet{border:none;gap:0;margin:0;padding:0}.ViewOptions-module__h6nYIq__fieldGroup{gap:8px}.ViewOptions-module__h6nYIq__sortControls{align-items:center;gap:6px;display:flex}.ViewOptions-module__h6nYIq__selectTrigger{width:128px}.ViewOptions-module__h6nYIq__selectTriggerWide{width:164px}.ViewOptions-module__h6nYIq__sortIcon{width:16px;height:16px}.ViewOptions-module__h6nYIq__propertiesContainer{flex-direction:column;gap:6px;display:flex}.ViewOptions-module__h6nYIq__propertiesLabel{font-family:var(--font-sans);color:var(--volcanic-ash-500);font-size:12px;font-weight:500}.ViewOptions-module__h6nYIq__propertiesList{overscroll-behavior:contain;max-height:240px;margin:calc(-1*var(--space-3));padding:0 var(--space-3)var(--space-2);margin-top:0;overflow-y:auto}.ViewOptions-module__h6nYIq__propertyItem{background-color:var(--color-surface);align-items:center;gap:8px;padding:6px 0;display:flex;position:relative}.ViewOptions-module__h6nYIq__propertyLabel{font-family:var(--font-sans);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:14px;line-height:1.4;overflow:hidden}.ViewOptions-module__h6nYIq__lockIcon{width:14px;height:14px;color:var(--volcanic-ash-400);flex-shrink:0}.ViewOptions-module__h6nYIq__dragHandle{cursor:grab;touch-action:none;width:16px;height:16px;color:var(--volcanic-ash-400);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ViewOptions-module__h6nYIq__dragHandle:active{cursor:grabbing}.ViewOptions-module__h6nYIq__gripIcon{width:14px;height:14px}.ViewOptions-module__h6nYIq__resetSection{background-color:var(--volcanic-ash-50);border-top:1px solid var(--volcanic-ash-100);padding:8px 12px}.ViewOptions-module__h6nYIq__resetButton{font-family:var(--font-sans);color:var(--volcanic-ash-700);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:400;transition:color .15s}.ViewOptions-module__h6nYIq__resetButton:hover{color:var(--volcanic-ash-900)}@keyframes ViewOptions-module__h6nYIq__contentShow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes ViewOptions-module__h6nYIq__contentHide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}@keyframes ViewOptions-module__h6nYIq__slideFromTop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes ViewOptions-module__h6nYIq__slideFromBottom{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.VoiceMessage-module__JjdvvG__message{justify-content:flex-end;align-items:flex-end;gap:8px;width:100%;padding-top:16px;padding-bottom:16px;display:flex}.VoiceMessage-module__JjdvvG__messageUser{}.VoiceMessage-module__JjdvvG__messageAssistant{flex-direction:row-reverse;justify-content:flex-end;}.VoiceMessage-module__JjdvvG__content{border-radius:var(--radius-lg);font-size:14px;overflow:hidden}.VoiceMessage-module__JjdvvG__contentContained{max-width:80%;padding:12px 16px;}.VoiceMessage-module__JjdvvG__contentContainedUser{background-color:var(--primary);color:var(--primary-foreground);}.VoiceMessage-module__JjdvvG__contentContainedAssistant{background-color:var(--secondary);color:var(--foreground);}.VoiceMessage-module__JjdvvG__contentFlat{}.VoiceMessage-module__JjdvvG__contentFlatUser{background-color:var(--secondary);max-width:80%;color:var(--foreground);padding:12px 16px;}.VoiceMessage-module__JjdvvG__contentFlatAssistant{color:var(--foreground);}.VoiceMessage-module__JjdvvG__avatar{width:32px;height:32px;box-shadow:0 0 0 1px var(--color-volcanic-ash-200)}
.chart-tooltip-module__NnSnWa__content{background:var(--color-surface);color:var(--color-foreground);box-shadow:var(--shadow-200);border-radius:7px;padding:0}.chart-tooltip-module__NnSnWa__row{padding:6px 8px}.chart-tooltip-module__NnSnWa__dot{border-radius:2px;flex:none;width:10px;height:10px}
