/*! 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;
}

:root{--font-family-default: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;--text1-color: #000000;--text1-color-hover: #404040;--text1-color-pressed: #7a7a7a;--text2-color: #868686;--text2-color-hover: #949494;--text2-color-pressed: #7a7a7a;--text3-color: #bbbbbb;--text3-color-hover: #c7c7c7;--text3-color-pressed: #adadad;--text4-color: #868686;--text4-color-hover: var(--text4-color);--text4-color-pressed: var(--text4-color);--text5-color: #ffffff;--text5-color-hover: var(--text5-color);--text5-color-pressed: var(--text5-color);--text-inverted-color: #ffffff;--link-color: #007ab8;--link-color-hover: #008bd1;--link-color-pressed: #00699e;--accept-color: #7ed320;--accept-border-color: #7ed320;--accept-color-hover: #8cdf2f;--accept-color-pressed: #72be1d;--cancel-color: #f5325c;--cancel-color-hover: #f64b70;--cancel-color-pressed: #f41a49;--accent1-color: #f5325c;--accent1-border-color: var(--accent1-color);--accent1-color-hover: #f64b70;--accent1-color-pressed: #f41a49;--accent2-color: #ff8500;--accent2-border-color: var(--accent2-color);--accent2-color-hover: #ff911a;--accent2-color-pressed: #e67800;--accent3-color: #7ed320;--accent3-border-color: var(--accent3-color);--accent3-color-hover: #8cdf2f;--accent3-color-pressed: #72be1d;--accent4-color: #007ab8;--accent4-border-color: var(--accent4-color);--accent4-color-hover: #008bd1;--accent4-color-pressed: #00699e;--accent5-color: #7854f6;--accent5-border-color: var(--accent5-color);--accent5-color-hover: #8c6ef7;--accent5-color-pressed: #663df5;--accent6-color: #000000;--accent6-color-hover: #404040;--accent6-color-pressed: #7a7a7a;--primary-color: #007ab8;--primary-color-hover: #008bd1;--primary-color-pressed: #00699e;--secondary-color: #e7e7e7;--background1-color: #ffffff;--background2-color: #f9f9f9;--background3-color: #e7e7e7;--background4-color: #bbbbbb;--loading-screen-background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #eeeeee 100%);--border1-color: #e7e7e7;--border2-color: #bbbbbb;--outline-color: #000000;--shadow-color: rgba(0, 0, 0, 0.2);--basic-color: #ffffff;--basic-color-hover: #e7e7e7;--basic-color-pressed: #dbdbdb;--basic-border-color: var(--border1-color);--disabled-text-color: var(--text4-color);--disabled-bg-color: var(--background3-color);--disabled-icon-color: var(--background4-color);--radio-border-color: var(--border1-color);--radio-bg-color: var(--basic-color);--radio-bg-color-hover: var(--basic-color-hover);--radio-bg-color-pressed: var(--basic-color-pressed);--toggle-button-color: var(--background4-color);--input-bg-color: var(--background1-color);--input-icon-color: var(--text2-color);--input-border-color: #868686;--input-border-color-hover: var(--primary-color-hover);--input-outline-color: var(--primary-color);--button-text-color: var(--text1-color);--button-border-color: var(--border1-color);--button-bg-color: var(--basic-color);--button-bg-color-hover: var(--basic-color-hover);--button-bg-color-pressed: var(--basic-color-pressed);--active-text-color: var(--text5-color);--active-color: var(--primary-color);--active-color-hover: var(--primary-color-hover);--active-color-pressed: var(--primary-color-pressed);--chat-bubble-bg-color-sent: var(--accent4-color);--chat-bubble-text-color-sent: var(--text5-color);--chat-bubble-link-color-sent-hover: var(--basic-color-hover);--chat-bubble-link-color-sent-pressed: var(--basic-color-pressed);--chat-bubble-bg-color-received: var(--background3-color);--favorite-color: #ffc000;--error-color: var(--cancel-color);--overlay-bg-color: rgba(0, 0, 0, 0.5);--overlay-text-color: #ffffff;--overlay-border-color: #bbbbbb;--toolbar-icon-color: var(--text5-color);--toolbar-icon-selected-bg: var(--transparent);--toolbar-basic-icon-color: var(--text1-color);--toolbar-basic-selected-icon-color: var(--text1-color);--toolbar-basic-color: var(--secondary-color);--toolbar-basic-color-hover: var(--secondary-color-hover);--toolbar-basic-color-pressed: var(--secondary-color-pressed);--toolbar-basic-border-color: var(--basic-border-color);--tile-text-color: var(--text2-color);--tile-bg-color: var(--secondary-color);--tile-bg-color-hover: var(--secondary-color-hover);--tile-bg-color-pressed: var(--secondary-color-pressed);--tile-button-text-color: var(--text1-color);--tile-button-bg-color: var(--basic-color);--tile-button-bg-color-hover: var(--basic-color-hover);--tile-button-bg-color-pressed: var(--basic-color-pressed);--tile-button-border-color: var(--basic-border-color)}html{height:100%;overflow:hidden}body{height:100%;overflow:auto;overscroll-behavior-y:none;color:var(--text1-color)}body[data-theme=light],:root{--color-interaction-primary: #1700c7;--color-interaction-primary-hover: #170696;--color-interaction-primary-active: #170696;--color-interaction-primary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-primary-alt: #ffffff;--color-interaction-primary-alt-hover: #e8effd;--color-interaction-primary-alt-active: #cbd8f0;--color-interaction-primary-alt-disabled: #e7e7e7;--color-interaction-secondary: #ffffff;--color-interaction-secondary-hover: #d3d3d3;--color-interaction-secondary-active: #d3d3d3;--color-interaction-secondary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-secondary-alt: #ffffff;--color-interaction-secondary-alt-hover: #e8e8e8;--color-interaction-secondary-alt-active: #e8e8e8;--color-interaction-secondary-alt-disabled: #e7e7e7;--color-semantic-info: #262626;--color-semantic-info-hover: #616161;--color-semantic-info-active: #616161;--color-semantic-disabled: #6f6f6fcc;--color-semantic-success: #009465;--color-semantic-success-hover: #188651;--color-semantic-success-active: #188651;--color-semantic-success-disabled: #6f6f6fcc;--color-semantic-warning: #f9ab15;--color-semantic-warning-hover: #d08a03;--color-semantic-warning-active: #d08a03;--color-semantic-warning-disabled: #6f6f6fcc;--color-semantic-critical: #e90738;--color-semantic-critical-hover: #d1003b;--color-semantic-critical-active: #d1003b;--color-semantic-critical-disabled: #6f6f6fcc;--color-semantic-critical-bg-alt: #f9e1e5;--color-semantic-neutral: #262626;--color-semantic-neutral-hover: #616161;--color-semantic-neutral-active: #616161;--color-semantic-neutral-inactive: #6f6f6fcc;--color-text-main: #000000;--color-text-subtle: #757575;--color-text-reverse: #ffffff;--color-text-reverse-subtle: #e7e7e7;--color-text-disabled: #b0b0b0;--color-text-info: #000000;--color-text-success: #000000;--color-text-warning: #000000;--color-text-critical: #000000;--color-border-1: #e6e6e6;--color-border-2: #cacaca;--color-border-3: rgba(202, 202, 202, 0.2);--color-neutral-0: #ffffff;--color-neutral-0-reverse: #000000;--color-neutral-1: #f5f5f5;--color-neutral-2: #ededed;--color-neutral-3: #e7e7e7;--color-status-ready: #7ed320;--color-status-offline: #ada7a8;--color-status-busy: #f19b53;--color-background-overlay: rgba(23, 10, 122, 0.4);--color-background-subtle-callout: #e8effd;--color-background-modal-overlay: rgba(0, 0, 0, 0.3);--color-background-critical: #f9e1e5;--color-background-neutral-0: #ffffff;--color-interactions-menu: #000000;--color-interactions-menu-hover: #2f2f2f;--color-interactions-menu-inactive: #757575;--color-brand-cool: linear-gradient(90deg, #6ae1d9 0%, #9898ff 100%)}body[data-theme=dark]{--color-interaction-primary: #5282ff;--color-interaction-primary-hover: #7092e4;--color-interaction-primary-active: #7092e4;--color-interaction-primary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-primary-alt: #ffffff;--color-interaction-primary-alt-hover: #e8effd;--color-interaction-primary-alt-active: #cbd8f0;--color-interaction-primary-alt-disabled: #e7e7e7;--color-interaction-secondary: #696e79;--color-interaction-secondary-hover: #515764;--color-interaction-secondary-active: #515764;--color-interaction-secondary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-secondary-alt: #ffffff;--color-interaction-secondary-alt-hover: #e8e8e8;--color-interaction-secondary-alt-active: #d9d9d9;--color-interaction-secondary-alt-disabled: #e7e7e7;--color-semantic-info: #0073bd;--color-semantic-info-hover: #0061a1;--color-semantic-info-active: #004e84;--color-semantic-disabled: #6f6f6f;--color-semantic-success: #0c884c;--color-semantic-success-hover: #08743f;--color-semantic-success-active: #045f33;--color-semantic-success-disabled: #767676;--color-semantic-warning: #a86500;--color-semantic-warning-hover: #915200;--color-semantic-warning-active: #783f00;--color-semantic-warning-disabled: #747474;--color-semantic-critical: #d32947;--color-semantic-critical-hover: #de3a57;--color-semantic-critical-active: #e84d68;--color-semantic-critical-disabled: #6e6e6e;--color-semantic-critical-bg-alt: #f9e1e5;--color-semantic-neutral: #222222;--color-semantic-neutral-hover: #3a3a3a;--color-semantic-neutral-active: #535353;--color-semantic-neutral-disabled: #6e6e6e;--color-text-main: #cdcdcd;--color-text-subtle: #767676;--color-text-reverse: #000000;--color-text-reverse-subtle: #212121;--color-text-disabled: #4a4a4a;--color-text-info: #cdcdcd;--color-text-success: #cdcdcd;--color-text-warning: #cdcdcd;--color-text-critical: #cdcdcd;--color-border-1: #2d2d2d;--color-border-2: #1a1a1a;--color-neutral-0: #1a1a1a;--color-neutral-0-reverse: #ffffff;--color-neutral-1: #262626;--color-neutral-2: #2e2e2e;--color-neutral-3: #363636;--color-status-ready: #7ed320;--color-status-offline: #ada7a8;--color-status-busy: #f19b53;--color-background-overlay: rgba(23, 10, 122, 0.4);--color-background-overlay-2: rgba(23, 10, 122, 0.6);--color-background-subtle-callout: #e8effd;--color-background-modal-overlay: rgba(0, 0, 0, 0.3);--color-background-critical: #f9e1e5;--color-background-neutral-0: #ffffff;--color-interactions-menu: #ffffff;--color-interactions-menu-hover: #2f2f2f;--color-interactions-menu-inactive: #757575;--color-brand-cool: linear-gradient(90deg, #6ae1d9 0%, #9898ff 100%)}html{box-sizing:border-box;line-height:1}*,*:before,*:after{box-sizing:inherit}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:var(--font-family-default)}textarea{resize:vertical}button,[role=button]{cursor:pointer;user-select:none}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:700}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}pre,code,kbd,samp{font-family:var(--font-family-monospace)}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img:-moz-broken{opacity:0}img,video{max-width:100%;height:auto}label{font-size:12px;font-weight:700}body :focus,[type=button]:focus{outline:none}.keyboard-user :focus{box-shadow:0 0 0 3px var(--outline-color)}button svg{pointer-events:none}body::before{content:"sm";display:none}@media(min-width: 768px)and (min-height: 600px){body::before{content:"md"}}@media(min-width: 992px)and (min-height: 600px){body::before{content:"lg"}}@media(min-width: 1200px)and (min-height: 600px){body::before{content:"xl"}}@media(min-width: 1600px)and (min-height: 600px){body::before{content:"xxl"}}h5{font-size:12px}label,small,strong{font-size:10px;font-weight:700}small{color:var(--text2-color)}p,small,strong{line-height:1.25}a{color:var(--link-color)}a:hover{color:var(--link-color-hover)}a:active{color:var(--link-color-pressed)}hr{position:relative;width:90%;border:none;border-bottom:1px solid var(--border2-color);margin:16px 0}hr:after{background:var(--background1-color);content:attr(data-or-text);padding:0 4px;position:relative;color:var(--text1-color);font-size:12px;font-weight:700;position:absolute;transform:translateY(-50%) translateX(-50%)}input::placeholder{color:var(--text2-color)}summary{cursor:pointer}.hmc-logo{color:var(--text1-color)}:root,body[data-theme=light],body[data-theme=dark]{--mv-bg-0: #050812;--mv-bg-1: #0a1222;--mv-bg-2: #111d33;--mv-surface-1: rgba(12, 20, 38, 0.6);--mv-surface-2: rgba(16, 27, 50, 0.74);--mv-surface-3: rgba(20, 34, 62, 0.85);--mv-border: rgba(120, 175, 255, 0.28);--mv-border-strong: rgba(130, 201, 255, 0.5);--mv-text-main: #e8f1ff;--mv-text-subtle: #9fb3d6;--mv-text-muted: #6d82ab;--mv-accent-1: #26d1ff;--mv-accent-2: #3f7bff;--mv-danger: #ff4d7a;--mv-success: #2bd6a2;--mv-warning: #f5b852;--mv-blur-sm: 8px;--mv-blur-md: 14px;--mv-blur-lg: 20px;--mv-radius-sm: 12px;--mv-radius-md: 18px;--mv-radius-lg: 26px;--mv-radius-pill: 999px;--mv-shadow-1: 0 12px 36px rgba(0, 0, 0, 0.34);--mv-shadow-2: 0 24px 55px rgba(0, 0, 0, 0.45);--text1-color: var(--mv-text-main);--text1-color-hover: #f3f8ff;--text1-color-pressed: #d2e2ff;--text2-color: var(--mv-text-subtle);--text2-color-hover: #b0c6e8;--text2-color-pressed: #8fa9d2;--text3-color: var(--mv-text-muted);--text3-color-hover: #7f94bb;--text3-color-pressed: #667da6;--text4-color: #a8c0eb;--text4-color-hover: #c7d8f5;--text4-color-pressed: #95add5;--text5-color: #f7fbff;--text5-color-hover: #ffffff;--text5-color-pressed: #dbe8ff;--text-inverted-color: #050812;--link-color: var(--mv-accent-1);--link-color-hover: #66deff;--link-color-pressed: #14b7ef;--accept-color: #16c892;--accept-border-color: #2ad9a6;--accept-color-hover: #1fdaad;--accept-color-pressed: #10a979;--cancel-color: var(--mv-danger);--cancel-color-hover: #ff6b90;--cancel-color-pressed: #ef365f;--accent1-color: var(--mv-danger);--accent1-border-color: rgba(255, 141, 175, 0.6);--accent1-color-hover: #ff6b90;--accent1-color-pressed: #ef365f;--accent2-color: var(--mv-warning);--accent2-border-color: rgba(247, 201, 125, 0.6);--accent2-color-hover: #ffca66;--accent2-color-pressed: #d9a042;--accent3-color: var(--mv-success);--accent3-border-color: rgba(106, 247, 202, 0.5);--accent3-color-hover: #50eac1;--accent3-color-pressed: #1cb98f;--accent4-color: var(--mv-accent-2);--accent4-border-color: rgba(122, 157, 255, 0.55);--accent4-color-hover: #5f93ff;--accent4-color-pressed: #2f64e7;--accent5-color: #5aa6ff;--accent5-border-color: rgba(138, 196, 255, 0.55);--accent5-color-hover: #7cbaff;--accent5-color-pressed: #488fdf;--accent6-color: #1e3358;--accent6-color-hover: #274274;--accent6-color-pressed: #152743;--primary-color: var(--mv-accent-2);--primary-color-hover: #5f93ff;--primary-color-pressed: #2f64e7;--secondary-color: rgba(31, 48, 79, 0.85);--background1-color: var(--mv-surface-1);--background2-color: var(--mv-surface-2);--background3-color: rgba(23, 38, 68, 0.94);--background4-color: rgba(58, 84, 130, 0.85);--loading-screen-background: radial-gradient(circle at 20% 0%, #22385f 0%, #0b1223 50%, #050812 100%);--border1-color: var(--mv-border);--border2-color: rgba(90, 126, 191, 0.42);--outline-color: #67ddff;--shadow-color: rgba(0, 0, 0, 0.35);--basic-color: var(--mv-surface-1);--basic-color-hover: rgba(25, 41, 72, 0.8);--basic-color-pressed: rgba(18, 33, 58, 0.9);--basic-border-color: var(--mv-border);--disabled-text-color: #6f7fa1;--disabled-bg-color: rgba(17, 29, 52, 0.72);--disabled-icon-color: #5c6f95;--radio-border-color: var(--mv-border);--radio-bg-color: rgba(17, 29, 52, 0.9);--radio-bg-color-hover: rgba(31, 47, 79, 0.96);--radio-bg-color-pressed: rgba(20, 34, 62, 0.98);--toggle-button-color: #7bb3ff;--input-bg-color: rgba(13, 24, 44, 0.86);--input-icon-color: #b5c9ea;--input-border-color: rgba(114, 154, 222, 0.4);--input-border-color-hover: rgba(112, 183, 255, 0.65);--input-outline-color: #4fcfff;--button-text-color: var(--mv-text-main);--button-border-color: var(--mv-border);--button-bg-color: var(--mv-surface-2);--button-bg-color-hover: rgba(31, 50, 84, 0.94);--button-bg-color-pressed: rgba(20, 34, 60, 0.98);--active-text-color: #f8fcff;--active-color: linear-gradient(130deg, #26d1ff 0%, #3f7bff 100%);--active-color-hover: linear-gradient(130deg, #3ad7ff 0%, #5f93ff 100%);--active-color-pressed: linear-gradient(130deg, #1eb2de 0%, #2f64e7 100%);--chat-bubble-bg-color-sent: linear-gradient(130deg, #1dbde8 0%, #386fff 100%);--chat-bubble-text-color-sent: #f8fcff;--chat-bubble-link-color-sent-hover: #cbf4ff;--chat-bubble-link-color-sent-pressed: #9fe6ff;--chat-bubble-bg-color-received: rgba(19, 32, 58, 0.92);--favorite-color: #ffd166;--error-color: var(--mv-danger);--overlay-bg-color: rgba(6, 10, 20, 0.72);--overlay-text-color: var(--mv-text-main);--overlay-border-color: var(--mv-border-strong);--toolbar-icon-color: #f8fbff;--toolbar-icon-selected-bg: rgba(19, 43, 82, 0.82);--toolbar-basic-icon-color: var(--mv-text-main);--toolbar-basic-selected-icon-color: #95f0ff;--toolbar-basic-color: var(--mv-surface-2);--toolbar-basic-color-hover: rgba(31, 50, 84, 0.94);--toolbar-basic-color-pressed: rgba(20, 34, 60, 0.98);--toolbar-basic-border-color: var(--mv-border);--tile-text-color: var(--mv-text-subtle);--tile-bg-color: rgba(17, 29, 52, 0.76);--tile-bg-color-hover: rgba(29, 46, 78, 0.9);--tile-bg-color-pressed: rgba(18, 31, 58, 0.95);--tile-button-text-color: var(--mv-text-main);--tile-button-bg-color: rgba(26, 44, 76, 0.92);--tile-button-bg-color-hover: rgba(44, 68, 109, 0.95);--tile-button-bg-color-pressed: rgba(20, 35, 64, 0.98);--tile-button-border-color: var(--mv-border);--color-interaction-primary: #3f7bff;--color-interaction-primary-hover: #5f93ff;--color-interaction-primary-active: #2f64e7;--color-interaction-primary-disabled: rgba(111, 127, 161, 0.5);--color-interaction-primary-alt: rgba(24, 41, 72, 0.95);--color-interaction-primary-alt-hover: rgba(34, 56, 94, 0.95);--color-interaction-primary-alt-active: rgba(20, 35, 61, 0.95);--color-interaction-primary-alt-disabled: rgba(21, 35, 62, 0.5);--color-interaction-secondary: rgba(17, 29, 52, 0.85);--color-interaction-secondary-hover: rgba(31, 50, 84, 0.9);--color-interaction-secondary-active: rgba(20, 34, 60, 0.98);--color-interaction-secondary-disabled: rgba(111, 127, 161, 0.5);--color-interaction-secondary-alt: rgba(27, 44, 76, 0.95);--color-interaction-secondary-alt-hover: rgba(44, 68, 109, 0.95);--color-interaction-secondary-alt-active: rgba(20, 35, 64, 0.98);--color-interaction-secondary-alt-disabled: rgba(21, 35, 62, 0.5);--color-semantic-info: #37c3ff;--color-semantic-info-hover: #4ad2ff;--color-semantic-info-active: #22a6da;--color-semantic-disabled: #6f7fa1;--color-semantic-success: #2bd6a2;--color-semantic-success-hover: #49e2b4;--color-semantic-success-active: #1cb98f;--color-semantic-success-disabled: #6f7fa1;--color-semantic-warning: #f5b852;--color-semantic-warning-hover: #ffca66;--color-semantic-warning-active: #d9a042;--color-semantic-warning-disabled: #6f7fa1;--color-semantic-critical: #ff4d7a;--color-semantic-critical-hover: #ff6b90;--color-semantic-critical-active: #ef365f;--color-semantic-critical-disabled: #6f7fa1;--color-semantic-critical-bg-alt: rgba(255, 77, 122, 0.18);--color-semantic-neutral: #a9bde1;--color-semantic-neutral-hover: #bed0ee;--color-semantic-neutral-active: #8fa7d1;--color-semantic-neutral-inactive: #6f7fa1;--color-text-main: var(--mv-text-main);--color-text-subtle: var(--mv-text-subtle);--color-text-reverse: #050812;--color-text-reverse-subtle: #16233d;--color-text-disabled: #6f7fa1;--color-text-info: var(--mv-text-main);--color-text-success: var(--mv-text-main);--color-text-warning: var(--mv-text-main);--color-text-critical: var(--mv-text-main);--color-border-1: var(--mv-border);--color-border-2: rgba(90, 126, 191, 0.42);--color-border-3: rgba(119, 166, 241, 0.22);--color-neutral-0: rgba(12, 20, 38, 0.92);--color-neutral-0-reverse: #f8fbff;--color-neutral-1: rgba(17, 29, 52, 0.9);--color-neutral-2: rgba(21, 35, 62, 0.94);--color-neutral-3: rgba(31, 50, 84, 0.96);--color-status-ready: #2bd6a2;--color-status-offline: #7e8fb0;--color-status-busy: #f5b852;--color-background-overlay: rgba(5, 10, 22, 0.58);--color-background-overlay-2: rgba(5, 10, 22, 0.72);--color-background-subtle-callout: rgba(63, 123, 255, 0.16);--color-background-modal-overlay: rgba(4, 8, 18, 0.78);--color-background-critical: rgba(255, 77, 122, 0.18);--color-background-neutral-0: rgba(12, 20, 38, 0.92);--color-interactions-menu: #f1f7ff;--color-interactions-menu-hover: #7ad7ff;--color-interactions-menu-inactive: #96abcf;--color-brand-cool: linear-gradient(110deg, #26d1ff 0%, #3f7bff 100%)}html{background:#050812}body,#root,.home-root{color:var(--mv-text-main)}body:not(.is-hub-page),body:not(.is-hub-page) #root,body:not(.is-hub-page) .home-root{background:radial-gradient(140% 100% at 0% 0%, #1e3358 0%, #0b1324 36%, #050812 100%)}body.is-hub-page,body.is-hub-page #root,body.is-hub-page .home-root{background:rgba(0,0,0,0)}#ui-root{background:rgba(0,0,0,0) !important}body:not(.is-hub-page){background-attachment:fixed}body:not(.is-hub-page)::after{content:"";position:fixed;pointer-events:none;inset:0;background:radial-gradient(60% 50% at 10% 0%, rgba(38, 209, 255, 0.12) 0%, rgba(38, 209, 255, 0) 80%),radial-gradient(40% 40% at 90% 20%, rgba(63, 123, 255, 0.12) 0%, rgba(63, 123, 255, 0) 85%);z-index:-1}body.is-hub-page::after{display:none}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){:root,body[data-theme=light],body[data-theme=dark]{--mv-surface-1: #111d33;--mv-surface-2: #15233f;--mv-surface-3: #1b2b4a;--background1-color: var(--mv-surface-1);--background2-color: var(--mv-surface-2);--background3-color: var(--mv-surface-3)}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}}
.support__support-main__oWEp2{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";z-index:10000;position:absolute;width:100%;height:100%;top:0;left:0;background:radial-gradient(140% 120% at 0% 0%, #1e3358 0%, #0b1324 40%, #050812 100%);color:#e8f1ff;display:flex;justify-content:center;padding-top:5em}.support__support-content__6Fy7i{text-align:center;margin:1em;padding:24px;border-radius:22px;border:1px solid rgba(120,175,255,.28);background:rgba(11,20,38,.74);box-shadow:0 24px 55px rgba(0,0,0,.45);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.support__support-content__6Fy7i a{font-size:smaller;color:#7ad7ff}.support__support-content__6Fy7i input{width:15em;background:rgba(13,24,44,.86);color:#e8f1ff;font-size:12pt;padding:.4em;border-radius:10px;border:1px solid rgba(114,154,222,.4)}.support__support-content__6Fy7i a.copy-link{margin-left:.5em;font-size:12pt}.support__support-content__6Fy7i .support__unsupported-langs__iVeQB span{white-space:nowrap}.support__support-content__6Fy7i table{margin:auto}.support__details__dKlwm{text-align:left}.support__details__dKlwm tr td:first-child{padding-right:1em}

/*# sourceMappingURL=support-38f129e1a0995a4437d7.css.map*/