@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: #c9a227;
  --input: #e8eaef;
  --muted: #eef0f4;
  --accent: #e6b84a;
  --border: #e2e5eb;
  --radius: 0.625rem;
  --chart-1: #c9a227;
  --chart-2: #e6b84a;
  --chart-3: #8b7355;
  --chart-4: #d4a84b;
  --chart-5: #a67c1a;
  --popover: #ffffff;
  --primary: #c9a227;
  --sidebar: #eef0f4;
  --font-mono: Ubuntu Mono, monospace;
  --font-sans: Montserrat, "Microsoft YaHei", "PingFang SC", sans-serif;
  --secondary: #eceef2;
  --background: #f4f5f7;
  --font-serif: Merriweather, serif;
  --foreground: #1c1c1e;
  --destructive: #c41e3a;
  --shadow-blur: 12px;
  --shadow-color: hsl(220 20% 10%);
  --sidebar-ring: #c9a227;
  --shadow-spread: -3px;
  --shadow-opacity: 0.1;
  --sidebar-accent: #e6b84a;
  --sidebar-border: #e2e5eb;
  --card-foreground: #1c1c1e;
  --shadow-offset-x: 0px;
  --shadow-offset-y: 6px;
  --sidebar-primary: #c9a227;
  --muted-foreground: #6b7280;
  --accent-foreground: #1c1c1e;
  --popover-foreground: #1c1c1e;
  --primary-foreground: #ffffff;
  --sidebar-foreground: #1c1c1e;
  --secondary-foreground: #8b6914;
  --destructive-foreground: #ffffff;
  --sidebar-accent-foreground: #1c1c1e;
  --sidebar-primary-foreground: #ffffff;
  --myui-shadow: var(--shadow-offset-x) var(--shadow-offset-y) var(--shadow-blur) var(--shadow-spread) hsla(220, 20%, 10%, var(--shadow-opacity));
  --myui-primary-soft: rgba(201, 162, 39, 0.16);
  --myui-topbg-start: #0f1419;
  --myui-topbg-mid: #1a2332;
  --myui-topbg-end: #243044;
}

.dark {
  --card: #1a2332;
  --ring: #e6b84a;
  --input: #243044;
  --muted: #1a2332;
  --accent: #e6b84a;
  --border: #2c3a4f;
  --popover: #1a2332;
  --primary: #e6b84a;
  --sidebar: #0f1419;
  --secondary: #243044;
  --background: #0f1419;
  --foreground: #f0ebe3;
  --sidebar-ring: #e6b84a;
  --sidebar-accent: #e6b84a;
  --sidebar-border: #2c3a4f;
  --card-foreground: #f0ebe3;
  --sidebar-primary: #e6b84a;
  --muted-foreground: #9aa3b2;
  --accent-foreground: #0f1419;
  --popover-foreground: #f0ebe3;
  --primary-foreground: #0f1419;
  --sidebar-foreground: #f0ebe3;
  --secondary-foreground: #f0ebe3;
  --sidebar-accent-foreground: #0f1419;
  --sidebar-primary-foreground: #0f1419;
  --myui-primary-soft: rgba(230, 184, 74, 0.22);
  --myui-topbg-start: #0a0e13;
  --myui-topbg-mid: #0f1419;
  --myui-topbg-end: #1a2332;
}

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