/* ===================================================================
 * bauhaus · 包豪斯 · 设计令牌
 * 气质:功能主义、几何、三原色(红黄蓝)、形式追随功能
 * 适合:设计学院/建筑/艺术机构/现代主义品牌
 * =================================================================== */
:root {
  --color-primary: #E63946;            /* 包豪斯红 */
  --color-primary-soft: rgba(230, 57, 70, 0.1);
  --color-secondary: #F4D35E;          /* 包豪斯黄 */

  --color-bg: #F5F3EE;                /* 米白 */
  --color-card: #FFFFFF;
  --color-border: #1D1D1D;

  --color-text: #1D1D1D;
  --color-text-secondary: #4A4A4A;
  --color-text-muted: #8C8C8C;
  --color-text-disabled: #BFBFBF;
  --color-text-inverse: #FFFFFF;

  /* 三原色:红黄蓝,包豪斯标志 */
  --color-bau-red: #E63946;
  --color-bau-yellow: #F4D35E;
  --color-bau-blue: #1D4E89;

  --color-success: #1D4E89;
  --color-warning: #F4D35E;
  --color-error: #E63946;
  --color-info: #1D4E89;

  --font-heading: 'Futura', 'Inter', 'PingFang SC', sans-serif;  /* 几何无衬线 */
  --font-body: 'Inter', 'PingFang SC', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --font-size-xs: 0.75rem; --font-size-sm: 0.875rem; --font-size-base: 1rem;
  --font-size-lg: 1.25rem; --font-size-xl: 1.75rem; --font-size-2xl: 2.5rem; --font-size-3xl: 4rem;

  --font-weight-regular: 400; --font-weight-medium: 500; --font-weight-semibold: 700; --font-weight-bold: 900;

  --line-height-tight: 1.1; --line-height-normal: 1.5; --line-height-relaxed: 1.65;
  --letter-spacing-tight: -0.02em; --letter-spacing-normal: 0; --letter-spacing-wide: 0.1em;

  --space-page-x: 24px; --space-section: 80px; --space-card-pad: 24px;

  --radius-none: 0; --radius-sm: 0; --radius-md: 0; --radius-lg: 0; --radius-full: 9999px;  /* 直角为主 */
  --border-width-thin: 2px; --border-width-normal: 3px;

  --shadow-sm: none; --shadow-md: 4px 4px 0 #1D1D1D; --shadow-lg: 8px 8px 0 #1D1D1D;  /* 硬几何阴影 */

  --motion-duration-fast: 150ms; --motion-duration-normal: 300ms; --motion-duration-slow: 500ms;
  --motion-easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --motion-easing-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --motion-easing-spring: cubic-bezier(0.4, 0, 0.2, 1);

  --container-max: 1100px; --ratio-card: 1 / 1;
  --color-code-bg: #1D1D1D; --color-code-text: #F5F3EE;
}
