body{
margin:0;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
background:#eef4fb;
color:#1f2937;
}

.container{
max-width:1100px;
margin:32px auto;
padding:0 20px;
}

.card{
background:#fff;
border-radius:22px;
padding:30px;
margin-bottom:22px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.hero{
padding-bottom:40px;
}

h1{
margin:0;
font-size:56px;
font-weight:700;
}

.sub{
margin-top:8px;
font-size:30px;
color:#6b7280;
}

.value{
margin-top:30px;
font-size:84px;
font-weight:700;
color:#2563eb;
}

.updated{
margin-top:18px;
font-size:26px;
color:#6b7280;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:18px;
margin-bottom:22px;
}

.stat-card{
background:#fff;
border-radius:20px;
padding:22px;
box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.stat-title{
font-size:15px;
font-weight:600;
color:#6b7280;
margin-bottom:12px;
text-transform:uppercase;
letter-spacing:.05em;
}

.stat-value{
font-size:34px;
font-weight:700;
color:#1f2937;
}

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

th,td{
padding:18px 0;
border-bottom:1px solid #e5e7eb;
font-size:20px;
}

th{
text-align:left;
font-size:22px;
}

th:last-child,
td:last-child{
text-align:right;
}

.avg td{
font-size:24px;
font-weight:700;
}

h2{
margin-top:0;
margin-bottom:20px;
font-size:28px;
}

canvas{
width:100%!important;
height:300px!important;
}

.footer{
text-align:center;
color:#6b7280;
font-size:18px;
margin:40px 0;
}

@media(max-width:900px){

.stats-grid{
grid-template-columns:repeat(2,1fr);
}

.value{
font-size:62px;
}

h1{
font-size:42px;
}

.sub{
font-size:22px;
}

.updated{
font-size:20px;
}

}

@media(max-width:600px){

.stats-grid{
grid-template-columns:1fr;
}

}
