:root{--c1: #2cbafc;--c3: #ffbf04;--c2alpha: #e0def2;--fg-on-c1: #fff;--fg-on-c2: #fff;--highlight-fg: var(--c2);--data-header-bg: var(--main-bg);--fg-dimmed: #888;--separator-width: 1px;--double-gap: 16px;--blue-logo-1: #2cbafc;--blue-logo-2: #1aa0fa;--blue-logo-3: #108bf9;--blue-logo-4: #0978f7;--blue-logo-5: #0668f5;--violet-logo-1: #a881ff;--violet-logo-2: #8b61ff;--violet-logo-3: #734aff;--violet-logo-4: #6037ff;--violet-logo-5: #4f2aff;--violet-logo-6: #4120ff;--c2: var(--violet-logo-3);--blue-05: #f5f9ff;--blue-1: #e6f4ff;--blue-2: #bae0ff;--blue-3: #91caff;--blue-4: #69b1ff;--blue-5: #4096ff;--blue-6: #1677ff;--blue-7: #0958d9;--blue-8: #003eb3;--blue-9: #002c8c;--blue-10: #001d66;--green-025: #f6fef9;--green-05: #ecfdf3;--green-1: #dcfae6;--green-2: #abefc6;--green-3: #75e0a7;--green-4: #47cd89;--green-5: #17b26a;--green-6: #079455;--green-7: #067647;--green-8: #085d34;--green-9: #074d31;--green-10: #053321;--yellow-1: #feffe6;--yellow-2: #ffffb8;--yellow-3: #fffb8f;--yellow-4: #fff566;--yellow-5: #ffec3d;--yellow-6: #fadb14;--yellow-7: #d4b106;--yellow-8: #ad8b00;--yellow-9: #876800;--yellow-10: #614700;--red-1: #fff1f0;--red-2: #ffccc7;--red-3: #ffa39e;--red-4: #ff7875;--red-5: #ff4d4f;--red-6: #f5222d;--red-7: #cf1322;--red-8: #a8071a;--red-9: #820014;--red-10: #5c0011;--black-1: #3f4147;--grey-todo: #475467;--grey-025: #fcfcfd;--grey-05: #f9fafb;--grey-1: #f3f4f6;--grey-2: #e5e7eb;--grey-3: #d2d6db;--grey-4: #9da4ae;--grey-5: #6c737f;--grey-6: #4d5761;--grey-7: #384250;--grey-8: #1f2a37;--grey-9: #111927;--grey-10: #0d121c;--white-1: #ffffff;--main-bg: var(--grey-1);--highlight--font-weight: 600}@font-face{font-family:Main;font-style:normal;font-weight:700;src:url(../../../Roboto/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:Main;font-style:normal;font-weight:500;src:url(../../../Roboto/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Main;font-style:normal;font-weight:300;src:url(../../../Roboto/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Main;font-style:normal;font-weight:100;src:url(../../../Roboto/Roboto-Light.ttf) format("truetype")}@font-face{font-family:System;font-style:normal;font-weight:500;src:url(../../../Sf/SFPro/TrueType/SFProDisplay-Medium.ttf) format("truetype")}@font-face{font-family:System;font-style:normal;font-weight:400;src:url(../../../Sf/SFPro/TrueType/SFProDisplay-Regular.ttf) format("truetype")}@font-face{font-family:Twemoji Country Flags;unicode-range:U+1F1E6-1F1FF,U+1F3F4,U+E0062-E0063,U+E0065,U+E0067,U+E006C,U+E006E,U+E0073-E0074,U+E0077,U+E007F;src:url(../../../TwemojiCountryFlags.woff2) format("woff2")}html{margin:0;font-family:System;overflow:hidden}body{margin:0;color:var(--black-1)}body,textarea{font-size:14px;line-height:22px}a{color:var(--highlight-fg);text-decoration:none}a:hover{text-decoration:underline}svg{fill:currentColor}.clickable{cursor:pointer}.not-allowed{cursor:not-allowed}ul{list-style-type:none;padding-left:0}h1,h2,h3,h4,h5,h6{font-weight:500}h2,h3,h4,h5,h6{margin:0}h1{margin-top:0;margin-bottom:var(--double-gap);font-size:38px;line-height:46px}h2{font-size:30px;line-height:38px}h3{font-size:24px;line-height:32px}h4{font-size:20px;line-height:28px}h5{font-size:16px;line-height:24px}.text-sm{font-size:12px;line-height:20px}.text-xs{font-size:10px;line-height:20px}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}:root{--side-width: 360px;--left-pane-width: 230px}.row{display:flex;flex-direction:row}.gap{gap:var(--gap)}.row-aligned{display:flex;flex-direction:row;align-items:center}.row-aligned-gap{display:flex;flex-direction:row;align-items:center;gap:var(--gap)}.row-space-between{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.column,.column-double-gap{display:flex;flex-direction:column}.justify-center{justify-content:center}.justify-end{justify-content:end}.column{gap:var(--gap)}.column-double-gap{gap:var(--double-gap)}.properties{display:grid;grid-template-columns:80px 1fr}.floating-above{z-index:2;background:var(--primaryFg);position:absolute;border-radius:8px;box-shadow:0 9px 28px 8px #0000000d,0 3px 6px -4px #0000001f,0 6px 16px #00000014}.inputs-2-cols{display:grid;grid-template-columns:var(--labels-width, 200px) var(--inputs-width, 1fr);align-items:baseline;flex-direction:column;gap:12px;max-width:800px}.grid-line{grid-column:1/-1}.table .header,.table .footer{background-color:var(--grey-05)}.table .header,.table .footer,.table .cell{padding:12px 6px}.table .header{border-bottom:1px solid var(--grey-2)}.table .footer{border-top:1px solid var(--grey-2)}:root{--primaryBg: #1677ff;--primaryFg: #ffffff;--primaryShadowColor: rgba(5, 145, 255, .1);--primaryShadowBelow: 0px 2px 0px 0px var(--primaryShadowColor);--primaryShadowAround: 0px 0px 0px 2px var(--primaryShadowColor);--defaultBg: #ffffff;--defaultFg: rgba(0, 0, 0, .88);--defaultBorderColor: #d9d9d9;--defaultShadow: 0px 2px 0px 0px rgba(0, 0, 0, .02);--dangerBg: #ff4d4f;--dangerShadowColor: rgba(255, 38, 5, .06);--dangerShadowBelow: 0px 2px 0px 0px var(--dangerShadowColor);--dangerShadowAround: 0px 0px 0px 2px var(--dangerShadowColor);--hoverBg: #4096ff;--dangerHoverBg: #ff7875;--textHoverBg: rgba(0, 0, 0, .06);--textDangerHoverBg: #fff2f0;--primaryActiveBg: #0958d9;--activeBg: #e6f4ff;--dangerActiveBg: #d9363e;--textActiveBg: #00000026;--disabledBg: rgba(0, 0, 0, .04);--disabledFg: rgba(0, 0, 0, .25);--warningBg: #faad14;--successBg: #52c41a;--warningHoverBg: #ffd666;--warningShadowColor: rgba(255, 215, 5, .1);--warningShadowAround: 0px 0px 0px 2px var(--warningShadowColor);--inactiveHoverBg: rgba(0, 0, 0, .45);--tagBg: rgba(0, 0, 0, .02);--gap: 8px;--gap-2: 16px;--defaultBorderRadius: 6px;--largeBorderRadius: 8px;--smallBorderRadius: 4px;--defaultHeight: 32px;--largeHeight: 40px;--smallHeight: 24px;--smallFontSize: 12px;--defaultFontSize: 14px;--largeFontSize: 16px;--smallLineHeight: 14px;--defaultLineHeight: 22px;--largeLineHeight: 24px;--transitionDuration: .2s;--editionTransitionDuration: .3s;--heading-1: 38px;--heading-2: 30px;--heading-3: 24px;--heading-4: 20px;--heading-5: 16px;--icon-size: 24px}.system-common{font-family:System;font-weight:400;--icon-size: 16px}.size-small,.size-default,.size-small input,.size-default input{font-size:var(--defaultFontSize);line-height:var(--defaultLineHeight)}.size-large,.size-large input{font-size:var(--largeFontSize);line-height:var(--largeLineHeight)}input:disabled{cursor:not-allowed}.outer input{flex:1;border:none;background:none;display:inline-block}.outer input:focus{outline:none}.outer.disabled input{color:var(--disabledFg)}.outer.size-default input,.outer.size-large input,.outer.size-default textarea,.outer.size-large textarea{padding-left:var(--input-padding-h, 11px);padding-right:var(--input-padding-h, 11px);padding-top:var(--input-padding-v, 4px);padding-bottom:var(--input-padding-v, 4px)}.outer.size-small input,.outer.size-small textarea{padding:4px 7px}.messages.svelte-1lhumig{overflow:hidden;border:none;padding:20px;position:fixed;transform:translate(-50%)}.message.svelte-1lhumig{margin:var(--gap);position:relative;transition:all .2s ease-in-out;border-radius:var(--defaultBorderRadius);background-color:var(--primaryFg);overflow:hidden;padding:var(--gap);box-shadow:0 0 8px #0003}.message.invisible.svelte-1lhumig{opacity:0;top:-40px}.message.visible.svelte-1lhumig{opacity:1;top:0}
