:root{--c-vibrant-royal-blue-1000: rgb(6, 31, 53);--c-vibrant-royal-blue-900: rgb(7, 38, 65);--c-vibrant-royal-blue-800: rgb(9, 44, 77);--c-vibrant-royal-blue-700: rgb(10, 51, 89);--c-vibrant-royal-blue-600: rgb(12, 57, 101);--c-vibrant-royal-blue-500: rgb(15, 70, 125);--c-vibrant-royal-blue-400: rgb(17, 80, 143);--c-vibrant-royal-blue-300: rgb(19, 87, 156);--c-vibrant-royal-blue-200: rgb(20, 94, 168);--c-vibrant-royal-blue-100: rgb(22, 100, 180);--c-vibrant-royal-blue-90: rgb(18, 114, 192);--c-vibrant-royal-blue-80: rgb(55, 139, 205);--c-vibrant-royal-blue-70: rgb(91, 163, 219);--c-vibrant-royal-blue-60: rgb(128, 187, 232);--c-vibrant-royal-blue-50: rgb(146, 200, 238);--c-vibrant-royal-blue-40: rgb(165, 212, 245);--c-vibrant-royal-blue-30: rgb(192, 230, 255);--c-vibrant-royal-blue-20: rgb(220, 243, 255);--c-vibrant-royal-blue-10: rgb(238, 250, 255);--c-deep-charcoal-900: rgb(33, 35, 34);--c-deep-charcoal-800: rgb(63, 64, 64);--c-deep-charcoal-700: rgb(83, 84, 84);--c-deep-charcoal-600: rgb(103, 104, 104);--c-deep-charcoal-500: rgb(124, 124, 124);--c-deep-charcoal-400: rgb(144, 144, 144);--c-deep-charcoal-300: rgb(164, 164, 164);--c-deep-charcoal-200: rgb(204, 204, 204);--c-deep-charcoal-100: rgb(224, 224, 224);--c-deep-charcoal-50: rgb(244, 244, 244);--c-soft-ivory-100: rgb(241, 237, 220);--c-soft-ivory-90: rgb(246, 244, 233);--c-soft-ivory-80: rgb(248, 246, 238);--c-soft-ivory-70: rgb(251, 250, 245);--c-soft-ivory-60: rgb(253, 252, 250);--c-burnt-orange-100: rgb(255, 77, 0);--c-burnt-orange-90: rgb(255, 104, 38);--c-burnt-orange-80: rgb(255, 130, 77);--c-burnt-orange-70: rgb(255, 157, 115);--c-burnt-orange-60: rgb(255, 183, 153);--c-burnt-orange-50: rgb(255, 209, 191);--c-burnt-orange-40: rgb(255, 237, 227);--c-white: rgb(255, 255, 255);--c-highlight-green-100: #22c55e;--c-yellow-100: #faeb37;--c-error-color: rgb(202, 18, 18)}:root{--gutter: .5rem;--box-border-radius: .75rem;--header-height: 3.5rem;--main-height: calc(100dvh - var(--header-height));--input-field-height: 42px;--border-button-radius: 3.125rem;--form-font-size: .875rem;--input-border-radius: 4px;--multi-border-radius: 4px;--multiselect-selected-fw: 500;--ff-primary: "TTCommonsClassic", "Open Sans", sans-serif;--ff-secondary: "FuturaPT-Book"}@font-face{font-family:FuturaPT-Demi;src:url(/assets/FuturaPT-Demi-CllwMckf.otf) format("opentype")}@font-face{font-family:FuturaPT-Book;src:url(/assets/FuturaPT-Book-DdXLnd8g.otf) format("opentype")}@font-face{font-family:TTCommonsClassic;src:url(/assets/TTCommonsClassic-Regular-Sz40GDYF.ttf) format("truetype")}@font-face{font-family:TTCommonsClassic;font-weight:500;src:url(/assets/TTCommonsClassic-Medium-BvLYsd8c.ttf) format("truetype")}@font-face{font-family:TTCommonsClassic;font-weight:600;src:url(/assets/TTCommonsClassic-DemiBold-Bzd7yOQm.ttf) format("truetype")}@font-face{font-family:Open Sans;src:url(/assets/OpenSans-Regular-b4PntIT4.ttf)}@font-face{font-family:Open Sans-SemiBold;src:url(/assets/OpenSans-SemiBold-D4g2r8z_.ttf)}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400;font-family:var(--ff-primary)}body{background-color:var(--c-soft-ivory-70);height:100vh}#app{height:100%}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;inset:0;padding:2em;overflow:hidden;z-index:1090;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#28a745}.v-toast__item--info{background-color:#17a2b8}.v-toast__item--warning{background-color:#ffc107}.v-toast__item--error{background-color:#dc3545}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width:768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3e %3cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml,%3csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23000' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3e %3c/svg%3e") no-repeat}.v-toast{padding:var(--gutter)}.v-toast__item{margin:0}.v-toast.v-toast--top{gap:var(--gutter)}.v-toast__item{border-radius:var(--box-border-radius)}.v-toast__item--error{background-color:var(--c-burnt-orange-100);color:var(--c-white)}.v-toast__item--success{background-color:var(--c-highlight-green-100);color:var(--c-white)}.v-toast__item--information{background-color:var(--c-vibrant-royal-blue-80);color:var(--c-white)}.v-toast__item--warning{background-color:var(--c-yellow-100)}.v-toast__item--regular{background-color:var(--c-deep-charcoal-500);color:var(--c-white)}.tooltip-wrapper[data-v-e358ca53]{display:inline-block;position:relative}.tooltip[data-v-e358ca53]{position:fixed;z-index:1;left:calc(var(--gutter) * 2);width:calc(100% - var(--gutter) * 4);padding:calc(var(--gutter) * 2);border-radius:var(--box-border-radius);background:var(--c-vibrant-royal-blue-60);color:var(--c-vibrant-royal-blue-500);transition:top .5s ease-in-out,left .5s ease-in-out}.fade-enter-active[data-v-e358ca53],.fade-leave-active[data-v-e358ca53]{transition:opacity .15s ease}.fade-enter-from[data-v-e358ca53],.fade-leave-to[data-v-e358ca53]{opacity:0}.loader--in-button[data-v-91b53270]{position:absolute;top:20%;right:.2rem;height:60%}.btn[data-v-9f29f726]{border:2px solid transparent;outline:none;height:fit-content;border-radius:var(--border-button-radius);font-family:var(--ff-primary);font-weight:500;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:fit-content;display:flex;justify-content:center;align-items:center;gap:.25rem;white-space:nowrap}.btn[data-v-9f29f726]:disabled{cursor:not-allowed}.btn--small[data-v-9f29f726]{height:calc(var(--input-field-height) * .5);font-size:12px;padding:0 .625rem}.btn--medium[data-v-9f29f726]{height:calc(var(--input-field-height) * .7);font-size:14px;padding:0 1rem}.btn--large[data-v-9f29f726]{height:var(--input-field-height);font-size:16px;padding:0 1.5rem}.btn--loading[data-v-9f29f726]{position:relative;padding-right:3.5rem}.btn--primary[data-v-9f29f726]{background:var(--c-vibrant-royal-blue-90);color:var(--c-white)}.btn--primary[data-v-9f29f726]:hover:not(:disabled){background:var(--c-vibrant-royal-blue-60)}.btn--primary[data-v-9f29f726]:focus-visible{border:2px solid var(--c-vibrant-royal-blue-500)}.btn--primary[data-v-9f29f726]:disabled{background:var(--c-vibrant-royal-blue-60)}.btn--secondary[data-v-9f29f726]{background:var(--c-deep-charcoal-100);color:var(--c-deep-charcoal-600);font-weight:600}.btn--secondary[data-v-9f29f726]:hover:not(:disabled){background:var(--c-deep-charcoal-100)}.btn--secondary[data-v-9f29f726]:focus-visible{border:2px solid var(--c-deep-charcoal-500)}.btn--secondary[data-v-9f29f726]:disabled{background:var(--c-deep-charcoal-50)}.btn--danger[data-v-9f29f726]{background:var(--c-burnt-orange-80);color:#fff}.btn--danger[data-v-9f29f726]:hover:not(:disabled){background:var(--c-burnt-orange-100)}.btn--danger[data-v-9f29f726]:focus-visible{border:2px solid var(--c-burnt-orange-60)}.btn--danger[data-v-9f29f726]:disabled{background:var(--c-deep-charcoal-90)}.btn--ghost[data-v-9f29f726]{font-weight:600;background:transparent;color:var(--c-deep-charcoal-600)}.btn--ghost[data-v-9f29f726]:hover:not(:disabled){color:var(--c-deep-charcoal-900)}.btn--ghost[data-v-9f29f726]:focus-visible{border:2px solid var(--c-deep-charcoal-100)}.btn--ghost[data-v-9f29f726]:disabled{color:var(--c-deep-charcoal-400)}.card[data-v-9d9384b1]{display:flex;width:100%;flex-direction:column;gap:1rem;border-radius:var(--box-border-radius)}.card--padding-regular[data-v-9d9384b1]{padding:calc(var(--gutter) * 1.5) var(--gutter)}.card--padding-double[data-v-9d9384b1]{padding:calc(var(--gutter) * 3) calc(var(--gutter) * 3)}.card--primary[data-v-9d9384b1]{background-color:var(--c-white);border:1px solid var(--c-deep-charcoal-100)}.card--ghost[data-v-9d9384b1]{background-color:transparent}dialog[data-v-1b9f9a59]{border:none;background-color:transparent;position:fixed;padding:0;width:100%;max-width:calc(100% - var(--gutter) * 2);max-height:calc(100% - var(--gutter) * 2)}dialog[open][data-v-1b9f9a59]{top:50%;left:50%;transform:translate(-50%,-50%)}dialog h2[data-v-1b9f9a59]{color:var(--c-deep-charcoal-800);text-align:center;font-size:1.25rem}dialog .workspace-details[data-v-1b9f9a59]{display:flex;align-items:center;gap:var(--gutter);border:1px solid var(--c-deep-charcoal-100);padding:var(--gutter);border-radius:var(--box-border-radius)}dialog .workspace-details .square[data-v-1b9f9a59]{display:flex;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;border-radius:8px;background-color:var(--c-deep-charcoal-50)}dialog .workspace-details .workspace-name[data-v-1b9f9a59]{display:flex;flex-grow:1;flex-direction:column;min-width:0}dialog .workspace-details .workspace-name strong[data-v-1b9f9a59]{font-weight:500}dialog .workspace-details .workspace-name strong[data-v-1b9f9a59],dialog .workspace-details .workspace-name span[data-v-1b9f9a59]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px}dialog .confirm-footer[data-v-1b9f9a59]{display:flex;justify-content:end;gap:1rem}dialog[data-v-1b9f9a59]::backdrop{background:color-mix(in srgb,var(--c-vibrant-royal-blue-900),transparent)}
