body{
margin:0;
font-family:system-ui;
background:#0b0d12;
color:white;
}

.app{
max-width:500px;
margin:auto;
padding:20px;
}

h1{
color:#f5c542;
}

.stats{
display:flex;
gap:10px;
margin-bottom:15px;
}

.box{
flex:1;
background:#1a1e26;
padding:15px;
border-radius:10px;
}

.box div{
font-size:12px;
opacity:0.6;
}

.box b{
font-size:18px;
}

button{
width:100%;
padding:15px;
background:#f5c542;
border:none;
border-radius:10px;
font-size:16px;
margin-bottom:20px;
}

.trade{
background:#1a1e26;
padding:15px;
border-radius:10px;
margin-bottom:10px;
}

canvas{
background:#1a1e26;
border-radius:10px;
padding:10px;
}