@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;background-color:#0d1b2a;color:#f8fafc;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0d1b2a}::-webkit-scrollbar-thumb{background:#1e3a52;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2a4f6e}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
