/* ============================================
   design-forge preset: cyber（未来的）
   黒×ネオンシアン/グリーン・発光・HUD
   ============================================ */
:root{
  /* 色 */
  --c-bg:#07090d;
  --c-surface:#0b1118;
  --c-text:#d9e8ec;
  --c-muted:#61808d;
  --c-primary:#22e0e8;
  --c-primary-text:#03161a;
  --c-accent:#5cf27b;
  --c-border:#16333c;

  /* フォント */
  --font-display:'Orbitron','Noto Sans JP',sans-serif;
  --font-body:'Noto Sans JP',sans-serif;

  /* 形（鋭角・HUD） */
  --radius-s:2px;
  --radius-m:4px;
  --radius-l:8px;

  /* 影＝発光 */
  --shadow-s:0 0 12px rgba(34,224,232,.16);
  --shadow-m:0 0 30px rgba(34,224,232,.32);

  /* 速度 */
  --speed:.25s;

  /* cyber固有（追加変数） */
  --glow-cyan:0 0 6px rgba(34,224,232,.85),0 0 20px rgba(34,224,232,.4);
  --glow-green:0 0 6px rgba(92,242,123,.85),0 0 20px rgba(92,242,123,.35);
  --c-grid:rgba(34,224,232,.05);
}
