/* [project]/src/styles/globals.css [client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-green-500: #00c758;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-green-500: lab(70.5521% -66.5147 45.8073);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-20 {
    top: calc(var(--spacing) * 20);
  }

  .top-full {
    top: 100%;
  }

  .-right-5 {
    right: calc(var(--spacing) * -5);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-full {
    bottom: 100%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .left-4 {
    left: calc(var(--spacing) * 4);
  }

  .z-0 {
    z-index: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-full {
    max-height: 100%;
  }

  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-\[45vw\] {
    max-width: 45vw;
  }

  .max-w-\[50vw\] {
    max-width: 50vw;
  }

  .max-w-\[90\%\] {
    max-width: 90%;
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-\[320px\] {
    min-width: 320px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-visible {
    overflow-x: visible;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-button-ghost-border {
    border-color: var(--button-ghost-border);
  }

  .border-button-primary-border {
    border-color: var(--button-primary-border);
  }

  .border-button-secondary-border {
    border-color: var(--button-secondary-border);
  }

  .border-composer-button-border {
    border-color: var(--composer-button-border);
  }

  .border-composer-textfield-border {
    border-color: var(--composer-textfield-border);
  }

  .border-dropdown-border {
    border-color: var(--dropdown-border);
  }

  .border-login-bubble-border {
    border-color: var(--login-bubble-border);
  }

  .border-modal-border {
    border-color: var(--modal-border);
  }

  .border-sidebar-bg {
    border-color: var(--sidebar-bg);
  }

  .border-sidebar-border {
    border-color: var(--sidebar-border);
  }

  .border-sidebar-button-border {
    border-color: var(--sidebar-button-border);
  }

  .border-sidebar-button-selected {
    border-color: var(--sidebar-button-selected);
  }

  .border-text-bubble-ai-border {
    border-color: var(--text-bubble-ai-border);
  }

  .border-text-bubble-user-border {
    border-color: var(--text-bubble-user-border);
  }

  .border-textfield-border {
    border-color: var(--textfield-border);
  }

  .border-topbar-button-border {
    border-color: var(--topbar-button-border);
  }

  .border-validation-error-border {
    border-color: var(--validation-error-border);
  }

  .border-validation-success-border {
    border-color: var(--validation-success-border);
  }

  .bg-button-ghost-bg {
    background-color: var(--button-ghost-bg);
  }

  .bg-button-icon-bg {
    background-color: var(--button-icon-bg);
  }

  .bg-button-primary-bg {
    background-color: var(--button-primary-bg);
  }

  .bg-button-secondary-bg {
    background-color: var(--button-secondary-bg);
  }

  .bg-composer-button-bg {
    background-color: var(--composer-button-bg);
  }

  .bg-composer-textfield-bg {
    background-color: var(--composer-textfield-bg);
  }

  .bg-current {
    background-color: currentColor;
  }

  .bg-dropdown-bg {
    background-color: var(--dropdown-bg);
  }

  .bg-login-bubble-bg {
    background-color: var(--login-bubble-bg);
  }

  .bg-modal-bg {
    background-color: var(--modal-bg);
  }

  .bg-modal-overlay {
    background-color: var(--modal-overlay);
  }

  .bg-sidebar-bg {
    background-color: var(--sidebar-bg);
  }

  .bg-sidebar-border {
    background-color: var(--sidebar-border);
  }

  .bg-sidebar-button-bg {
    background-color: var(--sidebar-button-bg);
  }

  .bg-sidebar-button-hover {
    background-color: var(--sidebar-button-hover);
  }

  .bg-text-bubble-ai-bg {
    background-color: var(--text-bubble-ai-bg);
  }

  .bg-text-bubble-user-bg {
    background-color: var(--text-bubble-user-bg);
  }

  .bg-textfield-bg {
    background-color: var(--textfield-bg);
  }

  .bg-topbar-bg {
    background-color: var(--topbar-bg);
  }

  .bg-topbar-button-bg {
    background-color: var(--topbar-button-bg);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-validation-error-bg {
    background-color: var(--validation-error-bg);
  }

  .bg-validation-error-border {
    background-color: var(--validation-error-border);
  }

  .bg-validation-success-border {
    background-color: var(--validation-success-border);
  }

  .object-contain {
    object-fit: contain;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }

  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-button-ghost-text {
    color: var(--button-ghost-text);
  }

  .text-button-icon-text {
    color: var(--button-icon-text);
  }

  .text-button-primary-text {
    color: var(--button-primary-text);
  }

  .text-button-secondary-text {
    color: var(--button-secondary-text);
  }

  .text-composer-button-text {
    color: var(--composer-button-text);
  }

  .text-composer-textfield-text {
    color: var(--composer-textfield-text);
  }

  .text-dropdown-text {
    color: var(--dropdown-text);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-hero-text {
    color: var(--hero-text);
  }

  .text-login-bubble-text {
    color: var(--login-bubble-text);
  }

  .text-modal-text {
    color: var(--modal-text);
  }

  .text-sidebar-button-selected {
    color: var(--sidebar-button-selected);
  }

  .text-sidebar-button-text {
    color: var(--sidebar-button-text);
  }

  .text-sidebar-button-text\/60 {
    color: var(--sidebar-button-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-sidebar-button-text\/60 {
      color: color-mix(in oklab, var(--sidebar-button-text) 60%, transparent);
    }
  }

  .text-sidebar-text {
    color: var(--sidebar-text);
  }

  .text-text-bubble-ai-text {
    color: var(--text-bubble-ai-text);
  }

  .text-text-bubble-user-text {
    color: var(--text-bubble-user-text);
  }

  .text-textfield-focus {
    color: var(--textfield-focus);
  }

  .text-textfield-text {
    color: var(--textfield-text);
  }

  .text-topbar-button-text {
    color: var(--topbar-button-text);
  }

  .text-validation-error-text {
    color: var(--validation-error-text);
  }

  .text-validation-success-text {
    color: var(--validation-success-text);
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-25 {
    opacity: .25;
  }

  .opacity-75 {
    opacity: .75;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  .placeholder\:text-composer-textfield-placeholder::placeholder {
    color: var(--composer-textfield-placeholder);
  }

  .placeholder\:text-sidebar-button-text\/50::placeholder {
    color: var(--sidebar-button-text);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-sidebar-button-text\/50::placeholder {
      color: color-mix(in oklab, var(--sidebar-button-text) 50%, transparent);
    }
  }

  .placeholder\:text-textfield-placeholder::placeholder {
    color: var(--textfield-placeholder);
  }

  .first\:rounded-t-lg:first-child {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }

  .last\:rounded-b-lg:last-child {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }

  .focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-within\:ring-0:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:bg-button-ghost-hover:hover {
      background-color: var(--button-ghost-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-button-icon-hover-bg:hover {
      background-color: var(--button-icon-hover-bg);
    }
  }

  @media (hover: hover) {
    .hover\:bg-button-primary-hover:hover {
      background-color: var(--button-primary-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-button-secondary-hover:hover {
      background-color: var(--button-secondary-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-composer-button-hover:hover {
      background-color: var(--composer-button-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-dropdown-item-hover:hover {
      background-color: var(--dropdown-item-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-sidebar-button-border:hover {
      background-color: var(--sidebar-button-border);
    }
  }

  @media (hover: hover) {
    .hover\:bg-sidebar-button-hover:hover {
      background-color: var(--sidebar-button-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-topbar-button-hover:hover {
      background-color: var(--topbar-button-hover);
    }
  }

  @media (hover: hover) {
    .hover\:bg-validation-error-text:hover {
      background-color: var(--validation-error-text);
    }
  }

  @media (hover: hover) {
    .hover\:bg-validation-success-text:hover {
      background-color: var(--validation-success-text);
    }
  }

  @media (hover: hover) {
    .hover\:text-button-icon-hover-text:hover {
      color: var(--button-icon-hover-text);
    }
  }

  @media (hover: hover) {
    .hover\:text-composer-button-hover-text:hover {
      color: var(--composer-button-hover-text);
    }
  }

  @media (hover: hover) {
    .hover\:text-validation-error-text:hover {
      color: var(--validation-error-text);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:\!border-none:focus {
    --tw-border-style: none !important;
    border-style: none !important;
  }

  .focus\:border-none:focus {
    --tw-border-style: none;
    border-style: none;
  }

  .focus\:border-sidebar-button-border:focus {
    border-color: var(--sidebar-button-border);
  }

  .focus\:border-textfield-focus:focus {
    border-color: var(--textfield-focus);
  }

  .focus\:bg-sidebar-button-hover:focus {
    background-color: var(--sidebar-button-hover);
  }

  .focus\:\!shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:\!ring-0:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .focus\:ring-0:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-textfield-focus\/20:focus {
    --tw-ring-color: var(--textfield-focus);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-textfield-focus\/20:focus {
      --tw-ring-color: color-mix(in oklab, var(--textfield-focus) 20%, transparent);
    }
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }
}

:root {
  --main: #4ba82e;
  --bg: #212121;
  --text: #ececec;
  --main-light: #62b348;
  --main-dark: #3a8824;
  --bg-light: #2a2a2a;
  --bg-dark: #1a1a1a;
  --bg-darker: #151515;
  --text-light: #b0b0b0;
  --text-lighter: gray;
  --skoda-foreground: #0e3a2f;
  --skoda-neutral: #cacecf;
  --skoda-success: #37d002;
  --skoda-error: #e82b37;
  --composer-button-bg: transparent;
  --composer-button-text: var(--main);
  --composer-button-hover: var(--main-light);
  --composer-button-hover-text: var(--bg-darker);
  --composer-button-border: transparent;
  --login-button-bg: var(--main);
  --login-button-text: var(--bg-darker);
  --login-button-hover: var(--main-dark);
  --login-button-border: var(--main);
  --button-primary-bg: var(--main);
  --button-primary-text: var(--bg-darker);
  --button-primary-hover: var(--main-dark);
  --button-primary-border: var(--main);
  --button-secondary-bg: var(--bg-light);
  --button-secondary-text: var(--text);
  --button-secondary-hover: var(--bg-dark);
  --button-secondary-border: var(--bg-light);
  --button-ghost-bg: transparent;
  --button-ghost-text: var(--text);
  --button-ghost-hover: var(--bg-light);
  --button-ghost-border: transparent;
  --button-icon-bg: transparent;
  --button-icon-text: var(--textfield-text);
  --button-icon-hover-bg: #2a2a2a80;
  --button-icon-hover-text: var(--textfield-focus);
  --sidebar-button-bg: transparent;
  --sidebar-button-text: var(--text);
  --sidebar-button-hover: #4ba82e33;
  --sidebar-button-border: var(--bg-light);
  --sidebar-button-selected: var(--main);
  --dropdown-button-bg: transparent;
  --dropdown-button-text: var(--text);
  --dropdown-button-hover: var(--bg-light);
  --dropdown-button-border: var(--bg-light);
  --topbar-button-bg: transparent;
  --topbar-button-text: var(--text);
  --topbar-button-hover: var(--bg-light);
  --topbar-button-border: transparent;
  --dropdown-bg: var(--bg);
  --dropdown-border: var(--bg-light);
  --dropdown-item-hover: var(--bg-light);
  --dropdown-text: var(--text);
  --textfield-bg: var(--bg);
  --textfield-border: var(--bg-light);
  --textfield-text: var(--text);
  --textfield-placeholder: var(--text-lighter);
  --textfield-focus: var(--main);
  --composer-textfield-bg: var(--bg);
  --composer-textfield-border: var(--bg-light);
  --composer-textfield-text: var(--text);
  --composer-textfield-placeholder: var(--text-lighter);
  --composer-textfield-focus: var(--main);
  --text-bubble-ai-bg: #2a2a2af2;
  --text-bubble-ai-text: var(--text);
  --text-bubble-ai-border: var(--bg-light);
  --text-bubble-user-bg: #2a2a2af2;
  --text-bubble-user-text: var(--text);
  --text-bubble-user-border: var(--bg-light);
  --login-bubble-bg: var(--bg);
  --login-bubble-border: var(--bg-light);
  --login-bubble-text: var(--text);
  --modal-bg: var(--bg);
  --modal-border: var(--bg-light);
  --modal-overlay: #000000bf;
  --modal-text: var(--text);
  --hero-text: var(--text);
  --sidebar-bg: #212121;
  --sidebar-border: var(--bg-light);
  --sidebar-text: var(--text);
  --topbar-bg: transparent;
  --topbar-border: var(--bg-light);
  --topbar-text: var(--text);
  --scrollbar-track: transparent;
  --scrollbar-thumb: var(--text-lighter);
  --scrollbar-thumb-hover: var(--main);
  --login-bg: var(--bg-dark);
  --login-text: var(--text);
  --validation-error-bg: #1f2937;
  --validation-error-border: #dc2626;
  --validation-error-text: #fca5a5;
  --validation-success-bg: #064e3b;
  --validation-success-border: #16a34a;
  --validation-success-text: #86efac;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px)scale(.95);
  }

  to {
    opacity: 1;
    transform: translateX(0)scale(1);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px)scale(.95);
  }

  to {
    opacity: 1;
    transform: translateX(0)scale(1);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes typing {
  0%, 80%, 100% {
    opacity: .5;
    transform: scale(.8);
  }

  40% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}

@keyframes gentlePulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .8;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes smoothBounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

.button {
  transition: all .2s;
}

.button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #4aa92e4d;
}

.button-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px #4aa92e33;
}

.button-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #0000001a;
}

.button-secondary:active {
  transform: translateY(0);
}

.button-ghost:hover {
  transform: scale(1.02);
}

.button-ghost:active {
  transform: scale(.98);
}

.button-icon:hover {
  transform: scale(1.1);
}

.button-icon:active {
  transform: scale(.95);
}

.composer-button {
  transition: all .2s;
}

.composer-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #10a37f4d;
}

.composer-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px #10a37f33;
}

.sidebar-button {
  transition: all .2s;
}

.sidebar-button:hover {
  transform: translateX(4px);
}

.sidebar-button:active {
  transform: translateX(2px);
}

.dropdown-button {
  transition: all .15s;
}

.dropdown-button:hover {
  transform: scale(1.02);
}

.dropdown-button:active {
  transform: scale(.98);
}

.topbar-button {
  transition: all .15s;
}

.topbar-button:hover {
  transform: scale(1.05);
}

.topbar-button:active {
  transform: scale(.95);
}

.textfield {
  transition: all .2s;
}

.textfield:focus {
  box-shadow: 0 0 0 3px #10a37f1a;
}

.composer-textfield {
  scroll-behavior: smooth;
  min-height: 48px;
  transition: all .2s, height .1s;
}

.composer-textfield:focus {
  transform: translateY(-1px);
  box-shadow: 0 0 0 3px #10a37f26;
}

.composer-textfield::-webkit-scrollbar {
  width: 6px;
}

.composer-textfield::-webkit-scrollbar-track {
  background: none;
}

.composer-textfield::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: 3px;
}

.composer-textfield::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}

.text-bubble-ai {
  animation: .3s slideInLeft;
}

.text-bubble-user {
  animation: .3s slideInRight;
}

.login-bubble {
  animation: .3s scaleIn;
}

.typing-indicator {
  gap: 4px;
  display: inline-flex;
}

.typing-indicator span {
  background-color: var(--text-bubble-ai-text);
  opacity: .6;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.4s ease-in-out infinite typing;
}

.typing-indicator span:first-child {
  animation-delay: -.32s;
}

.typing-indicator span:nth-child(2) {
  animation-delay: -.16s;
}

.dropdown {
  animation: .2s slideDown;
}

.dropdown-item {
  transition: all .15s;
}

.dropdown-item:hover {
  transform: translateX(4px);
}

.modal-overlay {
  animation: .2s fadeIn;
}

.modal {
  animation: .3s scaleIn;
}

.modal-backdrop-blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: -webkit-backdrop-filter .2s, backdrop-filter .2s;
}

.hero {
  animation: .5s fadeIn;
}

.sidebar {
  transition: transform .3s;
  animation: .3s slideInLeft;
}

.sidebar-collapsed {
  transform: translateX(-100%);
}

.topbar {
  animation: .3s slideDown;
}

.animate-fade-in {
  animation: .3s fadeIn;
}

.animate-slide-down {
  animation: .3s slideDown;
}

.animate-slide-left {
  animation: .4s cubic-bezier(.25, .46, .45, .94) slideInLeft;
}

.animate-slide-right {
  animation: .4s cubic-bezier(.25, .46, .45, .94) slideInRight;
}

.animate-scale-in {
  animation: .3s scaleIn;
}

.animate-bounce {
  animation: 1s ease-in-out infinite bounce;
}

.animate-gentle-pulse {
  animation: .6s ease-in-out gentlePulse;
}

.animate-smooth-bounce {
  animation: .5s ease-in-out smoothBounce;
}

.skeleton {
  background: linear-gradient(90deg, var(--bg) 0%, var(--text-bubble-ai-bg) 50%, var(--bg) 100%);
  background-size: 200% 100%;
  animation: 1.5s infinite shimmer;
}

.hover-lift {
  transition: transform .2s, box-shadow .2s;
}

.hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0000001a;
}

.hover-glow {
  transition: box-shadow .2s;
}

.hover-glow:hover {
  box-shadow: 0 0 20px #10a37f66;
}

html {
  scroll-behavior: smooth;
}

.transition-all {
  transition: all .2s;
}

.transition-colors {
  transition: color .2s, background-color .2s, border-color .2s;
}

.transition-transform {
  transition: transform .2s;
}

.ai-typography {
  color: var(--text);
  font-family: SKODA Next, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Inter, sans-serif;
  line-height: 1.6;
}

.ai-typography h1 {
  color: var(--text);
  margin: 1.5rem 0 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.ai-typography h2 {
  color: var(--text);
  margin: 1.25rem 0 .75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.ai-typography h3 {
  color: var(--text);
  margin: 1rem 0 .5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.ai-typography p {
  color: var(--text);
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.ai-typography p:last-child {
  margin-bottom: 0;
}

.ai-typography strong, .ai-typography b {
  color: var(--text);
  font-weight: 600;
}

.ai-typography em, .ai-typography i {
  color: var(--text);
  font-style: italic;
}

.ai-typography code {
  background: var(--bg-dark);
  color: var(--text);
  border: 1px solid var(--bg-darker);
  border-radius: .25rem;
  padding: .125rem .25rem;
  font-family: SF Mono, Monaco, Inconsolata, Roboto Mono, monospace;
  font-size: .875rem;
}

.ai-typography pre {
  background: var(--bg-dark);
  color: var(--text);
  border: 1px solid var(--bg-darker);
  border-radius: .5rem;
  margin: 1rem 0;
  padding: 1rem;
  font-family: SF Mono, Monaco, Inconsolata, Roboto Mono, monospace;
  font-size: .875rem;
  line-height: 1.4;
  overflow-x: auto;
}

.ai-typography pre code {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.ai-typography a {
  color: var(--main);
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: color .2s;
}

.ai-typography a:hover {
  color: var(--main-light);
  text-decoration-thickness: 2px;
}

@media (max-width: 768px) {
  .ai-typography h1 {
    font-size: 1.5rem;
  }

  .ai-typography h2 {
    font-size: 1.25rem;
  }

  .ai-typography h3 {
    font-size: 1.125rem;
  }

  .ai-typography p {
    font-size: .875rem;
  }
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: SKODA Next, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

input[type="password"] {
  letter-spacing: .1em;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.topbar-offset {
  top: 32px;
}

.composer-offset {
  bottom: 100px;
}

.border-top-main {
  border-top: 2px solid var(--bg);
}

.sidebar-spacer.expanded {
  width: 256px;
}

.sidebar-spacer.collapsed {
  width: 96px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=src_styles_globals_5bb75e7e.css.map*/