/*
Theme Name: steam-rpg-child
Template: steam-base-theme
Description: JRPG特化子テーマ（冒険の値札）
Version: 1.0
*/
:root{
  /* --- ブランド色：エメラルド × ゴールド（ダーク基調） --- */
  --bg-base: #0c1410;
  --bg-surface: #11201a;
  --bg-card: #16291f;

  --text-primary: #eef5ee;
  --text-secondary: #b6c8bd;
  --text-muted: #7d9486;

  --border: #28473a;

  --accent: #10b981;
  --accent-glow: rgba(16,185,129,.35);
  --accent-deep: #0a8f63;

  --price: #ffd54a;
  --sale: #ff5d5d;

  --warn-bg: #3a1a14;
  --warn-text: #ff9e8f;
  --info-bg: #0f2a26;
  --info-text: #6fe0c8;
  --band-bg: #102019;
  --band-text: #b6c8bd;
}
