/* Qwen Proxy — Custom styles */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
pre { font-family: "JetBrains Mono", "Fira Code", Consolas, monospace; }
code { font-family: "JetBrains Mono", "Fira Code", Consolas, monospace; font-size: 0.9em; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #1f2937; }
::-webkit-scrollbar-thumb { background: #4b5563; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #6b7280; }
