/* _tokens.css — UA GEN 자체 팔레트 (midnight-violet).
   다크(dark, 기본) + 라이트(light) 토글. 결과 코드블록은 라이트에서도 어둡게 유지(터미널 정체성). */
:root, :root[data-theme="dark"] {
  --bg: #0b0d12;
  --bg-2: #0f1219;
  --surface: #12151d;
  --surface-2: #171b25;
  --border: #232838;
  --border-2: #2d3348;
  --text: #e7e9ee;
  --text-2: #a5adbf;
  --text-3: #6b7385;
  --accent: #7c6cff;
  --accent-2: #22d3ee;
  --accent-soft: rgba(124, 108, 255, .14);
  --ok: #34d399;
  --warn: #fbbf24;
  --danger: #f87171;
  --code-bg: #090b10;
  --code-text: #d7dbe6;
  --code-accent: #a78bfa;
  --shadow: 0 1px 0 rgba(255, 255, 255, .02), 0 10px 30px rgba(0, 0, 0, .38);
}

:root[data-theme="light"] {
  --bg: #f6f7f9;
  --bg-2: #ffffff;
  --surface: #ffffff;
  --surface-2: #f3f4f7;
  --border: #e4e7ec;
  --border-2: #d6dae2;
  --text: #161a22;
  --text-2: #4b5566;
  --text-3: #8b93a4;
  --accent: #6d5cff;
  --accent-2: #0891b2;
  --accent-soft: rgba(109, 92, 255, .10);
  --ok: #059669;
  --warn: #d97706;
  --danger: #dc2626;
  --code-bg: #0d1017;
  --code-text: #d7dbe6;
  --code-accent: #a78bfa;
  --shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 28px rgba(16, 24, 40, .08);
}
