:root:has(.ribbon){--ribbon-height:32px}.ribbon{background-color:var(--overlay-hover);border-bottom:1px solid var(--edge);z-index:21;height:var(--ribbon-height);box-sizing:border-box;flex-flow:row;justify-content:center;align-items:center;padding:6px 12px;display:flex;position:fixed;top:0;left:0;right:0}.ribbon .ribbon__content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ribbon .ribbon__action,.ribbon .ribbon__content{color:var(--text-1);font-size:.875rem;line-height:1.125rem}.ribbon .ribbon__action{margin-left:6px}.ribbon .ribbon__action svg.icon{transition:all .1s ease-in-out;right:0}.ribbon:hover{cursor:pointer}.ribbon:hover .ribbon__action svg.icon{right:-4px}.ribbon.ribbon--warning{background:var(--surface-1)}.ribbon.ribbon--warning .ribbon__action,.ribbon.ribbon--warning .ribbon__content{color:var(--text-1)}.ribbon.ribbon--warning:before{content:" ";opacity:.15;background-color:var(--corn);width:100%;height:100%;position:absolute;top:0;left:0}.modal-scrim{z-index:49;background-color:var(--scrim);pointer-events:none;position:fixed;inset:0}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.modal-scrim{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}body:has(.static) .modal-scrim{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.cookie-notice{z-index:45;pointer-events:none;padding:6px;position:fixed;bottom:0;left:0;right:0}.cookie-notice .cookie-notice__panel{pointer-events:auto;box-sizing:border-box;background:var(--surface-0);border:1px solid var(--edge);max-width:760px;box-shadow:var(--shadow-1);border-radius:15px;flex-flow:column;gap:9px;margin:0 auto;padding:9px 12px;display:flex}.cookie-notice .cookie-notice__panel p.label{flex-grow:1;margin:0}.cookie-notice .cookie-notice__panel p.label a{color:var(--text-2);text-decoration:underline}.cookie-notice .cookie-notice__actions{flex-flow:row;justify-content:flex-end;align-items:center;gap:9px;display:flex}.cookie-notice .cookie-notice__actions button.button{margin:0}@media (width>=426px){.cookie-notice .cookie-notice__panel{flex-flow:row;align-items:center;gap:24px;padding:9px 12px 9px 18px}}.toast-group{z-index:60;bottom:calc(15px + var(--drawer-height,0px));pointer-events:none;flex-direction:column;align-items:center;gap:6px;transition:bottom .2s;display:flex;position:fixed;left:50%;transform:translate(-50%)}.toast-group--toasty{bottom:calc(108px + var(--drawer-height,0px))}.toast{box-sizing:border-box;background:var(--surface-dark-1);color:var(--text-1-dark);box-shadow:var(--shadow-2);pointer-events:auto;border-radius:11px;flex-flow:row;justify-content:flex-start;align-items:center;padding:12px 42px 12px 15px;display:flex;position:relative}.toast .toast__loading{margin-right:6px}.toast .toast__icon,.toast .toast__loading svg.icon.working{fill:var(--text-1-dark)}.toast .toast__icon{margin-right:3px}.toast .toast__content{color:var(--text-1-dark);font-size:.9375rem;line-height:1.125rem}.toast .toast__content h1,.toast .toast__content h2,.toast .toast__content h3,.toast .toast__content h4,.toast .toast__content p{color:var(--text-1-dark);margin:0}.toast .toast__content svg.icon{fill:var(--text-1-dark)}.toast .toast__dismiss{margin:0;position:absolute;top:50%;right:3px;transform:translateY(-50%);color:var(--text-1-dark)!important}.toast .toast__dismiss svg.icon{fill:var(--text-1-dark)!important}.toast.toast--no-dismiss{padding:12px 15px}.toast.toast--success{background:var(--jade)}.toast.toast--danger{background:var(--status-danger)}.toast.toast--warning{background:var(--corn)}.toast.toast--info{background:var(--beau)}.new-version{box-sizing:border-box;background:var(--surface-dark-1);color:var(--text-1-dark);box-shadow:var(--shadow-2);z-index:60;border-radius:11px;align-items:center;gap:9px;padding:6px 6px 6px 15px;display:flex;position:fixed;bottom:6px;left:6px;right:6px}@media (width>=580px){.new-version{min-width:240px;max-width:320px;bottom:12px;left:12px;right:auto}}.new-version .new-version__content{color:var(--text-1-dark);flex:1;margin:0;font-size:.875rem;line-height:1.125rem}.new-version .new-version__action{flex-shrink:0;margin:0;color:var(--text-1-dark)!important}.new-version .new-version__action svg.icon{fill:var(--text-1-dark)!important}.inbox-alert{box-sizing:border-box;background:var(--surface-1);border:1px solid var(--edge);box-shadow:var(--shadow-3);z-index:60;border-radius:11px;padding:12px 12px 12px 15px;position:fixed;top:6px;left:6px;right:6px}@media (width>=580px){.inbox-alert{min-width:240px;max-width:320px;top:12px;left:auto;right:12px}}.inbox-alert .inbox-alert__content{color:var(--text-1);margin:0;padding-right:42px;font-size:.875rem;line-height:1.125rem}.inbox-alert .inbox-alert__content h1,.inbox-alert .inbox-alert__content h2,.inbox-alert .inbox-alert__content h3,.inbox-alert .inbox-alert__content h4,.inbox-alert .inbox-alert__content p{margin:0}.inbox-alert .inbox-alert__footer{flex-flow:row;align-items:center;gap:6px;margin:6px 0 0;display:flex}.inbox-alert .inbox-alert__footer .inbox-alert__footer__date{color:var(--text-3);font-size:.775rem;line-height:1rem}.inbox-alert .inbox-alert__footer .inbox-alert__footer__actions{flex-flow:row;flex-grow:1;justify-content:flex-end;align-items:center;gap:6px;display:flex}.inbox-alert .inbox-alert__footer .inbox-alert__footer__actions button.button{margin:0}.inbox-alert .inbox-alert__dismiss{margin:0;position:absolute;top:3px;right:3px}.workbench-history-list{min-height:0;overflow-y:auto}.workbench-history-list .workbench-history-list__item{cursor:pointer;border-radius:11px;align-items:center;gap:6px;padding:3px 6px 3px 9px;transition:background .1s linear;display:flex}.workbench-history-list .workbench-history-list__item--active,.workbench-history-list .workbench-history-list__item--menu,.workbench-history-list .workbench-history-list__item:hover{background-color:var(--action-3-hover)}.workbench-history-list .workbench-history-list__item--unread .workbench-history-list__title{font-weight:600}.workbench-history-list .workbench-history-list__state{flex-shrink:0;justify-content:center;align-items:center;width:12px;display:inline-flex}.workbench-history-list .workbench-history-list__dot{border-radius:50%;width:6px;height:6px;display:block}.workbench-history-list .workbench-history-list__dot--unread{background-color:var(--status-info)}.workbench-history-list .workbench-history-list__dot--attention{background-color:var(--status-warning)}.workbench-history-list .workbench-history-list__empty{text-align:center;flex-direction:column;align-items:center;padding:18px 9px;display:flex}.workbench-history-list .workbench-history-list__empty h3{margin:6px 0 9px}.workbench-history-list .workbench-history-list__openers{flex-wrap:wrap;justify-content:center;gap:6px;margin:0;padding:0;list-style:none;display:flex}.workbench-history-list .workbench-history-list__openers button{appearance:none;border:1px solid var(--edge);color:var(--text-1);cursor:pointer;background:0 0;border-radius:19px;padding:3px 9px;font-size:.875rem;line-height:1.125rem}.workbench-history-list .workbench-history-list__openers button:hover{background-color:var(--overlay-hover)}.workbench-history-list .workbench-history-list__title{color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.875rem;line-height:1.125rem;overflow:hidden}.workbench-history-list .workbench-history-list__date{color:var(--text-3);flex-shrink:0;font-size:.775rem;line-height:1rem}.workbench-history-list .workbench-history-list__date--working{color:var(--status-info)}.workbench-history-list .workbench-history-list__options{flex-shrink:0;margin:0}.workbench-progress{flex-wrap:wrap;align-items:center;gap:6px;padding:6px 0;font-size:.875rem;line-height:1.125rem;display:flex}.workbench-progress .workbench-progress__icon{flex-shrink:0}.workbench-progress--done .workbench-progress__icon{fill:var(--action-1)}.workbench-progress--warning .workbench-progress__icon{fill:var(--status-warning)}.workbench-progress--failed .workbench-progress__icon{fill:var(--status-danger)}.workbench-progress .workbench-progress__detail{color:var(--text-2);min-width:0}.workbench-progress .workbench-progress__spacer{flex:auto}.workbench-progress .workbench-progress__meta{color:var(--text-3);white-space:nowrap;font-size:.775rem;line-height:1rem}.workbench-progress button.action.workbench-progress__quiet svg.icon{fill:var(--text-3)}.workbench-progress button.action.workbench-progress__quiet:hover svg.icon{fill:var(--text-1)}.workbench-progress .workbench-progress__toggle{appearance:none;color:var(--text-2);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:.775rem;font-weight:600;line-height:1rem}.workbench-progress .workbench-progress__toggle:hover{color:var(--text-1)}.workbench-progress .workbench-progress__toggle:disabled{opacity:.5;cursor:default}.workbench-progress .workbench-progress__subject{appearance:none;border:1px solid var(--edge);background-color:var(--surface-1);color:var(--text-1);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border-radius:11px;min-width:0;max-width:100%;padding:3px 6px;font-size:.775rem;line-height:1rem;overflow:hidden}.workbench-progress .workbench-progress__subject:hover{background-color:var(--overlay-hover)}.workbench-progress .workbench-progress__actions{flex-direction:column;flex-basis:100%;gap:3px;margin:0;padding:6px 0 0;list-style:none;display:flex}.workbench-progress .workbench-progress__step{color:var(--text-2);align-items:center;gap:6px;font-size:.775rem;line-height:1rem;display:flex}.workbench-progress .workbench-progress__step--failed{color:var(--status-danger)}.workbench-chat .workbench-chat__openers{flex-wrap:wrap;justify-content:center;gap:6px;margin:0;padding:0;list-style:none;display:flex}.workbench-chat .workbench-chat__openers button{appearance:none;border:1px solid var(--edge);color:var(--text-1);cursor:pointer;background:0 0;border-radius:19px;padding:3px 9px;font-size:.875rem;line-height:1.125rem}.workbench-chat .workbench-chat__openers button:hover{background-color:var(--overlay-hover)}.workbench-chat{box-sizing:border-box;flex-flow:column;flex-grow:1;gap:12px;width:100%;padding:6px 18px 18px;display:flex;overflow-y:auto}.workbench-chat:after{content:"";z-index:1;background:linear-gradient(to bottom,var(--surface-1),color-mix(in srgb,var(--surface-1) 80%,transparent) 60%,transparent);pointer-events:none;flex:none;order:-1;height:24px;margin:0 -18px -30px;position:sticky;top:-6px}.workbench-chat .workbench-chat__empty{text-align:center;flex-flow:column;flex-grow:1;justify-content:center;align-items:center;gap:6px;display:flex}.workbench-chat .workbench-chat__empty svg.icon{fill:var(--text-3)}.workbench-chat .workbench-chat__empty h3,.workbench-chat .workbench-chat__empty p{margin:0}.workbench-chat .workbench-chat__message{display:flex}.workbench-chat .workbench-chat__message--user{justify-content:flex-end}.workbench-chat .workbench-chat__message--user .workbench-chat__user-turn{flex-flow:column;align-items:flex-end;gap:6px;min-width:0;max-width:85%;display:flex}.workbench-chat .workbench-chat__message--user .workbench-chat__bubble{background:var(--overlay-hover);max-width:100%;color:var(--text-1);border-radius:15px}.workbench-chat .workbench-chat__message--agent{justify-content:flex-start}.workbench-chat .workbench-chat__message--agent .workbench-chat__bubble{background:0 0;padding:6px 0}.workbench-chat .workbench-chat__message--agent .workbench-chat__bubble ol,.workbench-chat .workbench-chat__message--agent .workbench-chat__bubble p,.workbench-chat .workbench-chat__message--agent .workbench-chat__bubble ul{color:var(--text-1)}.workbench-chat .workbench-chat__message--notice{justify-content:flex-start}.workbench-chat .workbench-chat__message--notice .workbench-chat__bubble{color:var(--text-3);padding:0;font-size:.775rem;line-height:1rem}.workbench-chat .entity-chip{border:1px solid var(--action-2-hover);background-color:var(--action-2);color:var(--text-1);font:inherit;text-align:left;cursor:pointer;border-radius:7px;margin:0;padding:0 3px;font-weight:500;transition:background-color .1s linear,opacity .1s linear;display:inline}.workbench-chat .entity-chip:hover{background-color:var(--action-2-hover)}.workbench-chat .entity-chip:focus-visible{outline:1px solid var(--action-1)}.workbench-chat svg.icon.entity-chip__icon{fill:var(--text-1);margin-right:3px}.workbench-chat .entity-chip--pending{opacity:.6;background-color:var(--action-2-hover)}.workbench-chat .workbench-chat__attachments{flex-flow:wrap;justify-content:flex-end;gap:6px;max-width:100%;display:flex}.workbench-chat .workbench-chat__attachment-image{border:1px solid var(--edge);-o-object-fit:cover;object-fit:cover;border-radius:7px;max-width:12rem;max-height:12rem}.workbench-chat .workbench-chat__attachment-chip{border:1px solid var(--edge);background:var(--overlay-hover);max-width:100%;color:var(--text-1);border-radius:7px;align-items:center;gap:3px;padding:3px 6px;font-size:.775rem;line-height:1rem;display:inline-flex}.workbench-chat .workbench-chat__attachment-chip svg.icon.workbench-chat__attachment-icon{fill:var(--text-2);flex-shrink:0}.workbench-chat .workbench-chat__attachment-chip .workbench-chat__attachment-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workbench-chat .workbench-chat__attachment-chip .workbench-chat__attachment-size{color:var(--text-3);flex-shrink:0}.workbench-chat .workbench-chat__bubble{overflow-wrap:break-word;white-space:pre-wrap;max-width:85%;padding:9px 12px;font-size:.9375rem;line-height:1.3125rem}.workbench-chat .workbench-chat__bubble strong{font-weight:600}.workbench-chat .workbench-chat__bubble--md{white-space:normal;min-width:0}.workbench-chat .workbench-chat__bubble--md>:first-child{margin-top:0}.workbench-chat .workbench-chat__bubble--md>:last-child{margin-bottom:0}.workbench-chat .workbench-chat__bubble--md blockquote,.workbench-chat .workbench-chat__bubble--md ol,.workbench-chat .workbench-chat__bubble--md p,.workbench-chat .workbench-chat__bubble--md pre,.workbench-chat .workbench-chat__bubble--md table,.workbench-chat .workbench-chat__bubble--md ul{margin:6px 0}.workbench-chat .workbench-chat__bubble--md ol,.workbench-chat .workbench-chat__bubble--md ul{padding-left:15px}.workbench-chat .workbench-chat__bubble--md li{margin:3px 0}.workbench-chat .workbench-chat__bubble--md h1,.workbench-chat .workbench-chat__bubble--md h2,.workbench-chat .workbench-chat__bubble--md h3,.workbench-chat .workbench-chat__bubble--md h4,.workbench-chat .workbench-chat__bubble--md h5,.workbench-chat .workbench-chat__bubble--md h6{margin:9px 0 3px;font-size:.9375rem;font-weight:600;line-height:1.3125rem}.workbench-chat .workbench-chat__bubble--md table{border-collapse:collapse;width:fit-content;max-width:100%;font-size:.775rem;line-height:1rem;display:block;overflow-x:auto}.workbench-chat .workbench-chat__bubble--md td,.workbench-chat .workbench-chat__bubble--md th{border:1px solid var(--edge);text-align:left;vertical-align:top;padding:3px 9px}.workbench-chat .workbench-chat__bubble--md th{background:var(--surface-2);font-weight:600}.workbench-chat .workbench-chat__bubble--md code{background:var(--surface-2);border-radius:7px;padding:0 3px;font-size:.775rem;line-height:1rem}.workbench-chat .workbench-chat__bubble--md pre{background:var(--surface-2);border-radius:11px;padding:9px;overflow-x:auto}.workbench-chat .workbench-chat__bubble--md pre code{background:0 0;border-radius:0;padding:0}.workbench-chat .workbench-chat__bubble--md blockquote{border-left:3px solid var(--edge);color:var(--text-2);margin-left:0;padding-left:9px}.workbench-chat .workbench-chat__bubble--md hr{border:none;border-top:1px solid var(--edge);margin:9px 0}.workbench-input{flex:1;align-items:flex-end;gap:3px;min-width:0;display:flex}.workbench-input .text-area{flex:1;min-width:0;margin:0}.workbench-input .text-area .text-area-wrapper:after,.workbench-input .text-area .text-area-wrapper>textarea{max-height:6.5625rem}.workbench-input .text-area .text-area-wrapper>textarea{border:none;overflow-y:auto}.workbench-input .text-area .text-area-wrapper>textarea:focus,.workbench-input .text-area .text-area-wrapper>textarea:focus:hover,.workbench-input .text-area .text-area-wrapper>textarea:hover{box-shadow:none;border:none}.workbench-input .text-area .text-area-wrapper>textarea:disabled,.workbench-input .text-area .text-area-wrapper>textarea:disabled:focus,.workbench-input .text-area .text-area-wrapper>textarea:disabled:hover{box-shadow:none;background-color:#0000;border:none}.workbench-input .workbench-input__actions{flex-shrink:0;align-items:center;gap:3px;padding-bottom:3px;display:flex}.workbench-input .workbench-input__actions .file-input{margin:0}.workbench-input .workbench-input__actions .file-input svg.icon{margin:0;left:0}.workbench-input .workbench-input__actions button.action,.workbench-input .workbench-input__actions button.button{margin:0}.drawer{--drawer-handle-height:21px;box-sizing:border-box;z-index:24;background:var(--surface-1);border:1px solid var(--edge);width:calc(100% - 12px);max-width:640px;box-shadow:var(--shadow-3);border-radius:19px;flex-flow:column;height:auto;max-height:90dvh;margin:0 auto 6px;transition:height .15s ease-out,border-color .1s linear,translate .1s linear,scale .1s linear,opacity .1s linear,visibility linear;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.drawer .drawer__handle{height:var(--drawer-handle-height);appearance:none;cursor:ns-resize;opacity:0;touch-action:none;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .15s ease-out;display:flex;position:absolute;top:0;left:0;right:0}.drawer .drawer__handle .drawer__handle-icon{background:var(--edge-action);border-radius:2px;width:36px;height:3px;transition:background .1s linear}.drawer .drawer__handle:hover .drawer__handle-icon{background:var(--text-2)}.drawer .drawer__content{border-bottom:1px solid var(--edge);min-height:0;padding-top:var(--drawer-handle-height);flex-flow:column;flex-grow:1;display:flex;overflow:hidden}.drawer .drawer__actions{justify-content:space-between;align-items:flex-end;gap:3px;margin-top:auto;padding:9px;display:flex;position:relative}.drawer .drawer__actions .drawer__actions__main{flex:auto;min-width:0}.drawer .drawer__actions .drawer__actions__left,.drawer .drawer__actions .drawer__actions__right{flex:none;align-items:center;gap:6px;padding-bottom:3px;display:flex}.drawer .drawer__actions .drawer__actions__left{justify-content:flex-start}.drawer .drawer__actions .drawer__actions__right{justify-content:flex-end}.drawer .drawer__actions .text-input,.drawer .drawer__actions button.action,.drawer .drawer__actions button.button{margin:0}.drawer.drawer--dragging{transition:none}.drawer.drawer--open .drawer__handle{opacity:1}.drawer:has(textarea:focus,input:not([type=file]):focus){border-color:var(--edge-action)}.drawer.drawer--hidden{opacity:0;visibility:hidden;pointer-events:none;transition:height .15s ease-out,border-color .1s linear,translate .1s linear,scale .1s linear,opacity .1s linear,visibility 0s linear .1s;translate:0 18px;scale:.98}@media (prefers-reduced-motion:reduce){.drawer,.drawer .drawer__handle,.drawer.drawer--hidden{transition:none}}@media (width>=640px){.drawer{margin:0 auto 18px}}@media (width>=960px){.drawer{z-index:26;max-width:640px}}@media (width>=1280px){.drawer{max-width:720px}}.workbench__recents{display:inline-flex;position:relative}.workbench__recents .workbench__badge{background-color:var(--status-info);min-width:15px;color:var(--text-1-dark);text-align:center;border:2px solid var(--surface-1);pointer-events:none;border-radius:19px;padding:0 3px;font-size:.775rem;font-weight:700;line-height:1rem;position:absolute;top:-3px;right:-3px}.workbench-recents{flex-flow:column;height:100%;min-height:0;padding:9px;display:flex}.workbench-recents .workbench-recents__header{flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;padding:0 12px 6px;display:flex}.workbench-recents .workbench-recents__header button.action,.workbench-recents .workbench-recents__header h3{margin:0}:root{--ribbon-height:0px;--header-height:58px;--drawer-height:0px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--jade:#00a86b;--electric-indigo:#9d1cff;--corn:#f7d600;--beau:#6477e3;--oxford:#143b78;--lake:#5f8eba;--magic:radial-gradient(ellipse 90% 120% at 95% 15%, var(--electric-indigo), transparent), linear-gradient(30deg, var(--oxford), var(--beau));--est-entrepreneur:linear-gradient(50deg, var(--jade), var(--corn));--dazzle:radial-gradient(ellipse 85% 90% at 95% 25%, var(--oxford), transparent), linear-gradient(140deg, var(--jade), transparent), linear-gradient(30deg, var(--electric-indigo), var(--beau));--text-1:#32333c;--text-2:#9b9ca7;--text-3:#b6b7bd;--text-1-dark:#fff;--text-2-dark:#94949f;--text-1-light:#32333c;--surface-0:#fbfbfb;--surface-1:#fff;--surface-2:#fff;--surface-3:#fff;--surface-dark-0:#29292e;--surface-dark-1:#1f1f23;--glass-0:#fbfbfbb8;--glass-1:#ffffffb3;--glass-2:#ffffffb3;--edge:#ececec;--edge-action:#d3d4e1;--edge-default:color-mix(in srgb, var(--metal) 15%, transparent);--edge-info:color-mix(in srgb, var(--status-info) 15%, transparent);--edge-success:color-mix(in srgb, var(--status-success) 15%, transparent);--edge-warning:color-mix(in srgb, var(--corn) 30%, transparent);--edge-danger:color-mix(in srgb, var(--status-danger) 12%, transparent);--overlay-hover:#f5f5f5;--overlay-default:color-mix(in srgb, var(--metal) 6%, transparent);--overlay-active:color-mix(in srgb, var(--metal) 12%, transparent);--overlay-info:color-mix(in srgb, var(--status-info) 7%, transparent);--overlay-success:color-mix(in srgb, var(--status-success) 7%, transparent);--overlay-warning:color-mix(in srgb, var(--corn) 15%, transparent);--overlay-danger:color-mix(in srgb, var(--status-danger) 6%, transparent);--scrim:#f5f5f78c;--track:#0000000a;--shadow-1:0 0 4px 0 #00000005, 0 4px 15px #00000005;--shadow-2:0 0 4px 0 #00000005, 0 4px 20px 0 #0000001c;--shadow-3:0 0 4px 0 #00000005, 0 4px 25px 0 #0000000d;--action-1:#00a86b;--action-1-hover:#00935d;--action-1-active:#007148;--action-2:#ecedf4;--action-2-hover:#e5e7ee;--action-2-active:#e0e2eb;--action-3:#f2f3f6;--action-3-hover:#f5f6f8;--status-info:var(--beau);--status-success:var(--action-1);--status-danger:#e1413b;--status-warning:#cdb100;--metal:#959db1;--fs-h1:1.4375rem;--lh-h1:1.75rem;--fw-h1:700;--fc-h1:var(--text-1);--fs-h2:1.0625rem;--lh-h2:1.5rem;--fw-h2:600;--fc-h2:var(--text-1);--fs-h3:.9375rem;--lh-h3:1.3125rem;--fw-h3:500;--fs-h4:.875rem;--lh-h4:1.125rem;--fw-h4:400;--fc-h4:var(--text-2);--fs-h5:.775rem;--lh-h5:1rem;--fw-h5:400;--fc-h5:var(--text-2);--fs-body:.9375rem;--lh-body:1.3125rem}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}.static,:root{--fc-h3:var(--text-1);--fs-label:.875rem;--lh-label:1.125rem;--fs-subtext:.775rem;--lh-subtext:1rem;--fs-lede:1.0625rem;--lh-lede:1.5rem}.static{--fs-h1:1.75rem;--lh-h1:2.25rem;--fw-h1:900;--fs-h2:1.625rem;--lh-h2:2rem;--fw-h2:900;--fs-h3:1.4375rem;--lh-h3:1.75rem;--fw-h3:700;--fs-h4:1.0625rem;--lh-h4:1.5rem;--fw-h4:600;--fc-h4:var(--text-1);--fs-h5:.9375rem;--lh-h5:1.3125rem;--fw-h5:500;--fc-h5:var(--text-1);--fs-body:1.0625rem;--lh-body:1.5rem}@media (width>=580px){.static{--fs-h1:2.625rem;--lh-h1:3rem;--fs-h2:2rem;--lh-h2:2.625rem;--fs-lede:1.3125rem;--lh-lede:2rem}}@media (width>=960px){.static{--fs-h1:3.5rem;--lh-h1:4rem;--fs-h2:2.25rem;--lh-h2:3rem}}.app-type{--fs-h1:1.4375rem;--lh-h1:1.75rem;--fw-h1:700;--fc-h1:var(--text-1);--fs-h2:1.0625rem;--lh-h2:1.5rem;--fw-h2:600;--fc-h2:var(--text-1);--fs-h3:.9375rem;--lh-h3:1.3125rem;--fw-h3:500;--fc-h3:var(--text-1);--fs-h4:.875rem;--lh-h4:1.125rem;--fw-h4:400;--fc-h4:var(--text-2);--fs-h5:.775rem;--lh-h5:1rem;--fw-h5:400;--fc-h5:var(--text-2);--fs-body:.9375rem;--lh-body:1.3125rem;--fs-label:.875rem;--lh-label:1.125rem;--fs-subtext:.775rem;--lh-subtext:1rem;--fs-lede:1.0625rem;--lh-lede:1.5rem}@media (prefers-color-scheme:light){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--jade:#00a86b;--electric-indigo:#9d1cff;--corn:#f7d600;--beau:#6477e3;--oxford:#143b78;--lake:#5f8eba;--magic:radial-gradient(ellipse 90% 120% at 95% 15%, var(--electric-indigo), transparent), linear-gradient(30deg, var(--oxford), var(--beau));--est-entrepreneur:linear-gradient(50deg, var(--jade), var(--corn));--dazzle:radial-gradient(ellipse 85% 90% at 95% 25%, var(--oxford), transparent), linear-gradient(140deg, var(--jade), transparent), linear-gradient(30deg, var(--electric-indigo), var(--beau));--text-1:#32333c;--text-2:#9b9ca7;--text-3:#b6b7bd;--text-1-dark:#fff;--text-2-dark:#94949f;--text-1-light:#32333c;--surface-0:#fbfbfb;--surface-1:#fff;--surface-2:#fff;--surface-3:#fff;--surface-dark-0:#29292e;--surface-dark-1:#1f1f23;--glass-0:#fbfbfbb8;--glass-1:#ffffffb3;--glass-2:#ffffffb3;--edge:#ececec;--edge-action:#d3d4e1;--edge-default:color-mix(in srgb, var(--metal) 15%, transparent);--edge-info:color-mix(in srgb, var(--status-info) 15%, transparent);--edge-success:color-mix(in srgb, var(--status-success) 15%, transparent);--edge-warning:color-mix(in srgb, var(--corn) 30%, transparent);--edge-danger:color-mix(in srgb, var(--status-danger) 12%, transparent);--overlay-hover:#f5f5f5;--overlay-default:color-mix(in srgb, var(--metal) 6%, transparent);--overlay-active:color-mix(in srgb, var(--metal) 12%, transparent);--overlay-info:color-mix(in srgb, var(--status-info) 7%, transparent);--overlay-success:color-mix(in srgb, var(--status-success) 7%, transparent);--overlay-warning:color-mix(in srgb, var(--corn) 15%, transparent);--overlay-danger:color-mix(in srgb, var(--status-danger) 6%, transparent);--scrim:#f5f5f78c;--track:#0000000a;--shadow-1:0 0 4px 0 #00000005, 0 4px 15px #00000005;--shadow-2:0 0 4px 0 #00000005, 0 4px 20px 0 #0000001c;--shadow-3:0 0 4px 0 #00000005, 0 4px 25px 0 #0000000d;--action-1:#00a86b;--action-1-hover:#00935d;--action-1-active:#007148;--action-2:#ecedf4;--action-2-hover:#e5e7ee;--action-2-active:#e0e2eb;--action-3:#f2f3f6;--action-3-hover:#f5f6f8;--status-info:var(--beau);--status-success:var(--action-1);--status-danger:#e1413b;--status-warning:#cdb100;--metal:#959db1}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}}:root.theme-light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--jade:#00a86b;--electric-indigo:#9d1cff;--corn:#f7d600;--beau:#6477e3;--oxford:#143b78;--lake:#5f8eba;--magic:radial-gradient(ellipse 90% 120% at 95% 15%, var(--electric-indigo), transparent), linear-gradient(30deg, var(--oxford), var(--beau));--est-entrepreneur:linear-gradient(50deg, var(--jade), var(--corn));--dazzle:radial-gradient(ellipse 85% 90% at 95% 25%, var(--oxford), transparent), linear-gradient(140deg, var(--jade), transparent), linear-gradient(30deg, var(--electric-indigo), var(--beau));--text-1:#32333c;--text-2:#9b9ca7;--text-3:#b6b7bd;--text-1-dark:#fff;--text-2-dark:#94949f;--text-1-light:#32333c;--surface-0:#fbfbfb;--surface-1:#fff;--surface-2:#fff;--surface-3:#fff;--surface-dark-0:#29292e;--surface-dark-1:#1f1f23;--glass-0:#fbfbfbb8;--glass-1:#ffffffb3;--glass-2:#ffffffb3;--edge:#ececec;--edge-action:#d3d4e1;--edge-default:color-mix(in srgb, var(--metal) 15%, transparent);--edge-info:color-mix(in srgb, var(--status-info) 15%, transparent);--edge-success:color-mix(in srgb, var(--status-success) 15%, transparent);--edge-warning:color-mix(in srgb, var(--corn) 30%, transparent);--edge-danger:color-mix(in srgb, var(--status-danger) 12%, transparent);--overlay-hover:#f5f5f5;--overlay-default:color-mix(in srgb, var(--metal) 6%, transparent);--overlay-active:color-mix(in srgb, var(--metal) 12%, transparent);--overlay-info:color-mix(in srgb, var(--status-info) 7%, transparent);--overlay-success:color-mix(in srgb, var(--status-success) 7%, transparent);--overlay-warning:color-mix(in srgb, var(--corn) 15%, transparent);--overlay-danger:color-mix(in srgb, var(--status-danger) 6%, transparent);--scrim:#f5f5f78c;--track:#0000000a;--shadow-1:0 0 4px 0 #00000005, 0 4px 15px #00000005;--shadow-2:0 0 4px 0 #00000005, 0 4px 20px 0 #0000001c;--shadow-3:0 0 4px 0 #00000005, 0 4px 25px 0 #0000000d;--action-1:#00a86b;--action-1-hover:#00935d;--action-1-active:#007148;--action-2:#ecedf4;--action-2-hover:#e5e7ee;--action-2-active:#e0e2eb;--action-3:#f2f3f6;--action-3-hover:#f5f6f8;--status-info:var(--beau);--status-success:var(--action-1);--status-danger:#e1413b;--status-warning:#cdb100;--metal:#959db1}@media (prefers-color-scheme:dark){:root.theme-light{--lightningcss-light: ;--lightningcss-dark:initial}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--jade:#00a86b;--electric-indigo:#9d1cff;--corn:#f7d600;--beau:#6477e3;--oxford:#143b78;--lake:#5f8eba;--magic:radial-gradient(ellipse 90% 120% at 95% 15%, #9d1cff, transparent), linear-gradient(30deg, #143b78, #6477e3);--est-entrepreneur:linear-gradient(50deg, #00a86b, #f7d600);--dazzle:radial-gradient(ellipse 85% 90% at 95% 25%, #143b78, transparent), linear-gradient(140deg, #00a86b, transparent), linear-gradient(30deg, #9d1cff, #6477e3);--text-1:#eee;--text-2:#94949f;--text-3:#7c7c86;--text-1-dark:#eee;--text-2-dark:#94949f;--text-1-light:#32333c;--surface-0:#151519;--surface-1:#1a1a1d;--surface-2:#223;--surface-3:#4f4f60;--surface-dark-0:#242427;--surface-dark-1:#3d3e41;--glass-0:#151519bf;--glass-1:#1a1a1dd9;--glass-2:#222329d9;--edge:#2b2b2f;--edge-action:#434654;--edge-default:color-mix(in srgb, var(--metal) 22%, transparent);--edge-info:color-mix(in srgb, var(--status-info) 16%, transparent);--edge-success:color-mix(in srgb, var(--status-success) 18%, transparent);--edge-warning:color-mix(in srgb, var(--corn) 12%, transparent);--edge-danger:color-mix(in srgb, var(--status-danger) 20%, transparent);--overlay-hover:#1e1e22;--overlay-default:color-mix(in srgb, var(--metal) 10%, transparent);--overlay-active:color-mix(in srgb, var(--metal) 18%, transparent);--overlay-info:color-mix(in srgb, var(--status-info) 8%, transparent);--overlay-success:color-mix(in srgb, var(--status-success) 9%, transparent);--overlay-warning:color-mix(in srgb, var(--corn) 6%, transparent);--overlay-danger:color-mix(in srgb, var(--status-danger) 10%, transparent);--scrim:#0f0f118c;--track:#ffffff08;--action-1:#00a86b;--action-1-hover:#00935d;--action-1-active:#007148;--action-2:#2b2d38;--action-2-hover:#30323e;--action-2-active:#363847;--action-3:#1e1f27;--action-3-hover:#1c1d25;--status-info:var(--beau);--status-success:var(--action-1);--status-danger:#e1413b;--status-warning:#bea500;--metal:#5a6174;--shadow-3:0 4px 40px 0 #0006;--shadow-2:0 4px 20px 0 #0000004d;--shadow-1:0 4px 15px 0 #0000000d}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}}:root.theme-dark{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--jade:#00a86b;--electric-indigo:#9d1cff;--corn:#f7d600;--beau:#6477e3;--oxford:#143b78;--lake:#5f8eba;--magic:radial-gradient(ellipse 90% 120% at 95% 15%, #9d1cff, transparent), linear-gradient(30deg, #143b78, #6477e3);--est-entrepreneur:linear-gradient(50deg, #00a86b, #f7d600);--dazzle:radial-gradient(ellipse 85% 90% at 95% 25%, #143b78, transparent), linear-gradient(140deg, #00a86b, transparent), linear-gradient(30deg, #9d1cff, #6477e3);--text-1:#eee;--text-2:#94949f;--text-3:#7c7c86;--text-1-dark:#eee;--text-2-dark:#94949f;--text-1-light:#32333c;--surface-0:#151519;--surface-1:#1a1a1d;--surface-2:#223;--surface-3:#4f4f60;--surface-dark-0:#242427;--surface-dark-1:#3d3e41;--glass-0:#151519bf;--glass-1:#1a1a1dd9;--glass-2:#222329d9;--edge:#2b2b2f;--edge-action:#434654;--edge-default:color-mix(in srgb, var(--metal) 22%, transparent);--edge-info:color-mix(in srgb, var(--status-info) 16%, transparent);--edge-success:color-mix(in srgb, var(--status-success) 18%, transparent);--edge-warning:color-mix(in srgb, var(--corn) 12%, transparent);--edge-danger:color-mix(in srgb, var(--status-danger) 20%, transparent);--overlay-hover:#1e1e22;--overlay-default:color-mix(in srgb, var(--metal) 10%, transparent);--overlay-active:color-mix(in srgb, var(--metal) 18%, transparent);--overlay-info:color-mix(in srgb, var(--status-info) 8%, transparent);--overlay-success:color-mix(in srgb, var(--status-success) 9%, transparent);--overlay-warning:color-mix(in srgb, var(--corn) 6%, transparent);--overlay-danger:color-mix(in srgb, var(--status-danger) 10%, transparent);--scrim:#0f0f118c;--track:#ffffff08;--action-1:#00a86b;--action-1-hover:#00935d;--action-1-active:#007148;--action-2:#2b2d38;--action-2-hover:#30323e;--action-2-active:#363847;--action-3:#1e1f27;--action-3-hover:#1c1d25;--status-info:var(--beau);--status-success:var(--action-1);--status-danger:#e1413b;--status-warning:#bea500;--metal:#5a6174;--shadow-3:0 4px 40px 0 #0006;--shadow-2:0 4px 20px 0 #0000004d;--shadow-1:0 4px 15px 0 #0000000d}@media (prefers-color-scheme:dark){:root.theme-dark{--lightningcss-light: ;--lightningcss-dark:initial}}.light-theme{display:inline}.dark-theme{display:none}::selection{background:#3296fa4d}@media (prefers-color-scheme:light){.light-theme{display:inline!important}.dark-theme{display:none!important}::selection{background:#3296fa4d}}@media (prefers-color-scheme:dark){.light-theme{display:none!important}.dark-theme{display:inline!important}::selection{background:#3296fa80}}:root.theme-light .light-theme{display:inline!important}:root.theme-light .dark-theme{display:none!important}:root.theme-light ::selection{background:#3296fa4d}:root.theme-dark .light-theme{display:none!important}:root.theme-dark .dark-theme{display:inline!important}:root.theme-dark ::selection{background:#3296fa80}body{background:var(--surface-0);font-family:Public Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text-2);margin:0;padding:0;font-style:normal}button,input,optgroup,select,textarea{font-family:inherit}a{color:var(--action-1);cursor:pointer;text-decoration:none}a:hover{color:var(--action-1-hover)}a:active{color:var(--action-1-active)}a svg.icon{fill:currentColor}a.default-link{color:currentColor;text-decoration:underline}a.default-link:active,a.default-link:hover{color:var(--text-1)}.danger{color:var(--status-danger)!important}.danger svg.icon,svg.icon.danger{fill:var(--status-danger)!important}.warning{color:var(--status-warning)!important}.warning svg.icon,svg.icon.warning{fill:var(--status-warning)!important}.success{color:var(--jade)!important}.success svg.icon,svg.icon.success{fill:var(--jade)!important}.active{color:var(--beau)!important}.active svg.icon,svg.icon.active{fill:var(--beau)!important}.primary{color:var(--text-1)!important}.primary svg.icon,svg.icon.primary{fill:var(--text-1)!important}.secondary{color:var(--text-2)!important}.secondary svg.icon,svg.icon.secondary{fill:var(--text-2)!important}.tertiary{color:var(--text-3)!important}.tertiary svg.icon,svg.icon.tertiary{fill:var(--text-3)!important}.primary-inverted{color:var(--text-1-dark)!important}.primary-inverted svg.icon,svg.icon.primary-inverted{fill:var(--text-1-dark)!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-truncated{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.img-center{display:block;max-width:100%!important;height:auto!important;margin:0 auto!important}h1{font-weight:var(--fw-h1);font-size:var(--fs-h1);line-height:var(--lh-h1);color:var(--fc-h1)}h1,h2{text-wrap:balance;margin:18px 0}h2{font-weight:var(--fw-h2);font-size:var(--fs-h2);line-height:var(--lh-h2);color:var(--fc-h2)}h3{font-weight:var(--fw-h3);font-size:var(--fs-h3);line-height:var(--lh-h3);color:var(--fc-h3)}h3,h4{margin:18px 0}h4{font-weight:var(--fw-h4);font-size:var(--fs-h4);line-height:var(--lh-h4);color:var(--fc-h4)}h5{font-weight:var(--fw-h5);font-size:var(--fs-h5);line-height:var(--lh-h5);color:var(--fc-h5);margin:18px 0}legend{font-size:var(--fs-h3);line-height:var(--lh-h3)}legend,ol,p,ul{margin:18px 0;font-weight:400}ol,p,ul{font-size:var(--fs-body);line-height:var(--lh-body);color:var(--text-2)}.label,label{font-size:var(--fs-label);line-height:var(--lh-label)}.label,.subtext,label{color:var(--text-2);margin:18px 0;font-weight:400}.subtext{font-size:var(--fs-subtext);line-height:var(--lh-subtext)}.lede{font-weight:500;font-size:var(--fs-lede);line-height:var(--lh-lede);color:var(--text-1);margin:18px 0}@media (width>=960px){.narrow{max-width:66.666%}.narrow.text-center{margin-left:auto;margin-right:auto}}.dazzle{background:linear-gradient(175deg,transparent,var(--oxford)),linear-gradient(140deg,var(--jade),var(--electric-indigo),var(--beau));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:900}@media (prefers-color-scheme:light){.dazzle{background:linear-gradient(175deg,transparent,var(--oxford)),linear-gradient(140deg,var(--jade),var(--electric-indigo),var(--beau));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}:root.theme-light .dazzle{background:linear-gradient(175deg,transparent,var(--oxford)),linear-gradient(140deg,var(--jade),var(--electric-indigo),var(--beau));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (prefers-color-scheme:dark){.dazzle{background:linear-gradient(175deg,transparent,var(--beau)),linear-gradient(140deg,var(--jade),var(--electric-indigo),var(--oxford));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}:root.theme-dark .dazzle{background:linear-gradient(175deg,transparent,var(--beau)),linear-gradient(140deg,var(--jade),var(--electric-indigo),var(--oxford));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bold,b,strong{font-weight:700}.semi-bold{font-weight:600}.italic,em,i{font-style:italic}.mark,mark{color:var(--electric-indigo);background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 6' preserveAspectRatio='none'>  <path d='M0 3   C18 1.8, 36 1.8, 54 3   C74 4.2, 96 4.2, 120 3   C144 2.0, 168 2.0, 192 3   C210 4.1, 228 3.4, 240 3'   fill='none' stroke='%239D1CFF44' stroke-width='1.8' stroke-linecap='round'/></svg>") 0 calc(100% - .06em)/240px 6px repeat-x;padding-bottom:.2em;font-weight:600}.strike{text-decoration:line-through}hr{border-bottom:1px solid var(--edge);border-top:none;border-left:none;border-right:none;width:100%;height:0;margin:24px 0}ul{list-style-type:disc}ol,ul{margin:12px 0;padding:0 0 0 18px}ol{list-style-type:decimal}ul.ticked{margin:12px 0;padding:0;list-style:none}ul.ticked li{align-items:flex-start;gap:6px;margin:6px 0;display:flex}ul.ticked li:before{content:"";background-color:var(--text-3);flex:none;width:16px;height:16px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'>  <path d='M8.38881 2.72281C8.56963 2.41282 8.96744 2.30779 9.27748 2.48843   C9.58746 2.66925 9.69249 3.06706 9.51185 3.3771L6.01185 9.3771   C5.91029 9.55121 5.73324 9.66862 5.53334 9.69449   C5.33356 9.72021 5.13281 9.65236 4.99037 9.50991L2.49037 7.00991   C2.23653 6.75607 2.23653 6.34383 2.49037 6.08999   C2.74421 5.83615 3.15645 5.83615 3.41029 6.08999L5.31361 7.99331   L8.38881 2.72281Z' fill='black'/></svg>") 50%/16px 16px no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'>  <path d='M8.38881 2.72281C8.56963 2.41282 8.96744 2.30779 9.27748 2.48843   C9.58746 2.66925 9.69249 3.06706 9.51185 3.3771L6.01185 9.3771   C5.91029 9.55121 5.73324 9.66862 5.53334 9.69449   C5.33356 9.72021 5.13281 9.65236 4.99037 9.50991L2.49037 7.00991   C2.23653 6.75607 2.23653 6.34383 2.49037 6.08999   C2.74421 5.83615 3.15645 5.83615 3.41029 6.08999L5.31361 7.99331   L8.38881 2.72281Z' fill='black'/></svg>") 50%/16px 16px no-repeat}code{background:var(--track);border-radius:7px;padding:3px 6px;font-family:monospace;font-size:13px;font-weight:400;display:inline}address,code{color:var(--text-1);line-height:1.3125rem}address{margin:18px 0;padding:0;font-size:.9375rem;font-style:normal}.copyright *{font-size:.775rem;line-height:1rem}.preserve-line-breaks{white-space:pre-wrap}.emoji{font-size:15px;line-height:15px;position:relative;top:2px}.emoji.emoji--mega{font-size:32px;line-height:32px}@media (width>=426px){.no-linebreaks{white-space:nowrap}}.linebreaks{white-space:normal}.breakwords{overflow-wrap:break-word}.invisible{opacity:0}.no-space{margin:3px 0!important}.little-space{margin:12px 0!important}.some-space{margin:24px 0!important}.space{margin:72px 0!important}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}form{margin:0 0 18px;padding:0}form label:first-child{margin-top:0}fieldset{border:1px solid var(--edge);border-radius:11px;margin:18px 0;padding:6px 9px 9px}fieldset>:first-child{margin-top:0}fieldset .action,fieldset .button{margin:6px 0}fieldset .switcher{width:100%}fieldset .checkbox{margin:0}fieldset input:not([type]),fieldset input[data-type=currency],fieldset input[type=date],fieldset input[type=email],fieldset input[type=name],fieldset input[type=number],fieldset input[type=password],fieldset input[type=search],fieldset input[type=text],fieldset select,fieldset textarea{background-color:var(--surface-1)}legend{margin:0;padding:0 6px;font-size:.9375rem;font-weight:600;line-height:1.3125rem}label,legend{color:var(--text-1)}label{margin:24px 0 6px;padding:0 0 0 2px;font-size:.875rem;font-weight:400;line-height:1.125rem;display:block}.account-selector,.amount-input,.asset-selector,.base-account-selector,.category-selector,.copyable-input,.country-selector,.cron-input,.currency-selector,.customer-selector,.date-picker,.email-input,.invoice-selector,.loan-selector,.number-input,.otp-input,.password-input,.percentage-input,.product-selector,.selector,.side-by-side,.supplier-selector,.text-area,.text-input,.url-input{margin:24px 0 9px}.account-selector label,.amount-input label,.asset-selector label,.base-account-selector label,.category-selector label,.copyable-input label,.country-selector label,.cron-input label,.currency-selector label,.customer-selector label,.date-picker label,.email-input label,.invoice-selector label,.loan-selector label,.number-input label,.otp-input label,.password-input label,.percentage-input label,.product-selector label,.selector label,.side-by-side label,.supplier-selector label,.text-area label,.text-input label,.url-input label{margin:0 0 6px}.account-selector+.no-label,.amount-input+.no-label,.asset-selector+.no-label,.base-account-selector+.no-label,.category-selector+.no-label,.copyable-input+.no-label,.country-selector+.no-label,.cron-input+.no-label,.currency-selector+.no-label,.customer-selector+.no-label,.date-picker+.no-label,.email-input+.no-label,.invoice-selector+.no-label,.loan-selector+.no-label,.number-input+.no-label,.otp-input+.no-label,.password-input+.no-label,.percentage-input+.no-label,.product-selector+.no-label,.selector+.no-label,.side-by-side+.no-label,.supplier-selector+.no-label,.text-area+.no-label,.text-input+.no-label,.url-input+.no-label{margin:9px 0}.input-description{color:var(--text-3)}.input-description,.input-error{margin:6px 0;padding:0 0 0 2px;font-size:.875rem;font-weight:400;line-height:1.125rem}.input-error{color:var(--status-danger)}.input-warning{color:var(--status-warning);margin:0;padding:6px;font-size:.875rem;font-weight:400;line-height:1.125rem;position:relative}input:not([type]),input[data-type=currency],input[data-type=date],input[type=date],input[type=email],input[type=name],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{cursor:text;box-sizing:border-box;box-shadow:none;appearance:none;width:100%;min-width:80px;max-width:100%;caret-color:var(--text-1);color:var(--text-1);border:1px solid var(--edge-action);background-color:#0000;border-radius:7px;outline:none;margin:0;padding:8px 0 8px 12px;font-family:Public Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:.9375rem;font-weight:400;line-height:1.3125rem;transition:background-color .1s linear;display:block}input:not([type]):hover,input[data-type=currency]:hover,input[data-type=date]:hover,input[type=date]:hover,input[type=email]:hover,input[type=name]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=url]:hover,textarea:hover{box-shadow:0 0 0 3px var(--action-2)}input:not([type]):focus,input:not([type]):focus:hover,input[data-type=currency]:focus,input[data-type=currency]:focus:hover,input[data-type=date]:focus,input[data-type=date]:focus:hover,input[type=date]:focus,input[type=date]:focus:hover,input[type=email]:focus,input[type=email]:focus:hover,input[type=name]:focus,input[type=name]:focus:hover,input[type=number]:focus,input[type=number]:focus:hover,input[type=password]:focus,input[type=password]:focus:hover,input[type=search]:focus,input[type=search]:focus:hover,input[type=tel]:focus,input[type=tel]:focus:hover,input[type=text]:focus,input[type=text]:focus:hover,input[type=url]:focus,input[type=url]:focus:hover,textarea:focus,textarea:focus:hover{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input:not([type])::-moz-placeholder{color:var(--text-3)}input[data-type=currency]::-moz-placeholder{color:var(--text-3)}input[data-type=date]::-moz-placeholder{color:var(--text-3)}input[type=date]::-moz-placeholder{color:var(--text-3)}input[type=email]::-moz-placeholder{color:var(--text-3)}input[type=name]::-moz-placeholder{color:var(--text-3)}input[type=number]::-moz-placeholder{color:var(--text-3)}input[type=password]::-moz-placeholder{color:var(--text-3)}input[type=search]::-moz-placeholder{color:var(--text-3)}input[type=tel]::-moz-placeholder{color:var(--text-3)}input[type=text]::-moz-placeholder{color:var(--text-3)}input[type=url]::-moz-placeholder{color:var(--text-3)}textarea::-moz-placeholder{color:var(--text-3)}input:not([type])::placeholder,input[data-type=currency]::placeholder,input[data-type=date]::placeholder,input[type=date]::placeholder,input[type=email]::placeholder,input[type=name]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,textarea::placeholder{color:var(--text-3)}input:not([type]):focus::-moz-placeholder{color:var(--text-3)}input[data-type=currency]:focus::-moz-placeholder{color:var(--text-3)}input[data-type=date]:focus::-moz-placeholder{color:var(--text-3)}input[type=date]:focus::-moz-placeholder{color:var(--text-3)}input[type=email]:focus::-moz-placeholder{color:var(--text-3)}input[type=name]:focus::-moz-placeholder{color:var(--text-3)}input[type=number]:focus::-moz-placeholder{color:var(--text-3)}input[type=password]:focus::-moz-placeholder{color:var(--text-3)}input[type=search]:focus::-moz-placeholder{color:var(--text-3)}input[type=tel]:focus::-moz-placeholder{color:var(--text-3)}input[type=text]:focus::-moz-placeholder{color:var(--text-3)}input[type=url]:focus::-moz-placeholder{color:var(--text-3)}textarea:focus::-moz-placeholder{color:var(--text-3)}input:not([type]):focus::placeholder,input[data-type=currency]:focus::placeholder,input[data-type=date]:focus::placeholder,input[type=date]:focus::placeholder,input[type=email]:focus::placeholder,input[type=name]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=search]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=text]:focus::placeholder,input[type=url]:focus::placeholder,textarea:focus::placeholder{color:var(--text-3)}input:not([type]):disabled,input[data-type=currency]:disabled,input[data-type=date]:disabled,input[type=date]:disabled,input[type=email]:disabled,input[type=name]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=url]:disabled,textarea:disabled{border:1px solid var(--overlay-hover);background-color:var(--overlay-hover);color:var(--text-2);box-shadow:none;opacity:1;cursor:default}input:not([type]):-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[data-type=currency]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[data-type=date]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=date]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=email]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=name]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=number]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=password]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=search]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=tel]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=text]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input[type=url]:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}textarea:-moz-read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input:not([type]):read-only:not(:disabled),input[data-type=currency]:read-only:not(:disabled),input[data-type=date]:read-only:not(:disabled),input[type=date]:read-only:not(:disabled),input[type=email]:read-only:not(:disabled),input[type=name]:read-only:not(:disabled),input[type=number]:read-only:not(:disabled),input[type=password]:read-only:not(:disabled),input[type=search]:read-only:not(:disabled),input[type=tel]:read-only:not(:disabled),input[type=text]:read-only:not(:disabled),input[type=url]:read-only:not(:disabled),textarea:read-only:not(:disabled){background-color:var(--overlay-hover);border:1px solid var(--edge)}input:not([type]):-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[data-type=currency]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[data-type=date]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=date]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=email]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=name]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=number]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=password]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=search]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=tel]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=text]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input[type=url]:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}textarea:-moz-read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input:not([type]):read-only:focus-visible,input[data-type=currency]:read-only:focus-visible,input[data-type=date]:read-only:focus-visible,input[type=date]:read-only:focus-visible,input[type=email]:read-only:focus-visible,input[type=name]:read-only:focus-visible,input[type=number]:read-only:focus-visible,input[type=password]:read-only:focus-visible,input[type=search]:read-only:focus-visible,input[type=tel]:read-only:focus-visible,input[type=text]:read-only:focus-visible,input[type=url]:read-only:focus-visible,textarea:read-only:focus-visible{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}input:not([type]):-webkit-autofill{caret-color:var(--text-1-light)}input[data-type=currency]:-webkit-autofill{caret-color:var(--text-1-light)}input[data-type=date]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=date]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=email]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=name]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=number]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=password]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=search]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=tel]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=text]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=url]:-webkit-autofill{caret-color:var(--text-1-light)}textarea:-webkit-autofill{caret-color:var(--text-1-light)}input:not([type]):-moz-autofill{caret-color:var(--text-1-light)}input:not([type]):-webkit-autofill{caret-color:var(--text-1-light)}input:not([type]):autofill{caret-color:var(--text-1-light)}input[data-type=currency]:-moz-autofill{caret-color:var(--text-1-light)}input[data-type=currency]:-webkit-autofill{caret-color:var(--text-1-light)}input[data-type=currency]:autofill{caret-color:var(--text-1-light)}input[data-type=date]:-moz-autofill{caret-color:var(--text-1-light)}input[data-type=date]:-webkit-autofill{caret-color:var(--text-1-light)}input[data-type=date]:autofill{caret-color:var(--text-1-light)}input[type=date]:-moz-autofill{caret-color:var(--text-1-light)}input[type=date]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=date]:autofill{caret-color:var(--text-1-light)}input[type=email]:-moz-autofill{caret-color:var(--text-1-light)}input[type=email]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=email]:autofill{caret-color:var(--text-1-light)}input[type=name]:-moz-autofill{caret-color:var(--text-1-light)}input[type=name]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=name]:autofill{caret-color:var(--text-1-light)}input[type=number]:-moz-autofill{caret-color:var(--text-1-light)}input[type=number]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=number]:autofill{caret-color:var(--text-1-light)}input[type=password]:-moz-autofill{caret-color:var(--text-1-light)}input[type=password]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=password]:autofill{caret-color:var(--text-1-light)}input[type=search]:-moz-autofill{caret-color:var(--text-1-light)}input[type=search]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=search]:autofill{caret-color:var(--text-1-light)}input[type=tel]:-moz-autofill{caret-color:var(--text-1-light)}input[type=tel]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=tel]:autofill{caret-color:var(--text-1-light)}input[type=text]:-moz-autofill{caret-color:var(--text-1-light)}input[type=text]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=text]:autofill{caret-color:var(--text-1-light)}input[type=url]:-moz-autofill{caret-color:var(--text-1-light)}input[type=url]:-webkit-autofill{caret-color:var(--text-1-light)}input[type=url]:autofill{caret-color:var(--text-1-light)}textarea:-moz-autofill{caret-color:var(--text-1-light)}textarea:-webkit-autofill{caret-color:var(--text-1-light)}textarea:autofill{caret-color:var(--text-1-light)}textarea{padding:8px 12px}.text-area .text-area-wrapper>textarea{resize:none;overflow-wrap:break-word;overflow:hidden}.text-area .text-area-wrapper:after{content:attr(data-replicated-value) " ";white-space:pre-wrap;overflow-wrap:break-word;visibility:hidden;border:1px solid #0000;padding:9px 0 9px 12px;font-family:Public Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:.9375rem;font-weight:400;line-height:1.3125rem}.text-area .text-area-wrapper{min-width:0;display:grid}.text-area .text-area-wrapper:after,.text-area .text-area-wrapper>textarea{grid-area:1/1/2/2}.text-area.text-area--small .text-area-wrapper:after,.text-area.text-area--small textarea{font-size:.875rem;line-height:1.125rem}input[type=search]{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_940_3700)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.99999%200.300049C2.40425%200.300049%200.299988%202.40431%200.299988%205.00005C0.299988%207.59579%202.40425%209.70005%204.99999%209.70005C6.04533%209.70005%207.01097%209.35878%207.79156%208.78158L10.505%2011.495C10.7784%2011.7684%2011.2216%2011.7684%2011.495%2011.495C11.7683%2011.2217%2011.7683%2010.7784%2011.495%2010.5051L8.78151%207.79163C9.35872%207.01103%209.69999%206.04539%209.69999%205.00005C9.69999%202.40431%207.59573%200.300049%204.99999%200.300049ZM1.69999%205.00005C1.69999%203.17751%203.17745%201.70005%204.99999%201.70005C6.82253%201.70005%208.29999%203.17751%208.29999%205.00005C8.29999%206.82259%206.82253%208.30005%204.99999%208.30005C3.17745%208.30005%201.69999%206.82259%201.69999%205.00005Z'%20fill='%2332333C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_940_3700'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:12px 50%;background-repeat:no-repeat;padding-left:32px}input[type=search]::-webkit-search-cancel-button{display:none}@media (prefers-color-scheme:light){input[type=search]{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_940_3700)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.99999%200.300049C2.40425%200.300049%200.299988%202.40431%200.299988%205.00005C0.299988%207.59579%202.40425%209.70005%204.99999%209.70005C6.04533%209.70005%207.01097%209.35878%207.79156%208.78158L10.505%2011.495C10.7784%2011.7684%2011.2216%2011.7684%2011.495%2011.495C11.7683%2011.2217%2011.7683%2010.7784%2011.495%2010.5051L8.78151%207.79163C9.35872%207.01103%209.69999%206.04539%209.69999%205.00005C9.69999%202.40431%207.59573%200.300049%204.99999%200.300049ZM1.69999%205.00005C1.69999%203.17751%203.17745%201.70005%204.99999%201.70005C6.82253%201.70005%208.29999%203.17751%208.29999%205.00005C8.29999%206.82259%206.82253%208.30005%204.99999%208.30005C3.17745%208.30005%201.69999%206.82259%201.69999%205.00005Z'%20fill='%2332333C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_940_3700'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}:root.theme-light input[type=search]{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_940_3700)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.99999%200.300049C2.40425%200.300049%200.299988%202.40431%200.299988%205.00005C0.299988%207.59579%202.40425%209.70005%204.99999%209.70005C6.04533%209.70005%207.01097%209.35878%207.79156%208.78158L10.505%2011.495C10.7784%2011.7684%2011.2216%2011.7684%2011.495%2011.495C11.7683%2011.2217%2011.7683%2010.7784%2011.495%2010.5051L8.78151%207.79163C9.35872%207.01103%209.69999%206.04539%209.69999%205.00005C9.69999%202.40431%207.59573%200.300049%204.99999%200.300049ZM1.69999%205.00005C1.69999%203.17751%203.17745%201.70005%204.99999%201.70005C6.82253%201.70005%208.29999%203.17751%208.29999%205.00005C8.29999%206.82259%206.82253%208.30005%204.99999%208.30005C3.17745%208.30005%201.69999%206.82259%201.69999%205.00005Z'%20fill='%2332333C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_940_3700'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}@media (prefers-color-scheme:dark){input[type=search]{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_940_3708)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.99999%200.300049C2.40425%200.300049%200.299988%202.40431%200.299988%205.00005C0.299988%207.59579%202.40425%209.70005%204.99999%209.70005C6.04533%209.70005%207.01097%209.35878%207.79156%208.78158L10.505%2011.495C10.7784%2011.7684%2011.2216%2011.7684%2011.495%2011.495C11.7683%2011.2217%2011.7683%2010.7784%2011.495%2010.5051L8.78151%207.79163C9.35872%207.01103%209.69999%206.04539%209.69999%205.00005C9.69999%202.40431%207.59573%200.300049%204.99999%200.300049ZM1.69999%205.00005C1.69999%203.17751%203.17745%201.70005%204.99999%201.70005C6.82253%201.70005%208.29999%203.17751%208.29999%205.00005C8.29999%206.82259%206.82253%208.30005%204.99999%208.30005C3.17745%208.30005%201.69999%206.82259%201.69999%205.00005Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_940_3708'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}:root.theme-dark input[type=search]{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_940_3708)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.99999%200.300049C2.40425%200.300049%200.299988%202.40431%200.299988%205.00005C0.299988%207.59579%202.40425%209.70005%204.99999%209.70005C6.04533%209.70005%207.01097%209.35878%207.79156%208.78158L10.505%2011.495C10.7784%2011.7684%2011.2216%2011.7684%2011.495%2011.495C11.7683%2011.2217%2011.7683%2010.7784%2011.495%2010.5051L8.78151%207.79163C9.35872%207.01103%209.69999%206.04539%209.69999%205.00005C9.69999%202.40431%207.59573%200.300049%204.99999%200.300049ZM1.69999%205.00005C1.69999%203.17751%203.17745%201.70005%204.99999%201.70005C6.82253%201.70005%208.29999%203.17751%208.29999%205.00005C8.29999%206.82259%206.82253%208.30005%204.99999%208.30005C3.17745%208.30005%201.69999%206.82259%201.69999%205.00005Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_940_3708'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}input[type=file],input[type=file]:focus,input[type=file]:hover{min-width:auto;box-shadow:none;color:#0000;background:0 0;border:none;width:130px;padding:0;overflow-x:hidden}input[type=file]::-webkit-file-upload-button{visibility:hidden}input[type=file]:before{content:"Choose a file";color:var(--text-1-dark);background:var(--action-1);white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:11px;outline:none;padding:9px 15px;font-size:.9375rem;font-weight:400;line-height:1.3125rem;display:inline-block}input[type=file]:hover:before{background:var(--action-1-hover)}input[type=file]:active:before{background:var(--action-1-active)}select{cursor:pointer;box-sizing:border-box;box-shadow:none;border:1px solid var(--edge-action);appearance:none;background-color:#0000;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.00501%203.25507C1.27838%202.98171%201.7216%202.98171%201.99496%203.25507L5.99999%207.2601L10.005%203.25507C10.2784%202.98171%2010.7216%202.98171%2010.995%203.25507C11.2683%203.52844%2011.2683%203.97166%2010.995%204.24502L6.49496%208.74502C6.2216%209.01839%205.77838%209.01839%205.50501%208.74502L1.00501%204.24502C0.731646%203.97166%200.731646%203.52844%201.00501%203.25507Z'%20fill='%2332333C'/%3e%3c/svg%3e");background-position:right 12px top 50%;background-repeat:no-repeat;border-radius:7px;outline:none;width:100%;min-width:80px;max-width:100%;margin:0;padding:8px 32px 8px 11px;font-family:Public Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:.9375rem;line-height:1.3125rem;transition:background-color .1s linear;display:block}select,select option{color:var(--text-1);font-weight:400}select option{background-color:var(--surface-1);font-size:inherit;font-family:inherit}select::-ms-expand{display:none}.selector--mini select{padding:5px 32px 5px 8px}.selector--button select{background-color:var(--action-2);border:1px solid var(--action-2-hover);box-shadow:none;border-radius:11px}.selector--button select:hover{background-color:var(--action-2-hover);border:1px solid var(--action-2-hover);box-shadow:none}.selector--button select:focus,.selector--button select:focus-visible,.selector--button select:focus-visible:hover{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1)}.selector--button select:disabled,.selector--button select:disabled:hover{border:1px solid var(--overlay-hover);background-color:var(--overlay-hover);color:var(--text-2);box-shadow:none;opacity:1;cursor:default}select:hover{box-shadow:0 0 0 3px var(--action-2)}select:focus{border:1px solid var(--action-1);box-shadow:0 0 0 1px var(--action-1);outline:none}select:disabled,select:disabled:hover{border:1px solid var(--overlay-hover);background-color:var(--overlay-hover);color:var(--text-2);-webkit-text-fill-color:var(--text-2);box-shadow:none;opacity:1;cursor:default}@media (prefers-color-scheme:light){select,select:disabled,select:disabled:hover{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.00501%203.25507C1.27838%202.98171%201.7216%202.98171%201.99496%203.25507L5.99999%207.2601L10.005%203.25507C10.2784%202.98171%2010.7216%202.98171%2010.995%203.25507C11.2683%203.52844%2011.2683%203.97166%2010.995%204.24502L6.49496%208.74502C6.2216%209.01839%205.77838%209.01839%205.50501%208.74502L1.00501%204.24502C0.731646%203.97166%200.731646%203.52844%201.00501%203.25507Z'%20fill='%2332333C'/%3e%3c/svg%3e")}}:root.theme-light select,:root.theme-light select:disabled,:root.theme-light select:disabled:hover{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.00501%203.25507C1.27838%202.98171%201.7216%202.98171%201.99496%203.25507L5.99999%207.2601L10.005%203.25507C10.2784%202.98171%2010.7216%202.98171%2010.995%203.25507C11.2683%203.52844%2011.2683%203.97166%2010.995%204.24502L6.49496%208.74502C6.2216%209.01839%205.77838%209.01839%205.50501%208.74502L1.00501%204.24502C0.731646%203.97166%200.731646%203.52844%201.00501%203.25507Z'%20fill='%2332333C'/%3e%3c/svg%3e")}@media (prefers-color-scheme:dark){select,select:disabled,select:disabled:hover{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.00501%203.25507C1.27838%202.98171%201.7216%202.98171%201.99496%203.25507L5.99999%207.2601L10.005%203.25507C10.2784%202.98171%2010.7216%202.98171%2010.995%203.25507C11.2683%203.52844%2011.2683%203.97166%2010.995%204.24502L6.49496%208.74502C6.2216%209.01839%205.77838%209.01839%205.50501%208.74502L1.00501%204.24502C0.731646%203.97166%200.731646%203.52844%201.00501%203.25507Z'%20fill='white'/%3e%3c/svg%3e")}}:root.theme-dark select,:root.theme-dark select:disabled,:root.theme-dark select:disabled:hover{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.00501%203.25507C1.27838%202.98171%201.7216%202.98171%201.99496%203.25507L5.99999%207.2601L10.005%203.25507C10.2784%202.98171%2010.7216%202.98171%2010.995%203.25507C11.2683%203.52844%2011.2683%203.97166%2010.995%204.24502L6.49496%208.74502C6.2216%209.01839%205.77838%209.01839%205.50501%208.74502L1.00501%204.24502C0.731646%203.97166%200.731646%203.52844%201.00501%203.25507Z'%20fill='white'/%3e%3c/svg%3e")}table{border-collapse:collapse;border-spacing:0;border-top:1px solid var(--edge);width:100%;margin:24px 0}table tbody tr th,table tfoot tr th,table thead tr th{color:var(--text-2);font-size:.875rem;font-weight:400;line-height:1.125rem}table tbody tr td,table tfoot tr td,table thead tr td{color:var(--text-1);font-size:.9375rem;font-weight:400;line-height:1.3125rem}table tbody tr td,table tbody tr th,table tfoot tr td,table tfoot tr th,table thead tr td,table thead tr th{border-bottom:1px solid var(--edge);vertical-align:middle;text-align:left;padding:9px 0 9px 12px}table tbody tr td .currency,table tbody tr th .currency,table tfoot tr td .currency,table tfoot tr th .currency,table thead tr td .currency,table thead tr th .currency{display:block}table tbody tr td .account-selector,table tbody tr td .action,table tbody tr td .amount-input,table tbody tr td .asset-selector,table tbody tr td .button,table tbody tr td .currency-selector,table tbody tr td .date-picker,table tbody tr td .email-input,table tbody tr td .invoice-selector,table tbody tr td .label,table tbody tr td .loan-selector,table tbody tr td .menu-button,table tbody tr td .number-input,table tbody tr td .password-input,table tbody tr td .selector,table tbody tr td .subtext,table tbody tr td .supplier-selector,table tbody tr td .text,table tbody tr td .text-area,table tbody tr td .text-input,table tbody tr th .account-selector,table tbody tr th .action,table tbody tr th .amount-input,table tbody tr th .asset-selector,table tbody tr th .button,table tbody tr th .currency-selector,table tbody tr th .date-picker,table tbody tr th .email-input,table tbody tr th .invoice-selector,table tbody tr th .label,table tbody tr th .loan-selector,table tbody tr th .menu-button,table tbody tr th .number-input,table tbody tr th .password-input,table tbody tr th .selector,table tbody tr th .subtext,table tbody tr th .supplier-selector,table tbody tr th .text,table tbody tr th .text-area,table tbody tr th .text-input,table tfoot tr td .account-selector,table tfoot tr td .action,table tfoot tr td .amount-input,table tfoot tr td .asset-selector,table tfoot tr td .button,table tfoot tr td .currency-selector,table tfoot tr td .date-picker,table tfoot tr td .email-input,table tfoot tr td .invoice-selector,table tfoot tr td .label,table tfoot tr td .loan-selector,table tfoot tr td .menu-button,table tfoot tr td .number-input,table tfoot tr td .password-input,table tfoot tr td .selector,table tfoot tr td .subtext,table tfoot tr td .supplier-selector,table tfoot tr td .text,table tfoot tr td .text-area,table tfoot tr td .text-input,table tfoot tr th .account-selector,table tfoot tr th .action,table tfoot tr th .amount-input,table tfoot tr th .asset-selector,table tfoot tr th .button,table tfoot tr th .currency-selector,table tfoot tr th .date-picker,table tfoot tr th .email-input,table tfoot tr th .invoice-selector,table tfoot tr th .label,table tfoot tr th .loan-selector,table tfoot tr th .menu-button,table tfoot tr th .number-input,table tfoot tr th .password-input,table tfoot tr th .selector,table tfoot tr th .subtext,table tfoot tr th .supplier-selector,table tfoot tr th .text,table tfoot tr th .text-area,table tfoot tr th .text-input,table thead tr td .account-selector,table thead tr td .action,table thead tr td .amount-input,table thead tr td .asset-selector,table thead tr td .button,table thead tr td .currency-selector,table thead tr td .date-picker,table thead tr td .email-input,table thead tr td .invoice-selector,table thead tr td .label,table thead tr td .loan-selector,table thead tr td .menu-button,table thead tr td .number-input,table thead tr td .password-input,table thead tr td .selector,table thead tr td .subtext,table thead tr td .supplier-selector,table thead tr td .text,table thead tr td .text-area,table thead tr td .text-input,table thead tr th .account-selector,table thead tr th .action,table thead tr th .amount-input,table thead tr th .asset-selector,table thead tr th .button,table thead tr th .currency-selector,table thead tr th .date-picker,table thead tr th .email-input,table thead tr th .invoice-selector,table thead tr th .label,table thead tr th .loan-selector,table thead tr th .menu-button,table thead tr th .number-input,table thead tr th .password-input,table thead tr th .selector,table thead tr th .subtext,table thead tr th .supplier-selector,table thead tr th .text,table thead tr th .text-area,table thead tr th .text-input{margin:0}table tbody tr td:last-child,table tbody tr th:last-child,table tfoot tr td:last-child,table tfoot tr th:last-child,table thead tr td:last-child,table thead tr th:last-child{text-align:right}table tbody tr td:first-child,table tbody tr th:first-child,table tfoot tr td:first-child,table tfoot tr th:first-child,table thead tr td:first-child,table thead tr th:first-child{text-align:left;padding:9px 0}table tbody tr.hoverable,table tfoot tr.hoverable,table thead tr.hoverable{transition:background 50ms linear}table tbody tr.hoverable:hover,table tfoot tr.hoverable:hover,table thead tr.hoverable:hover{background:var(--action-3)}table tbody tr.danger td:first-child,table tbody tr.danger th:first-child,table tbody tr.highlight td:first-child,table tbody tr.highlight th:first-child,table tbody tr.info td:first-child,table tbody tr.info th:first-child,table tbody tr.success td:first-child,table tbody tr.success th:first-child,table tbody tr.warning td:first-child,table tbody tr.warning th:first-child,table tfoot tr.danger td:first-child,table tfoot tr.danger th:first-child,table tfoot tr.highlight td:first-child,table tfoot tr.highlight th:first-child,table tfoot tr.info td:first-child,table tfoot tr.info th:first-child,table tfoot tr.success td:first-child,table tfoot tr.success th:first-child,table tfoot tr.warning td:first-child,table tfoot tr.warning th:first-child,table thead tr.danger td:first-child,table thead tr.danger th:first-child,table thead tr.highlight td:first-child,table thead tr.highlight th:first-child,table thead tr.info td:first-child,table thead tr.info th:first-child,table thead tr.success td:first-child,table thead tr.success th:first-child,table thead tr.warning td:first-child,table thead tr.warning th:first-child{border-top-left-radius:7px;border-bottom-left-radius:7px;padding-left:9px}table tbody tr.danger td:last-child,table tbody tr.danger th:last-child,table tbody tr.highlight td:last-child,table tbody tr.highlight th:last-child,table tbody tr.info td:last-child,table tbody tr.info th:last-child,table tbody tr.success td:last-child,table tbody tr.success th:last-child,table tbody tr.warning td:last-child,table tbody tr.warning th:last-child,table tfoot tr.danger td:last-child,table tfoot tr.danger th:last-child,table tfoot tr.highlight td:last-child,table tfoot tr.highlight th:last-child,table tfoot tr.info td:last-child,table tfoot tr.info th:last-child,table tfoot tr.success td:last-child,table tfoot tr.success th:last-child,table tfoot tr.warning td:last-child,table tfoot tr.warning th:last-child,table thead tr.danger td:last-child,table thead tr.danger th:last-child,table thead tr.highlight td:last-child,table thead tr.highlight th:last-child,table thead tr.info td:last-child,table thead tr.info th:last-child,table thead tr.success td:last-child,table thead tr.success th:last-child,table thead tr.warning td:last-child,table thead tr.warning th:last-child{border-top-right-radius:7px;border-bottom-right-radius:7px;padding-right:9px}table tbody tr.highlight td,table tbody tr.highlight th,table tfoot tr.highlight td,table tfoot tr.highlight th,table thead tr.highlight td,table thead tr.highlight th{color:var(--text-1);background:var(--action-2-hover)}table tbody tr.highlight td svg.icon,table tbody tr.highlight th svg.icon,table tfoot tr.highlight td svg.icon,table tfoot tr.highlight th svg.icon,table thead tr.highlight td svg.icon,table thead tr.highlight th svg.icon{fill:var(--text-1)!important}table tbody tr.danger td,table tbody tr.danger th,table tfoot tr.danger td,table tfoot tr.danger th,table thead tr.danger td,table thead tr.danger th{color:var(--text-1-dark);background:var(--status-danger)}table tbody tr.danger td svg.icon,table tbody tr.danger th svg.icon,table tfoot tr.danger td svg.icon,table tfoot tr.danger th svg.icon,table thead tr.danger td svg.icon,table thead tr.danger th svg.icon{fill:var(--text-1-dark)!important}table tbody tr.warning td,table tbody tr.warning th,table tfoot tr.warning td,table tfoot tr.warning th,table thead tr.warning td,table thead tr.warning th{color:var(--text-1-light);background:var(--corn)}table tbody tr.warning td svg.icon,table tbody tr.warning th svg.icon,table tfoot tr.warning td svg.icon,table tfoot tr.warning th svg.icon,table thead tr.warning td svg.icon,table thead tr.warning th svg.icon{fill:var(--text-1-light)!important}table tbody tr.success td,table tbody tr.success th,table tfoot tr.success td,table tfoot tr.success th,table thead tr.success td,table thead tr.success th{color:var(--text-1-dark);background:var(--jade)}table tbody tr.success td svg.icon,table tbody tr.success th svg.icon,table tfoot tr.success td svg.icon,table tfoot tr.success th svg.icon,table thead tr.success td svg.icon,table thead tr.success th svg.icon{fill:var(--text-1-dark)!important}table tbody tr.info td,table tbody tr.info th,table tfoot tr.info td,table tfoot tr.info th,table thead tr.info td,table thead tr.info th{color:var(--text-1-dark);background:var(--beau)}table tbody tr.info td svg.icon,table tbody tr.info th svg.icon,table tfoot tr.info td svg.icon,table tfoot tr.info th svg.icon,table thead tr.info td svg.icon,table thead tr.info th svg.icon{fill:var(--text-1-dark)!important}table.accounting-table tbody tr td,table.accounting-table tbody tr th,table.accounting-table tfoot tr td,table.accounting-table tfoot tr th,table.accounting-table thead tr td,table.accounting-table thead tr th{text-align:right;padding:9px 12px}table.accounting-table tbody tr td:first-child,table.accounting-table tbody tr th:first-child,table.accounting-table tfoot tr td:first-child,table.accounting-table tfoot tr th:first-child,table.accounting-table thead tr td:first-child,table.accounting-table thead tr th:first-child{text-align:left}.rich-table{-webkit-overflow-scrolling:touch;margin:24px 0;overflow-x:auto}.rich-table table{margin:0}.rich-table td,.rich-table th{vertical-align:top;text-align:left;min-width:10ch;padding:9px 12px 9px 0}.rich-table th{color:var(--text-2);font-weight:500}.rich-table td{font-size:.9375rem;line-height:1.3125rem}.rich-table td:first-child,.rich-table th:first-child{text-align:left;padding:9px 12px 9px 0}.rich-table td:last-child,.rich-table th:last-child{text-align:left;padding-right:0}@media (width>=580px){.slide-enter-active,.slide-enter-active .slide-elem,.slide-leave-active,.slide-leave-active .slide-elem{transition:all 80ms linear}.slide-enter-from .slide-elem,.slide-leave-to .slide-elem{transform:translate(480px)}}.slide-up-enter-active{transition:all 50ms step-end}.slide-up-enter-active .slide-up-el{transition:all .1s linear}.slide-up-leave-active{transition:all 50ms step-end}.slide-up-leave-active .slide-up-el{transition:all .1s linear}.slide-up-enter-from,.slide-up-leave-to{opacity:0}.slide-up-enter-from .slide-up-el,.slide-up-leave-to .slide-up-el{opacity:0;transform:translateY(18px)scale(.98)}.slide-down-enter-active,.slide-down-leave-active{transition:translate .1s linear,scale .1s linear,opacity .1s linear}.slide-down-enter-from,.slide-down-leave-to{opacity:0;translate:0 18px;scale:.98}.scrim-fade-enter-active,.scrim-fade-leave-active{transition:opacity .15s}.scrim-fade-enter-from,.scrim-fade-leave-to{opacity:0}.x-fade-enter-active,.x-fade-leave-active{transition:all .5s}.x-fade-enter-from,.x-fade-leave-to{opacity:0;transform:translateY(12px)}.toasty-move{transition:transform .2s}.toasty-enter-active,.toasty-leave-active{transition:all .1s linear}.toasty-enter-from,.toasty-leave-to{opacity:0;transform:translateY(72px)}.toasty-enter-to,.toasty-leave-from{opacity:1;transform:translateY(0)}.alerty-enter-active,.alerty-leave-active{transition:all .1s linear}.alerty-enter-from,.alerty-leave-to{opacity:0;transform:translateY(-72px)!important}.alerty-enter-to,.alerty-leave-from{opacity:1;transform:translateY(0)!important}@keyframes pulse-edge{0%,to{border:1px solid var(--action-2-hover)}50%{border:1px solid var(--beau)}}.pop{animation-name:pop;animation-duration:.12s;animation-timing-function:ease-in-out;animation-iteration-count:2;animation-direction:alternate}@keyframes pop{0%{opacity:1;transform:translateY(0)}to{opacity:.2;transform:translateY(12px)}}.pop-left{animation-name:popleft;animation-duration:.2s;animation-timing-function:ease-in-out;animation-iteration-count:1;animation-direction:normal}@keyframes popleft{0%{opacity:1;transform:translate(0)}to{opacity:.1;transform:translate(24px)}}.pop-right{animation-name:popright;animation-duration:.2s;animation-timing-function:ease-in-out;animation-iteration-count:1;animation-direction:normal}@keyframes popright{0%{opacity:1;transform:translate(0)}to{opacity:.1;transform:translate(-24px)}}.slide-up-once{opacity:0;animation:.6s ease-out forwards slide-up-once;animation-delay:var(--slide-up-once-delay,0s);transform:translateY(24px)}@keyframes slide-up-once{to{opacity:1;transform:translateY(0)}}.bounce-enter-active{transition:opacity 75ms linear}.bounce-enter-active .bounce-elem{transition:transform 75ms linear}.bounce-leave-active{transition:opacity 75ms linear}.bounce-leave-active .bounce-elem{transition:transform 75ms linear}.bounce-enter-from,.bounce-leave-to{opacity:0}.bounce-enter-from .bounce-elem,.bounce-leave-to .bounce-elem{transform:translateY(-12px)scale(.97)}.slide-fade-enter-active,.slide-fade-leave-active{transition:max-height .3s,opacity .3s}.slide-fade-enter-from,.slide-fade-leave-to{max-height:0}.slide-fade-enter-to,.slide-fade-leave-from{max-height:500px}.error header img{margin:24px auto}.error footer,.error main{max-width:960px;margin:0 auto;padding:0 12px}.error footer p{margin:24px 0}@media (width>=580px){.error main .card{box-shadow:var(--shadow-1);padding:24px}}
