
body{font-family:system-ui,-apple-system,Segoe UI,Roboto;background:#f5f7fa;margin:0;color:#34495e}
.top{background:#0B1A2D;color:white;padding:22px 28px}
.wrap{max-width:1440px;margin:auto;padding:30px}

.summary{background:white;padding:20px;border-radius:12px;margin-bottom:30px;box-shadow:0 3px 10px rgba(0,0,0,.05)}
.stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:10px}
.stat{padding:12px 16px;border-radius:10px;text-align:center;min-width:90px}
.stat span{font-size:20px;font-weight:700;display:block}
.stat label{font-size:12px;opacity:.8}

.layer{margin-bottom:28px}
.layer-head{background:white;padding:14px 18px;border-radius:12px;display:flex;justify-content:space-between;cursor:pointer;box-shadow:0 3px 8px rgba(0,0,0,.05)}
.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;margin-top:22px}

.tile{height:170px;border-radius:16px;padding:18px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 28px rgba(0,0,0,.08);transition:.15s}
.tile:hover{transform:translateY(-3px)}
.badge{background:white;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;align-self:flex-end}

.red{background:#f6d2d2}
.orange{background:#f7ddb8}
.yellow{background:#f7efb8}
.green{background:#d5ead7}
.purple{background:#e5daf6}
.gray{background:#e2e8f0}
