    :root{
      --bg:#061225;
      --bg2:#08182f;
      --panel:#071938;
      --panel2:#09162c;
      --stroke:#163465;
      --stroke-soft:#244b88;
      --text:#fff;
      --muted:rgba(255,255,255,.78);
      --blue:#2f65dd;
      --green:#15913f;
      --red:#cf2020;
      --gray:#596781;
      --orange:#ba5c00;
      --shadow:0 14px 36px rgba(0,0,0,.28);
      --radius:20px;
    }
    *{box-sizing:border-box}
    body{
      margin:0;
      font-family:Arial,Helvetica,sans-serif;
      background:radial-gradient(circle at top, #0b2244 0%, var(--bg) 42%, #04101f 100%);
      color:var(--text);
    }
    .page{max-width:1400px;margin:0 auto;padding:22px}
    header{
      background:linear-gradient(135deg, #173a7a 0%, #0d244d 100%);
      border:1px solid rgba(255,255,255,.08);
      border-radius:24px;
      padding:24px 22px;
      box-shadow:var(--shadow);
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:16px;
      flex-wrap:wrap;
    }
    h1{margin:0 0 8px;font-size:34px;letter-spacing:.2px}
    .sub{opacity:.9;max-width:760px}
    .brand-badge{
      padding:10px 14px;
      border-radius:999px;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(255,255,255,.06);
      font-size:12px;
      font-weight:700;
      letter-spacing:.8px;
      white-space:nowrap;
    }
    .top-grid{
      margin-top:18px;
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:14px;
    }
    .kpi{
      background:linear-gradient(180deg, rgba(10,27,56,.95), rgba(7,25,56,.92));
      border:1px solid var(--stroke);
      border-radius:18px;
      padding:16px;
      box-shadow:var(--shadow);
      min-height:102px;
    }
    .kpi-label{font-size:12px;text-transform:uppercase;letter-spacing:.7px;color:#a8c2ef;margin-bottom:8px}
    .kpi-value{font-size:30px;font-weight:700;line-height:1.1}
    .kpi-note{font-size:13px;color:#c8d6ef;margin-top:8px}
    .content-grid{
      margin-top:18px;
      display:grid;
      grid-template-columns:1.25fr .95fr;
      gap:18px;
      align-items:start;
    }
    .card{
      background:linear-gradient(180deg, rgba(7,25,56,.98), rgba(5,19,41,.95));
      border:1px solid var(--stroke);
      border-radius:var(--radius);
      padding:18px;
      box-shadow:var(--shadow);
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:14px;
      margin-bottom:14px;
      flex-wrap:wrap;
    }
    .section-title{font-size:20px;font-weight:700;margin:0}
    .muted{opacity:.75}
    .n5410{
      font-size:12px;
      color:#cbd5e1;
      opacity:.92;
      line-height:1.45;
      max-width:880px;
    }
    .btn-row{display:flex;gap:10px;flex-wrap:wrap}
    button{
      border:0;
      border-radius:14px;
      padding:12px 16px;
      font-weight:bold;
      color:#fff;
      cursor:pointer;
      min-width:120px;
      box-shadow:0 8px 20px rgba(0,0,0,.18);
      transition:transform .15s ease, opacity .15s ease;
    }
    button:hover{transform:translateY(-1px)}
    .green{background:linear-gradient(180deg, #18a348, #127437)}
    .red{background:linear-gradient(180deg, #d92a2a, #a11818)}
    .blue{background:linear-gradient(180deg, #3f77f0, #2b5bcc)}
    .gray{background:linear-gradient(180deg, #6d7c99, #4d5b75)}
    .orange{background:linear-gradient(180deg, #d06a08, #a24f00)}

    .io-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
    .io-card{
      background:linear-gradient(180deg, rgba(10,26,51,.98), rgba(8,22,43,.95));
      border:1px solid #274679;
      border-radius:16px;
      padding:14px;
    }
    .io-card h3{margin:0 0 8px;font-size:18px}
    .io-meta{
      font-size:12px;
      opacity:.8;
      margin-bottom:12px;
      padding-bottom:10px;
      border-bottom:1px solid rgba(255,255,255,.06);
    }
    .status-line{display:flex;justify-content:space-between;gap:10px;align-items:center;margin:8px 0}
    .status-label{font-size:13px;color:#cfe0ff}
    .badge{
      display:inline-block;
      padding:6px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
      white-space:nowrap;
    }
    .on{background:rgba(21,145,63,.15);color:#75ff9d;border:1px solid rgba(117,255,157,.35)}
    .off{background:rgba(207,32,32,.15);color:#ff9b9b;border:1px solid rgba(255,155,155,.35)}

    .summary-list{display:grid;gap:10px}
    .summary-item{
      background:var(--panel2);
      border:1px solid #274679;
      border-radius:14px;
      padding:14px;
    }
    .summary-name{font-size:13px;color:#b6c9ea;margin-bottom:6px}
    .summary-value{font-size:22px;font-weight:700}
    .summary-note{font-size:12px;color:#cfdbef;margin-top:6px}

    .footer-note{
      margin-top:14px;
      font-size:12px;
      opacity:.74;
      text-align:center;
    }

    @media (max-width:1100px){
      .top-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .content-grid{grid-template-columns:1fr}
    }
    @media (max-width:640px){
      .page{padding:14px}
      h1{font-size:26px}
      .top-grid{grid-template-columns:1fr}
      .section-title{font-size:18px}
      .kpi-value{font-size:26px}
      button{width:100%}
      .btn-row{width:100%}
    }
  