/* ── Skin palette ──────────────────────────
   색상·톤 토큰만 이 파일에 모읍니다. 레이아웃/구조는 app.css, 컴포넌트 매핑은 tokens.css.
   새 스킨을 만들 때 폴더를 복제한 뒤 이 파일만 교체하면 색 테마가 바뀝니다. */
:root{
  --bg-0:#070411;
  --bg-1:#0c0719;
  --bg-2:#130a23;
  --panel:#150b27;
  --panel-2:#1a0e30;
  --line:rgba(230,192,103,.14);
  --line-strong:rgba(230,192,103,.28);
  --line-purple:rgba(124,58,237,.22);
  --gold:#e6c067;
  --gold-2:#caa050;
  --gold-soft:#f5dfa3;
  --purple:#7c3aed;
  --purple-2:#5b21b6;
  --purple-soft:#a78bfa;
  --text:#f5f0e1;
  --text-dim:#a8a0bf;
  --text-mute:#a29db1;
  --danger:#ef4444;
  --green:#34d399;
}
html.deep{
  --bg-0:#020108;
  --bg-1:#06030f;
  --bg-2:#0a0518;
  --panel:#0d0620;
  --panel-2:#110828;
}
