.ml-home-pro{display:grid;gap:12px}.ml-home-head{margin-bottom:8px}.ml-home-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ml-home-kpi{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"icon label" "icon value" "icon note";align-items:center;min-width:0;min-height:76px;border:1px solid #e2e8f0;border-radius:18px;padding:12px 14px;background:radial-gradient(circle at 92% 12%,rgb(37 99 235 / .08),transparent 34%),#ffffff;box-shadow:0 12px 26px rgb(15 23 42 / .055);cursor:pointer;transition:transform 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease}.ml-home-kpi:hover,.ml-home-kpi:focus{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 18px 34px rgb(37 99 235 / .1);outline:none}.ml-home-kpi__icon{grid-area:icon;display:grid;place-items:center;width:32px;height:32px;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:950}.ml-home-kpi__label{grid-area:label;color:#64748b;font-size:11px;line-height:1.15;font-weight:900}.ml-home-kpi__value{grid-area:value;color:#0f172a;font-size:24px;line-height:1;font-weight:950}.ml-home-kpi__note{grid-area:note;color:#64748b;font-size:10.5px;line-height:1.15;font-weight:750}.ml-home-kpi--green .ml-home-kpi__icon{background:#dcfce7;color:#15803d}.ml-home-kpi--amber .ml-home-kpi__icon{background:#ffedd5;color:#ea580c}.ml-home-kpi--red .ml-home-kpi__icon{background:#fee2e2;color:#dc2626}.ml-home-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,0.85fr);gap:12px}.ml-home-card,.ml-home-chart-card{border:1px solid #e2e8f0;border-radius:20px;padding:15px;background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(248 250 252 / .98));box-shadow:0 12px 26px rgb(15 23 42 / .045)}.ml-home-card-head,.ml-home-charts-head{display:flex;align-items:flex-start;gap:10px;min-width:0}.ml-home-card-head{justify-content:space-between}.ml-home-card-head>div,.ml-home-charts-head>div{min-width:0;flex:1}.ml-home-card-head h2,.ml-home-charts-head h2{margin:1px 0 0;color:#0f172a;font-size:17px;line-height:1.15;font-weight:950}.ml-home-card-icon{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:11px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:950}.ml-home-card-icon--alert{background:#fff7ed;color:#ea580c}.ml-home-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border-radius:999px;padding:6px 10px;background:#eff6ff;color:#1d4ed8;font-size:12px;line-height:1;font-weight:950}.ml-home-progress{height:10px;overflow:hidden;border-radius:999px;margin-top:12px;background:#e5e7eb}.ml-home-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1d4ed8,#38bdf8)}.ml-home-muted{margin:10px 0 0;font-size:12px}.ml-home-mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.ml-home-stat{display:grid;gap:3px;border:1px solid #eef2f7;border-radius:14px;padding:10px;background:#fff;color:#64748b;font-size:11px;line-height:1.2;font-weight:800;cursor:pointer;transition:transform 0.18s ease,border-color 0.18s ease,background 0.18s ease}.ml-home-stat strong{color:#0f172a;font-size:18px;line-height:1;font-weight:950}.ml-home-stat:hover,.ml-home-stat:focus{transform:translateY(-1px);border-color:#bfdbfe;background:#eff6ff;outline:none}.ml-home-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.ml-home-actions .ml-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:12px;padding:8px 10px;font-size:11.5px;line-height:1.1;white-space:nowrap}.ml-home-alert-list{display:grid;gap:8px;margin:12px 0 0;padding:0;list-style:none}.ml-home-alert-list li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;align-items:center;min-height:44px;border:1px solid #eef2f7;border-radius:14px;padding:9px 10px;background:#fff;color:#334155;font-size:12px;line-height:1.25;font-weight:850;cursor:pointer;transition:transform 0.18s ease,border-color 0.18s ease,background 0.18s ease}.ml-home-alert-list li span{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:10px;font-weight:950}.ml-home-alert-list li:hover,.ml-home-alert-list li:focus{transform:translateY(-1px);border-color:#bfdbfe;background:#eff6ff;outline:none}.ml-home-charts{display:grid;gap:12px}.ml-home-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ml-home-chart-card--wide{grid-column:1 / -1}.ml-home-card-head--compact{margin-bottom:8px}.ml-home-chart-box{min-height:180px}.ml-home-chart-card:not(.ml-home-chart-card--wide) .ml-home-chart-box{min-height:170px}.ml-home-chart-card{cursor:pointer;transition:transform 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease}.ml-home-chart-card:hover,.ml-home-chart-card:focus{transform:translateY(-1px);border-color:#bfdbfe;box-shadow:0 18px 34px rgb(37 99 235 / .1);outline:none}@media (max-width:1100px){.ml-home-kpis,.ml-home-grid,.ml-home-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ml-home-grid,.ml-home-chart-card--wide{grid-column:auto}}@media (max-width:700px){.ml-home-pro{gap:12px}.ml-home-kpis,.ml-home-grid,.ml-home-chart-grid,.ml-home-mini-stats,.ml-home-actions{grid-template-columns:1fr}.ml-home-kpi{min-height:82px;padding:13px 14px}.ml-home-card,.ml-home-chart-card{border-radius:20px;padding:14px}.ml-home-card-head,.ml-home-charts-head{gap:10px}.ml-home-actions .ml-btn{width:100%;min-height:40px;font-size:12px}.ml-home-chart-box,.ml-home-chart-card:not(.ml-home-chart-card--wide) .ml-home-chart-box{min-height:190px}}.ml-home-pro{gap:10px}.ml-home-head{margin-bottom:6px}.ml-home-head h1{line-height:1.05}.ml-home-head p{margin-top:4px}.ml-home-kpis{gap:9px}.ml-home-kpi{min-height:68px;grid-template-columns:34px minmax(0,1fr);padding:10px 12px;border-radius:16px}.ml-home-kpi__icon{width:30px;height:30px;border-radius:11px;font-size:12px}.ml-home-kpi__value{font-size:22px}.ml-home-grid{grid-template-columns:minmax(0,1.18fr) minmax(250px,0.82fr);gap:10px;align-items:stretch}.ml-home-card,.ml-home-chart-card{border-radius:18px;padding:13px}.ml-home-card-head,.ml-home-charts-head{gap:8px}.ml-home-card-head h2,.ml-home-charts-head h2{font-size:16px;line-height:1.12}.ml-home-card-icon{width:28px;height:28px;flex-basis:28px;border-radius:10px;font-size:12px}.ml-home-pill{min-height:26px;padding:5px 9px;font-size:11.5px}.ml-home-progress{height:9px;margin-top:10px}.ml-home-muted{margin-top:8px;font-size:11.5px;line-height:1.35}.ml-home-mini-stats{gap:7px;margin-top:10px}.ml-home-stat{min-height:48px;padding:8px 9px;border-radius:13px}.ml-home-stat strong{font-size:17px}.ml-home-actions{gap:7px;margin-top:10px}.ml-home-actions .ml-btn{min-height:32px;border-radius:11px;padding:7px 9px;font-size:11px}.ml-home-card--alerts{display:grid;align-content:start}.ml-home-alert-list{gap:7px;margin-top:10px}.ml-home-alert-list li{min-height:40px;grid-template-columns:23px minmax(0,1fr);gap:8px;border-radius:13px;padding:8px 9px;font-size:11.5px}.ml-home-alert-list li span{width:23px;height:23px;font-size:10px}.ml-home-charts{gap:10px}.ml-home-charts-head{margin-top:2px}.ml-home-chart-grid{gap:10px}.ml-home-card-head--compact{margin-bottom:6px}.ml-home-chart-box{height:150px;min-height:0}.ml-home-chart-card--wide .ml-home-chart-box{height:145px}.ml-home-chart-card:not(.ml-home-chart-card--wide) .ml-home-chart-box{height:155px;min-height:0}.ml-home-chart-box canvas{display:block;width:100%;max-width:100%;max-height:100%}@media (max-width:700px){.ml-home-pro{gap:12px}.ml-home-kpi{min-height:78px;padding:12px 13px;border-radius:17px}.ml-home-card,.ml-home-chart-card{border-radius:20px;padding:14px}.ml-home-chart-box,.ml-home-chart-card--wide .ml-home-chart-box,.ml-home-chart-card:not(.ml-home-chart-card--wide) .ml-home-chart-box{height:180px;min-height:0}.ml-home-actions .ml-btn{min-height:40px;font-size:12px}}@media (max-width:700px){.ml-home-kpis,.ml-home-grid,.ml-home-chart-grid,.ml-home-mini-stats,.ml-home-actions{display:grid;grid-template-columns:1fr}.ml-home-grid{gap:12px;align-items:stretch}.ml-home-card,.ml-home-chart-card{width:100%;min-width:0}.ml-home-card--productivity,.ml-home-card--alerts{grid-column:1 / -1}.ml-home-card--alerts{position:relative;z-index:1}.ml-home-card--productivity{position:relative;z-index:0}}.ml-home-chart-body{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:10px;align-items:center}.ml-home-chart-body--wide{grid-template-columns:minmax(0,1fr) 132px}.ml-home-chart-body .ml-home-chart-box{width:100%;min-width:0}.ml-home-chart-values{display:grid;gap:6px;align-content:center;min-width:0}.ml-home-chart-values span{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:6px;min-height:27px;border:1px solid #eef2f7;border-radius:11px;padding:5px 7px;background:#fff;color:#64748b;font-size:10.5px;line-height:1.1;font-weight:800}.ml-home-chart-values strong{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:20px;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:12px;line-height:1;font-weight:950}@media (max-width:1100px){.ml-home-chart-body,.ml-home-chart-body--wide{grid-template-columns:1fr}.ml-home-chart-values{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.ml-home-chart-values{grid-template-columns:1fr;gap:7px}.ml-home-chart-values span{min-height:34px;border-radius:12px;padding:7px 9px;font-size:11px}}