/* 仅在不支持 oklch 的老 WebView 中生效，不影响现代浏览器 */
@supports not (color: oklch(0 0 0)) {
  :root {
    --background: #ffffff;
    --foreground: #252525;
    --card: #ffffff;
    --card-foreground: #252525;
    --popover: #ffffff;
    --popover-foreground: #252525;
    --primary: #343434;
    --primary-foreground: #fafafa;
    --secondary: #f5f5f5;
    --secondary-foreground: #343434;
    --muted: #f5f5f5;
    --muted-foreground: #737373;
    --accent: #f5f5f5;
    --accent-foreground: #343434;
    --destructive: #dc2626;
    --border: #e5e5e5;
    --input: #e5e5e5;
    --ring: #a3a3a3;
    --wechat: #07c160;
    --wechat-foreground: #333333;
    --wechat-bubble: #95ec69;
    --app-bg: #f0f0f0;
    --nav-bg: #fcfcfc;
  }
}
