:root {
  --radius: 8px;
  --background: #18181BFF;
  --foreground: #FFFFFFFF;
  --card: #18181BFF;
  --card-foreground: #FAFAFAFF;
  --popover: #0A0A0AFF;
  --popover-foreground: #FAFAFAFF;
  --primary: #A102FBFF;
  --primary-foreground: #FFFFFFFF;
  --secondary: #FDC605FF;
  --secondary-foreground: #FFFFFFFF;
  --muted: #71717AFF;
  --muted-foreground: #71717AFF;
  --accent: #404040FF;
  --accent-foreground: #404040FF;
  --destructive: #FB5A5AFF;
  --destructive-foreground: #FFFFFFFF;
  --border: #262626FF;
  --input: #505050FF;
  --ring: #A3A3A380;
  --chart-1: #1447E6FF;
  --chart-2: #00BC7DFF;
  --chart-3: #FD9A00FF;
  --chart-4: #AD46FFFF;
  --chart-5: #FF2056FF;
  --sidbar: #171717FF;
  --sidebar-foreground: #FAFAFAFF;
  --sidebar-primary: #1447E6FF;
  --sidebar-primary-foreground: #FAFAFAFF;
  --sidebar-accent: #262626FF;
  --sidebar-accent-foreground: #FAFAFAFF;
  --sidebar-border: #262626FF;
  --sidebar-ring: #525252FF;
  --main-bg-app: #09090BFF;
  --button-primary-hover: #8200CCFF;
  --button-primary-pressed: #7800BDFF;
  --button-outlined-hover: #1A1A1AFF;
  --button-outlined-pressed: #1D1D20FF;
  --card-hover: #232323FF;
  --card-pressed: #252525FF;
  --primary-muted: #A102FB14;
  --tertiary-foreground: #A1A1AAFF;
  --neutral: #27272AFF;
  --info: #3B82F6FF;
  --info-muted: #3B82F614;
  --success: #22C55EFF;
  --success-muted: #22C55E14;
  --warning: #EAB308FF;
  --warning-muted: #EAB30814;
  --destructive-muted: #FB5A5A14;
  --input-bg: #5050504D;
  --bg-for-primary-icons: #FFFFFF14;
  --text-color-sooner: #09090BFF;
  --gesture-nav-item: #52525BFF;
  --ios-status-bar: #FFFFFFFF;
  --tg-button-bg: #413F4066;
  --tg-button-text: #FFFFFFFF;
  --system-banner_gradient-point-1: #F000003D;
  --system-banner_gradient-point-2: #DC281E3D;
  --promo-banner_gradient-point-1: #367F513D;
  --promo-banner_gradient-point-2: #00B1413D;
  --search-timer-gradient-point-1: #8138E24D;
  --search-timer-gradient-point-2: #471F7C33;
  --search-timer-gradient-border: #501E91FF;
  --deal-status-gradient-point-1: #9333EA99;
  --deal-status-gradient-point-2: #BD77FF80;
  --deal-status-gradient-border: #8D37FFFF;
  --primary-icon-gradient-point-1: #5A1183FF;
  --primary-icon-gradient-point-2: #692E8AFF;
  --grey-icon-nav-gradient-point-1: #848495FF;
  --grey-icon-nav-gradient-point-2: #5B5B65FF;
  --grey-icon-nav-accent: #4F4F54FF;
  --secondary-icon-gradient-point-1: #A2842DFF;
  --secondary-icon-gradient-point-2: #CEA227FF;
  --grey-icon-gradient-point-1: #D7D7E9FF;
  --grey-icon-gradient-point-2: #A1A1B1FF;
  --grey-icon-accent: #68686CFF;
  --gradient-help-ponit-1: #5A8AD8FF;
  --gradient-help-ponit-2: #1959C1FF;
  --bg-icon-help: #FFFFFF33;
  --bg-tabs-container: #18181BFF;
}

