/* BUILD: src */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.u-visually-hidden{opacity:0}a{color:#6f3dff;text-decoration:none}a:hover{text-decoration:underline}a:active{color:#240163}h1,h2,h3,h4,h5{margin-top:0}h1,h2{margin-bottom:8px}.o-type-xl{font-family:"Satoshi",sans-serif;font-size:2.625rem;font-weight:600;letter-spacing:-1.25px}.o-type-large{font-family:"Satoshi",sans-serif;font-size:2.125rem;font-weight:500;letter-spacing:-0.5px}.o-type-medium{font-family:"Satoshi",sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:.5px}.o-type-small-strong{font-size:1.125rem;font-weight:700;letter-spacing:.5px}.o-body{font-size:1rem;line-height:1.4}.o-body-small{font-size:.875rem;font-weight:500;letter-spacing:.25px;line-height:1.4}.o-highlight{color:#6f3dff}.o-strong{font-weight:500}.c-button{display:flex;overflow:hidden;align-items:center;justify-content:center;height:32px;padding:0 16px;border:1px solid #8c8c8c;color:#1a1a1a;font-size:.875rem;background-color:#fff;border-radius:.5rem;font-weight:500;cursor:pointer;white-space:nowrap;transition-duration:.2s;transition-property:background-color,border-color}.c-button:hover:not(:disabled){background-color:#e8e8e8}.c-button:active:not(:disabled){background-color:#c6c6c6}.c-button:disabled{opacity:.4;cursor:not-allowed}.c-button--primary{background-color:#6f3dff;color:#fff;border-color:#6f3dff}.c-button--primary:hover:not(:disabled){background-color:#240163;border-color:#240163}.c-button--primary:active:not(:disabled){background-color:#896ed6;border-color:#896ed6}.c-button--primary ::deep .spinner__spinner{border-color:#240163;border-top-color:#896ed6}.c-button--ghost{border:none}.c-button--width-block{justify-content:center;width:100%}.c-button--height-tall{height:64px;font-size:1.125rem;font-weight:500;letter-spacing:.5px}.c-button--github{background-color:#2da54e;border-color:#2da54e;color:#fff}.c-button--github:hover:not(:disabled){background-color:#05ab3f;border-color:#05ab3f}.c-button--github:active:not(:disabled){background-color:#29322c;border-color:#29322c}.c-button--github ::deep .spinner__spinner{border-color:#05ab3f;border-top-color:#fff}.c-button--danger{background-color:#d40909;border-color:#d40909;color:#fff}.c-button--danger:hover:not(:disabled){background-color:#ab0505;border-color:#ab0505}.c-button--danger:active:not(:disabled){background-color:#860202;border-color:#860202}.c-button--danger ::deep .spinner__spinner{border-color:#ab0505;border-top-color:#fff}.c-button__icon{display:inline-block}.c-button--has-slot-content .c-button__icon{margin-right:8px}.c-input{box-sizing:border-box;width:100%;border-radius:8px;height:40px;padding:9px 12px;border:2px solid #c6c6c6;line-height:1.2;outline:none;font-size:.875rem;background-color:#f3f3f3;transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.c-input:hover:not(:read-only){border-color:#8c8c8c}.c-input:focus:not(:read-only){outline:none;border-color:#8c8c8c;box-shadow:#e8e8e8 0 0 0 4px}.c-input:read-only{border-color:#dcdcdc;cursor:text}.c-input::placeholder{opacity:.75}.c-input--error{padding:0 40px 0 12px}.c-input--textarea{height:auto;padding:8px}.c-input--select{appearance:none}.c-input--checkbox{appearance:none;width:20px;height:20px;margin:8px 8px 8px 0;padding:0;border-radius:4px}.c-input--checkbox:checked{background-color:#6f3dff;border-color:#d2c3ff}.c-input--checkbox:not(:checked){outline:1px solid rgba(0,0,0,.35)}.c-input--checkbox:focus{box-shadow:#e8e8e8 0 0 0 2px}.c-input__icon{position:absolute;top:calc(50% - 8px);right:8px;color:#8c8c8c;pointer-events:none}.c-input__icon--left{right:auto;left:4px}.c-input__icon--left+.c-input{padding-left:40px}.c-input__select-arrow{color:#1a1a1a}.c-input__icon--select-error{right:40px}.c-field__input-wrapper--checkboxes{flex-direction:column}.c-input__checkbox-inner{position:relative;display:flex;align-items:center;width:100%;margin-bottom:8px}.c-input__checkbox-inner:last-child{margin-bottom:0}.c-input__checkbox-label{flex-grow:1;font-size:.875rem}.c-input__checkbox-label:hover{cursor:pointer}.c-input__checkbox-indicator{top:calc(50% - 6px);right:auto;left:4px;pointer-events:none}.c-form__row{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #d2c3ff}.c-form__row--split{display:flex;justify-content:space-between}.c-form__row--split .c-field{width:48%}.c-field{margin:0;padding:0;border:0;text-align:left}.c-field--horizontal{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:8px;gap:8px}.c-field--horizontal .c-field__meta{width:40%}.c-field--horizontal .c-field__input{width:55%}.c-field--horizontal .c-field__description,.c-field--horizontal .c-field__input-wrapper{margin-bottom:0}.c-field--horizontal .c-field__description{position:relative;top:2px}.c-field--has-error .c-field__help{color:#860202}.c-field--has-error :deep(.c-input__validation-indicator){color:#d40909}.c-field--has-error :deep(.c-input){border-color:#d40909}.c-field--has-error :deep(.c-input):focus{box-shadow:#fcd2d2 0 0 0 4px}.c-field--has-error :deep(.c-input):hover{border-color:#ab0505}.c-field__label,.c-field__description{display:block}.c-field__label{margin-bottom:12px;letter-spacing:.25px;font-weight:500;line-height:1}.c-field__meta--has-description .c-field__label{margin-bottom:6px}.c-field__description{display:block;margin-bottom:6px;color:#8c8c8c;font-size:.875rem;line-height:1.4}.c-field__help{margin-left:8px;max-width:480px;font-size:.625rem;line-height:1.5;text-transform:uppercase;letter-spacing:.75px;font-weight:500}.c-field__input-wrapper{position:relative;display:flex;align-items:center;margin-bottom:8px}.c-field__input-wrapper--checkbox{flex-direction:column;align-items:start}.c-field__input-wrapper--file{align-items:flex-end;margin-top:8px;gap:8px}@font-face{font-family:Satoshi;src:url("../assets/fonts/Satoshi-Variable.ttf") format("truetype")}@font-face{font-family:Inter;src:url("../assets/fonts/Inter.var.ttf") format("truetype")}html,body{width:100%;height:100%;font-size:16px}body{background-color:#fafafa;color:#1a1a1a;font-family:"Inter",sans-serif;font-size:.875rem;font-weight:400}.c-app{display:grid;height:100%}.c-modals{overflow:hidden;height:0}@font-face{font-family:Satoshi;src:url("/ui/fonts/Satoshi-Variable.ttf") format("truetype")}@font-face{font-family:Inter;src:url("/ui/fonts/Inter.var.ttf") format("truetype")}
.image-widget-placeholder{width:100%}

/*# sourceMappingURL=src-build.css.map*/
/* BUILD: public */
