@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{background:#0d0d0d;color:#e0e0e0;font-family:Courier New,monospace}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#0f8;border-radius:3px}::selection{background:#0f8;color:#0d0d0d}