
body{
font-family: Arial, sans-serif;
background:#F8FAFC;
margin:0;
padding:0;
}

header{
background:#ffffff;
padding:20px;
border-bottom:1px solid #e5e7eb;
}

h1{
margin:0;
color:#2563EB;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
padding:20px;
}

.card{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.chartbox{
background:white;
margin:20px;
padding:20px;
border-radius:10px;
}

.movers{
display:flex;
gap:40px;
margin:20px;
}

table{
width:100%;
border-collapse:collapse;
}

th,td{
padding:10px;
border-bottom:1px solid #eee;
text-align:left;
}

.gain{
color:#16A34A;
}

.loss{
color:#DC2626;
}
