/* QS中转站 淡紫色主题覆盖 */
:root, .light {
  --background: #f8f6fc;
  --foreground: #2b2f38;
  --card: #ffffff;
  --card-foreground: #2b2f38;
  --popover: #ffffff;
  --popover-foreground: #2b2f38;
  --primary: #a06ac7;
  --primary-foreground: #ffffff;
  --secondary: #f3eefb;
  --secondary-foreground: #5b3a7a;
  --muted: #f3eefb;
  --muted-foreground: #7b7f92;
  --accent: #f3eefb;
  --accent-foreground: #5b3a7a;
  --destructive: #e5484d;
  --destructive-foreground: #ffffff;
  --border: #e6e1f0;
  --input: #e6e1f0;
  --ring: #b28ad8;
  --sidebar: #fbf9fe;
  --sidebar-foreground: #2b2f38;
  --sidebar-primary: #8a5ab5;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #f3eefb;
  --sidebar-accent-foreground: #6b3f94;
  --sidebar-border: #e6e1f0;
  --sidebar-ring: #b28ad8;
  --radius: 0.75rem;
  --radius-md: 0.625rem;
  --radius-sm: 0.5rem;
}

.dark {
  --background: #1d1725;
  --foreground: #efe9f6;
  --card: #241c2e;
  --card-foreground: #efe9f6;
  --popover: #241c2e;
  --popover-foreground: #efe9f6;
  --primary: #b78cdd;
  --primary-foreground: #241c2e;
  --secondary: #35294a;
  --secondary-foreground: #e6d8f5;
  --muted: #2d2439;
  --muted-foreground: #b6a9c9;
  --accent: #35294a;
  --accent-foreground: #e6d8f5;
  --destructive: #e5484d;
  --destructive-foreground: #ffffff;
  --border: #3a2f4d;
  --input: #3a2f4d;
  --ring: #b78cdd;
  --sidebar: #201a29;
  --sidebar-foreground: #efe9f6;
  --sidebar-primary: #b78cdd;
  --sidebar-primary-foreground: #241c2e;
  --sidebar-accent: #35294a;
  --sidebar-accent-foreground: #e6d8f5;
  --sidebar-border: #3a2f4d;
  --sidebar-ring: #b78cdd;
}

body {
  background-color: var(--background);
}
