/* jdBasic.org green-dominant phosphor overrides, matching the WASM IDE.
   Loaded after styles.css so these win. */
body { background-color: #0a0e0c; color: #8bbf99; }
.text-glow { text-shadow: 0 0 8px rgba(0,255,65,.5), 0 0 22px rgba(0,255,65,.28); }
.comment { color: #5fae6f; }
.keyword { color: #ff2e97; }
.string  { color: #00e5ff; }
.number  { color: #ffb000; }
