:root{--background: #282a36;--window-bg: #1d1f21;--foreground: #f8f8f2;--green: #50fa7b;--cyan: #8be9fd;--purple: #bd93f9;--red: #ff5555;--yellow: #f1fa8c;--orange: #ffb86c;--title-bar: #44475a}body{background-color:var(--background);color:var(--foreground);font-family:JetBrains Mono,Courier New,Courier,monospace;font-size:16px;margin:0;padding:20px;display:flex;justify-content:center;align-items:center;min-height:100vh}
