/* TSTP AutoBiz V3 - Console Accent Override
   Tool: openai
   Rule: variables only. No layout. No extra selectors.
*/
:root {
  --tstp-bg: #0c0c0e;
  --tstp-surface: #16161a;
  --tstp-surface-alt: #1a1a1f;
  --tstp-border: #2a2a30;
  --tstp-border-strong: #3a3a42;
  --tstp-text: #e8e8ed;
  --tstp-text-muted: #888888;
  --tstp-accent: #10A37F;
  --tstp-accent-contrast: #ffffff;
  --tstp-link: #10A37F;
  --tstp-focus: #10A37F;
  --tstp-maxw: 980px;
}
.tstp-console-page {
  --tstp-accent: #10A37F;
  --tstp-link: #10A37F;
  --tstp-focus: #10A37F;
}
