.EventModal-module-scss-module__LEjF8W__overlay{z-index:10050;pointer-events:none;position:fixed;inset:0}.EventModal-module-scss-module__LEjF8W__popover{pointer-events:auto;background:var(--border-base);border:1px solid var(--border-base);box-shadow:var(--ring-shadow);border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden}.EventModal-module-scss-module__LEjF8W__actions{z-index:10051;padding:8px;position:absolute;top:0;right:0}.EventModal-module-scss-module__LEjF8W__body{flex-direction:column;gap:12px;padding:16px;display:flex}.EventModal-module-scss-module__LEjF8W__footer{border-top:1px solid var(--border-base);padding:12px 16px}
.DataView-module-scss-module__dhQQzW__wrapper{background:var(--bg-base);border:1px solid var(--border-base);border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.DataView-module-scss-module__dhQQzW__wrapper__header{background:var(--bg-base);justify-content:space-between;align-items:center;gap:8px;width:100%;height:50px;padding:8px 12px;display:flex}.DataView-module-scss-module__dhQQzW__wrapper__body{width:100%;height:calc(100% - 100px)}.DataView-module-scss-module__dhQQzW__wrapper__pagination{border-top:1px solid var(--border-base);justify-content:space-between;align-items:center;gap:12px;height:50px;padding:8px 12px;display:flex}.DataView-module-scss-module__dhQQzW__ghost{border:none;border-radius:0}.DataView-module-scss-module__dhQQzW__scroll{width:100%;height:100%;overflow-y:auto}.DataView-module-scss-module__dhQQzW__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;width:100%;max-height:100%;padding:0 12px 12px;display:grid}.DataView-module-scss-module__dhQQzW__grid__card{background:var(--bg-container);border:1px solid var(--border-base);width:100%;height:fit-content;box-shadow:var(--ring-shadow);outline-offset:-1px;border-radius:8px;outline:1px solid #0000;padding:12px;transition:all .15s ease-in-out;position:relative;overflow:hidden}.DataView-module-scss-module__dhQQzW__grid__card__icon{transition:all .15s ease-in-out;position:absolute;top:16px;right:16px}.DataView-module-scss-module__dhQQzW__grid__card:hover .DataView-module-scss-module__dhQQzW__grid__card__icon{color:var(--primary);transform:translate(4px)scale(1.2)}.DataView-module-scss-module__dhQQzW__grid__card__item{width:100%;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:400;display:flex;overflow:hidden}.DataView-module-scss-module__dhQQzW__grid__card__clickable{cursor:pointer}.DataView-module-scss-module__dhQQzW__grid__card__disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.DataView-module-scss-module__dhQQzW__grid__card:hover{border-color:var(--primary-70)}.DataView-module-scss-module__dhQQzW__table__thead{border-bottom:1px solid var(--border-base);border-top:1px solid var(--border-base);background:var(--bg-container);width:100%;height:37px}.DataView-module-scss-module__dhQQzW__table__tbody{width:100%;height:calc(100% - 37px);max-height:calc(100% - 37px);overflow:auto}.DataView-module-scss-module__dhQQzW__table__th{text-align:left;width:100%;color:var(--text-base);text-overflow:ellipsis;white-space:nowrap;padding:8px 12px;font-size:14px;font-weight:400;display:flex;overflow:hidden}.DataView-module-scss-module__dhQQzW__table__td{width:100%;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;padding:8px 12px;font-size:14px;font-weight:400;display:flex;overflow:hidden}.DataView-module-scss-module__dhQQzW__table__tr{border-bottom:1px solid var(--border-base);align-items:center;width:100%;transition:all .2s ease-in-out;display:flex}.DataView-module-scss-module__dhQQzW__table__tr__clickable{cursor:pointer}.DataView-module-scss-module__dhQQzW__table__tr__disabled{opacity:.55;cursor:not-allowed}.DataView-module-scss-module__dhQQzW__table__tr__disabled:hover{border-color:var(--border-base)}.DataView-module-scss-module__dhQQzW__table__tr:hover{background:var(--bg-container)}.DataView-module-scss-module__dhQQzW__table__tr:last-child{border-bottom:none}.DataView-module-scss-module__dhQQzW__empty{text-align:center;width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;padding:20px;display:flex}
.Tabs-module-scss-module__tBY5Ia__tabs{flex-direction:column;width:100%;display:flex}.Tabs-module-scss-module__tBY5Ia__tabs.Tabs-module-scss-module__tBY5Ia__direction-top{flex-direction:column}.Tabs-module-scss-module__tBY5Ia__tabs.Tabs-module-scss-module__tBY5Ia__direction-bottom{flex-direction:column-reverse}.Tabs-module-scss-module__tBY5Ia__tabs.Tabs-module-scss-module__tBY5Ia__direction-left{flex-direction:row}.Tabs-module-scss-module__tBY5Ia__tabs.Tabs-module-scss-module__tBY5Ia__direction-right{flex-direction:row-reverse}.Tabs-module-scss-module__tBY5Ia__tabList{border-bottom:1px solid var(--border-base);align-items:center;width:100%;display:flex;overflow:hidden}.Tabs-module-scss-module__tBY5Ia__direction-top .Tabs-module-scss-module__tBY5Ia__tabList{border:none;border-bottom:1px solid var(--border-base);flex-direction:row;width:100%}.Tabs-module-scss-module__tBY5Ia__direction-bottom .Tabs-module-scss-module__tBY5Ia__tabList{border:none;border-top:1px solid var(--border-base);flex-direction:row;width:100%}.Tabs-module-scss-module__tBY5Ia__direction-left .Tabs-module-scss-module__tBY5Ia__tabList{border:none;border-right:1px solid var(--border-base);flex-direction:column;width:50px;height:100%}.Tabs-module-scss-module__tBY5Ia__direction-right .Tabs-module-scss-module__tBY5Ia__tabList{border:none;border-left:1px solid var(--border-base);flex-direction:column;width:50px;height:100%}@keyframes Tabs-module-scss-module__tBY5Ia__tabItemSpawn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.Tabs-module-scss-module__tBY5Ia__tab{color:var(--text-muted);text-wrap:nowrap;cursor:pointer;align-items:center;gap:6px;padding:8px 12px;font-size:13px;line-height:13px;transition:all .3s;display:flex}.Tabs-module-scss-module__tBY5Ia__direction-left .Tabs-module-scss-module__tBY5Ia__tab,.Tabs-module-scss-module__tBY5Ia__direction-right .Tabs-module-scss-module__tBY5Ia__tab{justify-content:center;align-items:center;width:100%;height:47px;font-size:16px;display:flex}.Tabs-module-scss-module__tBY5Ia__tab__active{color:var(--text-base);position:relative}.Tabs-module-scss-module__tBY5Ia__tab__active:before{content:"";background-color:var(--primary);border-radius:8px 8px 0 0;width:100%;height:3px;min-height:3px;animation-name:Tabs-module-scss-module__tBY5Ia__tabItemSpawn;animation-duration:.3s;position:absolute;bottom:-2px;left:0}.Tabs-module-scss-module__tBY5Ia__direction-left .Tabs-module-scss-module__tBY5Ia__tab__active:before,.Tabs-module-scss-module__tBY5Ia__direction-right .Tabs-module-scss-module__tBY5Ia__tab__active:before{content:"";background-color:var(--primary);border-radius:0 0 8px 8px;width:3px;height:100%;animation-name:Tabs-module-scss-module__tBY5Ia__tabItemSpawn;animation-duration:.3s;position:absolute;bottom:0;left:0}.Tabs-module-scss-module__tBY5Ia__tabContent{flex-direction:column;flex:1;gap:8px;display:flex;overflow:auto}.Tabs-module-scss-module__tBY5Ia__fullWidth{width:100%}.Tabs-module-scss-module__tBY5Ia__fullHeight{height:100%}
.UploadFiles-module-scss-module__6fufYW__wrapper{flex-direction:column;gap:8px;width:100%;display:flex}.UploadFiles-module-scss-module__6fufYW__addFile{border:1px dashed var(--border-base);background:var(--bg-base);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:background .15s,border-color .15s;display:flex}.UploadFiles-module-scss-module__6fufYW__addFile:hover{background:var(--border-base-70);border-color:var(--border-base)}.UploadFiles-module-scss-module__6fufYW__addFile__dragOver{background:var(--border-base-70);border-color:var(--primary)}.UploadFiles-module-scss-module__6fufYW__fileList{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.UploadFiles-module-scss-module__6fufYW__fileItem{background:var(--bg-container);border:1px solid var(--border-base);border-radius:8px;align-items:center;gap:10px;width:100%;padding:6px 8px;display:flex;position:relative;overflow:hidden}.UploadFiles-module-scss-module__6fufYW__fileItem__icon{width:26px;height:34px}.UploadFiles-module-scss-module__6fufYW__fileItem__meta{flex-direction:column;gap:2px;display:flex}.UploadFiles-module-scss-module__6fufYW__fileItem__actions{position:absolute;top:6px;right:6px}
.HtmlPreview-module-scss-module__Xc8lVG__wrapper{background:var(--bg-container);flex-direction:column;width:100%;height:100%;display:flex}.HtmlPreview-module-scss-module__Xc8lVG__frame{background:#fff;border:none;flex:1;width:100%;height:100%;min-height:0}.HtmlPreview-module-scss-module__Xc8lVG__codePanel{height:100%;padding:16px 24px;overflow:auto}.HtmlPreview-module-scss-module__Xc8lVG__code{white-space:pre-wrap;word-break:break-word;color:var(--text-base);margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.6}
.AudioPreview-module-scss-module__Qq142W__wrapper{background:var(--bg-container);flex-direction:column;justify-content:center;align-items:center;gap:64px;width:100%;height:100%;display:flex}.AudioPreview-module-scss-module__Qq142W__player{border:1px solid var(--border-base);background:var(--bg-base);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;max-width:600px;padding:12px 16px;display:flex}.AudioPreview-module-scss-module__Qq142W__controls{justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.AudioPreview-module-scss-module__Qq142W__timeline{flex-direction:column;gap:6px;width:100%;display:flex}.AudioPreview-module-scss-module__Qq142W__timeline input[type=range]{width:100%;accent-color:var(--primary);cursor:pointer}.AudioPreview-module-scss-module__Qq142W__time{justify-content:space-between;width:100%;display:flex}.AudioPreview-module-scss-module__Qq142W__volume{align-items:center;display:flex}.AudioPreview-module-scss-module__Qq142W__volume input[type=range]{width:40px;accent-color:var(--primary);cursor:pointer;transform:rotate(-90deg)}
.FileModal-module-scss-module__WNckdq__wrapper{background:var(--bg-container);width:100%;height:100%}
.ProjectItemFileModal-module-scss-module__b099lW__wrapper{flex-direction:column;gap:18px;width:100%;padding:8px 0;display:flex}.ProjectItemFileModal-module-scss-module__b099lW__item{cursor:pointer;align-items:center;gap:8px;width:100%;display:inline-flex}.ProjectItemFileModal-module-scss-module__b099lW__item__active{background:var(--border-base-70);border:1px solid var(--border-base);outline:1px solid var(--border-base);outline-offset:1px;color:var(--primary)}.ProjectItemFileModal-module-scss-module__b099lW__item__active:hover{background:var(--border-base-50)}
.files-module-scss-module__kFlXVG__card{flex-direction:column;width:100%;height:200px;display:flex;position:relative;overflow:hidden}.files-module-scss-module__kFlXVG__card__actions{z-index:99;opacity:0;position:absolute;top:0;right:0}.files-module-scss-module__kFlXVG__card:hover .files-module-scss-module__kFlXVG__card__actions{opacity:1}.files-module-scss-module__kFlXVG__preview{background:var(--bg-container);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;display:flex;overflow:hidden}.files-module-scss-module__kFlXVG__preview img{object-fit:cover;border-radius:6px;width:100%;height:100%}.files-module-scss-module__kFlXVG__placeholder{border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;font-weight:600;display:flex}.files-module-scss-module__kFlXVG__meta{background:var(--bg-container);border-top:1px solid var(--border-base);flex-direction:column;padding:8px;display:flex}.files-module-scss-module__kFlXVG__noData{width:100%;padding:48px 16px}
.ButtonGroup-module-scss-module__H6JxpG__group{vertical-align:middle;align-items:stretch;max-width:100%;display:inline-flex}.ButtonGroup-module-scss-module__H6JxpG__fullWidth{width:100%}.ButtonGroup-module-scss-module__H6JxpG__groupButton{border-radius:0;min-width:0;margin-left:-1px;position:relative}.ButtonGroup-module-scss-module__H6JxpG__groupButton:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;margin-left:0}.ButtonGroup-module-scss-module__H6JxpG__groupButton:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.ButtonGroup-module-scss-module__H6JxpG__groupButton:only-child{border-radius:8px}.ButtonGroup-module-scss-module__H6JxpG__groupButton:hover,.ButtonGroup-module-scss-module__H6JxpG__groupButton:focus{z-index:1}.ButtonGroup-module-scss-module__H6JxpG__groupButton[data-active=true]{z-index:2;border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.ButtonGroup-module-scss-module__H6JxpG__fullWidth .ButtonGroup-module-scss-module__H6JxpG__groupButton{flex:1}
.Skeleton-module-scss-module__Dbyqfq__skeleton{background:var(--border-base-70);border-radius:6px;width:100%;height:22px;min-height:22px;max-height:22px;position:relative;overflow:hidden}.Skeleton-module-scss-module__Dbyqfq__skeleton:after{content:"";background:linear-gradient(90deg,transparent,var(--border-base-50),var(--border-base-70),var(--border-base),transparent);animation:1.6s ease-in-out infinite Skeleton-module-scss-module__Dbyqfq__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes Skeleton-module-scss-module__Dbyqfq__shimmer{0%{transform:translate(-100%)}60%{transform:translate(100%)}to{transform:translate(100%)}}
.WorkflowVariablePicker-module-scss-module__DzS4PG__popover{background:var(--bg-base);border:1px solid var(--border-base);z-index:99;width:320px;max-width:calc(100vw - 24px);box-shadow:var(--ring-shadow);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.WorkflowVariablePicker-module-scss-module__DzS4PG__header{border-bottom:1px solid var(--border-base);background:var(--bg-container);align-items:center;gap:6px;min-height:32px;padding:6px 10px;display:flex}.WorkflowVariablePicker-module-scss-module__DzS4PG__backBtn{border:1px solid var(--border-base);background:var(--bg-base);width:22px;height:22px;color:var(--text-base);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .12s,border-color .12s;display:inline-flex}.WorkflowVariablePicker-module-scss-module__DzS4PG__backBtn:hover{background:color-mix(in srgb,var(--primary)8%,var(--bg-base));border-color:color-mix(in srgb,var(--primary)35%,var(--border-base));color:var(--primary)}.WorkflowVariablePicker-module-scss-module__DzS4PG__headerTitle{min-width:0;color:var(--text-base);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:500;overflow:hidden}.WorkflowVariablePicker-module-scss-module__DzS4PG__content{flex-direction:column;gap:4px;width:100%;max-height:280px;padding:6px;display:flex;overflow-y:auto}.WorkflowVariablePicker-module-scss-module__DzS4PG__empty{color:var(--text-muted);text-align:center;padding:12px 10px;font-size:13px}.WorkflowVariablePicker-module-scss-module__DzS4PG__group{flex-direction:column;gap:2px;display:flex}.WorkflowVariablePicker-module-scss-module__DzS4PG__group:not(:first-child){border-top:1px solid var(--border-base);margin-top:4px;padding-top:6px}.WorkflowVariablePicker-module-scss-module__DzS4PG__groupLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);padding:4px 8px 2px;font-size:11px;font-weight:600}.WorkflowVariablePicker-module-scss-module__DzS4PG__item{width:100%;min-height:30px;color:var(--text-base);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;font-size:14px;transition:background-color .12s;display:flex}.WorkflowVariablePicker-module-scss-module__DzS4PG__item:hover{background:var(--bg-container)}.WorkflowVariablePicker-module-scss-module__DzS4PG__item:focus-visible{outline:2px solid color-mix(in srgb,var(--primary)45%,transparent);outline-offset:2px}.WorkflowVariablePicker-module-scss-module__DzS4PG__itemLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.WorkflowVariablePicker-module-scss-module__DzS4PG__itemMeta{color:var(--text-muted);flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.WorkflowVariablePicker-module-scss-module__DzS4PG__itemEntire{border-bottom:1px solid var(--border-base);border-radius:6px 6px 0 0;margin-bottom:4px}.WorkflowVariablePicker-module-scss-module__DzS4PG__itemEntire .WorkflowVariablePicker-module-scss-module__DzS4PG__itemLabel{font-weight:500}.WorkflowVariablePicker-module-scss-module__DzS4PG__itemType{color:var(--text-muted);opacity:.75;font-size:11px}.WorkflowVariablePicker-module-scss-module__DzS4PG__itemBadge{letter-spacing:.04em;text-transform:uppercase;border:1px solid color-mix(in srgb,var(--primary)35%,transparent);background:color-mix(in srgb,var(--primary)14%,transparent);height:18px;color:color-mix(in srgb,var(--primary)75%,var(--text-base));border-radius:999px;align-items:center;padding:0 6px;font-size:10px;font-weight:600;line-height:1;display:inline-flex}
.WorkflowVariable-module-scss-module__s5eBJq__pill{width:fit-content;height:fit-content;color:color-mix(in srgb,var(--pending)95%,var(--text-base));border-radius:6px;align-items:center;gap:4px;padding:2px 6px 2px 4px;font-size:13px;line-height:1.2;display:flex}.WorkflowVariable-module-scss-module__s5eBJq__pill[data-type=variable]{outline:1px solid color-mix(in srgb,var(--pending)15%,var(--border-base));background:color-mix(in srgb,var(--pending)20%,var(--bg-base));box-shadow:var(--ring-shadow)}.WorkflowVariable-module-scss-module__s5eBJq__pill[data-type=text]{background:0 0;border:#0000}.WorkflowVariable-module-scss-module__s5eBJq__pill__label,.WorkflowVariable-module-scss-module__s5eBJq__pill__trigger{min-width:0;font:inherit;color:inherit;align-items:center;gap:4px;display:inline-flex}.WorkflowVariable-module-scss-module__s5eBJq__pill__trigger{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0;transition:color .12s}.WorkflowVariable-module-scss-module__s5eBJq__pill__trigger span{text-wrap:nowrap;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.WorkflowVariable-module-scss-module__s5eBJq__pill__icon{opacity:.8;flex-shrink:0}.WorkflowVariable-module-scss-module__s5eBJq__pill__remove{width:16px;height:16px;color:inherit;cursor:pointer;opacity:.55;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:opacity .12s,background-color .12s;display:flex}.WorkflowVariable-module-scss-module__s5eBJq__pill__remove:hover{opacity:1;background:color-mix(in srgb,var(--pending)18%,transparent)}.WorkflowVariable-module-scss-module__s5eBJq__detail_popover{background:var(--bg-base);border:1px solid var(--border-base);max-width:calc(100vw - 24px);box-shadow:var(--ring-shadow);z-index:120;border-radius:10px;overflow:hidden}.WorkflowVariable-module-scss-module__s5eBJq__detail_popover__header{border-bottom:1px solid var(--border-base);background:var(--bg-container);letter-spacing:.02em;color:var(--text-muted);align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.WorkflowVariable-module-scss-module__s5eBJq__detail_popover__body{padding:10px 12px 12px}.WorkflowVariable-module-scss-module__s5eBJq__detail_popover__arrow{fill:var(--bg-base)}.WorkflowVariable-module-scss-module__s5eBJq__flow{flex-direction:column;gap:6px;display:flex}.WorkflowVariable-module-scss-module__s5eBJq__flow__step{grid-template-columns:40px 16px 1fr;align-items:center;column-gap:8px;min-height:40px;display:grid}.WorkflowVariable-module-scss-module__s5eBJq__flow__label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);justify-self:end;font-size:10px;font-weight:600;line-height:1}.WorkflowVariable-module-scss-module__s5eBJq__flow__rail{justify-content:center;align-self:stretch;align-items:center;min-height:34px;display:flex;position:relative}.WorkflowVariable-module-scss-module__s5eBJq__flow__rail:after{content:"";background:var(--border-base);width:1px;position:absolute;top:calc(50% + 5px);bottom:-6px;left:50%;transform:translate(-50%)}.WorkflowVariable-module-scss-module__s5eBJq__flow__step:last-child .WorkflowVariable-module-scss-module__s5eBJq__flow__rail:after{display:none}.WorkflowVariable-module-scss-module__s5eBJq__flow__dot{z-index:1;background:var(--bg-base);border:1.5px solid var(--border-base);width:7px;height:7px;box-shadow:0 0 0 2px var(--bg-base);border-radius:50%;position:relative}.WorkflowVariable-module-scss-module__s5eBJq__flow__dot_highlighted{border-color:color-mix(in srgb,var(--pending)55%,var(--border-base));background:color-mix(in srgb,var(--pending)35%,var(--bg-base))}.WorkflowVariable-module-scss-module__s5eBJq__flow__card{border:1px solid var(--border-base);background:var(--bg-container);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:34px;padding:7px 10px;display:flex}.WorkflowVariable-module-scss-module__s5eBJq__flow__card_highlighted{border-color:color-mix(in srgb,var(--pending)30%,var(--border-base));background:color-mix(in srgb,var(--pending)10%,var(--bg-container))}.WorkflowVariable-module-scss-module__s5eBJq__flow__card_text{min-width:0;color:var(--text-base);word-break:break-word;font-size:13px;font-weight:500;line-height:1.3}.WorkflowVariable-module-scss-module__s5eBJq__flow__path{flex-wrap:wrap;align-items:center;gap:2px;min-width:0;display:flex}.WorkflowVariable-module-scss-module__s5eBJq__flow__path_group{align-items:center;gap:2px;display:inline-flex}.WorkflowVariable-module-scss-module__s5eBJq__flow__path_sep{color:var(--text-muted);opacity:.65;flex-shrink:0}.WorkflowVariable-module-scss-module__s5eBJq__flow__path_chip{background:var(--bg-base);border:1px solid var(--border-base);color:var(--text-base);white-space:nowrap;border-radius:5px;align-items:center;padding:2px 6px;font-size:12px;font-weight:500;line-height:1.3;display:inline-flex}
.WorkflowNodeInput-module-scss-module__JpjRKG__wrapper{border-radius:8px;flex-direction:column;gap:6px;width:100%;padding:8px;display:flex}.WorkflowNodeInput-module-scss-module__JpjRKG__wrapper[data-variant=default]{border:1px solid var(--border-base);background:var(--bg-container);box-shadow:var(--ring-shadow)}.WorkflowNodeInput-module-scss-module__JpjRKG__wrapper[data-variant=base],.WorkflowNodeInput-module-scss-module__JpjRKG__wrapper[data-variant=outline],.WorkflowNodeInput-module-scss-module__JpjRKG__wrapper[data-variant=ghost]{border:1px solid var(--border-base);background:var(--bg-base)}.WorkflowNodeInput-module-scss-module__JpjRKG__wrapper[data-compact=true]{gap:4px;padding:4px}.WorkflowNodeInput-module-scss-module__JpjRKG__inputWrapper{flex-wrap:wrap;align-items:center;gap:4px;width:100%;height:22px;font-size:14px;display:flex}.WorkflowNodeInput-module-scss-module__JpjRKG__input{width:100%;height:22px;color:var(--text-base);background:0 0;border:none;outline:none;font-size:14px}.WorkflowNodeInput-module-scss-module__JpjRKG__inputSelect{width:100%;min-height:22px;color:var(--text-base);cursor:pointer;background:0 0;border:none;outline:none;padding:0;font-size:14px}.WorkflowNodeInput-module-scss-module__JpjRKG__variable{border:1px solid color-mix(in srgb,var(--pending)20%,var(--border-base));background:color-mix(in srgb,var(--pending)20%,var(--bg-base));width:fit-content;height:fit-content;color:color-mix(in srgb,var(--pending)70%,var(--text-base));border-radius:6px;align-items:center;gap:4px;padding:2px 4px;font-size:14px;line-height:14px;display:flex}.WorkflowNodeInput-module-scss-module__JpjRKG__variable__remove{width:16px;height:16px;color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex}.WorkflowNodeInput-module-scss-module__JpjRKG__variable__remove:hover{opacity:1;background:color-mix(in srgb,var(--pending)20%,transparent)}.WorkflowNodeInput-module-scss-module__JpjRKG__addVariable{width:fit-content;height:20px;color:var(--text-muted);cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:0 4px;font-size:14px;display:flex}.WorkflowNodeInput-module-scss-module__JpjRKG__addVariable:hover{background:var(--bg-base)}.WorkflowNodeInput-module-scss-module__JpjRKG__popover{background:var(--bg-base);border:1px solid var(--border-base);z-index:99;width:300px;box-shadow:var(--ring-shadow);border-radius:8px;flex-direction:column;display:flex}.WorkflowNodeInput-module-scss-module__JpjRKG__popover__header{border-bottom:1px solid var(--border-base);width:100%;color:var(--text-muted);outline:none;padding:4px 12px;font-size:14px}.WorkflowNodeInput-module-scss-module__JpjRKG__popover__content{flex-direction:column;gap:4px;width:100%;max-height:200px;padding:4px;display:flex;overflow-y:auto}.WorkflowNodeInput-module-scss-module__JpjRKG__popover__group{flex-direction:column;display:flex}.WorkflowNodeInput-module-scss-module__JpjRKG__popover__group:not(:first-child){border-top:1px solid var(--border-base);margin-top:4px;padding-top:4px}.WorkflowNodeInput-module-scss-module__JpjRKG__popover__groupLabel{color:var(--text-muted);padding:4px 8px;font-size:12px;font-weight:500}.WorkflowNodeInput-module-scss-module__JpjRKG__popover__item{width:100%;color:var(--text-base);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:4px;padding:4px 8px;font-size:14px;display:flex}.WorkflowNodeInput-module-scss-module__JpjRKG__popover__item:hover{background:var(--bg-container)}.WorkflowNodeInput-module-scss-module__JpjRKG__popover__fieldType{color:var(--text-muted);opacity:.7;font-size:11px}
.JsonBuilder-module-scss-module__h0iDFG__jsonBuilder{flex-direction:column;gap:8px;width:100%;display:flex}.JsonBuilder-module-scss-module__h0iDFG__nested{border-left:2px solid var(--border-base);flex-direction:column;gap:8px;width:100%;margin-top:4px;padding-left:10px;display:flex}.JsonBuilder-module-scss-module__h0iDFG__arrayItems{flex-direction:column;gap:8px;width:100%;display:flex}.JsonBuilder-module-scss-module__h0iDFG__arrayItem{width:100%}.JsonBuilder-module-scss-module__h0iDFG__arrayItem__label{white-space:nowrap;flex-shrink:0}.JsonBuilder-module-scss-module__h0iDFG__fieldRow{width:100%}.JsonBuilder-module-scss-module__h0iDFG__valueEditor{width:100%;min-width:0}
.WorkflowEmailBodyEditor-module-scss-module__9eqaea__root{border:1px solid var(--border-base);background:var(--bg-container);width:100%;box-shadow:var(--ring-shadow);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__rootFullscreen{border:none;border-radius:0;flex:1;height:100%;min-height:0;max-height:100%}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__outerFullscreen{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__modalBody{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbar{border-bottom:1px solid var(--border-base);background:var(--bg-base);flex-direction:column;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarRow{flex-wrap:wrap;align-items:center;gap:4px 6px;padding:6px 8px;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarRow:not(:last-of-type){border-bottom:1px solid color-mix(in srgb,var(--border-base)70%,transparent)}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarGroup{flex-wrap:wrap;align-items:center;gap:3px;display:inline-flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);opacity:.85;flex-shrink:0;margin-right:2px;padding:0 4px;font-size:10px;font-weight:700}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarBtn{min-width:28px;height:28px;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0 7px;font-size:12px;font-weight:600;display:inline-flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarBtn:hover:not(:disabled){background:var(--bg-container);color:var(--text-base)}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarBtn[data-active=true]{background:color-mix(in srgb,var(--primary)18%,transparent);color:var(--text-base)}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarBtn:disabled{opacity:.35;cursor:not-allowed}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__toolbarSep{background:var(--border-base);flex-shrink:0;width:1px;height:18px;margin:0 3px}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__editorScroll{max-height:420px;padding:12px 14px;overflow-y:auto}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__editorScrollFullscreen{flex:1;min-height:0;max-height:none;padding:12px 14px;overflow-y:auto}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror{min-height:220px;color:var(--text-base);outline:none;font-size:14px;line-height:1.55}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror p{margin:0 0 .65em}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror p:last-child{margin-bottom:0}:is(.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror h2,.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror h3){margin:.85em 0 .4em;font-weight:600;line-height:1.28}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror h2{font-size:1.28em}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror h3{font-size:1.12em}:is(.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror ul,.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror ol){margin:0 0 .65em;padding-left:1.5em}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror ul{list-style-type:disc;list-style-position:outside}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror ol{list-style-type:decimal;list-style-position:outside}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror li{display:list-item}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror li p{margin:0}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror a{color:var(--primary);text-decoration:underline}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror blockquote{border-left:3px solid color-mix(in srgb,var(--primary)50%,var(--border-base));background:color-mix(in srgb,var(--primary)7%,var(--bg-base));color:var(--text-base);border-radius:0 8px 8px 0;margin:.65em 0;padding:.55em .95em}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror blockquote p{margin:.25em 0}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror hr{border:none;border-top:1px solid var(--border-base);margin:1rem 0}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror .tableWrapper{margin:var(--wf-email-wrapper-my,12px)0;max-width:100%;overflow-x:auto}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror .tableWrapper table{border-collapse:collapse;border:1px solid var(--wf-email-table-border,#c9ced6);table-layout:fixed;background:0 0;width:100%;min-width:240px;font-size:13px;line-height:1.45}:is(.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror .tableWrapper th,.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror .tableWrapper td){border:1px solid var(--wf-email-table-border,#c9ced6);padding:var(--wf-email-cell-pad,8px 10px);vertical-align:top;word-wrap:break-word;overflow-wrap:anywhere}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror .tableWrapper th{background-color:var(--wf-email-th-bg,#f0f2f5);text-align:left;font-weight:600}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror .tableWrapper td{background:0 0}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__proseMirror .wf-email-var{vertical-align:baseline;border:1px solid color-mix(in srgb,var(--pending)28%,var(--border-base));background:color-mix(in srgb,var(--pending)14%,var(--bg-base));color:color-mix(in srgb,var(--pending)55%,var(--text-base));user-select:none;border-radius:6px;align-items:center;margin:0 2px;padding:1px 8px 2px;font-size:12px;font-weight:500;line-height:1.4;display:inline-flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__footer{border-top:1px solid var(--border-base);background:var(--bg-base);justify-content:flex-start;align-items:center;gap:8px;padding:6px 8px;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__footerActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__footerTemplate{flex:1;min-width:0;max-width:260px}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__footerBtn{height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:0 10px;font-size:13px;display:inline-flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__footerBtn:hover{background:var(--bg-container);color:var(--text-base)}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__footerPush{align-items:center;margin-left:auto;display:inline-flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__addVariable{height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:0 8px;font-size:13px;display:inline-flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__addVariable:hover{background:var(--bg-container);color:var(--text-base)}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover{background:var(--bg-base);border:1px solid var(--border-base);z-index:99;width:300px;box-shadow:var(--ring-shadow);border-radius:8px;flex-direction:column;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover__header{border-bottom:1px solid var(--border-base);color:var(--text-muted);padding:6px 12px;font-size:13px}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover__content{flex-direction:column;gap:4px;max-height:220px;padding:4px;display:flex;overflow-y:auto}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover__group{flex-direction:column;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover__group:not(:first-child){border-top:1px solid var(--border-base);margin-top:4px;padding-top:6px}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover__groupLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;padding:4px 8px;font-size:11px;font-weight:600}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover__item{width:100%;color:var(--text-base);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover__item:hover{background:var(--bg-container)}.WorkflowEmailBodyEditor-module-scss-module__9eqaea__popover__fieldType{color:var(--text-muted);opacity:.75;flex-shrink:0;font-size:10px}
.GoogleSheetsConfig-module-scss-module___Ibz4q__operationHint,.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesEditor{border:1px solid var(--border-base);background:var(--bg-muted);border-radius:8px;flex-direction:column;gap:8px;width:100%;min-width:0;max-width:100%;padding:12px;display:flex;overflow-x:clip}.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid{gap:6px;width:100%;min-width:0;max-width:100%;display:grid}.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__corner,.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__header,.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__rowLabel,.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__cell{border-radius:6px;align-items:center;min-height:32px;font-size:12px;display:flex}.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__corner,.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__header,.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__rowLabel{color:var(--text-muted);background:var(--bg-container);border:1px solid var(--border-base);justify-content:center}.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__rowLabel{padding:0 8px}.GoogleSheetsConfig-module-scss-module___Ibz4q__gridCellInput{min-width:0;max-width:100%;overflow:hidden}.GoogleSheetsConfig-module-scss-module___Ibz4q__valuesGrid__cell{background:var(--bg-base);border:1px solid var(--border-base);min-width:0;color:var(--text-base);text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;padding:0 10px;overflow:hidden}
.GoogleDriveConfig-module-scss-module__-b9E0W__previewTable{background:var(--bg-muted);border:1px solid var(--border-base);border-radius:8px;flex-direction:column;gap:8px;width:100%;padding:12px;display:flex;overflow-x:auto}.GoogleDriveConfig-module-scss-module__-b9E0W__previewTable table{border-collapse:collapse;width:100%;font-size:12px}.GoogleDriveConfig-module-scss-module__-b9E0W__previewTable th,.GoogleDriveConfig-module-scss-module__-b9E0W__previewTable td{text-align:left;border-bottom:1px solid var(--border-base);padding:6px 8px}.GoogleDriveConfig-module-scss-module__-b9E0W__previewTable th{color:var(--text-muted);font-weight:500}
.reports-module-scss-module__UFBL2G__wrapper{box-sizing:border-box;flex-direction:column;gap:10px;width:100%;height:100%;min-height:0;padding:10px;display:flex;overflow:hidden}.reports-module-scss-module__UFBL2G__toolbar{border:1px solid var(--border-base);background:var(--bg-container);min-width:0;box-shadow:var(--ring-shadow);scrollbar-width:thin;border-radius:10px;flex-flow:row;flex:auto;justify-content:flex-start;align-items:flex-end;gap:12px;padding:12px 14px;display:flex;overflow-x:auto}.reports-module-scss-module__UFBL2G__topSection{flex-direction:row;flex-shrink:0;align-items:stretch;gap:10px;min-width:0;display:flex}.reports-module-scss-module__UFBL2G__toolbarGroup{flex-direction:column;flex:none;justify-content:flex-end;gap:6px;min-width:0;display:flex}.reports-module-scss-module__UFBL2G__toolbarMetric{flex:0 220px;width:220px;max-width:220px}.reports-module-scss-module__UFBL2G__toolbarDate{flex:0 0 138px;width:138px}.reports-module-scss-module__UFBL2G__toolbarLabel{letter-spacing:.04em;text-transform:uppercase;height:12px;color:var(--text-muted);white-space:nowrap;margin:0;padding:0;font-size:11px;font-weight:600;line-height:12px;display:block;overflow:hidden}.reports-module-scss-module__UFBL2G__toolbarControl{align-items:center;width:100%;min-width:0;height:28px;min-height:28px;max-height:28px;display:flex}.reports-module-scss-module__UFBL2G__toolbarControl>*{box-sizing:border-box;width:auto;height:28px!important;min-height:28px!important;max-height:28px!important}.reports-module-scss-module__UFBL2G__toolbarMetric .reports-module-scss-module__UFBL2G__toolbarControl>*,.reports-module-scss-module__UFBL2G__toolbarDate .reports-module-scss-module__UFBL2G__toolbarControl>*{width:100%}.reports-module-scss-module__UFBL2G__toolbarControl button{box-sizing:border-box;height:28px!important;min-height:28px!important;max-height:28px!important;padding-top:0!important;padding-bottom:0!important}.reports-module-scss-module__UFBL2G__kpiStrip{border:1px solid var(--border-base);background:var(--border-base);min-width:320px;box-shadow:var(--ring-shadow);border-radius:10px;flex:420px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.reports-module-scss-module__UFBL2G__kpiCard{background:var(--bg-container);flex-direction:column;gap:4px;min-width:0;padding:12px 14px;display:flex}.reports-module-scss-module__UFBL2G__kpiLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:600;line-height:1.2}.reports-module-scss-module__UFBL2G__kpiValue{letter-spacing:-.03em;color:var(--text-base);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:600;line-height:1.15}.reports-module-scss-module__UFBL2G__kpiMeta{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.reports-module-scss-module__UFBL2G__kpiDelta{letter-spacing:-.03em;font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-size:clamp(1.2rem,2.2vw,1.6rem);font-weight:600;line-height:1.15;display:inline-flex}.reports-module-scss-module__UFBL2G__deltaUp{color:var(--success,#16a34a)}.reports-module-scss-module__UFBL2G__deltaDown{color:var(--danger,#dc2626)}.reports-module-scss-module__UFBL2G__deltaNeutral{color:var(--text-muted)}.reports-module-scss-module__UFBL2G__contentPanel{border:1px solid var(--border-base);background:var(--bg-container);min-height:0;box-shadow:var(--ring-shadow);border-radius:10px;flex-direction:column;flex:auto;display:flex;overflow:hidden}.reports-module-scss-module__UFBL2G__chartBody{flex:auto;min-height:220px;padding:8px 8px 4px;position:relative}.reports-module-scss-module__UFBL2G__tableBody{flex:auto;min-height:0;padding:0;overflow:auto}.reports-module-scss-module__UFBL2G__chartEmpty{text-align:center;color:var(--text-muted);justify-content:center;align-items:center;padding:24px;font-size:13px;display:flex;position:absolute;inset:0}.reports-module-scss-module__UFBL2G__shareBar{align-items:center;gap:8px;min-width:0;display:flex}.reports-module-scss-module__UFBL2G__shareTrack{background:var(--border-base);border-radius:999px;flex:auto;min-width:48px;max-width:120px;height:6px;overflow:hidden}.reports-module-scss-module__UFBL2G__shareFill{background:var(--primary);border-radius:999px;height:100%}.reports-module-scss-module__UFBL2G__shareLabel{font-variant-numeric:tabular-nums;color:var(--text-muted);text-align:right;flex-shrink:0;min-width:42px;font-size:12px}.reports-module-scss-module__UFBL2G__valueCell{font-variant-numeric:tabular-nums;font-weight:600}.reports-module-scss-module__UFBL2G__periodCell{flex-direction:column;gap:2px;min-width:0;display:flex}.reports-module-scss-module__UFBL2G__periodPrimary{color:var(--text-base);font-size:13px;font-weight:500;line-height:1.3}.reports-module-scss-module__UFBL2G__periodSecondary{color:var(--text-muted);font-size:11px;line-height:1.3}.reports-module-scss-module__UFBL2G__empty{border:1px dashed var(--border-base);text-align:center;min-height:200px;color:var(--text-muted);border-radius:10px;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:8px;padding:32px 16px;display:flex}.reports-module-scss-module__UFBL2G__errorBanner{border:1px solid color-mix(in srgb,var(--danger,#dc2626)35%,var(--border-base));background:color-mix(in srgb,var(--danger,#dc2626)8%,var(--bg-container));color:var(--danger,#dc2626);border-radius:8px;flex-shrink:0;padding:10px 12px;font-size:13px}.reports-module-scss-module__UFBL2G__skeletonKpi{border-radius:4px;height:18px}.reports-module-scss-module__UFBL2G__skeletonValue{border-radius:6px;width:56%;height:28px;margin-top:4px}@media (max-width:1200px){.reports-module-scss-module__UFBL2G__topSection{flex-direction:column}.reports-module-scss-module__UFBL2G__toolbar{flex-wrap:wrap;align-items:flex-end}.reports-module-scss-module__UFBL2G__toolbarMetric{flex:200px;width:auto;max-width:none}.reports-module-scss-module__UFBL2G__kpiStrip{flex:auto;width:100%;min-width:0}}@media (max-width:720px){.reports-module-scss-module__UFBL2G__wrapper{height:auto;min-height:100%;overflow:auto}.reports-module-scss-module__UFBL2G__kpiStrip{grid-template-columns:1fr}.reports-module-scss-module__UFBL2G__contentPanel{min-height:320px}.reports-module-scss-module__UFBL2G__chartBody{min-height:260px}.reports-module-scss-module__UFBL2G__kpiMeta{white-space:normal}}
.layout-module-scss-module__YTUKjG__wrapper{flex-direction:column;width:100%;height:100%;display:flex}.layout-module-scss-module__YTUKjG__header{border-bottom:1px solid var(--border-base);align-items:center;width:100%;height:37px;padding:6px;display:flex}.layout-module-scss-module__YTUKjG__content{width:100%;height:calc(100% - 37px);display:flex}
.GoogleFormsConfig-module-scss-module__l5NAzq__previewTable{background:var(--bg-muted);border:1px solid var(--border-base);border-radius:8px;flex-direction:column;gap:8px;width:100%;padding:12px;display:flex;overflow-x:auto}.GoogleFormsConfig-module-scss-module__l5NAzq__previewTable table{border-collapse:collapse;width:100%;font-size:12px}.GoogleFormsConfig-module-scss-module__l5NAzq__previewTable th,.GoogleFormsConfig-module-scss-module__l5NAzq__previewTable td{text-align:left;border-bottom:1px solid var(--border-base);padding:6px 8px}.GoogleFormsConfig-module-scss-module__l5NAzq__previewTable th{color:var(--text-muted);font-weight:500}
.ClickUpConfig-module-scss-module__DIXqFa__checkbox{cursor:pointer;align-items:center;gap:8px;width:100%;display:flex}
.TableSettingModal-module-scss-module__FHZe5G__wrapper{width:100%;height:100%;display:flex;overflow:hidden}.TableSettingModal-module-scss-module__FHZe5G__wrapper__content{flex-direction:column;gap:6px;width:100%;height:100%;padding:12px 0 12px 12px;display:flex}.TableSettingModal-module-scss-module__FHZe5G__wrapper__settings{flex-direction:column;gap:6px;width:100%;height:100%;padding:12px;display:flex}.TableSettingModal-module-scss-module__FHZe5G__preview{border:1px solid var(--border-base);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.TableSettingModal-module-scss-module__FHZe5G__preview:after{content:"";background:var(--bg-base-70);background:linear-gradient(0deg,var(--border-base-50)0%,#fff0 39%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.TableSettingModal-module-scss-module__FHZe5G__preview:before{content:"";background:var(--bg-base-70);background:linear-gradient(90deg,#fff0 39%,var(--border-base-50)100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}
.WhatsAppConfig-module-scss-module__0Atb3a__variableRow{align-items:flex-end;gap:8px;width:100%;display:flex}.WhatsAppConfig-module-scss-module__0Atb3a__variableRow__field{flex:1;min-width:0}
.EmailCrmSyncModal-module-scss-module__vjGaJq__root{width:100%}.EmailCrmSyncModal-module-scss-module__vjGaJq__formStack{transition:opacity .16s}.EmailCrmSyncModal-module-scss-module__vjGaJq__formStack--dimmed{opacity:.4;pointer-events:none;user-select:none}.EmailCrmSyncModal-module-scss-module__vjGaJq__iconBox{border:1px solid var(--border-base);background:var(--bg-base);width:36px;height:36px;color:var(--text-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.EmailCrmSyncModal-module-scss-module__vjGaJq__statusIcon{border:1px solid var(--border-base);background:var(--bg-base);width:28px;height:28px;color:var(--text-muted);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.EmailCrmSyncModal-module-scss-module__vjGaJq__statusIcon--running{color:var(--primary)}.EmailCrmSyncModal-module-scss-module__vjGaJq__statusIcon--success{color:var(--success);border-color:color-mix(in srgb,var(--success)35%,var(--border-base))}.EmailCrmSyncModal-module-scss-module__vjGaJq__statusIcon--failed{color:var(--danger);border-color:color-mix(in srgb,var(--danger)35%,var(--border-base))}.EmailCrmSyncModal-module-scss-module__vjGaJq__spinner{animation:.85s linear infinite EmailCrmSyncModal-module-scss-module__vjGaJq__spin}.EmailCrmSyncModal-module-scss-module__vjGaJq__progressTrack{background:var(--bg-base);border:1px solid var(--border-base);border-radius:999px;flex:1;min-width:0;height:4px;overflow:hidden}.EmailCrmSyncModal-module-scss-module__vjGaJq__progressBar{border-radius:inherit;background:var(--primary);height:100%;transition:width .28s}.EmailCrmSyncModal-module-scss-module__vjGaJq__progressBar--success{background:var(--success)}.EmailCrmSyncModal-module-scss-module__vjGaJq__progressBar--failed{background:var(--danger)}.EmailCrmSyncModal-module-scss-module__vjGaJq__steps{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.EmailCrmSyncModal-module-scss-module__vjGaJq__step{grid-template-columns:22px minmax(0,1fr);gap:10px;padding:8px 0;display:grid;position:relative}.EmailCrmSyncModal-module-scss-module__vjGaJq__step:not(:last-child):after{content:"";background:var(--border-base);width:1px;position:absolute;top:30px;bottom:-2px;left:10px}.EmailCrmSyncModal-module-scss-module__vjGaJq__step--done:not(:last-child):after{background:color-mix(in srgb,var(--success)45%,var(--border-base))}.EmailCrmSyncModal-module-scss-module__vjGaJq__stepMarker{border:1px solid var(--border-base);background:var(--bg-base);width:22px;height:22px;color:var(--text-muted);z-index:1;border-radius:6px;justify-content:center;align-items:center;font-size:11px;display:flex}.EmailCrmSyncModal-module-scss-module__vjGaJq__step--done .EmailCrmSyncModal-module-scss-module__vjGaJq__stepMarker{border-color:color-mix(in srgb,var(--success)40%,var(--border-base));background:color-mix(in srgb,var(--success)10%,var(--bg-container));color:var(--success)}.EmailCrmSyncModal-module-scss-module__vjGaJq__step--active .EmailCrmSyncModal-module-scss-module__vjGaJq__stepMarker{border-color:var(--primary);background:var(--primary);color:var(--bg-container)}.EmailCrmSyncModal-module-scss-module__vjGaJq__step--pending .EmailCrmSyncModal-module-scss-module__vjGaJq__stepMarker{opacity:.7}.EmailCrmSyncModal-module-scss-module__vjGaJq__stat{flex:30%;min-width:96px}@keyframes EmailCrmSyncModal-module-scss-module__vjGaJq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.CapabilityCard-module-scss-module__e_3mpW__capabilityItem{gap:0;padding:16px 18px;transition:border-color .15s,box-shadow .15s}.CapabilityCard-module-scss-module__e_3mpW__capabilityItem__body{flex-direction:column;gap:12px;width:100%;display:flex}.CapabilityCard-module-scss-module__e_3mpW__capabilityItem__details{border-top:1px solid var(--border-base);flex-direction:column;gap:12px;margin-top:4px;padding-top:12px;display:flex}.CapabilityCard-module-scss-module__e_3mpW__capabilityItem__icon{background:var(--bg-base);border:1px solid var(--border-base);width:40px;height:40px;color:var(--text-muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CapabilityCard-module-scss-module__e_3mpW__capabilityItem__disabled{opacity:.65}.CapabilityCard-module-scss-module__e_3mpW__capabilityItem__clickable{cursor:pointer}.CapabilityCard-module-scss-module__e_3mpW__capabilityItem__clickable:hover{border-color:var(--border-base-hover,var(--border-base));box-shadow:var(--ring-shadow-hover,var(--ring-shadow))}
.layout-module-scss-module__zeqYGG__root{width:100%;height:100%;min-height:0;overflow:hidden}
.CapabilityList-module-scss-module__7tvwTq__capabilityList{flex-direction:column;gap:12px;width:100%;display:flex}
