:root{--primary-color:#232323;--primary-foreground-color:#fff;--accent-color:#f5f5f5;--accent-foreground-color:#323232;--muted-color:#e5e5e5;--muted-foreground-color:#737373;--dark-color:#000;--light-color:#fff;--default-spacing:4px;--default-radius:4px;--radius-xs:var(--default-radius);--radius-sm:calc(var(--default-radius) * 2);--radius-md:calc(var(--default-radius) * 3);--radius-lg:calc(var(--default-radius) * 4);--radius-full:9999px;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--titles-font-weight:500;--titles-color:var(--dark-color);--titles-color-opacity:100%;--titles-font-size:var(--font-size-md);--titles-line-height:22px;--titles-font-family:"DM Sans",sans-serif;--subtitles-font-weight:400;--subtitles-font-weight-bold:500;--subtitles-color:var(--dark-color);--subtitles-color-opacity:65%;--subtitles-font-size:var(--font-size-sm);--subtitles-font-family:"DM Sans",sans-serif;--subtitles-line-height:20px;--texts-font-weight:400;--texts-font-weight-bold:500;--texts-color:var(--dark-color);--texts-color-opacity:100%;--texts-font-size:var(--font-size-sm);--texts-font-family:"DM Sans",sans-serif;--texts-line-height:20px;--buttons-height:42px;--buttons-font-family:var(--texts-font-family);--buttons-font-weight:var(--texts-font-weight);--buttons-border-width:0px;--buttons-border-color:transparent;--buttons-border-opacity:100%;--buttons-background-color:var(--primary-color);--buttons-background-opacity:100%;--buttons-foreground-color:var(--primary-foreground-color);--buttons-foreground-opacity:100%;--buttons-hover-border-color:transparent;--buttons-hover-border-opacity:100%;--buttons-hover-background-color:var(--primary-color);--buttons-hover-background-opacity:90%;--buttons-hover-foreground-color:var(--primary-foreground-color);--buttons-hover-foreground-opacity:100%;--buttons-border-radius:var(--radius-sm);--inputs-height:var(--buttons-height);--inputs-line-height:24px;--inputs-padding-x:calc(var(--default-spacing) * 3);--inputs-padding-y:calc(var(--default-spacing) * 2);--inputs-border-radius:var(--radius-sm);--inputs-border-width:1px;--inputs-border-color:transparent;--inputs-border-opacity:100%;--inputs-background-color:var(--accent-color);--inputs-background-opacity:100%;--inputs-foreground:var(--dark-color);--inputs-foreground-opacity:100%;--inputs-hover-border-color:var(--inputs-hover-background-color);--inputs-hover-border-opacity:100%;--inputs-hover-background-color:var(--accent-color);--inputs-hover-background-opacity:100%;--inputs-hover-foreground:var(--dark-color);--inputs-hover-foreground-opacity:100%;--inputs-focus-border-color:var(--dark-color);--inputs-focus-border-opacity:50%;--inputs-focus-background-color:var(--accent-color);--inputs-focus-background-opacity:100%;--inputs-focus-foreground:var(--dark-color);--inputs-focus-foreground-opacity:100%;--inputs-focus-ring-width:3px;--inputs-focus-ring-offset-width:0px;--inputs-focus-ring-color:var(--dark-color);--inputs-focus-ring-opacity:20%;--inputs-placeholder-color:var(--dark-color);--inputs-placeholder-color-opacity:60%;--overlays-background:var(--dark-color);--overlays-background-opacity:40%;--header-height:calc(var(--default-spacing) * 19);--header-padding-x:calc(var(--default-spacing) * 4.5);--header-gap:calc(var(--default-spacing) * 3);--header-background:var(--primary-color);--header-foreground:var(--primary-foreground-color);--header-accent:var(--accent-foreground-color);--header-accent-foreground:var(--accent-color);--header-avatar-size:calc(var(--header-height) - var(--header-padding-x) * 2);--header-avatar-border-radius:var(--radius-full);--header-avatar-background:var(--header-accent);--header-avatar-fallback-background:var(--header-accent);--header-avatar-fallback-foreground:var(--header-accent-foreground);--header-title-color:var(--header-foreground);--header-title-color-opacity:var(--titles-color-opacity);--header-title-font-size:var(--titles-font-size);--header-title-font-weight:var(--titles-font-weight);--header-title-line-height:var(--titles-line-height);--header-title-font-family:var(--titles-font-family);--header-subtitle-color:var(--header-foreground);--header-subtitle-color-opacity:var(--subtitles-color-opacity);--header-subtitle-font-size:var(--subtitles-font-size);--header-subtitle-font-weight:var(--subtitles-font-weight);--header-subtitle-line-height:var(--subtitles-line-height);--header-subtitle-font-family:var(--subtitles-font-family);--header-actions-size:calc(var(--default-spacing) * 6);--header-actions-border-radius:var(--radius-full);--header-actions-padding:calc(var(--default-spacing) * 1.5);--header-actions-background:transparent;--header-actions-background-opacity:100%;--header-actions-foreground:var(--header-foreground);--header-actions-foreground-opacity:100%;--header-actions-hover-background:var(--header-foreground);--header-actions-hover-background-opacity:15%;--header-actions-hover-foreground:var(--header-foreground);--header-actions-hover-foreground-opacity:100%;--header-settings-dialog-margin:calc(var(--default-spacing) * 6);--header-settings-dialog-height:calc(100vh - var(--header-height) - var(--footer-height) - var(--header-settings-dialog-margin) * 2);--header-settings-dialog-width:calc(100% - var(--header-settings-dialog-margin) * 2);--header-settings-dialog-max-width:600px;--header-settings-dialog-border-radius:var(--radius-lg);--header-settings-dialog-overlay-background:var(--overlays-background);--header-settings-dialog-overlay-background-opacity:var(--overlays-background-opacity);--header-settings-dialog-padding:calc(var(--default-spacing) * 6);--header-settings-dialog-title-font-weight:var(--titles-font-weight);--header-settings-dialog-title-color:var(--titles-color);--header-settings-dialog-title-color-opacity:var(--titles-color-opacity);--header-settings-dialog-title-font-size:var(--titles-font-size);--header-settings-dialog-title-font-family:var(--titles-font-family);--header-settings-dialog-title-line-height:var(--titles-line-height);--header-settings-dialog-content-section-title-font-weight:var(--titles-font-weight);--header-settings-dialog-content-section-title-font-size:var(--titles-font-size);--header-settings-dialog-content-section-title-font-family:var(--titles-font-family);--header-settings-dialog-content-section-title-color:var(--titles-color);--header-settings-dialog-content-section-title-color-opacity:var(--titles-color-opacity);--header-settings-dialog-content-section-title-line-height:var(--titles-line-height);--header-settings-dialog-content-section-icon-size:calc(var(--default-spacing) * 5.5);--header-settings-dialog-content-section-icon-color:var(--muted-foreground-color);--header-settings-dialog-content-section-icon-color-opacity:100%;--header-settings-dialog-content-section-description-font-family:var(--subtitles-font-family);--header-settings-dialog-content-section-description-font-weight:var(--subtitles-font-weight);--header-settings-dialog-content-section-description-font-size:var(--subtitles-font-size);--header-settings-dialog-content-section-description-color:var(--subtitles-color);--header-settings-dialog-content-section-description-color-opacity:var(
    --subtitles-color-opacity
  );--header-settings-dialog-content-section-description-line-height:var(--subtitles-line-height);--header-settings-dialog-content-section-language-select-width:100%;--header-settings-dialog-content-section-language-select-height:var(--inputs-height);--header-settings-dialog-content-section-language-select-border-radius:var(
    --inputs-border-radius
  );--header-settings-dialog-content-section-language-select-border-width:var(--inputs-border-width);--header-settings-dialog-content-section-language-select-border-color:var(--inputs-border-color);--header-settings-dialog-content-section-language-select-border-opacity:var(
    --inputs-border-opacity
  );--header-settings-dialog-content-section-language-select-background:var(
    --inputs-background-color
  );--header-settings-dialog-content-section-language-select-background-opacity:var(
    --inputs-background-opacity
  );--header-settings-dialog-content-section-language-select-foreground:var(--inputs-foreground);--header-settings-dialog-content-section-language-select-foreground-opacity:var(
    --inputs-foreground-opacity
  );--header-settings-dialog-content-section-language-select-hover-border-color:var(
    --inputs-hover-border-color
  );--header-settings-dialog-content-section-language-select-hover-border-opacity:var(
    --inputs-hover-border-opacity
  );--header-settings-dialog-content-section-language-select-hover-background:var(
    --inputs-hover-background-color
  );--header-settings-dialog-content-section-language-select-hover-background-opacity:80%;--header-settings-dialog-content-section-language-select-hover-foreground:var(
    --inputs-hover-foreground
  );--header-settings-dialog-content-section-language-select-hover-foreground-opacity:var(
    --inputs-hover-foreground-opacity
  );--header-settings-dialog-content-section-language-select-focus-border-color:var(
    --inputs-focus-border-color
  );--header-settings-dialog-content-section-language-select-focus-border-opacity:var(
    --inputs-focus-border-opacity
  );--header-settings-dialog-content-section-language-select-focus-background:var(
    --inputs-focus-background-color
  );--header-settings-dialog-content-section-language-select-focus-background-opacity:var(
    --inputs-focus-background-opacity
  );--header-settings-dialog-content-section-language-select-focus-foreground:var(
    --inputs-focus-foreground
  );--header-settings-dialog-content-section-language-select-focus-foreground-opacity:var(
    --inputs-focus-foreground-opacity
  );--header-settings-dialog-content-section-language-select-focus-ring-width:var(
    --inputs-focus-ring-width
  );--header-settings-dialog-content-section-language-select-focus-ring-offset-width:var(
    --inputs-focus-ring-offset-width
  );--header-settings-dialog-content-section-language-select-focus-ring-color:var(
    --inputs-focus-ring-color
  );--header-settings-dialog-content-section-language-select-focus-ring-opacity:var(
    --inputs-focus-ring-opacity
  );--header-settings-dialog-content-section-refresh-button-border-radius:var(
    --buttons-border-radius
  );--header-settings-dialog-content-section-refresh-button-height:var(--buttons-height);--header-settings-dialog-content-section-refresh-button-font-weight:var(--buttons-font-weight);--header-settings-dialog-content-section-refresh-button-font-family:var(--buttons-font-family);--header-settings-dialog-content-section-refresh-button-border-width:var(--buttons-border-width);--header-settings-dialog-content-section-refresh-button-border-color:var(--buttons-border-color);--header-settings-dialog-content-section-refresh-button-border-opacity:var(
    --buttons-border-opacity
  );--header-settings-dialog-content-section-refresh-button-background:var(
    --buttons-background-color
  );--header-settings-dialog-content-section-refresh-button-background-opacity:var(
    --buttons-background-opacity
  );--header-settings-dialog-content-section-refresh-button-foreground:var(
    --buttons-foreground-color
  );--header-settings-dialog-content-section-refresh-button-foreground-opacity:var(
    --buttons-foreground-opacity
  );--header-settings-dialog-content-section-refresh-button-hover-border-color:var(
    --buttons-hover-border-color
  );--header-settings-dialog-content-section-refresh-button-hover-border-opacity:var(
    --buttons-hover-border-opacity
  );--header-settings-dialog-content-section-refresh-button-hover-background:var(
    --buttons-hover-background-color
  );--header-settings-dialog-content-section-refresh-button-hover-background-opacity:var(
    --buttons-hover-background-opacity
  );--header-settings-dialog-content-section-refresh-button-hover-foreground:var(
    --buttons-hover-foreground-color
  );--header-settings-dialog-content-section-refresh-button-hover-foreground-opacity:var(
    --buttons-hover-foreground-opacity
  );--header-settings-dialog-content-section-legal-content-font-family:var(--subtitles-font-family);--header-settings-dialog-content-section-legal-content-font-weight:var(--subtitles-font-weight);--header-settings-dialog-content-section-legal-content-font-size:var(--subtitles-font-size);--header-settings-dialog-content-section-legal-content-line-height:var(--subtitles-line-height);--header-settings-dialog-content-section-legal-content-color:var(--subtitles-color);--header-settings-dialog-content-section-legal-content-color-opacity:var(
    --subtitles-color-opacity
  );--header-settings-dialog-content-section-legal-content-line-clamp:3;--header-settings-dialog-content-section-legal-content-padding:calc(var(--default-spacing) * 3.5);--header-settings-dialog-content-section-legal-content-background:var(--accent-color);--header-settings-dialog-content-section-legal-content-background-opacity:100%;--header-settings-dialog-content-section-legal-content-border-radius:var(--radius-md);--header-settings-dialog-content-section-legal-content-show-more-color:var(--subtitles-color);--header-settings-dialog-content-section-legal-content-show-more-color-opacity:80%;--header-settings-dialog-content-section-legal-content-show-more-font-weight:var(
    --subtitles-font-weight-bold
  );--footer-padding-x:var(--header-padding-x);--footer-max-width:800px;--footer-input-min-height:var(--inputs-height);--footer-input-max-lines:6;--footer-input-max-height:calc(var(--footer-input-line-height) * var(--footer-input-max-lines) + var(--footer-input-padding-y) * 2 + 2px);--footer-input-font-size:var(--inputs-font-size);--footer-input-line-height:var(--inputs-line-height);--footer-input-padding-x:var(--inputs-padding-x);--footer-input-padding-y:var(--inputs-padding-y);--footer-input-padding-right:calc(var(--footer-input-actions-button-size) + var(--footer-input-padding-x) + var(--footer-input-actions-button-offset));--footer-input-placeholder-color:var(--inputs-placeholder-color);--footer-input-placeholder-color-opacity:var(--inputs-placeholder-color-opacity);--footer-input-border-radius:var(--inputs-border-radius);--footer-input-border-color:var(--inputs-border-color);--footer-input-border-opacity:var(--inputs-border-opacity);--footer-input-background-color:var(--inputs-background-color);--footer-input-background-opacity:var(--inputs-background-opacity);--footer-input-foreground:var(--inputs-foreground);--footer-input-foreground-opacity:var(--inputs-foreground-opacity);--footer-input-focus-border-color:var(--inputs-focus-border-color);--footer-input-focus-border-opacity:var(--inputs-focus-border-opacity);--footer-input-focus-background-color:var(--inputs-focus-background-color);--footer-input-focus-background-opacity:var(--inputs-focus-background-opacity);--footer-input-focus-foreground:var(--inputs-focus-foreground);--footer-input-focus-foreground-opacity:var(--inputs-focus-foreground-opacity);--footer-input-focus-ring-width:var(--inputs-focus-ring-width);--footer-input-focus-ring-offset-width:var(--inputs-focus-ring-offset-width);--footer-input-focus-ring-color:var(--inputs-focus-ring-color);--footer-input-focus-ring-opacity:var(--inputs-focus-ring-opacity);--footer-input-actions-icon-size:calc(var(--default-spacing) * 5);--footer-input-actions-button-size:calc(var(--footer-input-min-height) - var(--footer-input-actions-button-offset) * 2);--footer-input-actions-button-offset:calc(var(--default-spacing) * 1.5);--footer-input-actions-button-border-radius:var(--radius-full);--footer-input-stt-icon-size:var(--footer-input-actions-icon-size);--footer-input-stt-icon-color:var(--muted-foreground-color);--footer-input-stt-icon-color-opacity:100%;--footer-input-stt-button-border-width:0px;--footer-input-stt-button-border-color:transparent;--footer-input-stt-button-border-opacity:100%;--footer-input-stt-button-background:transparent;--footer-input-stt-button-background-opacity:100%;--footer-input-stt-button-hover-border-color:transparent;--footer-input-stt-button-hover-border-opacity:100%;--footer-input-stt-button-hover-background:var(--muted-color);--footer-input-stt-button-hover-background-opacity:100%;--footer-input-stop-stt-icon-size:calc(var(--default-spacing) * 3.5);--footer-input-stop-stt-icon-color:var(--buttons-foreground-color);--footer-input-stop-stt-icon-color-opacity:var(--buttons-foreground-opacity);--footer-input-stop-stt-button-border-width:var(--buttons-border-width);--footer-input-stop-stt-button-border-color:var(--buttons-border-color);--footer-input-stop-stt-button-border-opacity:var(--buttons-border-opacity);--footer-input-stop-stt-button-background:var(--buttons-background-color);--footer-input-stop-stt-button-background-opacity:var(--buttons-background-opacity);--footer-input-stop-stt-button-hover-border-color:var(--buttons-hover-border-color);--footer-input-stop-stt-button-hover-border-opacity:var(--buttons-hover-border-opacity);--footer-input-stop-stt-button-hover-background:var(--buttons-hover-background-color);--footer-input-stop-stt-button-hover-background-opacity:var(--buttons-hover-background-opacity);--footer-input-stt-button-tooltip-background:var(--primary-color);--footer-input-stt-button-tooltip-background-opacity:100%;--footer-input-stt-button-tooltip-foreground:var(--primary-foreground-color);--footer-input-stt-button-tooltip-foreground-opacity:100%;--footer-input-send-icon-size:var(--footer-input-actions-icon-size);--footer-input-send-icon-color:var(--buttons-foreground-color);--footer-input-send-icon-color-opacity:var(--buttons-foreground-opacity);--footer-input-send-button-border-width:var(--buttons-border-width);--footer-input-send-button-border-color:var(--buttons-border-color);--footer-input-send-button-border-opacity:var(--buttons-border-opacity);--footer-input-send-button-background:var(--buttons-background-color);--footer-input-send-button-background-opacity:var(--buttons-background-opacity);--footer-input-send-button-hover-border-color:var(--buttons-hover-border-color);--footer-input-send-button-hover-border-opacity:var(--buttons-hover-border-opacity);--footer-input-send-button-hover-background:var(--buttons-hover-background-color);--footer-input-send-button-hover-background-opacity:var(--buttons-hover-background-opacity);--footer-scroll-to-bottom-button-icon-size:var(--footer-input-actions-icon-size);--footer-scroll-to-bottom-button-icon-color:var(--buttons-foreground-color);--footer-scroll-to-bottom-button-icon-color-opacity:var(--buttons-foreground-opacity);--footer-scroll-to-bottom-button-border-width:var(--buttons-border-width);--footer-scroll-to-bottom-button-border-color:var(--buttons-border-color);--footer-scroll-to-bottom-button-border-opacity:var(--buttons-border-opacity);--footer-scroll-to-bottom-button-background:var(--buttons-background-color);--footer-scroll-to-bottom-button-background-opacity:var(--buttons-background-opacity);--footer-scroll-to-bottom-button-hover-border-color:var(--buttons-hover-border-color);--footer-scroll-to-bottom-button-hover-border-opacity:var(--buttons-hover-border-opacity);--footer-scroll-to-bottom-button-hover-background:var(--buttons-hover-background-color);--footer-scroll-to-bottom-button-hover-background-opacity:var(
    --buttons-hover-background-opacity
  );--footer-scroll-to-bottom-button-bottom:calc(var(--default-spacing) * 3);--footer-scroll-to-bottom-button-left:auto;--footer-scroll-to-bottom-button-right:var(--footer-padding-x);--footer-voice-visualizer-active-bar-color:var(--dark-color);--footer-voice-visualizer-active-bar-color-opacity:100%;--footer-voice-visualizer-inactive-bar-color:var(--footer-voice-visualizer-active-bar-color);--footer-voice-visualizer-inactive-bar-color-opacity:40%;--footer-powered-by-height:calc(var(--default-spacing) * 8);--footer-powered-by-font-size:var(--font-size-xs);--footer-powered-by-font-weight:var(--subtitles-font-weight);--footer-powered-by-font-family:var(--subtitles-font-family);--footer-powered-by-color:var(--subtitles-color);--footer-powered-by-color-opacity:var(--subtitles-color-opacity);--footer-powered-by-logo-height:74px;--footer-powered-by-gap:calc(var(--default-spacing) * 1.5);--footer-powered-by-opacity:40%;--footer-powered-by-hover-opacity:100%}body,html{overflow:hidden;font-family:var(--texts-font-family);font-weight:var(--texts-font-weight);line-height:var(--texts-line-height);color:var(--texts-color)}
/*# sourceMappingURL=400aca09829f5e7b.css.map*/