.dark {
  --radius: 8px;
  --background: #18181BFF;
  --foreground: #FFFFFFFF;
  --card: #18181BFF;
  --card-foreground: #FAFAFAFF;
  --popover: #0A0A0AFF;
  --popover-foreground: #FAFAFAFF;
  --primary: #A102FBFF;
  --primary-foreground: #FFFFFFFF;
  --secondary: #FDC605FF;
  --secondary-foreground: #FFFFFFFF;
  --muted: #71717AFF;
  --muted-foreground: #71717AFF;
  --accent: #404040FF;
  --accent-foreground: #404040FF;
  --destructive: #FB5A5AFF;
  --destructive-foreground: #FFFFFFFF;
  --border: #262626FF;
  --input: #505050FF;
  --ring: #A3A3A380;
  --chart-1: #1447E6FF;
  --chart-2: #00BC7DFF;
  --chart-3: #FD9A00FF;
  --chart-4: #AD46FFFF;
  --chart-5: #FF2056FF;
  --sidbar: #171717FF;
  --sidebar-foreground: #FAFAFAFF;
  --sidebar-primary: #1447E6FF;
  --sidebar-primary-foreground: #FAFAFAFF;
  --sidebar-accent: #262626FF;
  --sidebar-accent-foreground: #FAFAFAFF;
  --sidebar-border: #262626FF;
  --sidebar-ring: #525252FF;
  --main-bg-app: #09090BFF;
  --button-primary-hover: #8200CCFF;
  --button-primary-pressed: #7800BDFF;
  --button-outlined-hover: #1A1A1AFF;
  --button-outlined-pressed: #1D1D20FF;
  --card-hover: #232323FF;
  --card-pressed: #252525FF;
  --primary-muted: #A102FB14;
  --tertiary-foreground: #A1A1AAFF;
  --neutral: #27272AFF;
  --info: #3B82F6FF;
  --info-muted: #3B82F614;
  --success: #22C55EFF;
  --success-muted: #22C55E14;
  --warning: #EAB308FF;
  --warning-muted: #EAB30814;
  --destructive-muted: #FB5A5A14;
  --input-bg: #5050504D;
  --bg-for-primary-icons: #FFFFFF14;
  --text-color-sooner: #09090BFF;
  --gesture-nav-item: #52525BFF;
  --ios-status-bar: #FFFFFFFF;
  --tg-button-bg: #413F4066;
  --tg-button-text: #FFFFFFFF;
  --system-banner_gradient-point-1: #F000003D;
  --system-banner_gradient-point-2: #DC281E3D;
  --promo-banner_gradient-point-1: #367F513D;
  --promo-banner_gradient-point-2: #00B1413D;
  --search-timer-gradient-point-1: #8138E24D;
  --search-timer-gradient-point-2: #471F7C33;
  --search-timer-gradient-border: #501E91FF;
  --deal-status-gradient-point-1: #9333EA99;
  --deal-status-gradient-point-2: #BD77FF80;
  --deal-status-gradient-border: #8D37FFFF;
  --primary-icon-gradient-point-1: #5A1183FF;
  --primary-icon-gradient-point-2: #692E8AFF;
  --grey-icon-nav-gradient-point-1: #848495FF;
  --grey-icon-nav-gradient-point-2: #5B5B65FF;
  --grey-icon-nav-accent: #4F4F54FF;
  --secondary-icon-gradient-point-1: #A2842DFF;
  --secondary-icon-gradient-point-2: #CEA227FF;
  --grey-icon-gradient-point-1: #D7D7E9FF;
  --grey-icon-gradient-point-2: #A1A1B1FF;
  --grey-icon-accent: #68686CFF;
  --gradient-help-ponit-1: #5A8AD8FF;
  --gradient-help-ponit-2: #1959C1FF;
  --bg-icon-help: #FFFFFF33;
  --bg-tabs-container: #18181BFF;
}