/* 디자인 토큰 — 색·폰트·radius는 전부 여기서만 바꾼다.
   출처 = Claude Design 프로토타입 「Awake 앱 프로토타입」(2026-07-31 확정)
   = 아누비스 네온 팔레트(vault 99_Meta/anubis-style-system) + 세이지 히어로. */
:root {
  /* 배경 */
  --bg: #050805;          /* 앱 배경 */
  --bg-outer: #0B0D0A;    /* 데스크톱 좌우 여백 */
  --surface: #0E1610;     /* 퀵액션·솔리드 타일 */
  --surface-2: #0A110A;   /* 보더 있는 카드 */

  /* 선 — 네온 헤어라인 */
  --line: rgba(159, 232, 112, .13);
  --line-bright: rgba(159, 232, 112, .32);

  /* 브랜드 색 */
  --acid: #9FE870;        /* 주 강조(아누비스 네온) — 활성 탭·CTA·상승 */
  --acid-dim: #6BB048;
  --acid-bright: #B5FF7D;
  --green: #9FE870;       /* 상승 = 네온과 동일 */
  --red: #FF6B6B;         /* 하락 */
  --red-soft: #FF8F86;
  --gold: #E8C547;
  --ink: #06210F;         /* 네온 위에 얹는 글자색 */

  /* 세이지 히어로 */
  --sage: #E9F6DE;
  --sage-dim: #6BB048;

  /* 글자 */
  --text: #E8F5E0;
  --body: #CFD9C8;        /* 본문 단락 */
  --muted: #9CA89A;
  --faint: #6B7569;

  /* 형태 */
  --r-lg: 16px;
  --r-md: 14px;
  --pad: 22px;
  --tabbar: 74px;

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