*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #03030a;--surface: #0b0b16;--surface2: #111120;--surface3: #18182c;--border: #1e1e38;--text: #e8e8ff;--muted: #5566aa;--green: #00e87a;--red: #ff3355;--accent: #ffe033;--blue: #4a9eff}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif}button{cursor:pointer;font-family:inherit}input{font-family:inherit}@keyframes slideIn{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes flash-green{0%{background:#00e87a40}to{background:transparent}}@keyframes flash-red{0%{background:#ff335540}to{background:transparent}}.price-up{animation:flash-green .6s ease}.price-down{animation:flash-red .6s ease}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}
