/* 포털 공통 토큰 — 게임 오버레이 CSS는 이 변수만 참조 */
:root {
  --hp-bg: #0f1117;
  --hp-surface: #171a22;
  --hp-surface-2: #1f2430;
  --hp-border: #2b3140;
  --hp-border-strong: #3a4356;
  --hp-text: #e8ecf4;
  --hp-muted: #98a1b3;
  --hp-faint: #6b7385;
  --hp-accent: #e9a44b;
  --hp-accent-2: #ff8a3d;
  --hp-danger: #e4604f;
  --hp-success: #4fc08d;
  --hp-radius: 14px;
  --hp-radius-sm: 10px;
  --hp-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
  --hp-font: 'Noto Sans KR', system-ui, -apple-system, sans-serif;
  --hp-font-display: 'Outfit', 'Noto Sans KR', system-ui, sans-serif;
}
