/*
Theme Name: steam-danmaku-child
Template: steam-base-theme
Description: 弾幕シューティング特化子テーマ（紙一重 -KAMIHITOE-）
Version: 1.0
*/
:root{
  /* --- ブランド色：ネオンシアン × 漆黒 --- */
  --bg-base: #0a0a14;
  --bg-surface: #12121f;
  --bg-card: #1a1a2b;

  --text-primary: #eef0ff;
  --text-secondary: #b8bbd6;
  --text-muted: #7d80a0;

  --border: #2a2a40;

  --accent: #2de2e6;
  --accent-glow: rgba(45,226,230,.35);
  --accent-deep: #1aa3a6;

  --price: #ffd54a;
  --sale: #ff4d6d;

  --warn-bg: #3a1420;
  --warn-text: #ff8fa6;
  --info-bg: #0f2436;
  --info-text: #7fd4ff;
  --band-bg: #141426;
  --band-text: #b8bbd6;
}
