@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #0D1117;--bg-secondary: #161B22;--bg-hover: #21262D;--profit: #2EA043;--loss: #DA3633;--accent: #58A6FF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--bg-primary);color:#f0f6fc;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#30363d}.price-up{animation:flashGreen .2s ease-in-out}.price-down{animation:flashRed .2s ease-in-out}@keyframes flashGreen{0%,to{background-color:transparent}50%{background-color:#2ea04333}}@keyframes flashRed{0%,to{background-color:transparent}50%{background-color:#da363333}}.number-roll{transition:all .5s ease-out}.page-transition{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ant-btn-primary{background-color:var(--accent)!important}.ant-table,.ant-modal-content{background-color:var(--bg-secondary)!important;color:#f0f6fc!important}
