:root{
  --gotem-bg:#0d1117;
  --gotem-card:#0f1216;
  --gotem-border:#1b2430;
  --gotem-text:#e6edf3;
  --gotem-muted:#8b949e;
  --gotem-blue:#1d9bf0;   /* CTA */
  --gotem-accent:#3b82f6; /* outline button */
  --gotem-shadow:0 2px 10px rgba(0,0,0,.4);
}
body{
  background:var(--gotem-bg);
  color:var(--gotem-text);
  font-family:Inter,"Roboto Mono",ui-sans-serif,system-ui,Segoe UI,Roboto,Arial;
}
