@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0f1114;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1a1d21}::-webkit-scrollbar-thumb{background:#2d3748;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a5568}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.status-connected{@apply bg-green-500;}.status-disconnected{@apply bg-red-500;}.status-connecting{@apply bg-yellow-500;}.price-up{@apply text-green-400;animation:flashGreen .5s ease-in-out}.price-down{@apply text-red-400;animation:flashRed .5s ease-in-out}@keyframes flashGreen{0%{background-color:#22c55e33}to{background-color:transparent}}@keyframes flashRed{0%{background-color:#ef444433}to{background-color:transparent}}
