@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#191917;--green:#4aff91;--green-dim:#2a7a4a;--blue:#5bc8f5;--text:#c8c8b8;--muted:#555548;--modal-bg:#111110;--border:#2a2a26}html,body{background:var(--bg);width:100%;height:100%;color:var(--text);font-family:JetBrains Mono,Courier New,monospace;overflow:hidden}body:after{content:"";z-index:100;pointer-events:none;background:repeating-linear-gradient(#0000,#0000 2px,#0000000a 2px 4px);position:fixed;inset:0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}
