/* word: focus green + calm cyan */
body.theme-word {
  --site-accent: #7af0be;
  --site-accent-soft: #3edaa0;
  --site-accent-ink: #0b3b2b;
}

body.theme-word .site-header {
  background: linear-gradient(90deg, rgba(9, 24, 26, 0.92), rgba(10, 34, 30, 0.78));
  border-bottom-color: rgba(122, 240, 190, 0.22);
}

body.theme-word .brand-link { color: #eafff4; }

body.theme-word .nav-link:hover,
body.theme-word .nav-btn:hover {
  background: rgba(122, 240, 190, 0.14);
  text-decoration: none;
}

body.theme-word .site-switcher-trigger {
  border-color: rgba(122, 240, 190, 0.30);
}

body.theme-word .site-switcher-item.is-current {
  background: rgba(122, 240, 190, 0.18);
}

:root[data-theme=light] body.theme-word {
  --site-accent: #1f9a74;
  --site-accent-soft: #32b58b;
  --site-accent-ink: #083124;
}

:root[data-theme=light] body.theme-word .site-header {
  background: linear-gradient(90deg, rgba(246, 255, 252, 0.96), rgba(236, 251, 244, 0.92));
  border-bottom-color: rgba(31, 154, 116, 0.22);
}

:root[data-theme=light] body.theme-word .brand-link { color: #0d3d2c; }
