@charset "UTF-8";:root{--black-rgb: 18 18 18;--white-rgb: 255 255 255;--black: #121212;--white: #ffffff;--scrollbar-color: #b5b5b5;--border: 1px solid var(--c-16);--border-hover: 1px solid var(--c-16);--border-active: 1px solid var(--blue);--shadow-button: inset 0 0 0 1px var(--c-16);--shadow-button-hover: inset 0 0 0 1px var(--c-32);--shadow-button-focus: inset 0 0 0 1px var(--c-40);--shadow-button-danger: inset 0 0 0 1px var(--red-24);--shadow-base: 0 0 0 1px var(--c-12);--shadow-card: 0px 12px 24px rgb(var(--black-rgb) / 4%), 0 0 0 1px var(--c-12);--shadow-distant: 0px 20px 60px rgb(var(--black-rgb) / 16%), 0px 8px 12px -8px rgb(var(--black-rgb) / 16%), 0 0 0 1px var(--c-8);--color-eel: #3c3c3c;--color-wolf: #777777;--color-hare: #afafaf;--color-swan: #e5e5e5;--color-polar: #f7f7f7;--color-snow: #ffffff;--background: var(--color-snow);--background-dimmed: var(--color-polar);--text-black: var(--color-eel);--text-gray: var(--color-wolf);--text-subtle: var(--color-hare);--border-color: var(--color-swan);--background-subtle: var(--color-polar);--c-100: rgb(var(--black-rgb) / 100%);--c-80: rgb(var(--black-rgb) / 80%);--c-60: rgb(var(--black-rgb) / 60%);--c-40: rgb(var(--black-rgb) / 40%);--c-32: rgb(var(--black-rgb) / 32%);--c-24: rgb(var(--black-rgb) / 24%);--c-20: rgb(var(--black-rgb) / 20%);--c-16: rgb(var(--black-rgb) / 16%);--c-12: rgb(var(--black-rgb) / 12%);--c-10: rgb(var(--black-rgb) / 10%);--c-8: rgb(var(--black-rgb) / 8%);--c-6: rgb(var(--black-rgb) / 6%);--c-4: rgb(var(--black-rgb) / 4%);--c-2: rgb(var(--black-rgb) / 2%);--c-0: rgb(var(--black-rgb) / 0%);--cn-100: rgb(var(--white-rgb) / 100%);--cn-80: rgb(var(--white-rgb) / 80%);--cn-60: rgb(var(--white-rgb) / 60%);--cn-40: rgb(var(--white-rgb) / 40%);--cn-32: rgb(var(--white-rgb) / 32%);--cn-24: rgb(var(--white-rgb) / 24%);--cn-20: rgb(var(--white-rgb) / 20%);--cn-16: rgb(var(--white-rgb) / 16%);--cn-12: rgb(var(--white-rgb) / 12%);--cn-10: rgb(var(--white-rgb) / 10%);--cn-8: rgb(var(--white-rgb) / 8%);--cn-6: rgb(var(--white-rgb) / 6%);--cn-4: rgb(var(--white-rgb) / 4%);--cn-2: rgb(var(--white-rgb) / 2%);--cn-0: rgb(var(--white-rgb) / 0%);--font-family-sans: "DIN Round Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--text-8: var(--font-weight-medium) 8px / 10px var(--font-family-sans);--text-9: var(--font-weight-medium) 9px / 10px var(--font-family-sans);--text-10: var(--font-weight-medium) 10px / 12px var(--font-family-sans);--text-11: var(--font-weight-medium) 11px / 13px var(--font-family-sans);--text-12: var(--font-weight-medium) 12px / 16px var(--font-family-sans);--text-13: var(--font-weight-medium) 13px / 18px var(--font-family-sans);--text-14: var(--font-weight-medium) 14px / 18px var(--font-family-sans);--text-15: var(--font-weight-medium) 15px / 20px var(--font-family-sans);--text-16: var(--font-weight-medium) 16px / 22px var(--font-family-sans);--text-18: var(--font-weight-medium) 18px / 22px var(--font-family-sans);--text-20: var(--font-weight-bold) 20px / 24px var(--font-family-sans);--text-22: var(--font-weight-bold) 22px / 28px var(--font-family-sans);--text-24: var(--font-weight-bold) 24px / 30px var(--font-family-sans);--text-28: var(--font-weight-bold) 28px / 36px var(--font-family-sans);--text-30: var(--font-weight-bold) 30px / 38px var(--font-family-sans);--text-32: var(--font-weight-bold) 32px / 40px var(--font-family-sans);--text-34: var(--font-weight-bold) 34px / 42px var(--font-family-sans);--text-40: var(--font-weight-bold) 40px / 44px var(--font-family-sans);--text-44: var(--font-weight-bold) 44px / 52px var(--font-family-sans);--radius-2: 2px;--radius-3: 3px;--radius-4: 4px;--radius-6: 6px;--radius-8: 8px;--radius-10: 10px;--radius-12: 12px;--radius-16: 16px;--radius-20: 20px;--radius-24: 24px;--radius-full: 999px;--transition: all .15s ease;--transition-bounce: all .2s cubic-bezier(.68, -.55, .265, 1.55);--duration-fast: .15s;--duration-normal: .2s;--duration-slow: .3s;--ease-in: ease-in;--ease-out: ease-out;--ease-in-out: ease-in-out;--ease-bounce: cubic-bezier(.68, -.55, .265, 1.55);--accent: var(--purple);--blue-rgb: 48 148 255;--blue-hex: #3094ff;--blue: rgb(var(--blue-rgb));--blue-hover: oklch(.48 .22 258);--blue-dark: oklch(.42 .22 258);--blue-text: oklch(.38 .22 258);--green-rgb: 88 204 2;--green-hex: #58cc02;--green: rgb(var(--green-rgb));--green-hover: oklch(63.397% .18312 146.63);--green-dark: oklch(.55 .18 140);--green-text: oklch(.45 .18 140);--teal-rgb: 0 187 167;--teal-hex: #00bba7;--teal: rgb(var(--teal-rgb));--teal-dark: oklch(.56 .14 180);--teal-text: oklch(.46 .14 180);--red-rgb: 250 66 60;--red-hex: #fa423c;--red: rgb(var(--red-rgb));--red-hover: oklch(.58 .2 25);--red-dark: oklch(.48 .2 25);--red-text: oklch(.38 .2 25);--yellow-rgb: 255 204 0;--yellow-hex: #ffcc00;--yellow: rgb(var(--yellow-rgb));--yellow-dark: oklch(.68 .16 85);--yellow-text: oklch(.55 .16 85);--cyan-rgb: 90 200 250;--cyan-hex: #5ac8fa;--cyan: rgb(var(--cyan-rgb));--cyan-dark: oklch(.6 .14 220);--cyan-text: oklch(.48 .14 220);--orange-rgb: 254 76 37;--orange-hex: #fe4c25;--orange: rgb(var(--orange-rgb));--orange-dark: oklch(.58 .18 55);--orange-text: oklch(.48 .18 55);--pink-rgb: 255 92 160;--pink-hex: #ff5ca0;--pink: rgb(var(--pink-rgb));--pink-dark: oklch(.58 .22 340);--pink-text: oklch(.45 .22 340);--purple-rgb: 133 52 243;--purple-hex: #8534f3;--purple: rgb(var(--purple-rgb));--purple-dark: oklch(.55 .26 270);--purple-text: oklch(.42 .26 270);--sidebar-width: 240px;--sidebar-drawer-width: 240px;--sidebar-height: 52px;--sidebar-inset-left: 0;--app-max-width: 100%;--wrapper-padding: 56px}@media only screen and (max-width: 1280px){:root{--wrapper-padding: 40px}}@media only screen and (max-width: 768px){:root{--sidebar-width: 0px;--wrapper-padding: 32px}}@media only screen and (max-width: 500px){:root{--wrapper-padding: 24px}}:root{--blue-100: rgb(var(--blue-rgb) / 100%);--blue-80: rgb(var(--blue-rgb) / 80%);--blue-60: rgb(var(--blue-rgb) / 60%);--blue-40: rgb(var(--blue-rgb) / 40%);--blue-32: rgb(var(--blue-rgb) / 32%);--blue-24: rgb(var(--blue-rgb) / 24%);--blue-20: rgb(var(--blue-rgb) / 20%);--blue-16: rgb(var(--blue-rgb) / 16%);--blue-12: rgb(var(--blue-rgb) / 12%);--blue-10: rgb(var(--blue-rgb) / 10%);--blue-8: rgb(var(--blue-rgb) / 8%);--blue-6: rgb(var(--blue-rgb) / 6%);--blue-4: rgb(var(--blue-rgb) / 4%);--blue-2: rgb(var(--blue-rgb) / 2%);--blue-0: rgb(var(--blue-rgb) / 0%);--green-100: rgb(var(--green-rgb) / 100%);--green-80: rgb(var(--green-rgb) / 80%);--green-60: rgb(var(--green-rgb) / 60%);--green-40: rgb(var(--green-rgb) / 40%);--green-32: rgb(var(--green-rgb) / 32%);--green-24: rgb(var(--green-rgb) / 24%);--green-20: rgb(var(--green-rgb) / 20%);--green-16: rgb(var(--green-rgb) / 16%);--green-12: rgb(var(--green-rgb) / 12%);--green-10: rgb(var(--green-rgb) / 10%);--green-8: rgb(var(--green-rgb) / 8%);--green-6: rgb(var(--green-rgb) / 6%);--green-4: rgb(var(--green-rgb) / 4%);--green-2: rgb(var(--green-rgb) / 2%);--green-0: rgb(var(--green-rgb) / 0%);--teal-100: rgb(var(--teal-rgb) / 100%);--teal-80: rgb(var(--teal-rgb) / 80%);--teal-60: rgb(var(--teal-rgb) / 60%);--teal-40: rgb(var(--teal-rgb) / 40%);--teal-32: rgb(var(--teal-rgb) / 32%);--teal-24: rgb(var(--teal-rgb) / 24%);--teal-20: rgb(var(--teal-rgb) / 20%);--teal-16: rgb(var(--teal-rgb) / 16%);--teal-12: rgb(var(--teal-rgb) / 12%);--teal-10: rgb(var(--teal-rgb) / 10%);--teal-8: rgb(var(--teal-rgb) / 8%);--teal-6: rgb(var(--teal-rgb) / 6%);--teal-4: rgb(var(--teal-rgb) / 4%);--teal-2: rgb(var(--teal-rgb) / 2%);--teal-0: rgb(var(--teal-rgb) / 0%);--cyan-100: rgb(var(--cyan-rgb) / 100%);--cyan-80: rgb(var(--cyan-rgb) / 80%);--cyan-60: rgb(var(--cyan-rgb) / 60%);--cyan-40: rgb(var(--cyan-rgb) / 40%);--cyan-32: rgb(var(--cyan-rgb) / 32%);--cyan-24: rgb(var(--cyan-rgb) / 24%);--cyan-20: rgb(var(--cyan-rgb) / 20%);--cyan-16: rgb(var(--cyan-rgb) / 16%);--cyan-12: rgb(var(--cyan-rgb) / 12%);--cyan-10: rgb(var(--cyan-rgb) / 10%);--cyan-8: rgb(var(--cyan-rgb) / 8%);--cyan-6: rgb(var(--cyan-rgb) / 6%);--cyan-4: rgb(var(--cyan-rgb) / 4%);--cyan-2: rgb(var(--cyan-rgb) / 2%);--cyan-0: rgb(var(--cyan-rgb) / 0%);--red-100: rgb(var(--red-rgb) / 100%);--red-80: rgb(var(--red-rgb) / 80%);--red-60: rgb(var(--red-rgb) / 60%);--red-40: rgb(var(--red-rgb) / 40%);--red-32: rgb(var(--red-rgb) / 32%);--red-24: rgb(var(--red-rgb) / 24%);--red-20: rgb(var(--red-rgb) / 20%);--red-16: rgb(var(--red-rgb) / 16%);--red-12: rgb(var(--red-rgb) / 12%);--red-10: rgb(var(--red-rgb) / 10%);--red-8: rgb(var(--red-rgb) / 8%);--red-6: rgb(var(--red-rgb) / 6%);--red-4: rgb(var(--red-rgb) / 4%);--red-2: rgb(var(--red-rgb) / 2%);--red-0: rgb(var(--red-rgb) / 0%);--yellow-100: rgb(var(--yellow-rgb) / 100%);--yellow-80: rgb(var(--yellow-rgb) / 80%);--yellow-60: rgb(var(--yellow-rgb) / 60%);--yellow-40: rgb(var(--yellow-rgb) / 40%);--yellow-32: rgb(var(--yellow-rgb) / 32%);--yellow-24: rgb(var(--yellow-rgb) / 24%);--yellow-20: rgb(var(--yellow-rgb) / 20%);--yellow-16: rgb(var(--yellow-rgb) / 16%);--yellow-12: rgb(var(--yellow-rgb) / 12%);--yellow-10: rgb(var(--yellow-rgb) / 10%);--yellow-8: rgb(var(--yellow-rgb) / 8%);--yellow-6: rgb(var(--yellow-rgb) / 6%);--yellow-4: rgb(var(--yellow-rgb) / 4%);--yellow-2: rgb(var(--yellow-rgb) / 2%);--yellow-0: rgb(var(--yellow-rgb) / 0%);--orange-100: rgb(var(--orange-rgb) / 100%);--orange-80: rgb(var(--orange-rgb) / 80%);--orange-60: rgb(var(--orange-rgb) / 60%);--orange-40: rgb(var(--orange-rgb) / 40%);--orange-32: rgb(var(--orange-rgb) / 32%);--orange-24: rgb(var(--orange-rgb) / 24%);--orange-20: rgb(var(--orange-rgb) / 20%);--orange-16: rgb(var(--orange-rgb) / 16%);--orange-12: rgb(var(--orange-rgb) / 12%);--orange-10: rgb(var(--orange-rgb) / 10%);--orange-8: rgb(var(--orange-rgb) / 8%);--orange-6: rgb(var(--orange-rgb) / 6%);--orange-4: rgb(var(--orange-rgb) / 4%);--orange-2: rgb(var(--orange-rgb) / 2%);--orange-0: rgb(var(--orange-rgb) / 0%);--pink-100: rgb(var(--pink-rgb) / 100%);--pink-80: rgb(var(--pink-rgb) / 80%);--pink-60: rgb(var(--pink-rgb) / 60%);--pink-40: rgb(var(--pink-rgb) / 40%);--pink-32: rgb(var(--pink-rgb) / 32%);--pink-24: rgb(var(--pink-rgb) / 24%);--pink-20: rgb(var(--pink-rgb) / 20%);--pink-16: rgb(var(--pink-rgb) / 16%);--pink-12: rgb(var(--pink-rgb) / 12%);--pink-10: rgb(var(--pink-rgb) / 10%);--pink-8: rgb(var(--pink-rgb) / 8%);--pink-6: rgb(var(--pink-rgb) / 6%);--pink-4: rgb(var(--pink-rgb) / 4%);--pink-2: rgb(var(--pink-rgb) / 2%);--pink-0: rgb(var(--pink-rgb) / 0%);--purple-100: rgb(var(--purple-rgb) / 100%);--purple-80: rgb(var(--purple-rgb) / 80%);--purple-60: rgb(var(--purple-rgb) / 60%);--purple-40: rgb(var(--purple-rgb) / 40%);--purple-32: rgb(var(--purple-rgb) / 32%);--purple-24: rgb(var(--purple-rgb) / 24%);--purple-20: rgb(var(--purple-rgb) / 20%);--purple-16: rgb(var(--purple-rgb) / 16%);--purple-12: rgb(var(--purple-rgb) / 12%);--purple-10: rgb(var(--purple-rgb) / 10%);--purple-8: rgb(var(--purple-rgb) / 8%);--purple-6: rgb(var(--purple-rgb) / 6%);--purple-4: rgb(var(--purple-rgb) / 4%);--purple-2: rgb(var(--purple-rgb) / 2%);--purple-0: rgb(var(--purple-rgb) / 0%)}:root[data-theme=dark]{--background: #101010;--background-dimmed: #181818;--scrollbar-color: #454545;--shadow-card: 0px 16px 32px -8px rgb(var(--black-rgb) / 24%), 0 0 0 1px var(--c-12);--color-eel: #f1f7fb;--color-wolf: #dce6ec;--color-hare: #52656d;--color-swan: #37464f;--color-polar: #202f36;--color-snow: #131f24;--c-100: rgb(var(--white-rgb) / 100%);--c-80: rgb(var(--white-rgb) / 80%);--c-60: rgb(var(--white-rgb) / 60%);--c-40: rgb(var(--white-rgb) / 40%);--c-32: rgb(var(--white-rgb) / 32%);--c-24: rgb(var(--white-rgb) / 24%);--c-20: rgb(var(--white-rgb) / 20%);--c-16: rgb(var(--white-rgb) / 16%);--c-12: rgb(var(--white-rgb) / 12%);--c-10: rgb(var(--white-rgb) / 10%);--c-8: rgb(var(--white-rgb) / 8%);--c-6: rgb(var(--white-rgb) / 6%);--c-4: rgb(var(--white-rgb) / 4%);--c-2: rgb(var(--white-rgb) / 2%);--c-0: rgb(var(--white-rgb) / 0%);--cn-100: rgb(var(--black-rgb) / 100%);--cn-80: rgb(var(--black-rgb) / 80%);--cn-60: rgb(var(--black-rgb) / 60%);--cn-40: rgb(var(--black-rgb) / 40%);--cn-32: rgb(var(--black-rgb) / 32%);--cn-24: rgb(var(--black-rgb) / 24%);--cn-20: rgb(var(--black-rgb) / 20%);--cn-16: rgb(var(--black-rgb) / 16%);--cn-12: rgb(var(--black-rgb) / 12%);--cn-10: rgb(var(--black-rgb) / 10%);--cn-8: rgb(var(--black-rgb) / 8%);--cn-6: rgb(var(--black-rgb) / 6%);--cn-4: rgb(var(--black-rgb) / 4%);--cn-2: rgb(var(--black-rgb) / 2%);--cn-0: rgb(var(--black-rgb) / 0%);--blue-dark: oklch(.85 .15 258);--blue-text: oklch(.88 .12 258);--green-dark: oklch(.85 .12 140);--green-text: oklch(.88 .1 140);--teal-dark: oklch(.85 .12 180);--teal-text: oklch(.88 .1 180);--red-dark: oklch(.85 .14 25);--red-text: oklch(.88 .12 25);--yellow-dark: oklch(.85 .12 85);--yellow-text: oklch(.88 .1 85);--cyan-dark: oklch(.85 .12 220);--cyan-text: oklch(.88 .1 220);--orange-dark: oklch(.85 .14 55);--orange-text: oklch(.88 .12 55);--pink-dark: oklch(.85 .16 340);--pink-text: oklch(.88 .14 340);--purple-dark: oklch(.85 .2 270);--purple-text: oklch(.88 .18 270)}*,*:before,*:after,::backdrop{box-sizing:border-box;border:0 solid}*{margin:0}:root{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-moz-tab-size:2;-o-tab-size:2;tab-size:2}html{touch-action:manipulation;-ms-touch-action:manipulation;background-color:var(--background)}body{min-height:100%;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-black);scrollbar-gutter:stable}*::-webkit-scrollbar{width:14px;height:14px;background:transparent}*::-webkit-scrollbar-thumb{background:var(--color-hare);border:4px solid var(--background);border-radius:99px}*::-webkit-scrollbar-thumb:hover{background:var(--color-wolf)}::placeholder{color:var(--text-subtle)!important;opacity:1}::-webkit-input-placeholder{color:var(--text-subtle)!important}::-moz-placeholder{color:var(--text-subtle)!important;opacity:1}:-ms-input-placeholder{color:var(--text-subtle)!important;opacity:1}:where(h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd){margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}table{border-collapse:collapse;border-spacing:0}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}svg{flex-shrink:0;display:block;max-width:100%;height:auto}body{min-height:100vh;color:var(--text-black);background:var(--background);font:var(--text-16);font-weight:var(--font-weight-medium);letter-spacing:-.005em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;text-wrap:pretty;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body:not(.review-no-scroll)[data-scroll-locked],html[data-scroll-locked] body:not(.review-no-scroll){overflow-y:scroll!important;margin-right:0!important;padding-right:0!important;--removed-body-scroll-bar-size: 0px !important}body:not(.review-no-scroll)[style*="overflow: hidden"],html body:not(.review-no-scroll)[style*="overflow: hidden"]{overflow-y:scroll!important;margin-right:0!important;padding-right:0!important;--removed-body-scroll-bar-size: 0px !important}@font-face{font-family:DIN Round Pro;src:url(/assets/Din-Rounded-Regular-DAzLreRj.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:DIN Round Pro;src:url(/assets/Din-Rounded-Medium-BnnDpbiD.woff2) format("woff2");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:DIN Round Pro;src:url(/assets/Din-Rounded-Bold-D5h-Meqa.woff2) format("woff2");font-weight:700;font-style:normal;font-display:block}.app{display:flex;flex-direction:column;width:100%;min-height:100dvh;margin-inline:auto;padding-left:var(--sidebar-width);transition:padding-left var(--transition)}.app.hide-sidebar{padding-left:0}.main{display:flex;flex-direction:column;width:100%;min-width:0px;margin-inline:auto;background:var(--background)}.main.main--full-width{max-width:100%}.main.main--horizontal-scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;max-width:100%;margin-inline:0}.wrapper-block,.wrapperBlock{padding-inline:var(--wrapper-padding);width:100%;min-width:0;margin-inline:auto}.wrapper{display:flex;flex-direction:column;width:100%;margin-inline:auto;padding:24px var(--wrapper-padding)}.wrapperNoBottom{padding-bottom:0}.header{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:end;gap:16px 32px;padding-top:16px}.headerContainer{display:flex;flex-direction:column;justify-content:space-between;gap:4px}.headerTitle{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;font:var(--text-34)}.headerSubtitle{color:var(--text-gray)}.headerActions{display:flex;flex-direction:row;justify-content:end;gap:16px;margin-top:auto;flex-shrink:0}.headerActions:has(.tableFilters){justify-content:flex-end;flex-shrink:0}.sheetHeaderTitle{font:var(--text-24);font-weight:700}.sheetHeaderSubtitle{color:var(--text-gray)}.tableFilters{display:flex;flex-direction:row;align-items:center;flex-shrink:0}.tableFiltersContent{display:flex;flex-direction:row;align-items:center;gap:16px}.tableFiltersContent [data-ui=formField],.tableFiltersContent .formField{flex:1;min-width:260px;width:auto}@media only screen and (max-width: 768px){.tableFiltersContent{flex-wrap:wrap}.tableFiltersContent [data-ui=formField],.tableFiltersContent .formField{width:100%;flex:1 1 100%;min-width:100%}.tableFiltersContent .content-filter,.tableFiltersContent button{flex:0 0 auto}}@media only screen and (max-width: 1023px){.app{padding-left:0}.wrapper{padding:20px var(--wrapper-padding)}.wrapper .header{padding-bottom:0}.wrapper .headerActions{flex-direction:column;justify-content:start;gap:12px;width:100%}.wrapper .headerActions .tableFilters{width:100%}.wrapper .headerSubtitle{font:var(--text-14)}.wrapper .header .tableFilters{width:100%}}.filterPopover{display:flex;width:100%}.filterPopoverTrigger{display:flex;flex:1;width:100%;min-width:0;justify-content:space-between;align-items:center;font-weight:var(--font-weight-medium);gap:8px}.bt.filterPopoverTrigger{justify-content:space-between;align-items:center;width:100%;min-width:0;max-width:100%;flex:1 1 auto;gap:8px;font-weight:var(--font-weight-medium)}.filterPopoverTriggerActive,.bt.filterPopoverTriggerActive,.bt.filterPopoverTrigger[aria-expanded=true]{border-color:var(--accent)}.filterPopoverTriggerMain{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.filterPopoverTriggerIcon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--text-subtle);margin:2px 0 0 -4px}.filterPopoverTriggerLabel{flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filterPopoverTriggerChevron{margin-top:3px;flex-shrink:0;color:var(--text-gray)}.filterPopoverContent{display:flex;flex-direction:column;gap:0;min-width:0;width:100%;padding:12px;overflow:hidden}.filterPopoverContent.filterPopoverContentMatchTrigger{width:min(var(--reka-popover-trigger-width, 100%),var(--reka-popover-content-available-width, 100%));min-width:0}.filterPopoverContentMatchTrigger .filterPopoverBody{width:100%}.filterPopoverBody{display:flex;flex-direction:column;min-width:0}.filterPopoverTitle{font:var(--text-12);color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em;padding:4px 16px 8px;display:flex;flex-direction:row;align-items:center;gap:6px}.filterPopoverTitle:not(:first-child){padding-top:12px;border-top:2px solid var(--border-color);margin-top:8px}.filterPopoverTitle svg{margin-top:1px}.filterPopoverSearch{display:flex;align-items:center;gap:8px;width:100%;padding:4px 16px 6px;min-height:0;border-bottom:2px solid var(--c-12)}.filterPopoverSearchIcon{flex-shrink:0;color:var(--text-subtle);pointer-events:none}.filterPopoverSearch input.input{flex:1 1 auto;min-width:0;height:28px;padding:0;margin:0;border:none;border-radius:0;background:transparent;box-shadow:none;font:var(--text-15)}.filterPopoverSearch input.input:hover,.filterPopoverSearch input.input:focus,.filterPopoverSearch input.input:focus-visible{border:none;box-shadow:none;outline:none;background:transparent}.filterPopoverSearch input.input:hover{border-color:transparent}.filterPopoverSearch input.input:focus,.filterPopoverSearch input.input:focus-visible{border-color:transparent}.filterPopoverSearch input.input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}.filterPopoverSearch input.input::-webkit-search-decoration{display:none}.filterPopoverSearch input.input::-ms-clear{display:none}.filterPopoverSearch input.input::-moz-search-clear-button{display:none}.filterPopoverList{display:flex;flex-direction:column;max-height:216px;overflow-y:auto;overflow-x:hidden;width:100%;padding-block:4px}.filterPopoverList.filterPopoverListTall{max-height:252px}.filterPopoverList::-webkit-scrollbar{width:4px;height:4px}.filterPopoverList::-webkit-scrollbar-track{background-color:transparent}.filterPopoverList::-webkit-scrollbar-thumb{background:var(--c-32);border:none;border-radius:0;-webkit-transition:var(--transition);transition:var(--transition)}.filterPopoverCheckboxRow{display:flex;align-items:center;gap:8px;height:36px;cursor:pointer;padding:0 16px 0 12px}.filterPopoverCheckboxRow:hover{background-color:var(--c-8)}.filterPopoverOptionLabel{font:var(--text-15);flex:1;padding-bottom:2px;cursor:pointer;min-width:0;text-align:left}.filterPopoverOptionText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1;text-align:left}.filterPopoverOptionButton{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:36px;height:36px;padding:0 16px 3px;cursor:pointer;font:var(--text-15);overflow:hidden;text-align:left;position:relative;transition:var(--transition);background:transparent;border:none}.filterPopoverOptionButton:hover{background-color:var(--c-8)}.filterPopoverOptionCheck{flex-shrink:0;width:14px;height:14px;display:block;opacity:0;margin-top:2px}.filterPopoverOptionButtonActive,.filterPopoverOptionButton[data-selected=true]{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.filterPopoverOptionButtonActive .filterPopoverOptionCheck,.filterPopoverOptionButton[data-selected=true] .filterPopoverOptionCheck{opacity:1}.filterPopoverEmpty{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;font:var(--text-14);color:var(--text-gray);padding-bottom:2px}.filterPopoverUserOption{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:48px;padding:6px 12px;cursor:pointer;position:relative;background:transparent;border:none;text-align:left}.filterPopoverUserOption:hover{background-color:var(--c-8)}.filterPopoverUserOptionActive,.filterPopoverUserOptionActive:hover{background-color:rgb(var(--purple-rgb)/15%)}.filterPopoverUserOptionActive .filterPopoverUserCheck{color:var(--accent)}.filterPopoverUserCheck{margin-left:auto;flex-shrink:0}.tableContainer{--table-bleed-extra: max(0px, calc((100vw - var(--app-max-width)) / 2));padding:0 var(--wrapper-padding) 40px var(--wrapper-padding);width:calc(100% + var(--table-bleed-extra));margin-right:calc(var(--table-bleed-extra) * -1)}.tableContainer .scroll-area{width:100%}.tableContainer .scroll-area__viewport{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tableContainer .scroll-area__viewport::-webkit-scrollbar{display:none}.tableContainer .tableContainer__scrollbar{margin-top:16px;border-radius:var(--radius-full);background-color:var(--c-6)}.tableContainer .table{border-collapse:collapse;border-spacing:1px;max-width:none;table-layout:auto;width:-moz-max-content;width:max-content;min-width:100%}.tableContainer .tr{border-bottom:var(--border);position:relative;transition:var(--transition)}.tableContainer .tr:last-child{border-bottom:var(--border)}.tableContainer .tr__button{position:relative;cursor:pointer;transform:translate(0);clip-path:inset(0)}.tableContainer .tr__button:after{content:"";position:absolute;inset:0 0 -1px;transition:var(--transition);background:linear-gradient(to right,transparent 0%,var(--c-4) 10%,var(--c-4) 90%,transparent 100%);z-index:-1;opacity:0;pointer-events:none}.tableContainer .tr__button:hover:after{opacity:1}.tableContainer .th,.tableContainer .td{white-space:nowrap;padding:0 24px 2px 0;height:48px;min-height:44px;text-align:left;position:relative}.tableContainer .th:last-child,.tableContainer .td:last-child{padding-right:0}.tableContainer .th{font:var(--text-13);font-weight:var(--font-weight-medium);opacity:.4;border:none;height:36px;min-height:36px}.tableContainer .td{font:var(--text-14)}.tableContainer .td.title{font-weight:var(--font-weight-medium);max-width:320px}.tableContainer .td .link{display:block;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;text-decoration-thickness:1px;cursor:pointer;font-weight:var(--font-weight-medium);white-space:nowrap;line-height:24px;text-decoration-color:transparent;transition:var(--transition)}.tableContainer .td .link:hover{text-decoration-color:inherit}.tableContainer .td .info{font:var(--text-11);color:var(--c-60)}.table:has(.tr__checkbox[data-state=checked]) .tr__checkbox,.table:has(.tr__checkbox[aria-checked=true]) .tr__checkbox{opacity:1}@media only screen and (max-width: 768px){.table{margin:0;width:-moz-max-content;width:max-content;min-width:100%}}@media only screen and (max-width: 500px){.tableContainer{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.tableContainer .tableContainer__scrollbar{display:none!important}.tableContainer .scroll-area__viewport{scrollbar-width:auto;-ms-overflow-style:auto}.tableContainer .scroll-area__viewport::-webkit-scrollbar{display:block;height:8px}}.gridContainer{flex:1;display:flex;flex-direction:column;min-height:0;padding:0 var(--wrapper-padding) 40px var(--wrapper-padding);overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.gridContainer::-webkit-scrollbar{display:none}.gridContainer>*{width:100%}[data-ui=customTableContainer]{flex:1;display:flex;flex-direction:column;min-height:0;margin-left:var(--wrapper-padding);padding:0 var(--wrapper-padding) 40px 0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}[data-ui=customTableContainer]::-webkit-scrollbar{display:none}[data-ui=customTableContainer] [data-ui=customTableScroll]{width:-moz-max-content;width:max-content;min-width:100%}[data-ui=customTableContainer] .staticTable thead tr>th:last-child,[data-ui=customTableContainer] .staticTable tbody tr>td:last-child{width:1%;min-width:-moz-min-content;min-width:min-content;max-width:none;white-space:nowrap;vertical-align:middle;text-align:right}[data-ui=customTableContainer] .staticTable thead tr>th:last-child{padding-inline-start:12px}[data-ui=customTableContainer] .staticTable tbody tr>td:last-child{padding-inline-start:12px}[data-ui=customTableContainer] .staticTable tbody tr>td:last-child .staticTableActions .bt{width:auto!important;min-width:0;flex-shrink:0}.customTable{max-width:none;table-layout:auto;width:-moz-max-content;width:max-content;min-width:100%;background-color:var(--background);overflow:visible;border-collapse:separate;border-spacing:0}.customTable thead tr th{border-bottom:var(--border);vertical-align:bottom}.customTable tbody{overflow:hidden}.customTable tbody tr td{border-bottom:var(--border)}.customTable tbody tr td:last-child{border-right:none}.customTable tbody tr td:first-child:has(.checkbox){border-right:none}.customTable tbody tr:first-child td{border-top:none}.customTable .customTableHead{font:var(--text-13);border:none;padding:0 12px 8px;white-space:nowrap;text-align:left;color:var(--c-60)}.customTable .customTableHeadAuto{width:auto}.customTable .customTableHeadFirst{width:16px!important;min-width:16px!important;max-width:16px!important;padding:0 1px 8px 0;flex:0 0 16px!important}.customTable .customTableHeadStickyFirst{position:sticky;left:0;z-index:20;background-color:var(--background);box-shadow:none;transition:box-shadow .2s ease;width:18px!important;min-width:18px!important;max-width:18px!important;flex:0 0 18px!important}.customTable .customTableHeadStickySecond{position:sticky;left:18px;z-index:20;background-color:var(--background);box-shadow:none;transition:box-shadow .2s ease;max-width:200px;min-width:140px}.customTable .customTableHeadSortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition)}.customTable .customTableHeadSortable:hover{opacity:1}.customTable .customTableHeadContent{display:flex;align-items:center;gap:6px;width:100%}.customTable .customTableHeadChevron{flex-shrink:0;opacity:.6;transition:var(--transition)}.customTable .customTableHeadChevronInactive{opacity:.6}.customTable .customTableHeadSortable:hover .customTableHeadChevron{opacity:.8}.customTable .customTableHeadInput{width:100%;text-align:left}.customTable .customTableAddCol{margin-bottom:2px}.customTable .customTableCell{white-space:nowrap;padding:0;text-align:left;position:relative;font:var(--text-15);height:52px;border-bottom:2px solid var(--border-color)}.customTable .customTableCell:last-child{padding-right:0}.customTable .customTableCell input,.customTable .customTableCell .input{font:var(--text-15)}.customTable .customTableCellWithRowSelector{width:16px!important;max-width:16px!important;min-width:16px!important;padding:0;text-align:right;overflow:hidden;box-sizing:border-box;flex:0 0 16px!important}.customTable .customTableCellStickyFirst{position:sticky;left:0;z-index:10;background-color:var(--background);width:18px!important;min-width:18px!important;max-width:18px!important;flex:0 0 18px!important}.customTable .customTableCellStickySecond{position:sticky;left:18px;z-index:10;background-color:var(--background);box-shadow:none;transition:box-shadow .2s ease;max-width:200px;min-width:140px;width:auto}.customTable .customTableCellRowTitle{width:100%;white-space:nowrap}.customTable .customTableCellUsersCombobox{min-width:100px}.customTable .customTableCell [class*=customTableDatepicker]{width:-moz-fit-content;width:fit-content;display:inline-block}.customTable .customTableCellContent{max-height:100%;height:100%;display:flex;align-items:center;padding:0 12px;box-sizing:border-box;width:100%;position:relative;font:var(--text-15)}.customTable .customTableCellContent input,.customTable .customTableCellContent .input,.customTable .customTableCellContent .inputSm{font:inherit;border:none;padding:0 0 4px}.customTable .customTableCellContent .customTableSelect{padding:0!important}.customTable .customTableCellContent .filterPopover{height:100%}.customTable .customTableCellContent .filterPopoverTrigger,.customTable .customTableCellContent .customTableUsersTrigger,.customTable .customTableCellContent .customTableDatepickerTrigger,.customTable .customTableCellContent .customTableDateRangeTrigger{border:none!important;box-shadow:none!important;border-radius:0!important;padding-inline:0!important;min-height:100%;gap:4px;background:transparent!important}.customTable .customTableCellContent .filterPopoverTrigger:hover,.customTable .customTableCellContent .filterPopoverTrigger:focus,.customTable .customTableCellContent .filterPopoverTrigger:focus-within,.customTable .customTableCellContent .filterPopoverTrigger:active,.customTable .customTableCellContent .customTableUsersTrigger:hover,.customTable .customTableCellContent .customTableUsersTrigger:focus,.customTable .customTableCellContent .customTableUsersTrigger:focus-within,.customTable .customTableCellContent .customTableUsersTrigger:active,.customTable .customTableCellContent .customTableDatepickerTrigger:hover,.customTable .customTableCellContent .customTableDatepickerTrigger:focus,.customTable .customTableCellContent .customTableDatepickerTrigger:focus-within,.customTable .customTableCellContent .customTableDatepickerTrigger:active,.customTable .customTableCellContent .customTableDateRangeTrigger:hover,.customTable .customTableCellContent .customTableDateRangeTrigger:focus,.customTable .customTableCellContent .customTableDateRangeTrigger:focus-within,.customTable .customTableCellContent .customTableDateRangeTrigger:active{box-shadow:none!important;background:transparent!important}.customTable .customTableCellContent .filterPopoverTriggerIcon{display:none}.customTable .customTableCellContent .filterPopoverTriggerChevron,.customTable .customTableCellContent .customTableDatepickerChevron,.customTable .customTableCellContent .customTableDateRangeChevron{opacity:.6;margin-top:2px}.customTable .customTableCellContent .filterPopoverTriggerLabel,.customTable .customTableCellContent .customTableDatepickerLabel,.customTable .customTableCellContent .customTableDateRangeLabel{font:inherit;color:var(--c-100)}.customTable .customTableCellContent:has([class*=customTableBadge]:focus-within):after,.customTable .customTableCellContent:has(.tag-multi-select:focus-within):after,.customTable .customTableCellContent:has(.users-combobox:focus-within):after,.customTable .customTableCellContent:has([class*=customTableInput]:focus-within):after,.customTable .customTableCellContent:has([class*=customTableHoursInput]:focus-within):after,.customTable .customTableCellContent:has([class*=customTableCostInputWrapper]:focus-within):after,.customTable .customTableCellContent:has([class*=customTableDateRange]:focus-within):after,.customTable .customTableCellContent:has([class*=customTableDateRange] .range-calendar-popover.is-open):after,.customTable .customTableCellContent:has(.range-calendar-popover.is-open):after,.customTable .customTableCellContent:has([class*=customTableDatepicker]:focus-within):after,.customTable .customTableCellContent:has([class*=customTableDatepicker] .datepicker-wrapper.is-open):after,.customTable .customTableCellContent:has(.datepicker-wrapper.is-open):after,.customTable .customTableCellContent:has(.filterPopoverTrigger[aria-expanded=true]):after,.customTable .customTableCellContent:has(.customTableDatepickerTrigger[aria-expanded=true]):after,.customTable .customTableCellContent:has(.customTableDateRangeTrigger[aria-expanded=true]):after,.customTable .customTableCellContent:has(.floatingTextarea:focus-within):after,.customTable .customTableCellContent:has(.customTableTimeInput:focus-within):after,.customTable .customTableCellContent:has(.customTablePhoneInput:focus-within):after,.customTable .customTableCellContent:has(.customTableCellContent:focus-within):after,.customTable .customTableCellContent:has(.customTableUrlInput:focus-within):after{content:"";position:absolute;inset:6px 0;box-shadow:inset 0 0 0 2px var(--blue);pointer-events:none;z-index:1;border-radius:var(--radius-8);background-color:var(--blue-6);animation:fadeIn .15s ease both}.customTable .customTableCellContentCheckbox{padding:0;justify-content:center;width:18px;min-height:40px}.customTable .customTableCellContentCheckbox .checkbox{margin:0}.customTable .customTableCellContentLast{padding-right:18px}.customTable .customTableRow{position:relative;display:table-row;transition:var(--transition);cursor:pointer}.customTable .customTableRowActive{background-color:var(--c-8)}.customTable .customTableUsersTrigger{box-shadow:none!important;border-radius:0!important;padding:0!important;background:transparent!important}.customTable .customTableUsersTrigger:hover,.customTable .customTableUsersTrigger:focus,.customTable .customTableUsersTrigger:focus-within,.customTable .customTableUsersTrigger:active{box-shadow:none!important;background:transparent!important}.customTable .customTableHeadNotes,.customTable .customTableCellNotes{min-width:100px}.customTable .customTableNotesCell{display:flex;align-items:center;gap:8px;flex-shrink:0}.customTable .customTableNotesTextarea{flex:1}.customTable .customTableNotesViewButton{flex-shrink:0;cursor:pointer;color:var(--c-80);font:var(--text-14);white-space:nowrap}.customTable .customTableNotesViewButton:hover{color:var(--c-100)}.customTableColumnOptionsPopover{max-width:-moz-fit-content;max-width:fit-content}.customTableColumnOptionsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;min-width:240px;padding:8px}.customTableColumnOption{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 12px 8px;width:100%;border-radius:var(--radius-8);cursor:pointer;border:none;background:transparent;font:inherit;color:inherit;text-align:center}.customTableColumnOption:hover:not(:disabled):not(.customTableColumnOptionDisabled){background-color:var(--color-polar)}.customTableColumnOptionDisabled,.customTableColumnOption:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.customTableColumnOptionIcon{flex-shrink:0}.customTableColumnOptionLabel{font:var(--text-12);color:var(--text-black);text-align:center}.customTableRowSelectorActions{position:fixed;bottom:48px;left:50%;translate:-50% 0;display:flex;flex-direction:row;padding:4px;transition:var(--transition);background:var(--background);border-radius:var(--radius-full);box-shadow:var(--shadow-distant);z-index:50;animation:fadeIn .2s cubic-bezier(.68,-.55,.265,1.55);overflow:hidden}.customTableRowSelectorCount{display:flex;align-items:center;min-height:100%;padding:0 14px 2px 6px;color:var(--c-80);font:var(--text-13)}.customTableRowSelectorCount span{width:1px;height:12px;background-color:var(--c-16);margin-right:12px}.customTableAddRow{padding:12px 12px 0 0;display:flex;align-items:center;position:sticky;left:0;z-index:5;width:-moz-fit-content;width:fit-content}.staticTable{max-width:none;table-layout:auto;width:-moz-max-content;width:max-content;min-width:100%;background-color:var(--background);overflow:visible;border-collapse:separate;border-spacing:0}.staticTable tbody{overflow:hidden}.staticTable tbody tr td{border-bottom:2px solid var(--border-color)}.staticTable tbody tr:first-child td{border-top:2px solid var(--border-color)}.staticTable .staticTableHead{font:var(--text-14);border:none;padding:0 12px 8px;white-space:nowrap;text-align:left;color:var(--text-gray)}.staticTable .staticTableHead svg{color:var(--text-gray)}.staticTable .staticTableHeadAuto{width:auto}.staticTable .staticTableHeadFirst{min-width:200px!important;max-width:220px!important;width:auto!important;flex:0 0 auto!important}.staticTable .staticTableHeadStickyFirst{position:sticky;left:0;z-index:20;background-color:var(--background);box-shadow:none;transition:box-shadow .2s ease;min-width:200px!important;max-width:220px!important;width:auto!important;flex:0 0 auto!important}.staticTable .staticTableCell{white-space:nowrap;padding:0 16px 0 14px;height:52px;text-align:left;position:relative;font:var(--text-15);border-bottom:2px solid var(--border-color)}.staticTable .staticTableCell:last-child{padding-right:0}.staticTable .staticTableCellStickyFirst{position:sticky;left:0;z-index:10;background-color:var(--background);min-width:200px!important;max-width:220px!important;width:auto!important;flex:0 0 auto!important}.staticTable .staticTableRow{position:relative;display:table-row;transition:var(--transition);cursor:pointer}.staticTable .staticTableRowActive{background-color:var(--c-8)}.ai-table__rule{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:var(--font-weight-medium);font:var(--text-15);padding-bottom:3px}.ai-table__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:var(--text-15);padding-bottom:3px}.ai-table__tags{display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;font:var(--text-15)}.table-container{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;margin-left:var(--wrapper-padding);padding:0 var(--wrapper-padding) 40px 0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}.table-container::-webkit-scrollbar{display:none}.table-container__scroll{width:-moz-max-content;width:max-content;min-width:100%;flex-shrink:0;overflow:visible}.fixed-horizontal-scrollbar{position:fixed;bottom:0;left:0;right:0;height:16px;z-index:100;pointer-events:none;display:none;background-color:transparent}.fixed-horizontal-scrollbar__track{width:100%;height:100%;background-color:var(--background);position:relative;pointer-events:all;cursor:pointer}.fixed-horizontal-scrollbar__thumb{position:absolute;height:100%;background-color:var(--color-hare);border-radius:99px;border:5px solid var(--background)}.fixed-horizontal-scrollbar__thumb:hover,.fixed-horizontal-scrollbar__thumb:active{background-color:var(--color-wolf)}.customTableCell .users-combobox__trigger-button,.customTableCell .users-combobox__trigger-button.bt,.customTableCell .users-combobox__trigger-button.btSm,.customTableCell .select-trigger,.customTableCell .selectTrigger,.customTableCell .selectTrigger.bt,.customTableCell .selectTrigger.btSm,.customTableCell .combobox-trigger,.customTableCell .trigger,.customTableCell [class*=select-trigger],.customTableCell [class*=selectTrigger],.customTableCell [class*=combobox-trigger],.customTableCell [class*=customTableSelect],.customTableCell [class*=customTableBadgeTrigger],.customTableCell .tag-multi-select__button,.customTableCell .tag-multi-select__button.bt,.customTableCell .tag-multi-select__button.btSm,.customTableCell .tag-single-select__button,.customTableCell .tag-single-select__button.bt,.customTableCell .tag-single-select__button.btSm,.customTableCell .type-select__button,.customTableCell .type-select__button.bt,.customTableCell .client-combobox__button,.customTableCell .client-combobox__button.bt,.customTableCell .status-multi-select__button,.customTableCell .status-multi-select__button.bt,.customTableCell .project-combobox__button,.customTableCell .project-combobox__button.bt,.staticTableCell .users-combobox__trigger-button,.staticTableCell .users-combobox__trigger-button.bt,.staticTableCell .users-combobox__trigger-button.btSm,.staticTableCell .select-trigger,.staticTableCell .selectTrigger,.staticTableCell .selectTrigger.bt,.staticTableCell .selectTrigger.btSm,.staticTableCell .combobox-trigger,.staticTableCell .trigger,.staticTableCell [class*=select-trigger],.staticTableCell [class*=selectTrigger],.staticTableCell [class*=combobox-trigger],.staticTableCell [class*=customTableSelect],.staticTableCell [class*=customTableBadgeTrigger],.staticTableCell .tag-multi-select__button,.staticTableCell .tag-multi-select__button.bt,.staticTableCell .tag-multi-select__button.btSm,.staticTableCell .tag-single-select__button,.staticTableCell .tag-single-select__button.bt,.staticTableCell .tag-single-select__button.btSm,.staticTableCell .type-select__button,.staticTableCell .type-select__button.bt,.staticTableCell .client-combobox__button,.staticTableCell .client-combobox__button.bt,.staticTableCell .status-multi-select__button,.staticTableCell .status-multi-select__button.bt,.staticTableCell .project-combobox__button,.staticTableCell .project-combobox__button.bt{box-shadow:none!important;border-radius:0!important;padding:0 0 2px!important;background:transparent!important;font:var(--text-14)!important;width:100%;height:100%}.customTableCell .users-combobox__trigger-button:hover,.customTableCell .users-combobox__trigger-button:focus,.customTableCell .users-combobox__trigger-button:focus-within,.customTableCell .users-combobox__trigger-button:active,.customTableCell .users-combobox__trigger-button.bt:hover,.customTableCell .users-combobox__trigger-button.bt:focus,.customTableCell .users-combobox__trigger-button.bt:focus-within,.customTableCell .users-combobox__trigger-button.bt:active,.customTableCell .users-combobox__trigger-button.btSm:hover,.customTableCell .users-combobox__trigger-button.btSm:focus,.customTableCell .users-combobox__trigger-button.btSm:focus-within,.customTableCell .users-combobox__trigger-button.btSm:active,.customTableCell .select-trigger:hover,.customTableCell .select-trigger:focus,.customTableCell .select-trigger:focus-within,.customTableCell .select-trigger:active,.customTableCell .selectTrigger:hover,.customTableCell .selectTrigger:focus,.customTableCell .selectTrigger:focus-within,.customTableCell .selectTrigger:active,.customTableCell .selectTrigger.bt:hover,.customTableCell .selectTrigger.bt:focus,.customTableCell .selectTrigger.bt:focus-within,.customTableCell .selectTrigger.bt:active,.customTableCell .selectTrigger.btSm:hover,.customTableCell .selectTrigger.btSm:focus,.customTableCell .selectTrigger.btSm:focus-within,.customTableCell .selectTrigger.btSm:active,.customTableCell .combobox-trigger:hover,.customTableCell .combobox-trigger:focus,.customTableCell .combobox-trigger:focus-within,.customTableCell .combobox-trigger:active,.customTableCell .trigger:hover,.customTableCell .trigger:focus,.customTableCell .trigger:focus-within,.customTableCell .trigger:active,.customTableCell [class*=select-trigger]:hover,.customTableCell [class*=select-trigger]:focus,.customTableCell [class*=select-trigger]:focus-within,.customTableCell [class*=select-trigger]:active,.customTableCell [class*=selectTrigger]:hover,.customTableCell [class*=selectTrigger]:focus,.customTableCell [class*=selectTrigger]:focus-within,.customTableCell [class*=selectTrigger]:active,.customTableCell [class*=combobox-trigger]:hover,.customTableCell [class*=combobox-trigger]:focus,.customTableCell [class*=combobox-trigger]:focus-within,.customTableCell [class*=combobox-trigger]:active,.customTableCell [class*=customTableSelect]:hover,.customTableCell [class*=customTableSelect]:focus,.customTableCell [class*=customTableSelect]:focus-within,.customTableCell [class*=customTableSelect]:active,.customTableCell [class*=customTableBadgeTrigger]:hover,.customTableCell [class*=customTableBadgeTrigger]:focus,.customTableCell [class*=customTableBadgeTrigger]:focus-within,.customTableCell [class*=customTableBadgeTrigger]:active,.customTableCell .tag-multi-select__button:hover,.customTableCell .tag-multi-select__button:focus,.customTableCell .tag-multi-select__button:focus-within,.customTableCell .tag-multi-select__button:active,.customTableCell .tag-multi-select__button.bt:hover,.customTableCell .tag-multi-select__button.bt:focus,.customTableCell .tag-multi-select__button.bt:focus-within,.customTableCell .tag-multi-select__button.bt:active,.customTableCell .tag-multi-select__button.btSm:hover,.customTableCell .tag-multi-select__button.btSm:focus,.customTableCell .tag-multi-select__button.btSm:focus-within,.customTableCell .tag-multi-select__button.btSm:active,.customTableCell .tag-single-select__button:hover,.customTableCell .tag-single-select__button:focus,.customTableCell .tag-single-select__button:focus-within,.customTableCell .tag-single-select__button:active,.customTableCell .tag-single-select__button.bt:hover,.customTableCell .tag-single-select__button.bt:focus,.customTableCell .tag-single-select__button.bt:focus-within,.customTableCell .tag-single-select__button.bt:active,.customTableCell .tag-single-select__button.btSm:hover,.customTableCell .tag-single-select__button.btSm:focus,.customTableCell .tag-single-select__button.btSm:focus-within,.customTableCell .tag-single-select__button.btSm:active,.customTableCell .type-select__button:hover,.customTableCell .type-select__button:focus,.customTableCell .type-select__button:focus-within,.customTableCell .type-select__button:active,.customTableCell .type-select__button.bt:hover,.customTableCell .type-select__button.bt:focus,.customTableCell .type-select__button.bt:focus-within,.customTableCell .type-select__button.bt:active,.customTableCell .client-combobox__button:hover,.customTableCell .client-combobox__button:focus,.customTableCell .client-combobox__button:focus-within,.customTableCell .client-combobox__button:active,.customTableCell .client-combobox__button.bt:hover,.customTableCell .client-combobox__button.bt:focus,.customTableCell .client-combobox__button.bt:focus-within,.customTableCell .client-combobox__button.bt:active,.customTableCell .status-multi-select__button:hover,.customTableCell .status-multi-select__button:focus,.customTableCell .status-multi-select__button:focus-within,.customTableCell .status-multi-select__button:active,.customTableCell .status-multi-select__button.bt:hover,.customTableCell .status-multi-select__button.bt:focus,.customTableCell .status-multi-select__button.bt:focus-within,.customTableCell .status-multi-select__button.bt:active,.customTableCell .project-combobox__button:hover,.customTableCell .project-combobox__button:focus,.customTableCell .project-combobox__button:focus-within,.customTableCell .project-combobox__button:active,.customTableCell .project-combobox__button.bt:hover,.customTableCell .project-combobox__button.bt:focus,.customTableCell .project-combobox__button.bt:focus-within,.customTableCell .project-combobox__button.bt:active,.staticTableCell .users-combobox__trigger-button:hover,.staticTableCell .users-combobox__trigger-button:focus,.staticTableCell .users-combobox__trigger-button:focus-within,.staticTableCell .users-combobox__trigger-button:active,.staticTableCell .users-combobox__trigger-button.bt:hover,.staticTableCell .users-combobox__trigger-button.bt:focus,.staticTableCell .users-combobox__trigger-button.bt:focus-within,.staticTableCell .users-combobox__trigger-button.bt:active,.staticTableCell .users-combobox__trigger-button.btSm:hover,.staticTableCell .users-combobox__trigger-button.btSm:focus,.staticTableCell .users-combobox__trigger-button.btSm:focus-within,.staticTableCell .users-combobox__trigger-button.btSm:active,.staticTableCell .select-trigger:hover,.staticTableCell .select-trigger:focus,.staticTableCell .select-trigger:focus-within,.staticTableCell .select-trigger:active,.staticTableCell .selectTrigger:hover,.staticTableCell .selectTrigger:focus,.staticTableCell .selectTrigger:focus-within,.staticTableCell .selectTrigger:active,.staticTableCell .selectTrigger.bt:hover,.staticTableCell .selectTrigger.bt:focus,.staticTableCell .selectTrigger.bt:focus-within,.staticTableCell .selectTrigger.bt:active,.staticTableCell .selectTrigger.btSm:hover,.staticTableCell .selectTrigger.btSm:focus,.staticTableCell .selectTrigger.btSm:focus-within,.staticTableCell .selectTrigger.btSm:active,.staticTableCell .combobox-trigger:hover,.staticTableCell .combobox-trigger:focus,.staticTableCell .combobox-trigger:focus-within,.staticTableCell .combobox-trigger:active,.staticTableCell .trigger:hover,.staticTableCell .trigger:focus,.staticTableCell .trigger:focus-within,.staticTableCell .trigger:active,.staticTableCell [class*=select-trigger]:hover,.staticTableCell [class*=select-trigger]:focus,.staticTableCell [class*=select-trigger]:focus-within,.staticTableCell [class*=select-trigger]:active,.staticTableCell [class*=selectTrigger]:hover,.staticTableCell [class*=selectTrigger]:focus,.staticTableCell [class*=selectTrigger]:focus-within,.staticTableCell [class*=selectTrigger]:active,.staticTableCell [class*=combobox-trigger]:hover,.staticTableCell [class*=combobox-trigger]:focus,.staticTableCell [class*=combobox-trigger]:focus-within,.staticTableCell [class*=combobox-trigger]:active,.staticTableCell [class*=customTableSelect]:hover,.staticTableCell [class*=customTableSelect]:focus,.staticTableCell [class*=customTableSelect]:focus-within,.staticTableCell [class*=customTableSelect]:active,.staticTableCell [class*=customTableBadgeTrigger]:hover,.staticTableCell [class*=customTableBadgeTrigger]:focus,.staticTableCell [class*=customTableBadgeTrigger]:focus-within,.staticTableCell [class*=customTableBadgeTrigger]:active,.staticTableCell .tag-multi-select__button:hover,.staticTableCell .tag-multi-select__button:focus,.staticTableCell .tag-multi-select__button:focus-within,.staticTableCell .tag-multi-select__button:active,.staticTableCell .tag-multi-select__button.bt:hover,.staticTableCell .tag-multi-select__button.bt:focus,.staticTableCell .tag-multi-select__button.bt:focus-within,.staticTableCell .tag-multi-select__button.bt:active,.staticTableCell .tag-multi-select__button.btSm:hover,.staticTableCell .tag-multi-select__button.btSm:focus,.staticTableCell .tag-multi-select__button.btSm:focus-within,.staticTableCell .tag-multi-select__button.btSm:active,.staticTableCell .tag-single-select__button:hover,.staticTableCell .tag-single-select__button:focus,.staticTableCell .tag-single-select__button:focus-within,.staticTableCell .tag-single-select__button:active,.staticTableCell .tag-single-select__button.bt:hover,.staticTableCell .tag-single-select__button.bt:focus,.staticTableCell .tag-single-select__button.bt:focus-within,.staticTableCell .tag-single-select__button.bt:active,.staticTableCell .tag-single-select__button.btSm:hover,.staticTableCell .tag-single-select__button.btSm:focus,.staticTableCell .tag-single-select__button.btSm:focus-within,.staticTableCell .tag-single-select__button.btSm:active,.staticTableCell .type-select__button:hover,.staticTableCell .type-select__button:focus,.staticTableCell .type-select__button:focus-within,.staticTableCell .type-select__button:active,.staticTableCell .type-select__button.bt:hover,.staticTableCell .type-select__button.bt:focus,.staticTableCell .type-select__button.bt:focus-within,.staticTableCell .type-select__button.bt:active,.staticTableCell .client-combobox__button:hover,.staticTableCell .client-combobox__button:focus,.staticTableCell .client-combobox__button:focus-within,.staticTableCell .client-combobox__button:active,.staticTableCell .client-combobox__button.bt:hover,.staticTableCell .client-combobox__button.bt:focus,.staticTableCell .client-combobox__button.bt:focus-within,.staticTableCell .client-combobox__button.bt:active,.staticTableCell .status-multi-select__button:hover,.staticTableCell .status-multi-select__button:focus,.staticTableCell .status-multi-select__button:focus-within,.staticTableCell .status-multi-select__button:active,.staticTableCell .status-multi-select__button.bt:hover,.staticTableCell .status-multi-select__button.bt:focus,.staticTableCell .status-multi-select__button.bt:focus-within,.staticTableCell .status-multi-select__button.bt:active,.staticTableCell .project-combobox__button:hover,.staticTableCell .project-combobox__button:focus,.staticTableCell .project-combobox__button:focus-within,.staticTableCell .project-combobox__button:active,.staticTableCell .project-combobox__button.bt:hover,.staticTableCell .project-combobox__button.bt:focus,.staticTableCell .project-combobox__button.bt:focus-within,.staticTableCell .project-combobox__button.bt:active{box-shadow:none!important;background:transparent!important}.customTableCell .users-combobox__trigger-button:has(.absoluteIcon),.customTableCell .users-combobox__trigger-button.bt:has(.absoluteIcon),.customTableCell .users-combobox__trigger-button.btSm:has(.absoluteIcon),.customTableCell .select-trigger:has(.absoluteIcon),.customTableCell .selectTrigger:has(.absoluteIcon),.customTableCell .selectTrigger.bt:has(.absoluteIcon),.customTableCell .selectTrigger.btSm:has(.absoluteIcon),.customTableCell .combobox-trigger:has(.absoluteIcon),.customTableCell .trigger:has(.absoluteIcon),.customTableCell [class*=select-trigger]:has(.absoluteIcon),.customTableCell [class*=selectTrigger]:has(.absoluteIcon),.customTableCell [class*=combobox-trigger]:has(.absoluteIcon),.customTableCell [class*=customTableSelect]:has(.absoluteIcon),.customTableCell [class*=customTableBadgeTrigger]:has(.absoluteIcon),.customTableCell .tag-multi-select__button:has(.absoluteIcon),.customTableCell .tag-multi-select__button.bt:has(.absoluteIcon),.customTableCell .tag-multi-select__button.btSm:has(.absoluteIcon),.customTableCell .tag-single-select__button:has(.absoluteIcon),.customTableCell .tag-single-select__button.bt:has(.absoluteIcon),.customTableCell .tag-single-select__button.btSm:has(.absoluteIcon),.customTableCell .type-select__button:has(.absoluteIcon),.customTableCell .type-select__button.bt:has(.absoluteIcon),.customTableCell .client-combobox__button:has(.absoluteIcon),.customTableCell .client-combobox__button.bt:has(.absoluteIcon),.customTableCell .status-multi-select__button:has(.absoluteIcon),.customTableCell .status-multi-select__button.bt:has(.absoluteIcon),.customTableCell .project-combobox__button:has(.absoluteIcon),.customTableCell .project-combobox__button.bt:has(.absoluteIcon),.staticTableCell .users-combobox__trigger-button:has(.absoluteIcon),.staticTableCell .users-combobox__trigger-button.bt:has(.absoluteIcon),.staticTableCell .users-combobox__trigger-button.btSm:has(.absoluteIcon),.staticTableCell .select-trigger:has(.absoluteIcon),.staticTableCell .selectTrigger:has(.absoluteIcon),.staticTableCell .selectTrigger.bt:has(.absoluteIcon),.staticTableCell .selectTrigger.btSm:has(.absoluteIcon),.staticTableCell .combobox-trigger:has(.absoluteIcon),.staticTableCell .trigger:has(.absoluteIcon),.staticTableCell [class*=select-trigger]:has(.absoluteIcon),.staticTableCell [class*=selectTrigger]:has(.absoluteIcon),.staticTableCell [class*=combobox-trigger]:has(.absoluteIcon),.staticTableCell [class*=customTableSelect]:has(.absoluteIcon),.staticTableCell [class*=customTableBadgeTrigger]:has(.absoluteIcon),.staticTableCell .tag-multi-select__button:has(.absoluteIcon),.staticTableCell .tag-multi-select__button.bt:has(.absoluteIcon),.staticTableCell .tag-multi-select__button.btSm:has(.absoluteIcon),.staticTableCell .tag-single-select__button:has(.absoluteIcon),.staticTableCell .tag-single-select__button.bt:has(.absoluteIcon),.staticTableCell .tag-single-select__button.btSm:has(.absoluteIcon),.staticTableCell .type-select__button:has(.absoluteIcon),.staticTableCell .type-select__button.bt:has(.absoluteIcon),.staticTableCell .client-combobox__button:has(.absoluteIcon),.staticTableCell .client-combobox__button.bt:has(.absoluteIcon),.staticTableCell .status-multi-select__button:has(.absoluteIcon),.staticTableCell .status-multi-select__button.bt:has(.absoluteIcon),.staticTableCell .project-combobox__button:has(.absoluteIcon),.staticTableCell .project-combobox__button.bt:has(.absoluteIcon){padding-left:24px!important}.customTableCell .users-combobox__trigger-button:has(.absoluteChevron),.customTableCell .users-combobox__trigger-button.bt:has(.absoluteChevron),.customTableCell .users-combobox__trigger-button.btSm:has(.absoluteChevron),.customTableCell .select-trigger:has(.absoluteChevron),.customTableCell .selectTrigger:has(.absoluteChevron),.customTableCell .selectTrigger.bt:has(.absoluteChevron),.customTableCell .selectTrigger.btSm:has(.absoluteChevron),.customTableCell .combobox-trigger:has(.absoluteChevron),.customTableCell .trigger:has(.absoluteChevron),.customTableCell [class*=select-trigger]:has(.absoluteChevron),.customTableCell [class*=selectTrigger]:has(.absoluteChevron),.customTableCell [class*=combobox-trigger]:has(.absoluteChevron),.customTableCell [class*=customTableSelect]:has(.absoluteChevron),.customTableCell [class*=customTableBadgeTrigger]:has(.absoluteChevron),.customTableCell .tag-multi-select__button:has(.absoluteChevron),.customTableCell .tag-multi-select__button.bt:has(.absoluteChevron),.customTableCell .tag-multi-select__button.btSm:has(.absoluteChevron),.customTableCell .tag-single-select__button:has(.absoluteChevron),.customTableCell .tag-single-select__button.bt:has(.absoluteChevron),.customTableCell .tag-single-select__button.btSm:has(.absoluteChevron),.customTableCell .type-select__button:has(.absoluteChevron),.customTableCell .type-select__button.bt:has(.absoluteChevron),.customTableCell .client-combobox__button:has(.absoluteChevron),.customTableCell .client-combobox__button.bt:has(.absoluteChevron),.customTableCell .status-multi-select__button:has(.absoluteChevron),.customTableCell .status-multi-select__button.bt:has(.absoluteChevron),.customTableCell .project-combobox__button:has(.absoluteChevron),.customTableCell .project-combobox__button.bt:has(.absoluteChevron),.staticTableCell .users-combobox__trigger-button:has(.absoluteChevron),.staticTableCell .users-combobox__trigger-button.bt:has(.absoluteChevron),.staticTableCell .users-combobox__trigger-button.btSm:has(.absoluteChevron),.staticTableCell .select-trigger:has(.absoluteChevron),.staticTableCell .selectTrigger:has(.absoluteChevron),.staticTableCell .selectTrigger.bt:has(.absoluteChevron),.staticTableCell .selectTrigger.btSm:has(.absoluteChevron),.staticTableCell .combobox-trigger:has(.absoluteChevron),.staticTableCell .trigger:has(.absoluteChevron),.staticTableCell [class*=select-trigger]:has(.absoluteChevron),.staticTableCell [class*=selectTrigger]:has(.absoluteChevron),.staticTableCell [class*=combobox-trigger]:has(.absoluteChevron),.staticTableCell [class*=customTableSelect]:has(.absoluteChevron),.staticTableCell [class*=customTableBadgeTrigger]:has(.absoluteChevron),.staticTableCell .tag-multi-select__button:has(.absoluteChevron),.staticTableCell .tag-multi-select__button.bt:has(.absoluteChevron),.staticTableCell .tag-multi-select__button.btSm:has(.absoluteChevron),.staticTableCell .tag-single-select__button:has(.absoluteChevron),.staticTableCell .tag-single-select__button.bt:has(.absoluteChevron),.staticTableCell .tag-single-select__button.btSm:has(.absoluteChevron),.staticTableCell .type-select__button:has(.absoluteChevron),.staticTableCell .type-select__button.bt:has(.absoluteChevron),.staticTableCell .client-combobox__button:has(.absoluteChevron),.staticTableCell .client-combobox__button.bt:has(.absoluteChevron),.staticTableCell .status-multi-select__button:has(.absoluteChevron),.staticTableCell .status-multi-select__button.bt:has(.absoluteChevron),.staticTableCell .project-combobox__button:has(.absoluteChevron),.staticTableCell .project-combobox__button.bt:has(.absoluteChevron){padding-right:28px!important}.customTableCell .users-combobox__trigger-button:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .users-combobox__trigger-button.bt:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .users-combobox__trigger-button.btSm:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .select-trigger:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .selectTrigger:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .selectTrigger.bt:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .selectTrigger.btSm:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .combobox-trigger:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .trigger:has(.absoluteIcon):has(.absoluteChevron),.customTableCell [class*=select-trigger]:has(.absoluteIcon):has(.absoluteChevron),.customTableCell [class*=selectTrigger]:has(.absoluteIcon):has(.absoluteChevron),.customTableCell [class*=combobox-trigger]:has(.absoluteIcon):has(.absoluteChevron),.customTableCell [class*=customTableSelect]:has(.absoluteIcon):has(.absoluteChevron),.customTableCell [class*=customTableBadgeTrigger]:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .tag-multi-select__button:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .tag-multi-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .tag-multi-select__button.btSm:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .tag-single-select__button:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .tag-single-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .tag-single-select__button.btSm:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .type-select__button:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .type-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .client-combobox__button:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .client-combobox__button.bt:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .status-multi-select__button:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .status-multi-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .project-combobox__button:has(.absoluteIcon):has(.absoluteChevron),.customTableCell .project-combobox__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .users-combobox__trigger-button:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .users-combobox__trigger-button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .users-combobox__trigger-button.btSm:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .select-trigger:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .selectTrigger:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .selectTrigger.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .selectTrigger.btSm:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .combobox-trigger:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .trigger:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell [class*=select-trigger]:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell [class*=selectTrigger]:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell [class*=combobox-trigger]:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell [class*=customTableSelect]:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell [class*=customTableBadgeTrigger]:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .tag-multi-select__button:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .tag-multi-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .tag-multi-select__button.btSm:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .tag-single-select__button:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .tag-single-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .tag-single-select__button.btSm:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .type-select__button:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .type-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .client-combobox__button:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .client-combobox__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .status-multi-select__button:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .status-multi-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .project-combobox__button:has(.absoluteIcon):has(.absoluteChevron),.staticTableCell .project-combobox__button.bt:has(.absoluteIcon):has(.absoluteChevron){padding-left:24px!important;padding-right:28px!important}.staticTable .staticTableCell .users-combobox__trigger-button,.staticTable .staticTableCell .users-combobox__trigger-button.bt,.staticTable .staticTableCell .users-combobox__trigger-button.btSm,.staticTable .staticTableCell .select-trigger,.staticTable .staticTableCell .selectTrigger,.staticTable .staticTableCell .selectTrigger.bt,.staticTable .staticTableCell .selectTrigger.btSm,.staticTable .staticTableCell .combobox-trigger,.staticTable .staticTableCell .trigger,.staticTable .staticTableCell [class*=select-trigger],.staticTable .staticTableCell [class*=selectTrigger],.staticTable .staticTableCell [class*=combobox-trigger],.staticTable .staticTableCell [class*=customTableSelect],.staticTable .staticTableCell [class*=customTableBadgeTrigger],.staticTable .staticTableCell .tag-multi-select__button,.staticTable .staticTableCell .tag-multi-select__button.bt,.staticTable .staticTableCell .tag-multi-select__button.btSm,.staticTable .staticTableCell .tag-single-select__button,.staticTable .staticTableCell .tag-single-select__button.bt,.staticTable .staticTableCell .tag-single-select__button.btSm,.staticTable .staticTableCell .type-select__button,.staticTable .staticTableCell .type-select__button.bt,.staticTable .staticTableCell .client-combobox__button,.staticTable .staticTableCell .client-combobox__button.bt,.staticTable .staticTableCell .status-multi-select__button,.staticTable .staticTableCell .status-multi-select__button.bt,.staticTable .staticTableCell .project-combobox__button,.staticTable .staticTableCell .project-combobox__button.bt{box-shadow:none!important;border-radius:0!important;padding:0 0 2px!important;background:transparent!important;font:var(--text-15)!important;width:100%;height:100%}.staticTable .staticTableCell .users-combobox__trigger-button:hover,.staticTable .staticTableCell .users-combobox__trigger-button:focus,.staticTable .staticTableCell .users-combobox__trigger-button:focus-within,.staticTable .staticTableCell .users-combobox__trigger-button:active,.staticTable .staticTableCell .users-combobox__trigger-button.bt:hover,.staticTable .staticTableCell .users-combobox__trigger-button.bt:focus,.staticTable .staticTableCell .users-combobox__trigger-button.bt:focus-within,.staticTable .staticTableCell .users-combobox__trigger-button.bt:active,.staticTable .staticTableCell .users-combobox__trigger-button.btSm:hover,.staticTable .staticTableCell .users-combobox__trigger-button.btSm:focus,.staticTable .staticTableCell .users-combobox__trigger-button.btSm:focus-within,.staticTable .staticTableCell .users-combobox__trigger-button.btSm:active,.staticTable .staticTableCell .select-trigger:hover,.staticTable .staticTableCell .select-trigger:focus,.staticTable .staticTableCell .select-trigger:focus-within,.staticTable .staticTableCell .select-trigger:active,.staticTable .staticTableCell .selectTrigger:hover,.staticTable .staticTableCell .selectTrigger:focus,.staticTable .staticTableCell .selectTrigger:focus-within,.staticTable .staticTableCell .selectTrigger:active,.staticTable .staticTableCell .selectTrigger.bt:hover,.staticTable .staticTableCell .selectTrigger.bt:focus,.staticTable .staticTableCell .selectTrigger.bt:focus-within,.staticTable .staticTableCell .selectTrigger.bt:active,.staticTable .staticTableCell .selectTrigger.btSm:hover,.staticTable .staticTableCell .selectTrigger.btSm:focus,.staticTable .staticTableCell .selectTrigger.btSm:focus-within,.staticTable .staticTableCell .selectTrigger.btSm:active,.staticTable .staticTableCell .combobox-trigger:hover,.staticTable .staticTableCell .combobox-trigger:focus,.staticTable .staticTableCell .combobox-trigger:focus-within,.staticTable .staticTableCell .combobox-trigger:active,.staticTable .staticTableCell .trigger:hover,.staticTable .staticTableCell .trigger:focus,.staticTable .staticTableCell .trigger:focus-within,.staticTable .staticTableCell .trigger:active,.staticTable .staticTableCell [class*=select-trigger]:hover,.staticTable .staticTableCell [class*=select-trigger]:focus,.staticTable .staticTableCell [class*=select-trigger]:focus-within,.staticTable .staticTableCell [class*=select-trigger]:active,.staticTable .staticTableCell [class*=selectTrigger]:hover,.staticTable .staticTableCell [class*=selectTrigger]:focus,.staticTable .staticTableCell [class*=selectTrigger]:focus-within,.staticTable .staticTableCell [class*=selectTrigger]:active,.staticTable .staticTableCell [class*=combobox-trigger]:hover,.staticTable .staticTableCell [class*=combobox-trigger]:focus,.staticTable .staticTableCell [class*=combobox-trigger]:focus-within,.staticTable .staticTableCell [class*=combobox-trigger]:active,.staticTable .staticTableCell [class*=customTableSelect]:hover,.staticTable .staticTableCell [class*=customTableSelect]:focus,.staticTable .staticTableCell [class*=customTableSelect]:focus-within,.staticTable .staticTableCell [class*=customTableSelect]:active,.staticTable .staticTableCell [class*=customTableBadgeTrigger]:hover,.staticTable .staticTableCell [class*=customTableBadgeTrigger]:focus,.staticTable .staticTableCell [class*=customTableBadgeTrigger]:focus-within,.staticTable .staticTableCell [class*=customTableBadgeTrigger]:active,.staticTable .staticTableCell .tag-multi-select__button:hover,.staticTable .staticTableCell .tag-multi-select__button:focus,.staticTable .staticTableCell .tag-multi-select__button:focus-within,.staticTable .staticTableCell .tag-multi-select__button:active,.staticTable .staticTableCell .tag-multi-select__button.bt:hover,.staticTable .staticTableCell .tag-multi-select__button.bt:focus,.staticTable .staticTableCell .tag-multi-select__button.bt:focus-within,.staticTable .staticTableCell .tag-multi-select__button.bt:active,.staticTable .staticTableCell .tag-multi-select__button.btSm:hover,.staticTable .staticTableCell .tag-multi-select__button.btSm:focus,.staticTable .staticTableCell .tag-multi-select__button.btSm:focus-within,.staticTable .staticTableCell .tag-multi-select__button.btSm:active,.staticTable .staticTableCell .tag-single-select__button:hover,.staticTable .staticTableCell .tag-single-select__button:focus,.staticTable .staticTableCell .tag-single-select__button:focus-within,.staticTable .staticTableCell .tag-single-select__button:active,.staticTable .staticTableCell .tag-single-select__button.bt:hover,.staticTable .staticTableCell .tag-single-select__button.bt:focus,.staticTable .staticTableCell .tag-single-select__button.bt:focus-within,.staticTable .staticTableCell .tag-single-select__button.bt:active,.staticTable .staticTableCell .tag-single-select__button.btSm:hover,.staticTable .staticTableCell .tag-single-select__button.btSm:focus,.staticTable .staticTableCell .tag-single-select__button.btSm:focus-within,.staticTable .staticTableCell .tag-single-select__button.btSm:active,.staticTable .staticTableCell .type-select__button:hover,.staticTable .staticTableCell .type-select__button:focus,.staticTable .staticTableCell .type-select__button:focus-within,.staticTable .staticTableCell .type-select__button:active,.staticTable .staticTableCell .type-select__button.bt:hover,.staticTable .staticTableCell .type-select__button.bt:focus,.staticTable .staticTableCell .type-select__button.bt:focus-within,.staticTable .staticTableCell .type-select__button.bt:active,.staticTable .staticTableCell .client-combobox__button:hover,.staticTable .staticTableCell .client-combobox__button:focus,.staticTable .staticTableCell .client-combobox__button:focus-within,.staticTable .staticTableCell .client-combobox__button:active,.staticTable .staticTableCell .client-combobox__button.bt:hover,.staticTable .staticTableCell .client-combobox__button.bt:focus,.staticTable .staticTableCell .client-combobox__button.bt:focus-within,.staticTable .staticTableCell .client-combobox__button.bt:active,.staticTable .staticTableCell .status-multi-select__button:hover,.staticTable .staticTableCell .status-multi-select__button:focus,.staticTable .staticTableCell .status-multi-select__button:focus-within,.staticTable .staticTableCell .status-multi-select__button:active,.staticTable .staticTableCell .status-multi-select__button.bt:hover,.staticTable .staticTableCell .status-multi-select__button.bt:focus,.staticTable .staticTableCell .status-multi-select__button.bt:focus-within,.staticTable .staticTableCell .status-multi-select__button.bt:active,.staticTable .staticTableCell .project-combobox__button:hover,.staticTable .staticTableCell .project-combobox__button:focus,.staticTable .staticTableCell .project-combobox__button:focus-within,.staticTable .staticTableCell .project-combobox__button:active,.staticTable .staticTableCell .project-combobox__button.bt:hover,.staticTable .staticTableCell .project-combobox__button.bt:focus,.staticTable .staticTableCell .project-combobox__button.bt:focus-within,.staticTable .staticTableCell .project-combobox__button.bt:active{box-shadow:none!important;background:transparent!important}.staticTable .staticTableCell .users-combobox__trigger-button:has(.absoluteIcon),.staticTable .staticTableCell .users-combobox__trigger-button.bt:has(.absoluteIcon),.staticTable .staticTableCell .users-combobox__trigger-button.btSm:has(.absoluteIcon),.staticTable .staticTableCell .select-trigger:has(.absoluteIcon),.staticTable .staticTableCell .selectTrigger:has(.absoluteIcon),.staticTable .staticTableCell .selectTrigger.bt:has(.absoluteIcon),.staticTable .staticTableCell .selectTrigger.btSm:has(.absoluteIcon),.staticTable .staticTableCell .combobox-trigger:has(.absoluteIcon),.staticTable .staticTableCell .trigger:has(.absoluteIcon),.staticTable .staticTableCell [class*=select-trigger]:has(.absoluteIcon),.staticTable .staticTableCell [class*=selectTrigger]:has(.absoluteIcon),.staticTable .staticTableCell [class*=combobox-trigger]:has(.absoluteIcon),.staticTable .staticTableCell [class*=customTableSelect]:has(.absoluteIcon),.staticTable .staticTableCell [class*=customTableBadgeTrigger]:has(.absoluteIcon),.staticTable .staticTableCell .tag-multi-select__button:has(.absoluteIcon),.staticTable .staticTableCell .tag-multi-select__button.bt:has(.absoluteIcon),.staticTable .staticTableCell .tag-multi-select__button.btSm:has(.absoluteIcon),.staticTable .staticTableCell .tag-single-select__button:has(.absoluteIcon),.staticTable .staticTableCell .tag-single-select__button.bt:has(.absoluteIcon),.staticTable .staticTableCell .tag-single-select__button.btSm:has(.absoluteIcon),.staticTable .staticTableCell .type-select__button:has(.absoluteIcon),.staticTable .staticTableCell .type-select__button.bt:has(.absoluteIcon),.staticTable .staticTableCell .client-combobox__button:has(.absoluteIcon),.staticTable .staticTableCell .client-combobox__button.bt:has(.absoluteIcon),.staticTable .staticTableCell .status-multi-select__button:has(.absoluteIcon),.staticTable .staticTableCell .status-multi-select__button.bt:has(.absoluteIcon),.staticTable .staticTableCell .project-combobox__button:has(.absoluteIcon),.staticTable .staticTableCell .project-combobox__button.bt:has(.absoluteIcon){padding-left:24px!important}.staticTable .staticTableCell .users-combobox__trigger-button:has(.absoluteChevron),.staticTable .staticTableCell .users-combobox__trigger-button.bt:has(.absoluteChevron),.staticTable .staticTableCell .users-combobox__trigger-button.btSm:has(.absoluteChevron),.staticTable .staticTableCell .select-trigger:has(.absoluteChevron),.staticTable .staticTableCell .selectTrigger:has(.absoluteChevron),.staticTable .staticTableCell .selectTrigger.bt:has(.absoluteChevron),.staticTable .staticTableCell .selectTrigger.btSm:has(.absoluteChevron),.staticTable .staticTableCell .combobox-trigger:has(.absoluteChevron),.staticTable .staticTableCell .trigger:has(.absoluteChevron),.staticTable .staticTableCell [class*=select-trigger]:has(.absoluteChevron),.staticTable .staticTableCell [class*=selectTrigger]:has(.absoluteChevron),.staticTable .staticTableCell [class*=combobox-trigger]:has(.absoluteChevron),.staticTable .staticTableCell [class*=customTableSelect]:has(.absoluteChevron),.staticTable .staticTableCell [class*=customTableBadgeTrigger]:has(.absoluteChevron),.staticTable .staticTableCell .tag-multi-select__button:has(.absoluteChevron),.staticTable .staticTableCell .tag-multi-select__button.bt:has(.absoluteChevron),.staticTable .staticTableCell .tag-multi-select__button.btSm:has(.absoluteChevron),.staticTable .staticTableCell .tag-single-select__button:has(.absoluteChevron),.staticTable .staticTableCell .tag-single-select__button.bt:has(.absoluteChevron),.staticTable .staticTableCell .tag-single-select__button.btSm:has(.absoluteChevron),.staticTable .staticTableCell .type-select__button:has(.absoluteChevron),.staticTable .staticTableCell .type-select__button.bt:has(.absoluteChevron),.staticTable .staticTableCell .client-combobox__button:has(.absoluteChevron),.staticTable .staticTableCell .client-combobox__button.bt:has(.absoluteChevron),.staticTable .staticTableCell .status-multi-select__button:has(.absoluteChevron),.staticTable .staticTableCell .status-multi-select__button.bt:has(.absoluteChevron),.staticTable .staticTableCell .project-combobox__button:has(.absoluteChevron),.staticTable .staticTableCell .project-combobox__button.bt:has(.absoluteChevron){padding-right:28px!important}.staticTable .staticTableCell .users-combobox__trigger-button:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .users-combobox__trigger-button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .users-combobox__trigger-button.btSm:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .select-trigger:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .selectTrigger:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .selectTrigger.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .selectTrigger.btSm:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .combobox-trigger:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .trigger:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell [class*=select-trigger]:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell [class*=selectTrigger]:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell [class*=combobox-trigger]:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell [class*=customTableSelect]:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell [class*=customTableBadgeTrigger]:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .tag-multi-select__button:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .tag-multi-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .tag-multi-select__button.btSm:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .tag-single-select__button:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .tag-single-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .tag-single-select__button.btSm:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .type-select__button:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .type-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .client-combobox__button:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .client-combobox__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .status-multi-select__button:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .status-multi-select__button.bt:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .project-combobox__button:has(.absoluteIcon):has(.absoluteChevron),.staticTable .staticTableCell .project-combobox__button.bt:has(.absoluteIcon):has(.absoluteChevron){padding-left:24px!important;padding-right:28px!important}.staticTableLink{background:none;border:none;padding:0;font:var(--text-15);color:var(--c-primary, var(--c-100));cursor:pointer;text-decoration:underline}.staticTableLink:hover{opacity:.85}.staticTableText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:var(--text-15);max-width:30ch;padding-bottom:3px}.staticTableActions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px;justify-content:flex-end;width:-moz-max-content;width:max-content;max-width:100%}[data-ui=staticTableContainer]{flex:1;display:flex;flex-direction:column;min-height:0;margin-left:var(--wrapper-padding);padding:0 var(--wrapper-padding) 40px 0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}[data-ui=staticTableContainer]::-webkit-scrollbar{display:none}[data-ui=staticTableContainer] [data-ui=staticTableScroll]{width:-moz-max-content;width:max-content;min-width:100%}[data-ui=staticTableContainer] .staticTable thead tr>th:last-child,[data-ui=staticTableContainer] .staticTable tbody tr>td:last-child{width:1%;min-width:-moz-min-content;min-width:min-content;max-width:none;white-space:nowrap;vertical-align:middle;text-align:right}[data-ui=staticTableContainer] .staticTable thead tr>th:last-child{padding-inline-start:12px}[data-ui=staticTableContainer] .staticTable tbody tr>td:last-child{padding-inline-start:12px}[data-ui=staticTableContainer] .staticTable tbody tr>td:last-child .staticTableActions .bt{width:auto!important;min-width:0;flex-shrink:0}.authModal{display:flex;flex-direction:column}.authModalHeader{display:flex;align-items:center;justify-content:start;flex-direction:row;gap:12px;width:100%;background:transparent;text-align:left;margin-bottom:24px}.authModalHeaderAvatar{width:32px;min-width:32px;height:32px;border-radius:var(--radius-6);display:grid;place-items:center}.authModalHeaderContent{display:flex;flex-direction:column;flex:1}.authModalHeaderTitle{font:var(--text-16);font-weight:var(--font-weight-semibold)}.authModalHeaderSubtitle{font:var(--text-12);color:var(--c-60);margin-bottom:2px}.authModalContent{display:flex;flex-direction:column;gap:16px;width:100%;flex:1}.authModalInfo{display:flex;flex-direction:column;gap:2px;color:var(--c-40);font:var(--text-11);text-align:left}.authModalInfoItem{display:flex;align-items:center;gap:6px}.authModalAlert{background-color:var(--yellow-24);color:var(--yellow-text);font:var(--text-13);border-radius:var(--radius-6);width:100%;padding:6px 10px 8px 8px;text-align:left;display:flex;align-items:center;gap:6px}.sheetHeader{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.sheetHeaderTitle{font:var(--text-22);padding-right:32px}.sheetHeaderDescription{color:var(--text-gray)}.sheetTabs{display:flex;flex-direction:column;width:100%}.sheetFooter{flex-shrink:0;margin-top:auto;padding:0 24px 24px;display:flex;flex-direction:row;justify-content:space-between;justify-content:end;gap:12px;background:var(--background)}.sheetFooterItem{display:flex;flex-direction:row;gap:12px}.sheetFooterSpread{justify-content:space-between;align-items:center;flex-wrap:wrap;padding:0 24px 24px}.toast{position:fixed;z-index:100;display:flex;min-height:100dvh;width:100%;flex-direction:column-reverse;align-items:center;padding:32px;pointer-events:none}.toast__container{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;flex-direction:row;gap:4px 16px;border-radius:var(--radius-12);box-shadow:none;background-color:var(--c-100);width:-moz-fit-content;width:fit-content;border:none;max-width:400px;padding:10px 16px 14px;pointer-events:auto}.toast__container[data-state=closed]{animation:toastSlideOutDown .2s ease-in forwards}.toast__container :deep(.bt){background-color:var(--cn-100);color:var(--c-100);box-shadow:inset 0 0 0 .5px var(--cn-24)}.toast__container :deep(.bt):hover{background-color:var(--cn-100);box-shadow:inset 0 0 0 .5px var(--cn-24);opacity:.8}.toast__container :deep([data-reka-toast-close]){color:var(--cn-100);opacity:.5}.toast__container :deep([data-reka-toast-close]):hover{color:var(--cn-100);opacity:1}.toast__content{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;gap:2px}.toast__undo-action{display:inline-flex;align-items:center;gap:8px;background-color:var(--cn-100);color:var(--c-100);box-shadow:none}.toast__undo-label{display:inline-flex;align-items:center;gap:4px}.toast__undo-countdown{margin:2px -2px 0;position:relative;inline-size:16px;block-size:16px;border-radius:var(--radius-full);display:grid;place-items:center;--toast-countdown-progress: 0;background:var(--cn-100)}.toast__undo-countdown span,.toast__undo-countdown:after{position:relative;z-index:1}.toast__undo-countdown:before{content:"";position:absolute;inset:0;border-radius:inherit;background:conic-gradient(var(--blue) 0deg,var(--blue) calc(var(--toast-countdown-progress) * 360deg),var(--c-32) calc(var(--toast-countdown-progress) * 360deg),var(--c-32) 360deg)}.toast__undo-countdown:after{content:"";position:absolute;inset:2px;border-radius:inherit;background:var(--cn-100);z-index:0}.toast__undo-countdown-value{position:relative;font:var(--text-9);font-weight:var(--font-weight-medium);color:var(--c-100);text-align:center;z-index:1}.toast__title{font-weight:var(--font-weight-medium);color:var(--cn-100)}.toast__description{font:var(--text-12);color:var(--cn-100);opacity:.8;line-height:1.3;text-wrap:balance}.toast-destructive .toast__title{color:var(--cn-100)}.toast-destructive .toast__description{color:var(--cn-100);opacity:.8}@keyframes toastSlideOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@media only screen and (max-width: 500px){.sheetContent{padding:20px 20px 0!important}.sheetFooter{padding:0 20px 20px}}body.workflowNodePanelSwitching [data-workflow-node-panel][class*=node-container-enter]{transition:none!important}.unconnected-nodes-panel{background:transparent;border:none;padding:0;box-shadow:none;margin-right:12px}.unconnected-nodes-btn{color:var(--red)}.unconnected-nodes-tooltip{width:100%;padding:4px 8px 6px}.unconnected-nodes-tooltip__title{font:var(--text-14);width:100%;padding-bottom:2px}.unconnected-nodes-tooltip__text{font:var(--text-12);opacity:.8;line-height:1.3;width:100%}.mappingTables__overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:16px}.mappingTables__overview--card{display:flex;flex-direction:column;gap:4px;padding:9px 14px 12px}.mappingTables__overview--card-icon{padding-top:1px}.mappingTables__overview--card-content{display:flex;flex-direction:row;gap:4px}.mappingTables__overview--card-label{font:var(--text-12);font-weight:var(--font-weight-medium);white-space:nowrap}.mappingTables__overview--card-title{font:var(--text-24);font-family:var(--font-family-mono);font-weight:var(--font-weight-medium)}@media only screen and (max-width: 768px){.mappingTables__overview{display:flex;flex-direction:row;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:4px 32px;margin-block:12px 0}.mappingTables__overview::-webkit-scrollbar{display:none}.mappingTables__overview--outer{margin-left:-32px;width:calc(100% + 64px)}.mappingTables__overview--card{padding:8px 20px 11px 12px;width:-moz-fit-content;width:fit-content;flex-shrink:0}.mappingTables__overview--card-title{font:var(--text-20);font-family:var(--font-family-mono);font-weight:var(--font-weight-medium)}.mappingTables__filters{display:flex;flex-wrap:wrap;flex-direction:row;gap:8px}}@media only screen and (max-width: 500px){.mappingTables__overview{padding:4px 20px}.mappingTables__overview--outer{margin-left:-20px;width:calc(100% + 40px)}}.workflowsLayout{display:flex;height:100dvh;overflow:hidden;position:relative;transition:margin-right .3s cubic-bezier(.4,0,.2,1)}.workflowsLayout.workflowsLayoutPanelOpen{margin-right:340px}.workflowsLayout.workflowsLayoutPanelOpen .workflowsMainHeader{right:340px}@media (max-width: 768px){.workflowsLayout.workflowsLayoutPanelOpen{margin-right:calc(100vw - 40px)}.workflowsLayout.workflowsLayoutPanelOpen .workflowsMainHeader{right:calc(100vw - 40px)}}.workflowsMain{flex:1;overflow:hidden;display:flex;flex-direction:column;transition:margin-right .3s cubic-bezier(.4,0,.2,1);min-height:0}.workflowsMain .workflowsMainSubtitle{font:var(--text-5);color:var(--c-60);margin:0 0 2rem;line-height:1}.workflowsMain .workflowsMainStats{display:flex;gap:2rem;justify-content:center}.workflowsMain .workflowsMainStat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.workflowsMain .workflowsMainStatNumber{font:var(--text-3);font-weight:var(--font-weight-bold);color:var(--blue-dark)}.workflowsMain .workflowsMainStatLabel{font:var(--text-7);color:var(--c-60)}.workflowsMain .workflowsMainDetails{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0;min-height:0}.workflowsMain .workflowsMainHeader{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;gap:8px 16px;padding:12px;z-index:100;transition:right .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.workflowsMain .workflowsMainHeader .workflowsMainHeaderLeft{display:flex;align-items:center;gap:8px;flex:1}.workflowsMain .workflowsMainHeader .workflowsMainHeaderRight{display:flex;align-items:center;gap:1rem;flex-shrink:0}.workflowsMain .workflowsMainHeader .workflowsMainHeaderTitleGroup,.workflowsMain .workflowsMainHeader .workflowsMainHeaderStatusGroup{display:flex;align-items:center;gap:12px}.workflowsMain .workflowsMainHeader .workflowsMainHeaderActions{display:flex;align-items:center;gap:16px}.workflowsMain .workflowsMainSaveStatus{font:var(--text-14);color:var(--blue);display:inline-flex;align-items:center;padding-bottom:4px;gap:4px}.workflowsMain .workflowsMainSaveStatus .workflowsMainSaveStatusSpinner{flex-shrink:0;animation:workflow-spin 1.5s linear infinite}@keyframes workflow-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.workflowsMain .workflowsMainDescription{font:var(--text-6);color:var(--c-60);margin:0;line-height:1.5}.workflowsMain .workflowsMainStatus{display:inline-flex;align-items:center;padding:.1rem .3rem;border-radius:var(--radius-6);font:var(--text-12);font-weight:var(--font-weight-medium);text-transform:capitalize}.workflowsMain .workflowsMainStatus.workflowsMainStatusActive{background-color:var(--green-24);color:var(--green-dark)}.workflowsMain .workflowsMainStatus.workflowsMainStatusPending{background-color:var(--yellow-12);color:var(--yellow-dark)}.workflowsMain .workflowsMainStatus.workflowsMainStatusInactive{background-color:var(--neutral-6);color:var(--c-60)}.workflowsMain .workflowsMainPublishBtn{background-color:var(--green-dark);color:#fff;border:none;box-shadow:none}.workflowsMain .workflowsMainPublishBtn:disabled{background-color:var(--neutral-6);color:var(--c-60);box-shadow:none;cursor:not-allowed}.workflowsMain .workflowsMainContent{flex:1;display:flex;flex-direction:column;position:relative;min-height:0;overflow:hidden}.workflowsMain .workflowsMainSection{background-color:var(--background);border:1px solid var(--neutral-8);border-radius:var(--radius-8);padding:1.5rem;margin:0 2rem}.workflowsMain .workflowsMainSectionTitle{font:var(--text-5);font-weight:var(--font-weight-semibold);color:var(--c-100);margin:0 0 1.25rem}.workflowsMain .workflowsMainInfoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.workflowsMain .workflowsMainInfoItem{display:flex;flex-direction:column;gap:.25rem}.workflowsMain .workflowsMainInfoLabel{font:var(--text-8);color:var(--c-60);font-weight:var(--font-weight-medium)}.workflowsMain .workflowsMainInfoValue{font:var(--text-7);color:var(--c-100);font-weight:var(--font-weight-medium)}.workflowsMain .workflowsMainSteps{display:flex;flex-direction:column;gap:1rem}.workflowsMain .workflowsMainStep{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--neutral-8);border-radius:var(--radius-6);transition:var(--transition)}.workflowsMain .workflowsMainStep.workflowsMainStepCompleted{border-color:var(--green-24);background-color:var(--green-12)}.workflowsMain .workflowsMainStep.workflowsMainStepCompleted .workflowsMainStepNumber{background-color:var(--green-dark);color:#fff}.workflowsMain .workflowsMainStep.workflowsMainStepInProgress{border-color:var(--blue-24);background-color:var(--blue-12)}.workflowsMain .workflowsMainStep.workflowsMainStepInProgress .workflowsMainStepNumber{background-color:var(--blue-dark);color:#fff}.workflowsMain .workflowsMainStep.workflowsMainStepPending{border-color:var(--neutral-12);background-color:var(--neutral-4)}.workflowsMain .workflowsMainStep.workflowsMainStepPending .workflowsMainStepNumber{background-color:var(--neutral-20);color:var(--c-60)}.workflowsMain .workflowsMainStepNumber{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font:var(--text-8);font-weight:var(--font-weight-bold);flex-shrink:0}.workflowsMain .workflowsMainStepContent{flex:1;display:flex;flex-direction:column;gap:.25rem}.workflowsMain .workflowsMainStepName{font:var(--text-7);font-weight:var(--font-weight-medium);color:var(--c-100)}.workflowsMain .workflowsMainStepStatus{font:var(--text-8);color:var(--c-60);text-transform:capitalize}.workflowsMain .workflowsMainNotFound{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:32px var(--wrapper-padding)}.workflowsMain .workflowsMainNotFound .workflowsMainNotFoundContent{text-align:center;max-width:340px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px}.workflowsMain .workflowsMainNotFound .workflowsMainNotFoundTitle{font:var(--text-16);font-weight:var(--font-weight-medium)}.workflowsMain .workflowsMainNotFound .workflowsMainNotFoundSubtitle{font:var(--text-14);color:var(--c-80);margin-bottom:16px}.workflowDetailsDialog{max-width:400px!important;width:100%}.workflowDetailsDialog .workflowDetailsDialogHeader{gap:10px}.workflowDetailsDialog .workflowDetailsDialogStatus{display:inline-flex;align-items:center;margin-top:8px}@media only screen and (max-width: 768px){.workflowsMain .workflowsMainHeader .workflowsMainHeaderOptions{padding:0 0 3px;aspect-ratio:1/1}.workflowsMain .workflowsMainHeader .workflowsMainHeaderOptions span{display:none}.workflowsMain .workflowsMainHeader .workflowsMainHeaderStatusGroup [data-ui=badge]{padding:0 0 2px;height:22px;width:22px;border-radius:var(--radius-full)}.workflowsMain .workflowsMainHeader .workflowsMainHeaderStatusGroup [data-ui=badge] span{display:none}.workflowsMain .workflowsMainTitle{max-width:58vw!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline}.workflowsMain .workflowsMainTitle .workflowsMainTitleInput{max-width:58vw!important}.workflowsMain .workflowsMainInfoGrid{grid-template-columns:1fr}.workflowsMain .workflowsMainStats{flex-direction:column;gap:1rem}.workflowDetailsDialog .workflowDetailsDialogFooter{gap:12px}.workflowDetailsDialog .workflowDetailsDialogDeleteTrigger{justify-content:center;width:100%}.workflowDetailsDialog .workflowDetailsDialogCloseButton{width:100%}}.executionPanelToggle{position:absolute;right:0;top:50%;translate:0 -50%;z-index:35;border-radius:var(--radius-8) 0 0 var(--radius-8);transition:right .3s cubic-bezier(.4,0,.2,1);background-color:var(--background);aspect-ratio:1/1;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-width:2px 0px 2px 2px;border-color:var(--border-color);padding-bottom:1px}.executionPanelToggle:hover{filter:brightness(.9)}@media (max-width: 400px){.executionPanelToggle{display:none}}.workflowsLayout.workflowsLayoutPanelOpen .executionPanelToggle{right:-1px}@media (max-width: 768px){.workflowsLayout.workflowsLayoutPanelOpen .executionPanelToggle{right:calc(100vw - 40px)}}@media (max-width: 400px){.workflowsLayout.workflowsLayoutPanelOpen .executionPanelToggle{display:none}}body.executionPanelOpen .conditional-container{left:16px}body.executionPanelOpen [data-workflow-node-panel]{right:352px}.settings{display:flex;flex-direction:column;max-width:800px;margin-inline:auto;width:100%}.settingsContent{display:flex;flex-direction:column;padding-bottom:48px}.settingsTabs{width:100%;margin:24px 0 0}.settingsSection{display:flex;flex-direction:column}.settingsSectionHeader{display:flex;flex-direction:column;margin-bottom:24px;gap:4px}.settingsSectionHeaderRow{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px}.settingsSectionHeaderRow>div{display:flex;flex-direction:column;gap:2px}.settingsSectionTitle{display:flex;align-items:center;gap:12px;font:var(--text-24);font-weight:700}.settingsSectionSubtitle{color:var(--text-gray)}.settingsForm{display:flex;flex-direction:column}.settingsFormGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px 24px}.settingsFormFull{grid-column:1/-1}.settingsFormActions{display:flex;flex-direction:row;justify-content:start;gap:12px}.settingsFormStatic{display:flex;flex-direction:column;gap:6px}.settingsFormStaticLabel{font:var(--text-12);color:var(--c-80);text-transform:uppercase;letter-spacing:.04em}.settingsFormStaticValue{font:var(--text-14);font-weight:var(--font-weight-medium)}.settingsBillingGrid{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 16px}.settingsBillingCard{display:flex;flex-direction:column;justify-content:space-between;padding:12px 16px 14px;gap:4px;border-radius:var(--radius-10);background:var(--background);box-shadow:var(--shadow-base);min-width:180px;flex:1}.settingsBillingCycle{margin-top:12px;display:flex;gap:3px;flex-direction:row;align-items:baseline;font:var(--text-12);color:var(--c-80)}.settingsBillingCycle span{font-weight:var(--font-weight-medium);color:var(--c-100)}.settingsBillingLabel{display:flex;align-items:center;gap:4px;font:var(--text-12);color:var(--c-80)}.settingsBillingValue{font:var(--text-20);font-weight:var(--font-weight-semibold)}.settingsBillingInfo{margin-top:24px}.settingsBillingDisplay .formItem label{display:flex;align-items:center;gap:8px}.settingsPassword{display:flex;flex-direction:column;gap:16px}.settingsPasswordClosed{display:flex;flex-direction:column;gap:8px}.settingsPasswordFields{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.settingsPasswordFields .formItem{flex:1}.settingsPasswordFields .formItem .relative>.bt{position:absolute;right:0;bottom:0;background-color:transparent}.settingsPasswordActions{display:flex;justify-content:end;align-items:start;gap:12px;padding-top:22px}.settingsError{font:var(--text-12);color:var(--red-dark)}.settingsBanner{display:flex;align-items:center;gap:12px;padding:10px 16px 14px;border-radius:var(--radius-10);margin-bottom:24px}.settingsBannerWarning{background:var(--red-12);color:var(--red-dark)}.settingsBannerText{display:flex;flex-direction:column;flex:1}.settingsBannerTitle{font-weight:var(--font-weight-semibold)}.settingsBannerSubtitle{font:var(--text-13)}.settingsCompanyList{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.settingsCompanyCard{display:flex;flex-direction:column;justify-content:space-between;padding:10px 14px 12px;gap:2px;border-radius:var(--radius-10);background:var(--background);box-shadow:var(--shadow-base);min-width:180px;flex:1;transition:var(--transition);cursor:pointer}.settingsCompanyCard:hover,.settingsCompanyCard:focus-visible{box-shadow:0 0 0 1px var(--c-16),0 4px 8px -8px var(--c-40)}.settingsCompanyAdd{display:flex;align-items:center;flex-direction:row;justify-content:center;gap:2px;border:1px dashed var(--c-16);border-radius:var(--radius-10);font-weight:var(--font-weight-medium);padding:12px 16px 18px;color:var(--blue);transition:var(--transition);box-shadow:0 4px 8px -8px var(--c-40);margin-top:16px}.settingsCompanyAdd:hover,.settingsCompanyAdd:focus-visible{border-color:var(--c-60)}.settingsCompanyTitle{font:var(--text-14);font-weight:var(--font-weight-semibold)}.settingsCompanyMeta{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;color:var(--c-80);font:var(--text-12)}.settingsCompanyPending{color:var(--orange-dark);font-weight:var(--font-weight-medium)}.settingsCompaniesFooter{display:flex;justify-content:start}.settingsInviteAdd{gap:6px;width:-moz-fit-content;width:fit-content}.settingsSheetBody{display:flex;flex-direction:column;gap:24px;padding:32px;max-width:520px}.settingsInvites{display:flex;flex-direction:column;gap:12px}.settingsInviteField:last-child{margin-bottom:16px}.settingsInviteActions{position:absolute;top:0;bottom:0;right:0;display:flex;align-items:center;gap:0}.settingsInviteActions .bt{padding-bottom:1px;opacity:.6;transition:var(--transition)}.settingsInviteActions .bt:hover{opacity:.8}.settingsInviteActions .bt:focus{outline:none;opacity:.8}.settingsLabelAction{margin-left:auto;font:var(--text-12);color:var(--orange-dark);font-weight:var(--font-weight-medium)}.settingsLabelActionOwner{color:var(--c-80);font-weight:var(--font-weight-normal)}.settingsDensityOptions{display:flex;flex-direction:column;gap:12px;margin-top:16px}.settingsDensityOption{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--c-12);border-radius:8px;cursor:pointer;transition:all .2s ease}.settingsDensityOption:hover{border-color:var(--c-20);background-color:var(--c-2)}.settingsDensityOption:has(.settingsDensityRadio:checked){border-color:var(--c-100);background-color:var(--c-4)}.settingsDensityRadio{margin-top:2px;cursor:pointer}.settingsDensityContent{display:flex;flex-direction:column;gap:4px;flex:1}.settingsDensityTitle{font-size:14px;font-weight:500;color:var(--c-100);line-height:1.2}.settingsDensityDescription{font-size:13px;color:var(--c-80);line-height:1.3}@media only screen and (max-width: 768px){.settingsSectionHeaderRow{flex-direction:column;align-items:flex-start;gap:12px}.settingsFormActions{flex-direction:column;align-items:stretch}.settingsCompaniesFooter{justify-content:stretch}.settingsPasswordActions{flex-direction:column;align-items:stretch}.settingsBanner{align-items:flex-start}.settingsBanner>.btIcon{align-self:flex-start}.settingsSheetBody{padding:24px 16px}.settingsSheetFooter{flex-direction:column;align-items:stretch}.settingsInviteAdd{width:100%;justify-content:center}}.tracker-list-view{width:100%}.tracker-dialog__overview{display:flex;flex-direction:row;gap:12px;margin-top:4px}.tracker-dialog__overview .bt{height:24px;width:24px;border-radius:var(--radius-full)}.tracker-dialog__overview span{display:flex;align-items:center;padding-bottom:2px;font-family:var(--font-family-mono)}.tracker-dialog__form{display:flex;flex-direction:column;gap:16px}.tracker-dialog__section{display:flex;flex-direction:column;gap:16px;border:1px solid var(--c-12);border-radius:var(--radius-10);padding:12px 16px 16px}.tracker-dialog__row{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.tracker-dialog__cell{display:flex;flex-direction:column;gap:8px}.tracker-dialog__separator{display:flex;flex-direction:row;gap:4px;margin-bottom:-4px;font-weight:var(--font-weight-medium)}.tracker-dialog__fields{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.tracker-dialog__fields .formItem{flex:1}.tracker-dialog__fields .formItem .bt{width:100%;justify-content:space-between}.tracker-dialog__type-description{font:var(--text-13);color:var(--c-70);margin:-4px 0 4px;line-height:1.4}.tracker-dialog__type-description p{margin:0}.tracker-dialog__end-date{display:flex;flex-direction:column;gap:8px}.tracker-dialog__end-date-button{width:-moz-fit-content;width:fit-content;padding:0;gap:4px;justify-content:flex-start;box-shadow:none;font:var(--text-13)}.tracker-repeat-option{display:flex;align-items:baseline;gap:8px;width:100%}.tracker-repeat-option__primary{flex:1}.tracker-repeat-option__secondary{color:var(--cn-100);opacity:.4}.tracker-repeat-trigger__secondary{opacity:.4;margin-left:4px}.tracker-edit-dialog__footer{display:flex;align-items:center;justify-content:end;width:100%;gap:8px;margin-top:auto;padding-top:24px}.tracker-edit-dialog__footer-start{display:flex;align-items:center;gap:8px}.tracker-edit-dialog__footer-end{display:flex;align-items:center;gap:12px}.tracker-edit-dialog__times{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.tracker-edit-dialog__arrow{display:inline-flex;align-items:center;justify-content:center;color:var(--c-60)}.tracker-edit-dialog__select{position:relative;display:flex;align-items:center;flex:1}.tracker-edit-dialog__select-icon{position:absolute;right:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--c-60);pointer-events:none}.tracker-edit-dialog__error{margin:-6px 0 0;font:var(--text-12);color:var(--red)}.trackerTable{width:-moz-max-content;width:max-content;min-width:100%;-webkit-overflow-scrolling:touch}.trackerTable::-webkit-scrollbar{display:none}.trackerTable .trackerTableGrid{width:-moz-max-content;width:max-content;min-width:100%;display:flex;flex-direction:column}.trackerTable{--tracker-grid-row: minmax(180px, 1fr) 120px 94px 200px minmax(180px, 1fr);--tracker-grid-gap: 16px 24px;--tracker-subrow-padding: 16px 24px 20px}.trackerTable .trackerTableHeader{display:grid;grid-template-columns:var(--tracker-grid-row);gap:var(--tracker-grid-gap);padding:0 16px 8px}.trackerTable .trackerTableHead{text-align:left;white-space:nowrap;font:var(--text-13);color:var(--c-100);display:flex;align-items:center;gap:6px;justify-content:flex-start;width:100%}.trackerTable .trackerTableBody{display:flex;flex-direction:column;gap:24px}.trackerTable .trackerTableRow{display:grid;grid-template-columns:var(--tracker-grid-row);gap:var(--tracker-grid-gap);align-items:center;position:relative;cursor:pointer;overflow:hidden;padding:14px 16px 16px 12px;border:2px solid var(--border-color);border-radius:var(--radius-12);background-color:var(--background);transition:background .15s ease-in-out,height .15s ease-in-out}.trackerTable .trackerTableRow.trackerTableRowRunning:after{content:"";position:absolute;inset:0;width:100%;height:100%;animation:running-tracker 1s ease-in-out infinite;background-color:rgb(var(--green-rgb)/20%);pointer-events:none;z-index:0}.trackerTable .trackerTableRow.trackerTableRowRunning>*{position:relative;z-index:1}.trackerTable .trackerTableRow.trackerTableRowRunning:after,.trackerTable .trackerTableRow.trackerTableRowExpanded:after{display:none}.trackerTable .trackerTableRow.trackerTableRowExpanded{padding-bottom:0}.trackerTable .trackerTableRow .trackerTableRowSubrowsWrapper{grid-column:1/-1;position:relative;z-index:2}.trackerTable .trackerTableSubrows{display:flex;flex-direction:column;overflow:visible}.trackerTable .trackerTableNewSession{position:relative;padding:0 0 40px 24px;overflow:visible}.trackerTable .trackerTableCell{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:flex;align-items:center;position:relative;z-index:1}.trackerTable .trackerTableCell.trackerTableCellInfo{display:flex;align-items:center;gap:8px;min-width:0}.trackerTable .trackerTableCell.trackerTableCellUser{display:flex;align-items:center;min-width:0}.trackerTable .trackerTableCell.trackerTableCellDatetime{display:flex;flex-direction:column;flex:1}.trackerTable .trackerTableCell.trackerTableCellSummary{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;flex:1}.trackerTable .trackerTableCell svg{flex-shrink:0}.trackerTable .trackerTableCellToggle{flex-shrink:0}.trackerTable .trackerTableCellContent{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.trackerTable .trackerTableCellName{font:var(--text-16);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trackerTable .trackerTableCellMeta{display:flex;flex-direction:row;gap:12px;font:var(--text-13);opacity:.6;min-width:0}.trackerTable .trackerTableCellInfoProject,.trackerTable .trackerTableCellInfoTags{display:flex;flex-direction:row;align-items:center;min-width:0;gap:4px}.trackerTable .trackerTableCellInfoTags .trackerTableCellInfoTagsText{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trackerTable .trackerTableCellUserContent{display:flex;align-items:center;gap:8px;min-width:0}.trackerTable .trackerTableCellUserAvatar{width:28px;height:28px;min-width:28px;border-radius:var(--radius-full);padding-bottom:1px;display:grid;place-items:center;font:var(--text-12)}.trackerTable .trackerTableCellUserName{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:var(--text-15);text-transform:capitalize}.trackerTable .trackerTableCellUserName:first-letter{text-transform:uppercase}.trackerTable .trackerTableDatetimeGroup{display:flex;flex-direction:column;width:100%;gap:2px}.trackerTable .trackerTableTags{text-transform:capitalize}.trackerTable .trackerTableToggle{padding-bottom:0}.trackerTable .trackerTableToggle svg{opacity:1}.trackerTable .trackerTableTogglePlaceholder{display:inline-block;width:28px;height:28px}.trackerTable .trackerTablePlaceholder{color:var(--text-gray)}.trackerTable .trackerTableTimerButton{flex-shrink:0;height:24px;width:24px;border-radius:var(--radius-full)}.trackerTable .trackerTableSummaryContent{display:flex;flex-direction:column;flex:1;min-width:0;gap:2px}.trackerTable .trackerTablePlayWrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-top:2px}.trackerTable .trackerTablePlayWrapper button{width:40px;min-width:40px;height:40px;padding:0;border-radius:var(--radius-full)}.trackerTable .trackerTablePlayWrapper svg{fill:currentColor}.trackerTable .trackerTableStopBtn svg{stroke:var(--red);fill:var(--red)}.trackerTable .trackerTableActions{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-top:2px;gap:2px}.trackerTable .trackerTableDuration{display:flex;align-items:center;width:100%}.trackerTable .trackerTableDurationText{white-space:nowrap;font:var(--text-15);width:100%}.trackerTable .trackerTableDurationText.trackerTableDurationTextRunning{color:var(--green);font-variant-numeric:tabular-nums}.trackerTable .trackerTableControlBtn{width:18px!important;height:18px!important;flex-shrink:0;font:var(--text-12);padding:0 6px 1px 4px;gap:2px;margin-left:4px}.trackerTable .trackerTableRange{display:flex;flex-direction:row;align-items:center;flex:1;gap:6px;font:var(--text-15)}.trackerTable .trackerTableCostText{white-space:nowrap;width:100%;font:var(--text-15)}.trackerTable .trackerTableRangeStart,.trackerTable .trackerTableRangeEnd{white-space:nowrap}.trackerTable .trackerTableRangeIcon{flex-shrink:0;color:var(--text-subtle)}.trackerTable .trackerTableSubrow{display:grid;grid-template-columns:var(--tracker-grid-row);gap:var(--tracker-grid-gap);padding:14px 16px;margin-inline:-12px -16px;position:relative;overflow:hidden;border-top:2px solid var(--color-polar)}.trackerTable .trackerTableSubrow.trackerTableSubrowRunning:after{content:"";position:absolute;inset:0;width:100%;height:100%;animation:running-tracker 1s ease-in-out infinite;background-color:rgb(var(--green-rgb)/20%);pointer-events:none;z-index:0}.trackerTable .trackerTableSubrow.trackerTableSubrowRunning>*{position:relative;z-index:1}.trackerTable .trackerTableSubrow .trackerTableSubrowIcon{width:24px;height:24px;display:grid;place-items:center}.trackerTable .trackerTableSubrow .trackerTableSubrowRun{display:flex;flex-direction:row;align-items:start;gap:8px;font:var(--text-15);white-space:nowrap}.trackerTable .trackerTableSubrow .trackerTableSubrowRun .trackerTableSubrowRunForecast{font:var(--text-13)!important}.trackerTable .trackerTableSubrow .trackerTableSubrowCell{display:flex;align-items:center}.trackerTable .trackerTableSubrow .trackerTableSubrowCell.trackerTableSubrowCellName{display:flex;flex-direction:row;gap:8px}.trackerTable .trackerTableSubrow .trackerTableSubrowCell.trackerTableSubrowCellSpacer{padding:0!important;height:24px!important;min-height:24px!important}.trackerTable .trackerTableSubrow .trackerTableSubrowCell.trackerTableSubrowCellDuration .trackerTableDuration{justify-content:flex-start}.trackerTable .trackerTableSubrow .trackerTableSubrowCell.trackerTableSubrowCellSummary{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.trackerTable .trackerTableSummaryGroup{display:flex;flex-direction:column;gap:2px}.trackerTable .trackerTableEmpty{padding:48px;margin:0 var(--wrapper-padding);text-align:center;border:1px dashed var(--c-12);border-radius:var(--radius-12);font:var(--text-14);color:var(--c-80);background:var(--background)}.input-start-end-time{display:flex;flex-direction:row;align-items:center;background-color:var(--c-6);box-shadow:var(--shadow-button);border-radius:var(--radius-8);transition:var(--transition)}.input-start-end-time .formItem{flex:1}.input-start-end-time .input{box-shadow:none;background-color:transparent}.input-start-end-time__total{position:relative;display:flex;flex-direction:row;justify-content:end;padding:0 12px 3px 0;color:var(--c-60)}.time-tracker__reports{padding:0 0 var(--wrapper-padding);margin-inline:auto;width:100%}.time-tracker__reports-header{display:flex;justify-content:flex-start;margin-bottom:16px}.report-summary{display:flex;flex-direction:column;gap:16px;padding:0 var(--wrapper-padding)}.report-summary__top-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px}.report-summary__filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.report-summary__filter{display:flex;align-items:center}.report-summary__filter--selector{min-width:120px;max-width:160px}.report-summary__filter-trigger{justify-content:space-between;min-width:120px;max-width:160px}.report-summary__filter-label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:var(--font-weight-normal)}.report-summary__actions{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:12px}.report-summary__time-trigger{display:flex;align-items:center;gap:8px;justify-content:space-between;width:-moz-fit-content;width:fit-content}.report-summary__time-trigger svg{flex-shrink:0}.report-summary__chart{display:flex;flex-direction:column;border-radius:var(--radius-8);background:var(--background);border:var(--border);overflow:hidden}.report-summary__totals{display:flex;flex-direction:row;align-items:center;gap:16px;padding:6px 6px 6px 12px;border-bottom:var(--border)}.report-summary__metric{display:flex;flex-direction:row;gap:4px;padding-bottom:1px;font:var(--text-13)}.report-summary__metric-label{color:var(--c-60)}.report-summary__metric-value{color:var(--c-100)}.report-summary__chart-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:8px}.report-summary__chart-title{font:var(--text-14);font-weight:var(--font-weight-semibold);color:var(--c-100);padding:0 16px}.report-summary__chart-placeholder{display:grid;place-items:center;min-height:300px}.report-summary__chart-empty{font:var(--text-13);color:var(--c-80)}.report-summary__groups{display:flex;flex-direction:column;gap:16px;margin-top:24px}.report-summary__groups-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.report-summary__group-select{display:flex;align-items:center;gap:12px}.report-summary__group-select label{text-transform:uppercase;font:var(--text-11);font-weight:var(--font-weight-semibold);color:var(--c-80);letter-spacing:.08em}.report-summary__group-trigger{min-width:180px;justify-content:space-between}.report-summary__group-hint{font:var(--text-12);color:var(--c-80);pointer-events:none}.report-summary__table{display:grid;grid-template-columns:2fr 1fr;gap:24px}.report-summary__table-main{display:flex;flex-direction:column}.report-summary__table-visual{display:flex;align-items:stretch;justify-content:stretch}.report-summary__table-content{display:flex;flex-direction:column;gap:0;overflow:hidden;background:var(--background);border:var(--border);border-radius:var(--radius-8)}.report-summary__table-header{display:grid;grid-template-columns:1fr 140px 100px 100px;gap:12px;align-items:center;padding:0 16px 6px}.report-summary__table-sort{font-weight:var(--font-weight-normal);margin-left:-6px;color:var(--c-80)}.report-summary__table-sort:hover{color:var(--c-100)}.report-summary__table-group{display:grid;grid-template-columns:1fr 140px 100px 100px;gap:12px;align-items:center;padding:14px 16px 16px;border-bottom:var(--border);font:var(--text-13);font-weight:var(--font-weight-normal);white-space:nowrap;text-align:left}.report-summary__table-group:last-child{border-bottom:0}.report-summary__table-group>div{font:var(--text-13);font-weight:var(--font-weight-normal)}.report-summary__empty{padding:32px;text-align:center;font:var(--text-14);color:var(--c-80)}.report-summary__chart-placeholder--secondary{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:var(--radius-8);background:var(--background);border:var(--border);padding:16px 8px 8px}.report-summary__export-trigger{font-weight:var(--font-weight-normal)}.report-summary__export-list{display:flex;flex-direction:column;gap:2px}.report-summary__export-option{border-radius:var(--radius-6);display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;padding:0 10px 3px 6px;height:28px;cursor:pointer;transition:var(--transition);position:relative;width:100%}.report-summary__export-option:hover{background:var(--c-6)}.report-summary-detailed__placeholder{padding:48px;text-align:center;font:var(--text-14);color:var(--c-80);border:1px dashed var(--c-16);border-radius:var(--radius-12);background:var(--background)}@media only screen and (max-width: 768px){.report .report-summary{padding:20px}.report .report-summary__top-row{flex-direction:column;align-items:stretch}.report .report-summary__actions{width:100%;flex-direction:column;align-items:stretch;gap:10px}.report .report-summary__time-select,.report .report-summary__time-trigger,.report .report-summary__apply{width:100%}.report .report-summary__table{grid-template-columns:1fr}.report .report-summary__table-visual{order:2}.report .report-summary__table-header,.report .report-summary__table-group{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,.9fr) minmax(0,.9fr);gap:10px}}@media only screen and (max-width: 500px){.report .report-summary__actions{flex-direction:column;align-items:stretch;gap:8px}.report .report-summary__table-header{grid-template-columns:1fr;row-gap:4px}.report .report-summary__table-header button{justify-content:flex-start;text-align:left}.report .report-summary__table-group{grid-template-columns:1fr;row-gap:6px}.report .report-summary__table-group>:nth-child(3),.report .report-summary__table-group>:nth-child(4){justify-self:flex-start;text-align:left}}.new-session-popover{display:flex;flex-direction:column;gap:12px;width:240px;padding:6px 12px 12px}.new-session-popover__title{font-weight:var(--font-weight-semibold)}.new-session-popover__body{display:flex;flex-direction:column;gap:16px}.new-session-popover__footer{display:flex;gap:8px;justify-content:end;margin-top:4px}.new-session-trigger{position:relative;display:inline-flex;flex-direction:column;gap:8px;width:-moz-fit-content;width:fit-content}.new-session-popover-wrapper{position:absolute;bottom:calc(100% + 12px);left:0;z-index:40;pointer-events:none}.new-session-trigger--open .new-session-popover-wrapper{pointer-events:auto}.popover-fade-enter-active,.popover-fade-leave-active{transition:opacity .18s ease,transform .18s ease}.popover-fade-enter-from,.popover-fade-leave-to{opacity:0;transform:translateY(6px)}.popover-fade-enter-to,.popover-fade-leave-from{opacity:1;transform:translateY(0)}[data-radix-popper-content-wrapper],.datepicker-popover,.popoverContent[data-state=open],.selectContent[data-state=open]{z-index:10000!important}.addTimePopover{padding:8px;min-width:auto;max-width:140px}.addTimePopover .addTimePopoverSimple{display:flex;align-items:center;gap:8px;position:relative;padding:8px}.addTimePopover .addTimePopoverInputWrapper{flex:1;position:relative;display:flex;align-items:center;min-width:0}.addTimePopover .addTimePopoverInput{flex:1;min-width:0;padding-right:52px!important}.addTimePopover .addTimePopoverSuffix{position:absolute;right:38px;top:7px;color:var(--text-gray);font:var(--text-14);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.addTimePopover .addTimePopoverMinutesText{font:var(--text-10);color:var(--text-gray);margin-top:4px}.addTimePopover .addTimePopoverButton{position:absolute;right:6px;top:6px;width:24px!important;min-width:24px!important;height:24px!important}.editSessionPopover{padding:8px;min-width:100px}.editSessionPopover .editSessionPopoverContent{display:flex;flex-direction:row;align-items:center;gap:6px;padding:8px}.editSessionPopover .editSessionPopoverInput{min-width:60px;padding-bottom:3px}.editSessionPopover .editSessionPopoverArrow{margin-top:2px;display:flex;align-items:center;justify-content:center;color:var(--text-subtle)}.editSessionPopover .editSessionPopoverSave{margin-top:auto;margin-left:4px}.sortDisplay{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:-moz-max-content;min-width:max-content;height:30px;border:none;background-color:var(--background);box-shadow:var(--shadow-button);border-radius:var(--radius-6);padding:0 10px 2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;transition:var(--transition);white-space:nowrap}.sortDisplay:hover{box-shadow:var(--shadow-button-hover)}.sortDisplay :deep(.selectValue){display:inline;width:auto;flex:none}.sortDisplay .sortDisplayContent{display:flex;align-items:center;width:100%}.sortDisplay .sortLabel{color:var(--c-40);white-space:nowrap;margin-inline:4px}.sortDisplay .sortValue{color:var(--c-100)}.sortDisplay .sortChevron{flex-shrink:0;color:var(--c-60);margin-left:auto}.trackersEmptyState{padding:80px 32px 100px;width:100%;border:2px dashed var(--border-color);border-radius:var(--radius-16);display:grid;place-items:center;min-height:50dvh;mask-image:linear-gradient(to top,transparent 0%,black 30%);-webkit-mask-image:linear-gradient(to top,transparent 0%,black 30%)}.trackersEmptyState .trackersEmptyStateContent{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.trackersEmptyState .trackersEmptyStateIcon{opacity:.4}.trackersEmptyState .trackersEmptyStateTitle{font:var(--text-20);margin:12px 0 4px}.trackersEmptyState .trackersEmptyStateSubtitle{color:var(--text-gray);margin-bottom:16px;max-width:44ch}.reportsTableContainer{flex:1;display:flex;flex-direction:column;min-height:0;padding:0 var(--wrapper-padding) 40px var(--wrapper-padding);overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%}.reportsTableContainer::-webkit-scrollbar{display:none}.reportsTableContainer .reportsTableContainerScroll{width:-moz-max-content;width:max-content;min-width:100%}.reportsTable{--reports-grid: minmax(160px, 2fr) repeat(2, minmax(96px, 1.5fr)) repeat(6, minmax(96px, 1fr));min-width:920px}.reportsTable .reportsTableHeader{display:grid;grid-template-columns:var(--reports-grid);gap:24px;padding:0 24px 8px 16px}.reportsTable .reportsTableGrid{display:flex;flex-direction:column;border:2px solid var(--border-color);border-radius:var(--radius-12);background-color:var(--background);overflow:hidden}.reportsCard{display:grid;grid-template-columns:var(--reports-grid);align-items:center;gap:24px;padding:16px 24px 16px 16px;text-align:left;border:none;background:transparent}.reportsCard:not(:last-child){border-bottom:2px solid var(--border-color)}.reportsCard .reportsCardClient{min-width:0}.reportsCard .reportsCardClientHeader{display:flex;align-items:center;gap:12px;min-width:0}.reportsCard .reportsCardIcon{width:32px;height:32px;background-color:rgb(var(--blue-rgb)/20%);border-radius:var(--radius-full);display:grid;place-items:center;flex-shrink:0;padding-bottom:1px;color:var(--blue)}.reportsCard .reportsCardClientContent{display:flex;flex-direction:column;min-width:0}.reportsCard .reportsCardClientLabel{font:var(--text-13);color:var(--text-gray)}.reportsCard .reportsCardClientTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:2px}.reportsCard .reportsCardType{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--c-80)}.reportsCard .reportsCardTags{display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden}.reportsCard .reportsCardStartDate,.reportsCard .reportsCardEndDate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--c-80)}.reportsCard .reportsCardStatus{display:flex;align-items:center;white-space:nowrap}.reportsCard .reportsCardHours,.reportsCard .reportsCardCost{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--c-80)}.reportsCard .reportsCardBillable{display:flex;align-items:center;white-space:nowrap}.reportDetailedPlaceholder{padding:48px;text-align:center;font:var(--text-14);color:var(--c-80);border:1px dashed var(--c-16);border-radius:var(--radius-12);background:var(--background)}@keyframes running-sweep{0%{left:-30%;opacity:0}50%{opacity:1}to{left:100%;opacity:0}}@keyframes running-tracker{0%{opacity:0}50%{opacity:1}to{opacity:0}}.login{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-inline:auto;height:100dvh;overflow:hidden;width:100%}.login__card{max-width:300px;width:100%;display:flex;flex-direction:column;justify-content:center;flex:1;gap:24px;padding:0 24px}.login__header{display:flex;flex-direction:column;align-items:center;text-align:center}.login__logo{height:28px;margin-bottom:16px}.login__title{font:var(--text-20);font-weight:var(--font-weight-bold)}.login__subtitle{font:var(--text-20);font-weight:var(--font-weight-bold);color:var(--c-60)}.login__form{display:flex;flex-direction:column;gap:16px}.login__form-actions{display:flex;flex-direction:column;gap:16px;margin-top:8px}.login__form-switch{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font:var(--text-14);color:var(--c-80);gap:0 3px}.login__form-switch .bt{font:var(--text-14);padding:0;color:var(--c-100)}.login__link{justify-content:flex-start;align-self:flex-start;font:var(--text-11);color:var(--c-80);padding:0 0 1px;margin-top:-8px}.login__dialog{max-width:400px!important}.login__dialog-footer{display:flex;flex-direction:column;gap:12px}.login__error{margin-top:-6px;font:var(--text-12);color:var(--red)}.login__illustration{margin-top:auto;position:relative;width:100%;height:134px}.login__illustration img{position:absolute;bottom:-6px;left:50%;translate:-50% 0;height:140px;transform:scaleX(-1)}.matchingTable__docs{display:flex;gap:4px;align-items:center}.matchingTable__pending{font:var(--text-14);font-weight:var(--font-weight-medium);font-family:var(--font-family-mono);white-space:nowrap;color:var(--c-100)}.color-white{color:var(--cn-100)}.color-black{color:#000}.color-blue{color:var(--blue)}.color-blue-dark{color:var(--blue-dark)}.color-blue-text{color:var(--blue-text)}.color-green{color:var(--green)}.color-green-dark{color:var(--green-dark)}.color-green-text{color:var(--green-text)}.color-teal{color:var(--teal)}.color-teal-dark{color:var(--teal-dark)}.color-teal-text{color:var(--teal-text)}.color-red{color:var(--red)}.color-red-dark{color:var(--red-dark)}.color-red-text{color:var(--red-text)}.color-yellow{color:var(--yellow)}.color-yellow-dark{color:var(--yellow-dark)}.color-yellow-text{color:var(--yellow-text)}.color-orange{color:var(--orange)}.color-orange-dark{color:var(--orange-dark)}.color-orange-text{color:var(--orange-text)}.color-pink{color:var(--pink)}.color-pink-dark{color:var(--pink-dark)}.color-pink-text{color:var(--pink-text)}.color-purple{color:var(--purple)}.color-purple-dark{color:var(--purple-dark)}.color-purple-text{color:var(--purple-text)}.color-100{color:var(--c-100)}.color-80{color:var(--c-80)}.color-60{color:var(--c-60)}.color-40{color:var(--c-40)}.color-32{color:var(--c-32)}.color-24{color:var(--c-24)}.color-20{color:var(--c-20)}.color-16{color:var(--c-16)}.color-12{color:var(--c-12)}.color-10{color:var(--c-10)}.color-8{color:var(--c-8)}.color-6{color:var(--c-6)}.color-4{color:var(--c-4)}.color-2{color:var(--c-2)}.color-0{color:var(--c-0)}.bg-white{background-color:var(--cn-100)}.bg-black{background-color:var(--c-100)}.bg-blue{background-color:var(--blue)}.bg-blue-dark{background-color:var(--blue-dark)}.bg-blue-text{background-color:var(--blue-text)}.bg-blue-light{background-color:var(--blue-24)}.bg-blue-lighter{background-color:var(--blue-12)}.bg-green{background-color:var(--green)}.bg-green-dark{background-color:var(--green-dark)}.bg-green-text{background-color:var(--green-text)}.bg-green-light{background-color:var(--green-24)}.bg-green-lighter{background-color:var(--green-12)}.bg-teal{background-color:var(--teal)}.bg-teal-dark{background-color:var(--teal-dark)}.bg-teal-text{background-color:var(--teal-text)}.bg-teal-light{background-color:var(--teal-24)}.bg-teal-lighter{background-color:var(--teal-12)}.bg-red{background-color:var(--red)}.bg-red-dark{background-color:var(--red-dark)}.bg-red-text{background-color:var(--red-text)}.bg-red-light{background-color:var(--red-24)}.bg-red-lighter{background-color:var(--red-12)}.bg-yellow{background-color:var(--yellow)}.bg-yellow-dark{background-color:var(--yellow-dark)}.bg-yellow-text{background-color:var(--yellow-text)}.bg-yellow-light{background-color:var(--yellow-24)}.bg-yellow-lighter{background-color:var(--yellow-12)}.bg-orange{background-color:var(--orange)}.bg-orange-dark{background-color:var(--orange-dark)}.bg-orange-text{background-color:var(--orange-text)}.bg-orange-light{background-color:var(--orange-24)}.bg-orange-lighter{background-color:var(--orange-12)}.bg-pink{background-color:var(--pink)}.bg-pink-dark{background-color:var(--pink-dark)}.bg-pink-text{background-color:var(--pink-text)}.bg-pink-light{background-color:var(--pink-24)}.bg-pink-lighter{background-color:var(--pink-12)}.bg-purple{background-color:var(--purple)}.bg-purple-dark{background-color:var(--purple-dark)}.bg-purple-text{background-color:var(--purple-text)}.bg-purple-light{background-color:var(--purple-24)}.bg-purple-lighter{background-color:var(--purple-12)}.bg-c-100{background-color:var(--c-100)}.bg-c-80{background-color:var(--c-80)}.bg-c-60{background-color:var(--c-60)}.bg-c-40{background-color:var(--c-40)}.bg-c-32{background-color:var(--c-32)}.bg-c-24{background-color:var(--c-24)}.bg-c-20{background-color:var(--c-20)}.bg-c-16{background-color:var(--c-16)}.bg-c-12{background-color:var(--c-12)}.bg-c-10{background-color:var(--c-10)}.bg-c-8{background-color:var(--c-8)}.bg-c-6{background-color:var(--c-6)}.bg-c-4{background-color:var(--c-4)}.bg-c-2{background-color:var(--c-2)}.bg-c-0{background-color:var(--c-0)}.card{background-color:var(--c-4);border-radius:var(--radius-6);transition:var(--transition);position:relative}.card-button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px}.card-button__label{font:var(--text-11)}.card-button svg{transition:var(--transition)}.scrollbar-visible{overflow-y:scroll!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes zoomIn{0%{transform:translate(-50%,-50%) scale(.95)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes zoomOut{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(.95)}}@keyframes slideInFromCenter{0%{transform:translate(-50%,-52%)}to{transform:translate(-50%,-50%)}}@keyframes slideOutToCenter{0%{transform:translate(-50%,-50%)}to{transform:translate(-50%,-52%)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin .5s linear infinite}@keyframes skeleton-pulse{0%,to{background-color:var(--c-8)}50%{background-color:var(--c-16)}}.skeletonItem.animate-pulse{animation:skeleton-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.vue-apexcharts{width:100%}.vue-apexcharts *{font-family:var(--font-family-sans)!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html,body{height:100%}ul[role=list],ol[role=list]{list-style:none;padding:0}img,picture,video,canvas,svg{display:block;max-inline-size:100%}:focus-visible{outline:0 solid currentColor;outline-offset:0}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.end-1{inset-inline-end:.25rem}.left-0{left:0}.left-2{left:.5rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.start-1{inset-inline-start:.25rem}.top-0{top:0}.top-1\.5{top:.375rem}.top-2{top:.5rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-\[2px\]{margin-left:-2px;margin-right:-2px}.-mx-\[4px\]{margin-left:-4px;margin-right:-4px}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[16px\]{margin-top:16px;margin-bottom:16px}.my-\[24px\]{margin-top:24px;margin-bottom:24px}.\!ml-\[4px\]{margin-left:4px!important}.\!mt-0{margin-top:0!important}.\!mt-\[4px\]{margin-top:4px!important}.-ml-\[1px\]{margin-left:-1px}.-ml-\[2px\]{margin-left:-2px}.-ml-\[3px\]{margin-left:-3px}.-ml-\[4px\]{margin-left:-4px}.-ml-\[6px\]{margin-left:-6px}.-mr-\[1px\]{margin-right:-1px}.-mr-\[2px\]{margin-right:-2px}.-mr-\[4px\]{margin-right:-4px}.mb-2{margin-bottom:.5rem}.mb-\[1px\]{margin-bottom:1px}.mb-\[24px\]{margin-bottom:24px}.mb-\[2px\]{margin-bottom:2px}.mb-\[32px\]{margin-bottom:32px}.ml-\[-1px\]{margin-left:-1px}.ml-\[-2px\]{margin-left:-2px}.ml-\[-6px\]{margin-left:-6px}.ml-\[1\.5px\]{margin-left:1.5px}.ml-\[2px\]{margin-left:2px}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-\[-1px\]{margin-right:-1px}.mr-\[-2px\]{margin-right:-2px}.mr-\[1\.5px\]{margin-right:1.5px}.mr-\[2px\]{margin-right:2px}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-\[-1px\]{margin-top:-1px}.mt-\[12px\]{margin-top:12px}.mt-\[16px\]{margin-top:16px}.mt-\[1px\]{margin-top:1px}.mt-\[24px\]{margin-top:24px}.mt-\[2px\]{margin-top:2px}.mt-\[32px\]{margin-top:32px}.mt-\[4px\]{margin-top:4px}.mt-\[8px\]{margin-top:8px}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-4{width:1rem;height:1rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[16px\]{height:16px}.h-\[28px\]{height:28px}.h-\[32px\]{height:32px}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-\[min\(20rem\,var\(--reka-select-content-available-height\)\)\]{max-height:min(20rem,var(--reka-select-content-available-height))}.min-h-0{min-height:0px}.min-h-\[100px\]{min-height:100px}.min-h-\[240px\]{min-height:240px}.min-h-\[32px\]{min-height:32px}.min-h-\[80px\]{min-height:80px}.min-h-svh{min-height:100svh}.\!w-full{width:100%!important}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[100px\]{width:100px}.w-\[160px\]{width:160px}.w-\[240px\]{width:240px}.w-\[28px\]{width:28px}.w-\[80px\]{width:80px}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-32{min-width:8rem}.min-w-5{min-width:1.25rem}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[260px\]{min-width:260px}.min-w-\[var\(--reka-select-trigger-width\)\]{min-width:var(--reka-select-trigger-width)}.\!max-w-\[340px\]{max-width:340px!important}.\!max-w-\[400px\]{max-width:400px!important}.\!max-w-\[500px\]{max-width:500px!important}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[280px\]{max-width:280px}.max-w-\[360px\]{max-width:360px}.max-w-\[400px\]{max-width:400px}.max-w-\[min\(500px\,90vw\)\]{max-width:min(500px,90vw)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-\[-1\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.\!gap-0{gap:0px!important}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-\[12px\]{gap:12px}.gap-\[16px\]{gap:16px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.gap-y-1\.5{row-gap:.375rem}.gap-y-4{row-gap:1rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-border{border-color:var(--border)}.border-primary{--tw-border-opacity: 1;border-color:oklch(var(--primary) / var(--tw-border-opacity, 1))}.border-sidebar-border{border-color:var(--sidebar-border)}.bg-background{--tw-bg-opacity: 1;background-color:oklch(var(--background) / var(--tw-bg-opacity, 1))}.bg-black\/80{background-color:#000c}.bg-border{background-color:var(--border)}.bg-card{--tw-bg-opacity: 1;background-color:oklch(var(--card) / var(--tw-bg-opacity, 1))}.bg-muted{--tw-bg-opacity: 1;background-color:oklch(var(--muted) / var(--tw-bg-opacity, 1))}.bg-muted\/50{background-color:oklch(var(--muted) / .5)}.bg-popover{--tw-bg-opacity: 1;background-color:oklch(var(--popover) / var(--tw-bg-opacity, 1))}.bg-sidebar{--tw-bg-opacity: 1;background-color:oklch(var(--sidebar) / var(--tw-bg-opacity, 1))}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-transparent{background-color:transparent}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[24px\]{padding:24px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-\[32px\]{padding-left:32px;padding-right:32px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pb-\[1px\]{padding-bottom:1px}.pb-\[24px\]{padding-bottom:24px}.pb-\[2px\]{padding-bottom:2px}.pl-8{padding-left:2rem}.pl-\[28px\]{padding-left:28px}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-20{padding-right:5rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-\[32px\]{padding-top:32px}.text-left{text-align:left}.text-start{text-align:start}.align-middle{vertical-align:middle}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-card-foreground{--tw-text-opacity: 1;color:oklch(var(--card-foreground) / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-destructive{--tw-text-opacity: 1;color:oklch(var(--destructive) / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity: 1;color:oklch(var(--foreground) / var(--tw-text-opacity, 1))}.text-foreground\/50{color:oklch(var(--foreground) / .5)}.text-muted-foreground{--tw-text-opacity: 1;color:oklch(var(--muted-foreground) / var(--tw-text-opacity, 1))}.text-popover-foreground{--tw-text-opacity: 1;color:oklch(var(--popover-foreground) / var(--tw-text-opacity, 1))}.text-sidebar-foreground{--tw-text-opacity: 1;color:oklch(var(--sidebar-foreground) / var(--tw-text-opacity, 1))}.text-sidebar-foreground\/70{color:oklch(var(--sidebar-foreground) / .7)}.underline{text-decoration-line:underline}.\!opacity-40{opacity:.4!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-60{opacity:.6}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-sidebar-ring{--tw-ring-color: var(--sidebar-ring)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.fade-in{--tw-enter-opacity: 0}.fade-out{--tw-exit-opacity: 0}.duration-200{animation-duration:.2s}.ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}.selectContent,.selectContent[data-state=open]{z-index:10000!important}.selectContent>*{flex-shrink:0}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:oklch(var(--secondary) / var(--tw-bg-opacity, 1))}.hover\:bg-sidebar-accent:hover{--tw-bg-opacity: 1;background-color:oklch(var(--sidebar-accent) / var(--tw-bg-opacity, 1))}.hover\:text-foreground:hover{--tw-text-opacity: 1;color:oklch(var(--foreground) / var(--tw-text-opacity, 1))}.hover\:text-sidebar-accent-foreground:hover{--tw-text-opacity: 1;color:oklch(var(--sidebar-accent-foreground) / var(--tw-text-opacity, 1))}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:var(--sidebar-border)}.focus\:bg-accent:focus{--tw-bg-opacity: 1;background-color:oklch(var(--accent) / var(--tw-bg-opacity, 1))}.focus\:text-accent-foreground:focus{--tw-text-opacity: 1;color:oklch(var(--accent-foreground) / var(--tw-text-opacity, 1))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: var(--ring)}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color: var(--sidebar-ring)}.active\:bg-sidebar-accent:active{--tw-bg-opacity: 1;background-color:oklch(var(--sidebar-accent) / var(--tw-bg-opacity, 1))}.active\:text-sidebar-accent-foreground:active{--tw-text-opacity: 1;color:oklch(var(--sidebar-accent-foreground) / var(--tw-text-opacity, 1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-20:disabled{opacity:.2}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{--tw-text-opacity: 1;color:oklch(var(--sidebar-accent-foreground) / var(--tw-text-opacity, 1))}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){--tw-bg-opacity: 1;background-color:oklch(var(--sidebar) / var(--tw-bg-opacity, 1))}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--reka-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--reka-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--reka-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--reka-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{--tw-bg-opacity: 1;background-color:oklch(var(--sidebar-accent) / var(--tw-bg-opacity, 1))}.data-\[selected\]\:bg-black[data-selected]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{--tw-bg-opacity: 1;background-color:oklch(var(--primary) / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:bg-accent[data-state=open]{--tw-bg-opacity: 1;background-color:oklch(var(--accent) / var(--tw-bg-opacity, 1))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{--tw-text-opacity: 1;color:oklch(var(--sidebar-accent-foreground) / var(--tw-text-opacity, 1))}.data-\[disabled\]\:text-muted-foreground[data-disabled],.data-\[outside-view\]\:text-muted-foreground[data-outside-view]{--tw-text-opacity: 1;color:oklch(var(--muted-foreground) / var(--tw-text-opacity, 1))}.data-\[selected\]\:text-white[data-selected]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{--tw-text-opacity: 1;color:oklch(var(--primary-foreground) / var(--tw-text-opacity, 1))}.data-\[unavailable\]\:text-destructive-foreground[data-unavailable]{--tw-text-opacity: 1;color:oklch(var(--destructive-foreground) / var(--tw-text-opacity, 1))}.data-\[unavailable\]\:line-through[data-unavailable]{text-decoration-line:line-through}.data-\[disabled\]\:opacity-40[data-disabled]{opacity:.4}.data-\[disabled\]\:opacity-50[data-disabled],.data-\[outside-view\]\:opacity-50[data-outside-view]{opacity:.5}.data-\[selected\]\:opacity-100[data-selected],.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed],.data-\[state\=open\]\:duration-300[data-state=open]{transition-duration:.3s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=bottom\]\:slide-in-from-top-4[data-side=bottom]{--tw-enter-translate-y: -1rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[side\=top\]\:slide-in-from-bottom-4[data-side=top]{--tw-enter-translate-y: 1rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open],.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed],.data-\[state\=open\]\:duration-300[data-state=open]{animation-duration:.3s}.data-\[selected\]\:hover\:bg-black:hover[data-selected]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{--tw-bg-opacity: 1;background-color:oklch(var(--sidebar-accent) / var(--tw-bg-opacity, 1))}.data-\[selected\]\:hover\:text-white:hover[data-selected]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{--tw-text-opacity: 1;color:oklch(var(--sidebar-accent-foreground) / var(--tw-text-opacity, 1))}.data-\[selected\]\:focus\:bg-black:focus[data-selected]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.data-\[selected\]\:focus\:text-white:focus[data-selected]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+_2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:var(--sidebar-border)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{--tw-bg-opacity: 1;background-color:oklch(var(--sidebar) / var(--tw-bg-opacity, 1))}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{--tw-text-opacity: 1;color:oklch(var(--sidebar-accent-foreground) / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:flex{display:flex}.sm\:max-w-\[480px\]{max-width:480px}.sm\:max-w-\[560px\]{max-width:560px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-\[620px\]{max-width:620px}.sm\:max-w-\[640px\]{max-width:640px}.sm\:max-w-\[700px\]{max-width:700px}.sm\:max-w-\[900px\]{max-width:900px}.sm\:max-w-\[960px\]{max-width:960px}.sm\:flex-row{flex-direction:row}.sm\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.sm\:gap-y-0{row-gap:0px}.sm\:rounded-lg{border-radius:var(--radius)}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media (min-width: 768px){.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-full{width:100%}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>\[role\=checkbox\]\]\:translate-y-0\.5>[role=checkbox]{--tw-translate-y: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{--tw-text-opacity: 1;color:oklch(var(--sidebar-accent-foreground) / var(--tw-text-opacity, 1))}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-outside-view\]\[data-selected\]\]\:bg-accent\/50[data-outside-view][data-selected]{background-color:oklch(var(--accent) / .5)}.\[\&\[data-outside-view\]\[data-selected\]\]\:text-muted-foreground[data-outside-view][data-selected]{--tw-text-opacity: 1;color:oklch(var(--muted-foreground) / var(--tw-text-opacity, 1))}.\[\&\[data-outside-view\]\[data-selected\]\]\:opacity-30[data-outside-view][data-selected]{opacity:.3}.\[\&\[data-today\]\:not\(\[data-selected\]\)\]\:text-black[data-today]:not([data-selected]){--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.\[\&\[data-today\]\[data-selected\]\]\:bg-black[data-today][data-selected]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.\[\&\[data-today\]\[data-selected\]\]\:text-white[data-today][data-selected]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}.IphYIn{z-index:10000;overflow:hidden;border-radius:var(--radius-6);background-color:var(--color-eel);color:var(--color-snow);padding:3px 8px 5px;font:var(--text-13);font-weight:var(--font-weight-medium);height:auto}.bt{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:-moz-max-content;min-width:max-content;height:36px;position:relative;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;gap:6px;padding:0 12px 4px;background-color:var(--background);border-radius:var(--radius-8);font:var(--text-15);font-weight:500;border-color:transparent;border-width:2px 2px 4px}.bt.btDefault{border-color:var(--border-color)}.bt.btDefault:hover{filter:brightness(.9)}.bt.btDefault.bt2xs{padding:0 4px 1px}.bt.btDefault.btXs{padding:0 6px 1px;border-bottom-width:3px}.bt.btDefault.btSm{padding:0 8px 3px}.bt:has(.absoluteIcon){padding-left:30px}.bt:has(.absoluteChevron){padding-right:30px}.bt.btPrimary,.bt.btDestructive,.bt.btPositive{border-width:0 0 3px;border-color:var(--c-16);padding-bottom:2px}.bt.btPrimary:hover,.bt.btDestructive:hover,.bt.btPositive:hover{filter:brightness(1.1)}.bt.btPrimary.btIconXs,.bt.btDestructive.btIconXs,.bt.btPositive.btIconXs{border-bottom-width:2px;padding-top:1px}.bt.btPrimary.btIconSm,.bt.btDestructive.btIconSm,.bt.btPositive.btIconSm{border-bottom-width:3px;padding-top:1px}.bt.btPrimary.btIcon,.bt.btDestructive.btIcon,.bt.btPositive.btIcon{padding-top:1px}.bt.btPrimary.bt2xs,.bt.btDestructive.bt2xs,.bt.btPositive.bt2xs{padding-bottom:1px;border-bottom-width:2px}.bt.btPrimary.btXs,.bt.btDestructive.btXs,.bt.btPositive.btXs{padding-bottom:1px;border-bottom-width:3px}.bt.btPrimary.btSm,.bt.btDestructive.btSm,.bt.btPositive.btSm{padding-bottom:1px}.bt.btPrimary.btLg,.bt.btDestructive.btLg,.bt.btPositive.btLg{padding-bottom:2px}.bt.btPrimary{background-color:var(--accent);color:rgb(var(--white-rgb))}.bt.btDestructive{background-color:var(--red);color:rgb(var(--white-rgb))}.bt.btPositive{background-color:var(--green);color:rgb(var(--white-rgb))}.bt.btGhost{background-color:transparent;border:none;text-transform:uppercase;color:var(--blue);letter-spacing:.05em;padding-bottom:2px}.bt.btGhost:hover{filter:brightness(.9)}.bt.btGhost.bt2xs,.bt.btGhost.btXs,.bt.btGhost.btSm{padding-bottom:1px}.bt.btGhost.btIcon,.bt.btGhost.btIconXs,.bt.btGhost.btIconSm{color:var(--text-gray)}.bt.btGhost.btIcon:hover,.bt.btGhost.btIconXs:hover,.bt.btGhost.btIconSm:hover{color:var(--text-black)}.bt.bt2xs{height:20px;padding:0 6px 1px;gap:2px;border-radius:var(--radius-6);font:var(--text-10);text-transform:uppercase;font-weight:500;letter-spacing:.05em}.bt.btXs{height:24px;padding:0 8px 3px;gap:2px;border-radius:var(--radius-6);font:var(--text-12);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.bt.btSm{height:30px;padding:0 10px 3px;gap:4px;font:var(--text-14);font-weight:700;border-bottom-width:3px}.bt.btSm:has(.absoluteIcon){padding-left:24px}.bt.btSm:has(.absoluteChevron){padding-right:24px}.bt.btLg{height:48px;padding:0 18px 4px;border-radius:var(--radius-10)}.bt.btIcon{aspect-ratio:1/1;padding:0 0 1px}.bt.btIconXs{width:20px;height:20px;min-width:20px;padding:0;border-radius:var(--radius-6)}.bt.btIconSm{height:28px;min-width:28px;width:28px;padding:0;border-radius:var(--radius-6)}.bt:has(svg) svg{flex-shrink:0}.bt.btCalendar{justify-content:space-between;font-weight:var(--font-weight-medium);width:100%}.bt.btCalendar span{font-weight:var(--font-weight-normal)}.bt.btLink{border:none;background-color:transparent;border-radius:0;padding:0;height:-moz-fit-content;height:fit-content;text-transform:uppercase;font-weight:var(--font-weight-bold);color:var(--blue);letter-spacing:.05em}.bt.btLink:hover{filter:brightness(.9)}.bt.btLight{background-color:rgb(var(--white-rgb));color:var(--text-black);border-style:none;border-width:0;border-color:transparent}.bt.btLight:hover{filter:brightness(.9)}.bt:disabled,.bt[disabled]{pointer-events:none;opacity:.4}.absoluteIcon,.absoluteChevron{aspect-ratio:1/1;color:var(--c-100);position:absolute;top:0;display:grid;place-items:center;pointer-events:none;width:30px;height:100%}.absoluteIcon{left:0}.absoluteChevron{right:0}.formTogglePassword{min-width:auto}.btLabel{font-weight:500}.bt.selectTrigger{min-width:0;max-width:100%}.selectTrigger{justify-content:start;position:relative;width:100%}.selectTriggerChevron{color:var(--text-gray)}.selectValue{font-weight:var(--font-weight-medium)}[data-reka-select-viewport]{scrollbar-width:thin!important;scrollbar-color:var(--c-20) transparent;-ms-overflow-style:auto}[data-reka-select-viewport]::-webkit-scrollbar{display:block!important;width:4px}[data-reka-select-viewport]::-webkit-scrollbar-track{background:transparent}[data-reka-select-viewport]::-webkit-scrollbar-thumb{background-color:var(--c-20)}[data-reka-select-viewport]::-webkit-scrollbar-thumb:hover{background-color:var(--c-32)}.selectViewport{padding:6px 0}.selectItem{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 16px 3px 32px;height:32px;cursor:pointer;position:relative;width:100%;font:var(--text-15)}.selectItem__icon{position:absolute;top:0;left:0;aspect-ratio:1/1;height:100%;display:grid;place-items:center;padding-bottom:1px}.selectItem:hover{background-color:var(--c-6)}.selectItem[data-state=checked]{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.popoverContent{box-sizing:border-box;min-width:var(--reka-popover-trigger-width, 0px);max-width:min(500px,90vw);overflow-x:hidden;background-color:var(--background);border-radius:var(--radius-12);border:2px solid var(--c-12);outline:none;padding:0}.popoverContent[data-side=bottom]{transform-origin:top center}.popoverContent[data-side=top]{transform-origin:bottom center}.popoverContent[data-side=left]{transform-origin:center right}.popoverContent[data-side=right]{transform-origin:center left}.popoverContent[data-state=open]{animation:popoverContentEnter .1s cubic-bezier(.16,1,.3,1)}.popoverContent[data-state=closed]{animation:popoverContentExit .1s ease-in}@keyframes popoverContentEnter{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes popoverContentExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}input.input,.input{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:36px;padding:0 10px 4px;border-radius:var(--radius-8);font:var(--text-15);background-color:var(--background);border-width:2px;border-color:var(--border-color);overflow:hidden;position:relative}input.input:focus,input.input:focus-within,input.input:active,.input:focus,.input:focus-within,.input:active{border-color:var(--accent)}input.input:disabled,input.input[disabled],.input:disabled,.input[disabled]{pointer-events:none;opacity:.4;background-color:var(--c-8)}input.input.inputGhost,.input.inputGhost{box-shadow:none;background-color:var(--background)}input.input.inputGhost:focus,input.input.inputGhost:focus-within,input.input.inputGhost:active,input.input.inputGhost:hover,.input.inputGhost:focus,.input.inputGhost:focus-within,.input.inputGhost:active,.input.inputGhost:hover{box-shadow:none;background-color:var(--c-6)}input.input.inputSm,.input.inputSm{height:24px;padding:0 8px 3px}input.input:-webkit-autofill,input.input:-webkit-autofill:focus,input.input:-webkit-autofill:hover,input.input:-webkit-autofill:active,.input:-webkit-autofill,.input:-webkit-autofill:focus,.input:-webkit-autofill:hover,.input:-webkit-autofill:active{-webkit-text-fill-color:var(--c-100)!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input.input.inputError,.input.inputError{border-color:var(--red)}input[type=time]::-webkit-calendar-picker-indicator{display:none}textarea.textarea,.textarea{display:flex;flex-direction:column;align-items:start;justify-content:start;height:-moz-fit-content;height:fit-content;width:100%;padding:6px 10px 3px;overflow-y:auto;scroll-padding-block:20px;border-radius:var(--radius-8);font:var(--text-15);background-color:var(--background);border-width:2px;border-color:var(--c-12);resize:vertical}textarea.textarea:hover,.textarea:hover{border-color:var(--c-24)}textarea.textarea:focus,textarea.textarea:focus-within,textarea.textarea:active,.textarea:focus,.textarea:focus-within,.textarea:active{border-color:var(--accent)}textarea.textarea::-webkit-scrollbar,.textarea::-webkit-scrollbar{width:6px;height:6px}textarea.textarea::-webkit-scrollbar-track,.textarea::-webkit-scrollbar-track{background-color:transparent}textarea.textarea::-webkit-scrollbar-thumb,.textarea::-webkit-scrollbar-thumb{background:var(--c-24);border:none}textarea.textarea:hover .tr__checkbox,textarea.textarea:focus-within .tr__checkbox,textarea.textarea:has(.tr__checkbox:hover) .tr__checkbox,.textarea:hover .tr__checkbox,.textarea:focus-within .tr__checkbox,.textarea:has(.tr__checkbox:hover) .tr__checkbox{opacity:1}textarea.textarea.textareaError,.textarea.textareaError{box-shadow:0 0 0 .5px var(--red),0 0 0 3px var(--red-16),0 32px 32px -32px var(--red-16)!important}.checkbox{width:18px;height:18px;flex-shrink:0;border-radius:var(--radius-4);background-color:var(--background);border-width:2px;border-color:var(--c-16)}.checkbox[data-state=checked]{border-color:var(--accent);background-color:var(--accent);color:var(--white)}.formLabel{display:flex;align-items:center;justify-content:flex-start;padding:0 0 8px;color:var(--c-60);font:var(--text-13);font-weight:var(--font-weight-medium);white-space:nowrap}.formLabelMandatory{margin-left:4px;color:var(--red)}.formItem label{display:flex;align-items:center;justify-content:flex-start;padding:0 0 4px;color:var(--text-gray);font:var(--text-13);font-weight:var(--font-weight-medium);white-space:nowrap}.formControl{width:100%}.formDescription{font:var(--text-12);color:var(--text-gray);margin-top:4px;word-break:break-word}.formMessage{font:var(--text-12);color:var(--red);margin-top:4px}.ggJhgw{width:100%;min-width:0}[data-ui=formField],.formField{display:flex;flex-direction:column;justify-content:center;width:100%;min-width:0;min-height:36px;box-sizing:border-box;box-shadow:none;position:relative}[data-ui=formField]:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)),[data-ui=formField]:has(.selectTrigger):not(:has(label)),.formField:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)),.formField:has(.selectTrigger):not(:has(label)){height:36px;min-height:36px;max-height:36px;overflow:hidden}[data-ui=formField]:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) .formItem,[data-ui=formField]:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) .formControl,[data-ui=formField]:has(.selectTrigger):not(:has(label)) .formItem,[data-ui=formField]:has(.selectTrigger):not(:has(label)) .formControl,.formField:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) .formItem,.formField:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) .formControl,.formField:has(.selectTrigger):not(:has(label)) .formItem,.formField:has(.selectTrigger):not(:has(label)) .formControl{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;justify-content:center}[data-ui=formField]:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) :deep([data-slot="input-group"]),[data-ui=formField]:has(.selectTrigger):not(:has(label)) :deep([data-slot="input-group"]),.formField:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) :deep([data-slot="input-group"]),.formField:has(.selectTrigger):not(:has(label)) :deep([data-slot="input-group"]){height:100%;min-height:0;border-radius:0}[data-ui=formField]:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) :deep(input.input),[data-ui=formField]:has(.selectTrigger):not(:has(label)) :deep(input.input),.formField:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) :deep(input.input),.formField:has(.selectTrigger):not(:has(label)) :deep(input.input){height:100%;min-height:0;padding-top:0;padding-bottom:0}[data-ui=formField]:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) :deep(.selectTrigger),[data-ui=formField]:has(.selectTrigger):not(:has(label)) :deep(.selectTrigger),.formField:has([data-slot=input-group]):not(:has(label)):not(:has(textarea)) :deep(.selectTrigger),.formField:has(.selectTrigger):not(:has(label)) :deep(.selectTrigger){height:100%;min-height:0}[data-ui=formField]:has(textarea),.formField:has(textarea){min-height:auto;height:auto;max-height:none;overflow:visible}.popoverContent :is([data-ui=formField],.formField){height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}[data-ui=formField] .formItem,.formField .formItem{min-width:0}[data-ui=formField] :deep([data-slot="input-group"]),.formField :deep([data-slot="input-group"]){box-shadow:none;background-color:transparent;border-radius:var(--radius-8);height:30px}[data-ui=formField] :deep([data-slot="input-group"]):hover,[data-ui=formField] :deep([data-slot="input-group"]):focus-within,.formField :deep([data-slot="input-group"]):hover,.formField :deep([data-slot="input-group"]):focus-within{box-shadow:none;background-color:transparent}[data-ui=formField] :deep([data-slot="input-group"]:has(textarea)),.formField :deep([data-slot="input-group"]:has(textarea)){height:auto}[data-ui=formField] :deep(input.input),.formField :deep(input.input){box-shadow:none;background-color:transparent}[data-ui=formField] :deep(input.input):hover,[data-ui=formField] :deep(input.input):focus,[data-ui=formField] :deep(input.input):focus-visible,[data-ui=formField] :deep(input.input):focus-within,[data-ui=formField] :deep(input.input):active,.formField :deep(input.input):hover,.formField :deep(input.input):focus,.formField :deep(input.input):focus-visible,.formField :deep(input.input):focus-within,.formField :deep(input.input):active{box-shadow:none;background-color:transparent}[data-ui=formField] :deep(textarea.textarea),.formField :deep(textarea.textarea){box-shadow:none;background-color:transparent}[data-ui=formField] :deep(textarea.textarea):hover,[data-ui=formField] :deep(textarea.textarea):focus,[data-ui=formField] :deep(textarea.textarea):focus-within,[data-ui=formField] :deep(textarea.textarea):active,.formField :deep(textarea.textarea):hover,.formField :deep(textarea.textarea):focus,.formField :deep(textarea.textarea):focus-within,.formField :deep(textarea.textarea):active{box-shadow:none;background-color:transparent}[data-ui=formField] :deep(.selectTrigger),.formField :deep(.selectTrigger){border:none!important;box-shadow:none;background-color:transparent;min-height:30px;height:30px;padding:0 30px 0 10px;align-self:stretch;width:100%}[data-ui=formField] :deep(.selectTrigger):hover,[data-ui=formField] :deep(.selectTrigger):focus,[data-ui=formField] :deep(.selectTrigger):focus-visible,[data-ui=formField] :deep(.selectTrigger):focus-within,[data-ui=formField] :deep(.selectTrigger):active,.formField :deep(.selectTrigger):hover,.formField :deep(.selectTrigger):focus,.formField :deep(.selectTrigger):focus-visible,.formField :deep(.selectTrigger):focus-within,.formField :deep(.selectTrigger):active{border:none!important;box-shadow:none;background-color:transparent}[data-ui=formField] :deep(.selectTrigger:has(.absoluteIcon)),.formField :deep(.selectTrigger:has(.absoluteIcon)){padding-left:30px}.formLink{display:flex;flex-direction:row;align-items:center;gap:2px;color:var(--blue);font:var(--text-11);transition:var(--transition)}.formLink:hover{color:var(--blue-dark)}.formSwitcher{display:flex;flex-direction:row;align-items:center;gap:6px;border-radius:var(--radius-full);width:-moz-fit-content;width:fit-content;font:var(--text-13)}.formSwitcherLabel{color:var(--c-100);font:var(--text-13);margin-bottom:2px}.formCheckbox{display:flex;flex-direction:row;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;height:24px}.formCheckboxLabel,.formCheckbox label{color:var(--c-100);font:var(--text-13);padding:0}.formHeader{display:flex;flex-direction:column;margin-bottom:8px}.formHeaderTitle{font-weight:var(--font-weight-medium)}.formHeaderSubtitle{color:var(--c-80);font:var(--text-13)}.v8z-ao{display:flex;flex-direction:row;align-items:center;gap:4px;margin-bottom:24px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;position:relative;border-bottom:none}.v8z-ao:before{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--border-color);z-index:0;pointer-events:none}.v8z-ao::-webkit-scrollbar{display:none}.v8z-ao.FR5rmI{gap:8px;margin-bottom:0;width:-moz-max-content;width:max-content;max-width:none;overflow:visible;flex-wrap:nowrap;padding-inline:var(--wrapper-padding)}.v8z-ao.FR5rmI>*{flex-shrink:0}.v8z-ao.toggle{width:-moz-fit-content;width:fit-content;border:none;margin:0;padding:0}.v8z-ao.toggle:before{display:none}.v8z-ao.toggle :deep([role="tab"]){opacity:.6;border-radius:var(--radius-6)}.v8z-ao.toggle :deep([role="tab"]):after{display:none}.v8z-ao.toggle :deep([role="tab"]):hover{opacity:.8;background-color:var(--c-4)}.v8z-ao.toggle :deep([role="tab"])[data-state=active]{background-color:var(--c-100);color:var(--cn-100);opacity:1}._0ZozLv{position:relative;width:100%;min-width:0;margin-bottom:24px}._0ZozLv:before{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--border-color);z-index:0;pointer-events:none}.E7sHMz{width:100%;min-width:0;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.E7sHMz::-webkit-scrollbar{display:none}.GxYatn{display:inline-flex;align-items:center;justify-content:center;flex-direction:row;gap:6px;white-space:nowrap;padding:0 12px 6px;height:40px;position:relative;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;color:var(--text-gray);font-weight:500}.GxYatn:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--accent);border-radius:var(--radius-full);opacity:0;pointer-events:none;z-index:2}.GxYatn:hover{color:var(--text-black);filter:brightness(.9)}.GxYatn:has(svg){padding-left:8px}.GxYatn svg{margin-top:1px;padding:0;flex-shrink:0;stroke-width:2.5}.GxYatn:disabled{cursor:not-allowed;opacity:.4}.GxYatn[data-state=active]{opacity:1;color:var(--accent)}.GxYatn[data-state=active]:after{opacity:1}.GxYatn:has(.THuwkq){padding-right:32px}._0CsNLn{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:24px;font:var(--text-15);background-color:var(--background-subtle);border-radius:var(--radius-6);padding:0 8px 4px;white-space:nowrap;position:relative}._0CsNLn:is(button,a){cursor:pointer}.xpymhl{font:var(--text-13);height:20px;padding:0 6px 3px}._24CIvi{background-color:var(--c-8);color:var(--c-100)}.sv0IFq{background-color:var(--blue-16);color:var(--blue-text)}._4wd5op{background-color:var(--green-16);color:var(--green-text)}.ikbe3H{background-color:var(--red-16);color:var(--red-text)}.KpdQWX{background-color:var(--orange-16);color:var(--orange-text)}._1i9XRs{background-color:var(--yellow-20);color:var(--yellow-text)}.ROWsh4{background-color:var(--teal-16);color:var(--teal-text)}.N8m5ph{background-color:var(--purple-16);color:var(--purple-text)}.oD97c-{background-color:var(--pink-16);color:var(--pink-text)}.-z3ztg{background-color:transparent;color:var(--text-black)}._2y3DJz{width:100%}.GLt1-k{font:var(--text-10);color:var(--c-40);font-weight:var(--font-weight-medium);text-transform:uppercase;margin-bottom:8px;letter-spacing:.05em}.GKj8tt{border-top:var(--border)}._2rKqXz{display:flex;align-items:center;justify-content:space-between;min-height:36px;padding-bottom:2px;border-bottom:var(--border);font:var(--text-13);white-space:nowrap}.fwygKE{opacity:.4}.EQqwNb{display:flex;align-items:center;justify-content:flex-start;gap:8px}.gBIASN{text-align:right}.XFzQub{font-family:var(--font-family-mono)}@media only screen and (max-width: 400px){._2rKqXz{flex-direction:column;align-items:flex-start;gap:2px;padding:8px 0 10px;border-bottom:1px solid var(--c-12)}.EQqwNb{font:var(--text-12);font-weight:var(--font-weight-medium);opacity:.4;gap:4px}.fwygKE{opacity:1;width:12px;height:12px}.gBIASN{text-align:right}}.NqvKgM{position:fixed;inset:0;z-index:101;background:#00000029;transition:var(--transition)}.xxiZfv{position:absolute;right:8px;top:8px}.xxiZfv:disabled{pointer-events:none}.LE7P-K{position:fixed;z-index:104;display:flex;flex-direction:column;width:100%;max-width:100%;background:var(--background);border-radius:0;overflow:hidden;outline:none;transition:var(--transition)}.LE7P-K[data-side=left],.LE7P-K[data-side=right]{top:0;bottom:0;height:100dvh;max-width:500px}.LE7P-K[data-side=top],.LE7P-K[data-side=bottom]{left:0;right:0;width:100%;height:auto;max-height:100dvh}.LE7P-K[data-state=closed]{pointer-events:none}.Cg3lX9{z-index:103}.sheetContainer{display:flex;flex-direction:column;height:100%;min-height:0;max-height:100vh}.sheetContent{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 24px 24px;min-height:0;scroll-behavior:smooth;display:flex;flex-direction:column}.sheetContent::-webkit-scrollbar{width:10px;height:10px}.sheetContent::-webkit-scrollbar-track{background-color:transparent}.sheetContent::-webkit-scrollbar-thumb{background:var(--c-16);border:2px solid var(--background);border-radius:var(--radius-full);-webkit-transition:var(--transition);transition:var(--transition)}.sheetContent::-webkit-scrollbar-thumb:hover{background:var(--c-60)}.sheetForm{display:flex;flex-direction:column;gap:16px}.sheetContainer.workflowStepsSheetContainer[data-side=right]{max-width:80%;width:100%}.Xuf51R{color:var(--text-gray)}.QK472m{flex-shrink:0;margin-top:auto;padding:0 24px 24px;display:flex;flex-direction:row;justify-content:end;gap:12px;background:var(--background)}.pVJdcZ{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.I35Mck{font:var(--text-22);padding-right:32px}.iXt8hH{padding:80px 32px 100px;width:100%;border:2px dashed var(--border-color);border-radius:var(--radius-16);display:grid;place-items:center;min-height:50dvh;mask-image:linear-gradient(to top,transparent 0%,black 40%);-webkit-mask-image:linear-gradient(to top,transparent 0%,black 40%)}.kqBJs8{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.Icbu39{opacity:.4}._8FQTIx{font:var(--text-16);margin:12px 0 2px}._7XzCQ-{color:var(--c-40)}.C03ET8{position:relative}.C03ET8 .nKl-ar{display:flex;flex-direction:column;gap:4px;padding-bottom:32px;padding-right:24px}.C03ET8 .Zxl221{display:flex;flex-direction:column;gap:16px;width:100%}.OcHq-m{position:absolute;right:8px;top:8px;z-index:1}.OcHq-m:disabled{pointer-events:none}.OcHq-m svg{opacity:.6}.OcHq-m:hover svg{opacity:1}.IDrmz4{width:100%;height:100%}.S8caT5{height:100%;border-radius:0!important;padding:0 0 2px!important;box-shadow:none!important;display:inline-flex;align-items:center;justify-content:flex-start;gap:4px;background:transparent!important;cursor:pointer;border:none;position:relative}.S8caT5:hover,.S8caT5:focus,.S8caT5:focus-within,.S8caT5:active{box-shadow:none!important;background:transparent!important}.DkHh7g{display:inline-flex;align-items:center}.le8eP2{display:inline-block;font:var(--text-14);color:var(--c-100)}.kl2M3H{display:flex;flex-direction:column;gap:0;min-width:0;width:100%;overflow:hidden}._5c-U1h{display:flex;align-items:center;gap:8px;width:100%;min-height:0;border-bottom:2px solid var(--c-12);padding:4px 16px 6px}._5c-U1h input.input{flex:1 1 auto;min-width:0;height:28px;padding:0 0 2px;margin:0;border:none;border-radius:0;background:transparent;box-shadow:none;font:var(--text-15)}._5c-U1h input.input:hover,._5c-U1h input.input:focus,._5c-U1h input.input:focus-visible{border:none;box-shadow:none;outline:none;background:transparent}._5c-U1h input.input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}._5c-U1h input.input::-webkit-search-decoration{display:none}._5c-U1h input.input::-ms-clear{display:none}._5c-U1h input.input::-moz-search-clear-button{display:none}.SxS6ZQ{flex-shrink:0;color:var(--text-subtle);pointer-events:none}._1A5bM6{display:flex;flex-direction:column;max-height:216px;overflow-y:auto;overflow-x:hidden;width:100%;padding-block:4px}._1A5bM6::-webkit-scrollbar{width:4px;height:4px}._1A5bM6::-webkit-scrollbar-track{background-color:transparent;border:none}._1A5bM6::-webkit-scrollbar-thumb{background:var(--c-32);border-radius:var(--radius-full)}.XL1qy0{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:36px;height:36px;padding:0 4px 0 12px;cursor:pointer;font:var(--text-15);overflow:hidden;text-align:left;position:relative;background:transparent;border:none}.XL1qy0:hover{background-color:var(--background-subtle)}.cIDfaz,.cIDfaz:hover{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.cIDfaz .A1-3Bb{opacity:1}._0cbKZF{display:flex;align-items:center;margin-left:auto;position:relative;flex-shrink:0}.A1-3Bb{opacity:0;flex-shrink:0}.ILd0-8:hover{background-color:var(--red-12);color:var(--red)!important}.UlViVf{min-width:140px;width:-moz-max-content;width:max-content;max-width:min(240px,var(--reka-popover-content-available-width, 220px));z-index:100;overflow:hidden}.ti3RsK{display:flex;flex-direction:column;max-height:360px;overflow-y:auto;overflow-x:hidden;width:100%;padding-block:4px}.ti3RsK::-webkit-scrollbar{width:4px;height:4px}.ti3RsK::-webkit-scrollbar-track{background-color:transparent}.ti3RsK::-webkit-scrollbar-thumb{background:var(--c-32);border:none}.C3yzqI{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:36px;height:36px;padding:0 12px;cursor:pointer;font:var(--text-15);overflow:hidden;text-align:left;position:relative;border:none}.C3yzqI:hover{background-color:var(--background-subtle)}.C3yzqI [data-ui=badge]{max-width:100%}.cbz-mo,.cbz-mo:hover{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.cbz-mo .TKVRDw{opacity:1}.TKVRDw{opacity:0;flex-shrink:0;margin-left:auto}.sjdq4K{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;font:var(--text-14);color:var(--text-gray);padding-bottom:2px}._-86vr-{padding-top:2px}._-86vr- .bt{color:var(--blue)}._-86vr- .bt:hover{color:var(--blue);background-color:var(--blue-8)}.ngfalq{display:inline-block;height:100%;width:100%}.ngfalq.w-full{width:100%!important;display:block}.bFQJbH{width:-moz-fit-content;width:fit-content;display:inline-block;height:100%}.-Srk0J{box-shadow:none!important;border-radius:0!important;padding:0 0 2px!important;height:100%;background:transparent!important;position:relative!important;width:auto!important;max-width:none!important;min-width:-moz-fit-content!important;min-width:fit-content!important;flex-shrink:0!important}.-Srk0J:hover,.-Srk0J:focus,.-Srk0J:focus-within,.-Srk0J:active{box-shadow:none!important;background:transparent!important}.-Srk0J svg{opacity:.6}.VNCIl4{white-space:nowrap;display:inline-block;overflow:visible;text-overflow:clip;font:inherit;color:var(--c-100)}.UKfKsK{max-width:220px;height:100%;padding-bottom:2px;font:var(--text-14);background-color:transparent}.numberFieldContent[data-v-7422192e],.KgTBwz{display:flex;flex-direction:row;align-items:center}.KgTBwz :deep([data-slot="decrement"]),.KgTBwz :deep([data-slot="increment"]){color:var(--c-100);width:36px;min-width:36px;height:36px;padding:0!important}.KgTBwz :deep([data-slot="decrement"]):disabled,.KgTBwz :deep([data-slot="increment"]):disabled{cursor:not-allowed;opacity:.2}.KgTBwz :deep([data-slot="decrement"]):hover,.KgTBwz :deep([data-slot="increment"]):hover{background-color:var(--c-8)}.BMLSlk{width:108px;height:100%;align-items:center;display:flex;flex-direction:row}.BMLSlk :deep([data-slot="decrement"]),.BMLSlk :deep([data-slot="increment"]){width:36px;min-width:36px;height:36px}.BMLSlk ._7QUJqQ{width:32px!important;min-width:32px!important;max-width:32px!important;height:36px;font:inherit;padding:0 0 4px!important;border:none!important;background:transparent;text-align:center}._1KTFPU{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;padding:0 8px 3px 16px;cursor:pointer;transition:var(--transition);width:100%;background:transparent;border:none;text-align:left;font:var(--text-15)}._1KTFPU .filterPopoverOptionCheck{transition:opacity .15s ease;opacity:0}._1KTFPU:hover{background-color:var(--c-8)}.WRBX1k,._1KTFPU[data-selected=true]{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.WRBX1k .filterPopoverOptionCheck,._1KTFPU[data-selected=true] .filterPopoverOptionCheck{opacity:1}.jVdEWy{display:flex;align-items:center;position:relative;flex-shrink:0}.m7F-rw{margin-top:3px}.m7F-rw:hover{background-color:var(--red-24)!important;color:var(--red)}._1Yiecx{padding-top:4px}._1Yiecx .bt{color:var(--blue)}._1Yiecx .bt:hover{background-color:var(--blue-8)}.UL8bn9{width:100%;height:100%}.TkQXeb{display:flex;align-items:center;gap:8px;width:100%}.b0tkKL{position:relative;display:flex;flex-direction:row;width:100%;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;min-height:24px;height:24px}.y8RgQt{max-width:28px;box-shadow:none;border-radius:0;padding:0 0 4px 4px!important;text-align:left;font:var(--text-14)}.y8RgQt:focus,.y8RgQt:focus-within,.y8RgQt:active,.y8RgQt:hover{box-shadow:none}.y8RgQt[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cpVVxu{position:absolute;height:2px;width:100%;top:calc(50% - 1px);border-radius:var(--radius-full);background:var(--c-24)}.b0tkKL :deep([data-slot="range"]){position:absolute;height:100%;background:var(--blue);width:var(--radix-slider-range-x, 0%)}.IwTLhC{top:4px;display:block;min-width:16px;width:16px;height:16px;border-radius:99px;background:var(--blue)}.IwTLhC:focus-visible{outline:none}.IwTLhC:disabled{pointer-events:none;opacity:.5}.nMcS9P{min-width:140px}.wfvz9p{position:relative;display:inline-flex;height:20px;width:36px;flex-shrink:0;cursor:pointer;align-items:center;border-radius:99px;transition:var(--transition);background:var(--c-24);padding:2px}.wfvz9p[data-state=checked]{background:var(--accent)}.wfvz9p[data-state=unchecked]{background:var(--c-24)}.wfvz9p:focus-visible{outline:none}.wfvz9p:disabled{cursor:not-allowed;opacity:.5}._7YbHav{pointer-events:none;display:block;height:100%;width:16px;border-radius:99px;background:var(--white);transform:translate(0);transition:transform var(--transition-time, .2s) ease}.wfvz9p[data-state=checked] ._7YbHav{transform:translate(16px)}._98F5ak{margin-top:1px}.nfWyR2{display:flex;align-items:center;flex-direction:row;gap:4px;font:var(--text-14)}.WV6AK5{min-height:24px;flex:1;background:transparent;outline:none;margin-left:4px}._3Kc9XH{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:24px;border-radius:var(--radius-6);padding:0 24px 2px 6px;white-space:nowrap;background-color:var(--c-8);font:var(--text-14);color:var(--c-100);position:relative}.zlZDqj{font:var(--text-11);font-weight:var(--font-weight-medium);height:18px;border-radius:var(--radius-4);padding:0 18px 2px 5px}.Q0wdJd{background-color:transparent;color:var(--c-100)}.-WM5R9{background-color:var(--blue-12);color:var(--blue-text)}.T0PH7J{background-color:var(--green-24);color:var(--green-text)}.rwOWgU{background-color:var(--red-24);color:var(--red-text)}._6pxhFs{background-color:var(--orange-24);color:var(--orange-text)}.hBvkbB{background-color:var(--yellow-24);color:var(--yellow-text)}.VVVYH1{background-color:var(--teal-24);color:var(--teal-text)}.p-1HtU{background-color:var(--purple-24);color:var(--purple-text)}.lJ6uAX{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-6);background:transparent;cursor:pointer;transition:var(--transition);position:absolute;right:0;top:0;bottom:0;aspect-ratio:1/1;padding-bottom:1px}.lJ6uAX:hover{background:var(--c-8)}.lJ6uAX:hover svg{opacity:1}.lJ6uAX svg{opacity:.4}.MEfwtk{text-transform:capitalize}.RaEMkI{overflow:hidden}.sS1cds{display:flex;align-items:center;gap:4px}.WdXUC8{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:20px;font:var(--text-14);background-color:var(--c-6);border-radius:var(--radius-4);padding:0 22px 2px 5px;white-space:nowrap;position:relative;color:var(--c-100)}.WdXUC8 :deep(.q0romd){position:absolute;right:0;top:0;bottom:0;width:20px;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-4);background:transparent;cursor:pointer;transition:var(--transition)}.WdXUC8 :deep(.q0romd):hover{background:var(--c-8)}.WdXUC8 :deep(.q0romd):hover svg{opacity:1}.WdXUC8 :deep(.q0romd) svg{opacity:.4;width:12px;height:12px}.Pkr1oy{flex:1;min-width:80px;position:relative}.-uftsQ{min-height:20px;flex:1;background:transparent;outline:none;font:var(--text-14);width:100%;min-width:80px}.wpA-xH{position:relative;display:flex;gap:6px;min-width:20ch;height:100%;align-items:center}.fCp8AD{color:var(--c-24);font:var(--text-14);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._6o8j1f{color:var(--c-100);font:var(--text-14);white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.W3NCvY{display:flex;position:absolute;top:4px;left:-8px;z-index:8}.W3NCvY .textarea{min-width:240px;max-width:100%;scroll-padding-block:8px 26px;padding-block:8px 26px;resize:auto!important;font:var(--text-14)}.sb50y6{display:flex;align-items:baseline;gap:2px;position:absolute;bottom:4px;right:8px;font:var(--text-9);color:var(--c-80);background-color:var(--background);padding:3px 8px;border-radius:var(--radius-full)}.sb50y6 span{font:var(--text-8);background-color:var(--c-8);border-radius:var(--radius-2);box-shadow:inset 0 -1px var(--c-16);padding:1px 3px 2px;font-family:monospace;color:var(--c-100)}.ft-enter-active,.ft-leave-active{transition:opacity .12s ease,transform .12s ease}.ft-enter-from,.ft-leave-to{opacity:0;transform:translateY(-8px)}.RHsPJ7{max-width:220px;height:100%;padding-bottom:2px}.RHsPJ7 :deep(.tJ-MBS){font:var(--text-14)}.RHsPJ7 :deep(.Xl6LRn){font:var(--text-14)}._03jKWE{width:100%;height:100%;display:flex;align-items:center}.erk5-J{background:none;border:none;padding:0 0 2px;margin:0;font:var(--text-14);color:var(--c-60);cursor:pointer;display:flex;align-items:center;gap:4px;transition:var(--transition)}.erk5-J:hover{color:var(--c-100)}._7GrTab{display:flex;align-items:center;gap:4px;width:100%}.RRo6SZ{background:none;border:none;padding:0 0 2px;margin:0;font:var(--text-14);font-weight:var(--font-weight-medium);color:var(--c-100);cursor:pointer;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--c-16);transition:var(--transition);flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.RRo6SZ:hover{text-decoration-color:var(--c-40)}._8f08O0{flex-shrink:0;border-radius:var(--radius-full);padding:1px}.YvetdI{display:none}.vO5BxA{display:none;align-items:center;width:100%;text-align:left;padding:0;background:transparent;border:none;cursor:pointer}.BwDxRe{font-weight:var(--font-weight-medium);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BwDxRe:hover{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;text-decoration-thickness:1px}.LMxEf5{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;padding:0 8px 3px;cursor:pointer;transition:var(--transition);width:100%;background:transparent;border:none;text-align:left;font:var(--text-15)}.LMxEf5:hover{background-color:var(--c-8)}.aaZXwV,.LMxEf5[data-selected=true]{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.wdT--w{display:flex;align-items:center;position:relative;flex-shrink:0}.R8DytX{margin-top:3px}.R8DytX:hover{color:var(--text-black)}.popoverContent.MKb-5w{padding:8px;z-index:100;margin-left:8px;transform-origin:left center}.popoverContent.MKb-5w[data-state=open]{animation:XO9UJx .12s cubic-bezier(.16,1,.3,1)!important}.popoverContent.MKb-5w[data-state=closed]{animation:GCe9Lh .1s ease-in!important}.KNjUpf{display:flex;flex-direction:column;gap:8px;width:100%;padding:4px}.ygdG85{flex:1}._1opVqr{display:flex;gap:8px;justify-content:flex-end}.vPi2qS{padding-top:2px}.vPi2qS .bt{color:var(--blue)}.vPi2qS .bt:hover{color:var(--blue);background-color:var(--blue-8)}@keyframes XO9UJx{0%{opacity:0;transform:translate(-12px) scale(.94)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes GCe9Lh{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-8px) scale(.94)}}.pFiGja{width:100%;height:100%}.calendar{font:var(--text-14);padding:12px}.calendarCell:focus-within{position:relative;z-index:20}.calendarCell{padding:0;margin:2px}.calendarCellItem{display:inline-flex;align-items:center;justify-content:center;height:30px;width:30px;aspect-ratio:1/1;border-radius:var(--radius-6);border:none;background:transparent;font-weight:medium;padding:0 0 3px;cursor:pointer;text-align:center}.calendarCellItem:hover:not([data-disabled]){background-color:var(--color-swan)}.calendarCellItem[data-today]:not([data-selected]){position:relative}.calendarCellItem[data-today]:not([data-selected]):after{content:"";width:5px;height:5px;position:absolute;left:50%;top:26px;transform:translate(-50%);background-color:var(--red);border-radius:var(--radius-full)}.calendarCellItem[data-selected]{background-color:var(--accent);color:rgb(var(--white-rgb));opacity:1}.calendarCellItem[data-selected]:hover:not([data-disabled]){background-color:var(--accent);color:rgb(var(--white-rgb))}.calendarCellItem[data-today][data-selected]{background-color:var(--color-eel);color:var(--color-snow)}.calendarCellItem[data-disabled]{color:var(--color-swan);cursor:not-allowed}.calendarCellItem[data-disabled]:hover{background-color:transparent}.calendarCellItem[data-unavailable]{color:var(--red);text-decoration:line-through;cursor:not-allowed}.calendarCellItem[data-unavailable]:hover{background-color:transparent}.calendarCellItem[data-outside-view]{color:var(--text-subtle)}.calendarCellItem[data-outside-view][data-selected]{background-color:var(--color-polar);color:var(--text-subtle)}.calendarCellItem[data-outside-view][data-selected]:hover,.calendarCellItem[data-outside-view][data-selected]:focus{background-color:var(--color-polar);color:var(--text-gray)}.calendarHeaderMonth{display:flex;flex:1;text-align:center;justify-content:center;font:var(--text-14);padding-bottom:1px}.calendarHeadCell{display:flex;flex:1;text-align:center;justify-content:center;font:var(--text-13);color:var(--text-gray);padding-bottom:6px}.calendarCell.rangeCalendarCell{position:relative}.calendarCell.rangeCalendarCell:has(.rangeCalendarCellTrigger[data-selection-start]),.calendarCell.rangeCalendarCell:has(.rangeCalendarCellTrigger[data-selection-end]){background-color:transparent}.calendarCellItem.rangeCalendarCellTrigger[data-selection-start],.calendarCellItem.rangeCalendarCellTrigger[data-selection-end]{background-color:var(--color-eel);color:var(--color-snow)}.calendarCellItem.rangeCalendarCellTrigger[data-selection-start],.calendarCellItem.rangeCalendarCellTrigger[data-selection-end]{border-radius:var(--radius-6)}.calendarCellItem.rangeCalendarCellTrigger[data-highlighted]:not([data-selection-start]):not([data-selection-end]){background-color:var(--color-polar);color:var(--color-eel);border-radius:var(--radius-6)}.calendarCellItem.rangeCalendarCellTrigger[data-highlighted-start],.calendarCellItem.rangeCalendarCellTrigger[data-highlighted-end]{background-color:var(--color-eel);color:var(--color-snow)}.r79rVI{justify-content:start;width:100%;padding:0 32px 3px}.BNzom-{font-weight:var(--font-weight-normal)}.Ol85aQ{width:auto}.lpmM1X{opacity:.56;margin:0 4px 0 -2px}.eCcZMn{width:100%;display:inline-block;height:100%}.DkIGjJ{box-shadow:none!important;border-radius:0!important;padding:0 0 2px!important;height:100%;width:100%;background:transparent!important;position:relative!important;flex-shrink:0!important}.DkIGjJ:hover,.DkIGjJ:focus,.DkIGjJ:focus-within,.DkIGjJ:active{box-shadow:none!important;background:transparent!important}.DkIGjJ svg{opacity:.6}.lEKrHZ{white-space:nowrap;display:inline-block;overflow:visible;text-overflow:clip;font:inherit;color:var(--c-100)}.Y-F4HM{max-width:220px;height:100%;padding-bottom:2px;font:var(--text-14);background-color:transparent}._7zYCYf{width:100%;height:100%;display:flex;align-items:center;gap:4px;min-width:0}.C5LhRU{max-width:220px;height:100%;padding-bottom:2px;font:var(--text-14);background-color:transparent}.myn0Gr{flex:1;min-width:0;font:inherit;font-weight:var(--font-weight-normal);color:var(--c-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text}.hZ5cAb{flex-shrink:0;min-height:100%}.DKMp4g{width:100%;max-width:100%;height:100%;min-width:0;box-shadow:none!important;border-radius:0!important;padding:0 0 2px!important;background:transparent!important}.DKMp4g:hover,.DKMp4g:focus,.DKMp4g:focus-within,.DKMp4g:active{box-shadow:none!important;background:transparent!important}.nJvXmm{max-width:220px;height:100%;padding-bottom:2px;font:var(--text-14);background-color:transparent}.GojGz4{display:flex;flex-direction:row;align-items:center;position:relative;width:100%;height:36px;min-width:0;padding:0;overflow:hidden;border-radius:var(--radius-8);font:var(--text-15);background-color:var(--background);border-width:2px;border-color:var(--c-12)}.GojGz4:hover{border-color:var(--c-24)}.GojGz4:focus:not(:has(.bt)),.GojGz4:focus-within:not(:has(.bt)){border-color:var(--accent)}.GojGz4:has(>textarea){height:auto}.GojGz4:has(>[data-align=inline-start]) :deep(input){padding-left:6px}.GojGz4:has(>[data-align=inline-end]) :deep(input){padding-right:8px}.GojGz4:has(>[data-align=block-start]){height:auto;flex-direction:column}.GojGz4:has(>[data-align=block-start]) :deep(input){padding-bottom:12px}.GojGz4:has(>[data-align=block-end]){height:auto;flex-direction:column}.GojGz4:has(>[data-align=block-end]) :deep(input){padding-top:12px}.GojGz4:has([data-slot][aria-invalid=true]){border-color:var(--destructive);box-shadow:0 0 0 3px rgba(var(--destructive-rgb),.2)}@media (prefers-color-scheme: dark){.GojGz4:has([data-slot][aria-invalid=true]){box-shadow:0 0 0 3px rgba(var(--destructive-rgb),.4)}}.GojGz4 .input{background-color:transparent}.GojGz4 .input:focus,.GojGz4 .input:focus-visible,.GojGz4 .input:focus-within,.GojGz4 .input:hover{background-color:transparent;box-shadow:none}.zJ2MB1{display:flex;align-items:center;justify-content:center;gap:4px;padding-bottom:2px;height:auto;cursor:text;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--text-subtle)}.zJ2MB1 :deep(svg:not([class*="size-"])){width:14px;height:14px;color:var(--c-100);opacity:.4}.zJ2MB1 :deep(kbd){border-radius:calc(var(--radius) - 5px)}.zJ2MB1[data-align=inline-start]{order:-1;padding-left:8px}.zJ2MB1[data-align=inline-start]:has(>button){margin-left:-7px}.zJ2MB1[data-align=inline-start]:has(>kbd){margin-left:-6px}.zJ2MB1[data-align=inline-end]{order:1;padding-right:10px}.zJ2MB1[data-align=inline-end]:has(>button){margin-right:-10px;margin-top:2px}.zJ2MB1[data-align=inline-end]:has(>kbd){margin-right:-4px}.zJ2MB1[data-align=block-start],.zJ2MB1[data-align=block-end]{width:100%;justify-content:flex-start;padding:8px 8px 4px}.zJ2MB1[data-align=block-start]{order:-1}.zJ2MB1[data-align=block-end]{order:1}.d7hfGU{flex:1;padding-inline:10px;border:0!important;border-radius:0;background-color:transparent;box-shadow:none;overflow:hidden}._0Fb-PB{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;padding:8px;margin:-2px -4px 0;border-bottom:.5px solid var(--c-16)}._8MbYKD{display:flex;align-items:center;gap:4px;padding:3px 24px 3px 3px;border-radius:var(--radius-full);background-color:var(--c-6);font:var(--text-13);color:var(--c-100);position:relative}.js-tJg{width:18px;height:18px;min-width:18px;border-radius:var(--radius-full);display:grid;place-items:center;font:var(--text-8);font-weight:var(--font-weight-medium);flex-shrink:0}.DBID7a{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:2px;font:var(--text-11)}.T0IWXU{position:absolute;right:0;top:0;bottom:0;width:24px;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background:transparent;cursor:pointer;transition:var(--transition);opacity:.6}.T0IWXU:hover{opacity:1}.dNa1qw{width:28px;height:28px;min-width:28px;border-radius:var(--radius-full);padding-bottom:2px;display:grid;place-items:center;font:var(--text-11);font-weight:700}.slLe5k{flex:1;display:flex;flex-direction:column;padding-bottom:4px;padding-left:2px;min-width:0;text-align:left;overflow:hidden}.O997hk{font:var(--text-15);font-weight:var(--font-weight-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:22ch}._7PwAQJ{font:var(--text-11);color:var(--c-60);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:26ch}.PYe4r3{display:none;padding-top:4px}.o1APkB{font:var(--text-13);font-weight:var(--font-weight-medium);opacity:.8}.o1APkB:hover{opacity:1}.zsGdnB{display:flex;flex-direction:column;gap:12px;padding:10px 12px 12px;max-width:220px}._84iZCk{display:flex;gap:8px;justify-content:flex-end}.jAVUmP{transition:all .2s ease}@keyframes ZGXANB{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:ZGXANB .5s linear infinite}.Jbc9Z-{position:fixed;inset:0;z-index:101;background:#00000029;transition:var(--transition)}.Jbc9Z-[data-state=open]{animation:I8bl-I .2s ease-out}.Jbc9Z-[data-state=closed]{animation:KCiof6 .2s ease-in}.Lwj6Ax{position:fixed;left:50%;top:50%;z-index:102;display:grid;grid-template-rows:auto 1fr auto;width:calc(100% - 48px);max-width:500px;transform:translate(-50%,-50%);background:var(--background);border-radius:var(--radius-24);transition:var(--transition);max-height:90dvh;overflow:hidden}.Lwj6Ax[data-state=open]{animation:MQTpzO .15s ease-out,Mrq3J6 .15s ease-out}.Lwj6Ax[data-state=closed]{animation:XupA6- .15s ease-in,NSxwUc .15s ease-in}._7FalZZ{position:absolute;right:16px;top:16px;z-index:1;border-radius:var(--radius-full)!important;border:2px solid var(--border-color)}._7FalZZ button{color:var(--text-black)!important}._7FalZZ:disabled{pointer-events:none}.dialogBody{display:flex;flex-direction:column;gap:16px;overflow-y:auto;padding:24px}.dialogBody::-webkit-scrollbar{width:14px;height:14px}.dialogBody::-webkit-scrollbar-track{background-color:transparent}.dialogBody::-webkit-scrollbar-thumb{background:rgb(var(--black-rgb)/32%);border:4px solid var(--background);border-radius:var(--radius-full);-webkit-transition:var(--transition);transition:var(--transition)}.dialogBody::-webkit-scrollbar-thumb:hover{background:var(--c-40)}@media (max-width: 768px){.Lwj6Ax{width:100%;left:50%;top:auto;bottom:0;transform:translate(-50%);border-radius:var(--radius-16) var(--radius-16) 0 0}.Lwj6Ax[data-state=open]{animation:WlgPCW .15s ease-out}.Lwj6Ax[data-state=closed]{animation:bnrNBm .15s ease-in}}@keyframes I8bl-I{0%{opacity:0}to{opacity:1}}@keyframes KCiof6{0%{opacity:1}to{opacity:0}}@keyframes MQTpzO{0%{opacity:0}to{opacity:1}}@keyframes XupA6-{0%{opacity:1}to{opacity:0}}@keyframes Mrq3J6{0%{transform:translate(-50%,-50%) scale(.95)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes NSxwUc{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(.95)}}@keyframes WlgPCW{0%{opacity:0;transform:translate(-50%,32px)}to{opacity:1;transform:translate(-50%)}}@keyframes bnrNBm{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,32px)}}._0coHfw{font:var(--text-16);color:var(--text-gray);margin-top:4px}.YE72eI{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:end;gap:12px;padding:0 24px 24px}.YE72eI .btPrimary{width:-moz-fit-content;width:fit-content}.YE72eI.linear{flex-direction:column}.YE72eI.linear .bt{width:100%}@media only screen and (max-width: 768px){.YE72eI .btPrimary{flex:1}}._5U70YS{display:flex;flex-direction:column;text-align:left;padding:20px 56px 0 24px}._5RSKzH{font:var(--text-24)}._4KBMdL{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;position:relative}.WkMe91{padding:1rem 0;border-bottom:1px solid var(--border);flex-shrink:0;background-color:var(--background);z-index:10}.WkMe91 h3{font-size:1.125rem;font-weight:600}.FU-PJS{flex:1;padding:1rem 0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:1rem;min-height:0}.FU-PJS::-webkit-scrollbar{width:6px}.FU-PJS::-webkit-scrollbar-track{background:transparent}.FU-PJS::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.FU-PJS::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.pOjwOB{display:flex;gap:.75rem;max-width:75%;transition:all .2s ease}.WegNnx{align-self:flex-end;flex-direction:row-reverse}.WegNnx .eSbt--{flex-direction:row-reverse}.WegNnx .P6W3HW{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border-bottom-right-radius:.25rem}.Kc2eNx{align-self:flex-start}.Kc2eNx .P6W3HW{border-bottom-left-radius:.25rem}._00nJrJ{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.i2f1pt{display:flex;flex-direction:column;gap:.25rem}.eSbt--{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.jdE0r3{font-weight:600;color:var(--foreground)}.gL-3wj{color:var(--muted-foreground)}.P6W3HW{padding:.75rem 1rem;border-radius:1rem;background-color:var(--muted);word-wrap:break-word;white-space:pre-wrap;font-size:.9375rem;line-height:1.5;transition:opacity .2s ease,transform .2s ease}.uzRyaO{display:flex;flex-direction:column;gap:.5rem;max-width:300px}.uzRyaO img{width:100%;height:auto;border-radius:.75rem;max-height:400px;-o-object-fit:cover;object-fit:cover;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.uzRyaO img:hover{transform:scale(1.02);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.au0qk5{display:flex;gap:.5rem;padding:1rem 0 0;border-top:1px solid var(--border);align-items:flex-end;flex-shrink:0;background-color:var(--background);position:sticky;bottom:0;z-index:10}.pLJhtx{display:flex;gap:.25rem;align-items:center;position:relative}.NZ6G6-{flex-shrink:0;color:var(--muted-foreground);transition:color .2s}.NZ6G6-:hover{color:var(--foreground)}.-Su0a2{flex:1;resize:none;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.5rem;font-family:inherit;font-size:.9375rem;line-height:1.5;background-color:var(--background);color:var(--foreground);outline:none;transition:border-color .2s;min-height:44px;max-height:200px}.-Su0a2:focus{border-color:hsl(var(--primary))}.-Su0a2::-moz-placeholder{color:var(--muted-foreground)}.-Su0a2::placeholder{color:var(--muted-foreground)}._1Hbg0m{flex-shrink:0}._1Hbg0m:disabled{opacity:.5;cursor:not-allowed}._1-knN4{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.-WrZxT{transition:all .3s ease}.pZLM-B{opacity:0;transform:translateY(20px) scale(.9)}.lfi0F4{opacity:0;transform:translate(-20px)}.rxq10v{animation:MqtdXr .3s cubic-bezier(.175,.885,.32,1.275)}.rxq10v .P6W3HW{opacity:.7;animation:_4kwmU- 1.5s ease-in-out infinite}@keyframes zD9Y81{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes MqtdXr{0%{opacity:0;transform:translateY(15px) scale(.95)}60%{transform:translateY(-2px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes _4kwmU-{0%,to{opacity:.4}50%{opacity:.85}}.Rmstgc{max-width:95vw!important;max-height:95vh!important;width:95vw!important;height:95vh!important;padding:0!important;background:#000000f2!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important}.zPRiYt [data-ui=dialogClose].bt.btGhost.btIcon{display:none!important}.SMG6xl{position:absolute;top:0;right:0;z-index:100}.p0-XWa{position:absolute!important;top:1rem!important;right:1rem!important;z-index:100!important;background:#0009!important;border:2px solid rgba(255,255,255,.3)!important;border-radius:50%!important;width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;cursor:pointer!important;transition:all .2s!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.p0-XWa:hover{background:#fff3!important;border-color:#ffffff80!important;transform:scale(1.1)!important}._4A1i2F{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:3rem}.v9AiTK{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}.VqCnjP{position:fixed;bottom:32px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:9px 20px 12px 14px;background-color:var(--c-100);color:var(--cn-100);border-radius:var(--radius-full);white-space:nowrap;z-index:100;font-weight:var(--font-weight-medium);box-shadow:none;max-width:400px}.Ze91Wm{flex-shrink:0}.kxt2-b{color:var(--green)}.BZyEvP{color:var(--red)}.-qEHnd{color:var(--cn-100);padding-bottom:1px;font:var(--text-14);font-weight:var(--font-weight-medium)}.customTableToast-enter-active,.customTableToast-leave-active{transition:opacity .2s ease,transform .2s ease}.customTableToast-enter-from{opacity:0;transform:translate(-50%,8px)}.customTableToast-enter-to,.customTableToast-leave-from{opacity:1;transform:translate(-50%)}.customTableToast-leave-to{opacity:0;transform:translate(-50%,8px)}._1VEilz{flex:1;display:flex;flex-direction:column;min-height:0}.pt-Ucs{flex:1;width:100%;min-height:0;resize:none;padding:0;border-radius:0;box-shadow:none}.pt-Ucs:hover,.pt-Ucs:focus,.pt-Ucs:focus-within{box-shadow:none}.I0no9L{width:80px;max-width:100px;min-width:60px;height:100%;box-shadow:none!important;border-radius:0!important;padding:0 0 2px!important;background:transparent!important}.I0no9L:hover,.I0no9L:focus,.I0no9L:focus-within,.I0no9L:active{box-shadow:none!important;background:transparent!important}.B8hHOe{display:inline-flex;align-items:center;gap:4px;max-width:100px;height:100%}.uo0oxv{font:var(--text-14);flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:2px}.iuiAip{width:auto;box-shadow:none!important;border-radius:0!important;padding:0 0 2px!important;background:transparent!important;flex:0 0 auto}.iuiAip :deep(input){width:auto;text-align:left}.iuiAip:hover,.iuiAip:focus,.iuiAip:focus-within,.iuiAip:active{box-shadow:none!important;background:transparent!important}.cM7xUY{padding:0 var(--wrapper-padding) 24px}.kNnzRk{display:flex;align-items:center;gap:12px}.olNR-0{flex:1 1 auto;min-width:200px}.Vik-pU{position:relative;display:inline-block}.qzXpDs{display:flex;align-items:center;gap:6px}.XKAuVm{display:flex;height:20px;align-items:center;gap:4px;padding:0 4px 1px 6px;margin:2px -6px 0 0;background-color:var(--blue-16);color:var(--blue-dark);border-radius:var(--radius-4);font:var(--text-12);font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition)}.XKAuVm:hover{background-color:var(--blue-24)}._7xQYj-{width:-moz-fit-content;width:fit-content;padding:4px}.U-6oJU{display:flex;flex-direction:column;gap:2px}.Jx26-7{display:flex;align-items:center;gap:6px;cursor:pointer;background:transparent;border:none;height:30px;padding:0 4px 0 6px;border-radius:var(--radius-4);width:100%;text-align:left;transition:var(--transition)}.Jx26-7:hover:not(.lfTkW0){background-color:var(--c-4)}.Jx26-7:hover:not(.lfTkW0) .Ylc74z{opacity:.24}.lfTkW0 .Ylc74z{opacity:1}.lfTkW0:hover{background-color:var(--c-4)}.Ylc74z{opacity:0;flex-shrink:0}.si5b9R{font-size:14px;display:flex;align-items:center;gap:6px;white-space:nowrap;flex:1}.-Pnhgl{display:flex;align-items:center;justify-content:center;font:var(--text-10);font-family:var(--font-family-mono);color:var(--c-60);margin-left:auto;height:16px;text-align:center;min-width:16px;padding:0 4px 1px}.GOSZ9M{margin-top:2px}._8XVijd{padding:0 var(--wrapper-padding) 16px}.ZP-59j{display:flex;align-items:center;gap:12px}.B9C7HJ{flex:1 1 auto;min-width:200px}.mRdtth{white-space:nowrap}.VdLBP7{padding:0 var(--wrapper-padding) 16px}.-Yj7AH{display:flex;align-items:center;gap:12px}._5-pXLr{flex:1 1 auto;min-width:200px}.mdXhrl{white-space:nowrap}.selectGroup{display:flex;flex-direction:column;gap:4px}.vvbjXs{position:relative;display:inline-block}.-zSOtP{display:inline-block}.Sk1-03{background-color:var(--background);border-radius:var(--radius-12);border-color:var(--c-12);border-width:2px;padding:0;z-index:100;display:flex;flex-direction:column;gap:2px;max-width:280px;opacity:1;transform:scale(1)}.Sk1-03:has(.deleteConfirmPopover){border:none}._9XsSyy,.P8IDn-,._0iJco4{transform-origin:top center}.Sc88NO,.bzmAnd,._8qLgMl{transform-origin:bottom center}._44UAEh,.PNrpaQ{transform-origin:center center}.SVtB2e{transition:none!important}.uGrKAx{animation:none!important;transition:opacity .12s ease-in,transform .12s ease-in}.uoEMV7{animation:MjP1qw .1s cubic-bezier(.16,1,.3,1) both}@keyframes MjP1qw{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.ZrDvp6,.apwz0W,._183G6L,.XMZxqs,._7oNgvN,.AM-eKY,._8Gq0-Q,.h8De7c{opacity:1;transform:scale(1)}.zyt4-b,._5ZwFaU,._71I9tt,._0DfQNH,.YvW2sC,._0uUmjq,.cl9LO2,.aIf53C{opacity:0;transform:scale(.2)}._9BHhtV{display:flex;flex-direction:column;min-width:160px;max-width:220px;overflow:hidden;border-radius:var(--radius-10)}.FxCy0o{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;min-width:-moz-max-content;min-width:max-content;border:none;background-color:transparent;box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;gap:4px;height:28px;white-space:nowrap;position:relative;font:var(--text-14);border-radius:var(--radius-6);color:var(--text-gray)}.FxCy0o svg{color:var(--text-gray)!important;flex-shrink:0;margin-top:2px;opacity:1!important}.FxCy0o:hover{color:var(--text-black)}.FxCy0o:hover svg{color:var(--text-black)!important}.bdR0lA{display:flex;flex-direction:column}.bZ1YCa{height:2px;background-color:var(--border-color);width:100%}.VSZEgC{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:32px;height:32px;padding:0 16px 3px 12px;cursor:pointer;font:var(--text-15);overflow:hidden;text-align:left;position:relative;transition:var(--transition);background:transparent;border:none}.VSZEgC:hover{background-color:var(--c-8)}.O3ToqZ{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.EDhfMA{display:flex;flex-direction:column;max-height:min(70dvh,200px);overflow-y:auto;padding-block:4px 6px}.EDhfMA::-webkit-scrollbar{width:6px;height:6px}.EDhfMA::-webkit-scrollbar-track{background-color:transparent}.EDhfMA::-webkit-scrollbar-thumb{background:var(--c-24);-webkit-transition:var(--transition);transition:var(--transition);border:none;border-radius:0}.EDhfMA::-webkit-scrollbar-thumb:hover{background-color:var(--c-40)}.oRHSgN{display:flex;align-items:center;gap:8px;padding:0 16px 0 12px;min-height:32px;cursor:pointer}.oRHSgN:hover{background-color:var(--c-8)}._9cY5cn{font:var(--text-15);-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.XgGqj5{width:100%;height:32px;padding:0 16px 4px 12px;margin-block:4px;display:flex;align-items:center;justify-content:center;border-radius:0;font:var(--text-13);font-weight:700}.XgGqj5:hover{background-color:var(--background-subtle)}._5y1UlR{display:flex;flex-direction:column;height:100%}.J-jcTW{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.z6jTUC{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:2px solid var(--border-color)}.itWz3a{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.iDn4qQ{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;min-width:0}@media (max-width: 480px){.iDn4qQ{grid-template-columns:1fr}}.tdLgK3{color:var(--destructive);font:var(--text-12)}.a-hfF3{padding-inline:var(--wrapper-padding);width:100%;min-width:0;margin-inline:auto}.R8yST7{display:flex;flex-direction:column;min-width:0;width:100%;margin-top:-24px;padding-top:24px;position:sticky;top:0;z-index:10;background:var(--background)}.o4b1tM{display:flex;flex-direction:row;align-items:center;flex-shrink:0}.zVRyJr{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%;flex-wrap:wrap}._6mnoWm{flex:1;min-width:200px}.erVO1h{min-width:120px;max-width:160px}.workflowStepsName[data-v-01f7f67b]{margin:0}.workflowStepsAddButton[data-v-01f7f67b]{flex-shrink:0}.workflowStepsActions[data-v-01f7f67b]{display:flex;justify-content:end}.workflowStepsSheetWide[data-v-01f7f67b]{width:100%}.workflowStepsStaticTable[data-v-01f7f67b]{margin-left:0;padding:0;flex:1;min-height:0}.workflowStepsTableScroll[data-v-01f7f67b]{position:relative}.workflowStepsNowrapHead[data-v-01f7f67b]{white-space:nowrap}.workflowStepsDescriptionCell.staticTableText[data-v-01f7f67b]{white-space:normal;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-width:120px;max-width:220px;overflow-wrap:break-word}.workflowStepsNumber[data-v-01f7f67b]{font-variant-numeric:tabular-nums}.MMSSwC{min-width:0}.ne71Zl{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;min-width:0;font:var(--text-14);cursor:pointer}.ne71Zl span{-webkit-user-select:none;-moz-user-select:none;user-select:none}.d7IQNA{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}@media (max-width: 520px){.d7IQNA{grid-template-columns:1fr}}.dCh6mD{grid-column:1/-1}._-0vhpF{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}@media (max-width: 520px){._-0vhpF{grid-template-columns:1fr}}.C0jA7V{border:1px solid var(--c-20);border-radius:8px;height:32px;padding-inline:10px;color:var(--c-100);background:var(--bg)}._0KXjpe{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}@media (max-width: 520px){._0KXjpe{grid-template-columns:1fr}}.rK3wny{grid-column:1/-1}.IL4eKr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}@media (max-width: 520px){.IL4eKr{grid-template-columns:1fr}}.ymO5Kt{display:grid;grid-template-columns:2fr 3fr;gap:12px 16px}@media (max-width: 520px){.ymO5Kt{grid-template-columns:1fr}}.vU3WNG{min-width:680px}.vPDeCU{display:grid;grid-template-columns:minmax(200px,3fr) minmax(100px,2fr) minmax(100px,2fr) minmax(100px,1fr);gap:24px;padding:0 0 8px}.QvoUwW{display:flex;flex-direction:column;gap:0}._6jqZ2o{display:grid;grid-template-columns:minmax(200px,3fr) minmax(100px,2fr) minmax(100px,2fr) minmax(100px,1fr);align-items:center;gap:24px;padding:16px 0 8px}.c3sK1m{display:flex;align-items:center;gap:12px}._0qgi7p{border-radius:var(--radius-full);background-color:var(--color-snow);min-height:16px}.ftCzPt{flex:1;display:flex;flex-direction:column;min-height:0;padding:0 var(--wrapper-padding) clamp(24px,6vw + 8px,88px);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}.ftCzPt::-webkit-scrollbar{display:none}.EsxOeb{width:-moz-max-content;width:max-content;min-width:100%}.eQ42RU{display:flex;flex-direction:column;gap:16px;padding:24px}.PpKBYf{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;overflow:hidden;border-radius:var(--radius-10)}.GA7niW{display:flex;flex-direction:column;padding-block:4px}.RBNyzl{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:32px;height:32px;padding:0 16px 3px 12px;cursor:pointer;font:var(--text-15);overflow:hidden;text-align:left;position:relative;transition:var(--transition);background:transparent;border:none}.RBNyzl:hover{background-color:var(--c-8)}.d4DG31:hover{color:var(--red)}.d4DG31:hover svg{color:var(--red)}.fade-enter-active[data-v-dd9e8bc1],.fade-leave-active[data-v-dd9e8bc1]{transition:opacity 80ms ease}.fade-enter-from[data-v-dd9e8bc1],.fade-leave-to[data-v-dd9e8bc1]{opacity:0}.header__container .header__content[data-v-dd9e8bc1]{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.table-icon[data-v-dd9e8bc1]{display:inline-flex;align-items:center;margin-right:4px}.table-tab-menu-button[data-v-dd9e8bc1]{position:absolute;right:0;top:0;height:30px;width:30px;border-radius:var(--radius-full)}[data-v-dd9e8bc1] .custom-table-tab-trigger{display:flex;align-items:center;gap:6px;position:relative!important}[data-v-dd9e8bc1] .custom-table-tab-trigger[data-state=active]{padding-right:28px!important}.table-tab-name[data-v-dd9e8bc1]{flex:1;min-width:0;text-transform:none}.table-tab-name[data-v-dd9e8bc1]:first-letter{text-transform:uppercase}.create-table-button[data-v-dd9e8bc1]{display:flex;align-items:center;justify-content:center;height:30px;border:1px dashed var(--c-24);font-weight:var(--font-weight-medium);color:var(--c-100);padding:0 10px 2px 6px;transition:var(--transition);gap:2px;cursor:pointer;margin-left:16px}.create-table-button[data-v-dd9e8bc1]:hover{border:1px dashed var(--c-40);background-color:var(--c-6)}.TgZKPd{position:relative;display:inline-block}.zHixyw{display:flex;height:20px;align-items:center;gap:4px;padding:0 4px 1px 6px;margin:3px -6px 0 4px;background:rgb(var(--purple-rgb)/24%);color:var(--accent);border-radius:var(--radius-6);font:var(--text-12);font-weight:var(--font-weight-medium);cursor:pointer}.w7k8Gh{position:absolute;top:calc(100% + 8px);right:0;width:-moz-fit-content;width:fit-content;padding:6px 0;background-color:var(--background);border-radius:var(--radius-12);border-color:var(--c-12);border-width:2px;z-index:50;transform-origin:top center;margin-top:4px}._2SMNMy{transition:opacity .1s cubic-bezier(.16,1,.3,1),transform .1s cubic-bezier(.16,1,.3,1)}.rDb1kt{transition:opacity .1s ease-in,transform .1s ease-in}._908SSQ,.eWZ8FZ{opacity:0;transform:translateY(-12px) scale(.6)}.xsEFh6,.C1zkj3{opacity:1;transform:translateY(0) scale(1)}.OAyFRj{margin-bottom:4px}.OAyFRj:first-child .WcpL3i{padding-top:4px}.OAyFRj:last-child{margin-bottom:0}.WcpL3i{font:var(--text-12);color:var(--text-subtle);text-transform:uppercase;letter-spacing:.05em;padding:16px 16px 4px;display:flex;flex-direction:row;align-items:center;gap:8px}.jJgMif{display:flex;flex-direction:column}.H-CWOG{display:flex;align-items:center;gap:6px;cursor:pointer;background:transparent;border:none;height:32px;padding:0 16px 3px;width:100%;text-align:left}.H-CWOG:hover{background-color:var(--color-polar)}.IeFmsS,.IeFmsS:hover{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.IeFmsS ._93hVDa{opacity:1}.eiobNq{cursor:not-allowed;opacity:.4}._93hVDa{opacity:0;color:var(--accent);flex-shrink:0;margin-top:3px}.r7-Mci{display:flex;align-items:center;gap:8px;white-space:nowrap;flex:1}._5gvhrp{display:flex;align-items:center;justify-content:center;font:var(--text-15);color:var(--text-subtle);margin-left:auto;height:16px;text-align:center;min-width:16px;padding:0 4px}.S12gpC{margin:8px 12px 6px}.S12gpC .Qeazcu{width:100%}.fade-enter-active[data-v-940c808c],.fade-leave-active[data-v-940c808c]{transition:opacity 80ms ease}.fade-enter-from[data-v-940c808c],.fade-leave-to[data-v-940c808c]{opacity:0}.reviewsToolbar[data-v-940c808c]{padding-bottom:24px}.reviewsToolbarFilters[data-v-940c808c]{width:100%}.reviewsScrollContainer[data-v-940c808c]{flex:1;display:flex;flex-direction:column;min-height:0;padding-bottom:clamp(24px,6vw + 8px,88px);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}.reviewsScrollContainer[data-v-940c808c]::-webkit-scrollbar{display:none}.reviewsScrollContainerScroll[data-v-940c808c]{width:-moz-max-content;width:max-content;min-width:100%}.humanReviews{--humanReviews-grid: minmax(360px, 1.6fr) minmax(180px, .8fr) minmax(140px, .8fr) 96px;min-width:760px}.humanReviewsHeader{display:grid;grid-template-columns:var(--humanReviews-grid);gap:24px;padding:0 16px 8px;font:var(--text-13)}.humanReviewsHeaderDocument,.humanReviewsHeaderVendorName,.humanReviewsHeaderInvoiceDate{display:flex;align-items:center;gap:6px;white-space:nowrap}.humanReviewsGrid{display:flex;flex-direction:column;background-color:var(--background);border:2px solid var(--border-color);border-radius:var(--radius-12)}.humanReviewCard{display:grid;grid-template-columns:var(--humanReviews-grid);align-items:center;gap:24px;padding:16px;font:var(--text-16);font-weight:var(--font-weight-medium);cursor:pointer;text-align:left;border:none;background:transparent;outline:none}.humanReviewCard:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring, var(--c-40))}.humanReviewCard:not(:first-child){border-top:2px solid var(--color-polar)}.humanReviewCardHeader{display:flex;align-items:center;gap:16px;min-width:0}.humanReviewCardHeaderContent{display:flex;flex-direction:column;min-width:0;padding-bottom:2px}.humanReviewCardIcon{width:32px;height:32px;background-color:rgb(var(--green-rgb)/20%);border-radius:var(--radius-full);display:grid;place-items:center;flex-shrink:0;padding-bottom:1px;color:var(--green)}.humanReviewCardType{font:var(--text-11);color:var(--c-60);margin-bottom:2px}.humanReviewCardTitle{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;gap:8px;color:var(--text-black)}.humanReviewCardVendorName,.humanReviewCardInvoiceDate{display:flex;align-items:center;white-space:nowrap}.humanReviewCardSubtitle{font:var(--text-13);color:var(--text-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.humanReviewCardActions{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.fade-enter-active[data-v-e6c5f88d],.fade-leave-active[data-v-e6c5f88d]{transition:opacity 80ms ease}.fade-enter-from[data-v-e6c5f88d],.fade-leave-to[data-v-e6c5f88d]{opacity:0}.matchingToolbar[data-v-e6c5f88d]{padding-bottom:24px}.matchingToolbarFilters[data-v-e6c5f88d]{width:100%}.matchingScrollContainer[data-v-e6c5f88d]{flex:1;display:flex;flex-direction:column;min-height:0;padding-bottom:clamp(24px,6vw + 8px,88px);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}.matchingScrollContainer[data-v-e6c5f88d]::-webkit-scrollbar{display:none}.matchingScrollContainerScroll[data-v-e6c5f88d]{width:-moz-max-content;width:max-content;min-width:100%}.matchingReviews{--matchingReviews-grid: minmax(180px, 1fr) minmax(180px, 1fr) 88px 114px 96px 64px;min-width:920px}.matchingReviewsHeader{display:grid;grid-template-columns:var(--matchingReviews-grid);gap:24px;padding:0 16px 8px;font:var(--text-13)}.matchingReviewsHeaderWorkflow,.matchingReviewsHeaderDocs,.matchingReviewsHeaderStatus,.matchingReviewsHeaderConfidence,.matchingReviewsHeaderPending{display:flex;align-items:center;gap:6px;white-space:nowrap}.matchingReviewsGrid{display:flex;flex-direction:column;background-color:var(--background);border:2px solid var(--border-color);border-radius:var(--radius-12)}.matchingReviewCard{display:grid;grid-template-columns:var(--matchingReviews-grid);align-items:center;gap:24px;padding:16px;font:var(--text-16);font-weight:var(--font-weight-medium);cursor:pointer;text-align:left;border:none;background:transparent}.matchingReviewCard:not(:first-child){border-top:2px solid var(--color-polar)}.matchingReviewCardHeader{display:flex;align-items:center;gap:16px;min-width:0}.matchingReviewCardHeaderContent{display:flex;flex-direction:column;min-width:0;padding-bottom:2px}.matchingReviewCardIcon{width:32px;height:32px;background-color:rgb(var(--green-rgb)/20%);border-radius:var(--radius-full);display:grid;place-items:center;flex-shrink:0;padding-bottom:1px;color:var(--green)}.matchingReviewCardTitle{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;gap:8px;color:var(--text-black)}.matchingReviewCardSubtitle{font:var(--text-13);color:var(--c-60);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.matchingReviewCardDocs{display:flex;flex-wrap:nowrap;gap:6px;align-items:center;overflow:hidden;min-width:0}.matchingReviewCardStatus,.matchingReviewCardConfidence{display:flex;align-items:center;white-space:nowrap}.matchingReviewCardPending{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-gray);min-width:0}.matchingReviewCardActions{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.matchingDetail[data-v-8d4f7dbe]{display:flex;flex-direction:column;min-height:100%;background:var(--background)}.matchingDetailTopbar[data-v-8d4f7dbe]{display:flex;justify-content:start;align-items:center;gap:12px;padding:24px var(--wrapper-padding) 0;width:100%;margin-inline:auto}.matchingDetailMeta[data-v-8d4f7dbe]{display:flex;flex-direction:column;padding-bottom:2px}.matchingDetailMetaTitle[data-v-8d4f7dbe]{display:flex;align-items:center;font:var(--text-16);gap:8px;margin-bottom:2px}.matchingDetailMetaInfo[data-v-8d4f7dbe]{font:var(--text-12);color:var(--c-60)}.matchingDetailBody[data-v-8d4f7dbe]{padding:32px var(--wrapper-padding);width:100%;margin-inline:auto}.matchingDetailEmpty[data-v-8d4f7dbe]{padding:48px var(--wrapper-padding);width:100%;margin-inline:auto}.matchingDetailStack[data-v-8d4f7dbe]{display:flex;flex-direction:column;gap:32px}.matchingDetailEyebrow[data-v-8d4f7dbe]{font:var(--text-13);color:var(--c-60)}.matchingCard[data-v-8d4f7dbe]{display:flex;flex-direction:column;gap:16px}.matchingCardPrimary[data-v-8d4f7dbe]{border:none;padding:0}.matchingCardPrimary .matchingCardHeader[data-v-8d4f7dbe],.matchingCardPrimary .primaryLineList[data-v-8d4f7dbe],.matchingCardPrimary .lineStackEmpty[data-v-8d4f7dbe]{padding:0}.matchingCardUnmatched[data-v-8d4f7dbe]{border-top:var(--border);padding-top:32px}.matchingCardHeader[data-v-8d4f7dbe]{display:flex;flex-direction:row;justify-content:start;align-items:center;flex-wrap:wrap;gap:2px 8px;font:var(--text-16);font-weight:var(--font-weight-medium)}.matchingCardHeader h2[data-v-8d4f7dbe],.matchingCardHeader>div[data-v-8d4f7dbe]{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:2px 8px}.matchingCardHeader .matchingDetailEyebrow[data-v-8d4f7dbe]{flex-basis:100%;width:100%;margin:0}.matchingCardStatus[data-v-8d4f7dbe]{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:2px 8px}.primaryLineList[data-v-8d4f7dbe]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px}.primaryLineCard[data-v-8d4f7dbe]{display:flex;flex-direction:row;align-items:start;justify-content:space-between;border-radius:var(--radius-6);padding:12px;background:var(--background);gap:12px;text-align:left;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-button)}.primaryLineCard[data-v-8d4f7dbe]:hover{box-shadow:var(--shadow-button-hover);background-color:var(--c-2)}.primaryLineCardActive[data-v-8d4f7dbe]{box-shadow:inset 0 0 0 1px var(--blue)}.primaryLineCardActive[data-v-8d4f7dbe]:hover{box-shadow:inset 0 0 0 1px var(--blue);background-color:var(--background)}.primaryLineCardHeader[data-v-8d4f7dbe]{display:flex;justify-content:flex-end;align-items:center;gap:12px}.primaryLineCardBody[data-v-8d4f7dbe]{display:flex;flex-direction:column;gap:2px}.primaryLineCardSku[data-v-8d4f7dbe]{margin:-2px 0 0;font:var(--text-14);font-weight:var(--font-weight-medium)}.primaryLineCardDoc[data-v-8d4f7dbe]{margin:0;font:var(--text-13);color:var(--c-80)}.primaryLineCardMeta[data-v-8d4f7dbe]{display:flex;gap:4px;font:var(--text-13);color:var(--c-60)}.lineStackEmpty[data-v-8d4f7dbe]{font:var(--text-13);color:var(--c-60)}.matchingWorkspaceTitle[data-v-8d4f7dbe]{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:2px 8px}.matchingWorkspaceMeta[data-v-8d4f7dbe]{display:flex;flex-direction:row;align-items:start;gap:2px 6px}.workspaceAnchor[data-v-8d4f7dbe]{display:flex;flex-direction:column;gap:8px;padding:0}.workspaceAnchorLabel[data-v-8d4f7dbe]{font:var(--text-10);text-transform:uppercase;letter-spacing:.1em;color:var(--c-60);position:absolute;top:-7px;left:12px;background-color:var(--background);padding:0 4px}.workspaceAnchorCard[data-v-8d4f7dbe]{border:1px dashed var(--c-16);border-radius:var(--radius-6);padding:14px 12px 10px;display:flex;justify-content:space-between;gap:16px;position:relative}.workspaceAnchorBody[data-v-8d4f7dbe]{display:flex;flex-direction:column}.workspaceAnchorDoc[data-v-8d4f7dbe]{margin:0;font:var(--text-13);color:var(--c-60)}.workspaceAnchorSku[data-v-8d4f7dbe]{margin:0;font-weight:var(--font-weight-medium)}.workspaceAnchorFigures[data-v-8d4f7dbe]{display:flex;flex-direction:row;gap:6px;font:var(--text-12);color:var(--c-60);text-align:right}.matchColumnsWorkspace[data-v-8d4f7dbe]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:16px}.matchColumn[data-v-8d4f7dbe]{padding:0 12px 12px;background:var(--background-dimmed);display:flex;flex-direction:column;border:var(--border);border-radius:var(--radius-6)}.matchColumnTitle[data-v-8d4f7dbe]{display:flex;justify-content:space-between;align-items:center;gap:2px 12px;font:var(--text-13);font-weight:var(--font-weight-medium);flex-wrap:wrap;padding:8px 0}.matchColumnStatus[data-v-8d4f7dbe]{display:flex;justify-content:start;align-items:center;gap:2px 6px;flex-wrap:wrap}.matchColumnEmpty[data-v-8d4f7dbe]{font:var(--text-13);color:var(--c-60)}.matchColumnList[data-v-8d4f7dbe]{display:flex;flex-direction:column;gap:16px}.matchWorkspaceRow[data-v-8d4f7dbe]{box-shadow:var(--shadow-button);border-radius:var(--radius-6);padding:10px 12px 12px;background:var(--background);display:flex;align-items:flex-start;gap:8px;min-width:0}.matchWorkspaceRowActive[data-v-8d4f7dbe]{box-shadow:inset 0 0 0 1px var(--blue)}.matchWorkspaceCheckbox[data-v-8d4f7dbe]{display:flex;align-items:center;padding-top:2px;flex-shrink:0}.matchWorkspaceRowBody[data-v-8d4f7dbe]{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.matchWorkspaceRowDoc[data-v-8d4f7dbe]{display:flex;flex-direction:row;align-items:center;gap:2px 4px;font:var(--text-14);color:var(--c-80);flex-wrap:wrap}.matchWorkspaceRowDoc div[data-v-8d4f7dbe]{white-space:nowrap}.matchWorkspaceRowDoc div[data-v-8d4f7dbe]:first-child{font-weight:var(--font-weight-medium);color:var(--c-100)}.matchWorkspaceRowSummary[data-v-8d4f7dbe]{font:var(--text-12);color:var(--c-60)}.matchWorkspaceRowTop[data-v-8d4f7dbe]{display:flex;justify-content:space-between;align-items:baseline;gap:2px 12px;font:var(--text-13);flex-wrap:wrap}.matchWorkspaceRowTop span[data-v-8d4f7dbe]{color:var(--c-60)}.matchWorkspaceFields[data-v-8d4f7dbe]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,50px),1fr));gap:12px}.matchField[data-v-8d4f7dbe]{font:var(--text-12)}.matchActions[data-v-8d4f7dbe]{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.unmatchedHeader[data-v-8d4f7dbe]{display:flex;flex-direction:column;justify-content:start;align-items:start;gap:2px}.unmatchedHeaderTitle[data-v-8d4f7dbe]{font:var(--text-16);font-weight:var(--font-weight-medium)}.unmatchedHeaderHint[data-v-8d4f7dbe]{font:var(--text-13);color:var(--c-60)}.unmatchedColumns[data-v-8d4f7dbe]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px}.unmatchedColumn[data-v-8d4f7dbe]{padding:8px 12px 12px;background:var(--background-dimmed);display:flex;flex-direction:column;gap:8px;border:var(--border);border-radius:var(--radius-6)}.unmatchedColumnHeader[data-v-8d4f7dbe]{display:flex;justify-content:start;align-items:center;gap:8px;font-weight:var(--font-weight-medium)}.unmatchedColumnList[data-v-8d4f7dbe]{display:flex;flex-direction:column;gap:8px;border:1px dashed var(--c-16);border-radius:var(--radius-4);padding:4px 8px 8px}.unmatchedColumnListLabel[data-v-8d4f7dbe]{margin-bottom:-2px;font:var(--text-13);font-weight:var(--font-weight-medium);color:var(--c-60)}.unmatchedColumnEmpty[data-v-8d4f7dbe]{font:var(--text-13);color:var(--c-60)}.unmatchedItem[data-v-8d4f7dbe]{box-shadow:var(--shadow-button);border-radius:var(--radius-6);padding:8px 12px 12px;background:var(--background);display:flex;align-items:flex-start;gap:12px;cursor:pointer;transition:var(--transition)}.unmatchedItemActive[data-v-8d4f7dbe]{box-shadow:var(--shadow-button-focus)}.unmatchedItemCheckbox[data-v-8d4f7dbe]{display:flex;align-items:center;padding-top:4px;flex-shrink:0}.unmatchedItemBody[data-v-8d4f7dbe]{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.unmatchedItemBodySku[data-v-8d4f7dbe]{font-weight:var(--font-weight-medium);word-break:break-word}.unmatchedItemBodyMeta[data-v-8d4f7dbe]{display:flex;flex-direction:row;gap:4px;font:var(--text-12);color:var(--c-60);flex-wrap:wrap}@media (max-width: 500px){.matchingCardHeader[data-v-8d4f7dbe]{flex-direction:column}.matchingCardStatus[data-v-8d4f7dbe],.matchingWorkspaceMeta[data-v-8d4f7dbe]{align-items:flex-start;text-align:left}.workspaceAnchorCard[data-v-8d4f7dbe]{flex-direction:column;text-align:left}.matchColumnsWorkspace[data-v-8d4f7dbe],.matchColumnList[data-v-8d4f7dbe],.unmatchedColumns[data-v-8d4f7dbe],.unmatchedColumnList[data-v-8d4f7dbe],.primaryLineList[data-v-8d4f7dbe],.matchWorkspaceFields[data-v-8d4f7dbe]{grid-template-columns:1fr}}input.radio[data-v-8d4f7dbe]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:16px;height:16px;border:2px solid var(--c-16);border-radius:99px;background-color:var(--background);cursor:pointer;transition:var(--transition)}input.radio[data-v-8d4f7dbe]:hover{border-color:var(--c-40)}input.radio[data-v-8d4f7dbe]:checked{border-color:var(--blue);background-color:var(--background)}input.radio[data-v-8d4f7dbe]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:99px;background-color:var(--blue)}input.radio[data-v-8d4f7dbe]:disabled{opacity:.4;cursor:not-allowed}input.radio[data-v-8d4f7dbe]:disabled:hover{border-color:var(--c-16)}.fade-enter-active[data-v-abbed75b],.fade-leave-active[data-v-abbed75b]{transition:opacity 80ms ease}.fade-enter-from[data-v-abbed75b],.fade-leave-to[data-v-abbed75b]{opacity:0}.file-upload-value{display:flex;flex-direction:row;gap:4px;font:var(--text-12);margin-top:6px;color:var(--c-60)}.fade-enter-active[data-v-8c5ec84e],.fade-leave-active[data-v-8c5ec84e]{transition:opacity 80ms ease}.fade-enter-from[data-v-8c5ec84e],.fade-leave-to[data-v-8c5ec84e]{opacity:0}.aiWorkers{--ai-workers-grid: minmax(200px, 3fr) 88px minmax(140px, 2fr) minmax(72px, 1fr);min-width:720px}.aiWorkersHeader{display:grid;grid-template-columns:var(--ai-workers-grid);gap:24px;padding:0 16px 8px;font:var(--text-13)}.aiWorkersHeaderWorker,.aiWorkersHeaderStatus,.aiWorkersHeaderLastRun{display:flex;align-items:center;gap:6px;white-space:nowrap}.aiWorkersGrid{display:flex;flex-direction:column;background-color:var(--background);border:2px solid var(--border-color);border-radius:var(--radius-12)}.aiWorkerCard{display:grid;grid-template-columns:var(--ai-workers-grid);align-items:center;gap:24px;padding:16px;font:var(--text-16);font-weight:var(--font-weight-medium);cursor:pointer;text-align:left;border:none;background:transparent}.aiWorkerCard:not(:first-child){border-top:2px solid var(--color-polar)}.aiWorkerCardHeader{display:flex;align-items:center;gap:16px;min-width:0}.aiWorkerCardHeaderContent{display:flex;flex-direction:column;min-width:0}.aiWorkerCardIcon{width:32px;height:32px;background-color:rgb(var(--pink-rgb)/20%);border-radius:var(--radius-full);display:grid;place-items:center;flex-shrink:0;padding-bottom:1px;color:var(--pink)}.aiWorkerCardType{font:var(--text-13);color:var(--text-gray)}.aiWorkerCardTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-black)}.aiWorkerCardStatus{display:flex;align-items:center;white-space:nowrap}.aiWorkerCardLastRun{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aiWorkerCardActions{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.eVYtke{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:16px;pointer-events:auto;position:relative;width:100%;max-width:200px;background-color:var(--red);border-radius:var(--radius-12)}.HqjN-n{width:32px;height:32px;border-radius:var(--radius-full);background:var(--red-16);color:var(--red-dark);display:flex;align-items:center;justify-content:center;padding-bottom:1px}.Q3Ojk7{font:var(--text-18);font-weight:700;margin-bottom:4px;color:var(--color-snow)}.G2A0Yh{font:var(--text-14);color:var(--color-snow);font-weight:500}.pt5PP5{width:100%;pointer-events:auto;margin-top:4px}._5GXbi3{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:7px 18px 9px 12px;background-color:var(--c-100);color:var(--cn-100);border-radius:var(--radius-full);white-space:nowrap;z-index:9999;font-weight:var(--font-weight-medium)}._43GqYB{color:var(--green);flex-shrink:0}.cOkjck{color:var(--cn-100);padding-bottom:1px}.copyToast-enter-active,.copyToast-leave-active{transition:opacity .2s ease,transform .2s ease}.copyToast-enter-from{opacity:0;transform:translate(-50%,10px)}.copyToast-enter-to,.copyToast-leave-from{opacity:1;transform:translate(-50%)}.copyToast-leave-to{opacity:0;transform:translate(-50%,10px) scale(.92)}.fade-enter-active[data-v-2a6720ae],.fade-leave-active[data-v-2a6720ae]{transition:opacity 80ms ease}.fade-enter-from[data-v-2a6720ae],.fade-leave-to[data-v-2a6720ae]{opacity:0}.auth{--auth-grid: minmax(180px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(100px, 1fr) 64px;min-width:920px}.authHeader{display:grid;grid-template-columns:var(--auth-grid);gap:24px;padding:0 16px 8px;font:var(--text-13)}.authHeaderName,.authHeaderUsername,.authHeaderUrl,.authHeaderStatus{display:flex;align-items:center;gap:6px;white-space:nowrap}.authGrid{display:flex;flex-direction:column;background-color:var(--background);border:2px solid var(--border-color);border-radius:var(--radius-12)}.authCard{display:grid;grid-template-columns:var(--auth-grid);align-items:center;gap:24px;padding:16px;font:var(--text-16);font-weight:var(--font-weight-medium);cursor:pointer;text-align:left;border:none;background:transparent}.authCard:not(:first-child){border-top:2px solid var(--color-polar)}.authCardHeader{display:flex;align-items:center;gap:16px;min-width:0}.authCardHeaderContent{display:flex;flex-direction:column;min-width:0}.authCardIcon{width:32px;height:32px;border-radius:var(--radius-full);display:grid;place-items:center;flex-shrink:0;padding-bottom:1px}.authCardIconLogin{background-color:rgb(var(--green-rgb)/20%);color:var(--green)}.authCardIconNote{background-color:rgb(var(--purple-rgb)/20%);color:var(--purple)}.authCardIconApp{background-color:rgb(var(--orange-rgb)/20%);color:var(--orange)}.authCardType{font:var(--text-13);color:var(--text-gray)}.authCardTitle{display:flex;align-items:center;gap:4px;min-width:0;color:var(--text-black)}.authCardUsername,.authCardUrl{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-gray)}.authCardNote{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:var(--text-gray);line-height:1.4}.authCardStatus{display:flex;align-items:center;justify-content:flex-start}.authCardActions{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.newAuth{width:-moz-fit-content;width:fit-content;padding:0;display:flex;flex-direction:column;gap:2px;z-index:999}.newAuthLabel{font:var(--text-10);color:var(--c-60);padding:8px 6px 2px 4px;text-transform:uppercase;letter-spacing:.025rem;font-weight:var(--font-weight-medium);display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:start}.newAuthLabel:after{content:"";flex:1;height:.5px;background:var(--c-16);display:block}.newAuthItem{display:flex;align-items:center;justify-content:start;flex-direction:row;gap:10px;width:100%;padding:4px 14px 4px 4px;background:transparent;border-radius:var(--radius-4);cursor:pointer;transition:var(--transition);text-align:left;white-space:nowrap}.newAuthItem:hover{background-color:var(--c-4)}.newAuthItemAvatar{width:28px;min-width:28px;height:28px;border-radius:var(--radius-4);display:grid;place-items:center}.newAuthItemAvatarLogin{color:var(--green-dark);background-color:var(--green-24)}.newAuthItemAvatarNote{color:var(--purple-dark);background-color:var(--purple-24)}.newAuthItemAvatarApp{color:var(--orange-dark);background-color:var(--orange-24)}.newAuthItemContent{display:flex;flex-direction:column}.newAuthItemTitle{font:var(--text-13);font-weight:var(--font-weight-medium);padding-bottom:2px}.newAuthItemSubtitle{font:var(--text-10);color:var(--c-60)}.newAuthItemApp .newAuthItemContent{padding-bottom:0}.fade-enter-active[data-v-b00eee2d],.fade-leave-active[data-v-b00eee2d]{transition:opacity 80ms ease}.fade-enter-from[data-v-b00eee2d],.fade-leave-to[data-v-b00eee2d]{opacity:0}.workflows{--workflows-grid: minmax(200px, 3fr) repeat(2, minmax(120px, 2fr)) minmax(120px, 1fr)}.workflowsHeader{display:grid;grid-template-columns:var(--workflows-grid);gap:24px;padding:0 16px 8px;font:var(--text-13)}.workflowsHeaderWorkflow,.workflowsHeaderCreated,.workflowsHeaderUpdated{display:flex;align-items:center;gap:6px;white-space:nowrap}.workflowsGrid{display:flex;flex-direction:column;background-color:var(--background);border:2px solid var(--border-color);border-radius:var(--radius-12)}.workflowCard{display:grid;font:var(--text-16);font-weight:var(--font-weight-medium);grid-template-columns:var(--workflows-grid);align-items:center;gap:24px;padding:16px;cursor:pointer;text-align:left;border:none;background:transparent}.workflowCard:not(:first-child){border-top:2px solid var(--color-polar)}.workflowCardWorkflow{display:flex;flex-direction:row;align-items:center;gap:12px;min-width:0}.workflowCardWorkflowIcon{width:32px;height:32px;background-color:rgb(var(--blue-rgb)/20%);border-radius:var(--radius-full);display:grid;place-items:center;flex-shrink:0;padding-bottom:1px;color:var(--blue)}.workflowCardWorkflowTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-black)}.workflowCardWorkflowSubtitle{font:var(--text-13);color:var(--c-60);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.workflowCardCreated,.workflowCardUpdated{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflowCardActions{display:flex;align-items:center;justify-content:end;flex-shrink:0}.workflowsEmptyState{padding:80px 32px 96px;width:100%;border:.5px dashed var(--c-16);border-radius:var(--radius-8);background-color:var(--background-dimmed);display:grid;place-items:center;margin-top:24px}.workflowsEmptyStateContent{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.workflowsEmptyStateIcon{opacity:.6}.workflowsEmptyStateTitle{font:var(--text-14);margin:8px 0 4px}.workflowsEmptyStateSubtitle{font:var(--text-13);color:var(--c-60);margin-bottom:16px}.workflowActionsPopover{display:flex;flex-direction:column;padding-block:6px;overflow:hidden}.workflowActionsOption{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;height:36px;padding:0 20px 0 16px;font:var(--text-14);font-weight:var(--font-weight-bold);color:var(--text-gray);letter-spacing:.05em;text-decoration:none;text-transform:uppercase;cursor:pointer;background:var(--background);border:none}.workflowActionsOption:hover{filter:brightness(.9);color:var(--text-black)}:global(.workflowClientPopover){padding:8px;min-width:160px}:global(.workflowClientList){display:flex;flex-direction:column;gap:2px}:global(.workflowClientOption){padding:8px 12px;border-radius:var(--radius-6);font:var(--text-13);text-align:left;border:none;background:transparent;cursor:pointer}:global(.workflowClientOption):hover{background-color:var(--background-dimmed)}:global(.workflowClientOptionActive){background-color:var(--blue-12);color:var(--blue)}.orderBySelectTrigger{min-width:224px;max-width:224px}.orderByStaticLabel{color:var(--text-gray);font-weight:500;white-space:nowrap}.p1mQLz{max-width:1200px;width:90vw;max-height:90vh;display:grid;grid-template-rows:auto 1fr}.S1U8V5{display:flex;flex-direction:column;justify-content:start;align-items:start;flex-wrap:wrap;gap:12px;padding:12px 16px 0}.g1ZBbm{display:flex;flex-direction:column}.G88tXd{font:var(--text-16);font-weight:var(--font-weight-medium)}.Ye0KNY{font:var(--text-13);color:var(--c-60)}.-AVFMw{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%}.YTd8Xp{position:relative;overflow-y:auto;padding:16px 16px 64px;min-height:300px}.YTd8Xp .rs7cqj{--auth-grid: minmax(180px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr) 58px;min-width:820px}.YTd8Xp .YFn5oE{display:grid;grid-template-columns:var(--auth-grid);gap:24px;padding:0 16px 8px;font:var(--text-12);color:var(--c-100);opacity:.6}.YTd8Xp ._1OwrpX,.YTd8Xp .upFRiz,.YTd8Xp .dLa8Nk{display:flex;align-items:center;gap:4px;white-space:nowrap}.YTd8Xp .n0EH-M{display:flex;flex-direction:column;overflow:hidden;border:var(--border);border-radius:var(--radius-6);background-color:var(--background)}.YTd8Xp .tZO8Fk{display:grid;grid-template-columns:var(--auth-grid);align-items:center;gap:24px;padding:16px;font:var(--text-13);text-align:left;background:transparent}.YTd8Xp .tZO8Fk:hover{background-color:var(--c-2)}.YTd8Xp .tZO8Fk:not(:last-child){border-bottom:var(--border)}.YTd8Xp .dB89F6,.YTd8Xp .dB89F6:hover{background-color:var(--blue-8)}.YTd8Xp .JDwE82{display:flex;align-items:center;gap:12px;min-width:0}.YTd8Xp .Z1aiIm{display:flex;flex-direction:column;min-width:0}.YTd8Xp ._2MVMCA{width:24px;height:28px;border-radius:var(--radius-3);display:grid;place-items:center;flex-shrink:0;box-shadow:0 3px 3px -3px rgb(var(--black-rgb)/16%),0 0 0 .5px var(--c-16)}.YTd8Xp .PoJXw3{background:linear-gradient(to bottom,var(--teal-0),var(--teal-6));color:var(--teal-dark)}.YTd8Xp .dVNIaT{background:linear-gradient(to bottom,var(--yellow-0),var(--yellow-10));color:var(--yellow-dark)}.YTd8Xp .UeZ0TO{color:var(--blue-dark);background:var(--background)}.YTd8Xp .C1Q3mD{color:var(--blue)}.YTd8Xp ._9fFdga{font:var(--text-12);color:var(--text-gray)}.YTd8Xp .YiSwZc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.YTd8Xp .cL3JMl,.YTd8Xp .Z4eH1D{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--c-80)}.YTd8Xp .SgEUM6{grid-column:2/4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--c-80);line-height:1.4}.YTd8Xp .-ECRc8{pointer-events:all;white-space:nowrap}.YTd8Xp ._2QaCvy{position:fixed;bottom:24px;left:50%;transform:translate(-50%);opacity:0;pointer-events:none;border-radius:var(--radius-full);padding-inline:14px}.YTd8Xp .SY-7dQ{animation:QSLGCK .15s ease-out forwards;pointer-events:auto}@keyframes QSLGCK{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.ZMUSQx{position:fixed;top:60px;right:12px;width:100%;max-width:340px;z-index:99;background:var(--background);transition:right .3s cubic-bezier(.4,0,.2,1);border-radius:var(--radius-16);overflow:auto;border:2px solid var(--border-color)}.goI7Bl{width:100%;height:100%;display:flex;flex-direction:column;gap:20px;pointer-events:none;position:relative;padding:16px 20px 20px;overflow-y:auto;overflow-x:hidden;max-height:calc(100dvh - 76px)}.goI7Bl>*{pointer-events:auto}.goI7Bl::-webkit-scrollbar{width:4px;height:4px}.goI7Bl::-webkit-scrollbar-track{background-color:transparent}.goI7Bl::-webkit-scrollbar-thumb{background:var(--c-32);border:none;border-radius:0}.AuC1Rh{font:var(--text-22);display:flex;align-items:start;justify-content:space-between;gap:8px}.ugEHBZ{display:flex;align-items:center;gap:2px}.jmCE77{box-sizing:border-box;background-color:var(--background);border-radius:var(--radius-12);border:2px solid var(--c-12);outline:none}.ms8nNl{position:relative;width:100%}.ZyDp3Y{width:100%;justify-content:start;position:relative}.h7zTbi{box-shadow:0 0 0 .5px var(--red),0 0 0 3px var(--red-16),0 32px 32px -32px var(--red-16)!important}._5lwK2F{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;margin-top:1px}.KzxnbW{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:100;transform-origin:top center;overflow:hidden;padding:4px 0}.oVfXF6{display:flex;flex-direction:column}.LrZeaj{display:flex;align-items:center;gap:12px;padding:0 16px 2px 12px;min-height:36px;cursor:pointer;font:var(--text-15);width:100%;border:none;background:transparent;text-align:left}.LrZeaj:hover{background-color:var(--color-polar)}.Woxtnq{background-color:rgb(var(--purple-rgb)/10%)}.Woxtnq .m5MdSO{color:var(--accent)}.Woxtnq:hover{background-color:rgb(var(--purple-rgb)/10%);color:var(--accent)}.P8DeX8{display:flex;align-items:center;justify-content:center;flex-shrink:0}.m5MdSO{flex:1;min-width:0;font:var(--text-15);color:var(--text-black);padding-bottom:2px}.FyB81f{margin-left:auto;color:var(--accent);flex-shrink:0}.b1A-zC,.cKFAuY{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding-block:8px 16px}.zfKBga,.m-TJdo{display:flex;flex-direction:column}.NBR4iP,.pxfSiZ{color:var(--text-gray);font:var(--text-10);text-align:center;padding-top:4px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.aooOCn,.F2aIH3{position:relative;aspect-ratio:1/1;border-radius:var(--radius-8);overflow:visible;background:var(--background-subtle)}.F2aIH3{cursor:pointer}.F2aIH3:hover{background:var(--c-6)}.-wnW-a,.GkzhSL{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius-4)}.zPOW9L{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.EekRvf,.FvbGCy{display:flex;align-items:center;justify-content:center;width:100%;height:100%;opacity:.4}.o7T-UF,.-zWdS5{position:absolute;top:0;right:0;background-color:var(--background-subtle)!important}.o7T-UF:hover,.-zWdS5:hover{filter:brightness(.9)}.node-types-popover-enter-active{animation:Q9Utn7 .1s cubic-bezier(.16,1,.3,1)}.node-types-popover-leave-active{animation:fdNs5X .1s ease-in}@keyframes Q9Utn7{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes fdNs5X{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.viU8p4{font:var(--text-13);color:var(--c-80);margin-top:-8px}.JebxtU{margin-top:8px;color:var(--red);font-weight:var(--font-weight-medium)}.Vo5xIv{width:100%;max-width:100%;display:flex;flex-direction:column;gap:12px}.Q-QjIA,.ZR4TQG{width:100%}.Ro-jSS{width:100%;max-width:100%;min-width:0}.T2n9BD .Ro-jSS{border-color:var(--red)}.fyAuUg,.TtG4H7{width:100%}.DSNTAl{display:flex;flex-direction:row;gap:8px}.DSNTAl>*{flex:1}.gu8ZkB{width:100%;max-width:100%;display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.lqOYpO{width:100%;display:flex;align-items:center;gap:8px;flex:1;min-width:0}.lHYDU1{width:100%;max-width:100%;min-width:0;flex:1}.kXTgd3,.MkAqAC{width:100%}.CT7U3E{display:flex;flex-direction:row;gap:8px}.CT7U3E>*{flex:1}.e6SP6-{font:var(--text-15);color:var(--text-gray);margin-top:-8px}.acBxAe{display:flex;flex-direction:column;width:100%;min-width:0;margin-top:8px}._8M16pd{display:flex;align-items:center;justify-content:flex-start;padding:0 0 4px;color:var(--text-gray);font:var(--text-13);white-space:nowrap}.hUFMTq{display:flex;flex-direction:column}.HDiaad{display:flex;flex-direction:column;gap:12px;padding:4px 20px 24px;margin-inline:-20px;position:relative;border-bottom:2px solid var(--border-color)}.HDiaad:not(:first-child){padding-top:20px}.QgYCA5{display:flex;align-items:start;justify-content:space-between;width:100%}.o-0KC6{display:inline-flex;align-items:center;padding:3px 8px 4px;border-radius:var(--radius-6);font:var(--text-12);text-transform:uppercase;letter-spacing:.005em;font-weight:var(--font-weight-bold)}.YuhntD{background:rgb(var(--blue-rgb)/20%);color:var(--blue)}._5NDO3u{background:rgb(var(--orange-rgb)/20%);color:var(--orange)}.-LQ4VS{background:rgb(var(--pink-rgb)/20%);color:var(--pink)}.ymbZDs{color:var(--text-gray)!important}._1XhsQD{display:flex;flex-direction:column;gap:8px}._34jR57{font:var(--text-11);color:var(--c-60);margin-top:4px}.X8WQo3{color:var(--blue);text-decoration:none}.X8WQo3:hover{text-decoration:underline}._2Fxu05{width:100%}.C1JA2k{font:var(--text-11);color:var(--red);margin-top:6px}.RgArz8{display:flex;flex-direction:column;gap:16px}._14cAVE{display:flex;flex-direction:column;gap:8px;position:relative}._2BRDgy{flex:1;min-width:0}.tu3rTt{display:flex;align-items:flex-start;flex-direction:column;gap:4px;width:100%;padding:8px 12px 12px;border:2px dashed var(--border-color);border-radius:var(--radius-10);margin-top:8px}.C9HFeA{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:100%}.hbqJsP{font:var(--text-12);color:var(--text-gray);text-transform:uppercase;letter-spacing:.005em;flex-shrink:0}._3lEcFO{font:var(--text-10);color:var(--c-60);text-transform:uppercase;letter-spacing:.005em;color:var(--text-gray)!important}._9s-mQX{width:100%;margin-top:8px;color:var(--text-gray)!important}.node-container-enter-from{opacity:0;transform:translate(16px)}.node-container-enter-to,.node-container-leave-from{opacity:1;transform:translate(0)}.node-container-leave-to{opacity:0;transform:translate(16px)}.vue-flow__node .YEB31m{transition:none}[data-flow-dragging=true] .vue-flow__node .YEB31m{transition:none!important}.YEB31m{display:flex;align-items:center;flex-direction:row;gap:12px;background:var(--background);border-radius:var(--radius-16);border:2px solid var(--border-color);min-width:100px;max-width:300px;position:relative;padding:12px 20px 12px 12px;cursor:pointer;height:auto!important}@media only screen and (max-width: 768px){.YEB31m{height:auto!important;min-height:0!important}}.XlQwcp{border-color:var(--blue)}.DR1ABD{display:flex;align-items:flex-start;gap:12px;width:100%}.tuBsjV{flex:1;display:flex;flex-direction:column;min-width:0;position:relative;gap:2px;margin-top:-2px}.cOXYao{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-8);flex-shrink:0;transition:var(--transition)}.cOXYao svg{margin:0;color:inherit}.bCG7gn{font:var(--text-15);color:var(--text-black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:18px}._15BagD{font:var(--text-13);color:var(--text-gray);line-height:16px}._7baqo9{color:var(--text-gray)}._5PdoEV{border-color:#d1d5db}._5PdoEV:before{background:transparent}.NmMTBq .cOXYao{padding:.3rem;border-radius:var(--radius-4)}._8lw8Rw{display:flex;flex-direction:column;gap:8px}._96qY8C{display:flex;flex-direction:column;padding:8px;gap:6px;height:-moz-fit-content;height:fit-content}.Kqjli-{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;padding:6px 16px 6px 6px;border-radius:var(--radius-10);background:var(--background);cursor:pointer;transition:var(--transition);border-width:2px 2px 4px;border-color:var(--border-color);flex:1 1 0}.Kqjli-:hover{filter:brightness(.9)}.CadUON{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-6);flex-shrink:0}._4aEQIH{text-align:center;white-space:nowrap;padding-bottom:2px;font:var(--text-16)}.St1SuJ{border:2px dashed var(--border-color);background-color:transparent;box-shadow:none;padding:0}.St1SuJ .bCG7gn{font:var(--text-9);color:var(--text-gray);text-transform:uppercase;letter-spacing:.05em}._9CXzBe{height:100%;height:-webkit-fill-available;width:2px;border-radius:var(--radius-full);background:rgb(var(--node-color));align-self:stretch;flex-shrink:0}.Bkp1aL{width:100%}.bSYXU4{position:absolute;top:calc(100% - 10px);left:50%;translate:-50% 0;display:flex;align-items:center;z-index:10;gap:2px}._2o0Cvn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-full);background:var(--background);border:2px solid var(--border-color);flex-shrink:0}.PWBVMF{display:flex;flex-direction:column;width:calc(100% + 32px);margin-left:-12px;margin-top:12px;margin-bottom:-10px}.eZJqPL{position:relative;display:flex;align-items:center;justify-content:space-between;padding:9px 16px 11px;text-align:right;border-top:2px solid var(--border-color);min-height:40px}.WEVFq-{display:flex;flex-direction:column;justify-content:end;gap:2px;font:var(--text-14);flex:1}.WEVFq- span{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:4px;color:var(--text-gray)}.R33DLM{display:flex;flex-direction:row;justify-content:end;gap:6px;font:var(--text-14);color:var(--blue);flex:1}._6LrEwO{color:var(--accent)}.eRCQjD{padding:0 6px 2px 32px;flex-direction:row;justify-content:flex-start;gap:6px}.IgoqFY{padding:4px;width:-moz-fit-content;width:fit-content;min-width:200px}.v9m64e{display:flex;flex-direction:column;gap:2px}.CA6I41{display:flex;align-items:flex-start;gap:8px;padding:6px 10px 6px 6px;border-radius:var(--radius-6);cursor:pointer;transition:var(--transition);text-align:left;width:100%;background:transparent;border:none;white-space:nowrap}.CA6I41:hover{background:var(--c-6)}.kjBUl9{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-4);flex-shrink:0;padding-bottom:1px;box-shadow:var(--shadow-button)}.My0mrI{flex:1;display:flex;flex-direction:column;gap:1px}.hUdiqP{font:var(--text-12);margin-top:-1px;color:var(--text-black)}.mpfUle{font:var(--text-10);color:var(--text-gray)}.ZqSW5C{position:absolute;top:-2px;right:-2px;background:rgb(var(--node-color));color:#fff;padding:.25rem .5rem;border-radius:0 var(--radius-8) 0 var(--radius-8);font:var(--text-9);z-index:1}.HLmGDe{display:flex;flex-direction:column;gap:2px;width:100%;padding:8px 12px}.MF0SiN{display:flex;flex-direction:column}._3oUc9q{background:transparent;resize:none;overflow-y:auto;min-height:2.2rem;max-height:8.8rem;line-height:1.1rem;padding:0 4px 0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:inherit;color:inherit}._3oUc9q::-moz-placeholder{color:var(--text-gray)}._3oUc9q::placeholder{color:var(--text-gray)}._3oUc9q::-webkit-scrollbar{width:6px;height:6px}._3oUc9q::-webkit-scrollbar-track{background-color:transparent;cursor:default}._3oUc9q::-webkit-scrollbar-thumb{background:var(--c-24);background-clip:padding-box;border:none;border-radius:var(--radius-full);cursor:default}.EDXE3j{display:none!important}.lhYEhK{width:16px!important;height:16px!important;background:var(--background)!important;border:2px solid var(--border-color)!important;z-index:5;opacity:1}.rbdnaD{display:flex;flex-direction:column;gap:8px}.WEr9Sp{display:none}.eJ-vRA{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.l5KIZk.YaSlKF{pointer-events:none;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.T-C5Fs{font:var(--text-14);color:var(--text-gray)}.L6K06r{font:var(--text-14);color:var(--red-dark)}.ZrqurV{display:grid;grid-template-columns:repeat(4,60px);gap:12px;margin-top:12px;margin-bottom:2px}.pETHKf{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:start;text-align:center;outline:none;width:60px;max-width:60px;gap:4px}.A-a8-Y{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:start;cursor:pointer;transition:var(--transition);text-align:center;outline:none;width:60px;max-width:60px;gap:4px}.A-a8-Y:hover .mPjdUU{opacity:1}.v-12z8{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-6);flex-shrink:0;box-shadow:0 3px 3px -3px rgb(var(--black-rgb)/16%),inset 0 0 0 .5px var(--c-16)}._7unJrB{width:60px;height:60px;display:grid;place-items:center;border-radius:var(--radius-6);background:var(--c-4);color:var(--text-black);flex-shrink:0;box-shadow:0 3px 3px -3px rgb(var(--black-rgb)/16%),inset 0 0 0 .5px var(--c-16)}.LuXjfm{background:linear-gradient(to bottom,var(--teal-0),var(--teal-6));color:var(--teal-dark)}.D-eb68{background:linear-gradient(to bottom,var(--yellow-0),var(--yellow-10));color:var(--yellow-dark)}.mPjdUU{position:absolute;top:-8px;right:-8px;min-width:16px;width:16px;height:16px;border-radius:var(--radius-full)}.mPjdUU.YaSlKF{pointer-events:none;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Fz4-LC{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;font:var(--text-9);line-height:1.1;color:var(--text-gray);width:100%;letter-spacing:0}.oOGFuE{position:fixed;inset:0;background:rgb(var(--black-rgb)/40%);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_7UIv1n .15s ease-out both}@keyframes _7UIv1n{0%{opacity:0}to{opacity:1}}._9qOVh5{position:relative;width:min(960px,100%);max-height:100%;display:flex;flex-direction:column;gap:16px;border-radius:var(--radius-16);background:var(--background);overflow:hidden;max-height:90dvh}._9qOVh5:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 .5px var(--c-8);width:100%;height:100%;border-radius:var(--radius-16);z-index:1;pointer-events:none}.LV8VYn{position:absolute;top:8px;right:8px;width:32px;height:32px;display:grid;place-items:center;border:none;border-radius:var(--radius-10);cursor:pointer;transition:var(--transition)}.LV8VYn:hover{background:var(--c-8)}.D6z-M1{display:flex;flex-direction:column;gap:4px;padding:16px 40px 0 20px}.D6z-M1 h3{font:var(--text-16);font-weight:var(--font-weight-semibold);color:var(--text-black)}.D6z-M1 span{font:var(--text-14);color:var(--text-gray)}.IuvaZ4{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.IuvaZ4 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.N4lgZx{width:100%;height:min(70vh,620px);border:none;border-radius:inherit;background:#fff}._4OCcyX{display:flex;flex-direction:column;gap:2px}.RHafCW{justify-content:flex-start;gap:8px;width:100%}._4tMFmI{margin-top:8px;padding:10px!important}._4tMFmI .auth-card__header{gap:8px;margin-bottom:6px}._4tMFmI .auth-card__icon{width:28px;height:28px;min-width:28px;border-radius:var(--radius-6)}._4tMFmI .auth-card__type{font:var(--text-10)}._4tMFmI .auth-card__title{font:var(--text-12)}._4tMFmI .auth-card__info{font:var(--text-12);gap:8px;flex-direction:row}._4tMFmI .auth-card__info-icon{width:10px;height:10px;margin-right:4px}._2UZx8E{position:absolute;top:4px;right:4px;width:24px;height:24px}.u4nb2y{position:relative;background:var(--background);border-radius:var(--radius-8);min-width:120px;min-height:80px;width:200px;height:100px;box-shadow:var(--shadow-button);transition:none;display:flex;flex-direction:column}._0Aeg0l{width:100%;height:100%;border-radius:var(--radius-8);background-color:var(--yellow-8);flex:1;display:flex;flex-direction:column}.ckDwEr{font:var(--text-10);color:var(--c-60);padding:10px 12px 0}.sfmwnJ{width:100%;height:100%;border:none;background:transparent;font:var(--text-12);font-family:var(--font-family-mono);color:var(--c-80);resize:none;outline:none;overflow:auto;flex:1;z-index:11;padding:4px 12px 8px}.sfmwnJ::-webkit-scrollbar{display:none}.sfmwnJ{scrollbar-width:none;-ms-overflow-style:none}.sfmwnJ::-moz-placeholder{color:var(--c-60)}.sfmwnJ::placeholder{color:var(--c-60)}.sfmwnJ:focus{outline:none}._9AT6ZJ{position:absolute;top:4px;right:4px;z-index:10}.-mLoE0{width:20px;min-width:20px;height:20px;border-radius:var(--radius-4);padding-bottom:1px}.N9Tlrc{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}._8O95a1{position:absolute;width:8px;height:8px;background:var(--background);box-shadow:inset 0 0 0 1px var(--c-16),0 1px 1px -1px rgb(var(--black-rgb)/16%);border-radius:1px;pointer-events:all;cursor:nwse-resize;transition:var(--transition);z-index:9}._8O95a1:after{content:"";position:absolute;pointer-events:auto;height:50px;width:50px}.BGY33d{top:-8px;left:-8px;cursor:nwse-resize}.BGY33d:after{top:-16px;left:-16px}.xpWH85{top:-8px;right:-8px;cursor:nesw-resize}.xpWH85:after{top:-16px;right:-16px}.OOiSdh{bottom:-8px;left:-8px;cursor:nesw-resize}.OOiSdh:after{bottom:-16px;left:-16px}.VJhyly{bottom:-8px;right:-8px;cursor:nwse-resize}.VJhyly:after{bottom:-16px;right:-16px}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease}.fade-enter-from,.fade-leave-to{opacity:0}.vue-flow__node .p733yU{transition:none}[data-flow-dragging=true] .vue-flow__node .p733yU{transition:none!important}.p733yU{display:flex;align-items:center;flex-direction:row;gap:12px;background:var(--background);border-radius:var(--radius-12);border:2px solid var(--border-color);padding:12px 20px 12px 12px;cursor:default;position:relative;transition:none;height:auto!important}.evgW88{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%}.uIAyF5{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-6);flex-shrink:0;background:rgba(var(--green-rgb));color:rgb(var(--white-rgb));transition:var(--transition)}.uIAyF5 svg{margin:0;color:inherit;fill:currentColor;stroke-width:0}.TjYsSt{font:var(--text-16);color:var(--text-black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:2px}.q-Zpej{width:10px!important;height:10px!important;background:var(--background)!important;box-shadow:var(--shadow-button);border:none!important;z-index:5;transition:opacity .15s ease,visibility .15s ease}.TP39tb{position:fixed;left:12px;top:0;bottom:0;z-index:30;pointer-events:none;display:flex;flex-direction:column;justify-content:center;gap:0;transition:left .3s cubic-bezier(.4,0,.2,1)}.ylIVDL{display:flex;flex-direction:column;align-items:center;background:var(--background);border-radius:var(--radius-12);pointer-events:all;border:2px solid var(--border-color);overflow:hidden}.ig4qVw{position:absolute;left:0;bottom:12px}.SxxNAO{width:44px;height:44px;padding:0 0 1px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-black)}.SxxNAO:hover:not(:disabled){background-color:var(--color-polar)}.SxxNAO:disabled{opacity:.5;pointer-events:none}.lsnPbV{background-color:rgb(var(--purple-rgb)/10%);color:var(--accent)}.sVNu79{width:1px;height:20px;background:var(--c-8);margin:0 2px}.OK-4rd{position:relative}._7SBvHA{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:-moz-fit-content;width:fit-content;max-height:400px;display:flex;flex-direction:column;gap:4px;pointer-events:all;padding:4px;background:var(--background);border-radius:var(--radius-8);transform-origin:bottom center}.TED1xX{display:flex;flex-direction:column;gap:2px}.pFFFgv{display:flex;align-items:flex-start;gap:8px;padding:6px 10px 6px 6px;border-radius:var(--radius-6);cursor:pointer;transition:var(--transition);text-align:left;width:100%;background:transparent;border:none;white-space:nowrap}.pFFFgv:hover{background:var(--c-6)}.WXuNQk{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-4);flex-shrink:0;padding-bottom:1px;box-shadow:var(--shadow-button)}.VJP8JM{flex:1;display:flex;flex-direction:column;gap:1px}.k-VaEo{font:var(--text-12);margin-top:-1px;color:var(--c-100)}.cc6R6b{font:var(--text-10);color:var(--c-60)}.node-panel-enter-active{animation:kFHTe1 80ms ease-out}.node-panel-leave-active{animation:WFCUFV .16s ease-in}@keyframes kFHTe1{0%{opacity:0;transform:translate(-50%) translateY(8px) scale(.96)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes WFCUFV{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(8px) scale(.96)}}.ewjgKi{position:fixed;top:52px;left:8px;z-index:30;width:-moz-fit-content;width:fit-content;max-height:400px;display:flex;flex-direction:column;gap:4px;pointer-events:all;padding:4px;background:var(--background);border-radius:var(--radius-8);border:1px solid transparent;transition:var(--transition)}.anZ01V{box-shadow:var(--shadow-button-focus)}.mkKHb8{display:flex;flex-direction:column;gap:2px}.CPnEzC{display:flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:var(--radius-6);cursor:pointer;transition:var(--transition);text-align:left;width:100%;background:transparent;border:none;white-space:nowrap}.CPnEzC:hover{background:var(--c-6)}.E3lV0I{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:var(--radius-4);flex-shrink:0;padding-bottom:.5px}.MrmqPr{flex:1;display:flex;flex-direction:column;gap:1px}.HHL--j{font:var(--text-13);color:var(--c-100);padding-bottom:1px}.MHSc9y{font:var(--text-10);color:var(--c-60)}.xSr78l{background-color:var(--c-100);color:var(--cn-100);font:var(--text-12);font-weight:var(--font-weight-medium)}.vue-flow{position:relative;width:100%;height:100%;overflow:hidden;z-index:0;direction:ltr}.vue-flow__container{position:absolute;height:100%;width:100%;left:0;top:0}.vue-flow__pane{z-index:1}.vue-flow__pane.draggable{cursor:grab}.vue-flow__pane.selection{cursor:pointer}.vue-flow__pane.dragging{cursor:grabbing}.vue-flow__transformationpane{transform-origin:0 0;z-index:2;pointer-events:none}.vue-flow__viewport{z-index:4;overflow:clip}.vue-flow__selection{z-index:6}.vue-flow__edge-labels{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-flow__nodesselection-rect:focus,.vue-flow__nodesselection-rect:focus-visible{outline:none}.vue-flow .vue-flow__edges{pointer-events:none;overflow:visible}.vue-flow__edge-path,.vue-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.vue-flow__edge{pointer-events:visibleStroke;cursor:pointer}.vue-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.vue-flow__edge.animated path.vue-flow__edge-interaction{stroke-dasharray:none;animation:none}.vue-flow__edge.inactive{pointer-events:none}.vue-flow__edge.selected,.vue-flow__edge:focus,.vue-flow__edge:focus-visible{outline:none}.vue-flow__edge.selected .vue-flow__edge-path,.vue-flow__edge:focus .vue-flow__edge-path,.vue-flow__edge:focus-visible .vue-flow__edge-path{stroke:#555}.vue-flow__edge-textwrapper{pointer-events:all}.vue-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-flow__connection{pointer-events:none}.vue-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.vue-flow__connectionline{z-index:1001}.vue-flow__nodes{pointer-events:none;transform-origin:0 0}.vue-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.vue-flow__node.draggable{cursor:grab;pointer-events:all}.vue-flow__node.draggable.dragging{cursor:grabbing}.vue-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.vue-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.vue-flow__nodesselection-rect.dragging{cursor:grabbing}.vue-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px}.vue-flow__handle.connectable{pointer-events:all;cursor:crosshair}.vue-flow__handle-bottom{left:50%;bottom:0;transform:translate(-50%,50%)}.vue-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.vue-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.vue-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.vue-flow__edgeupdater{cursor:move;pointer-events:all}.vue-flow__panel{position:absolute;z-index:5;margin:15px}.vue-flow__panel.top{top:0}.vue-flow__panel.bottom{bottom:0}.vue-flow__panel.left{left:0}.vue-flow__panel.right{right:0}.vue-flow__panel.center{left:50%;transform:translate(-50%)}@keyframes dashdraw{0%{stroke-dashoffset:10}}:root{--vf-node-bg: #fff;--vf-node-text: #222;--vf-connection-path: #b1b1b7;--vf-handle: #555}.vue-flow__edge.updating .vue-flow__edge-path{stroke:#777}.vue-flow__edge-text{font-size:10px}.vue-flow__edge-textbg{fill:#fff}.vue-flow__connection-path{stroke:var(--vf-connection-path)}.vue-flow__node{cursor:grab}.vue-flow__node.selectable:focus,.vue-flow__node.selectable:focus-visible{outline:none}.vue-flow__node-default,.vue-flow__node-input,.vue-flow__node-output{padding:10px;border-radius:3px;width:150px;font-size:12px;text-align:center;border-width:1px;border-style:solid;color:var(--vf-node-text);background-color:var(--vf-node-bg);border-color:var(--vf-node-color)}.vue-flow__node-default.selected,.vue-flow__node-default.selected:hover,.vue-flow__node-input.selected,.vue-flow__node-input.selected:hover,.vue-flow__node-output.selected,.vue-flow__node-output.selected:hover{box-shadow:0 0 0 .5px var(--vf-box-shadow)}.vue-flow__node-default.selected,.vue-flow__node-default:focus,.vue-flow__node-default:focus-visible,.vue-flow__node-input.selected,.vue-flow__node-input:focus,.vue-flow__node-input:focus-visible,.vue-flow__node-output.selected,.vue-flow__node-output:focus,.vue-flow__node-output:focus-visible{outline:none;border:1px solid #555}.vue-flow__node-default .vue-flow__handle,.vue-flow__node-input .vue-flow__handle,.vue-flow__node-output .vue-flow__handle{background:var(--vf-handle)}.vue-flow__node-default.selectable:hover,.vue-flow__node-input.selectable:hover,.vue-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.vue-flow__node-input{--vf-node-color: var(--vf-node-color, #0041d0);--vf-handle: var(--vf-node-color, #0041d0);--vf-box-shadow: var(--vf-node-color, #0041d0);background:var(--vf-node-bg);border-color:var(--vf-node-color, #0041d0)}.vue-flow__node-input.selected,.vue-flow__node-input:focus,.vue-flow__node-input:focus-visible{outline:none;border:1px solid var(--vf-node-color, #0041d0)}.vue-flow__node-default{--vf-handle: var(--vf-node-color, #1a192b);--vf-box-shadow: var(--vf-node-color, #1a192b);background:var(--vf-node-bg);border-color:var(--vf-node-color, #1a192b)}.vue-flow__node-default.selected,.vue-flow__node-default:focus,.vue-flow__node-default:focus-visible{outline:none;border:1px solid var(--vf-node-color, #1a192b)}.vue-flow__node-output{--vf-handle: var(--vf-node-color, #ff0072);--vf-box-shadow: var(--vf-node-color, #ff0072);background:var(--vf-node-bg);border-color:var(--vf-node-color, #ff0072)}.vue-flow__node-output.selected,.vue-flow__node-output:focus,.vue-flow__node-output:focus-visible{outline:none;border:1px solid var(--vf-node-color, #ff0072)}.vue-flow__nodesselection-rect,.vue-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.vue-flow__nodesselection-rect:focus,.vue-flow__nodesselection-rect:focus-visible,.vue-flow__selection:focus,.vue-flow__selection:focus-visible{outline:none}.vue-flow__handle{width:6px;height:6px;background:var(--vf-handle);border:1px solid #fff;border-radius:100%}.vue-flow__controls{box-shadow:0 0 2px 1px #00000014}.vue-flow__controls-button{background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.vue-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.vue-flow__controls-button:hover{background:#f4f4f4}.vue-flow__controls-button:disabled{pointer-events:none}.vue-flow__controls-button:disabled svg{fill-opacity:.4}.GQQtDx{height:100%;width:100%;position:relative;background-color:var(--background-dimmed);min-height:0}@media only screen and (max-width: 768px){.GQQtDx{height:100%;min-height:0}}.GQQtDx .vue-flow__node{transition:none!important;height:auto!important;max-height:none!important}@media only screen and (max-width: 768px){.GQQtDx .vue-flow__node{height:auto!important;min-height:0!important;max-height:none!important}}.GQQtDx .vue-flow__edges{pointer-events:none!important}.GQQtDx .vue-flow__edge{transition:none}.GQQtDx .vue-flow__edge.selected{pointer-events:all!important}.GQQtDx .vue-flow__edge-path{stroke:var(--border-color);stroke-width:2px!important;pointer-events:none;stroke-dasharray:3 3;stroke-linecap:butt;animation:p-JG1S 80s linear infinite}.GQQtDx .vue-flow__edge-interaction{stroke-dasharray:3 3;animation:p-JG1S 80s linear infinite}@keyframes p-JG1S{0%{stroke-dashoffset:100%}to{stroke-dashoffset:0}}.GQQtDx .vue-flow__connectionline.vue-flow__connectionline--hidden{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.GQQtDx .vue-flow__panel{margin:16px!important;border:1px solid var(--c-12)!important;border-radius:var(--radius-10);background-color:var(--background)!important;overflow:hidden;padding:2px!important}.GQQtDx .vue-flow__controls-interactive{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.GQQtDx .vue-flow__controls-button{background:transparent!important;border:none!important;box-sizing:border-box!important;display:flex!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;border-radius:var(--radius-6);transition:var(--transition)}.GQQtDx .vue-flow__controls-button:hover{background-color:var(--c-8)!important}.GQQtDx .vue-flow__controls-button svg{fill:var(--c-100)}.GQQtDx .workflowFlowHandle.vue-flow__handle{width:10px!important;height:10px!important;z-index:5}.GQQtDx .workflowFlowHandle.vue-flow__handle:after{content:"";position:absolute;width:32px;height:32px;background-color:transparent;pointer-events:auto!important;top:50%;left:50%;translate:-50% -50%}.GQQtDx .workflowFlowHandle.vue-flow__handle-right{right:-6px!important;top:50%!important;transform:translateY(-50%)!important}.GQQtDx .workflowFlowHandle.vue-flow__handle-left{left:-6px!important;top:50%!important;transform:translateY(-50%)!important}.VuXPAU{height:100%;width:100%;margin-left:0}.uRfa5u{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.vue-flow__handle--hidden,.vue-flow__handle--waiting{opacity:0!important;pointer-events:none!important;visibility:hidden!important}.tfpfYI{position:fixed;z-index:1000;background:var(--background);width:194px;border-radius:var(--radius-8);animation:k3Sj1M .15s ease-out;transform-origin:left center}@keyframes k3Sj1M{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.tfpfYI[data-placement=top]{transform-origin:bottom center}.tfpfYI[data-placement=bottom]{transform-origin:top center}.NFEuDH{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--neutral-6)}.NFEuDH h4{font:var(--text-6);font-weight:var(--font-weight-semibold);color:var(--c-100);margin:0}.TVg-5W{width:24px;height:24px;border:none;background:none;color:var(--c-60);font-size:18px;cursor:pointer;border-radius:var(--radius-4);display:flex;align-items:center;justify-content:center}.TVg-5W:hover{background:var(--neutral-4);color:var(--c-60)}._5j3FEt{display:flex;flex-direction:column;padding:4px}.DFFRV5{width:100%;display:flex;align-items:center;justify-content:start;gap:10px;padding:4px 14px 6px 8px;border:none;background:none;border-radius:var(--radius-4);cursor:pointer;text-align:left;transition:var(--transition);position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.DFFRV5:hover{background-color:var(--c-6)}.fKsqNf{flex-shrink:0;width:16px;display:flex;align-items:center;justify-content:center}.BO8wUL{flex:1}.MJ4-Ff{font:var(--text-13);color:var(--c-100)}.-QX0ME{font:var(--text-11);color:var(--c-60)}.ATk0lT{position:fixed;inset:0;z-index:999;background:transparent}.UzTzxJ{background-color:var(--background);width:-moz-fit-content;width:fit-content;max-width:200px;z-index:10000!important;border-radius:var(--radius-12);border:2px solid var(--border-color);padding:4px 0;display:flex;flex-direction:column;overflow:hidden}.U4cbqB{display:flex;align-items:center;justify-content:start;flex-direction:row;height:36px;font:var(--text-15);padding:0 16px 4px;gap:6px;cursor:pointer;transition:var(--transition);position:relative;border:none}.U4cbqB:hover{background-color:var(--c-6)}.U4cbqB svg{margin-top:1px}.U4cbqB:has(svg){padding-left:12px}.U4cbqB:has(.absoluteIcon){padding-left:28px}.U4cbqB.is-selected,.U4cbqB[aria-selected=true]{background-color:var(--blue-12);color:var(--blue)}.U4cbqB.is-selected .selectItem__check,.U4cbqB[aria-selected=true] .selectItem__check{color:var(--blue)}.wxMzFY{color:var(--red)}.wxMzFY:hover{background-color:rgb(var(--red-rgb)/10%)}.Vd2Z5b{position:fixed;top:0;right:0;height:100%;width:100%;max-width:340px;background:var(--background);border-left:2px solid var(--border-color);transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:40;display:flex;flex-direction:column}.oQp1uI{transform:translate(0)}.AbxAmd{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden}.SS47pj{padding:12px 16px 12px 20px;display:flex;align-items:center;justify-content:space-between;gap:4px}.pIgZ-r{display:flex;align-items:center;flex-direction:row;gap:8px;font:var(--text-18);padding-bottom:1px;flex:1}.dRhixO{padding:0 16px 12px;display:flex;flex-direction:row;align-items:baseline;gap:16px}.voDyY3{display:flex;align-items:start;flex-direction:column;font:var(--text-13);min-width:0}.voDyY3:not(:first-child){border-left:var(--border);padding-left:16px}.pAIDxR{font:var(--text-12);color:var(--text-gray)}.B-ENAc{font-weight:var(--font-weight-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.-RgdS8{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.-RgdS8 .b7Hdnn{padding:0 20px!important;margin:0}.AJ6XWY{min-height:0;overflow:hidden;display:flex;flex-direction:column;flex:1}.BjxvCN{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px 1px;border-radius:var(--radius-full);font:var(--text-10);font-weight:var(--font-weight-semibold);color:var(--c-80);background-color:var(--c-8)}.QpyY6c,.WK6EmF{flex:1;overflow-y:auto;padding:16px 0 16px 16px;display:flex;flex-direction:column;gap:0}.ekgQoL{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;opacity:.6;padding-right:24px}.ekgQoL p{font:var(--text-13);font-weight:var(--font-weight-medium);margin:8px 0 4px}.ekgQoL span{font:var(--text-12);max-width:200px}.DAwpdl{display:flex;gap:12px}.DAwpdl:first-child ._2GWQAB{padding-top:0}.DAwpdl:first-child .VaINOe{top:4px}.DAwpdl:last-child{margin-bottom:24px}.DAwpdl:last-child ._2GWQAB{border-bottom:none}.DAwpdl:last-child ._7EXYcy{height:20px}.ImkLCx{position:relative}.VaINOe{width:5px;height:5px;position:relative;z-index:1;top:18px}.VaINOe:before,.VaINOe:after{content:"";position:absolute}.VaINOe:before{inset:0;background-color:var(--c-40);border-radius:var(--radius-full);z-index:1}.VaINOe:after{inset:-3px;background-color:var(--background);z-index:-1}._7EXYcy{background-color:var(--c-8);width:1px;height:100%;position:absolute;left:calc(50% - .5px);top:4px}._2GWQAB{display:flex;flex-direction:column;flex:1;min-width:0;border-bottom:var(--border);padding:12px 16px 12px 0}.A7QD2L{display:flex;align-items:center;justify-content:start;gap:8px;margin-bottom:2px;color:var(--text-gray);font:var(--text-12)}.vEOGfC{flex-shrink:0;color:var(--text-gray)}._0asv3c{word-wrap:break-word;font:var(--text-13)}.QGEFzH .VaINOe:before{background-color:var(--blue)}.Uxl8Jr .VaINOe:before{background-color:var(--green)}._53nQjl .VaINOe:before{background-color:var(--orange)}.efzo6o .VaINOe:before{background-color:var(--red)}.AqPWIY{padding:12px 16px 12px 0;border-bottom:var(--border)}.AqPWIY:first-child{padding-top:0}.AqPWIY:last-child{border-bottom:none}.f4DMEc{display:flex;align-items:baseline;justify-content:start;gap:6px;margin-bottom:4px;font:var(--text-12);color:var(--text-gray)}.u17p03{color:var(--text-gray)}.imQjm7{white-space:pre-wrap;word-wrap:break-word;font:var(--text-13);line-height:1.4}.lCic7u{font:var(--text-10);color:var(--c-24);margin-left:auto}.Hp5Tj0{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--background);z-index:1000}.nPImJ6{display:flex;flex-direction:row;align-items:center;gap:6px}.JGH8iM{color:var(--blue);animation:OaQmZQ .5s linear infinite}._9UEKGf{font:var(--text-14);color:var(--c-40);text-align:center;background:linear-gradient(90deg,var(--c-40) 0%,var(--c-40) 40%,var(--c-100) 50%,var(--c-40) 60%,var(--c-40) 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:F4QarX 1s linear infinite}@keyframes F4QarX{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes OaQmZQ{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-enter-active[data-v-f32a9428],.fade-leave-active[data-v-f32a9428]{transition:opacity .15s ease}.fade-enter-from[data-v-f32a9428],.fade-leave-to[data-v-f32a9428]{opacity:0}.settings[data-v-731f2415]{display:flex;flex-direction:column;max-width:800px;margin-inline:auto;width:100%}.settingsContent[data-v-731f2415]{display:flex;flex-direction:column;padding-bottom:48px}.settingsTabs[data-v-731f2415]{width:100%;margin:24px 0 0}.settingsSection[data-v-731f2415]{display:flex;flex-direction:column}.settingsSectionHeader[data-v-731f2415]{display:flex;flex-direction:column;margin-bottom:24px;gap:4px}.settingsSectionHeaderRow[data-v-731f2415]{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px}.settingsSectionHeaderRow>div[data-v-731f2415]{display:flex;flex-direction:column;gap:2px}.settingsSectionTitle[data-v-731f2415]{display:flex;align-items:center;gap:12px;font:var(--text-24);font-weight:700}.settingsSectionSubtitle[data-v-731f2415]{color:var(--text-gray)}.settingsForm[data-v-731f2415]{display:flex;flex-direction:column}.settingsFormGrid[data-v-731f2415]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px 24px}.settingsFormFull[data-v-731f2415]{grid-column:1/-1}.settingsFormActions[data-v-731f2415]{display:flex;flex-direction:row;justify-content:start;gap:12px}.settingsFormStatic[data-v-731f2415]{display:flex;flex-direction:column;gap:6px}.settingsFormStaticLabel[data-v-731f2415]{font:var(--text-12);color:var(--c-80);text-transform:uppercase;letter-spacing:.04em}.settingsFormStaticValue[data-v-731f2415]{font:var(--text-14);font-weight:var(--font-weight-medium)}.settingsBillingGrid[data-v-731f2415]{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 16px}.settingsBillingCard[data-v-731f2415]{display:flex;flex-direction:column;justify-content:space-between;padding:12px 16px 14px;gap:4px;border-radius:var(--radius-10);background:var(--background);box-shadow:var(--shadow-base);min-width:180px;flex:1}.settingsBillingCycle[data-v-731f2415]{margin-top:12px;display:flex;gap:3px;flex-direction:row;align-items:baseline;font:var(--text-12);color:var(--c-80)}.settingsBillingCycle span[data-v-731f2415]{font-weight:var(--font-weight-medium);color:var(--c-100)}.settingsBillingLabel[data-v-731f2415]{display:flex;align-items:center;gap:4px;font:var(--text-12);color:var(--c-80)}.settingsBillingValue[data-v-731f2415]{font:var(--text-20);font-weight:var(--font-weight-semibold)}.settingsBillingInfo[data-v-731f2415]{margin-top:24px}.settingsBillingDisplay .formItem label[data-v-731f2415]{display:flex;align-items:center;gap:8px}.settingsPassword[data-v-731f2415]{display:flex;flex-direction:column;gap:16px}.settingsPasswordClosed[data-v-731f2415]{display:flex;flex-direction:column;gap:8px}.settingsPasswordFields[data-v-731f2415]{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.settingsPasswordFields .formItem[data-v-731f2415]{flex:1}.settingsPasswordFields .formItem .relative>.bt[data-v-731f2415]{position:absolute;right:0;bottom:0;background-color:transparent}.settingsPasswordActions[data-v-731f2415]{display:flex;justify-content:end;align-items:start;gap:12px;padding-top:22px}.settingsError[data-v-731f2415]{font:var(--text-12);color:var(--red-dark)}.settingsBanner[data-v-731f2415]{display:flex;align-items:center;gap:12px;padding:10px 16px 14px;border-radius:var(--radius-10);margin-bottom:24px}.settingsBannerWarning[data-v-731f2415]{background:var(--red-12);color:var(--red-dark)}.settingsBannerText[data-v-731f2415]{display:flex;flex-direction:column;flex:1}.settingsBannerTitle[data-v-731f2415]{font-weight:var(--font-weight-semibold)}.settingsBannerSubtitle[data-v-731f2415]{font:var(--text-13)}.settingsCompanyList[data-v-731f2415]{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.settingsCompanyCard[data-v-731f2415]{display:flex;flex-direction:column;justify-content:space-between;padding:10px 14px 12px;gap:2px;border-radius:var(--radius-10);background:var(--background);box-shadow:var(--shadow-base);min-width:180px;flex:1;transition:var(--transition);cursor:pointer}.settingsCompanyCard[data-v-731f2415]:hover,.settingsCompanyCard[data-v-731f2415]:focus-visible{box-shadow:0 0 0 1px var(--c-16),0 4px 8px -8px var(--c-40)}.settingsCompanyAdd[data-v-731f2415]{display:flex;align-items:center;flex-direction:row;justify-content:center;gap:2px;border:1px dashed var(--c-16);border-radius:var(--radius-10);font-weight:var(--font-weight-medium);padding:12px 16px 18px;color:var(--blue);transition:var(--transition);box-shadow:0 4px 8px -8px var(--c-40);margin-top:16px}.settingsCompanyAdd[data-v-731f2415]:hover,.settingsCompanyAdd[data-v-731f2415]:focus-visible{border-color:var(--c-60)}.settingsCompanyTitle[data-v-731f2415]{font:var(--text-14);font-weight:var(--font-weight-semibold)}.settingsCompanyMeta[data-v-731f2415]{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;color:var(--c-80);font:var(--text-12)}.settingsCompanyPending[data-v-731f2415]{color:var(--orange-dark);font-weight:var(--font-weight-medium)}.settingsCompaniesFooter[data-v-731f2415]{display:flex;justify-content:start}.settingsInviteAdd[data-v-731f2415]{gap:6px;width:-moz-fit-content;width:fit-content}.settingsSheetBody[data-v-731f2415]{display:flex;flex-direction:column;gap:24px;padding:32px;max-width:520px}.settingsInvites[data-v-731f2415]{display:flex;flex-direction:column;gap:12px}.settingsInviteField[data-v-731f2415]:last-child{margin-bottom:16px}.settingsInviteActions[data-v-731f2415]{position:absolute;top:0;bottom:0;right:0;display:flex;align-items:center;gap:0}.settingsInviteActions .bt[data-v-731f2415]{padding-bottom:1px;opacity:.6;transition:var(--transition)}.settingsInviteActions .bt[data-v-731f2415]:hover{opacity:.8}.settingsInviteActions .bt[data-v-731f2415]:focus{outline:none;opacity:.8}.settingsLabelAction[data-v-731f2415]{margin-left:auto;font:var(--text-12);color:var(--orange-dark);font-weight:var(--font-weight-medium)}.settingsLabelActionOwner[data-v-731f2415]{color:var(--c-80);font-weight:var(--font-weight-normal)}.settingsDensityOptions[data-v-731f2415]{display:flex;flex-direction:column;gap:12px;margin-top:16px}.settingsDensityOption[data-v-731f2415]{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--c-12);border-radius:8px;cursor:pointer;transition:all .2s ease}.settingsDensityOption[data-v-731f2415]:hover{border-color:var(--c-20);background-color:var(--c-2)}.settingsDensityOption[data-v-731f2415]:has(.settingsDensityRadio:checked){border-color:var(--c-100);background-color:var(--c-4)}.settingsDensityRadio[data-v-731f2415]{margin-top:2px;cursor:pointer}.settingsDensityContent[data-v-731f2415]{display:flex;flex-direction:column;gap:4px;flex:1}.settingsDensityTitle[data-v-731f2415]{font-size:14px;font-weight:500;color:var(--c-100);line-height:1.2}.settingsDensityDescription[data-v-731f2415]{font-size:13px;color:var(--c-80);line-height:1.3}@media only screen and (max-width: 768px){.settingsSectionHeaderRow[data-v-731f2415]{flex-direction:column;align-items:flex-start;gap:12px}.settingsFormActions[data-v-731f2415]{flex-direction:column;align-items:stretch}.settingsCompaniesFooter[data-v-731f2415]{justify-content:stretch}.settingsPasswordActions[data-v-731f2415]{flex-direction:column;align-items:stretch}.settingsBanner[data-v-731f2415]{align-items:flex-start}.settingsBanner>.btIcon[data-v-731f2415]{align-self:flex-start}.settingsSheetBody[data-v-731f2415]{padding:24px 16px}.settingsSheetFooter[data-v-731f2415]{flex-direction:column;align-items:stretch}.settingsInviteAdd[data-v-731f2415]{width:100%;justify-content:center}}.JTi7a7{padding-top:2px}.JTi7a7 .bt{font:var(--text-12);color:var(--blue)}.JTi7a7 .bt:hover{background-color:var(--blue-8)}.TGcA54{display:flex;flex-direction:row;align-items:center;gap:12px;min-width:0}.ceOvPs{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;min-width:0;width:100%;cursor:pointer;text-align:start;font:inherit;color:inherit}.hQh626{flex:1;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:12px;min-width:0}.WyYkIt{display:flex;flex-direction:column;min-width:0;gap:2px;flex:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}._40iB0d{font:var(--text-15)}.a9InnQ{font:var(--text-13);color:var(--text-gray)}.TSAu4x{flex-shrink:0}.vYCRjc{display:flex;align-items:center;flex-shrink:0}.wrapperBlock[data-v-60c5f95f]{padding-inline:var(--wrapper-padding);width:100%;min-width:0;margin-inline:auto}.trackerListToolbar[data-v-60c5f95f]{padding-bottom:24px}.trackerListToolbarFilters[data-v-60c5f95f]{width:100%}.trackerScrollContainer[data-v-60c5f95f]{flex:1;display:flex;flex-direction:column;min-height:0;padding-bottom:clamp(24px,6vw + 8px,88px);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}.trackerScrollContainer[data-v-60c5f95f]::-webkit-scrollbar{display:none}.trackerScrollContainerScroll[data-v-60c5f95f]{width:-moz-max-content;width:max-content;min-width:100%}.fade-enter-active[data-v-60c5f95f],.fade-leave-active[data-v-60c5f95f]{transition:opacity .15s ease}.fade-enter-from[data-v-60c5f95f],.fade-leave-to[data-v-60c5f95f]{opacity:0}.orderBySelectTrigger{min-width:224px;max-width:224px;gap:6px}.orderByTriggerIcon{color:var(--text-gray);margin:2px 0 0 -4px}.orderByStaticLabel{color:var(--text-gray);white-space:nowrap;font-weight:500}.orderBySelectValue{flex:1;min-width:0;text-align:start}.n1Wdp7{display:flex;flex-direction:column;gap:16px}.ckTU7H{display:flex;flex-direction:column;gap:12px}.lzZyt-{display:flex;flex-direction:column}.pWSdpI{font:var(--text-12);color:var(--c-80);font-weight:var(--font-weight-medium);transition:var(--transition)}.pWSdpI:hover{color:var(--red)}.biMKkh .bt span{font-weight:var(--font-weight-normal)}.o1gfco{width:100%;justify-content:space-between}.E0wan5{color:var(--c-80)}.H10VEe{width:100%;justify-content:space-between}.l4Hz9i{margin-left:8px}.cOSKUZ{padding:0;background:var(--background);border-radius:var(--radius-10);box-shadow:var(--shadow-base);border:1px solid var(--c-12)}.d8Fzyw{display:flex;flex-direction:column;gap:12px;width:min(540px,100%);padding:12px 16px 16px;max-height:400px;overflow-y:auto}.pieFEV{display:flex;align-items:center;justify-content:space-between;gap:12px}.hBdjRK{font:var(--text-16);font-weight:var(--font-weight-semibold)}.y-mm2a{position:absolute;top:8px;right:8px;border-radius:var(--radius-full)}.h3g7T0{display:flex;flex-direction:column;gap:16px}.rIBtnS{display:flex;flex-direction:column;gap:8px}.Jeq-3Q{color:var(--red);font-weight:var(--font-weight-semibold)}._0f6Bzn{margin:0}.-k4r-K{margin-top:2px;font:var(--text-12);color:var(--c-80)}._1nNtcC{font:var(--text-12);color:var(--red)}.cDLDGM{width:100%;justify-content:space-between}.O81FPp{display:inline-flex;align-items:center;gap:8px;position:relative;top:1px}.oI6zii,.tC7EbE{flex-shrink:0}.H1POsm{display:inline-flex;align-items:center;gap:8px;position:relative;top:2px}.wRas5z{color:var(--c-80)}._3QSiZQ{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:12px}.JIlt6F{display:flex;align-items:center;flex-direction:row;gap:2px;font:var(--text-12);font-weight:var(--font-weight-medium);color:var(--c-80)}.JIlt6F:hover{color:var(--c-100)}.VyF0tM{display:flex;flex-direction:column;gap:8px}._47sZIk{display:flex;align-items:center;gap:8px;position:relative}.RhCkZS{flex:1}.Zju5aM{position:absolute;top:4px;right:4px;z-index:1;height:24px}._4gbdAo{display:flex;flex-direction:row;gap:16px}._4gbdAo .btPrimary{width:100%}@media (max-width: 520px){.d8Fzyw{width:100%}}.trackerScrollContainer[data-v-2e654c1f]{flex:1;display:flex;flex-direction:column;min-height:0;padding:0 var(--wrapper-padding) clamp(24px,6vw + 8px,88px);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative}.trackerScrollContainer[data-v-2e654c1f]::-webkit-scrollbar{display:none}.trackerScrollContainerScroll[data-v-2e654c1f]{width:-moz-max-content;width:max-content;min-width:100%}.fade-enter-active[data-v-5c0568e4],.fade-leave-active[data-v-5c0568e4]{transition:opacity 80ms ease}.fade-enter-from[data-v-5c0568e4],.fade-leave-to[data-v-5c0568e4]{opacity:0}.fade-enter-active[data-v-3f30098b],.fade-leave-active[data-v-3f30098b]{transition:opacity 80ms ease}.fade-enter-from[data-v-3f30098b],.fade-leave-to[data-v-3f30098b]{opacity:0}.gb8p5h{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.TaCs27{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:var(--radius-6);background:var(--c-4);color:var(--c-60);margin-bottom:16px}.sexMCk{font:var(--text-16);font-weight:var(--font-weight-medium);color:var(--c-100);margin-bottom:8px}.n42P0q{font:var(--text-13);color:var(--c-60)}.statusMultiSelectOptionActive[data-v-36edef46],.statusMultiSelectOptionActive[data-v-36edef46]:hover{background-color:var(--c-8)}.A5grxs{width:100%}.fNWv24{display:flex;flex-direction:row;align-items:start;justify-content:start;transition:var(--transition);font:var(--text-14);width:100%;border-radius:var(--radius-8);padding:4px;gap:4px;background-color:var(--background);box-shadow:var(--shadow-base)}._8GI-tL{font-weight:var(--font-weight-medium);height:24px;padding:0 8px 3px;border:1px dashed var(--c-16)}._8GI-tL:hover{background-color:transparent;border-color:var(--c-40)}.AdlA8z{display:flex;flex-wrap:wrap;gap:4px}.AdlA8z [data-ui=badge]{height:24px;padding-right:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gx3VOz{height:24px;width:24px;position:absolute;right:0;top:0;padding-bottom:1px}.ovYU7P{max-width:300px;padding:8px 12px 12px;margin:4px 0 0 -2px}._0vjeGd{font:var(--text-12);font-weight:var(--font-weight-medium);margin-bottom:8px;color:var(--c-80)}.h2gyLU{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.h2gyLU [data-ui=badge]{font:var(--text-13);font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition);-webkit-user-select:none;-moz-user-select:none;user-select:none}.h2gyLU [data-ui=badge]:hover{background-color:var(--c-12)}.cywmeA{font-size:12px;color:var(--c-80);text-align:center;padding:8px}._7Vudt5{font-size:11px;color:var(--c-60);font-style:italic}.designSystemPage[data-v-1560e437]{display:flex;flex-direction:column;gap:16px;padding:20px}.catalogHeader[data-v-1560e437]{display:flex;flex-direction:column;gap:8px}.localTag[data-v-1560e437]{width:-moz-fit-content;width:fit-content;padding:6px 10px 7px;border-radius:var(--radius-6);background:var(--yellow-20);color:var(--yellow-text);font:var(--text-12)}.componentGrid[data-v-1560e437]{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px}.previewCard[data-v-1560e437]{display:flex;flex-direction:column;gap:12px}.previewRow[data-v-1560e437]{display:flex;flex-wrap:wrap;gap:8px}.previewToolbarRow[data-v-1560e437]{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%}.previewHint[data-v-1560e437]{margin:0;color:var(--text-subtle);font:var(--text-13);max-width:52rem}.previewCode[data-v-1560e437]{font:var(--text-12);padding:1px 6px;border-radius:var(--radius-4);background:var(--c-8)}.previewValueLine[data-v-1560e437]{margin:0;font:var(--text-12);color:var(--text-gray)}.shortcutHint[data-v-1560e437]{font:var(--text-11);color:var(--text-subtle);padding:0 2px 1px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._2yJt8N{width:100%}.WKIQWk{opacity:.6;pointer-events:none}.UuaqYd{display:flex;align-items:center;gap:8px;width:100%;padding:4px 16px 6px;min-height:0;border-bottom:2px solid var(--c-12)}.Nnway4{flex-shrink:0;color:var(--text-subtle);pointer-events:none}.tYyDLK{flex:1 1 auto;min-width:0;height:28px;padding:0 0 2px;margin:0;border:none;border-radius:0;background:transparent;box-shadow:none;font:var(--text-15)}.tYyDLK:hover,.tYyDLK:focus,.tYyDLK:focus-visible{border:none;box-shadow:none;outline:none;background:transparent}._8IZOhU{display:flex;flex-direction:column;max-height:288px;min-height:40dvh;overflow-y:auto;overflow-x:hidden;width:100%;padding-block:4px}._8IZOhU::-webkit-scrollbar{width:4px;height:4px}._8IZOhU::-webkit-scrollbar-track{background-color:transparent}._8IZOhU::-webkit-scrollbar-thumb{background:var(--c-32);border:none;border-radius:var(--radius-full);-webkit-transition:var(--transition);transition:var(--transition)}._-0wW9P{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:36px;height:36px;padding:0 12px 0 10px;overflow:hidden;text-align:left;position:relative;transition:var(--transition);cursor:pointer;border:none;background:transparent;color:inherit;font:var(--text-15)}._-0wW9P:disabled{cursor:not-allowed}._-0wW9P:hover:not(:disabled){background-color:var(--c-8)}.DnJytB{background:rgb(var(--purple-rgb)/10%);color:var(--accent)}.DnJytB:hover:not(:disabled){background:rgb(var(--purple-rgb)/10%)}.DnJytB .j-PZIq{opacity:1}.JTnUIK{height:24px;width:24px;min-width:24px;padding-bottom:1px;display:grid;place-items:center;border-radius:var(--radius-4);font:var(--text-12);font-weight:var(--font-weight-medium);overflow:hidden;position:relative}.APrZZM{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-6)}.H-i2RA{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.k-QGK5{font:var(--text-15);flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:2px}.j-PZIq{width:14px;height:14px;display:block;opacity:0;margin-left:auto;flex-shrink:0}.M4Qxfp .JTnUIK{background-color:var(--blue-16);color:var(--blue-dark)}.ES29NZ .JTnUIK{background-color:var(--green-16);color:var(--green-dark)}.Dobj0q .JTnUIK{background-color:var(--pink-16);color:var(--pink-dark)}.BtcGVF .JTnUIK{background-color:var(--yellow-16);color:var(--yellow-dark)}.hLdXNG .JTnUIK{background-color:var(--teal-16);color:var(--teal-dark)}.-pfehj .JTnUIK{background-color:var(--purple-16);color:var(--purple-dark)}.wxsv5O .JTnUIK{background-color:var(--red-16);color:var(--red-dark)}.KWbjFH{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;font:var(--text-14);color:var(--text-gray);padding-bottom:2px}.tt-page[data-v-2d0e65ff]{padding:20px 18px;display:flex;flex-direction:column;gap:18px}.tt-header[data-v-2d0e65ff]{display:flex;justify-content:space-between;align-items:center;gap:12px}.tt-title[data-v-2d0e65ff]{margin:0;font-size:20px;font-weight:700;color:var(--foreground)}.tt-subtitle[data-v-2d0e65ff]{margin:4px 0 0;color:var(--muted, #6b7280);font-size:13px}.tt-header-actions[data-v-2d0e65ff]{display:flex;gap:10px;align-items:center}.tt-main[data-v-2d0e65ff]{width:100%}.tt-grid[data-v-2d0e65ff]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.card[data-v-2d0e65ff]{background:var(--card-bg, #fff);border:1px solid var(--surface-border, #e6e9ef);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;min-height:280px}.card-head[data-v-2d0e65ff]{padding:14px 16px;border-bottom:1px solid var(--surface-border, #e6e9ef);display:flex;justify-content:space-between;align-items:baseline;background:#f9fafb;color:#111827}.card-title[data-v-2d0e65ff]{margin:0;font-weight:600;font-size:16px;color:#111827}.card-sub[data-v-2d0e65ff]{font-size:12px;color:var(--muted, #6b7280)}.card-body[data-v-2d0e65ff]{padding:14px 16px;display:flex;flex-direction:column;gap:12px;flex:1 1 auto}.row.add-row[data-v-2d0e65ff]{display:flex;gap:8px;align-items:center}.input[data-v-2d0e65ff]{flex:1 1 auto;min-width:0;padding:10px 12px;border-radius:8px;border:1px solid var(--surface-border, #e6e9ef);background:var(--input-bg, #fff);color:var(--foreground, #111827);font-size:14px}.input[data-v-2d0e65ff]::-moz-placeholder{color:var(--muted, #9ca3af)}.input[data-v-2d0e65ff]::placeholder{color:var(--muted, #9ca3af)}.btn[data-v-2d0e65ff]{background:var(--accent, #4f46e5);color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;font-weight:600}.btn[data-v-2d0e65ff]:hover{opacity:.95}.btn-outline[data-v-2d0e65ff]{background:transparent;border:1px solid var(--surface-border, #e6e9ef);color:var(--foreground)}.btn.ghost[data-v-2d0e65ff]{background:transparent;color:var(--accent, #4f46e5);border:1px solid transparent;padding:6px 10px;border-radius:8px;font-weight:600;cursor:pointer}.btn.ghost.danger[data-v-2d0e65ff]{color:var(--danger, #dc2626)}.table-wrap[data-v-2d0e65ff]{overflow:auto;border-radius:6px;border:1px solid transparent}.simple-table[data-v-2d0e65ff]{width:100%;border-collapse:collapse;min-width:480px}.simple-table thead th[data-v-2d0e65ff]{text-align:left;padding:10px 12px;font-size:13px;color:var(--muted, #6b7280);border-bottom:1px solid var(--surface-border, #e6e9ef)}.simple-table tbody td[data-v-2d0e65ff]{padding:10px 12px;vertical-align:middle;border-bottom:1px dashed var(--surface-border, #f1f3f6)}.simple-table tbody tr[data-v-2d0e65ff]:hover{background:var(--hover, #fbfdff)}.col-name[data-v-2d0e65ff]{width:60%}.col-company[data-v-2d0e65ff]{width:28%}.col-actions[data-v-2d0e65ff]{width:12%;text-align:right}.table-input[data-v-2d0e65ff]{width:100%;min-width:0;padding:8px 10px;border-radius:8px;background:#fff;color:#111827;border:1px solid #e6e9ef}.empty[data-v-2d0e65ff]{text-align:center;color:var(--muted, #9aa0a6);padding:18px 0}.company-badge[data-v-2d0e65ff]{display:inline-block;padding:6px 10px;border-radius:999px;font-weight:600;font-size:13px}.company-badge.global[data-v-2d0e65ff]{background:#f3f4f6;color:#374151}.company-badge.company[data-v-2d0e65ff]{background:#eef2ff;color:#4338ca}@media (max-width: 920px){.tt-grid[data-v-2d0e65ff]{grid-template-columns:1fr}.card[data-v-2d0e65ff]{min-height:220px}.tt-header[data-v-2d0e65ff]{flex-direction:column;align-items:stretch;gap:12px}.tt-header-actions[data-v-2d0e65ff]{justify-content:flex-end}}.LLT1yy{position:fixed;left:0;top:0;bottom:0;z-index:101;width:var(--sidebar-width);height:100dvh;overflow:visible;padding:24px;background-color:var(--background);border-right:2px solid var(--border-color)}._4TfTm7{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.HfZf2m{display:flex;flex-direction:column;gap:24px;align-items:stretch;height:100%}.GBEVln,.obf-lf{display:none}.ORMMjq{display:flex;align-items:center;gap:6px;width:100%;height:36px;padding:0 8px 0 5px;font:var(--text-15);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;background-color:var(--background);border-radius:var(--radius-8);border-style:solid;border-color:var(--border-color);border-width:2px 2px 4px}.ORMMjq:hover{filter:brightness(.9)}.ORMMjq .companySelectorItemAvatar{width:20px;height:20px;min-width:20px;padding:0}.ZZ2Iim{flex:1;min-width:0;padding-bottom:2px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}._-0Wl8I{flex-shrink:0;margin-left:-4px;color:var(--c-60)}.r9xrgZ{pointer-events:none;cursor:default}.n8-Xvc{margin-right:8px;color:var(--c-40);background:linear-gradient(90deg,var(--c-40) 0%,var(--c-40) 40%,var(--c-100) 50%,var(--c-40) 60%,var(--c-40) 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:jY2-qY 1s linear infinite}.eipHx-{color:inherit;animation:LHrTvn .5s linear infinite}.hmKqlU{display:flex;flex-direction:column;gap:0;min-width:0;overflow:hidden;width:min(100%,240px)}.HonLca,.Vi9kHm{display:flex;flex-direction:column;gap:4px;align-items:stretch;width:100%}.HonLca{justify-content:flex-start}.EZQmnc{flex-shrink:0;width:32px;height:28px}._3fQDUr{display:flex;align-items:center;gap:16px;justify-content:flex-start;width:100%;height:52px;padding:0 16px 1px 12px;font:var(--text-15);font-weight:var(--font-weight-bold);color:var(--text-gray);letter-spacing:.05em;text-decoration:none;text-transform:uppercase;border:2px solid transparent;border-radius:var(--radius-12)}._3fQDUr:hover{color:var(--text-black);background-color:var(--background-subtle)}._3fQDUr.GCskqY{color:var(--accent);background:rgb(var(--purple-rgb)/10%);border-color:var(--accent)}._3fQDUr span{padding-bottom:1px}.yuKbL6{flex-shrink:0;height:auto;padding:0;cursor:default}.yuKbL6 img{display:block;width:auto;height:28px}.yuKbL6:hover{background-color:transparent}.V-fuuf{display:flex;flex-direction:column;gap:0;width:190px;padding:0;overflow:hidden;background-color:var(--background);border:2px solid var(--border-color);border-radius:var(--radius-12)}.EORZCd{display:flex;flex-direction:column;padding:10px 16px 14px;border-bottom:2px solid var(--border-color)}.eFXkFp{font-weight:var(--font-weight-bold)}.V2EugD{font:var(--text-13);color:var(--text-gray)}.fEuVr3{display:flex;flex-direction:column;gap:0;align-items:stretch;justify-content:flex-start;padding-block:6px}.rRiCDp{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;height:36px;padding:0 16px;font:var(--text-14);font-weight:var(--font-weight-bold);color:var(--text-gray);letter-spacing:.05em;text-decoration:none;text-transform:uppercase;cursor:pointer;background:transparent;border:none}.rRiCDp:hover{color:var(--text-black);background-color:var(--background-subtle)}.rRiCDp.GCskqY,.rRiCDp.GCskqY:hover{color:var(--accent);background:rgb(var(--purple-rgb)/10%)}.wxYX6p{margin-top:1px;margin-left:auto}._5HtfFt{display:flex;align-items:center;gap:10px;width:100%;height:52px;margin-top:auto;padding:0 16px 0 12px;font:inherit;color:inherit;text-align:left;text-decoration:none;cursor:pointer;background-color:var(--background);border-radius:var(--radius-12)}._5HtfFt:hover{filter:brightness(.9)}.OD6k4F{display:grid;place-items:center;width:28px;height:28px;min-width:24px;padding-bottom:1px;font:var(--text-14);font-weight:var(--font-weight-bold);color:var(--accent);background:rgb(var(--purple-rgb)/25%);border-radius:var(--radius-full);overflow:hidden}.ZMahPT{display:flex;flex-direction:column;min-width:0;padding-bottom:3px}.DeDCBp{overflow:hidden;font:var(--text-14);text-overflow:ellipsis;white-space:nowrap}.aXFVfV{overflow:hidden;font:var(--text-11);color:var(--text-gray);text-overflow:ellipsis;white-space:nowrap}.QWkd6W{min-width:130px;border-radius:var(--radius-12)}.QWkd6W.popoverContent[data-side=right]{transform-origin:left center}.ilb1kl{display:flex;flex-direction:column;padding-block:6px}.-ahk6R{flex-shrink:0;margin-top:2px;margin-left:auto;opacity:0}.rRiCDp.GCskqY .-ahk6R{opacity:1}._8boq5j{pointer-events:none;opacity:.5}@media only screen and (max-width: 999px){.LLT1yy{display:flex;flex-direction:column;align-items:flex-start;inset:0 auto 0 0;width:-moz-fit-content;width:fit-content;padding:0;pointer-events:none;background:transparent;border:none;box-shadow:none;z-index:1000}.GBEVln{display:block;position:fixed;inset:0;z-index:0;pointer-events:none;cursor:default;background-color:var(--c-8);border:none;opacity:0;transition:var(--transition);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.GBEVln.Aad6N4{pointer-events:auto;opacity:1}.obf-lf{display:inline-flex;position:fixed;bottom:16px;left:16px;z-index:1002;box-sizing:border-box;align-items:center;justify-content:center;width:36px;height:36px;padding-bottom:1px;pointer-events:auto;cursor:pointer;background-color:var(--background);border-style:solid;border-width:2px 2px 4px;border-color:var(--border-color);border-radius:var(--radius-8);transition:left .3s cubic-bezier(.16,1,.3,1)}.obf-lf._27NVjO{left:276px}._4TfTm7{z-index:1;flex:0 0 auto;box-sizing:border-box;width:min(100vw,var(--sidebar-drawer-width));max-width:var(--sidebar-drawer-width);height:100dvh;min-height:100dvh;padding:24px;pointer-events:auto;background-color:var(--background);border-right:2px solid var(--border-color);box-shadow:none;transform:translate(-100%);transition:transform .3s cubic-bezier(.16,1,.3,1)}._4TfTm7.GKmSY6{transform:translate(0)}._4TfTm7 .HfZf2m{width:100%;max-width:100%;height:auto;min-height:0;flex:1}.V-fuuf{width:min(100vw - 24px,var(--sidebar-drawer-width));max-width:var(--sidebar-drawer-width)}}@media only screen and (max-width: 768px){._4TfTm7{width:min(100vw - 16px,var(--sidebar-drawer-width));max-width:var(--sidebar-drawer-width)}}@keyframes jY2-qY{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes LHrTvn{to{transform:rotate(360deg)}}
