/*
Theme Name: steam-fps-child
Template: steam-base-theme
Description: FPS特化サイト「照準 -SIGHT-」子テーマ
Version: 1.0.0
*/
:root{
  /* 背景：寒色寄りの鋼鉄ダーク */
  --bg-base:#0c0e13;
  --bg-surface:#13161d;
  --bg-card:#181c25;
  /* 文字 */
  --text-primary:#e8ebf0;
  --text-secondary:#aab2c0;
  --text-muted:#6f7888;
  /* 境界 */
  --border:#282e3a;
  /* アクセント：シグナルレッド */
  --accent:#e23b3b;
  --accent-glow:#ff5a5a;
  --accent-deep:#a82626;
  /* 価格 */
  --price:#e8ebf0;
  /* セールバッジ */
  --sale:#e23b3b;
  /* 警告系（中立寄りグレー） */
  --warn-bg:#2a2018;
  --warn-text:#d8c4a8;
  /* 見出し帯 */
  --band-bg:#181c25;
  --band-text:#e23b3b;
}
