/* Via — 공통 디자인 토큰 (남색 · 주황) */
:root {
  --brand: #1e3a8a;
  --brand-dark: #1e3a5f;
  --brand-deeper: #0f1c3f;
  --brand-light: #e0e7ff;
  --brand-glow: rgba(30, 58, 138, .2);
  --accent: #ea580c;
  --accent-dark: #c2410c;
  --accent-light: #fff7ed;
  --accent-glow: rgba(234, 88, 12, .2);
  --surface: #f4f6fa;
  --surface-elevated: #ffffff;
  --text: #0f172a;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --border-light: #f1f5f9;
  --sales: #ea580c;
  --sales-bg: #fff7ed;
  --expense: #475569;
  --profit: #1e3a8a;
  --profit-bg: #e0e7ff;
  --danger: #dc2626;
  --danger-bg: #fef2f2;
  --warn: #c2410c;
  --warn-bg: #ffedd5;
  --ok: #1d4ed8;
  --ok-bg: #dbeafe;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .05), 0 1px 3px rgba(15, 23, 42, .04);
  --shadow-md: 0 4px 16px rgba(15, 23, 42, .07);
  --shadow-lg: 0 12px 40px rgba(15, 23, 42, .1);
  --font: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
}
