/* Dark extras: hairline red on primary actions. Tokens live in kcl-ui-tokens.css. */

html.ui-theme-dark .button,
html.ui-theme-dark input[type="submit"]:not(.title),
html.ui-theme-dark input[type="button"],
html.ui-theme-dark .object-tools a,
html.ui-theme-dark .add-row a,
html.ui-theme-dark .wt-btn {
  background: var(--bg-button) !important;
  color: var(--text-button) !important;
  border: 1px solid var(--accent-red) !important;
  background-image: none !important;
}

html.ui-theme-dark #ewo-ai-tab {
  background: var(--bg-panel) !important;
  color: var(--text-primary) !important;
  border-left: 2px solid var(--accent-red) !important;
}

html.ui-theme-dark #branding,
html.ui-theme-dark #top-nav {
  border-color: var(--border) !important;
}
