/* Схема 1: Тёмно-синяя (по умолчанию) */
:root {
  --xd-primary:      #0a1628;
  --xd-primary2:     #0f2040;
  --xd-primary3:     #162850;
  --xd-accent:       #e8620a;
  --xd-accent-hover: #ff7a1a;
  --xd-gold:         #f0c060;
  --xd-text:         #e8eef8;
  --xd-text-soft:    #c8d8f0;
  --xd-muted:        #8aa8cc;
  --xd-border:       #1e3560;
  --xd-card-bg:      #0f2245;
  --xd-card-border:  #1e3d70;
  --xd-nav-bg:       rgba(10,22,40,.96);
  --xd-footer-bg:    #070f1e;
}
