.header-system {
      margin-bottom: 10px;
      color: var(--white);
      display: inline-block;
      padding: 5px 16px;
      background-color: var(--primary-two);
      border-radius: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 24px;
    }
    .wrap{max-width:1100px;margin:0 auto}
    header{display:flex;align-items:center;gap:16px;margin-bottom:18px}
    p.lead{margin:0;color:var(--muted);font-size:13px}
    .grid{display:grid;grid-template-columns:1fr 420px;gap:18px}
    @media (max-width:900px){.grid{grid-template-columns:1fr}}
    .card{padding:18px; border: 0px !important;}
    label{
      display: block !important;
      font-size:14px;
      color:#646464;
      margin-bottom:6px;
      text-align: left;
    }
    input[type=text], input[type=number], select {
      width: 100%;
      height: 40px;
      padding: 5px 10px;
      border-radius: 8px;
      background-color: #d7d7d7;
      color: #109da4;
      border: 1px solid #bbbbbb;
    }
    .inline{display:flex;gap:10px}
    .small{width:140px}
    .upscal-btn {
      background-color: #619833;
      color: #ffffff;
      padding: 5px 10px;
      border-radius: 10px;
      border: none;
      cursor: pointer;
      font-weight: 600;
      font-size: 14px;
      width: 250px !important;
      margin-right: 10px;
    }
    .upscal-btn:hover {
      background-color: #7cc244;
    }
    .btn.secondary{background:#1b2b36;color:#646464}
    .result{padding:12px;border-radius:10px;color:#1b2b36}
    .kpi{display:flex;gap:12px;flex-wrap:wrap}
    .kpi .item {
      flex:1 1 140px;
      padding:10px;
      border-radius:8px;
      text-align:center;
      border: 1px dashed #1b2b36;
    }
    .muted{color:var(--muted);font-size:13px}
    .select-inline{display:flex;gap:8px}
    .footnote{font-size:13px;color:var(--muted);margin-top:10px}
    .divider{height:1px;background:rgba(255,255,255,0.03);margin:12px 0;border-radius:4px}
    .flex-between{display:flex;justify-content:space-between;align-items:center}
    .textarea {
      width:100%;
      min-height:70px;
      padding:10px;
      border-radius:8px;
      border: 1px dashed #1b2b36;
      background:transparent;
      color:#1b2b36;
      white-space:pre-wrap}
    .chip {
      display: inline-block;
      padding: 6px 15px;
      border-radius: 10px;
      background-color: #dfdfdf;
      font-size: 14px;
    }
    .hidden{display:none}