/* ABEBIT — Universal Help Guide component */
.hg-wrap{margin-bottom:16px;max-width:100%}
.hg-toggle{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;
  border-radius:6px;background:rgba(33,150,243,.08);border:1px solid rgba(33,150,243,.22);
  color:#74B9FF;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:system-ui,sans-serif}
.hg-toggle:hover{background:rgba(33,150,243,.14)}
.hg-toggle .material-icons-round{font-size:15px!important}
.hg-body{display:none;margin-top:10px;background:#1E2329;border:1px solid #2B2F36;
  border-radius:8px;padding:16px 20px;font-family:system-ui,sans-serif}
.hg-body.open{display:block;animation:hg-in .2s ease}
@keyframes hg-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.hg-body h4{font-size:13px;font-weight:700;color:#EAECEF;margin:14px 0 6px;display:flex;align-items:center;gap:6px}
.hg-body h4:first-child{margin-top:0}
.hg-body h4 .material-icons-round{font-size:15px!important;color:#F0B90B}
.hg-body p{font-size:12.5px;color:#B7BDC6;line-height:1.65;margin:0 0 8px}
.hg-body ul{margin:0 0 8px;padding-left:18px}
.hg-body li{font-size:12.5px;color:#B7BDC6;line-height:1.7}
.hg-body strong{color:#EAECEF}
.hg-body code{font-family:'JetBrains Mono',monospace;font-size:11px;background:#2B2F36;
  padding:1px 6px;border-radius:3px;color:#F0B90B}
.hg-kbd{display:inline-block;font-family:'JetBrains Mono',monospace;font-size:10px;
  background:#2B2F36;border:1px solid #363B44;border-radius:3px;padding:1px 5px;color:#B7BDC6}
.hg-tip{display:flex;gap:8px;align-items:flex-start;background:rgba(240,185,11,.06);
  border:1px solid rgba(240,185,11,.2);border-radius:6px;padding:10px 12px;margin:8px 0}
.hg-tip .material-icons-round{font-size:14px!important;color:#F0B90B;flex-shrink:0;margin-top:2px}
.hg-tip span{font-size:12px;color:#B7BDC6;line-height:1.5}
.hg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin:8px 0}
.hg-card{background:#2B2F36;border-radius:6px;padding:12px}
.hg-card-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#EAECEF;margin-bottom:5px}
.hg-card-title .material-icons-round{font-size:14px!important;color:#0ECB81}
.hg-card p{font-size:11.5px;color:#848E9C;margin:0;line-height:1.55}
