.charts-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:20px;margin-bottom:22px}.chart-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 34px rgba(15,23,42,.08);border-radius:16px;padding:22px}.chart-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.chart-head h3{margin:0;font-size:18px}.bar-chart{height:240px;display:flex;align-items:flex-end;gap:12px;border-left:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:12px 10px 28px 12px}.bar-item{flex:1;min-width:34px;display:flex;align-items:flex-end;justify-content:center;position:relative}.bar{width:100%;max-width:54px;border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,#60a5fa,#2563eb);box-shadow:0 8px 20px rgba(37,99,235,.22);min-height:8px}.bar-label{position:absolute;bottom:-24px;font-size:11px;color:#6b7280}.bar-value{position:absolute;font-size:11px;font-weight:800;color:#1e40af}.donut-wrap{display:grid;place-items:center;gap:12px}.donut{width:180px;height:180px;border-radius:50%;display:grid;place-items:center;background:#e5e7eb}.donut:after{content:'';width:110px;height:110px;background:#fff;border-radius:50%;display:block}.legend{display:grid;gap:8px;width:100%}.legend-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:8px}.health-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.health-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:16px;display:flex;gap:12px;align-items:flex-start}.health-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-weight:900}.health-icon.ok{background:#dcfce7;color:#16a34a}.health-icon.warn{background:#fef3c7;color:#d97706}.health-icon.bad{background:#fee2e2;color:#dc2626}.health-card b{display:block}.health-card small{display:block;color:#6b7280;margin-top:3px}.renew-buttons{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.sub-quick{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 14px}@media(max-width:1000px){.charts-grid{grid-template-columns:1fr}}