/*
Theme Name: Steam VN Child (つづきの灯)
Template: steam-base-theme
Description: 全年齢ノベルゲー特化サイト「つづきの灯」の子テーマ。色とブランディングを上書きする。
Author: steam-hub project
Version: 0.1.0
Text Domain: steam-vn
*/

/* === つづきの灯カラー：深い夜紺 × やわらかい琥珀（読書灯の灯り） === */
:root{
  /* 背景：深い夜紺（漆黒ではない・ぬくもりのある夜） */
  --bg-base: #161823;
  --bg-surface: #1d2030;
  --bg-card: #242838;

  /* 文字：紙のような温白 */
  --text-primary: #f2ede2;
  --text-secondary: #c4bcab;
  --text-muted: #8a8474;

  --border: #34394b;

  /* アクセント：読書灯の琥珀（焚き火より柔らかく明るい） */
  --accent: #efab52;
  --accent-glow: #ffcd86;
  --accent-deep: #c97f2c;

  /* 価格・セール */
  --price: #86cfa3;
  --sale: #ff7d6c;

  /* 判定ボックス */
  --warn-bg: #2c241c;
  --warn-text: #e7c79a;
  --info-bg: #1f2733;
  --info-text: #a3c4de;

  /* セクション帯 */
  --band-bg: #1a1d29;
  --band-text: #f2ede2;
}
