@charset "utf-8";
/*!
 * shoutu22 主题变量（暖珊瑚色系）
 * 备份位置：statics/css/backup/original/
 */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;500;600;700&family=Ubuntu+Mono&display=swap');

:root {
  --card: #ffffff;
  --ring: #ff7e5f;
  --input: #ffe0d6;
  --muted: #fff0eb;
  --accent: #feb47b;
  --border: #ffe0d6;
  --radius: 0.625rem;
  --chart-1: #ff7e5f;
  --chart-2: #feb47b;
  --chart-3: #ffcaa7;
  --chart-4: #ffad8f;
  --chart-5: #ce6a57;
  --popover: #ffffff;
  --primary: #ff7e5f;
  --sidebar: #fff0eb;
  --font-mono: Ubuntu Mono, monospace;
  --font-sans: Montserrat, "Microsoft YaHei", "PingFang SC", sans-serif;
  --secondary: #ffedea;
  --background: #fff9f5;
  --font-serif: Merriweather, serif;
  --foreground: #3d3436;
  --destructive: #e63946;
  --shadow-blur: 12px;
  --shadow-color: hsl(0 0% 0%);
  --sidebar-ring: #ff7e5f;
  --shadow-spread: -3px;
  --shadow-opacity: 0.09;
  --sidebar-accent: #feb47b;
  --sidebar-border: #ffe0d6;
  --card-foreground: #3d3436;
  --shadow-offset-x: 0px;
  --shadow-offset-y: 6px;
  --sidebar-primary: #ff7e5f;
  --muted-foreground: #78716c;
  --accent-foreground: #3d3436;
  --popover-foreground: #3d3436;
  --primary-foreground: #ffffff;
  --sidebar-foreground: #3d3436;
  --secondary-foreground: #b35340;
  --destructive-foreground: #ffffff;
  --sidebar-accent-foreground: #3d3436;
  --sidebar-primary-foreground: #ffffff;
  --myui-shadow: var(--shadow-offset-x) var(--shadow-offset-y) var(--shadow-blur) var(--shadow-spread) hsla(0, 0%, 0%, var(--shadow-opacity));
  --myui-primary-soft: rgba(255, 126, 95, 0.15);
  --myui-topbg-start: #2a2024;
  --myui-topbg-mid: #392f35;
  --myui-topbg-end: #463a41;
}

.dark {
  --card: #392f35;
  --ring: #ff7e5f;
  --input: #463a41;
  --muted: #392f35;
  --accent: #feb47b;
  --border: #463a41;
  --popover: #392f35;
  --primary: #ff7e5f;
  --sidebar: #2a2024;
  --secondary: #463a41;
  --background: #2a2024;
  --foreground: #f2e9e4;
  --sidebar-ring: #ff7e5f;
  --sidebar-accent: #feb47b;
  --sidebar-border: #463a41;
  --card-foreground: #f2e9e4;
  --sidebar-primary: #ff7e5f;
  --muted-foreground: #d7c6bc;
  --accent-foreground: #2a2024;
  --popover-foreground: #f2e9e4;
  --primary-foreground: #ffffff;
  --sidebar-foreground: #f2e9e4;
  --secondary-foreground: #f2e9e4;
  --sidebar-accent-foreground: #2a2024;
  --sidebar-primary-foreground: #ffffff;
  --myui-primary-soft: rgba(255, 126, 95, 0.22);
  --myui-topbg-start: #1f181c;
  --myui-topbg-mid: #2a2024;
  --myui-topbg-end: #392f35;
}

/*
 * @theme inline 为 Tailwind CSS v4 专用，本模板未使用 Tailwind，故不启用。
 * 组件样式通过 mytheme-color-base.css 中的 var(--*) 引用上述变量。
 */
