@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,sans-serif;background-color:#05080f;color:#e2e8f0;overflow-x:hidden}.bg-card{background-color:#0d1424}.border-card{border-color:#ffffff0d}.text-cyan{color:#00d8ff}.bg-cyan{background-color:#00d8ff}.glow-cyan{box-shadow:0 0 15px #00d8ff4d}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#05080f}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#334155}
