:root,
.light {
  --logo-height-auth: 3.5rem;
  --logo-height-chat: 4.2rem;
  --logo-height-assistant-preview: 3.75rem;

  --primary: 351 78% 47%;
  --primary-dark: 351 83% 43%;
  --primary-foreground: 0 0% 100%;

  --accent: 214 20% 95%;
  --border: 214 18% 89%;
  --sidebar-accent: 213 18% 94%;

  --success: 145 63% 42%;
  --success-foreground: 0 0% 100%;

  --warning: 43 100% 64%;
  --warning-foreground: 0 0% 0%;

  --destructive: 12 76% 46%;
  --destructive-foreground: 0 0% 100%;

  --info: 205 75% 42%;
  --info-foreground: 0 0% 100%;

  --checkbox-background: var(--primary);

  --chat-input-background: 214 25% 97%;
  --chat-input-border: var(--primary) / 0.3;

  --dropdown-menu-icon-background: var(--accent);
  --dropdown-menu-icon-background-hover: var(--primary) / 0.15;

  --dropzone-border: var(--primary) / 0.3;

  --empty-section-border: var(--primary) / 0.3;

  --chart-primary: 351 78% 47%;
  --chart-primary-dark: 351 83% 33%;
  --chart-warning: 43 100% 52%;
  --chart-info: 205 78% 42%;
  --chart-destructive: 12 78% 48%;
  --chart-success: 145 63% 42%;

  --sidebar-icon-fill-1: hsl(351, 70%, 40%);
  --sidebar-icon-fill-2: hsl(350, 32%, 80%);
  --sidebar-icon-fill-3: hsl(351, 74%, 34%);
  --sidebar-icon-fill-4: hsl(351, 80%, 28%);
  --sidebar-icon-fill-1-hover: hsl(351, 74%, 36%);
  --sidebar-icon-fill-2-hover: hsl(350, 42%, 64%);
  --sidebar-icon-fill-3-hover: hsl(351, 76%, 32%);
  --sidebar-icon-fill-4-hover: hsl(351, 82%, 26%);

  --capability-icon-fill-1: hsla(351, 60%, 50%, 0.4);
  --capability-icon-fill-2: hsla(351, 60%, 50%, 0.7);
  --capability-icon-fill-3: hsl(351, 66%, 44%);
  --capability-icon-fill-4: hsl(351, 74%, 34%);
  --capability-icon-fill-5: hsla(351, 60%, 50%, 0.4);
  --capability-icon-fill-disabled: hsl(0, 0%, 62%);

  --chat-history-icon-fill-1: hsla(351, 66%, 43%, 0.4);
  --chat-history-icon-fill-2: hsl(351, 68%, 43%);

  --user-icon-fill-1: hsl(350, 38%, 80%);
  --user-icon-fill-2: hsl(351, 64%, 44%);
  --user-icon-fill-3: hsl(0, 0%, 100%);

  --spinning-loader-fill-1: hsl(351, 72%, 38%);
  --spinning-loader-fill-2: hsl(213, 18%, 94%);
  --spinning-loader-fill-3: hsla(351, 60%, 45%, 0.4);
}

