.ViewTabs-module-scss-module__bNAKDq__wrapper{align-items:center;gap:8px;width:100%;display:flex}.ViewTabs-module-scss-module__bNAKDq__tab{background:var(--bg-base);cursor:pointer;border-radius:6px;outline:none;align-items:center;gap:6px;padding:4px 6px;transition:all .2s ease-in-out;display:flex;position:relative}.ViewTabs-module-scss-module__bNAKDq__tab__pin{background:var(--bg-base);width:12px;height:12px;color:var(--text-base);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-2px;left:0}.ViewTabs-module-scss-module__bNAKDq__tab__icon{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;display:flex}.ViewTabs-module-scss-module__bNAKDq__tab__trigger{cursor:pointer;outline:none;justify-content:center;align-items:center;height:100%;font-size:12px;transition:all .2s ease-in-out;display:flex}.ViewTabs-module-scss-module__bNAKDq__tab__active:after{content:"";background:var(--primary);width:100%;height:2px;position:absolute;bottom:-6px;left:0}.ViewTabs-module-scss-module__bNAKDq__tab:hover{background:var(--bg-container)}.ViewTabs-module-scss-module__bNAKDq__popover{background:var(--bg-base);border:1px solid var(--border-base);z-index:9999;border-radius:8px;grid-template-columns:repeat(1,1fr);gap:4px;padding:8px;display:grid;transform:translate(50%);box-shadow:0 3px 8px #0000003d}.ViewTabs-module-scss-module__bNAKDq__popover__item{background:var(--bg-base);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;transition:all .2s ease-in-out;display:flex}.ViewTabs-module-scss-module__bNAKDq__popover__item:hover{background:var(--bg-container)}.ViewTabs-module-scss-module__bNAKDq__popover__item__icon{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.ViewTabs-module-scss-module__bNAKDq__popover__item__content{flex-direction:column;gap:3px;display:flex}@keyframes ViewTabs-module-scss-module__bNAKDq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ViewTabs-module-scss-module__bNAKDq__loader{animation:1s linear infinite ViewTabs-module-scss-module__bNAKDq__spin}
.TableSelect-module-scss-module__pI2b9a__wrapper{align-items:center;gap:8px;width:100%;height:100%;min-height:37px;padding:4px 12px;display:flex}.TableSelect-module-scss-module__pI2b9a__select{background:var(--bg-base);border:1px solid var(--border-base);border-radius:8px;outline:none;width:100%;min-width:250px;box-shadow:0 2px 12px #0003}.TableSelect-module-scss-module__pI2b9a__select__header{border-bottom:1px solid var(--border-base);width:100%;color:var(--text-muted);outline:none;padding:4px 12px;font-size:14px}.TableSelect-module-scss-module__pI2b9a__select__loading{justify-content:center;align-items:center;width:100%;height:100px;display:flex}.TableSelect-module-scss-module__pI2b9a__select__body{flex-direction:column;width:100%;max-height:200px;padding:4px;display:flex;overflow-y:auto}.TableSelect-module-scss-module__pI2b9a__option{cursor:pointer;color:var(--text-muted);border:1px solid #0000;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;font-size:14px;transition:all .2s;display:flex}.TableSelect-module-scss-module__pI2b9a__option:hover{background:var(--bg-container)}.TableSelect-module-scss-module__pI2b9a__option{outline:none}.TableSelect-module-scss-module__pI2b9a__dot{background:var(--text-base);opacity:0;border-radius:50%;width:6px;height:6px}.TableSelect-module-scss-module__pI2b9a__dot__selected{opacity:1}@keyframes TableSelect-module-scss-module__pI2b9a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TableSelect-module-scss-module__pI2b9a__loader{animation:1s linear infinite TableSelect-module-scss-module__pI2b9a__spin}
.UserSelect-module-scss-module__XY2kRG__trigger{text-wrap:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;width:100%;height:100%;min-height:37px;padding:4px 12px;font-size:14px;display:flex;overflow:hidden}.UserSelect-module-scss-module__XY2kRG__popover{background:var(--bg-base);border:1px solid var(--border-base);z-index:9999;border-radius:8px;outline:none;flex-direction:column;width:100%;min-width:320px;max-width:400px;max-height:500px;display:flex;position:relative;box-shadow:0 3px 8px #0000003d}.UserSelect-module-scss-module__XY2kRG__popover__header{width:100%;padding:8px}.UserSelect-module-scss-module__XY2kRG__popover__content{flex-direction:column;width:100%;display:flex;overflow:hidden}.UserSelect-module-scss-module__XY2kRG__popover__list{flex-direction:column;width:100%;max-height:200px;padding:8px;display:flex;overflow-y:auto}.UserSelect-module-scss-module__XY2kRG__popover__loading{width:100%;height:100%;min-height:100px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex}.UserSelect-module-scss-module__XY2kRG__popover__noData{text-align:center;width:100%;height:100px;color:var(--text-muted);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:14px;display:flex}.UserSelect-module-scss-module__XY2kRG__popover__title{width:100%;color:var(--text-muted);background:var(--bg-container);border-top:1px solid var(--border-base);border-bottom:1px solid var(--border-base);text-transform:uppercase;letter-spacing:.5px;padding:6px 8px;font-size:12px;font-weight:500}.UserSelect-module-scss-module__XY2kRG__popover__item{background:var(--bg-base);cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px;transition:all .2s ease-in-out;display:flex}.UserSelect-module-scss-module__XY2kRG__popover__item:hover{background:var(--bg-container);border-color:var(--border-base)}.UserSelect-module-scss-module__XY2kRG__sm{min-height:28px;padding:0 8px;font-size:12px}.UserSelect-module-scss-module__XY2kRG__md{min-height:37px;padding:0 10px;font-size:14px}.UserSelect-module-scss-module__XY2kRG__lg{min-height:44px;padding:0 12px;font-size:16px}.UserSelect-module-scss-module__XY2kRG__default{background:var(--bg-base);border:1px solid var(--border-base)}.UserSelect-module-scss-module__XY2kRG__outline{border:1px solid var(--border-base);background:0 0}.UserSelect-module-scss-module__XY2kRG__ghost{background:0 0;border:1px solid #0000}.UserSelect-module-scss-module__XY2kRG__fullWidth{width:100%}.UserSelect-module-scss-module__XY2kRG__disabled{opacity:.5;cursor:not-allowed}@keyframes UserSelect-module-scss-module__XY2kRG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.UserSelect-module-scss-module__XY2kRG__loader{animation:1s linear infinite UserSelect-module-scss-module__XY2kRG__spin}
.RelationSelect-module-scss-module__ZM9OEG__trigger{text-wrap:nowrap;text-overflow:ellipsis;align-items:center;gap:8px;width:100%;height:100%;min-height:37px;padding:4px 12px;font-size:14px;display:flex;overflow:hidden}.RelationSelect-module-scss-module__ZM9OEG__popover{background:var(--bg-base);border:1px solid var(--border-base);z-index:9999;border-radius:8px;outline:none;flex-direction:column;width:100%;min-width:300px;display:flex;position:relative;box-shadow:0 3px 8px #0000003d}.RelationSelect-module-scss-module__ZM9OEG__popover__header{width:100%;padding:8px;font-size:12px}.RelationSelect-module-scss-module__ZM9OEG__popover__content{flex-direction:column;width:100%;display:flex}.RelationSelect-module-scss-module__ZM9OEG__popover__list{flex-direction:column;gap:4px;width:100%;height:100%;max-height:150px;padding:8px;display:flex;overflow-y:auto}.RelationSelect-module-scss-module__ZM9OEG__popover__loading{width:100%;height:100%;min-height:50px;color:var(--text-muted);justify-content:center;align-items:center;font-size:14px;display:flex}.RelationSelect-module-scss-module__ZM9OEG__popover__noData{text-align:center;width:100%;height:100%;color:var(--text-muted);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:6px 8px;font-size:14px;display:flex}.RelationSelect-module-scss-module__ZM9OEG__popover__title{width:100%;color:var(--text-muted);background:var(--border-base-70);border-top:1px solid var(--border-base);border-bottom:1px solid var(--border-base);text-align:center;gap:4px;padding:4px 8px;font-size:14px;display:flex}.RelationSelect-module-scss-module__ZM9OEG__popover__title__input{width:100%;height:100%;color:var(--text-base);text-align:right;background:0 0;border:none;outline:none;font-size:14px}.RelationSelect-module-scss-module__ZM9OEG__popover__item{background:var(--bg-base);cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;transition:all .2s ease-in-out;display:flex}.RelationSelect-module-scss-module__ZM9OEG__popover__item:hover{background:var(--bg-container)}.RelationSelect-module-scss-module__ZM9OEG__popover__item__icon{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.RelationSelect-module-scss-module__ZM9OEG__popover__item__content{flex-direction:column;gap:3px;display:flex}.RelationSelect-module-scss-module__ZM9OEG__fullWidth{width:100%}.RelationSelect-module-scss-module__ZM9OEG__disabled{cursor:not-allowed}.RelationSelect-module-scss-module__ZM9OEG__ghost{color:var(--text-base);box-shadow:none;background:0 0;border:1px solid #0000;outline:none;padding:4px 10px}.RelationSelect-module-scss-module__ZM9OEG__ghost:focus{border-color:#0000;outline-color:#0000}.RelationSelect-module-scss-module__ZM9OEG__sm{height:22px;min-height:22px;max-height:22px;font-size:13px}.RelationSelect-module-scss-module__ZM9OEG__md{height:28px;min-height:28px;max-height:28px;font-size:14px}.RelationSelect-module-scss-module__ZM9OEG__lg{height:32px;min-height:32px;max-height:32px;font-size:16px}
.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__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);width:280px;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__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}
.Badge-module-scss-module__dan1QW__wrapper{display:inline-flex;position:relative}.Badge-module-scss-module__dan1QW__badge{white-space:nowrap;width:16px;height:16px;color:var(--primary-foreground);background:var(--primary);border:1px solid var(--border-base);box-shadow:var(--ring-shadow);z-index:1;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}
.ProjectFieldPreview-module-scss-module__uU3j-a__wrapper{border:1px solid var(--border-base);background:var(--bg-container);border-radius:8px;width:100%;height:100px;position:relative;overflow:hidden;box-shadow:0 0 8px #0000001a}.ProjectFieldPreview-module-scss-module__uU3j-a__grid{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;width:150%;height:150%;display:grid;transform:translate(-16.66%,-16.66%)}.ProjectFieldPreview-module-scss-module__uU3j-a__cell{border-bottom:1px solid var(--border-base);border-right:1px solid var(--border-base);justify-content:center;align-items:center;width:100%;height: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}
.ProjectItemModal-module-scss-module__0PSrsG__itemInput{border:1px solid var(--border-base);background:var(--bg-container);border-radius:8px;flex-direction:column;gap:8px;width:100%;height:27px;min-height:27px;max-height:27px;display:flex}.ProjectItemModal-module-scss-module__0PSrsG__defaultFields{border:1px dashed color-mix(in srgb,var(--primary)35%,var(--border-base));background:color-mix(in srgb,var(--primary)6%,var(--bg-container));border-radius:10px;flex-direction:column;gap:8px;width:100%;padding:12px;display:flex}.ProjectItemModal-module-scss-module__0PSrsG__defaultFields__list{flex-direction:column;gap:10px;width:100%;display:flex}.ProjectItemModal-module-scss-module__0PSrsG__defaultField{flex-direction:column;gap:4px;width:100%;display:flex}.ProjectItemModal-module-scss-module__0PSrsG__defaultField__label{font-weight:500}.ProjectItemModal-module-scss-module__0PSrsG__defaultField__value{border:1px solid var(--border-base);background:color-mix(in srgb,var(--bg-base)70%,var(--bg-container));opacity:.92;border-radius:8px;width:100%;min-height:32px;padding:6px 10px}.ProjectItemModal-module-scss-module__0PSrsG__defaultField__dot{border-radius:999px;flex-shrink:0;width:8px;height:8px}
.ProjectItemSort-module-scss-module___ah-ka__wrapper{align-items:center;gap:8px;display:flex}.ProjectItemSort-module-scss-module___ah-ka__popover{background:var(--bg-base);border:1px solid var(--border-base);z-index:9999;border-radius:8px;flex-direction:column;min-width:450px;display:flex;box-shadow:0 3px 8px #0000003d}.ProjectItemSort-module-scss-module___ah-ka__popover__header{width:100%;color:var(--text-muted);border-bottom:1px solid var(--border-base);text-align:center;justify-content:space-between;gap:8px;padding:8px;font-size:14px;display:flex}.ProjectItemSort-module-scss-module___ah-ka__popover__mode{align-items:center;gap:8px;max-width:200px;padding:8px 8px 0;display:flex}.ProjectItemSort-module-scss-module___ah-ka__popover__content{flex-direction:column;gap:8px;width:100%;padding:8px;display:flex}.ProjectItemSort-module-scss-module___ah-ka__popover__empty{width:100%;color:var(--text-muted);justify-content:center;align-items:center;padding:8px;font-size:14px;display:flex}.ProjectItemSort-module-scss-module___ah-ka__popover__footer{width:100%;color:var(--text-muted);border-top:1px solid var(--border-base);text-align:center;justify-content:space-between;gap:8px;padding:8px;font-size:14px;display:flex}.ProjectItemSort-module-scss-module___ah-ka__item{align-items:center;gap:8px;width:100%;height:28px;min-height:28px;max-height:28px;font-size:14px;display:flex}.ProjectItemSort-module-scss-module___ah-ka__item__index{justify-content:flex-end;align-items:center;width:fit-content;height:100%;display:flex}.ProjectItemSort-module-scss-module___ah-ka__item__field{align-items:center;width:100%;height:100%;display:flex}.ProjectItemSort-module-scss-module___ah-ka__item__operator{justify-content:center;align-items:center;width:50%;height:100%;display:flex}.ProjectItemSort-module-scss-module___ah-ka__item__value{align-items:center;width:100%;height:100%;display:flex}.ProjectItemSort-module-scss-module___ah-ka__item__actions{align-items:center;width:fit-content;height:100%;display:flex}
.Table-module-scss-module__s8j8iW__wrapper{width:100%;height:100%}.Table-module-scss-module__s8j8iW__header{border-bottom:1px solid var(--border-base);justify-content:space-between;align-items:center;width:100%;height:45px;padding:0 12px;display:flex;overflow-x:auto}.Table-module-scss-module__s8j8iW__content{width:100%;height:100%;min-height:calc(100% - 90px);max-height:calc(100% - 90px)}.Table-module-scss-module__s8j8iW__footer{border-top:1px solid var(--border-base);justify-content:space-between;align-items:center;width:100%;height:45px;padding:0 12px;display:flex}.Table-module-scss-module__s8j8iW__rightElement{background:var(--bg-base);border-left:1px solid var(--border-base);flex-direction:column;width:150px;height:100%;display:flex}.Table-module-scss-module__s8j8iW__rightElement__header{border-bottom:1px solid var(--border-base);cursor:pointer;align-items:center;width:100%;height:37px;max-height:37px;padding:0 8px;display:flex}.Table-module-scss-module__s8j8iW__rightElement__header:hover{background:var(--bg-container)}
@keyframes HeroSection-module-scss-module__E4mAIa__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){@keyframes HeroSection-module-scss-module__E4mAIa__fadeInUp{0%{opacity:0}to{opacity:1}}}@property --heroPreviewAngle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes HeroSection-module-scss-module__E4mAIa__heroPreviewAngleSpin{to{--heroPreviewAngle:360deg}}@keyframes HeroSection-module-scss-module__E4mAIa__heroPreviewImageGlow{0%{opacity:0}to{opacity:.26}}.HeroSection-module-scss-module__E4mAIa__hero{border-bottom:1px solid var(--border-base);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.HeroSection-module-scss-module__E4mAIa__heroInner{text-align:center;width:100%;max-width:64rem;margin:0 auto;padding:48px 24px 64px}@media (min-width:640px){.HeroSection-module-scss-module__E4mAIa__heroInner{padding:96px 24px 128px}}.HeroSection-module-scss-module__E4mAIa__heroTitle{letter-spacing:-.025em;color:var(--text-base);font-size:1.75rem;font-weight:600;line-height:1.25;animation:.6s ease-out both HeroSection-module-scss-module__E4mAIa__fadeInUp}@media (min-width:640px){.HeroSection-module-scss-module__E4mAIa__heroTitle{font-size:2.25rem}}@media (min-width:900px){.HeroSection-module-scss-module__E4mAIa__heroTitle{font-size:3rem}}.HeroSection-module-scss-module__E4mAIa__heroSubtitle{color:var(--text-muted);max-width:42rem;margin-top:16px;margin-left:auto;margin-right:auto;font-size:1rem;animation:.6s ease-out 80ms both HeroSection-module-scss-module__E4mAIa__fadeInUp}@media (min-width:640px){.HeroSection-module-scss-module__E4mAIa__heroSubtitle{margin-top:24px;font-size:1.125rem}}.HeroSection-module-scss-module__E4mAIa__heroActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:40px;animation:.6s ease-out .16s both HeroSection-module-scss-module__E4mAIa__fadeInUp;display:flex}.HeroSection-module-scss-module__E4mAIa__heroPreviewShell{width:100%;margin-top:40px;animation:.65s ease-out .22s both HeroSection-module-scss-module__E4mAIa__fadeInUp;position:relative}@media (min-width:640px){.HeroSection-module-scss-module__E4mAIa__heroPreviewShell{margin-top:56px}}.HeroSection-module-scss-module__E4mAIa__heroPreviewChrome{z-index:1;background-image:linear-gradient(var(--bg-container),var(--bg-container)),conic-gradient(from var(--heroPreviewAngle),transparent 0deg,transparent 258deg,var(--border-base-70)268deg,var(--border-base-50)276deg,var(--primary-70)284deg,var(--primary-50)291deg,var(--primary)296deg,var(--primary-50)301deg,var(--primary-70)310deg,var(--border-base-50)322deg,var(--border-base-70)332deg,transparent 343deg,transparent 360deg);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:8px;animation:5.5s linear infinite HeroSection-module-scss-module__E4mAIa__heroPreviewAngleSpin;position:relative}.HeroSection-module-scss-module__E4mAIa__heroPreviewChrome:before{content:"";border-radius:inherit;pointer-events:none;z-index:0;filter:blur(180px);opacity:0;width:100%;height:50%;animation:2s ease-out .35s forwards HeroSection-module-scss-module__E4mAIa__heroPreviewImageGlow;position:absolute;top:0;left:0;transform:translateZ(0)}@media (prefers-reduced-motion:reduce){.HeroSection-module-scss-module__E4mAIa__heroPreviewChrome{animation:none}.HeroSection-module-scss-module__E4mAIa__heroPreviewChrome:before{opacity:.22;animation:none}}.HeroSection-module-scss-module__E4mAIa__heroPreviewBody{z-index:1;background:var(--border-base-50);aspect-ratio:16/10;min-height:220px;box-shadow:inset 0 1px 0 var(--border-base-50),inset 0 0 0 1px var(--border-base-70);border-radius:8px;position:relative;overflow:hidden}@media (min-width:640px){.HeroSection-module-scss-module__E4mAIa__heroPreviewBody{min-height:280px}}@media (min-width:900px){.HeroSection-module-scss-module__E4mAIa__heroPreviewBody{min-height:340px}}.HeroSection-module-scss-module__E4mAIa__heroPreviewFade{z-index:2;border-radius:inherit;pointer-events:none;background:linear-gradient(to top,var(--bg-base-50)10%,transparent);position:absolute;inset:0}.HeroSection-module-scss-module__E4mAIa__btnPrimary{color:var(--primary-foreground);background:var(--primary);box-shadow:var(--ring-shadow);border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:opacity .2s,transform .2s}.HeroSection-module-scss-module__E4mAIa__btnPrimary:hover{opacity:.92;transform:translateY(-1px)}.HeroSection-module-scss-module__E4mAIa__btnOutline{color:var(--text-base);border:1px solid var(--border-base);box-shadow:var(--ring-shadow);background:0 0;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:background .2s,color .2s,transform .2s}.HeroSection-module-scss-module__E4mAIa__btnOutline:hover{background:var(--bg-container);transform:translateY(-1px)}
@keyframes FeaturesSection-module-scss-module__B96oha__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){@keyframes FeaturesSection-module-scss-module__B96oha__fadeInUp{0%{opacity:0}to{opacity:1}}}.FeaturesSection-module-scss-module__B96oha__section{border-bottom:1px solid var(--border-base);margin-top:-1px}.FeaturesSection-module-scss-module__B96oha__sectionFeatures{padding:48px 16px 64px}@media (min-width:640px){.FeaturesSection-module-scss-module__B96oha__sectionFeatures{padding:80px 24px}}.FeaturesSection-module-scss-module__B96oha__featuresInner{max-width:72rem;margin:0 auto}.FeaturesSection-module-scss-module__B96oha__sectionTitle{text-align:center;color:var(--text-base);font-size:1.5rem;font-weight:600;animation:.5s ease-out both FeaturesSection-module-scss-module__B96oha__fadeInUp}@media (min-width:640px){.FeaturesSection-module-scss-module__B96oha__sectionTitle{font-size:1.875rem}}.FeaturesSection-module-scss-module__B96oha__sectionSubtitle{text-align:center;color:var(--text-muted);max-width:42rem;margin-top:16px;margin-left:auto;margin-right:auto;animation:.5s ease-out 60ms both FeaturesSection-module-scss-module__B96oha__fadeInUp}.FeaturesSection-module-scss-module__B96oha__featuresGrid{gap:12px;margin-top:32px;display:grid}@media (min-width:640px){.FeaturesSection-module-scss-module__B96oha__featuresGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:64px}}@media (min-width:1024px){.FeaturesSection-module-scss-module__B96oha__featuresGrid{grid-template-columns:repeat(3,1fr)}}.FeaturesSection-module-scss-module__B96oha__featureCard{border:1px solid var(--border-base);background:var(--bg-container);box-shadow:var(--ring-shadow);border-radius:12px;padding:20px;transition:transform .25s,box-shadow .25s;animation:.5s ease-out both FeaturesSection-module-scss-module__B96oha__fadeInUp}@media (min-width:640px){.FeaturesSection-module-scss-module__B96oha__featureCard{padding:24px}}.FeaturesSection-module-scss-module__B96oha__featureCard:hover{box-shadow:var(--ring-shadow);transform:translateY(-2px)}@media (min-width:640px){.FeaturesSection-module-scss-module__B96oha__featureCard:first-child{animation-delay:40ms}.FeaturesSection-module-scss-module__B96oha__featureCard:nth-child(2){animation-delay:80ms}.FeaturesSection-module-scss-module__B96oha__featureCard:nth-child(3){animation-delay:.12s}.FeaturesSection-module-scss-module__B96oha__featureCard:nth-child(4){animation-delay:.16s}.FeaturesSection-module-scss-module__B96oha__featureCard:nth-child(5){animation-delay:.2s}.FeaturesSection-module-scss-module__B96oha__featureCard:nth-child(6){animation-delay:.24s}}.FeaturesSection-module-scss-module__B96oha__featureCardTitle{color:var(--text-base);font-size:18px;font-weight:500}.FeaturesSection-module-scss-module__B96oha__featureCardDesc{color:var(--text-muted);margin-top:8px;font-size:14px}
@keyframes PricingTeaserSection-module-scss-module__FaqbDW__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){@keyframes PricingTeaserSection-module-scss-module__FaqbDW__fadeInUp{0%{opacity:0}to{opacity:1}}}.PricingTeaserSection-module-scss-module__FaqbDW__btnPrimary{color:var(--primary-foreground);background:var(--primary);box-shadow:var(--ring-shadow);border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:opacity .2s,transform .2s}.PricingTeaserSection-module-scss-module__FaqbDW__btnPrimary:hover{opacity:.92;transform:translateY(-1px)}.PricingTeaserSection-module-scss-module__FaqbDW__section{border-bottom:1px solid var(--border-base);margin-top:-1px}.PricingTeaserSection-module-scss-module__FaqbDW__sectionPricingTeaser{padding:48px 16px 64px}@media (min-width:640px){.PricingTeaserSection-module-scss-module__FaqbDW__sectionPricingTeaser{padding:80px 24px}}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserInner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;max-width:56rem;margin:0 auto;display:flex}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserTitle{color:var(--text-base);font-size:1.875rem;font-weight:600;animation:.5s ease-out both PricingTeaserSection-module-scss-module__FaqbDW__fadeInUp}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserSubtitle{color:var(--text-muted);max-width:36rem;margin-top:16px;margin-left:auto;margin-right:auto;font-size:1.125rem;animation:.5s ease-out 60ms both PricingTeaserSection-module-scss-module__FaqbDW__fadeInUp}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserPoints{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px 40px;margin-top:32px;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:flex}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserPoint{color:var(--text-muted);align-items:center;gap:8px;font-size:14px;display:flex}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserPointIcon{color:var(--primary);flex-shrink:0}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserPlans{border:1px solid var(--border-base);background:var(--bg-container);box-shadow:var(--ring-shadow);border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 24px;margin-top:24px;padding:20px 16px;animation:.5s ease-out .12s both PricingTeaserSection-module-scss-module__FaqbDW__fadeInUp;display:inline-flex}@media (min-width:640px){.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserPlans{gap:24px 32px;margin-top:40px;padding:24px 32px}}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserPlanItem{color:var(--text-base);font-size:14px}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserPlanItem strong{color:var(--primary);font-weight:600}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserCta{margin-top:32px;transition:transform .2s;animation:.5s ease-out .18s both PricingTeaserSection-module-scss-module__FaqbDW__fadeInUp;display:inline-block}.PricingTeaserSection-module-scss-module__FaqbDW__pricingTeaserCta:hover{transform:translateY(-1px)}
@keyframes FaqSection-module-scss-module__t0vfOa__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){@keyframes FaqSection-module-scss-module__t0vfOa__fadeInUp{0%{opacity:0}to{opacity:1}}}.FaqSection-module-scss-module__t0vfOa__sectionFaq{padding:48px 16px 64px}@media (min-width:640px){.FaqSection-module-scss-module__t0vfOa__sectionFaq{padding:80px 24px}}.FaqSection-module-scss-module__t0vfOa__faqInner{max-width:42rem;margin:0 auto}.FaqSection-module-scss-module__t0vfOa__sectionTitle{text-align:center;color:var(--text-base);font-size:1.5rem;font-weight:600;animation:.5s ease-out both FaqSection-module-scss-module__t0vfOa__fadeInUp}@media (min-width:640px){.FaqSection-module-scss-module__t0vfOa__sectionTitle{font-size:1.875rem}}.FaqSection-module-scss-module__t0vfOa__faqList{margin-top:24px}@media (min-width:640px){.FaqSection-module-scss-module__t0vfOa__faqList{margin-top:48px}}.FaqSection-module-scss-module__t0vfOa__faqItem{margin-bottom:32px;animation:.45s ease-out both FaqSection-module-scss-module__t0vfOa__fadeInUp}.FaqSection-module-scss-module__t0vfOa__faqItem:last-child{margin-bottom:0}.FaqSection-module-scss-module__t0vfOa__faqItem:first-child{animation-delay:60ms}.FaqSection-module-scss-module__t0vfOa__faqItem:nth-child(2){animation-delay:.12s}.FaqSection-module-scss-module__t0vfOa__faqItem:nth-child(3){animation-delay:.18s}.FaqSection-module-scss-module__t0vfOa__faqDt{color:var(--text-base);text-align:center;font-size:16px;font-weight:500}.FaqSection-module-scss-module__t0vfOa__faqDd{color:var(--text-muted);text-align:center;margin-top:8px;font-size:14px}
.page-module-scss-module__bA2hJW__wrapper{flex:1;width:100%;height:100%;min-height:0}.page-module-scss-module__bA2hJW__detail{flex-direction:column;flex:1;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.page-module-scss-module__bA2hJW__detail__panel{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}.page-module-scss-module__bA2hJW__detail__toolbar{border-bottom:1px solid var(--border-base);background:var(--bg-base);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex}.page-module-scss-module__bA2hJW__detail__toolbarMeta{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.page-module-scss-module__bA2hJW__detail__canvas{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.page-module-scss-module__bA2hJW__resizeHandle{background:var(--border-base);cursor:col-resize;flex-shrink:0;width:1px;transition:background .12s}.page-module-scss-module__bA2hJW__resizeHandle:hover{background:var(--primary-50)}.page-module-scss-module__bA2hJW__panel{width:100%;height:100%}.page-module-scss-module__bA2hJW__list{background:var(--bg-base);flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow-y:auto}.page-module-scss-module__bA2hJW__list__pad{padding:16px 12px}.page-module-scss-module__bA2hJW__list__row{border-bottom:1px solid var(--border-base);background:var(--bg-base);cursor:pointer;text-align:left;flex-direction:column;gap:6px;width:100%;padding:10px 12px;display:flex}.page-module-scss-module__bA2hJW__list__row:hover{background:var(--bg-container)}.page-module-scss-module__bA2hJW__list__row__active{border-left:3px solid var(--primary);background:color-mix(in srgb,var(--primary)6%,var(--bg-base))}.page-module-scss-module__bA2hJW__list__row__top{justify-content:space-between;align-items:center;gap:8px;display:flex}
.BlockRow-module-scss-module__FL_FtG__row{width:100%;color:var(--text-base);border:1px solid #0000;border-radius:6px;gap:8px;transition:border .15s;display:flex;position:relative}.BlockRow-module-scss-module__FL_FtG__row:hover .BlockRow-module-scss-module__FL_FtG__dragHandle,.BlockRow-module-scss-module__FL_FtG__row:hover .BlockRow-module-scss-module__FL_FtG__delete{opacity:1}.BlockRow-module-scss-module__FL_FtG__dragHandle{opacity:0;cursor:grab}.BlockRow-module-scss-module__FL_FtG__delete{opacity:0;position:absolute;top:2px;right:2px}.BlockRow-module-scss-module__FL_FtG__prefix{color:var(--text-muted)}.BlockRow-module-scss-module__FL_FtG__text{white-space:pre-wrap;outline:none;width:100%;height:100%}.BlockRow-module-scss-module__FL_FtG__paragraph{font-size:15px;line-height:22px}.BlockRow-module-scss-module__FL_FtG__h1{font-size:26px;font-weight:700;line-height:30px}.BlockRow-module-scss-module__FL_FtG__h2{font-size:22px;font-weight:600;line-height:26px}.BlockRow-module-scss-module__FL_FtG__h3{font-size:18px;font-weight:600;line-height:22px}.BlockRow-module-scss-module__FL_FtG__quote{border-left:6px solid var(--border-base);color:var(--text-muted);padding-left:12px;font-style:italic}.BlockRow-module-scss-module__FL_FtG__code{background:var(--bg-base-70);border:1px solid var(--border-base);border-radius:6px;padding:6px 8px;font-family:monospace;font-size:14px;line-height:18px}.BlockRow-module-scss-module__FL_FtG__checked{color:var(--text-muted);opacity:.5;text-decoration:line-through}.BlockRow-module-scss-module__FL_FtG__divider{background:var(--border-base);width:100%;height:1px;margin:16px 0}.BlockRow-module-scss-module__FL_FtG__image{border:1px solid var(--border-base-50);border-radius:8px;max-width:100%}.BlockRow-module-scss-module__FL_FtG__embed{border:1px solid var(--border-base);background:var(--bg-container);border-radius:10px;width:100%;min-height:500px;overflow:hidden}.BlockRow-module-scss-module__FL_FtG__popover__content{background:var(--bg-container);border:1px solid var(--border-base);z-index:999;border-radius:8px;flex-direction:column;gap:2px;min-width:200px;padding:4px;display:flex;box-shadow:0 4px 12px #00000026}.BlockRow-module-scss-module__FL_FtG__popover__item{cursor:pointer;width:100%;color:var(--text-base);white-space:nowrap;text-align:left;z-index:9999;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:14px;text-decoration:none;display:flex}.BlockRow-module-scss-module__FL_FtG__popover__item:hover{background:var(--bg-base)}
.ProjectItemEditor-module-scss-module__uhwG1W__editor{flex-direction:column;gap:12px;width:100%;display:flex}.ProjectItemEditor-module-scss-module__uhwG1W__blocks{flex-direction:column;gap:8px;width:100%;display:flex}.ProjectItemEditor-module-scss-module__uhwG1W__footer{width:100%;padding-left:34px}.ProjectItemEditor-module-scss-module__uhwG1W__toolbar{gap:8px;margin-top:12px;display:flex}.ProjectItemEditor-module-scss-module__uhwG1W__toolbar button{background:var(--bg-container);color:var(--text-base);border:1px solid var(--border-base);cursor:pointer;border-radius:6px;padding:2px 6px;font-size:14px;transition:all .15s}.ProjectItemEditor-module-scss-module__uhwG1W__toolbar button:hover{background:var(--border-base)}.ProjectItemEditor-module-scss-module__uhwG1W__toolbar button:active{background:var(--border-base-50)}.ProjectItemEditor-module-scss-module__uhwG1W__popover__content{background:var(--bg-container);border:1px solid var(--border-base);z-index:999;border-radius:8px;outline:none;flex-direction:column;gap:2px;min-width:200px;padding:4px;display:flex;box-shadow:0 4px 12px #00000026}.ProjectItemEditor-module-scss-module__uhwG1W__popover__item{cursor:pointer;width:100%;color:var(--text-base);white-space:nowrap;text-align:left;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:14px;text-decoration:none;display:flex}.ProjectItemEditor-module-scss-module__uhwG1W__popover__item:hover{background:var(--bg-base)}
.RelationLinkedItemCard-module-scss-module__7xm7ta__card{border:1px solid var(--border-base);border-radius:12px;overflow:hidden;background:var(--bg-container)!important}.RelationLinkedItemCard-module-scss-module__7xm7ta__card__header{border-bottom:1px solid var(--border-base);color:inherit;padding:12px 14px;text-decoration:none;display:block}.RelationLinkedItemCard-module-scss-module__7xm7ta__card__header:hover .RelationLinkedItemCard-module-scss-module__7xm7ta__card__title{color:var(--primary)}.RelationLinkedItemCard-module-scss-module__7xm7ta__card__title{font-weight:600}.RelationLinkedItemCard-module-scss-module__7xm7ta__card__icon{width:16px;height:16px;color:var(--text-muted);flex-shrink:0;transition:color .15s,transform .15s}.RelationLinkedItemCard-module-scss-module__7xm7ta__card__header:hover .RelationLinkedItemCard-module-scss-module__7xm7ta__card__icon{color:var(--primary);transform:translate(1px,-1px)}.RelationLinkedItemCard-module-scss-module__7xm7ta__card__fields{padding:10px 12px 12px}
.page-module-scss-module__xXZuFG__wrapper{flex-direction:column;align-items:center;gap:12px;width:100%;height:100%;padding:16px 64px 64px;display:flex;overflow-y:auto}.page-module-scss-module__xXZuFG__cover{background-position:50%;background-repeat:no-repeat;background-size:contain;background-color:var(--bg-container);border:1px solid var(--border-base);width:100%;min-height:380px;box-shadow:var(--ring-shadow);border-radius:8px;position:relative;overflow:hidden}.page-module-scss-module__xXZuFG__cover:hover .page-module-scss-module__xXZuFG__coverInner{opacity:1}.page-module-scss-module__xXZuFG__coverInner{opacity:0;justify-content:flex-end;align-items:flex-end;padding:8px;transition:all .2s;display:flex;position:absolute;inset:0}.page-module-scss-module__xXZuFG__coverFileInput{opacity:0;pointer-events:none;background:0 0;border:none;outline:none;width:0;height:0;position:absolute}.page-module-scss-module__xXZuFG__coverActions{background:var(--bg-base);box-shadow:var(--ring-shadow);border-radius:12px;padding:6px 8px}.page-module-scss-module__xXZuFG__content{flex-direction:column;gap:12px;width:100%;max-width:720px;padding-bottom:360px;display:flex}.page-module-scss-module__xXZuFG__title{width:100%;height:auto;min-height:1.15em;max-height:40vh;color:var(--text-base);resize:none;background:0 0;border:none;border-radius:8px;outline:none;font-size:38px;font-weight:600;line-height:1.15;transition:all .1s ease-in-out;overflow-y:auto}.page-module-scss-module__xXZuFG__title:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-70);outline:none}.page-module-scss-module__xXZuFG__fields{flex-direction:column;gap:8px;width:100%;display:flex}
.page-module-scss-module__ReXHya__wrapper{width:100%;height:100%;color:var(--text-base);flex-direction:column;align-items:center;padding:16px 64px 64px;display:flex;overflow-y:auto}.page-module-scss-module__ReXHya__content{flex-direction:column;gap:16px;width:100%;max-width:720px;display:flex}.page-module-scss-module__ReXHya__header{width:100%;padding-bottom:4px}.page-module-scss-module__ReXHya__header__title{font-size:20px;font-weight:600;line-height:1.3}.page-module-scss-module__ReXHya__header__meta{margin-top:2px}.page-module-scss-module__ReXHya__header__arrow{width:14px;height:14px;color:var(--text-muted);flex-shrink:0}.page-module-scss-module__ReXHya__list{flex-direction:column;gap:12px;width:100%;display:flex}.page-module-scss-module__ReXHya__state{border:1px dashed var(--border-base);background:var(--bg-container);text-align:center;border-radius:12px;padding:32px 24px}.page-module-scss-module__ReXHya__state__icon{width:28px;height:28px;color:var(--text-muted)}
