
.mlys-hero{
background:linear-gradient(135deg,#4ea6ff,#80d0ff);
color:#fff;padding:30px;border-radius:24px;
text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.15)
}
.mlys-hero .temp{font-size:72px;font-weight:700}
.stats{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.mlys-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:18px;margin:25px 0}
.tile{
background:#fff;border-radius:18px;padding:20px;
text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.08)
}
.icon{font-size:34px}
.mlys-table{
width:100%;background:#fff;border-collapse:collapse;
border-radius:18px;overflow:hidden
}
.mlys-table th,.mlys-table td{
padding:14px;border-bottom:1px solid #eee;text-align:center
}
