#sgiPerfPanel {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 2147483646;
  width: min(390px, calc(100vw - 28px));
  box-sizing: border-box;
  padding: 13px;
  border: 1px solid #3d444c;
  border-radius: 8px;
  background: #111315;
  color: #fff;
  box-shadow: 0 14px 42px rgba(0,0,0,.28);
  font: 13px/1.4 Arial, sans-serif;
}
#sgiPerfPanel .head,#sgiPerfPanel .row{display:flex;align-items:center;justify-content:space-between;gap:12px}
#sgiPerfPanel .head{margin-bottom:8px}
#sgiPerfPanel .row{padding:4px 0;border-bottom:1px solid rgba(255,255,255,.08)}
#sgiPerfPanel span,#sgiPerfPanel small{color:#b9c1c9}
#sgiPerfPanel button{border:0;background:transparent;color:#fff;font:inherit;font-size:19px;cursor:pointer}
#sgiPerfPanel .excellent{color:#69d394}
#sgiPerfPanel .good{color:#f5c65a}
#sgiPerfPanel .slow{color:#ff8585}
