/* NetWord brand overrides — legacy-aligned palette */

:root {
  --accent:        #c7a256;
  --accent-text:   #b48a35;
  --accent-soft:   rgba(199,162,86,.14);
  --navy:          #183A66;

  --topbar-bg:     #ffffff;
  --topbar-fg:     #111827;
  --topbar-border: rgba(17,24,39,.14);

  --bg:            #fbf7f0;
  --bg-card:       #ffffff;
  --bg-raised:     #ffffff;
  --bg-layer:      #f2f2f0;

  --text:          #111827;
  --text-2:        #4b5563;
  --text-3:        #9ca3af;
  --icon-color:    #111827;

  --border:        rgba(17,24,39,.14);
  --border-soft:   rgba(17,24,39,.07);

  --popup-bg:      var(--bg-card);
  --popup-border:  var(--border);
}

@media (prefers-color-scheme: dark) {
  :root {
    --accent:        #c7a256;
    --accent-text:   #e0c070;
    --accent-soft:   rgba(199,162,86,.18);
    --navy:          #7FA9E6;

    --topbar-bg:     #1e3048;
    --topbar-fg:     #eaf0f8;
    --topbar-border: rgba(255,255,255,.10);

    --bg:            #1b2d44;
    --bg-card:       #243650;
    --bg-raised:     #2a3f5a;
    --bg-layer:      #1e3048;

    --text:          #eaf0f8;
    --text-2:        #b7c2d3;
    --text-3:        #7a8fa8;
    --icon-color:    #eaf0f8;

    --border:        rgba(255,255,255,.10);
    --border-soft:   rgba(255,255,255,.05);

    --popup-bg:      var(--bg-card);
    --popup-border:  var(--border);
  }
}

[data-theme="light"] {
  --accent:        #c7a256;
  --accent-text:   #b48a35;
  --accent-soft:   rgba(199,162,86,.14);
  --navy:          #183A66;

  --topbar-bg:     #ffffff;
  --topbar-fg:     #111827;
  --topbar-border: rgba(17,24,39,.14);

  --bg:            #fbf7f0;
  --bg-card:       #ffffff;
  --bg-raised:     #ffffff;
  --bg-layer:      #f2f2f0;

  --text:          #111827;
  --text-2:        #4b5563;
  --text-3:        #9ca3af;
  --icon-color:    #111827;

  --border:        rgba(17,24,39,.14);
  --border-soft:   rgba(17,24,39,.07);

  --popup-bg:      var(--bg-card);
  --popup-border:  var(--border);
}

[data-theme="dark"] {
  --accent:        #c7a256;
  --accent-text:   #e0c070;
  --accent-soft:   rgba(199,162,86,.18);
  --navy:          #7FA9E6;

  --topbar-bg:     #1e3048;
  --topbar-fg:     #eaf0f8;
  --topbar-border: rgba(255,255,255,.10);

  --bg:            #1b2d44;
  --bg-card:       #243650;
  --bg-raised:     #2a3f5a;
  --bg-layer:      #1e3048;

  --text:          #eaf0f8;
  --text-2:        #b7c2d3;
  --text-3:        #7a8fa8;
  --icon-color:    #eaf0f8;

  --border:        rgba(255,255,255,.10);
  --border-soft:   rgba(255,255,255,.05);

  --popup-bg:      var(--bg-card);
  --popup-border:  var(--border);
}