.dark {
  --background: 220 12% 12%;
  --background-secondary: 220 14% 8%;

  --foreground: 210 14% 93%;
  --foreground-secondary: 214 10% 72%;

  --card: 220 12% 16%;
  --card-foreground: 210 14% 93%;

  --popover: 220 12% 20%;
  --popover-foreground: 210 14% 93%;
  --popover-input-background: 220 12% 16%;
  --popover-title: 210 10% 88%;

  --primary: 351 88% 72%;
  --primary-foreground: 351 30% 12%;

  --primary-dark: 351 78% 46%;
  --primary-dark-foreground: 0 0% 100%;

  --destructive: 6 72% 55%;
  --destructive-foreground: 0 0% 100%;

  --warning: 43 100% 68%;
  --warning-foreground: 0 0% 0%;

  --success: 145 58% 50%;
  --success-foreground: 0 0% 100%;

  --info: 205 80% 62%;
  --info-foreground: 0 0% 100%;

  --accent: 351 25% 28%;
  --accent-foreground: 351 60% 82%;

  --muted: 220 12% 26%;
  --muted-foreground: 214 10% 72%;

  --border: 220 10% 24%;

  --input: 220 10% 24%;
  --input-background: 220 12% 16%;

  --chat-input-background: 220 12% 16%;
  --chat-input-border: 220 10% 24%;

  --sidebar-accent: 220 14% 18%;
  --sidebar-accent-foreground: 351 70% 78%;

  --dropdown-menu-icon-background: 220 12% 16%;
  --dropdown-menu-icon-background-hover: 351 25% 30%;

  --dropzone-background: 220 12% 16%;
  --dropzone-border: 220 10% 24%;
  --dropzone-active-overlay: 351 88% 72% / 0.1;

  --empty-section-background: 220 12% 16%;
  --empty-section-foreground: 351 88% 72%;
  --empty-section-border: 220 10% 24%;

  --list-item-background: 220 12% 16%;
  --list-item-foreground: 351 88% 72%;
  --list-item-border: 220 10% 24%;
  --list-item-icon-background: 351 88% 72% / 0.1;

  --tabs-accent: var(--sidebar-accent);

  --stepper-steps-background: 220 12% 17%;

  --plan-card-accent: 220 12% 20%;

  --attachment-preview-background: 220 12% 20%;

  --chat-user-message-background: 351 78% 46%;
  --chat-user-message-foreground: 0 0% 100%;
  --chat-user-message-file-type-foreground: 0 0% 100% / 0.8;

  --layout-gap-background: 220 14% 10%;

  --search-input-background: 220 12% 16%;

  --scroll-area-thumb-background: 220 10% 40%;

  --skeleton-background: 220 12% 16%;

  --icon-background: 220 12% 16%;

  --link: 351 80% 70%;

  --highlighted: 351 90% 76%;

  --checkbox-background: var(--primary);

  --chart-primary: 351 88% 72%;
  --chart-primary-dark: 351 72% 50%;
  --chart-warning: 43 100% 64%;
  --chart-info: 205 82% 64%;
  --chart-destructive: 6 72% 55%;
  --chart-success: 145 55% 60%;

  --sidebar-icon-fill-1: hsl(351, 72%, 60%);
  --sidebar-icon-fill-2: hsl(351, 55%, 76%);
  --sidebar-icon-fill-3: hsl(350, 70%, 52%);
  --sidebar-icon-fill-4: hsl(349, 74%, 46%);
  --sidebar-icon-fill-1-hover: hsl(351, 77%, 66%);
  --sidebar-icon-fill-2-hover: hsl(351, 60%, 82%);
  --sidebar-icon-fill-3-hover: hsl(350, 74%, 58%);
  --sidebar-icon-fill-4-hover: hsl(349, 78%, 52%);

  --capability-icon-fill-1: hsla(351, 68%, 62%, 0.45);
  --capability-icon-fill-2: hsla(351, 68%, 62%, 0.75);
  --capability-icon-fill-3: hsl(351, 68%, 62%);
  --capability-icon-fill-4: hsl(349, 72%, 50%);
  --capability-icon-fill-5: hsla(351, 68%, 62%, 0.45);
  --capability-icon-fill-disabled: hsl(220, 8%, 58%);

  --chat-history-icon-fill-1: hsla(351, 68%, 62%, 0.45);
  --chat-history-icon-fill-2: hsl(351, 68%, 62%);

  --user-icon-fill-1: hsl(351, 55%, 78%);
  --user-icon-fill-2: hsl(351, 68%, 62%);
  --user-icon-fill-3: hsl(0, 0%, 100%);

  --spinning-loader-fill-1: hsl(351, 68%, 62%);
  --spinning-loader-fill-2: hsl(351, 60%, 88%);
  --spinning-loader-fill-3: hsla(351, 68%, 62%, 0.4);
}