/* ============================================================================
   Kulture design tokens — AUTHORITY = Will Style System v2.1 (Dark).
   Single source of truth for tokens. v5 working component CSS (components.css)
   consumes these. Reconcile decisions: see Style_Delta.md.
   Rule: token = Will v2.1 · working component = v5 · ambiguous = two options.
   ============================================================================ */
:root{
  /* ===== surface ladder (Kosmos HQ v3 P0 정본) ===== */
  --bg0:#06090f; --bg1:#0a0f1c; --bg2:#0f1730; --panel:#101a33;
  --card:#141d36; --card2:#0f1628;
  --ink:#eef3ff; --ink2:#aab6d6; --ink3:#6c779b; --ink4:#49526f;
  --line:#ffffff14; --line2:#ffffff26; --line3:#ffffff33;

  /* ===== Y-49 (G-06 종결): 반투명 글래스 토큰 — 다크 기조 유지 · 배경 블러+반투명 채도.
     Kosmos 투명감과 단일 언어. 카드·시트·배너 계열 전 표면 일괄(하드코딩 금지). ===== */
  --glass-bg:rgba(20,29,54,.62); --glass-bg2:rgba(15,22,40,.66);
  --glass-blur:14px; --glass-sat:1.25; --glass-brd:#ffffff2e;

  /* ===== A · Brand / Relevance (no trust encoding) ===== */
  --mine:#6aa6ff;       /* 내 관심 · primary accent */
  --rec:#9b8cff;        /* AI 추천 · secondary */
  --mine-ink:#041020;   /* on-accent text */
  --mine-soft:#6aa6ff18; --mine-line:#6aa6ff4d;
  --rec-soft:#9b8cff18;  --rec-line:#9b8cff55;

  /* ===== B · Trust (정성 · claim 단위 · raw score 비노출) ===== */
  --t-official:#6aa6ff;   /* 공식 */
  --t-sourced:#37e0c8;    /* 출처연결 */
  --t-community:#9be86b;  /* 커뮤검증 */
  --t-developing:#efc34a; /* 발전중 */
  --t-unverified:#8794b5; /* 미확인 */
  --t-denied:#ff5a4a;     /* 공식부인 · claim_outcome */
  --t-curator:#f0c14a;    /* 큐레이터 */

  /* ===== C · Content character (Raw↔Verified 라벨) ===== */
  --c-community:#8794b5; --c-verified:#37e0c8; --c-fan:#c06ad0;

  /* ===== D · Node status (활동성 · Trust와 직교) ===== */
  --n-live:#ff5a4a; --n-spiking:#efa235; --n-active:#2dd4a8; --n-upcoming:#6aa6ff; --n-steady:#8794b5;

  /* ===== category accents ===== */
  --cat-kpop:#8b7ff0; --cat-screen:#e8704a; --cat-beauty:#2bb98a; --cat-fashion:#e25c8a;
  --cat-webtoon:#7bb33a; --cat-game:#e2554f; --cat-food:#efa235; --cat-travel:#4a9be8;

  /* ===== radii · elevation · type ===== */
  --r-chip:9px; --r-card:16px; --r-pill:999px; --r-sm:11px; --r-phone:30px;
  --e1:0 2px 6px #0006, 0 12px 30px #0008;
  --e2:0 6px 20px #0008, 0 22px 50px #000a;
  /* font fallback ORDER kept from v5 for pixel-parity (Pretendard absent on test
     env). Will v2.1 authority order is the target once Pretendard is embedded —
     see Style_Delta.md (Δ-FONT). Values otherwise identical. */
  --sans:'Pretendard',-apple-system,'Apple SD Gothic Neo','Noto Sans KR',system-ui,sans-serif;
  --mono:ui-monospace,Menlo,monospace;

  /* ===== v5 component compat aliases =====
     v5 components.css uses --live/--spiking/...; authority names are --n-* (identical hex).
     Kept as aliases so the working v5 component CSS is consumed unchanged. */
  --live:var(--n-live); --spiking:var(--n-spiking); --active:var(--n-active);
  --upcoming:var(--n-upcoming); --steady:var(--n-steady);
}
