#view-scan #tokenHead .th-trade{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;box-sizing:border-box;min-height:44px;margin-top:14px;padding:11px 16px;border:1px solid var(--accent);border-radius:12px;background:var(--accent);color:var(--on-accent,#080a03);font-size:14px;font-weight:600;text-decoration:none;overflow-wrap:anywhere}#view-scan #tokenHead .th-trade svg{width:18px;height:18px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}#view-scan #tokenHead .th-trade:hover{filter:brightness(.94)}#view-scan #tokenHead .th-trade:focus-visible{outline:2px solid var(--fg,currentColor);outline-offset:3px}