/* Extracted from bisatumbuh_soh_performance_v15.html lines 43-105.
   Command Center (#page-home)
   Phase 1: verbatim copy - no rule added, removed, or reordered. */
/* ===== Historical page styles (scoped to #page-home) ===== */
#page-home *{margin:0;padding:0;box-sizing:border-box}
:root{
  --green:#7CBA43;--green-d:#5f9a30;--blue:#0F4583;--blue-d:#0A2E58;--blue-l:#3f6fa5;
  --ink:#0A2E58;--t1:#22303c;--t2:#5c6b78;--t3:#8a97a3;
  --bg:#F6F7F9;--card:#ffffff;--border:#e3eae6;--soft:#eef2f7;--red:#d64545;--amber:#f5a623;--orange:#e8743b;
}
#page-home{background:var(--bg);color:var(--t1);font-family:'Nunito Sans',system-ui,-apple-system,sans-serif;line-height:1.5}
#page-home h2,#page-home .logo,#page-home .kpi .val,#page-home .hero .big,#page-home .meta b{font-family:'Quicksand','Nunito Sans',system-ui,sans-serif}
#page-home .wrap{max-width:1280px;margin:0 auto;padding:24px}
#page-home header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:8px}
#page-home .brand{display:flex;align-items:center;gap:14px}
#page-home .logo-img{height:40px;width:auto;display:block;margin-bottom:5px}
#page-home .sub{color:var(--t2);font-size:13px;margin-top:2px}
#page-home .meta{text-align:right;font-size:12px;color:var(--t3)}
#page-home .meta b{color:var(--blue);font-size:15px}
#page-home .status-bar{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:11px 18px;margin:14px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;box-shadow:0 1px 3px rgba(31,45,58,.04)}
#page-home .status-dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:7px;vertical-align:middle}
#page-home .toolbar{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:16px 20px;margin-bottom:18px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;box-shadow:0 1px 3px rgba(31,45,58,.04)}
#page-home .toolbar label{font-size:11px;text-transform:uppercase;letter-spacing:.7px;color:var(--t3);font-weight:700;margin-right:8px}
#page-home select, #page-home input[type=date]{font-family:inherit;font-size:14px;font-weight:600;color:var(--blue-d);background:var(--soft);border:1.5px solid var(--border);border-radius:9px;padding:9px 14px;cursor:pointer;outline:none;transition:.15s}
#page-home select{min-width:170px}
#page-home select:hover, #page-home input[type=date]:hover{border-color:var(--green)}
#page-home select:focus, #page-home input[type=date]:focus{border-color:var(--blue)}
#page-home .reset-btn{font-family:inherit;font-size:12px;font-weight:700;border:1.5px solid var(--border);border-radius:9px;background:#fff;color:var(--t2);padding:9px 14px;cursor:pointer;transition:.15s}
#page-home .reset-btn:hover{border-color:var(--green);color:var(--blue-d)}
#page-home .kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}
#page-home .kpi{background:var(--card);border:1px solid var(--border);border-radius:13px;padding:15px 17px;position:relative;overflow:hidden}
#page-home .kpi::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--green)}
#page-home .kpi.blue::before{background:var(--blue)}
#page-home .kpi.amber::before{background:var(--amber)}
#page-home .kpi.orange::before{background:var(--orange)}
#page-home .kpi .lab{font-size:10.5px;text-transform:uppercase;letter-spacing:.6px;color:var(--t3);font-weight:700;margin-bottom:5px}
#page-home .kpi .val{font-size:22px;font-weight:800;color:var(--ink);line-height:1.1}
#page-home .kpi .dl{font-size:11.5px;margin-top:5px;font-weight:600}
#page-home .up{color:var(--green-d)}
#page-home .down{color:var(--red)}
#page-home .flat{color:var(--t3)}
#page-home .panel{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 1px 3px rgba(31,45,58,.04)}
#page-home .panel h2{font-size:17px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:9px;margin-bottom:4px}
#page-home .panel h2 .dot{width:9px;height:9px;border-radius:50%;background:var(--green)}
#page-home .panel .pdesc{font-size:13px;color:var(--t2);margin-bottom:18px}
#page-home .chart-box{position:relative;height:360px;width:100%}
#page-home .chart-sm{position:relative;height:320px;width:100%}
#page-home .grid2{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}
#page-home .hero{background:linear-gradient(135deg,var(--blue-d),var(--blue));border-radius:18px;padding:26px 30px;margin-bottom:20px;color:#fff;box-shadow:0 6px 20px rgba(10,46,88,.25)}
#page-home .hero .hl{font-size:11.5px;text-transform:uppercase;letter-spacing:1.2px;opacity:.8;font-weight:700}
#page-home .hero .big{font-size:42px;font-weight:800;line-height:1.05;margin-top:6px;letter-spacing:-.5px}
#page-home .hero .date{font-size:13.5px;opacity:.85;margin-top:8px}
#page-home .hero .delta{display:inline-block;margin-top:12px;font-size:13px;font-weight:700;padding:5px 12px;border-radius:20px;background:rgba(255,255,255,.16)}
#page-home table{width:100%;border-collapse:collapse;font-size:13px;margin-top:6px}
#page-home th{text-align:left;padding:11px 13px;background:var(--soft);color:var(--blue-d);font-weight:700;font-size:10.5px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid var(--border)}
#page-home th.r, #page-home td.r{text-align:right}
#page-home td{padding:10px 13px;border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums}
#page-home tbody tr:hover{background:var(--soft)}
#page-home .pdot{width:10px;height:10px;border-radius:3px;display:inline-block;margin-right:8px;vertical-align:middle}
#page-home .share-bar{height:6px;border-radius:3px;background:var(--blue);display:inline-block;vertical-align:middle;margin-right:8px;min-width:2px}
#page-home footer{text-align:center;padding:28px 0 12px;color:var(--t3);font-size:12px}
@media(max-width:900px){#page-home .kpis{grid-template-columns:repeat(2,1fr)}
#page-home .grid2{grid-template-columns:1fr}
#page-home .hero .big{font-size:32px}}
@media(max-width:560px){#page-home .kpis{grid-template-columns:1fr}
#page-home .wrap{padding:16px}}
