/* 디자인 토큰 — 색·폰트·radius는 전부 여기서만 바꾼다.
   클라이언트 브랜딩 교체 = 아래 hex 값 교체로 끝나게 유지할 것. */
:root {
  /* 배경 */
  --bg: #0B0F0A;          /* 앱 배경 (근흑, 녹색 기운) */
  --bg-outer: #060906;    /* 데스크톱 좌우 여백 */
  --surface: #151B12;     /* 카드 */
  --surface-2: #1C2616;   /* 카드 위 아이콘 타일 */

  /* 선 */
  --line: #242F1D;
  --line-bright: #3A4A2A;

  /* 브랜드 색 */
  --acid: #C6F53F;        /* 주 강조 (형광 연두 — CTA·활성 탭) */
  --acid-dim: #93B92E;
  --green: #3DDC84;       /* 보조 (에메랄드 — 상승·로고) */
  --red: #FF6B66;         /* 하락·경고 */

  /* 글자 */
  --text: #EAF2E3;
  --muted: #96A38C;
  --faint: #667360;

  /* 형태 */
  --r-lg: 20px;
  --r-md: 14px;
  --pad: 16px;

  --font: -apple-system, BlinkMacSystemFont, "Pretendard Variable", Pretendard,
          "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, monospace;
}
