
  /* ===== Scope: #qt-global ===== */
  #qt-global{
    --qt-bg:#fff; --qt-text:#111827; --qt-sub:#6b7280;
    --qt-border:#e5e7eb; --qt-chip-bg:#f3f4f6; --qt-chip-b:#d1d5db;
    --qt-link:#0ea5e9;
    font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
    color:var(--qt-text); margin:10px 0;
  }
  #qt-global .qt-acc{display:none; border:1px solid var(--qt-border); border-radius:12px; background:var(--qt-bg); overflow:hidden;}
  #qt-global .qt-acc.active{display:block;}
  #qt-global .qt-sum{list-style:none; padding:10px 12px; margin:0; display:flex; align-items:flex-start; min-height:44px; cursor:pointer;}
  #qt-global .qt-sum::-webkit-details-marker{display:none;}
  #qt-global .qt-sum:after{content:""; margin-left:auto; width:10px; height:10px; border-right:2px solid var(--qt-sub); border-bottom:2px solid var(--qt-sub); transform:rotate(-45deg); transition:.2s; flex:0 0 auto;}
  #qt-global details[open] .qt-sum:after{transform:rotate(45deg);}
  #qt-global .qt-bar{flex:1; min-width:0; display:flex; flex-direction:column; gap:6px;}
  #qt-global .qt-row{display:flex; flex-wrap:wrap; gap:10px; align-items:center;}
  #qt-global .qt-chip{display:inline-flex; align-items:center; gap:8px; padding:6px 12px; border-radius:999px; line-height:1; font-size:12px; background:var(--qt-chip-bg); border:1px solid var(--qt-chip-b); color:var(--qt-text); white-space:nowrap;}
  #qt-global .qt-icon{width:16px; height:16px; display:block; color:currentColor;}
  #qt-global .qt-icon svg{width:16px; height:16px; display:block; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; vector-effect:non-scaling-stroke;}
  #qt-global .qt-body{padding:8px 12px 12px; border-top:1px dashed var(--qt-border);}
  #qt-global .qt-list{margin:8px 0 6px; padding-left:18px;}
  #qt-global .qt-list li{margin:4px 0; font-size:13px; color:var(--qt-text);}
  #qt-global .qt-list em{color:var(--qt-sub); font-style:normal;}
  #qt-global .qt-links{margin:8px 0 0; font-size:12px; color:var(--qt-sub);}
  #qt-global .qt-links a{color:var(--qt-link); text-decoration:none; border-bottom:1px dashed rgba(14,165,233,.35);}
  #qt-global .qt-links a:hover{border-bottom-style:solid;}
  @media (min-width:768px){ #qt-global .qt-sum{padding:12px 14px;} #qt-global .qt-chip{font-size:12.5px;} #qt-global .qt-list li{font-size:13.5px;} }
  .dark #qt-global{ --qt-bg:#0f172a; --qt-text:#e5e7eb; --qt-sub:#94a3b8; --qt-border:#1f2937; --qt-chip-bg:#0b1220; --qt-chip-b:#1f2937; --qt-link:#38bdf8; }
