/* ==========================================================================
   Jingsi Admin Design System — Variables & Design Tokens
   Warm Sand Gold & Midnight Obsidian Theme
   ========================================================================== */

:root {
  /* Color Palette - Surfaces & Backgrounds */
  --bg: #14100d;
  --bg-darker: #0d0a08;
  --surface: #1f1813;
  --surface-card: #28201a;
  --surface-hover: #342a22;
  --border: #3d3127;
  --border-subtle: #2d241d;

  /* Accent - Warm Sand Gold */
  --accent: #e6b35c;
  --accent-hover: #f3c473;
  --accent-glow: rgba(230, 179, 92, 0.2);
  --accent-dim: rgba(230, 179, 92, 0.12);

  /* Typography Colors */
  --text: #f5e6d3;
  --text-muted: #a69584;
  --text-dim: #706253;

  /* Semantic Status Colors */
  --success: #4ade80;
  --success-bg: rgba(74, 222, 128, 0.12);
  --danger: #f87171;
  --danger-bg: rgba(248, 113, 113, 0.12);
  --warning: #fbbf24;
  --warning-bg: rgba(251, 191, 36, 0.12);
  --info: #60a5fa;
  --info-bg: rgba(96, 165, 250, 0.12);

  /* Layout & Geometry */
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 14px;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 25px rgba(230, 179, 92, 0.08);

  /* Typography */
  --font-sans: "Inter", "Noto Sans TC", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --font-serif: "Cinzel", "Noto Sans TC", serif;
}
